.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,131,0;--color-primary-1:255,200,0;--color-primary-2:255,189,0;--color-primary-3:229,76,14;--color-primary-4:217,167,11;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto;--paragraphs-font-family:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a96600b-f173-404f-b80f-a2355fbcdebd/bannergraficagutierres.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { background-color: transparent; background-image: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { border-width: 0; border-radius: 0; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { 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:2.875rem;width:11.8125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, 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(to bottom, 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:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.59353303909302rem;left:56.875rem;display:none; }
#aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.75rem;width:16.875rem;top:0.59353303909302rem;left:57.138671875rem;overflow:hidden;display:none; }
#BUnMOkeFzvX95GypEKw4QfZpAKADkvET { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.906033039093rem;left:43.621964454651rem;display:none; }#BUnMOkeFzvX95GypEKw4QfZpAKADkvET.adaptive-delivery-prevent-bg, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyload, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyloading { background-image: none; }
#ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXEs10hVZemDtTxATd9zL9nymLbES9ry { color:#373737;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.8125rem;left:61.75rem;height:2.275rem;font-style:normal;display:block; }
#MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { color:#373737;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:1rem;left:61.9375rem;height:0.975rem;font-style:normal;display:block; }
#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.75rem;left:47.687503814698rem;display:block; }
#DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:26.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.375rem;height:1.38068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5d2970b3-9802-423a-ac73-891202d73c34/a2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.adaptive-delivery-prevent-bg, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyload, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyloading { background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { border-width: 0; border-radius: 0; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:75rem;height:63.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T4mud081SrPc2otpFtWoPb8ZnM5SLkID { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:14.3125rem;left:0rem;height:14.25rem;font-style:normal;display:block; }
#mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { color:#05213a;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:30.1875rem;left:0rem;height:8.77275rem;font-style:normal;display:block; }
#LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, 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(to bottom, 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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.812067985534rem;left:0.061847686767578rem;display:none; }
#yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:0.5625rem;display:none; }#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.adaptive-delivery-prevent-bg, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyload, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyloading { background-image: none; }
#fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.75rem;width:16.875rem;top:29.8125rem;left:0rem;overflow:hidden;display:none; }
#gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:18.125rem;display:none; }
#MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.5625rem;left:0rem;display:block; }
#bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTOznnB86WICEenSIQUnT42bVkUewodu { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:12.125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#vm1AwfLekLHf79atVAtRsr4Ocr2M831X { 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:40rem;width:46.875rem;display:none; }
#IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:56.562503814698rem;display:block; }
#q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:57.6875rem;left:56.562503814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:54.3125rem;left:56.562503814698rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o69vtlreNwAm8URTagzESs5sePOnep6A { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:37.812503814698rem;display:block; }
#GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:57.6875rem;left:37.812503814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.3125rem;left:37.812503814698rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:19.0625rem;display:block; }
#nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:57.6875rem;left:19.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.3125rem;left:19.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.5625rem;left:0.3125rem;display:block; }
#Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:57.6875rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:54.3125rem;left:0.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { color:#05213a;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.75rem;left:0rem;height:8.77275rem;font-style:normal;display:none; }
#PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:13.875rem;left:0rem;height:14.25rem;font-style:normal;display:none; }
#AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.6875rem;left:0rem;height:1.5rem;font-style:normal;display:none; }
#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx { 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; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container { background-color: transparent; background-image: none; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container > .video-iframe-container { display: none; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row > .video-iframe-container { display: none; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .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); }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container { border-width: 0; border-radius: 0; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#ypT4s8nB2RyIUTITpCmO2GVzyeA1dFQt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK { 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; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container { background-color: transparent; background-image: none; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container > .video-iframe-container { display: none; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row > .video-iframe-container { display: none; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .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); }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container { border-width: 0; border-radius: 0; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#x5GJi1d3grxxkIXi2sQGzTFPfcfiCebp { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ab258766-0548-4ef6-9ea8-2ca79cfc4dbe/revista1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4.adaptive-delivery-prevent-bg, #DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4.lazyload, #DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4.lazyloading { background-image: none; }
#zqyqGrSdAriqnMJkBuiBqXwJNvlyrfod { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#wMJMZFEV8IKNXqwZd6whcJMlWk051J1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE70kXFBzdiL1QQQC1T45eVXTTHLEStX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUGJIZFuGSzixqOmr34oXDih9wuT3Wtt { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#QPVk7GS6srC5kvnKBCl8a9uTKGk5B6fQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Osv6l3LnIxkoVZ9KwIUWUqUeADOKQiR4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#hiw1sFnPZKtbEBmB9nlVL78FfCHWWV67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/03502971-64ba-465e-89b4-83fc6800b70b/revista1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd.adaptive-delivery-prevent-bg, #sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd.lazyload, #sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd.lazyloading { background-image: none; }
#faxz5xMLxwupGaCvBwyI42wVOlyaxdCy { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#TekVsdW80BV74ezWNv3e3HnXmkyJoMAN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C25Op96XqIfuSrgzkQk9P6LT6NBuWvJK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#Vvo3EFOq7Rdy2h1Z0PdcEay6Km33yNf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7344f8cc-9c23-4777-9f02-806ad91c1adf/fyer.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz.adaptive-delivery-prevent-bg, #HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz.lazyload, #HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz.lazyloading { background-image: none; }
#bI6KHA5TTo8COetWUxv2okFaPlmUuz1D { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#qbgaMrXP3y7IkSVazVUtt2o08UFKEgsD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hykcoLTbMAy0hTqzzPtMQT2Ei9aTyec4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#LwNQiAKvTSwlvBiFJg2aR34i8FXvzfcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0ec984a0-74d8-48c1-ae6f-050cc81e447b/cartaovisita.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp.adaptive-delivery-prevent-bg, #eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp.lazyload, #eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp.lazyloading { background-image: none; }
#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy { 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; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container { background-color: transparent; background-image: none; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container > .video-iframe-container { display: none; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row > .video-iframe-container { display: none; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .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); }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container { border-width: 0; border-radius: 0; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#qUmK7R5rTOMkyeWtiMbyhcwMK4gGJO24 { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6069c466-2cfe-427e-9ad6-6c34a1706c89/catalogo1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk.adaptive-delivery-prevent-bg, #xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk.lazyload, #xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk.lazyloading { background-image: none; }
#uRuitcyof0VMQdoc3n1mlnE5ZPiDVwHJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#aPyiPLDM3R7P6mGPUaQsTcFv9G85TflG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDoIySDB5rCflBCDByNexLvBaPMFgMB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdUdxZqDkPzndFadlVsmcAQuIMM5KWbH { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#hQDzpD77ZCv8foybVi45KgJ0NVRd0Rrm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNZZudmE0uteLKyCACIATxNpOUFyL8Ja { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#XZskspGJUXwCLfgZqLWUbDLvqwnakkTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0d5f28cc-f176-4b8f-9669-46ecf5d7e3ff/manual1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM.adaptive-delivery-prevent-bg, #bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM.lazyload, #bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM.lazyloading { background-image: none; }
#CdFVZPJLBCNHDmdnzVeldFDUZ8UiA5nT { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#VOpPfI1OaPrrzWZrapWN9b8z2Vwhv5Dk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTAVD0r0p5ASClevcZUPJKp7cPsrAHOK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#KZgSEiGow43nLf7vlT61Ky9d11BJGqtr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f3cb2f0b-0d16-4205-a537-1caa94bb0443/plotagem.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa.adaptive-delivery-prevent-bg, #JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa.lazyload, #JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa.lazyloading { background-image: none; }
#ls4vzQVyHFQD9WmzoWS0wZpSzaSNNirV { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#KLzoMJZzCt7raJ2uH2hEOagVvSpfTTP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWcEOrZsP3d4b9AH7xJWZIEHbuqdmcMZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#gIiRiXyCgecETkzKpSsLVIOg7HgTgM5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cItvkn8USut3GP6fuPhHRTTf0brORWsz { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6de3e65d-93e0-46fa-bc67-d2ef72bb4410/trofeu1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#cItvkn8USut3GP6fuPhHRTTf0brORWsz.adaptive-delivery-prevent-bg, #cItvkn8USut3GP6fuPhHRTTf0brORWsz.lazyload, #cItvkn8USut3GP6fuPhHRTTf0brORWsz.lazyloading { background-image: none; }
#lF1RI41myh2ThfONRe9pR8alSFKEPsGf { 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; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container { background-color: transparent; background-image: none; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container > .video-iframe-container { display: none; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row > .video-iframe-container { display: none; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .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); }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container { border-width: 0; border-radius: 0; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#zp3NXBTqQTANEkIdsrSrEy1hymFc4VUN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM { 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; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container { background-color: transparent; background-image: none; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container > .video-iframe-container { display: none; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row > .video-iframe-container { display: none; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .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); }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container { border-width: 0; border-radius: 0; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#SteP9VBhWm0EtFnTEGfxWwmzg2FOsl3u { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/06459199-df5b-4491-ac40-a6f5c2fc4dbf/banner2.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW.adaptive-delivery-prevent-bg, #ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW.lazyload, #ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW.lazyloading { background-image: none; }
#cxgUt0TTiDGgpChi56EkUos9riMoKoJk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#ipCaPy9WvgFPmNT374nHDglTfpX8kzpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMRttrWTe7uDGBQdZEv1QELOfn5mDgCl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krgBLzFHotkCVenqLVb8r6gRL41gvg8r { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#iXAE9abSTotWafZFlCrfMTIHhHHWLlHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJzoO4B6b2vcOURpk5pDyQG2RGt8ocyt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#D3V6oy0H4miJNoDoB0l775f0PC8y2D9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVeprcrinvqwTg40tKiTPDMCpFknxAvR { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b9cedb6e-d1be-4876-8016-718e5a5731f4/rollup1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#dVeprcrinvqwTg40tKiTPDMCpFknxAvR.adaptive-delivery-prevent-bg, #dVeprcrinvqwTg40tKiTPDMCpFknxAvR.lazyload, #dVeprcrinvqwTg40tKiTPDMCpFknxAvR.lazyloading { background-image: none; }
#AbsDAqSC6qaRvTuFAJ6ySCkTGUXeRxPP { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#T5bSkgL5UlF51rKSE0CXxTnTxSEf8o5p { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KG340azyqx7yTvnJstNTIOGOo8n8c4Q1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#HEbWJGusaLPlTEl2Pah1V1ZT16Fn5S5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/89f02eff-324a-42eb-940c-2ece7a90f2cd/precodefaixaimpressaodigital.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE.adaptive-delivery-prevent-bg, #kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE.lazyload, #kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE.lazyloading { background-image: none; }
#kMA6oGv4xZMx7QsTTexDuPiGb0QzN4KB { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#pLVGHE5kGEWSsaL7EEqsfyqDgt7JHHBv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLiCKWNQDl6tKW4pEfNQT3Ubmku44dD2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#sIEf0TGBiHOnG4NdApyBaloaTw8BTUv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ac71945-4d09-4e26-891f-98e71454d19c/totempdv3.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD.adaptive-delivery-prevent-bg, #TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD.lazyload, #TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD.lazyloading { background-image: none; }
#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 { 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; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container { background-color: transparent; background-image: none; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container > .video-iframe-container { display: none; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row > .video-iframe-container { display: none; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .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); }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container { border-width: 0; border-radius: 0; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#UrcnCG1iou39WXxIPrbat1sdMKCimMIA { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b94c282f-3896-4102-afd1-774f612e7df0/1234567.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM.adaptive-delivery-prevent-bg, #Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM.lazyload, #Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM.lazyloading { background-image: none; }
#X3ZpZ0gk5KPvoh4waPr8lblMeZ7gd6xG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#qm8RUpTDE87U8va0USUDmHVyxyzsKqTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQntGQxuh4ip1HbluVKmgKJTP4SesyiX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vu5JGpbgP8hnLQdCEqds06cPFI0bMuJ5 { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#J5CF97ZqcHeubqHAu4KSd1k2EhskMxnV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTHeiln0TIWnPSimLCRa3dmMFa8HTQFu { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#i5RPwxdz7maQ4NzhI4wxfnyS53bpAUWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtTiqXPokUDnhZB6BTS8QTdVLF230DhO { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d0cdb3df-72c1-48d9-8931-47cb13a3271b/1PLOTAGEM.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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#HtTiqXPokUDnhZB6BTS8QTdVLF230DhO.adaptive-delivery-prevent-bg, #HtTiqXPokUDnhZB6BTS8QTdVLF230DhO.lazyload, #HtTiqXPokUDnhZB6BTS8QTdVLF230DhO.lazyloading { background-image: none; }
#nTOcsxgAwlO5xAsVOSuDezl2T8EXKXEF { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#dm2LWNoB0sJoXTv999PpTno9ttgPSKBo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhOFNDe1T7WD9aIptiTbxut5aEgeT090 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#lNDc058hMoE82dxnVbdiymbcmOnbecCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBSiyApk4I74fBKBBROETGsqWQ5recHT { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1eb24a6-a77c-4ff1-b7cb-e760ee723ec2/adesivo.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#lBSiyApk4I74fBKBBROETGsqWQ5recHT.adaptive-delivery-prevent-bg, #lBSiyApk4I74fBKBBROETGsqWQ5recHT.lazyload, #lBSiyApk4I74fBKBBROETGsqWQ5recHT.lazyloading { background-image: none; }
#HHRb6eKxqP2CFp2AKJsrLmF67XHk15DR { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.5625rem;display:block; }
#wxuaGnyroDQi31PJO6mrBTJtXFrBtlpL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzDzaXqykuUHTrlhQWJOQJWiJKNT0uJd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125rem;display:block; }
#ZT00cOqHe0Zpcc95crSLSWHT53b3ICu4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU { position:absolute;display:block;z-index:15037;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/84edefe7-cfa9-4cf2-a687-c4b6acba13fb/outdoor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.5625rem;display:block; }#VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU.adaptive-delivery-prevent-bg, #VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU.lazyload, #VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU.lazyloading { background-image: none; }
#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { 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; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { background-color: transparent; background-image: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container > .video-iframe-container { display: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container { display: none; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .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); }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { border-width: 0; border-radius: 0; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScszTDgx8gF87v9CbsAy4UncggOKzoDk { 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; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { background-color: transparent; background-image: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container > .video-iframe-container { display: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container { display: none; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .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); }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { border-width: 0; border-radius: 0; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#THPybCwmtiqsqux3ekhb4i5chkA6Tzah { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a4bc5c3-75c0-4f04-ae1c-e90325f20261/chaveiro.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.adaptive-delivery-prevent-bg, #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.lazyload, #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq.lazyloading { background-image: none; }
#Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.adaptive-delivery-prevent-bg, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyload, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyloading { background-image: none; }
#MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/50e3f2fa-8ec4-47b2-964b-063a564a5f8a/molestine1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.adaptive-delivery-prevent-bg, #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.lazyload, #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9.lazyloading { background-image: none; }
#XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/70ee3eaf-5c3b-413d-ae23-a501247ce33d/fone.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.adaptive-delivery-prevent-bg, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyload, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyloading { background-image: none; }
#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { 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; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { background-color: transparent; background-image: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container > .video-iframe-container { display: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container { display: none; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .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); }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { border-width: 0; border-radius: 0; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.311874389649rem;left:0.3118782043457rem;display:block; }
#TnedCvz3uZDyaTrgWuVSzC31swPsdycs { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a69fef74-718d-4c21-843b-3e212ef85320/copotermico.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }#TnedCvz3uZDyaTrgWuVSzC31swPsdycs.adaptive-delivery-prevent-bg, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyload, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyloading { background-image: none; }
#Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.133125305176rem;left:4.9056282043457rem;display:block; }
#R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:19.0625rem;display:block; }
#zG8RofATDTU9zKPskMypEWca56kamknl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.125rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.125rem;left:23.625rem;display:block; }
#e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { position:absolute;display:block;z-index:15027;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/ebe2e9ae-2fe3-4b78-ae66-a31817e4e085/caneta3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.adaptive-delivery-prevent-bg, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyload, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyloading { background-image: none; }
#HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { position:absolute;display:block;z-index:15031;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:37.812503814698rem;display:block; }
#TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.812503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.125rem;left:42.375003814698rem;display:block; }
#lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f0094a23-5d12-4f38-98ae-e58e269b5c95/sacolas1.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.adaptive-delivery-prevent-bg, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyload, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyloading { background-image: none; }
#Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { position:absolute;display:block;z-index:15036;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.375rem;width:18.125rem;top:12.3125rem;left:56.562503814698rem;display:block; }
#KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:14.125rem;left:56.562503814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.125rem;left:61.125003814698rem;display:block; }
#VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bfeeac5e-1d62-4a0a-9910-ada822408cab/powerbank.jpg");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;box-shadow: none;height:12.3125rem;width:18.125rem;top:0rem;left:56.562503814698rem;display:block; }#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.adaptive-delivery-prevent-bg, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyload, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyloading { background-image: none; }
#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { 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; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { background-color: transparent; background-image: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .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); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { border-width: 0; border-radius: 0; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#m3nWwgVXv79Po1we8daHDFz6x7c489yK { position:absolute;display:block;z-index:15000;height:29.874rem;width:75rem;top:1.4052734375rem;left:0rem;display:block; }
#p45oiEBltowsmsGWNT1I81fazWy9Dghp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { background-color: transparent; background-image: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .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); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { border-width: 0; border-radius: 0; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:18.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { position:absolute;display:block;z-index:15021;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:0.0625rem;width:3.125rem;top:5.25rem;left:18.6875rem;display:block; }
#pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:6.5rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:6.8744773864744rem;left:39.811981201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.5927085876462rem;left:40.124481201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGfn010t6uSosOKMgCx4g75rySLH0cLZ { position:absolute;display:block;z-index:15029;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:0.0625rem;width:3.125rem;top:5.25rem;left:37.5625rem;display:block; }
#yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:6.4375rem;left:37.561462402344rem;display:block; }
#qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:9.1239585876462rem;left:37.561462402344rem;display:block; }
#drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { position:absolute;display:block;z-index:15035;background-color:#e21c21;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:0.0625rem;width:3.125rem;top:5.25rem;left:57.5625rem;display:none; }
#nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3rem;left:57.5625rem;height:1.597225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:6.1875rem;left:57.5625rem;height:6.9444375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { position:absolute;display:block;z-index:15031;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:0.0625rem;width:3.125rem;top:4.9375rem;left:56.3125rem;display:block; }
#eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.125rem;left:20.5625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11rem;left:18.75rem; }
#cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.5rem;left:56.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6239585876462rem;left:0rem;height:6.09375rem;font-style:normal;display:block; }
#OhRs40pGzhn47b41RIFnHie5UqKoXTXw { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { position:absolute;display:block;z-index:15023;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:0.0625rem;width:3.125rem;top:4.9375rem;left:0rem;display:block; }
#zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:8.4375rem;left:18.5625rem;display:block; }
#nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.875rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZpfTyxKu553knG02H35JbITo99gFT7z { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:6.421875rem;left:18.875rem; }
#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:relative;display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { border-width: 0; border-radius: 0; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff2780, #df005f);background-image: -moz-linear-gradient(top, #ff2780, #df005f);background-image: -ms-linear-gradient(top, #ff2780, #df005f);background-image: -o-linear-gradient(top, #ff2780, #df005f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );";background-image: linear-gradient(to bottom, #ff2780, #df005f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.625rem;left:55.0625rem;display:none; }
#QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:11.8125rem;height:2.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:29.996964454651rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:2.25rem;top:1.8125rem;left:34.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:0.9375rem;top:1rem;left:36.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:12.6875rem;height:3.4375rem;top:0.75rem;left:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { width:8.9375rem;height:1.375rem;top:1.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { width:11.0625rem;height:1.375rem;top:1.75rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { width:5.6875rem;height:1.375rem;top:1.75rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:35.9375rem;height:8.75rem;top:30.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:16.875rem;height:3.75rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:34.9375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:22.5625rem;height:4.75rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xTOznnB86WICEenSIQUnT42bVkUewodu { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm1AwfLekLHf79atVAtRsr4Ocr2M831X { width:46.875rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { width:18.125rem;height:6.25rem;top:53.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { width:18.125rem;height:1.1875rem;top:57.6875rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { width:18.125rem;height:3.625rem;top:54.3125rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69vtlreNwAm8URTagzESs5sePOnep6A { width:18.125rem;height:6.25rem;top:53.5625rem;left:24.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { width:18.125rem;height:1.1875rem;top:57.6875rem;left:24.187503814698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { width:18.125rem;height:3.625rem;top:54.3125rem;left:24.187503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { width:18.125rem;height:6.25rem;top:53.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { width:18.125rem;height:1.1875rem;top:57.6875rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { width:18.125rem;height:3.625rem;top:54.3125rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { width:18.125rem;height:6.25rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { width:18.125rem;height:1.1875rem;top:57.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { width:18.125rem;height:3.625rem;top:54.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { width:20rem;height:4.625rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx { display:block; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypT4s8nB2RyIUTITpCmO2GVzyeA1dFQt { width:47.75rem;height:3.25rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK { display:block; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5GJi1d3grxxkIXi2sQGzTFPfcfiCebp { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4 { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqyqGrSdAriqnMJkBuiBqXwJNvlyrfod { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMJMZFEV8IKNXqwZd6whcJMlWk051J1G { display:block; }
 }@media only screen and (max-width: 763px) { #SE70kXFBzdiL1QQQC1T45eVXTTHLEStX { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGJIZFuGSzixqOmr34oXDih9wuT3Wtt { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVk7GS6srC5kvnKBCl8a9uTKGk5B6fQ { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osv6l3LnIxkoVZ9KwIUWUqUeADOKQiR4 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiw1sFnPZKtbEBmB9nlVL78FfCHWWV67 { display:block; }
 }@media only screen and (max-width: 763px) { #sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faxz5xMLxwupGaCvBwyI42wVOlyaxdCy { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekVsdW80BV74ezWNv3e3HnXmkyJoMAN { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C25Op96XqIfuSrgzkQk9P6LT6NBuWvJK { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo3EFOq7Rdy2h1Z0PdcEay6Km33yNf8 { display:block; }
 }@media only screen and (max-width: 763px) { #HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI6KHA5TTo8COetWUxv2okFaPlmUuz1D { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgaMrXP3y7IkSVazVUtt2o08UFKEgsD { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hykcoLTbMAy0hTqzzPtMQT2Ei9aTyec4 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwNQiAKvTSwlvBiFJg2aR34i8FXvzfcG { display:block; }
 }@media only screen and (max-width: 763px) { #eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy { display:block; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmK7R5rTOMkyeWtiMbyhcwMK4gGJO24 { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRuitcyof0VMQdoc3n1mlnE5ZPiDVwHJ { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPyiPLDM3R7P6mGPUaQsTcFv9G85TflG { display:block; }
 }@media only screen and (max-width: 763px) { #IDoIySDB5rCflBCDByNexLvBaPMFgMB6 { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdUdxZqDkPzndFadlVsmcAQuIMM5KWbH { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQDzpD77ZCv8foybVi45KgJ0NVRd0Rrm { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNZZudmE0uteLKyCACIATxNpOUFyL8Ja { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZskspGJUXwCLfgZqLWUbDLvqwnakkTT { display:block; }
 }@media only screen and (max-width: 763px) { #bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdFVZPJLBCNHDmdnzVeldFDUZ8UiA5nT { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPfI1OaPrrzWZrapWN9b8z2Vwhv5Dk { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAVD0r0p5ASClevcZUPJKp7cPsrAHOK { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgSEiGow43nLf7vlT61Ky9d11BJGqtr { display:block; }
 }@media only screen and (max-width: 763px) { #JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4vzQVyHFQD9WmzoWS0wZpSzaSNNirV { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLzoMJZzCt7raJ2uH2hEOagVvSpfTTP9 { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWcEOrZsP3d4b9AH7xJWZIEHbuqdmcMZ { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIiRiXyCgecETkzKpSsLVIOg7HgTgM5U { display:block; }
 }@media only screen and (max-width: 763px) { #cItvkn8USut3GP6fuPhHRTTf0brORWsz { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF1RI41myh2ThfONRe9pR8alSFKEPsGf { display:block; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp3NXBTqQTANEkIdsrSrEy1hymFc4VUN { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM { display:block; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SteP9VBhWm0EtFnTEGfxWwmzg2FOsl3u { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgUt0TTiDGgpChi56EkUos9riMoKoJk { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipCaPy9WvgFPmNT374nHDglTfpX8kzpL { display:block; }
 }@media only screen and (max-width: 763px) { #ZMRttrWTe7uDGBQdZEv1QELOfn5mDgCl { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krgBLzFHotkCVenqLVb8r6gRL41gvg8r { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAE9abSTotWafZFlCrfMTIHhHHWLlHZ { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJzoO4B6b2vcOURpk5pDyQG2RGt8ocyt { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3V6oy0H4miJNoDoB0l775f0PC8y2D9Z { display:block; }
 }@media only screen and (max-width: 763px) { #dVeprcrinvqwTg40tKiTPDMCpFknxAvR { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbsDAqSC6qaRvTuFAJ6ySCkTGUXeRxPP { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5bSkgL5UlF51rKSE0CXxTnTxSEf8o5p { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG340azyqx7yTvnJstNTIOGOo8n8c4Q1 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEbWJGusaLPlTEl2Pah1V1ZT16Fn5S5F { display:block; }
 }@media only screen and (max-width: 763px) { #kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMA6oGv4xZMx7QsTTexDuPiGb0QzN4KB { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVGHE5kGEWSsaL7EEqsfyqDgt7JHHBv { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiCKWNQDl6tKW4pEfNQT3Ubmku44dD2 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIEf0TGBiHOnG4NdApyBaloaTw8BTUv3 { display:block; }
 }@media only screen and (max-width: 763px) { #TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 { display:block; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrcnCG1iou39WXxIPrbat1sdMKCimMIA { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZpZ0gk5KPvoh4waPr8lblMeZ7gd6xG { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8RUpTDE87U8va0USUDmHVyxyzsKqTF { display:block; }
 }@media only screen and (max-width: 763px) { #gQntGQxuh4ip1HbluVKmgKJTP4SesyiX { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu5JGpbgP8hnLQdCEqds06cPFI0bMuJ5 { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CF97ZqcHeubqHAu4KSd1k2EhskMxnV { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHeiln0TIWnPSimLCRa3dmMFa8HTQFu { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5RPwxdz7maQ4NzhI4wxfnyS53bpAUWv { display:block; }
 }@media only screen and (max-width: 763px) { #HtTiqXPokUDnhZB6BTS8QTdVLF230DhO { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOcsxgAwlO5xAsVOSuDezl2T8EXKXEF { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm2LWNoB0sJoXTv999PpTno9ttgPSKBo { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhOFNDe1T7WD9aIptiTbxut5aEgeT090 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNDc058hMoE82dxnVbdiymbcmOnbecCk { display:block; }
 }@media only screen and (max-width: 763px) { #lBSiyApk4I74fBKBBROETGsqWQ5recHT { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHRb6eKxqP2CFp2AKJsrLmF67XHk15DR { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxuaGnyroDQi31PJO6mrBTJtXFrBtlpL { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzDzaXqykuUHTrlhQWJOQJWiJKNT0uJd { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT00cOqHe0Zpcc95crSLSWHT53b3ICu4 { display:block; }
 }@media only screen and (max-width: 763px) { #VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { display:block; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScszTDgx8gF87v9CbsAy4UncggOKzoDk { display:block; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPybCwmtiqsqux3ekhb4i5chkA6Tzah { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block; }
 }@media only screen and (max-width: 763px) { #xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { top:14.125rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { top:14.125rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block; }
 }@media only screen and (max-width: 763px) { #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { top:14.125rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block; }
 }@media only screen and (max-width: 763px) { #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { top:14.125rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block; }
 }@media only screen and (max-width: 763px) { #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { display:block; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { top:12.25rem;left:0rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnedCvz3uZDyaTrgWuVSzC31swPsdycs { top:0rem;left:0rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:1.4993782043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block; }
 }@media only screen and (max-width: 763px) { #oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { top:14.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { top:12.3125rem;left:5.75rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8RofATDTU9zKPskMypEWca56kamknl { top:14.0625rem;left:5.75rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { width:8.9375rem;height:2.1875rem;top:11.125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block; }
 }@media only screen and (max-width: 763px) { #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { top:0rem;left:5.75rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { top:12.3125rem;left:17.6875rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { top:14.0625rem;left:17.6875rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { width:8.9375rem;height:2.1875rem;top:11.125rem;left:25.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block; }
 }@media only screen and (max-width: 763px) { #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { top:0rem;left:17.6875rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { top:12.3125rem;left:29.625rem;width:18.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { top:14.0625rem;left:29.625rem;width:18.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { width:8.9375rem;height:2.1875rem;top:11.125rem;left:37.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block; }
 }@media only screen and (max-width: 763px) { #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { top:0rem;left:29.625rem;width:18.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:47.75rem;height:29.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { top:3rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:5.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { top:6.5rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { top:6.8125rem;left:22.25rem;width:13.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { top:9.5625rem;left:21.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { top:3rem;left:19.375rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:6.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:9.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:5.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { top:3rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { top:6.1875rem;left:31.5625rem;width:16.1875rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { top:2.6875rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0;top:4.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { top:11.125rem;left:9.875rem;width:14rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { width:1.6875rem;height:1.6875rem;top:11rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { top:6.5rem;left:30.1875rem;width:17.5625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { top:2.6875rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:8.4375rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { top:8.875rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { width:1.5625rem;height:1.5625rem;top:6.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:16.875rem;height:3.75rem;top:5.625rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:20rem;height:3.875rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { position:relative;z-index:auto;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:15.9375rem;height:3.8125rem;top:1.046875rem;left:2.0306249856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:12.73438125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:5.859375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:auto;top:1.8125rem;left:3.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:auto;top:1rem;left:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:12.6875rem;height:3.4375rem;top:0.75rem;left:3.625rem;z-index:15025;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e9aec283-a6d4-4010-be28-05856170345f/EXPSEC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.adaptive-delivery-prevent-bg, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyload, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #vA2kvUt9EnIGWcshmbFBWIrmXPohwRro { width:6.5625rem;height:0.9625rem;top:6.512499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #noh8C6nTwol5JaguSvg2t8xoE8esDAN4 { width:8.875rem;height:0.9625rem;top:6.5062499046325rem;left:6.5393749475481rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sbWor3y0Quhd2fntLFxPenQ87Ec7ZSI5 { width:4.625rem;height:0.9625rem;top:6.5062499046325rem;left:15.374999165535rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qvU2fpQlJHpB6c7swLTc1I5dPAEn7sFc { top:5.7125000953674rem;left:0rem;width:20rem;height:0.0625rem;z-index:15026;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4e8c67e4-4dd8-4308-b756-ed4077d0bcfa/play23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.adaptive-delivery-prevent-bg, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyload, #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1.lazyloading { background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:20rem;height:0;top:7.0234379768369rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:20rem;height:0;top:17.236979484558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:17.5rem;height:3.75rem;top:33.061633110046rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:39.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:30.373266220092rem;left:1.5625000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:39.436851501465rem;left:1.5625000596046rem;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:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:20rem;height:3.75rem;top:30.25rem;left:0rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xTOznnB86WICEenSIQUnT42bVkUewodu { width:18.375rem;height:0;top:3.54900598526rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vm1AwfLekLHf79atVAtRsr4Ocr2M831X { top:54.773438930511rem;left:15.95558668053rem;width:3.625rem;height:3.0625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IJxv8StedVqXwLuFcapuw62DE9OTE3Tr { width:9.6875rem;height:4.375rem;top:25.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3G0NpiJD80igfcx6wSRoyz9gnmWR9Hs { width:9.6875rem;height:0.975rem;top:27.9375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETA5oPQ4v4LTHSB5c5BtEwRO2140n6X { width:9.6875rem;height:1.949575rem;top:26rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69vtlreNwAm8URTagzESs5sePOnep6A { width:9.6875rem;height:4.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGrA77ugZ0KplTMxU3Xl5z4kr5XAFTs { width:9.6875rem;height:0.975rem;top:27.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LO6iskbOo3eEQWqKp3g1thuVotL8t4 { width:9.6875rem;height:1.949575rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmeeNDuInmiBsGB4PvM4Fdm727U73kTZ { width:9.6875rem;height:4.375rem;top:20.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcBeZZ6JDK1eq1Z74mSQL7a0wBJs6Gm { width:9.6875rem;height:0.975rem;top:22.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5l5NdnGZSHf5nmeHWoDpM6GLuH6DeN { width:9.6875rem;height:1.949575rem;top:21rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KloQQ36yAWKlwhJTqhgSR7rm0fOd63hy { width:9.6875rem;height:4.375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js8Xi61aTIJ8rHMqW2IB5dgbZ4eITn1J { width:9.6875rem;height:0.975rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTUfpttrMfL67L1BWoea6DuEP8iFPdL { width:9.6875rem;height:1.949575rem;top:21rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJ18GoAqgmDWWTIGkZNO6HHNsCkocC3 { width:19.375rem;height:2.7613625rem;top:16.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;font-weight:300;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PS8miGkD43Kc9IDpKPF8vygEE7sI9bSJ { width:20rem;height:9.5994375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15002;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AZSMzBb63LyIiJUZZlh0DH4EVuxThreT { width:20rem;height:1.275rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx { display:block; }#vTubZTNPUFbcLTxVZCPxQanqkO4wMpRx > .row .container { width:20rem;height:7.8948822021484rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypT4s8nB2RyIUTITpCmO2GVzyeA1dFQt { width:17rem;height:3.71165rem;top:4.2074999809265rem;left:1.4993749856949rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK { display:block; }#kG39wB04FuybXvtIqqmgi1Hf7nW8O2aK > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5GJi1d3grxxkIXi2sQGzTFPfcfiCebp { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DX5XS2RNOzkQuWtRGTuO2AMx5yUQ9NU4 { width:18.125rem;height:9.5625rem;top:1.5rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zqyqGrSdAriqnMJkBuiBqXwJNvlyrfod { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #wMJMZFEV8IKNXqwZd6whcJMlWk051J1G { display:block; }
 }@media only screen and (max-width: 763px) { #SE70kXFBzdiL1QQQC1T45eVXTTHLEStX { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iUGJIZFuGSzixqOmr34oXDih9wuT3Wtt { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QPVk7GS6srC5kvnKBCl8a9uTKGk5B6fQ { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Osv6l3LnIxkoVZ9KwIUWUqUeADOKQiR4 { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #hiw1sFnPZKtbEBmB9nlVL78FfCHWWV67 { display:block; }
 }@media only screen and (max-width: 763px) { #sFaJmC8BVdy6UUIb4SZpdqUubERoTnqd { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #faxz5xMLxwupGaCvBwyI42wVOlyaxdCy { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TekVsdW80BV74ezWNv3e3HnXmkyJoMAN { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C25Op96XqIfuSrgzkQk9P6LT6NBuWvJK { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo3EFOq7Rdy2h1Z0PdcEay6Km33yNf8 { display:block; }
 }@media only screen and (max-width: 763px) { #HE1tbTT3vEDhBdGbd0uCTLzuuOLcLndz { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bI6KHA5TTo8COetWUxv2okFaPlmUuz1D { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qbgaMrXP3y7IkSVazVUtt2o08UFKEgsD { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hykcoLTbMAy0hTqzzPtMQT2Ei9aTyec4 { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #LwNQiAKvTSwlvBiFJg2aR34i8FXvzfcG { display:block; }
 }@media only screen and (max-width: 763px) { #eWi3CvikiMT5Kadl9BGRZmhzZP6cSyfp { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy { display:block; }#GMk2IbtTR5CLPNea2QB2o8N0g29rw4Fy > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmK7R5rTOMkyeWtiMbyhcwMK4gGJO24 { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xZQSS4T5WpgvVdW93GF86w8QFx7TBsrk { width:18.125rem;height:9.5625rem;top:1.5rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uRuitcyof0VMQdoc3n1mlnE5ZPiDVwHJ { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #aPyiPLDM3R7P6mGPUaQsTcFv9G85TflG { display:block; }
 }@media only screen and (max-width: 763px) { #IDoIySDB5rCflBCDByNexLvBaPMFgMB6 { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qdUdxZqDkPzndFadlVsmcAQuIMM5KWbH { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hQDzpD77ZCv8foybVi45KgJ0NVRd0Rrm { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MNZZudmE0uteLKyCACIATxNpOUFyL8Ja { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #XZskspGJUXwCLfgZqLWUbDLvqwnakkTT { display:block; }
 }@media only screen and (max-width: 763px) { #bZ5M8JhDXKebd64AmxqaKlyxTRnAM5hM { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CdFVZPJLBCNHDmdnzVeldFDUZ8UiA5nT { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VOpPfI1OaPrrzWZrapWN9b8z2Vwhv5Dk { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gTAVD0r0p5ASClevcZUPJKp7cPsrAHOK { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #KZgSEiGow43nLf7vlT61Ky9d11BJGqtr { display:block; }
 }@media only screen and (max-width: 763px) { #JvfQFOc5fW6KZbd2Lgu4HlRFOQy0rFZa { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ls4vzQVyHFQD9WmzoWS0wZpSzaSNNirV { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KLzoMJZzCt7raJ2uH2hEOagVvSpfTTP9 { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fWcEOrZsP3d4b9AH7xJWZIEHbuqdmcMZ { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #gIiRiXyCgecETkzKpSsLVIOg7HgTgM5U { display:block; }
 }@media only screen and (max-width: 763px) { #cItvkn8USut3GP6fuPhHRTTf0brORWsz { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lF1RI41myh2ThfONRe9pR8alSFKEPsGf { display:block; }#lF1RI41myh2ThfONRe9pR8alSFKEPsGf > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zp3NXBTqQTANEkIdsrSrEy1hymFc4VUN { width:19.25rem;height:1.85635625rem;top:3.8352279663086rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM { display:block; }#GZOGsuh6g1zW8DxVKyHAnGc5kBA0tDTM > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SteP9VBhWm0EtFnTEGfxWwmzg2FOsl3u { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ReUKZbttWxrUPJVvhbOfZaZ1JZz4R5OW { width:18.125rem;height:9.5625rem;top:1.5rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cxgUt0TTiDGgpChi56EkUos9riMoKoJk { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #ipCaPy9WvgFPmNT374nHDglTfpX8kzpL { display:block; }
 }@media only screen and (max-width: 763px) { #ZMRttrWTe7uDGBQdZEv1QELOfn5mDgCl { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #krgBLzFHotkCVenqLVb8r6gRL41gvg8r { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iXAE9abSTotWafZFlCrfMTIHhHHWLlHZ { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gJzoO4B6b2vcOURpk5pDyQG2RGt8ocyt { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #D3V6oy0H4miJNoDoB0l775f0PC8y2D9Z { display:block; }
 }@media only screen and (max-width: 763px) { #dVeprcrinvqwTg40tKiTPDMCpFknxAvR { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #AbsDAqSC6qaRvTuFAJ6ySCkTGUXeRxPP { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T5bSkgL5UlF51rKSE0CXxTnTxSEf8o5p { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KG340azyqx7yTvnJstNTIOGOo8n8c4Q1 { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #HEbWJGusaLPlTEl2Pah1V1ZT16Fn5S5F { display:block; }
 }@media only screen and (max-width: 763px) { #kf5OPJG8nkzXqvBE8Q43oFunpLnecQLE { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kMA6oGv4xZMx7QsTTexDuPiGb0QzN4KB { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pLVGHE5kGEWSsaL7EEqsfyqDgt7JHHBv { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HLiCKWNQDl6tKW4pEfNQT3Ubmku44dD2 { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #sIEf0TGBiHOnG4NdApyBaloaTw8BTUv3 { display:block; }
 }@media only screen and (max-width: 763px) { #TgG4D5TlHX61HE9Rx7m6lfN8ITfFMOFD { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 { display:block; }#XicVdyd3KErNGCxNp7TAdmIRStlrLuV2 > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrcnCG1iou39WXxIPrbat1sdMKCimMIA { width:18.125rem;height:4.375rem;top:10.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Q3pSpFd16Pni9GORK2vSF4PkaWJ6UDLM { width:18.125rem;height:9.5625rem;top:1.25rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZpZ0gk5KPvoh4waPr8lblMeZ7gd6xG { width:8.9375rem;height:2.1875rem;top:9.625rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #qm8RUpTDE87U8va0USUDmHVyxyzsKqTF { display:block; }
 }@media only screen and (max-width: 763px) { #gQntGQxuh4ip1HbluVKmgKJTP4SesyiX { width:18.125rem;height:1.16875rem;top:12.9375rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vu5JGpbgP8hnLQdCEqds06cPFI0bMuJ5 { width:18.125rem;height:4.375rem;top:26rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #J5CF97ZqcHeubqHAu4KSd1k2EhskMxnV { width:18.125rem;height:1.16875rem;top:27.875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTHeiln0TIWnPSimLCRa3dmMFa8HTQFu { width:8.9375rem;height:2.1875rem;top:24.75rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #i5RPwxdz7maQ4NzhI4wxfnyS53bpAUWv { display:block; }
 }@media only screen and (max-width: 763px) { #HtTiqXPokUDnhZB6BTS8QTdVLF230DhO { width:18.125rem;height:9.5625rem;top:16.4375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nTOcsxgAwlO5xAsVOSuDezl2T8EXKXEF { width:18.125rem;height:4.375rem;top:41.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dm2LWNoB0sJoXTv999PpTno9ttgPSKBo { width:18.125rem;height:1.16875rem;top:43.3125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mhOFNDe1T7WD9aIptiTbxut5aEgeT090 { width:8.9375rem;height:2.1875rem;top:40rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #lNDc058hMoE82dxnVbdiymbcmOnbecCk { display:block; }
 }@media only screen and (max-width: 763px) { #lBSiyApk4I74fBKBBROETGsqWQ5recHT { width:18.125rem;height:9.5625rem;top:31.625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HHRb6eKxqP2CFp2AKJsrLmF67XHk15DR { width:18.125rem;height:4.375rem;top:59rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wxuaGnyroDQi31PJO6mrBTJtXFrBtlpL { width:18.125rem;height:1.16875rem;top:61.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KzDzaXqykuUHTrlhQWJOQJWiJKNT0uJd { width:8.9375rem;height:2.1875rem;top:57.9375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZT00cOqHe0Zpcc95crSLSWHT53b3ICu4 { display:block; }
 }@media only screen and (max-width: 763px) { #VRhBw9OFf5DrqT7PFcsHV5KlwHXPAnJU { width:18.125rem;height:12.3125rem;top:46.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hubZioZNdp55KDa9dM9ecXOxlmr0CvwT { display:block; }#hubZioZNdp55KDa9dM9ecXOxlmr0CvwT > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgFushSmvZvrJGSbtPqqmUKLXtX2m5JA { width:19.25rem;height:3.71165rem;top:5.3968753814697rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ScszTDgx8gF87v9CbsAy4UncggOKzoDk { display:block; }#ScszTDgx8gF87v9CbsAy4UncggOKzoDk > .row .container { width:20rem;height:60.937507629395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPybCwmtiqsqux3ekhb4i5chkA6Tzah { width:18.125rem;height:4.375rem;top:11.0625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HUzwWZGRV1ADa7e5fv4l5E22TWLdltaq { width:18.125rem;height:9.5625rem;top:1.5rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Op2dyVGIqOIDwTLWQ3ZlU7PsXR8xwmzI { width:8.9375rem;height:2.1875rem;top:9.875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #w8WvEvMk8AQQgLri3PnXac5C8lkOaM6X { display:block; }
 }@media only screen and (max-width: 763px) { #xTXw7yT7tu6ynDnFsoKtrwhhgGDubibf { width:18.125rem;height:1.16875rem;top:13.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K9WT09rWMGpcKRamJ7tDmbH07lqLmfdx { width:18.125rem;height:4.375rem;top:26.1875rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nqT9fUTeOxFhoIrFnTuLotEFmHnxLT9a { width:18.125rem;height:1.16875rem;top:28.125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IZJUW0ix6A1yN3cqvLk6TmVZTGGXkvF0 { width:8.9375rem;height:2.1875rem;top:25rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #d8QkyERJINE6L9Bw2CdV5k28FLwLDEDu { display:block; }
 }@media only screen and (max-width: 763px) { #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ { width:18.125rem;height:9.5625rem;top:16.6875rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3714c75f-2a16-431e-89ca-f1dff8609243/garrafa1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.adaptive-delivery-prevent-bg, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyload, #FW7C1HieDfS7GhfbpD2Snow7MpcSy3TJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MSRps8ubuhz2HVcensgZhhIPCN0fCFXn { width:18.125rem;height:4.375rem;top:41.375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hUVkfXAzkSla5MXgU6471gIX3yPmKmbH { width:18.125rem;height:1.16875rem;top:43.5rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TrciQfrHSsfLTmzGsQq3zgHZPnunQdOF { width:8.9375rem;height:2.1875rem;top:40.1875rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #AhTGvkJ4XzZ1KKpkTTeWmvXccAm1RDs4 { display:block; }
 }@media only screen and (max-width: 763px) { #y68uNvC66r5XZpGCXNWOrstLtlJsRnA9 { width:18.125rem;height:9.5625rem;top:31.8125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XbZASgnh6PZ8pk4fQHsO86Skb9IDE7Zq { width:18.125rem;height:4.375rem;top:56.5625rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NOaylRq7o7fwd8d0KqLcTxn4aPAz7iHA { width:18.125rem;height:1.16875rem;top:58.625rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AZxPXndHlZ6mclsHrooM1FhdChmQcg6e { width:8.9375rem;height:2.1875rem;top:55.375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #b09gQUoLppwTTEehTpsvgBzdD4UyadTP { display:block; }
 }@media only screen and (max-width: 763px) { #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz { width:18.125rem;height:9.5625rem;top:47rem;left:0.9375rem;z-index:15005;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/7ddff9ae-efcc-4c62-8051-086d51dfe272/fonedeouvido1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.adaptive-delivery-prevent-bg, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyload, #K5ToBWUKx8CagvAvBbt5Oa9uAH3tOkzz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 { display:block; }#vdTMTPMCTKGzwLqoh6HPoSzO1KJSz0e5 > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC1dCQOddIpbdugWqTr1aN66WZ8u0MpX { width:18.125rem;height:4.375rem;top:10.812492370606rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TnedCvz3uZDyaTrgWuVSzC31swPsdycs { width:18.125rem;height:9.5625rem;top:1.25rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a69fef74-718d-4c21-843b-3e212ef85320/copotermico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TnedCvz3uZDyaTrgWuVSzC31swPsdycs.adaptive-delivery-prevent-bg, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyload, #TnedCvz3uZDyaTrgWuVSzC31swPsdycs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mar0pMyQRmyCobhGaTBwnVeaGi7wThz5 { width:8.9375rem;height:2.1875rem;top:9.6249923706056rem;left:5.4999996423721rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #R6JHsuDqQmu0q7bZs3wAhqUnyTLhgdl5 { display:block; }
 }@media only screen and (max-width: 763px) { #oHtXJ9XA4WvORoStXowWsTZ4lawxdgnO { width:18.125rem;height:1.16875rem;top:12.937492370606rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cHvBGA7CAnVm3zDRMtv5apS7KCyo6Z4J { width:18.125rem;height:4.375rem;top:25.9375rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zG8RofATDTU9zKPskMypEWca56kamknl { width:18.125rem;height:1.16875rem;top:27.875rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FHXhaqtVheCOaNKBrSXBJQpi4eO9Tfg7 { width:8.9375rem;height:2.1875rem;top:24.75rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #e66g1dwon4CBwemqXozWLLHVltbU3ESB { display:block; }
 }@media only screen and (max-width: 763px) { #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM { width:18.125rem;height:9.5625rem;top:16.4375rem;left:0.9375rem;z-index:15005;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/ebe2e9ae-2fe3-4b78-ae66-a31817e4e085/caneta3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.adaptive-delivery-prevent-bg, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyload, #BOrubZSyzXP0V0lu2bQzkCHvf18N5syM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HTaiML8N9sC1DN6hQvlAfLkSsyhhqcr1 { width:18.125rem;height:4.375rem;top:41.125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TSMcZNfhhp5ICudAH79MnE0Oz7ITOFWm { width:18.125rem;height:1.16875rem;top:43.25rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nRQLQIrgM7osILvxKNP5w3eg1Q2SOthi { width:8.9375rem;height:2.1875rem;top:39.9375rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpGnKXUZvhyFkx8bAivwOTQ37rk7Qd { display:block; }
 }@media only screen and (max-width: 763px) { #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW { width:18.125rem;height:9.5625rem;top:31.5625rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0094a23-5d12-4f38-98ae-e58e269b5c95/sacolas1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.adaptive-delivery-prevent-bg, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyload, #xZzefUvZ4ahOXGfsWPKnZzWct7tww1UW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Erhkf1HRuveu53soLGlZRZNGiWzyR5F7 { width:18.125rem;height:4.375rem;top:56.3125rem;left:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KSC6giPqQDnpApOGpVRsJfT4QSxTrVSN { width:18.125rem;height:1.16875rem;top:58.375rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #izTuuCLmf12g0XOS6GE8qrhfeTMe24RP { width:8.9375rem;height:2.1875rem;top:55.125rem;left:5.5rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(180deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(180deg, #ffc800, #ff8300);background-image: -o-linear-gradient(180deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(180deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #VsP1VbJpqpP2kIterV9MgP52u0ITqE1c { display:block; }
 }@media only screen and (max-width: 763px) { #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A { width:18.125rem;height:9.5625rem;top:46.75rem;left:0.9375rem;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfeeac5e-1d62-4a0a-9910-ada822408cab/powerbank.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.adaptive-delivery-prevent-bg, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyload, #VPrlyxExUOA3tustoLX1x2QRZkTVeG4A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { width:16.4375rem;height:1.625rem;top:1.6875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:3.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { width:10.625rem;height:1.5rem;top:4.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { width:13.5625rem;height:1.5rem;top:16.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { width:13.9375rem;height:1.5rem;top:18.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { width:16.4375rem;height:1.625rem;top:12.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:14.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:16rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:18.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:33.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { width:16.4375rem;height:1.597225rem;top:31.625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { width:16.0625rem;height:7.2916625rem;top:36.5rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { width:16.3748125rem;height:1.625rem;top:23.75rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0.125rem;top:26.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { width:14rem;height:1.5rem;top:6rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { display:flex;width:1.6875rem;height:1.6875rem;top:6rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { width:14.875rem;height:4.22443125rem;top:27.5rem;left:1.0625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:18.75rem;height:4.54829375rem;top:37rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { width:11.25rem;height:1.625rem;top:33.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:36.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:7.6875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { width:10.625rem;height:1.5rem;top:8.0625rem;left:2.6250002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { display:flex;width:1.5625rem;height:1.5625rem;top:4.0937504768372rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { background-color: transparent; background-image: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .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); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:20rem;height:3.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:20rem;height:3.75rem;top:3.764102935791rem;left:0rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ffbd00, #d9a70b);background-image: -moz-linear-gradient(top, #ffbd00, #d9a70b);background-image: -ms-linear-gradient(top, #ffbd00, #d9a70b);background-image: -o-linear-gradient(top, #ffbd00, #d9a70b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );";background-image: linear-gradient(to bottom, #ffbd00, #d9a70b);background-size:auto !important;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:18.996875rem;height:3.125rem;top:0rem;left:0.50104165077209rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }