.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#22408e;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2558a4;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;z-index:auto;display:block; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container { background-color: transparent; background-image: none; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container > .video-iframe-container { display: none; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row > .video-iframe-container { display: none; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .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); }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container { border-width: 0; border-radius: 0; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#gnSA5fQtKR7ffJfaqhCuuyfXpPQhtA9E { color:#ffffff;display:block;width:8.186875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4741754531861rem;left:35.808162689209rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Llpr5idkzeiQcPG8ZUFkyTuq36KLcZNT { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.0305989980698rem;left:33.058811187744rem;display:block; }
#f9WM10FZnJoiv3xemglg62vAZ7tkaOOa { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.4741754531861rem;left:16.373481750488rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcTu9JhMAtTqGn7xXgc2AfWgxWhzu8Wn { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.0305989980698rem;left:13.374134063721rem;display:block; }
#imOVP0GntmaHX0TQHhXLdotuJxHVINky { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.1555989980698rem;left:0rem;display:block; }
#mgX4H9GKCTN30lG5mkkx5MTKkFJG8Skq { color:#ffffff;display:block;width:8.186875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5746527910232rem;left:2.9359817504883rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1n8BOe0vw01vlS5ELaA69cWTcWKJFaL { color:#ffffff;display:block;width:8.186875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.5815973281861rem;left:51.185985565186rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NFRBwwRv9DLVMwvcXUeEqDPQnX184yGJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:1.6549479961395rem;left:48.859592437744rem;overflow:hidden;display:block; }
#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67a7b9c-b50b-47d8-9aec-23ab90c1b6f2/fondo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g.adaptive-delivery-prevent-bg, #HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g.lazyload, #HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g.lazyloading { background-image: none; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container { background-color: transparent; background-image: none; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container > .video-iframe-container { display: none; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row > .video-iframe-container { display: none; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .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); }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container { border-width: 0; border-radius: 0; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#AdrP6FdeJ6WUQCAD8KqekaSCGbDXy7Zh { color:#484545;display:block;width:42.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.46875rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R171xzVIzvaRRnVPtBhZS96H3uUuJJs1 { position:absolute;display:block;z-index:15050;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:24.8125rem;width:60rem;top:22.5rem;left:0rem;overflow:hidden;display:block; }
#NZNJeRoybd6LI3LevuUIaZ0rSL7BZazZ { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff6e09, #fead4f);background-image: -moz-linear-gradient(top, #ff6e09, #fead4f);background-image: -ms-linear-gradient(top, #ff6e09, #fead4f);background-image: -o-linear-gradient(top, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(to bottom, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.3125rem;left:20.3125rem;display:block; }
#NHTD2qbfB6qT876M5eKZLD9zEGTdJ0I7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w27dRW1wOBRrVlSTzdwIvKyLl8tx0HSm { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004fa5, #0671b7);background-image: -moz-linear-gradient(180deg, #004fa5, #0671b7);background-image: -ms-linear-gradient(180deg, #004fa5, #0671b7);background-image: -o-linear-gradient(180deg, #004fa5, #0671b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa5', endColorstr='#0671b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fa5', endColorstr='#0671b7' );";background-image: linear-gradient(180deg, #004fa5, #0671b7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;height:5rem;width:26.1875rem;top:5.375rem;left:30.1875rem;display:block; }
#ZClondxJUsCJMhuDzOpHrP7HgImeU1EU { color:#004fa5;display:block;width:60rem;position:absolute;font-family:"montserrat extra bold";font-size:3.6875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:4.79375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1cqBrI6LMDy09SpQl6UwgDvt3Ondz6U { position:absolute;display:block;z-index:15050;height:3.125rem;width:16.8125rem;top:18.3125rem;left:43.1875rem;display:block; }
#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.96);background-image:url("https://images.assets-landingi.com/iBjVsqjk/agranel_negocio_fondo_min_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX.adaptive-delivery-prevent-bg, #AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX.lazyload, #AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX.lazyloading { background-image: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { background-color: transparent; background-image: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container > .video-iframe-container { display: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row > .video-iframe-container { display: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .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); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { border-width: 0; border-radius: 0; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#EnR3FANiP5mo74DT9TWSRlVhkkfIg8Sn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:13.3125rem;top:30.125rem;left:0rem;overflow:hidden;display:block; }
#D4FAUkLzI4sdJZ7zqHZVOrob0Ev0XZfS { position:absolute;display:block;z-index:15026;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:14.5rem;width:13.3125rem;top:30.125rem;left:16.0625rem;overflow:hidden;display:block; }
#QJG5XL7wDcaXZ0HBC6bis8bV10pXWOyn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:13.3125rem;top:30.125rem;left:31.5625rem;overflow:hidden;display:block; }
#QROebOIr44OJD63mx23xSECkqaoC4f5q { position:absolute;display:block;z-index:15028;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:14.5rem;width:13.3125rem;top:30.125rem;left:46.6875rem;overflow:hidden;display:block; }
#nQTWnlHrNE10R76JEqKBmw1fMcaqVh7W { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:38.8125rem;left:2.9375rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k54aOtsg6AncU7wZBrhPsrRpZWrpTelH { color:#000000;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:38.8125rem;left:18.9375rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kdlQlkJ9vzmpPXavmlhrMgE56KJCKXsf { color:#000000;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:38.8125rem;left:34rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oo0XSJVPWEPcv2uyA1TNbF6VySfh5DUX { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:38.1875rem;left:49.625rem;height:3.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XaLNHxPtVB9XxlcnUkKoTZNFLT0nMG2m { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.90625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSaE1u9bMrcxIuHtVJuZWVs2UwxWRncx { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:9.0625rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FrxSdCrWDCR2lltfBxHOcdonx9yfCJ1h { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:12.5rem;left:1.4375rem;display:block; }
#z97Ml76tnGVegtOVdeOBLRvvI2VCZuhO { color:#000000;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.125rem;left:0rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxtz9KOfvSrpvE4gWCGtrqN4euH055k3 { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:12.5rem;left:11.875rem;display:block; }
#Rzn1OkOPT5Q5bb5w8GQfZFysiAMQLny9 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:17.125rem;left:9.875rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mx9rWN5Z7pZ5hTxksSa0rnRfDgDKHImi { color:#000000;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:17.125rem;left:20.125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tcxxmwh4hwGaNJG1T8mtkdEoo76JEuwT { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:12.5rem;left:21.8125rem;display:block; }
#QPBVxcuiQo3G469LFi0zMKXJC1hOQWLG { color:#000000;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.375rem;left:30.5rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdOWD6acJyTswsaMZsX1KX9dDEe6qaHl { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:12.5rem;left:31.8125rem;display:block; }
#LnOWN5OuHnufBPEP7M2BGoLuMQqCOR27 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:17.375rem;left:41.0625rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IF3nPVR6IG0zt09QkUMCyBCcqiRsEr4p { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:12.5rem;left:42.25rem;display:block; }
#JaIt2ft4VMDnPUcaUlyEou9N2WrAmX0T { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:17.1875rem;left:52.1875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVO9MyV88efFUuu2ugiV741ck3SMIh23 { box-sizing:content-box;color:#f3730a;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:12.5rem;left:52.5rem;display:block; }
#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZWPuhY9B/a_granel_vending_hielos_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.adaptive-delivery-prevent-bg, #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.lazyload, #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.lazyloading { background-image: none; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw > .row .container { border-width: 0; border-radius: 0; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:none; }#OnF9ZUmT4cyE9c88IwrDyJG55G2BOg0b { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.3125rem;left:3.125rem;height:5.9125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dlkVCLUT3ZJ1GL9t2ARqEKVmTfWZJvun { color:#0c9491;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.84375rem;left:4rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTWsgHTtsoksMpVAz18ybK4Dz3Aor6uc { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.1875rem;width:20.1875rem;top:11.25rem;left:3.28125rem;display:block; }
#MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:16.5625rem;left:2.25rem;height:5.72265625rem;text-align:left;text-align-last:left;display:block; }#MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C li:before{  }
#FQakBQwiFszyIMWfMEtyXtUEOBmDM6BV { z-index:15001;top:36.5625rem;left:1.5625rem;background-color:#86da48;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(2,81,56,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l2lQeDsF5a6Tl7ZO0cyuOJdFi5sfCvyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ab9Kq8BJi99I2U74W51mgtnidwNweC8k { color:#ffffff;display:block;width:16.0615rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:23.1953125rem;left:5.3427734375rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSPoAkrUR8EXNapGLK8nkbuUweLdlhEM { z-index:15002;top:36.5625rem;left:13.875rem;background-color:#86da48;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(2,81,56,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ROUvDrOD2z03BxgNPZanmFtmR5A34lsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HF5ATaf3ty2zp7k21qFef9dQTArwBQk7 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:29.4140625rem;left:7.15625rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFfBs1rUs97bVw1EVSWE1QrhRgPk3PPk { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:33.0625rem;left:1.59375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container { background-color: transparent; background-image: none; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container > .video-iframe-container { display: none; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row > .video-iframe-container { display: none; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .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); }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container { border-width: 0; border-radius: 0; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#pvX8HCS9sTglFlTJThV1LizpUNCTszuy { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.08203125rem;left:36.03125rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4BL7rBmO3uNg8oKWNLVTZTkMsKHSh4O { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:10.5625rem;left:35.8125rem;display:block; }
#QmilVCgg6UrSO3dGT1IN53WrNTPrtFpC { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:36.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#NMcd8TAKO5LagFVSLBQQyXeBTfWAEPzd { color:#2558a4;display:block;width:21.1875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.46484375rem;left:35.28125rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpV3SrHJ00fNzTq3S5dWQfmWn5lQvHUX { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:7.62939453125E-6rem;left:0rem;overflow:hidden;display:block; }
#UlKm5zm7Zo3I9Eoo5AMPct0ZQmJiy4LR { color:#585858;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:16.5625rem;left:34.6875rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dxxpFqbhGhtMU6ZpahCJgzngI2NcSE4t { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:13.32421875rem;left:36.125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kvr0QHJC/a_granel_vending_agua_purificada_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.adaptive-delivery-prevent-bg, #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.lazyload, #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.lazyloading { background-image: none; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem > .row .container { border-width: 0; border-radius: 0; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:none; }#mTkdaAqiJUtP5kG5EvZkUMXeTvWTtkKr { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.1875rem;left:32.75rem;height:5.9125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElaPkXr8BFcwVkLs6etxZrHfu545z1mU { color:#1e6bd0;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:37.75rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:15.1875rem;left:34.75rem;height:9.433625rem;display:block; }#qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv li:before{  }
#CP1UCba8xNyK4t587TSumH6yToXSakPt { z-index:15001;top:39.125rem;left:33.9375rem;background-color:#fd8800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,43,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yT8rxf53mmR2JFW2eK3AEoSKlNtT0vut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9mFsVQ6FA0lV3p6oD87oq7HWNTZb7GE { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.3125rem;width:19.0625rem;top:9.5rem;left:36.875rem;display:block; }
#oMPyuvplBrkcmXKWqsig7Fgwh4sKRf9R { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:25.998046875rem;left:35.34375rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NaOsKELmtHwiyhCOgaXvON57q0CPuIqt { z-index:15002;top:39.125rem;left:47.0625rem;background-color:#fd8800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,43,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R8anTBUyhiSWi8RpMAaplTKDJmQJt1xy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tg6lwO5kSkKb7fbkNOSiSVLRndOSTlpA { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:32.0390625rem;left:34.3125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iovJJNSDpUfGqlqidtSR5NHv9Woy7pMB { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:35.6875rem;left:34.59375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hFqX5kT7TD13LRFvao3pACEdl2c1s50y { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:29.646484375rem;left:34.59375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container { background-color: transparent; background-image: none; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container > .video-iframe-container { display: none; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row > .video-iframe-container { display: none; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .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); }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container { border-width: 0; border-radius: 0; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#xXXV64xSMJ6pyGO6lbzXTX9TPBkB9uTb { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:36.0625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f97uAORFiMv52hXimuTiBz9U6hC20LIS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:14.1875rem;left:35.8125rem;display:block; }
#K8fc6eQJy8bUpvItaQVkL29mWaWou1U2 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:36.75rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#DxVlQFywxRlZG3lrkGhDcQDnwExhQtxT { color:#2558a4;display:block;width:26.4375rem;position:absolute;font-family:"montserrat extra bold";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.875rem;left:32.625rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TawAMVtgFsemX1RUaBu6TKThwKgfRcXt { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#T2wnNGzitsD8UTTb1Xf15TdO5XNQ2QbN { color:#585858;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.9375rem;left:34.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nDoG4pRqZNq0VyKEJJI7fkk0xMW8EK2o { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17rem;left:36.0625rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container { background-color: transparent; background-image: none; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container > .video-iframe-container { display: none; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row > .video-iframe-container { display: none; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .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); }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container { border-width: 0; border-radius: 0; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#LBmHgiSp39qroMc9SuqoXPb2HJzzbTPG { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10.859375rem;left:36.03125rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hB54NIU0xVOfJQ7tJMfwF0yovEDksuA1 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:13rem;left:35.8125rem;display:block; }
#J9EurtDUqUu5CBABNmKS3wGRUnsi4Ug8 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.3125rem;left:36.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#Ul4CglUuICfeEf3RX49UpoIOZLq8EXCH { color:#2558a4;display:block;width:24.5rem;position:absolute;font-family:"montserrat extra bold";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3750209808349rem;left:33.312503814698rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aL6R5lBTEbzCniIAqmfXxGpgwCJiILkR { color:#585858;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:18.75rem;left:34.34375rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftZwpTwXQ683yTTp3K114ofTldOMJsOh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w0fFikeTubygi6kXBST47M9uUgZgRRQN { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.7568359375rem;left:36.09375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container { background-color: transparent; background-image: none; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container > .video-iframe-container { display: none; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row > .video-iframe-container { display: none; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .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); }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container { border-width: 0; border-radius: 0; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#ZUmZs0mCEN2RfQTFAeX2TZEzI95LVNcI { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10rem;left:36.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTXyl0X2NJZ7Cky18DHNAULvCOTGnlNd { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:12.0625rem;left:35.8125rem;display:block; }
#BCxtTWsRw0XvI0J3RIeM4BAbzmR7zNHv { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:36.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#DBkOG8Gv1crXf5Tk492Qy9UbVXItFb1F { color:#2558a4;display:block;width:23.8125rem;position:absolute;font-family:"montserrat extra bold";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:33.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KhUzfzqbwL7KiMg1KRzyBpfVIGTdpwUU { color:#585858;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:18.4375rem;left:32.71875rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HENSQQ4zvsfNeQZdxk4r6CpsMmhwcgpN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZgxRx24aZE6AsyQCzq83gAps0LZXZyDb { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:14.84765625rem;left:36.03125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container { background-color: transparent; background-image: none; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container > .video-iframe-container { display: none; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row > .video-iframe-container { display: none; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .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); }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container { border-width: 0; border-radius: 0; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#tuPh0TB97WV3eV9wKzHtd5tgXwplc6Be { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5625rem;left:36rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8rQQ92FE8ryROdANgKwupLqgPiHTuza { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:11.625rem;left:35.8125rem;display:block; }
#h01XZJDZmogtK9TilcMsExTpzClBr9kD { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12rem;left:36.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#hoqM69CvBD5xsp8tzBkvzK9klHhT2tyy { color:#2558a4;display:block;width:23.8125rem;position:absolute;font-family:"montserrat extra bold";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.375rem;left:33.09375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5flH2QZ8GMqqtv7sDy9a19z4EAAQBmT { color:#585858;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:17.3125rem;left:34.5625rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waWKKppTKk3IRUwvbD33QVZmPHEiPSoc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#uslX1bAe08q3mTHU12Kp9FwvqQ9C2scG { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:14.34765625rem;left:36.03125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container { background-color: transparent; background-image: none; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container > .video-iframe-container { display: none; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row > .video-iframe-container { display: none; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .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); }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container { border-width: 0; border-radius: 0; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#nXxEvDJE4u4zavuxdC2xIF9AHyr4g5OT { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10.3125rem;left:36.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSk3gWmuGZutJvm7cQctI6MDOeCIUm7u { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:12.375rem;left:35.8125rem;display:block; }
#B2pt0BPfKvW0ob1V4UfqqvPJ8tsNx9ML { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:36.75rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#beLJIXpraK1SEekr8DnzV72sMQCamEBX { color:#2558a4;display:block;width:23.8125rem;position:absolute;font-family:"montserrat extra bold";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:33.125rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hiv2GRvu1lpfqFfrCaPMg3uXcedtL8Rp { color:#585858;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:17.8125rem;left:34.5625rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkqQT87s8llDpxp6ubCPOf3ZVVuHlVCy { position:absolute;display:block;z-index:15039;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:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tw8xiMp3TxdknxgOl0wdVAdPigLGqOGF { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:15.09765625rem;left:36.03125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container { background-color: transparent; background-image: none; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container > .video-iframe-container { display: none; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row > .video-iframe-container { display: none; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .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); }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container { border-width: 0; border-radius: 0; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#V9zbRq4bzec5WcK0FGRZazLMW0xcKaue { color:rgba(0,0,0,0.72);display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:8.1875rem;left:36.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSqSbHi3etXQzErcst2VsOaptBC9eJ7x { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -moz-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -ms-linear-gradient(180deg, #ff6e09, #fead4f);background-image: -o-linear-gradient(180deg, #ff6e09, #fead4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e09', endColorstr='#fead4f' );";background-image: linear-gradient(180deg, #ff6e09, #fead4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:18.499rem;top:10.4375rem;left:35.8125rem;display:block; }
#AOIHiXR19vXiINcmuuIqinzV7auhSGkw { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:36.875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#OzTQn7slcGDt1R3PwaTUBnLbhxnIs6nd { color:#2558a4;display:block;width:21.1875rem;position:absolute;font-family:"montserrat extra bold";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:34.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCsI8yDUk4TKwvh06MJUfZvr1xMEwlKX { color:#585858;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:15.4375rem;left:32.9375rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgUCdq9smDClsk7TdhAt3dXycdSIIlEd { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:25.625rem;top:0rem;left:4.03125rem;overflow:hidden;display:block; }
#Pb6fUskLLyvg1HJs6AOg7O59gRUpbyUw { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:13.1318359375rem;left:36.03125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SGD2mQWS/agranel_productos_limpieza_vending_min_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.adaptive-delivery-prevent-bg, #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.lazyload, #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.lazyloading { background-image: none; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI > .row .container { border-width: 0; border-radius: 0; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:none; }#d5VR69sI99IDgPMosBIA6Gk1tlhQoH6x { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hoi0NKWs9lClm266D6FHAypLqfzghXfQ { color:#9274c8;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.5625rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S89gxdxQxicgeTAqxCJzDhyy8ATD3dtG { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.375rem;width:20.0625rem;top:9.6875rem;left:4.25rem;display:block; }
#BTiGxkIEUOfDiUsZEufFemGhBTfc8inT { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:15.875rem;left:0rem;height:7.734375rem;display:block; }#BTiGxkIEUOfDiUsZEufFemGhBTfc8inT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTiGxkIEUOfDiUsZEufFemGhBTfc8inT li:before{  }
#vwy7iopRWdgNmqckyUOJf4zV9EXwb109 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:24.998046875rem;left:3.03125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STDh5XpsClh0MMvwcHEtXpW6QEAVBD5N { z-index:15001;top:37.375rem;left:1.8125rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q6mTo2Vh4Q1lkT3gw6n0UqBU6nIglGPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzM69ni6PTzNRoHFPJd4aW3iMcbNJuWC { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:31.1015625rem;left:6.53125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7eMHpKgqeIh8PLd691aSW2JUzDTm5t2 { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:34.8125rem;left:2.5rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c63lS2HblgRSWT9PsBTtX9fWWLrpXvu1 { z-index:15002;top:37.375rem;left:14.875rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dvr95bitK7OnQoVD9SsrLJkLOdU2fUw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7etKRalpn2FP7UQc1TZfbSULvVKQyuZ { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:28.646484375rem;left:2.5rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mv2hy6I2/a_granel_vending_alimento_perros_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.adaptive-delivery-prevent-bg, #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.lazyload, #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.lazyloading { background-image: none; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS > .row .container { border-width: 0; border-radius: 0; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:none; }#Vq2suBPNky2cTOcTNVAKTm602rMT70pS { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.875rem;left:32.3125rem;height:4.9500875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lS7RIpPcRclapbzUayJ249kMZm3hA492 { color:#df4506;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:37.875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqQTtb4Xs4J4m15PcUc7spAr88nfqoNV { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.375rem;width:24.75rem;top:8.75rem;left:33.875rem;display:block; }
#xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.375rem;left:33.34375rem;height:;display:block; }#xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL li:before{  }
#oQqy8kDbzytRw6wUV7AvDGdQppuID2ZF { z-index:15001;top:38.9375rem;left:33.625rem;background-color:#ffb300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(134,0,0,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AqTZ6bN3Q3yMTeTm1ukVcT5lTZhVQLIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKR0lli0WFuRibtrfH6d5GSVBZovbLM7 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:26.124137878418rem;left:37.216800689698rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMNqHxeQQSOaBKCGgakpR9JrzZplq0k5 { z-index:15002;top:38.9375rem;left:46.9375rem;background-color:#ffb300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(134,0,0,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZNSUUzsHX8dsgJZR9ecgWClkeChBryGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J984PKUKfbtzitLphhcLRJQmFkFCXL3b { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:31.8515625rem;left:40.4375rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMCiik9ybO9HIVpNtcLwfesgeCLMsD4U { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:35.5rem;left:34.375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 { position:relative;display:none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 { border-width: 0; border-radius: 0; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .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; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#J1XQyTFA6VfcS3QWTZao07fCi8CECqpu { 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:18.5rem;width:17rem;display:none; }
#MpJviei1AsJAVHQPblIixy7tyLAQMkXa { 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:18.5rem;width:17rem;display:none; }
#PzE7iDAUAJqOqPqhNIKiNJNbRI9J1S6S { 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:18.5rem;width:17rem;display:none; }
#XpxanzOivgqQb4TkuM7EmyMAeQrDde45 { 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:18.5rem;width:17rem;display:none; }
#lxmI9vTuhoWBe6ivZhmO4v0SZiNqfO30 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:17.3125rem;left:5.875rem;display:none; }
#IJorzJCSRT1c8bCflE2A7lNtwZUMxigO { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:37.0625rem;left:5.875rem;display:none; }
#pkAF9pvhvJPiETLUgzUz2hcpAik8aRD3 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:56.25rem;left:5.625rem;display:none; }
#hmC6gv1DZ7oOhdxG9bGXqTkntJi72tId { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:75.5625rem;left:5.875rem;display:none; }
#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/w4YqsEdB/agranel_reciclaje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.adaptive-delivery-prevent-bg, #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.lazyload, #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.lazyloading { background-image: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { background-color: transparent; background-image: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container > .video-iframe-container { display: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row > .video-iframe-container { display: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .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); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { border-width: 0; border-radius: 0; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#fFWHr1qTJHMFT7TndKWR538SPmktQmxG { color:#000000;display:block;width:32.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hBmKQdJrzQeZ2Lbzqa8LzlgVeTDAqaTU { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"avenir next";font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:7.475rem;display:block; }
#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22408e;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; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container { background-color: transparent; background-image: none; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container > .video-iframe-container { display: none; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row > .video-iframe-container { display: none; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .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); }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container { border-width: 0; border-radius: 0; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#eHWZeOw7bOETUrxt3FlSVrzpZVpI52uU { color:#ffffff;display:block;width:58.625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.6875rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vO72iaz7xndNu0l2yWpQIe5TTV7NJtn3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/E85whv5U/agranel_oportunidad_negocio_mexico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo.adaptive-delivery-prevent-bg, #N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo.lazyload, #N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo.lazyloading { background-image: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { background-color: transparent; background-image: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container > .video-iframe-container { display: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row > .video-iframe-container { display: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .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); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { border-width: 0; border-radius: 0; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#Tu8GN3TAP3I1nRU5GHgNFhUDB7ryCWlr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:31.1875rem;left:32.1875rem;overflow:hidden;display:block; }
#sw4BFg3WiSINr7TacquHDvQZqW6VoWbk { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:31.625rem;left:38.1875rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O3dQh0pUGc3hGwn63wUrGhqCullMXtrL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:18.25rem;left:32.125rem;overflow:hidden;display:block; }
#wTwdQibJx1UMVVkhw8C1dW33ui1PLkzz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:18.3125rem;left:38.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrJwGhLvDDtch7A4FhKwhfNTOMAnsdzy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:11.625rem;left:31.9375rem;overflow:hidden;display:block; }
#UVSaEfTpdiKi0OZ2NrLWPHX6HP1KT0rt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:24.75rem;left:31.9375rem;overflow:hidden;display:block; }
#Xdi4vtgJtdWfwIzx0J3R2kCLr5oJautB { color:#000000;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:24.9375rem;left:38.1875rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xWFJxT1xVnel9KxDrR6zQW9Qwy3q0cgW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:12.125rem;left:38.1875rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwsxFMlLGXfloONoQi4oVwJ5uEhQnswH { color:#000000;display:block;width:27.375rem;position:absolute;font-family:"avenir next";font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.9375rem;left:32.1875rem;height:3.4125rem;display:block; }
#wWFvcZaeUnWgsexcJbhJVNkHBzIiFRMp { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.75rem;left:32rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container { background-color: transparent; background-image: none; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container > .video-iframe-container { display: none; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row > .video-iframe-container { display: none; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .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); }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container { border-width: 0; border-radius: 0; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#r7GICH8t2vm4y9dGBZseVTGQsFV93DXe { color:#04204a;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.6875rem;left:11.21875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M9yKOfvFuMdhuWOtPTetq9Qe4obbopB3 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.0625rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mamJDwiTzG5gLlX9aT4lfoBXIsCfqr3b { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:26.3125rem;left:19.0625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8fQaK4EObvluOqDa93hU6ISN00iW8Z5 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:16.625rem;left:35.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nAbH60KE7dTgiv5OPvJCrEpuDm7XpMRk { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.1875rem;top:9.59375rem;left:9.25rem;overflow:hidden;display:block; }
#XfLQzq6uR4timphbkRFQUGQrl4MCGWVL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.8125rem;top:9.3125rem;left:43.4375rem;overflow:hidden;display:block; }
#Z2mOxREAFD6FZBN4IqOEXfvJ3is6dq4n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.25rem;top:20.3125rem;left:26.875rem;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:3.84375rem;height:8.45rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpmcdZsARb773Q2CrRfuhN4wS0BLXpA0 { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:12.125rem;left:6.28125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voDB2V0MC1dyrUG1Xz2if0USpkOREAiA { position:absolute;display:block;z-index:15000;background-color:rgba(92,141,213,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.75rem;width:22.9375rem;top:19.15625rem;left:20.46875rem;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-form-header {  }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;width:18.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;overflow:hidden;font-style:normal;line-height:1.7; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-textarea { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#f3730a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:3.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:12rem;height:3.875rem;font-family:montserrat;overflow:hidden; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:montserrat;font-size:0.875rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:montserrat;font-size:0.875rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:montserrat;font-size:0.875rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:montserrat;font-size:0.875rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.875rem;overflow:hidden;font-style:normal; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-container:first-of-type{padding-top:0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-container:last-of-type{padding-bottom:0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.28125rem;left:21.5625rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.25rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ {display:block;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.28125rem;left:21.5625rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #eWcJCTKDMSTJLoaTzwdH47qnb7hRFTC2 { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #zwxb2sGQ25KyIbhCsgMAOKUHJfXUEEfc { position:relative;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #N4x71d01kyfSTGNiltheSfEvb2uhAagI { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #PzSrv6nEpyB5CAsWWy05SEwiVATVRKKb { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #R2SkF7VkECtWRN58VKIyBhxlTlU3ZwSG { position:relative;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #voVplnla3cLEVtJxTTvZDlbTkS6aK6ml { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #lrG3BpkGbPkhDDCVoDVUXO5X5mU3XKTD { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #sHs4zkOcqZpTAk4iixTz3dV01rUcDQct { position:relative;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #vrcTp5g7blhHbkDPauIwf3vTlQihsX0r { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #hbzfUufgFG7g8bUdnyxe7oT4sgq4XsIH { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #QzqdFrQQ0P8hsGBgm62AtJp8faZeDpmC { position:relative;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #FH22tpRazic94anD2TiNtyX9ZMrRToTd { position:relative; }
#W8v6EAk5mSNVTtU8TOr1Tgs7TNQpJ8g7 { position:relative;display:block;z-index:100000;display:block; }
#xeP30KhfEgtDAphnekAyT07cfywirJCi { position:relative;display:block;z-index:100000;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #g5FGS3NWglhqMMyWzG4nhzXxCFdHkp0E { position:relative; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #BbofZxrak13dtVTRlixWCJQMTwcEIhWt { position:relative; }
#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { background-color: transparent; background-image: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container > .video-iframe-container { display: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row > .video-iframe-container { display: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .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); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { border-width: 0; border-radius: 0; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#Ok2P6CCioTXSHiIS3QMbeTNAlpQpE7iv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2825508117676rem;left:0rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#cNJ09UxLvCpN34AZdu8kLcOWCn5iuJLt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:47.5rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#nxOhuawkXPfkmpMVFZnrnOeOJDwrS5oP { color:#ffffff;display:block;width:36.0623125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:0.97981643676756rem;left:12.5rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 { display:block; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnSA5fQtKR7ffJfaqhCuuyfXpPQhtA9E { top:1.4375rem;left:29.683162689209rem;width:8.125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llpr5idkzeiQcPG8ZUFkyTuq36KLcZNT { top:1rem;left:26.933811187744rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9WM10FZnJoiv3xemglg62vAZ7tkaOOa { top:1.4375rem;left:10.248481750488rem;width:13.9375rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTu9JhMAtTqGn7xXgc2AfWgxWhzu8Wn { top:1rem;left:7.2491340637206rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOVP0GntmaHX0TQHhXLdotuJxHVINky { top:1.125rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgX4H9GKCTN30lG5mkkx5MTKkFJG8Skq { top:1.5625rem;left:0rem;width:8.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1n8BOe0vw01vlS5ELaA69cWTcWKJFaL { top:1.5625rem;left:39.625rem;width:8.125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFRBwwRv9DLVMwvcXUeEqDPQnX184yGJ { top:1.625rem;left:42.734592437744rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g { display:block; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdrP6FdeJ6WUQCAD8KqekaSCGbDXy7Zh { width:42.375rem;height:4.1875rem;top:12.1875rem;left:3.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R171xzVIzvaRRnVPtBhZS96H3uUuJJs1 { top:22.5rem;left:0rem;width:47.75rem;height:19.746614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNJeRoybd6LI3LevuUIaZ0rSL7BZazZ { width:20.6875rem;height:3.125rem;top:18.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTD2qbfB6qT876M5eKZLD9zEGTdJ0I7 { display:block; }
 }@media only screen and (max-width: 763px) { #w27dRW1wOBRrVlSTzdwIvKyLl8tx0HSm { top:5.375rem;left:21.5625rem;width:26.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClondxJUsCJMhuDzOpHrP7HgImeU1EU { top:5.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cqBrI6LMDy09SpQl6UwgDvt3Ondz6U { top:18.3125rem;left:27.4375rem;width:16.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX { display:block; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnR3FANiP5mo74DT9TWSRlVhkkfIg8Sn { top:30.125rem;left:0rem;width:13.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4FAUkLzI4sdJZ7zqHZVOrob0Ev0XZfS { top:30.125rem;left:9.9375rem;width:13.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJG5XL7wDcaXZ0HBC6bis8bV10pXWOyn { top:30.125rem;left:25.4375rem;width:13.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QROebOIr44OJD63mx23xSECkqaoC4f5q { top:30.125rem;left:34.4375rem;width:13.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQTWnlHrNE10R76JEqKBmw1fMcaqVh7W { top:38.8125rem;left:0rem;width:7.5rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54aOtsg6AncU7wZBrhPsrRpZWrpTelH { top:38.8125rem;left:12.8125rem;width:8.125rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlQlkJ9vzmpPXavmlhrMgE56KJCKXsf { top:38.8125rem;left:27.875rem;width:8.5rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo0XSJVPWEPcv2uyA1TNbF6VySfh5DUX { top:38.1875rem;left:40.25rem;width:7.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaLNHxPtVB9XxlcnUkKoTZNFLT0nMG2m { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSaE1u9bMrcxIuHtVJuZWVs2UwxWRncx { top:9.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrxSdCrWDCR2lltfBxHOcdonx9yfCJ1h { top:12.5rem;left:0rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97Ml76tnGVegtOVdeOBLRvvI2VCZuhO { top:17.125rem;left:0rem;width:8.125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtz9KOfvSrpvE4gWCGtrqN4euH055k3 { top:12.5rem;left:5.75rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzn1OkOPT5Q5bb5w8GQfZFysiAMQLny9 { top:17.125rem;left:3.75rem;width:10.3125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9rWN5Z7pZ5hTxksSa0rnRfDgDKHImi { top:17.125rem;left:14rem;width:8.875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcxxmwh4hwGaNJG1T8mtkdEoo76JEuwT { top:12.5rem;left:15.6875rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBVxcuiQo3G469LFi0zMKXJC1hOQWLG { top:17.375rem;left:24.375rem;width:8.125rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOWD6acJyTswsaMZsX1KX9dDEe6qaHl { top:12.5rem;left:25.6875rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOWN5OuHnufBPEP7M2BGoLuMQqCOR27 { top:17.375rem;left:34.9375rem;width:8.1875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3nPVR6IG0zt09QkUMCyBCcqiRsEr4p { top:12.5rem;left:36.125rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaIt2ft4VMDnPUcaUlyEou9N2WrAmX0T { top:17.1875rem;left:41.6875rem;width:6.0625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVO9MyV88efFUuu2ugiV741ck3SMIh23 { top:12.5rem;left:42.25rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw { display:block; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnF9ZUmT4cyE9c88IwrDyJG55G2BOg0b { top:4.3125rem;left:0rem;width:20.5rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlkVCLUT3ZJ1GL9t2ARqEKVmTfWZJvun { top:11.8125rem;left:0rem;width:18.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWsgHTtsoksMpVAz18ybK4Dz3Aor6uc { top:11.25rem;left:0rem;width:20.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C { top:16.5625rem;left:0rem;width:23.5625rem;height:5.6875rem;font-size:1rem;display:block; }#MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C li:before{  }
 }@media only screen and (max-width: 763px) { #FQakBQwiFszyIMWfMEtyXtUEOBmDM6BV { top:36.5625rem;left:0rem;width:11.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2lQeDsF5a6Tl7ZO0cyuOJdFi5sfCvyP { display:block; }
 }@media only screen and (max-width: 763px) { #ab9Kq8BJi99I2U74W51mgtnidwNweC8k { top:23.1875rem;left:0rem;width:16rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSPoAkrUR8EXNapGLK8nkbuUweLdlhEM { top:36.5625rem;left:7.75rem;width:11.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUvDrOD2z03BxgNPZanmFtmR5A34lsW { display:block; }
 }@media only screen and (max-width: 763px) { #HF5ATaf3ty2zp7k21qFef9dQTArwBQk7 { top:29.375rem;left:1.0310363769531rem;width:12.375rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFfBs1rUs97bVw1EVSWE1QrhRgPk3PPk { top:33.0625rem;left:0rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT { display:block; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvX8HCS9sTglFlTJThV1LizpUNCTszuy { top:9.0625rem;left:26.84375rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4BL7rBmO3uNg8oKWNLVTZTkMsKHSh4O { top:10.5625rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmilVCgg6UrSO3dGT1IN53WrNTPrtFpC { top:10.8125rem;left:27.6875rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMcd8TAKO5LagFVSLBQQyXeBTfWAEPzd { top:6.4375rem;left:26.09375rem;width:21.1875rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpV3SrHJ00fNzTq3S5dWQfmWn5lQvHUX { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlKm5zm7Zo3I9Eoo5AMPct0ZQmJiy4LR { width:22.375rem;height:8.9375rem;top:16.5625rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxpFqbhGhtMU6ZpahCJgzngI2NcSE4t { top:13.3125rem;left:26.9375rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem { display:block; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTkdaAqiJUtP5kG5EvZkUMXeTvWTtkKr { top:2.1875rem;left:20.5rem;width:27.25rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElaPkXr8BFcwVkLs6etxZrHfu545z1mU { top:10.75rem;left:30.4375rem;width:17.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv { top:15.1875rem;left:24.5rem;width:23.25rem;height:9.375rem;font-size:1rem;display:block; }#qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv li:before{  }
 }@media only screen and (max-width: 763px) { #CP1UCba8xNyK4t587TSumH6yToXSakPt { top:39.125rem;left:27.8125rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8rxf53mmR2JFW2eK3AEoSKlNtT0vut { display:block; }
 }@media only screen and (max-width: 763px) { #d9mFsVQ6FA0lV3p6oD87oq7HWNTZb7GE { top:9.5rem;left:28.6875rem;width:19.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMPyuvplBrkcmXKWqsig7Fgwh4sKRf9R { top:25.9375rem;left:25.6875rem;width:22.0625rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaOsKELmtHwiyhCOgaXvON57q0CPuIqt { top:39.125rem;left:35.9375rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8anTBUyhiSWi8RpMAaplTKDJmQJt1xy { display:block; }
 }@media only screen and (max-width: 763px) { #tg6lwO5kSkKb7fbkNOSiSVLRndOSTlpA { top:32rem;left:23.625rem;width:24.125rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovJJNSDpUfGqlqidtSR5NHv9Woy7pMB { top:35.6875rem;left:24.1875rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFqX5kT7TD13LRFvao3pACEdl2c1s50y { top:29.625rem;left:24.1875rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1wROWgBPzuoB8F2yylQggM2lLIPBos5 { display:block; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXXV64xSMJ6pyGO6lbzXTX9TPBkB9uTb { top:12.0625rem;left:26.875rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97uAORFiMv52hXimuTiBz9U6hC20LIS { top:14.1875rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8fc6eQJy8bUpvItaQVkL29mWaWou1U2 { top:14.5rem;left:27.5625rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxVlQFywxRlZG3lrkGhDcQDnwExhQtxT { top:8.875rem;left:21.3125rem;width:26.4375rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawAMVtgFsemX1RUaBu6TKThwKgfRcXt { top:1.1875rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2wnNGzitsD8UTTb1Xf15TdO5XNQ2QbN { width:21rem;height:3.5625rem;top:19.9375rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoG4pRqZNq0VyKEJJI7fkk0xMW8EK2o { top:17rem;left:26.875rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso { display:block; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBmHgiSp39qroMc9SuqoXPb2HJzzbTPG { top:10.8125rem;left:26.84375rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB54NIU0xVOfJQ7tJMfwF0yovEDksuA1 { top:13rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9EurtDUqUu5CBABNmKS3wGRUnsi4Ug8 { top:13.25rem;left:27.687496185302rem;width:16.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4CglUuICfeEf3RX49UpoIOZLq8EXCH { top:5.375rem;left:23.25rem;width:24.5rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6R5lBTEbzCniIAqmfXxGpgwCJiILkR { width:24.1875rem;height:5.375rem;top:18.75rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftZwpTwXQ683yTTp3K114ofTldOMJsOh { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0fFikeTubygi6kXBST47M9uUgZgRRQN { top:15.75rem;left:26.90625rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgxCihpWbuswdMVMopsUtTn8U3fXTSnr { display:block; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUmZs0mCEN2RfQTFAeX2TZEzI95LVNcI { top:10rem;left:26.875rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXyl0X2NJZ7Cky18DHNAULvCOTGnlNd { top:12.0625rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCxtTWsRw0XvI0J3RIeM4BAbzmR7zNHv { top:12.4375rem;left:27.6875rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBkOG8Gv1crXf5Tk492Qy9UbVXItFb1F { top:4.3125rem;left:23.90625rem;width:23.8125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUzfzqbwL7KiMg1KRzyBpfVIGTdpwUU { width:24.5625rem;height:5.375rem;top:18.4375rem;left:23.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENSQQ4zvsfNeQZdxk4r6CpsMmhwcgpN { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxRx24aZE6AsyQCzq83gAps0LZXZyDb { top:14.8125rem;left:26.84375rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv { display:block; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuPh0TB97WV3eV9wKzHtd5tgXwplc6Be { top:9.5625rem;left:26.8125rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8rQQ92FE8ryROdANgKwupLqgPiHTuza { top:11.625rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h01XZJDZmogtK9TilcMsExTpzClBr9kD { top:12rem;left:27.6875rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoqM69CvBD5xsp8tzBkvzK9klHhT2tyy { top:6.375rem;left:23.90625rem;width:23.8125rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5flH2QZ8GMqqtv7sDy9a19z4EAAQBmT { width:20.875rem;height:7.1875rem;top:17.3125rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waWKKppTKk3IRUwvbD33QVZmPHEiPSoc { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslX1bAe08q3mTHU12Kp9FwvqQ9C2scG { top:14.3125rem;left:26.84375rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc { display:block; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXxEvDJE4u4zavuxdC2xIF9AHyr4g5OT { top:10.3125rem;left:26.875rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSk3gWmuGZutJvm7cQctI6MDOeCIUm7u { top:12.375rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2pt0BPfKvW0ob1V4UfqqvPJ8tsNx9ML { top:12.6875rem;left:27.5625rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beLJIXpraK1SEekr8DnzV72sMQCamEBX { top:5.0625rem;left:23.9375rem;width:23.8125rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiv2GRvu1lpfqFfrCaPMg3uXcedtL8Rp { width:20.875rem;height:7.1875rem;top:17.8125rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqQT87s8llDpxp6ubCPOf3ZVVuHlVCy { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw8xiMp3TxdknxgOl0wdVAdPigLGqOGF { top:15.0625rem;left:26.84375rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn { display:block; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9zbRq4bzec5WcK0FGRZazLMW0xcKaue { top:8.1875rem;left:26.875rem;width:17.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSqSbHi3etXQzErcst2VsOaptBC9eJ7x { top:10.4375rem;left:26.625rem;width:18.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOIHiXR19vXiINcmuuIqinzV7auhSGkw { top:10.625rem;left:27.6875rem;width:16.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTQn7slcGDt1R3PwaTUBnLbhxnIs6nd { top:2.25rem;left:25.25rem;width:21.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCsI8yDUk4TKwvh06MJUfZvr1xMEwlKX { width:24.1875rem;height:12.5625rem;top:15.4375rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgUCdq9smDClsk7TdhAt3dXycdSIIlEd { top:0rem;left:0rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6fUskLLyvg1HJs6AOg7O59gRUpbyUw { top:13.125rem;left:26.84375rem;width:17.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI { display:block; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5VR69sI99IDgPMosBIA6Gk1tlhQoH6x { top:2.9375rem;left:0rem;width:28.5625rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hoi0NKWs9lClm266D6FHAypLqfzghXfQ { top:10.0625rem;left:0.4375rem;width:15.5rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S89gxdxQxicgeTAqxCJzDhyy8ATD3dtG { top:9.6875rem;left:0rem;width:20.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiGxkIEUOfDiUsZEufFemGhBTfc8inT { top:15.875rem;left:0rem;width:29.8125rem;height:7.6875rem;font-size:1rem;display:block; }#BTiGxkIEUOfDiUsZEufFemGhBTfc8inT li:before{  }
 }@media only screen and (max-width: 763px) { #vwy7iopRWdgNmqckyUOJf4zV9EXwb109 { top:24.9375rem;left:0rem;width:22.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDh5XpsClh0MMvwcHEtXpW6QEAVBD5N { top:37.375rem;left:0rem;width:11.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mTo2Vh4Q1lkT3gw6n0UqBU6nIglGPG { display:block; }
 }@media only screen and (max-width: 763px) { #PzM69ni6PTzNRoHFPJd4aW3iMcbNJuWC { top:31.0625rem;left:0.40625rem;width:15.5rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7eMHpKgqeIh8PLd691aSW2JUzDTm5t2 { top:34.8125rem;left:0rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63lS2HblgRSWT9PsBTtX9fWWLrpXvu1 { top:37.375rem;left:8.75rem;width:11.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvr95bitK7OnQoVD9SsrLJkLOdU2fUw8 { display:block; }
 }@media only screen and (max-width: 763px) { #c7etKRalpn2FP7UQc1TZfbSULvVKQyuZ { top:28.625rem;left:0rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS { display:block; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq2suBPNky2cTOcTNVAKTm602rMT70pS { top:2.875rem;left:20.0625rem;width:27.6875rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS7RIpPcRclapbzUayJ249kMZm3hA492 { top:9.25rem;left:29.5625rem;width:18.1875rem;height:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqQTtb4Xs4J4m15PcUc7spAr88nfqoNV { top:8.75rem;left:23rem;width:24.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL { top:14.375rem;left:22.125rem;width:25.625rem;height:10.5rem;font-size:1rem;display:block; }#xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL li:before{  }
 }@media only screen and (max-width: 763px) { #oQqy8kDbzytRw6wUV7AvDGdQppuID2ZF { top:38.9375rem;left:27.5rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTZ6bN3Q3yMTeTm1ukVcT5lTZhVQLIV { display:block; }
 }@media only screen and (max-width: 763px) { #MKR0lli0WFuRibtrfH6d5GSVBZovbLM7 { top:26.0625rem;left:29.9375rem;width:17.8125rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNqHxeQQSOaBKCGgakpR9JrzZplq0k5 { top:38.9375rem;left:35.9375rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNSUUzsHX8dsgJZR9ecgWClkeChBryGR { display:block; }
 }@media only screen and (max-width: 763px) { #J984PKUKfbtzitLphhcLRJQmFkFCXL3b { top:31.8125rem;left:34.312282562256rem;width:11.375rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiik9ybO9HIVpNtcLwfesgeCLMsD4U { top:35.5rem;left:24.1875rem;width:23.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 { display:none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J1XQyTFA6VfcS3QWTZao07fCi8CECqpu { width:17rem;height:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpJviei1AsJAVHQPblIixy7tyLAQMkXa { width:17rem;height:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzE7iDAUAJqOqPqhNIKiNJNbRI9J1S6S { width:17rem;height:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpxanzOivgqQb4TkuM7EmyMAeQrDde45 { width:17rem;height:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxmI9vTuhoWBe6ivZhmO4v0SZiNqfO30 { top:17.3125rem;left:0rem;width:8.1875rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJorzJCSRT1c8bCflE2A7lNtwZUMxigO { top:37.0625rem;left:0rem;width:8.1875rem;height:4.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkAF9pvhvJPiETLUgzUz2hcpAik8aRD3 { top:56.25rem;left:0rem;width:8.6875rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmC6gv1DZ7oOhdxG9bGXqTkntJi72tId { top:75.5625rem;left:0rem;width:8.3125rem;height:4.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL { display:block; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFWHr1qTJHMFT7TndKWR538SPmktQmxG { top:4.8125rem;left:0rem;width:32.5rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmKQdJrzQeZ2Lbzqa8LzlgVeTDAqaTU { top:10.5rem;left:0rem;width:35.5rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf { display:block; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHWZeOw7bOETUrxt3FlSVrzpZVpI52uU { top:4.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO72iaz7xndNu0l2yWpQIe5TTV7NJtn3 { top:7.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo { display:block; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8GN3TAP3I1nRU5GHgNFhUDB7ryCWlr { top:31.1875rem;left:26.0625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw4BFg3WiSINr7TacquHDvQZqW6VoWbk { top:31.625rem;left:30.25rem;width:17.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3dQh0pUGc3hGwn63wUrGhqCullMXtrL { top:18.25rem;left:26rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwdQibJx1UMVVkhw8C1dW33ui1PLkzz { top:18.3125rem;left:30.25rem;width:17.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJwGhLvDDtch7A4FhKwhfNTOMAnsdzy { top:11.625rem;left:25.8125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSaEfTpdiKi0OZ2NrLWPHX6HP1KT0rt { top:24.75rem;left:25.8125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdi4vtgJtdWfwIzx0J3R2kCLr5oJautB { top:24.9375rem;left:27.625rem;width:20.125rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWFJxT1xVnel9KxDrR6zQW9Qwy3q0cgW { top:12.125rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwsxFMlLGXfloONoQi4oVwJ5uEhQnswH { top:6.9375rem;left:20.375rem;width:27.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWFvcZaeUnWgsexcJbhJVNkHBzIiFRMp { top:3.75rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 { display:block; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7GICH8t2vm4y9dGBZseVTGQsFV93DXe { top:3.6875rem;left:5.09375rem;width:37.5625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9yKOfvFuMdhuWOtPTetq9Qe4obbopB3 { top:16.625rem;left:0rem;width:21.875rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mamJDwiTzG5gLlX9aT4lfoBXIsCfqr3b { top:26.3125rem;left:12.9375rem;width:21.875rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8fQaK4EObvluOqDa93hU6ISN00iW8Z5 { top:16.625rem;left:26.4375rem;width:21.3125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbH60KE7dTgiv5OPvJCrEpuDm7XpMRk { top:9.5625rem;left:3.125rem;width:6.1875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLQzq6uR4timphbkRFQUGQrl4MCGWVL { top:9.3125rem;left:37.3125rem;width:6.8125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2mOxREAFD6FZBN4IqOEXfvJ3is6dq4n { top:20.3125rem;left:20.75rem;width:6.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { top:3rem;left:0rem;width:47.75rem;height:8.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmcdZsARb773Q2CrRfuhN4wS0BLXpA0 { top:12.125rem;left:0.15625rem;width:47.4375rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voDB2V0MC1dyrUG1Xz2if0USpkOREAiA { top:19.125rem;left:14.34375rem;width:22.9375rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-button { width:12.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-checkbox-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ  { width:19.1875rem;height:auto;top:19.25rem;left:15.4375rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ {display:block;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ { width:19.1875rem;height:auto;top:19.25rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #eWcJCTKDMSTJLoaTzwdH47qnb7hRFTC2 {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #zwxb2sGQ25KyIbhCsgMAOKUHJfXUEEfc { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #N4x71d01kyfSTGNiltheSfEvb2uhAagI {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #PzSrv6nEpyB5CAsWWy05SEwiVATVRKKb {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #R2SkF7VkECtWRN58VKIyBhxlTlU3ZwSG { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #voVplnla3cLEVtJxTTvZDlbTkS6aK6ml {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #lrG3BpkGbPkhDDCVoDVUXO5X5mU3XKTD {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #sHs4zkOcqZpTAk4iixTz3dV01rUcDQct { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #vrcTp5g7blhHbkDPauIwf3vTlQihsX0r {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #hbzfUufgFG7g8bUdnyxe7oT4sgq4XsIH {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #QzqdFrQQ0P8hsGBgm62AtJp8faZeDpmC { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #FH22tpRazic94anD2TiNtyX9ZMrRToTd {  }
 }@media only screen and (max-width: 763px) { #W8v6EAk5mSNVTtU8TOr1Tgs7TNQpJ8g7 { display:block; }
 }@media only screen and (max-width: 763px) { #xeP30KhfEgtDAphnekAyT07cfywirJCi { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #g5FGS3NWglhqMMyWzG4nhzXxCFdHkp0E {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #BbofZxrak13dtVTRlixWCJQMTwcEIhWt {  }
 }@media only screen and (max-width: 763px) { #fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { display:block; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok2P6CCioTXSHiIS3QMbeTNAlpQpE7iv { top:1.25rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNJ09UxLvCpN34AZdu8kLcOWCn5iuJLt { top:1.1875rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxOhuawkXPfkmpMVFZnrnOeOJDwrS5oP { top:0.9375rem;left:6.375rem;width:36rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 { position:relative;z-index:auto;display:block; }#gxbDyIA2kZiqVDGX1EPhptRlAbcZm7U3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnSA5fQtKR7ffJfaqhCuuyfXpPQhtA9E { width:8.125rem;height:auto;top:1.4375rem;left:5.9375rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Llpr5idkzeiQcPG8ZUFkyTuq36KLcZNT { width:3.125rem;height:3.125rem;top:0rem;left:11.061198294162rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9WM10FZnJoiv3xemglg62vAZ7tkaOOa { width:13.9375rem;height:auto;top:1.4375rem;left:3rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wcTu9JhMAtTqGn7xXgc2AfWgxWhzu8Wn { width:3.125rem;height:3.125rem;top:0rem;left:6.3743491768837rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOVP0GntmaHX0TQHhXLdotuJxHVINky { width:3.125rem;height:3.125rem;top:0rem;left:1.4984808564186rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgX4H9GKCTN30lG5mkkx5MTKkFJG8Skq { width:8.125rem;height:auto;top:1.5625rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #f1n8BOe0vw01vlS5ELaA69cWTcWKJFaL { width:8.125rem;height:auto;top:1.5625rem;left:5.9375rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NFRBwwRv9DLVMwvcXUeEqDPQnX184yGJ { width:1.99978125rem;height:1.99978125rem;top:0.56206601858139rem;left:16.184897482395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g { display:block; }#HrBHuDi0XDGx1gsaSEGO6GS3pssdkr1g > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdrP6FdeJ6WUQCAD8KqekaSCGbDXy7Zh { width:18.9375rem;height:4.5rem;top:10.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R171xzVIzvaRRnVPtBhZS96H3uUuJJs1 { width:19.8125rem;height:8.25rem;top:23.436611413956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNJeRoybd6LI3LevuUIaZ0rSL7BZazZ { width:16.4375rem;height:3rem;top:16.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTD2qbfB6qT876M5eKZLD9zEGTdJ0I7 { display:block; }
 }@media only screen and (max-width: 763px) { #w27dRW1wOBRrVlSTzdwIvKyLl8tx0HSm { width:20rem;height:3.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClondxJUsCJMhuDzOpHrP7HgImeU1EU { width:20rem;height:6.6625rem;top:3.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cqBrI6LMDy09SpQl6UwgDvt3Ondz6U { width:20rem;height:3.125rem;top:28.375rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX { background-color:#053c94;background-image:none;display:block; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { background-color: transparent; background-image: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container > .video-iframe-container { display: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row > .video-iframe-container { display: none; }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .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); }#AnlSLvZ6TmWgQ7pr8VLMVOsvtKkDZVsX > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnR3FANiP5mo74DT9TWSRlVhkkfIg8Sn { width:13.3125rem;height:14.5rem;top:62.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4FAUkLzI4sdJZ7zqHZVOrob0Ev0XZfS { width:13.3125rem;height:14.5rem;top:82rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJG5XL7wDcaXZ0HBC6bis8bV10pXWOyn { width:13.3125rem;height:14.5rem;top:101.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QROebOIr44OJD63mx23xSECkqaoC4f5q { width:13.3125rem;height:14.5rem;top:121rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQTWnlHrNE10R76JEqKBmw1fMcaqVh7W { width:7.5rem;height:0;top:78.25rem;left:6.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k54aOtsg6AncU7wZBrhPsrRpZWrpTelH { width:8.125rem;height:0;top:97.75rem;left:5.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdlQlkJ9vzmpPXavmlhrMgE56KJCKXsf { width:8.625rem;height:0;top:117.25rem;left:5.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oo0XSJVPWEPcv2uyA1TNbF6VySfh5DUX { width:7.5rem;height:0;top:136.75rem;left:6.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaLNHxPtVB9XxlcnUkKoTZNFLT0nMG2m { width:18.3125rem;height:6.325rem;top:2.3125rem;left:0.84375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lSaE1u9bMrcxIuHtVJuZWVs2UwxWRncx { width:20rem;height:5.0625rem;top:10.125rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrxSdCrWDCR2lltfBxHOcdonx9yfCJ1h { width:5.5rem;height:5.5rem;top:17.8984375rem;left:0.84375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97Ml76tnGVegtOVdeOBLRvvI2VCZuhO { width:7.5rem;height:3.15rem;top:16.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtz9KOfvSrpvE4gWCGtrqN4euH055k3 { width:5.5rem;height:5.5rem;top:17.8984375rem;left:12.09375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzn1OkOPT5Q5bb5w8GQfZFysiAMQLny9 { width:10.3125rem;height:3.15rem;top:16.5rem;left:9.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9rWN5Z7pZ5hTxksSa0rnRfDgDKHImi { width:8.875rem;height:3.15rem;top:24.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcxxmwh4hwGaNJG1T8mtkdEoo76JEuwT { width:5.5rem;height:5.5rem;top:26rem;left:1.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBVxcuiQo3G469LFi0zMKXJC1hOQWLG { width:8.125rem;height:3.15rem;top:23.9375rem;left:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOWD6acJyTswsaMZsX1KX9dDEe6qaHl { width:5.5rem;height:5.5rem;top:26.0625rem;left:12.4375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOWN5OuHnufBPEP7M2BGoLuMQqCOR27 { width:8.1875rem;height:3.15rem;top:32.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF3nPVR6IG0zt09QkUMCyBCcqiRsEr4p { width:5.5rem;height:5.5rem;top:34rem;left:1rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaIt2ft4VMDnPUcaUlyEou9N2WrAmX0T { width:8.25rem;height:3.825rem;top:32.7578125rem;left:10.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVO9MyV88efFUuu2ugiV741ck3SMIh23 { width:5.5rem;height:5.5rem;top:34.875rem;left:12.4375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/maS91lty/a_granel_vending_hielos_movil_min_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.adaptive-delivery-prevent-bg, #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.lazyload, #oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw.lazyloading { background-image: none; }#oMkWdRRAx4W1lORDFOv2kuxC8AcqDXmw > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OnF9ZUmT4cyE9c88IwrDyJG55G2BOg0b { width:17.4375rem;height:4.3984375rem;top:32.75rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlkVCLUT3ZJ1GL9t2ARqEKVmTfWZJvun { width:18.3125rem;height:2.8496125rem;top:38.75rem;left:0.8125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTWsgHTtsoksMpVAz18ybK4Dz3Aor6uc { width:17.6875rem;height:4.375rem;top:37.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C { width:18.1875rem;height:7.65625rem;top:43.5625rem;left:0.875rem;font-size:0.9375rem;line-height:1.5;display:block; }#MP5uf8aOnSFbxATIaXRMX5bAOXyerc0C li:before{  }
 }@media only screen and (max-width: 763px) { #FQakBQwiFszyIMWfMEtyXtUEOBmDM6BV { top:63.6875rem;left:4.3125rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2lQeDsF5a6Tl7ZO0cyuOJdFi5sfCvyP { display:block; }
 }@media only screen and (max-width: 763px) { #ab9Kq8BJi99I2U74W51mgtnidwNweC8k { width:16.125rem;height:3.4375rem;top:52.5625rem;left:1.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSPoAkrUR8EXNapGLK8nkbuUweLdlhEM { top:68.5625rem;left:4.3125rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUvDrOD2z03BxgNPZanmFtmR5A34lsW { display:block; }
 }@media only screen and (max-width: 763px) { #HF5ATaf3ty2zp7k21qFef9dQTArwBQk7 { width:12.4375rem;height:3.4375rem;top:57.125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFfBs1rUs97bVw1EVSWE1QrhRgPk3PPk { width:20rem;height:1.40625rem;top:60.8125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT { display:block; }#bhE9dAdWD7opGC7Tdq3xiEIXOsNud8VT > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvX8HCS9sTglFlTJThV1LizpUNCTszuy { width:17.9375rem;height:1.54385625rem;top:23.25rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4BL7rBmO3uNg8oKWNLVTZTkMsKHSh4O { width:18.4375rem;height:4.125rem;top:25.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmilVCgg6UrSO3dGT1IN53WrNTPrtFpC { width:16.6875rem;height:2.6rem;top:25.75rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMcd8TAKO5LagFVSLBQQyXeBTfWAEPzd { width:18.0625rem;height:1.86875rem;top:3.94921875rem;left:0.96875005960463rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #dpV3SrHJ00fNzTq3S5dWQfmWn5lQvHUX { width:20rem;height:20rem;top:5.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlKm5zm7Zo3I9Eoo5AMPct0ZQmJiy4LR { width:20rem;height:11.475rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxpFqbhGhtMU6ZpahCJgzngI2NcSE4t { width:17.9375rem;height:1.05625rem;top:28.044921875rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/j38tlPyE/a_granel_vending_agua_purificada_movil_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.adaptive-delivery-prevent-bg, #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.lazyload, #prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem.lazyloading { background-image: none; }#prxTq6tOEoZP4rs7S5m7C9yUmMOoKWem > .row .container { width:20rem;height:77.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTkdaAqiJUtP5kG5EvZkUMXeTvWTtkKr { width:20rem;height:4.3984375rem;top:33.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElaPkXr8BFcwVkLs6etxZrHfu545z1mU { width:17.4375rem;height:1.8681625rem;top:39.5rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv { width:18.25rem;height:9.375rem;top:44.125rem;left:0.875rem;font-size:0.9375rem;line-height:1.5;display:block; }#qntxsGCRW9MGTe3iw8IcksoNvsKB8QLv li:before{  }
 }@media only screen and (max-width: 763px) { #CP1UCba8xNyK4t587TSumH6yToXSakPt { top:66.9375rem;left:4.3125rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8rxf53mmR2JFW2eK3AEoSKlNtT0vut { display:block; }
 }@media only screen and (max-width: 763px) { #d9mFsVQ6FA0lV3p6oD87oq7HWNTZb7GE { width:19.875rem;height:4.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMPyuvplBrkcmXKWqsig7Fgwh4sKRf9R { width:20rem;height:3.4375rem;top:54.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaOsKELmtHwiyhCOgaXvON57q0CPuIqt { top:71.5rem;left:4.3125rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8anTBUyhiSWi8RpMAaplTKDJmQJt1xy { display:block; }
 }@media only screen and (max-width: 763px) { #tg6lwO5kSkKb7fbkNOSiSVLRndOSTlpA { width:20rem;height:3.4375rem;top:60.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iovJJNSDpUfGqlqidtSR5NHv9Woy7pMB { width:20rem;height:1.40625rem;top:58.25rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hFqX5kT7TD13LRFvao3pACEdl2c1s50y { width:20rem;height:1.40625rem;top:64.0625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w1wROWgBPzuoB8F2yylQggM2lLIPBos5 { display:block; }#w1wROWgBPzuoB8F2yylQggM2lLIPBos5 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXXV64xSMJ6pyGO6lbzXTX9TPBkB9uTb { width:17.9375rem;height:1.54385625rem;top:27.5625rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f97uAORFiMv52hXimuTiBz9U6hC20LIS { width:18.4375rem;height:4.125rem;top:29.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8fc6eQJy8bUpvItaQVkL29mWaWou1U2 { width:16.6875rem;height:2.6rem;top:30.0625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxVlQFywxRlZG3lrkGhDcQDnwExhQtxT { width:17.6875rem;height:3.7375rem;top:3.0625057220459rem;left:1.1562500596046rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TawAMVtgFsemX1RUaBu6TKThwKgfRcXt { width:20rem;height:20rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2wnNGzitsD8UTTb1Xf15TdO5XNQ2QbN { width:20rem;height:5.7375rem;top:35.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoG4pRqZNq0VyKEJJI7fkk0xMW8EK2o { width:17.9375rem;height:1.05625rem;top:32.3828125rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso { display:block; }#RTQiNTpdX9k6GRfFlRiTqkT1xWKmbpso > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBmHgiSp39qroMc9SuqoXPb2HJzzbTPG { width:17.9375rem;height:1.54385625rem;top:25.8125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hB54NIU0xVOfJQ7tJMfwF0yovEDksuA1 { width:18.4375rem;height:4.125rem;top:28rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9EurtDUqUu5CBABNmKS3wGRUnsi4Ug8 { width:16.6875rem;height:2.6rem;top:28.25rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4CglUuICfeEf3RX49UpoIOZLq8EXCH { width:18.4375rem;height:1.86875rem;top:2.5117244720459rem;left:0.78125005960463rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #aL6R5lBTEbzCniIAqmfXxGpgwCJiILkR { width:20rem;height:7.65rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftZwpTwXQ683yTTp3K114ofTldOMJsOh { width:20rem;height:20rem;top:4.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0fFikeTubygi6kXBST47M9uUgZgRRQN { width:17.9375rem;height:1.05625rem;top:30.6328125rem;left:1.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgxCihpWbuswdMVMopsUtTn8U3fXTSnr { display:block; }#GgxCihpWbuswdMVMopsUtTn8U3fXTSnr > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUmZs0mCEN2RfQTFAeX2TZEzI95LVNcI { width:17.9375rem;height:1.54385625rem;top:23rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTXyl0X2NJZ7Cky18DHNAULvCOTGnlNd { width:18.4375rem;height:4.125rem;top:25.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCxtTWsRw0XvI0J3RIeM4BAbzmR7zNHv { width:16.6875rem;height:2.6rem;top:25.5rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBkOG8Gv1crXf5Tk492Qy9UbVXItFb1F { width:20rem;height:1.86875rem;top:1.7013893127441rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhUzfzqbwL7KiMg1KRzyBpfVIGTdpwUU { width:20rem;height:7.65rem;top:30.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENSQQ4zvsfNeQZdxk4r6CpsMmhwcgpN { width:20rem;height:20rem;top:4.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgxRx24aZE6AsyQCzq83gAps0LZXZyDb { width:17.9375rem;height:1.05625rem;top:27.857421875rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv { display:block; }#lCd4XTs3DokK3Cl8ESm9ge2qktF1EFRv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuPh0TB97WV3eV9wKzHtd5tgXwplc6Be { width:17.9375rem;height:1.54385625rem;top:21.625rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8rQQ92FE8ryROdANgKwupLqgPiHTuza { width:18.4375rem;height:4.125rem;top:23.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h01XZJDZmogtK9TilcMsExTpzClBr9kD { width:16.6875rem;height:2.6rem;top:24.1875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoqM69CvBD5xsp8tzBkvzK9klHhT2tyy { width:20rem;height:1.86875rem;top:1.7013893127441rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5flH2QZ8GMqqtv7sDy9a19z4EAAQBmT { width:20rem;height:9.5625rem;top:29.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waWKKppTKk3IRUwvbD33QVZmPHEiPSoc { width:20rem;height:20rem;top:2.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uslX1bAe08q3mTHU12Kp9FwvqQ9C2scG { width:17.9375rem;height:1.05625rem;top:26.482421875rem;left:1.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc { display:block; }#AaDJ5F8VWXTEsPD2FHuf6EkTTZ0kiqwc > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXxEvDJE4u4zavuxdC2xIF9AHyr4g5OT { width:17.9375rem;height:1.54385625rem;top:26.375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSk3gWmuGZutJvm7cQctI6MDOeCIUm7u { width:18.4375rem;height:4.125rem;top:28.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2pt0BPfKvW0ob1V4UfqqvPJ8tsNx9ML { width:16.6875rem;height:2.6rem;top:28.8125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #beLJIXpraK1SEekr8DnzV72sMQCamEBX { width:20rem;height:3.7375rem;top:1.7013893127441rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiv2GRvu1lpfqFfrCaPMg3uXcedtL8Rp { width:20rem;height:9.5625rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqQT87s8llDpxp6ubCPOf3ZVVuHlVCy { width:20rem;height:20rem;top:6.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw8xiMp3TxdknxgOl0wdVAdPigLGqOGF { width:17.9375rem;height:1.05625rem;top:31.162109375rem;left:0.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn { display:block; }#GhVxWMh98dDFeqWgeEsn0CTM4qxHdhsn > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9zbRq4bzec5WcK0FGRZazLMW0xcKaue { width:17.9375rem;height:1.54385625rem;top:26.3125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSqSbHi3etXQzErcst2VsOaptBC9eJ7x { width:18.4375rem;height:4.125rem;top:28.4375rem;left:0.8125rem;background-color:#ff9933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AOIHiXR19vXiINcmuuIqinzV7auhSGkw { width:16.6875rem;height:2.6rem;top:28.6875rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTQn7slcGDt1R3PwaTUBnLbhxnIs6nd { width:17.375rem;height:3.7375rem;top:1.5625rem;left:1.3125rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCsI8yDUk4TKwvh06MJUfZvr1xMEwlKX { width:20rem;height:15.3rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgUCdq9smDClsk7TdhAt3dXycdSIIlEd { width:20rem;height:20rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6fUskLLyvg1HJs6AOg7O59gRUpbyUw { width:17.9375rem;height:1.05625rem;top:31.1328125rem;left:1.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SV0OjGru/agranel_productos_limpieza_vending_movil_min.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.adaptive-delivery-prevent-bg, #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.lazyload, #vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI.lazyloading { background-image: none; }#vztCCuUSS8knJ6rTtFvxg3tHobaR6ZJI > .row .container { width:20rem;height:83.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d5VR69sI99IDgPMosBIA6Gk1tlhQoH6x { width:20rem;height:6.597625rem;top:33.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hoi0NKWs9lClm266D6FHAypLqfzghXfQ { width:15.875rem;height:3.298825rem;top:41.5rem;left:2.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S89gxdxQxicgeTAqxCJzDhyy8ATD3dtG { width:19.875rem;height:4.8125rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiGxkIEUOfDiUsZEufFemGhBTfc8inT { width:19.0625rem;height:12.1875rem;top:46.375rem;left:0.5rem;font-size:0.9375rem;line-height:1.5;display:block; }#BTiGxkIEUOfDiUsZEufFemGhBTfc8inT li:before{  }
 }@media only screen and (max-width: 763px) { #vwy7iopRWdgNmqckyUOJf4zV9EXwb109 { width:20rem;height:3.4375rem;top:59.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STDh5XpsClh0MMvwcHEtXpW6QEAVBD5N { top:72.5rem;left:3.875rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mTo2Vh4Q1lkT3gw6n0UqBU6nIglGPG { display:block; }
 }@media only screen and (max-width: 763px) { #PzM69ni6PTzNRoHFPJd4aW3iMcbNJuWC { width:15.5rem;height:3.4375rem;top:65.625rem;left:2.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7eMHpKgqeIh8PLd691aSW2JUzDTm5t2 { width:20rem;height:1.40625rem;top:69.5625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c63lS2HblgRSWT9PsBTtX9fWWLrpXvu1 { top:77.25rem;left:3.90625rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvr95bitK7OnQoVD9SsrLJkLOdU2fUw8 { display:block; }
 }@media only screen and (max-width: 763px) { #c7etKRalpn2FP7UQc1TZfbSULvVKQyuZ { width:20rem;height:1.40625rem;top:63.125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4COhCHav/a_granel_vending_alimento_perros_movil_min_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.adaptive-delivery-prevent-bg, #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.lazyload, #EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS.lazyloading { background-image: none; }#EX55HqKbWhRnm7mRzvEMPbc3lMWefRyS > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vq2suBPNky2cTOcTNVAKTm602rMT70pS { width:20rem;height:6.597625rem;top:27.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lS7RIpPcRclapbzUayJ249kMZm3hA492 { width:19.25rem;height:2.8875rem;top:35.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zqQTtb4Xs4J4m15PcUc7spAr88nfqoNV { width:19.875rem;height:5rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL { width:17.5625rem;height:12.1875rem;top:40.874999046326rem;left:0.84375rem;font-size:0.9375rem;line-height:1.5;display:block; }#xq9Fts4y6n8GrtIxHgITbGXhqUvOv5NL li:before{  }
 }@media only screen and (max-width: 763px) { #oQqy8kDbzytRw6wUV7AvDGdQppuID2ZF { top:65.625rem;left:4.1875rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTZ6bN3Q3yMTeTm1ukVcT5lTZhVQLIV { display:block; }
 }@media only screen and (max-width: 763px) { #MKR0lli0WFuRibtrfH6d5GSVBZovbLM7 { width:20rem;height:3.4375rem;top:53.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMNqHxeQQSOaBKCGgakpR9JrzZplq0k5 { top:70.125rem;left:4.125rem;width:12.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNSUUzsHX8dsgJZR9ecgWClkeChBryGR { display:block; }
 }@media only screen and (max-width: 763px) { #J984PKUKfbtzitLphhcLRJQmFkFCXL3b { width:11.4375rem;height:3.4375rem;top:58.9375rem;left:4.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiik9ybO9HIVpNtcLwfesgeCLMsD4U { width:20rem;height:1.40625rem;top:62.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3MPi8eBB/agranel_negocio_fondo_movil.jpg");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;display:block; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6.adaptive-delivery-prevent-bg, #HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6.lazyload, #HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6.lazyloading { background-image: none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container { background-color: transparent; background-image: none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container > .video-iframe-container { display: none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row > .video-iframe-container { display: none; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .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); }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container { border-width: 0; border-radius: 0; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHT0oxJNMQgZr6UxZf02JsUqK1BkQqs6 > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1XQyTFA6VfcS3QWTZao07fCi8CECqpu { top:7.125rem;left:1.5rem;width:17rem;height:18.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MpJviei1AsJAVHQPblIixy7tyLAQMkXa { top:25.625rem;left:1.5rem;width:17rem;height:18.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PzE7iDAUAJqOqPqhNIKiNJNbRI9J1S6S { top:45.375rem;left:1.5rem;width:17rem;height:18.5rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XpxanzOivgqQb4TkuM7EmyMAeQrDde45 { top:64.9375rem;left:1.5rem;width:17rem;height:18.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lxmI9vTuhoWBe6ivZhmO4v0SZiNqfO30 { top:17.8125rem;left:5.90625rem;width:8.1875rem;height:3.0875rem;z-index:15004;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJorzJCSRT1c8bCflE2A7lNtwZUMxigO { top:36.5625rem;left:5.75rem;width:8.5rem;height:3.0875rem;z-index:15005;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkAF9pvhvJPiETLUgzUz2hcpAik8aRD3 { top:56.25rem;left:5.65625rem;width:8.6875rem;height:3.0875rem;z-index:15006;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmC6gv1DZ7oOhdxG9bGXqTkntJi72tId { top:75.5625rem;left:5.90625rem;width:8.3125rem;height:4.63125rem;z-index:15007;font-family:montserrat;font-weight:700;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0s92qUAa/agranel_reciclaje_movil_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.adaptive-delivery-prevent-bg, #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.lazyload, #FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL.lazyloading { background-image: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { background-color: transparent; background-image: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container > .video-iframe-container { display: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row > .video-iframe-container { display: none; }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .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); }#FuEQkTBoe0zN1dHX0d051uNIAMzrWnnL > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFWHr1qTJHMFT7TndKWR538SPmktQmxG { width:18rem;height:6.3375rem;top:2.1875rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBmKQdJrzQeZ2Lbzqa8LzlgVeTDAqaTU { width:17rem;height:12.6rem;top:9.25rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf { display:block; }#Wnzk26JWxS4s4Q5zXlTnSS1a6JWIgUaf > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHWZeOw7bOETUrxt3FlSVrzpZVpI52uU { width:20rem;height:4.225rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO72iaz7xndNu0l2yWpQIe5TTV7NJtn3 { width:19.4375rem;height:8.4375rem;top:7.5rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo { background-color:#ffffff;background-image:none;display:block; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { background-color: transparent; background-image: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container > .video-iframe-container { display: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row > .video-iframe-container { display: none; }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .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); }#N9UJ1rCSQnbOEuTA0zrrVSZzSO3ubmNo > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu8GN3TAP3I1nRU5GHgNFhUDB7ryCWlr { width:6.4375rem;height:6.4375rem;top:54.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw4BFg3WiSINr7TacquHDvQZqW6VoWbk { width:14.0625rem;height:3.9375rem;top:61.4375rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3dQh0pUGc3hGwn63wUrGhqCullMXtrL { width:6.5625rem;height:6.5625rem;top:25.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwdQibJx1UMVVkhw8C1dW33ui1PLkzz { width:15.75rem;height:3.9375rem;top:33.125rem;left:1.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrJwGhLvDDtch7A4FhKwhfNTOMAnsdzy { width:6.3125rem;height:6.3125rem;top:13.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSaEfTpdiKi0OZ2NrLWPHX6HP1KT0rt { width:6.3125rem;height:6.3125rem;top:39.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdi4vtgJtdWfwIzx0J3R2kCLr5oJautB { width:12.5rem;height:5.90625rem;top:46.4375rem;left:3.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWFJxT1xVnel9KxDrR6zQW9Qwy3q0cgW { width:17.5rem;height:3.9375rem;top:19.9375rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwsxFMlLGXfloONoQi4oVwJ5uEhQnswH { width:20rem;height:4.875rem;top:6.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWFvcZaeUnWgsexcJbhJVNkHBzIiFRMp { width:13.875rem;height:3.9875rem;top:1.9375rem;left:3.0625rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 { display:block; }#pMmnU66IDRkZV0xDVrQIn4GtdJsvt5n0 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7GICH8t2vm4y9dGBZseVTGQsFV93DXe { width:17.8125rem;height:3.9875rem;top:1.1875rem;left:1.09375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9yKOfvFuMdhuWOtPTetq9Qe4obbopB3 { width:20rem;height:7.875rem;top:14rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mamJDwiTzG5gLlX9aT4lfoBXIsCfqr3b { width:18.375rem;height:5.90625rem;top:47.3125rem;left:0.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8fQaK4EObvluOqDa93hU6ISN00iW8Z5 { width:20rem;height:7.875rem;top:29.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAbH60KE7dTgiv5OPvJCrEpuDm7XpMRk { width:6.1875rem;height:5.9375rem;top:7.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLQzq6uR4timphbkRFQUGQrl4MCGWVL { width:6.8125rem;height:6.5rem;top:22.875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2mOxREAFD6FZBN4IqOEXfvJ3is6dq4n { width:6.25rem;height:6rem;top:40.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { width:20rem;height:7.8rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpmcdZsARb773Q2CrRfuhN4wS0BLXpA0 { width:17.625rem;height:7.6rem;top:9.8125rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voDB2V0MC1dyrUG1Xz2if0USpkOREAiA { width:20rem;height:29.1875rem;top:18.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;display:block; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1rem;overflow:hidden; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1rem;overflow:hidden;height:3.125rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]:-moz-placeholder { font-size:1rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]::-moz-placeholder { font-size:1rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ  { width:17.5rem;height:auto;top:19.03125rem;left:0rem; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ {display:block;}#sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ { width:17.5rem;height:auto;top:19.03125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #eWcJCTKDMSTJLoaTzwdH47qnb7hRFTC2 {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #zwxb2sGQ25KyIbhCsgMAOKUHJfXUEEfc { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #N4x71d01kyfSTGNiltheSfEvb2uhAagI {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #PzSrv6nEpyB5CAsWWy05SEwiVATVRKKb {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #R2SkF7VkECtWRN58VKIyBhxlTlU3ZwSG { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #voVplnla3cLEVtJxTTvZDlbTkS6aK6ml {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #lrG3BpkGbPkhDDCVoDVUXO5X5mU3XKTD {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #sHs4zkOcqZpTAk4iixTz3dV01rUcDQct { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #vrcTp5g7blhHbkDPauIwf3vTlQihsX0r {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #hbzfUufgFG7g8bUdnyxe7oT4sgq4XsIH {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #QzqdFrQQ0P8hsGBgm62AtJp8faZeDpmC { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #FH22tpRazic94anD2TiNtyX9ZMrRToTd {  }
 }@media only screen and (max-width: 763px) { #W8v6EAk5mSNVTtU8TOr1Tgs7TNQpJ8g7 { display:block; }
 }@media only screen and (max-width: 763px) { #xeP30KhfEgtDAphnekAyT07cfywirJCi { display:block; }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #g5FGS3NWglhqMMyWzG4nhzXxCFdHkp0E {  }
 }@media only screen and (max-width: 763px) { #sunGOkvZ6LMTtVmE8eLVP8sHoeovqPpQ #BbofZxrak13dtVTRlixWCJQMTwcEIhWt {  }
 }@media only screen and (max-width: 763px) { #fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { display:block; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok2P6CCioTXSHiIS3QMbeTNAlpQpE7iv { width:9.875rem;height:1.05625rem;top:1.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNJ09UxLvCpN34AZdu8kLcOWCn5iuJLt { width:9.4375rem;height:1.05625rem;top:1.1875rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxOhuawkXPfkmpMVFZnrnOeOJDwrS5oP { width:20rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }