.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099a8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container { background-color: transparent; background-image: none; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container > .video-iframe-container { display: none; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row > .video-iframe-container { display: none; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .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); }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container { border-width: 0; border-radius: 0; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#avwbMgGaVBiDMAUnlMMyGKTRoT6hUPKZ { color:#ffffff;display:block;width:4.24913125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#AF06GxqFy1QGJJsScK5BFFS7JMEWNbb7 { color:#ffffff;display:block;width:9.1873125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#K2UyqiV1D7RVJq2pfJAqxPE0BlPe9Su1 { color:#ffffff;display:block;width:5.56206875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:16rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GIyUNB9iZnTbSP02HWIRP4htJEZxqraS { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#xHiEZbtZ6GICOBZsFRVJ2usBwR6dfP5t { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.578125rem;left:45.248046875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NebSUpGULzMqfpovtXcR5kTrmcRIhc4K { color:#ffffff;display:block;width:11.374rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:33.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#r1AawTCNF7FSF0kVPxPQLHtAtgonsefP { color:#ffffff;display:block;width:6.749125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:53.25rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z { 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; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container { background-color: transparent; background-image: none; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container > .video-iframe-container { display: none; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row > .video-iframe-container { display: none; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .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); }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container { border-width: 0; border-radius: 0; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#FBoPvAbTudQrw0eQzT3R2JQp1T4bQnk5 { 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:7.125rem;width:6.875rem;top:5.375rem;left:51.25rem;overflow:hidden;display:block; }
#wlHTksx9RbTsHI8fwhFD1gKk3OaktBwX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:41.3125rem;top:6.6866321563719rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/r2OpjLdA/quimosa_inicio_fondo_collage_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:43.5rem;width:60rem;overflow:visible;position:relative;display:block; }#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:#0099a8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:15.9375rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28rem;left:22rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0nZNmoXe7HZhctrsN3J2PZ4h491kuZG { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:13.625rem;left:0rem;height:8.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; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { 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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:44.875rem;width:60rem;position:relative;display:block; }#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:rgba(0,0,0,0.7);display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.4375rem;left:15.25rem;height:2.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(0,0,0,0.7);display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.75rem;left:15.25rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MFxX75HMwbrsWhyZftqagu3qyK34ncW4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:8.5625rem;top:3.4375rem;left:3.5rem;overflow:hidden;display:block; }
#ReqxgFwZgJ14GhdXyTXPpt6ZT1P6TvT3 { color:rgba(0,0,0,0.7);display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:15.1875rem;left:29.5rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BeTkpfDSUO9RbZbMaimgs77DHnLvtSK6 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:24.875rem;left:29.6875rem;height:1.51215rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PSSsrIX9psdNGA3gBfUrbcL7qFTdOHTS { color:rgba(0,0,0,0.7);display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:27.75rem;left:29.4375rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#viLEgl3FIQuTDRp9zFFmLT0sPIXmRXIF { position:absolute;display:block;z-index:15010;background-color:#55b5ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:29.1875rem;top:24.3125rem;left:29.375rem;display:block; }
#KIlJUedaw5DIZWvGoBcIIagi7Tev8WaO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:28.0625rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iZpVbm26/quimosa_fondo_textura_azul.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR.adaptive-delivery-prevent-bg, #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR.lazyload, #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR.lazyloading { background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,79,0.02); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,79,0.02); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:0.875rem;font-family:"open sans";height:28.3125rem;width:60rem;position:relative;display:block; }#kOei9U19A2dd9OgEIOtAWEXS87w1JafC { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.6875rem;width:14.9375rem;top:4.5rem;left:4.9375rem;overflow:hidden;display:block; }
#qooh2nBImTTW7m0DSvzs1lATQKOpsM39 { position:absolute;display:block;z-index:15034;background-color:rgba(255,255,255,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.96875rem;left:54.375rem;display:block; }
#qA4tsFweV4otkVzoWdApzhWTs4NMQw1J { position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:38.75rem;top:11.4375rem;left:15.625rem;display:block; }
#CRLkKzxPC0Buf7hCAFb3WTyp8MZAsdaA { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:.8;letter-spacing:0;top:15.875rem;left:26.4375rem;height:2.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QUq5TrTRDRHvBSaxSer1FCuZKoXshb45 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15012;line-height:.1;letter-spacing:0;top:14.375rem;left:26.4375rem;height:1.111328125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nG1kUoqs7llpHO1CTBpTAewp2Pu9nerZ { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.8;letter-spacing:0;top:16rem;left:36.375rem;height:2.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#atUPK5sl8oVRlKzMFTtXED0RlNofzyT4 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15014;line-height:.1;letter-spacing:0;top:14.375rem;left:36.5625rem;height:1.111328125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NsiolxI2bg636CvP0WTuharAbtqE8498 { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:.8;letter-spacing:0;top:16rem;left:46.8125rem;height:1.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qq5fso8Pl8lws3XmGSDr06TshkIMLkI1 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15016;line-height:.1;letter-spacing:0;top:14.375rem;left:46.875rem;height:0.412109375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m1uNRRsLnngFGTIl5tfUp43AwT2gV3cV { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.8125rem;left:34.4375rem;height:2.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Bx0qXVs9TaVLTg0ZTy2ArU9oED7nA3Ke { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.6875rem;left:45.6875rem;height:3.41015625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IlT934kko9CSSR6Kuif6M8eOwyTSIxrW { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.8125rem;left:25.5625rem;height:2.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oTbaWpS2kiPzO67z0ozCcvCymDISTx7L { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15018;line-height:.1;letter-spacing:0;top:20.6875rem;left:26.4375rem;height:0.412109375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hbsflO4SgageVKT7y5cwGWKQ9GT7wP69 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15020;line-height:.1;letter-spacing:0;top:20.6875rem;left:36.5625rem;height:0.412109375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mCZ3owfslbrbbnCOOJSXIxIbxQQoydbw { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:300;z-index:15022;line-height:.1;letter-spacing:0;top:20.6875rem;left:46.875rem;height:0.412109375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z3vpz9D4OwongTQczySAJpPRfTesc9Rq { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:8.3109374046325rem;left:27.187492370606rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DIuR3tMMMkrFobetzDbgxTbcBw2rJVra { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:2.5625rem;left:27.1875rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fLWcnKGa/quimosa_desarrollos_quimicos_fondo.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.adaptive-delivery-prevent-bg, #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.lazyload, #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.lazyloading { background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { border-width: 0; border-radius: 0; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { font-size:0.875rem;font-family:"open sans";height:100.625rem;width:60rem;position:relative;display:block; }#EuGD72greys3iK6iOQyUOPGMMr5nAQkO { color:rgba(0,0,0,0.7);display:block;width:24.8741875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:3.1242218017578rem;left:17.559364318847rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { color:rgba(0,0,0,0.7);display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:6.2484436035156rem;left:20.528907775879rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:21.03125rem;left:6.78125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { color:rgba(0,0,0,0.7);display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:24.375rem;left:2.09375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#usGUC5G6GLTUoPX9O6s0yylihIhSXleN { position:absolute;display:block;z-index:15017;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:59.9375rem;top:19.6875rem;left:0rem;display:block; }
#vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { position:absolute;display:block;z-index:15018;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.28125rem;left:10.15625rem;display:block; }
#xpD3umPqWXk7RKJgf5O4AwHZweQi8gDQ { 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:6.0625rem;width:7rem;top:11.4375rem;left:7rem;overflow:hidden;display:block; }
#DJcRxOPkrxHPhbzVJL8VxnnMZ7F9h1se { 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:6.0625rem;width:7rem;top:11.4375rem;left:26.5rem;overflow:hidden;display:block; }
#OrFTEpfGLySXr4NyBeWDR50rgHGMMay5 { 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:6.0625rem;width:7rem;top:11.4375rem;left:45.59375rem;overflow:hidden;display:block; }
#EqqOdtqbAk1BOlT3TkSXD9tmFyRn129B { 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:6.0625rem;width:7rem;top:33.625rem;left:45.59375rem;overflow:hidden;display:block; }
#Ubu0Fy1etpkqrJFkTgSG5wh6itEhE5V1 { 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.0625rem;width:7rem;top:55.625rem;left:7.125rem;overflow:hidden;display:block; }
#WM8ITTtk3ssukd6o5ZSUkzxMfMk9URVo { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7rem;top:55.625rem;left:26.5rem;overflow:hidden;display:block; }
#vqlQP4h7MT6naiFHuVGAc8CiJKE6O8gZ { color:#000000;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:21.03125rem;left:24.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JeCTATTQRDuwCc9xGJXdaJXSG9Fgiydz { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:21.03125rem;left:42.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XiGABD2MyPcPwBV3AWfXtVL1fTH3o6tT { color:rgba(0,0,0,0.7);display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:24.375rem;left:22.28125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HGK23R1pF6g2fLNdb4Fwlon5U4NgHiht { position:absolute;display:block;z-index:15019;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.28125rem;left:29.53125rem;display:block; }
#SVvn3KZzTmVb8Q0x0UBVwcaaRnet4QXm { position:absolute;display:block;z-index:15020;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.28125rem;left:48.625rem;display:block; }
#U7KfrwNTHehBcsSm0t0GbDGstqWIvGlv { color:rgba(0,0,0,0.7);display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.53125rem;left:42.5625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kGPXBtTtpAGr5ERmZN9hvvikTIsMQlJh { position:absolute;display:block;z-index:15022;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:41.53125rem;left:10.15625rem;display:block; }
#c1O4VHW5KveFv97VzGCZQQyxVuGigUBB { position:absolute;display:block;z-index:15024;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:41.53125rem;left:48.625rem;display:block; }
#IWiFpu0i8rUm6OAKkS6nM4fRMzJbtzOW { position:absolute;display:block;z-index:15021;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.125rem;top:41.9375rem;left:0rem;display:block; }
#gMhr3W837SneDzff2IcmgbJtCtIvzTRW { color:rgba(0,0,0,0.7);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:69.8125rem;left:3.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rXzngmBNOd6Q8Qr5n0JRGf1hBC2J2iKL { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:66.375rem;left:3.125rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TKxweqDEtQ6MxqTv5gLXbdoQ2WemAg9k { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7rem;top:55.625rem;left:45.59375rem;overflow:hidden;display:block; }
#b1POPAWOoRanL0OqTNR20MM1yGI9BrsT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7rem;top:78.5625rem;left:7.125rem;overflow:hidden;display:block; }
#JBatMiBlRrTft1Ovd0WLfpeWS4pc1g83 { position:absolute;display:block;z-index:15030;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:63.78125rem;left:10.15625rem;display:block; }
#adGMgZyQT8T6BvmLOGP6ocgDyF474JXa { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.6875rem;top:87.09375rem;left:0rem;display:block; }
#fXnG8au5BvG4Aq7tN98kizCbXOGMUkBQ { position:absolute;display:block;z-index:15031;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:63.78125rem;left:29.53125rem;display:block; }
#gMSlnFK3kgNd03QyNLk216XVFMQhEy44 { position:absolute;display:block;z-index:15032;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:86.6875rem;left:10.15625rem;display:block; }
#hGSyEl2wkvOiLkT2TTu6owvaZ5CwVAxX { color:rgba(0,0,0,0.7);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:92.375rem;left:2.53125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mO4xqe5DLrPswWkc36QmeLwf2LKs3ove { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:88.625rem;left:3.84375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qMPiqxH7K2ML7hHTaMgCqdLFr1u6Tayk { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.8125rem;top:58.4375rem;left:0rem;display:none; }
#ivwGLrWfkmX45NaSlxIlQuhi4OSQXAP3 { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.8125rem;top:58.4375rem;left:0rem;display:none; }
#AMM4RywgLdMIG7rpsARAiIcnpBpdhezc { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.8125rem;top:58.4375rem;left:0rem;display:none; }
#PmTGvKCV3poRhVLwSurdZdLx4FdTQ1Lo { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.8125rem;top:58.4375rem;left:0rem;display:none; }
#P7KXKRZvn2FpliEhKwx7PA2qfrQ5XQTL { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45.8125rem;top:58.4375rem;left:0rem;display:none; }
#JsMa5aXQO7HnZDMqx1A1VCb1VnpcTrZL { 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.0625rem;width:7rem;top:33.625rem;left:7.125rem;overflow:hidden;display:block; }
#Rwp3veFgUqM98U2vIIxVWpewKdodUn8H { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:43.375rem;left:4.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K1PcGLHFy73LrHBm3fJd0pFxgvGQAuqd { color:rgba(0,0,0,0.7);display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:47.1875rem;left:1.34375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dc9RzTVRKw0hpDIeGzKyOWhw4Dm13UU9 { position:absolute;display:block;z-index:15030;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:64.1875rem;left:0rem;display:block; }
#bMeo7O1apVkACg3dLO1utB4d4556WT8T { position:absolute;display:block;z-index:15032;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:63.78125rem;left:48.625rem;display:block; }
#wWOdh9a3qPExTk9RMOiFdMqIyc1BKzeQ { position:absolute;display:block;z-index:15022;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.125rem;top:41.9375rem;left:38.875rem;display:block; }
#WB9miTdlLqDR0ECqn5nXva1IDeviOisJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7rem;top:33.625rem;left:26.1875rem;overflow:hidden;display:block; }
#cQ9BI2iNPE3RyUsmqZespMJZp9UsU2ZF { position:absolute;display:block;z-index:15029;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:41.5625rem;left:29.3125rem;display:block; }
#soy2NQD1Gw1KRTzMf8sl5JNJZEFvIRf6 { position:absolute;display:block;z-index:15027;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.125rem;top:41.9375rem;left:19.4375rem;display:block; }
#WshiP6DOhRDGkimF3gyaPkh5EKZog12U { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:43.375rem;left:23.6875rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b0ce1CDTrHxnZebXhodZ8nbX284NlzTA { color:rgba(0,0,0,0.7);display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:46.5rem;left:23.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EweFS7mesKIq7T9UO5cTNtAScOn6iT4b { color:rgba(0,0,0,0.7);display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:46.9375rem;left:39rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h52lScpPrQFk1rRbc0tEHtqRKCz2QrOC { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:43.375rem;left:40.5rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KrgZZdLWpZTBrSJhl9dVqFv5svbszHWL { color:rgba(0,0,0,0.7);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.8125rem;left:22.625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T2MOga9yLaNuTIq1c4BTTowML3q5iLFC { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:66.375rem;left:22.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tb9zNT0NZqFF3tZhEbAHZxWVPf1rpGsv { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:66.375rem;left:42.3125rem;height:2.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iloClBmxfaW5qC85E2IkulJTXbbM1ect { color:rgba(0,0,0,0.7);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.8125rem;left:41rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RIzJ3ppxDr2Wnx2fTOn0e4iVvu25FlE2 { 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:6.0625rem;width:7rem;top:78.5625rem;left:26.3125rem;overflow:hidden;display:block; }
#Eqog28IWPulSNdzvl44CD9htwVZaMPzt { position:absolute;display:block;z-index:15037;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:86.6875rem;left:29.3125rem;display:block; }
#D72V4T9tXeTTyWOzzS3U3avhuTsG8W1s { position:absolute;display:block;z-index:15034;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.6875rem;top:87.125rem;left:19.1875rem;display:block; }
#N6hJb0pEzsXgqGkm9fhuDsCTNPm8PrTN { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:88.625rem;left:23rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l9U7Zd6i8CaIkIv3GakUZMQQkHA7Uqkw { color:rgba(0,0,0,0.7);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:92.375rem;left:21.6875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC { 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; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container { background-color: transparent; background-image: none; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container > .video-iframe-container { display: none; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row > .video-iframe-container { display: none; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .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); }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container { border-width: 0; border-radius: 0; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:block; }#ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG { color:rgba(0,0,0,0.7);display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:10.1875rem;left:20.8125rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG li:before{  }
#R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx { color:rgba(0,0,0,0.7);display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:27.625rem;left:20.8125rem;height:5.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx li:before{  }
#yUrniTKulQPDPCPPRdJP84mx8Aaik6Os { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.125rem;top:28.3125rem;left:2.65625rem;overflow:hidden;display:block; }
#F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc { color:rgba(0,0,0,0.7);display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:39.875rem;left:20.875rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc li:before{  }
#QmEckwERn7xLymq6iq04hNRu8OOBc6Ng { color:rgba(0,0,0,0.7);display:block;width:39.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:53.25rem;left:20.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QmEckwERn7xLymq6iq04hNRu8OOBc6Ng li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QmEckwERn7xLymq6iq04hNRu8OOBc6Ng li:before{  }
#Q8G8ruTweXsmxvIeTT0wVAuXtnv7QRTq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:15.5625rem;top:52.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#nrElyDrcJwe32G9T2c3SfaqB0xoyBm3T { color:rgba(0,0,0,0.7);display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:2.75rem;left:17.5625rem;height:2.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LbPCh14wyLNyUlJDvUG8gwmOmOCPSs4h { color:rgba(2,2,2,0.7);display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:5.875rem;left:16.8125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QIxhaNx4U39nF5gA4RHvgOgChPE8cKZw { 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:16.875rem;width:19.6875rem;top:7.6875rem;left:0rem;overflow:hidden;display:block; }
#arhDnBUd4AwvwZBUHP4OPE2VqUgZUwUm { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:0.125rem;top:10.1875rem;left:18.5rem;display:block; }
#SJcKeUT9rgT6PTZ15ZVt6mb7bISL4C9r { position:absolute;display:block;z-index:15041;background-color:rgba(0,0,0,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:0.125rem;top:26.6875rem;left:18.5rem;display:block; }
#UyOtVKWgbDhzcPPmvOosrDXmOa3vHZFV { position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:0.125rem;top:40rem;left:18.5625rem;display:block; }
#O3OebZ5M3vTWrIVPMH9FBQv99aWqdUnm { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:0.125rem;top:53.625rem;left:18.3125rem;display:block; }
#vEuZJ7UTMeQvX20SIQX1pIKODDGlHdqZ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:15.0625rem;top:40.28125rem;left:2.03125rem;overflow:hidden;display:block; }
#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iZpVbm26/quimosa_fondo_textura_azul.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD.adaptive-delivery-prevent-bg, #NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD.lazyload, #NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD.lazyloading { background-image: none; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container { background-color: transparent; background-image: none; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,79,0.58); }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container > .video-iframe-container { display: none; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,15,79,0.58); }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row > .video-iframe-container { display: none; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .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); }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container { border-width: 0; border-radius: 0; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container { font-size:0.875rem;font-family:"open sans";height:33.125rem;width:60rem;position:relative;display:block; }#GeGyFi0TmHWVdCdGUyCOZ0qtcMQe8IE7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Od24y5aubAg3EE8RT3L8a6mPwyvTUACC { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10.9375rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.875rem;left:3.75rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny li:before{  }
#peDABVkMxsPyFJvWXd46Osvr6uqXT7IJ { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8.9375rem;left:3.75rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gdNq160Alg2lUcSboPTXDGJ156aVibdF { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:26.9375rem;left:4rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gdNq160Alg2lUcSboPTXDGJ156aVibdF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gdNq160Alg2lUcSboPTXDGJ156aVibdF li:before{  }
#vhcP68RgG00T2davRaQOaXWHyOxLMihZ { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:25rem;left:3.875rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e10K2aeAvdT6RTkzOk2hAs839M8PhMrR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:12.1875rem;left:46.375rem;overflow:hidden;display:block; }
#Ad97RDTXIXNbLF6JVoZqRZ1wGTnTHWnQ { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15rem;left:3.75rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qCgoiKcCAUiPVag693lkDl2izC7DJTtk { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.875rem;left:3.75rem;height:5.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qCgoiKcCAUiPVag693lkDl2izC7DJTtk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qCgoiKcCAUiPVag693lkDl2izC7DJTtk li:before{  }
#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E { 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; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container { background-color: transparent; background-image: none; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container > .video-iframe-container { display: none; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row > .video-iframe-container { display: none; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .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); }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container { border-width: 0; border-radius: 0; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container { font-size:0.875rem;font-family:arial;height:133.8125rem;width:60rem;position:relative;display:block; }#dt9pa06quC3cCdyiqFVkzmCJed1mFX1D { color:rgba(0,0,0,0.7);display:block;width:30.874rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:27.7060546875rem;left:27.4384765625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWSR66ZCb5348dkNMfrACS18c52Grla8 { color:rgba(0,0,0,0.7);display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:97.6865234375rem;left:1.96875rem;height:6.1875rem;font-style:normal;display:block; }#BWSR66ZCb5348dkNMfrACS18c52Grla8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BWSR66ZCb5348dkNMfrACS18c52Grla8 li:before{  }
#nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g { color:rgba(0,0,0,0.7);display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:110.71875rem;left:2.25rem;height:3.3125rem;font-style:normal;display:block; }#nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g li:before{  }
#wKS6Zt6mJRPWmf0QuoGl4W7uPEXhIOWo { color:#000000;display:block;width:32.5615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.2451171875rem;left:27.4384765625rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gWaPCsWQHZiJshFowKB2JoL8C0fKKNGc { color:rgba(0,0,0,0.7);display:block;width:27rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:25.84375rem;height:7.79883125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fgQaaCK8hn754y82cN9c9WIbPR3c3yPd { color:rgba(0,0,0,0.7);display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:40.047655105591rem;left:27.435935974121rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#namRAhPSQFTKkLKMHCb8vqTH63rTPFpH { color:rgba(0,0,0,0.7);display:block;width:31.6241875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:50.561716079712rem;left:27.241401672363rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l58PtXzZ3QrKyqp9hkTv49p2lcoIo8xf { color:rgba(0,0,0,0.7);display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:95.6240234375rem;left:2.123046875rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Wa7mCgw9l8TsXHVoymIRmiTu9KZvIrFZ { color:rgba(0,0,0,0.7);display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:107.3125rem;left:2.125rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yrzFdIMF3bb9ogofZJp1U45aGSK8eukg { position:absolute;display:block;z-index:15042;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.3125rem;width:14.75rem;top:12.1875rem;left:27.061618664407rem;overflow:hidden;display:block; }
#hqFPCGPdEez3wEwMpnBrkpSJUDMOJp8d { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:18.9375rem;top:76.8125rem;left:0rem;overflow:hidden;display:block; }
#XAxCw8R1ZDHeGu0K0qy9I5DpyetZUpUx { position:absolute;display:block;z-index:15045;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.5rem;width:16.1875rem;top:90.123046875rem;left:2.123046875rem;overflow:hidden;display:block; }
#bst8grSvLmr7wp4xXLBCC2XwDHCRSbcd { color:rgba(0,0,0,0.7);display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:64.654680252075rem;left:27.060935974121rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZR9hGkrHGe6v7iCaTNIydalxMubSKpsT { color:#000000;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:84.1875rem;left:1.96875rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rTPwaghzR9SSKVqoGIR332mhlAWVtbVK { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:86.3125rem;left:1.96875rem;height:2.625rem;font-style:normal;display:block; }#rTPwaghzR9SSKVqoGIR332mhlAWVtbVK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTPwaghzR9SSKVqoGIR332mhlAWVtbVK li:before{  }
#L5a1sSXaGGBAi6rGmpsuCw3CVqUTzzvF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#oL5vXRIbi1fUG8C5LB9luiAH13yNe1OO { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:35.124998092651rem;left:0.060935974121094rem;overflow:hidden;display:block; }
#WHabSnSktA8w49fG1qzp5pl2K4l1wSt0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:47.811716079712rem;left:0rem;overflow:hidden;display:block; }
#Nx4lkmV2bxsfaXpPfXKbLrBu8TLDAxBs { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:60.435930252075rem;left:0rem;overflow:hidden;display:block; }
#gVc9KJKDpurIBywUgtlKT1JUQTwfJRwP { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:114.84375rem;left:36.1875rem;overflow:hidden;display:block; }
#ym3bSew1v7sbFdJUNkrR1EMxhQCe3dmL { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:88.96875rem;left:36.1875rem;overflow:hidden;display:block; }
#ZFs2ZMK5DcLHRBTTRKadZzVtoTm3TGrS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:76.125rem;left:36.1875rem;overflow:hidden;display:block; }
#tAiHC4oHQbWuNIrm7ew9Uq3JZcmnJHFf { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:23.8125rem;top:101.8115234375rem;left:36.1875rem;overflow:hidden;display:block; }
#bWFloyUp6az7yf7D1F6xvA7G2ET09ozT { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:23.625rem;top:22.373046875rem;left:0rem;overflow:hidden;display:block; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/96VAQRDO/quimosa_ennumeros.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,105,123,0.39); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,105,123,0.39); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:43rem;width:60rem;position:relative;display:block; }#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.75rem;left:20.0625rem;height:2.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { color:#262d3c;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:24.125rem;left:20.375rem;height:7.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-form-header {  }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:15.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:15.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:15.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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:15.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4ac2da;background-image:none;background-position:top left !important;background-repeat: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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.0625rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:14.0625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:first-of-type{padding-top:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:last-of-type{padding-bottom:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.75rem;left:0rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.0625rem;display:block;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-info-text { font-size:0.75rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.75rem;left:0rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #fcea4tuUvIA5MGHlubqeyMhRfaXt8Vxx { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wo0sk9QF9ZD84OrGfQslzrU7pr22FQ1M { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #cOgGirrfX74ZvLOMm7sUPWPiWPEOHhRT { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #SfBTG0E97BIWJTAdw3T7fxbfMC54u71h { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #DivB6KIptl8sHKUA8ACqT2tGKnD3BHGr { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mk3HkvQ1RZs11cqkKFo1ke3MUsLlWaX6 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 { position:relative; }
#XTW1WIi2UeIteTSJXhybpporwz5MONv8 { position:absolute;display:block;z-index:15000;height:10.125rem;width:18.0625rem;top:12.625rem;left:39.65625rem;display:block; }
#t0i6aNekIZiB28fd5pQU3MkMTbC9OTOT { color:#262d3c;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:40.0625rem;height:7.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TBbVBlDNKlkZvF1UTuDBLuiK7D444MRQ { position:absolute;display:block;z-index:15001;height:10.125rem;width:18.0625rem;top:12.625rem;left:20.0625rem;display:block; }
#nJ37Bp1RLh47Qor7Q1vE1NTEwmXDiUS4 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:8.8125rem;left:20.0625rem;height:1.80013125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PwhbH5TXs0BwtkKT2GiS9HSXiSBIr0wW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:6.25rem;top:34.3125rem;left:51.9443359375rem;overflow:hidden;display:block; }
#ia2IqeJeykMpTHFSLZJTV4flab8UDOfo { 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:38.9375rem;left:0rem;height:1.0556625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cqRtAaF4Kx5604q3nmMViS6A63ZdKfre { display:block; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avwbMgGaVBiDMAUnlMMyGKTRoT6hUPKZ { top:1.5625rem;left:0rem;width:4.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF06GxqFy1QGJJsScK5BFFS7JMEWNbb7 { top:1.5625rem;left:0rem;width:9.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2UyqiV1D7RVJq2pfJAqxPE0BlPe9Su1 { top:1.5625rem;left:9.875rem;width:5.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIyUNB9iZnTbSP02HWIRP4htJEZxqraS { top:1.5625rem;left:16.4375rem;width:11.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHiEZbtZ6GICOBZsFRVJ2usBwR6dfP5t { top:1.5625rem;left:39.123046875rem;width:7.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NebSUpGULzMqfpovtXcR5kTrmcRIhc4K { top:1.5625rem;left:27.75rem;width:11.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1AawTCNF7FSF0kVPxPQLHtAtgonsefP { top:1.5625rem;left:41.0625rem;width:6.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z { display:block; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBoPvAbTudQrw0eQzT3R2JQp1T4bQnk5 { top:5.375rem;left:39rem;width:6.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlHTksx9RbTsHI8fwhFD1gKk3OaktBwX { top:6.625rem;left:0rem;width:41.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.9375rem;height:4.375rem;top:28rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #W0nZNmoXe7HZhctrsN3J2PZ4h491kuZG { top:13.625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:40.125rem;height:2.1875rem;top:3.4375rem;left:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:44.25rem;height:6rem;top:6.75rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxX75HMwbrsWhyZftqagu3qyK34ncW4 { top:3.4375rem;left:0rem;width:8.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReqxgFwZgJ14GhdXyTXPpt6ZT1P6TvT3 { width:29.0625rem;height:10.5rem;top:15.1875rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTkpfDSUO9RbZbMaimgs77DHnLvtSK6 { width:14.5625rem;height:1.5rem;top:24.875rem;left:23.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSSsrIX9psdNGA3gBfUrbcL7qFTdOHTS { width:29.125rem;height:13.5rem;top:27.75rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLEgl3FIQuTDRp9zFFmLT0sPIXmRXIF { top:24.3125rem;left:18.5625rem;width:29.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlJUedaw5DIZWvGoBcIIagi7Tev8WaO { top:15.1875rem;left:0rem;width:28.0625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOei9U19A2dd9OgEIOtAWEXS87w1JafC { top:4.5rem;left:0rem;width:14.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qooh2nBImTTW7m0DSvzs1lATQKOpsM39 { width:0.9375rem;height:0.9375rem;top:10.9375rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA4tsFweV4otkVzoWdApzhWTs4NMQw1J { width:38.75rem;height:0.125rem;top:11.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRLkKzxPC0Buf7hCAFb3WTyp8MZAsdaA { width:6.9375rem;height:2.0625rem;top:15.875rem;left:20.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUq5TrTRDRHvBSaxSer1FCuZKoXshb45 { width:6.5625rem;height:1rem;top:14.375rem;left:20.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1kUoqs7llpHO1CTBpTAewp2Pu9nerZ { width:6.9375rem;height:2.0625rem;top:16rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUPK5sl8oVRlKzMFTtXED0RlNofzyT4 { width:6.5625rem;height:0.9375rem;top:14.375rem;left:30.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiolxI2bg636CvP0WTuharAbtqE8498 { width:6.9375rem;height:1.375rem;top:16rem;left:40.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5fso8Pl8lws3XmGSDr06TshkIMLkI1 { width:6.5625rem;height:0.3125rem;top:14.375rem;left:40.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1uNRRsLnngFGTIl5tfUp43AwT2gV3cV { width:11.25rem;height:2.25rem;top:22.8125rem;left:28.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0qXVs9TaVLTg0ZTy2ArU9oED7nA3Ke { width:10.75rem;height:4.5rem;top:21.6875rem;left:37rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlT934kko9CSSR6Kuif6M8eOwyTSIxrW { width:8rem;height:2.25rem;top:22.8125rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTbaWpS2kiPzO67z0ozCcvCymDISTx7L { width:6.5625rem;height:;top:20.6875rem;left:20.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbsflO4SgageVKT7y5cwGWKQ9GT7wP69 { width:6.5625rem;height:0.3125rem;top:20.6875rem;left:30.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCZ3owfslbrbbnCOOJSXIxIbxQQoydbw { width:6.5625rem;height:0.3125rem;top:20.6875rem;left:40.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vpz9D4OwongTQczySAJpPRfTesc9Rq { width:15.6875rem;height:1.5625rem;top:8.25rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIuR3tMMMkrFobetzDbgxTbcBw2rJVra { width:17.625rem;height:5.5625rem;top:2.5rem;left:21.062492370606rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:24.8125rem;height:2.1875rem;top:3.0625rem;left:11.434364318847rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:18.9375rem;height:1.4375rem;top:6.1875rem;left:14.403907775879rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:7.6875rem;height:;top:21rem;left:0.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:17.0625rem;height:4.5rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:47.75rem;height:0.125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:19.25rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpD3umPqWXk7RKJgf5O4AwHZweQi8gDQ { top:11.4375rem;left:0.875rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJcRxOPkrxHPhbzVJL8VxnnMZ7F9h1se { top:11.4375rem;left:20.375rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFTEpfGLySXr4NyBeWDR50rgHGMMay5 { top:11.4375rem;left:39.46875rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqOdtqbAk1BOlT3TkSXD9tmFyRn129B { top:33.625rem;left:39.46875rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubu0Fy1etpkqrJFkTgSG5wh6itEhE5V1 { top:55.625rem;left:1rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM8ITTtk3ssukd6o5ZSUkzxMfMk9URVo { top:55.625rem;left:20.375rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqlQP4h7MT6naiFHuVGAc8CiJKE6O8gZ { width:10.375rem;height:;top:21rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCTATTQRDuwCc9xGJXdaJXSG9Fgiydz { width:13.625rem;height:;top:21rem;left:34.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiGABD2MyPcPwBV3AWfXtVL1fTH3o6tT { width:15.4375rem;height:3rem;top:24.375rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGK23R1pF6g2fLNdb4Fwlon5U4NgHiht { width:0.9375rem;height:0.9375rem;top:19.25rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvn3KZzTmVb8Q0x0UBVwcaaRnet4QXm { width:0.9375rem;height:0.9375rem;top:19.25rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7KfrwNTHehBcsSm0t0GbDGstqWIvGlv { width:13.0625rem;height:3rem;top:24.5rem;left:34.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPXBtTtpAGr5ERmZN9hvvikTIsMQlJh { width:0.9375rem;height:0.9375rem;top:41.5rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1O4VHW5KveFv97VzGCZQQyxVuGigUBB { width:0.9375rem;height:0.9375rem;top:41.5rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWiFpu0i8rUm6OAKkS6nM4fRMzJbtzOW { width:21.125rem;height:0.125rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMhr3W837SneDzff2IcmgbJtCtIvzTRW { width:14.75rem;height:3rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzngmBNOd6Q8Qr5n0JRGf1hBC2J2iKL { width:15rem;height:2.75rem;top:66.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxweqDEtQ6MxqTv5gLXbdoQ2WemAg9k { top:55.625rem;left:39.46875rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1POPAWOoRanL0OqTNR20MM1yGI9BrsT { top:78.5625rem;left:1rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBatMiBlRrTft1Ovd0WLfpeWS4pc1g83 { width:0.9375rem;height:0.9375rem;top:63.75rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGMgZyQT8T6BvmLOGP6ocgDyF474JXa { width:21.6875rem;height:0.125rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXnG8au5BvG4Aq7tN98kizCbXOGMUkBQ { width:0.9375rem;height:0.9375rem;top:63.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMSlnFK3kgNd03QyNLk216XVFMQhEy44 { width:0.9375rem;height:0.9375rem;top:86.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGSyEl2wkvOiLkT2TTu6owvaZ5CwVAxX { width:16.1875rem;height:3rem;top:92.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4xqe5DLrPswWkc36QmeLwf2LKs3ove { width:13.5625rem;height:;top:88.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMPiqxH7K2ML7hHTaMgCqdLFr1u6Tayk { width:45.8125rem;height:0.125rem;top:58.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivwGLrWfkmX45NaSlxIlQuhi4OSQXAP3 { width:45.8125rem;height:0.125rem;top:58.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMM4RywgLdMIG7rpsARAiIcnpBpdhezc { width:45.8125rem;height:0.125rem;top:58.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmTGvKCV3poRhVLwSurdZdLx4FdTQ1Lo { width:45.8125rem;height:0.125rem;top:58.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7KXKRZvn2FpliEhKwx7PA2qfrQ5XQTL { width:45.8125rem;height:0.125rem;top:58.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsMa5aXQO7HnZDMqx1A1VCb1VnpcTrZL { top:33.625rem;left:1rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwp3veFgUqM98U2vIIxVWpewKdodUn8H { width:12.6875rem;height:;top:43.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PcGLHFy73LrHBm3fJd0pFxgvGQAuqd { width:18.5625rem;height:3rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9RzTVRKw0hpDIeGzKyOWhw4Dm13UU9 { width:47.75rem;height:0.125rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeo7O1apVkACg3dLO1utB4d4556WT8T { width:0.9375rem;height:0.9375rem;top:63.75rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWOdh9a3qPExTk9RMOiFdMqIyc1BKzeQ { width:21.125rem;height:0.125rem;top:41.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB9miTdlLqDR0ECqn5nXva1IDeviOisJ { top:33.625rem;left:20.0625rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ9BI2iNPE3RyUsmqZespMJZp9UsU2ZF { width:0.9375rem;height:0.9375rem;top:41.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soy2NQD1Gw1KRTzMf8sl5JNJZEFvIRf6 { width:21.125rem;height:0.125rem;top:41.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshiP6DOhRDGkimF3gyaPkh5EKZog12U { width:12.6875rem;height:1.375rem;top:43.375rem;left:17.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ce1CDTrHxnZebXhodZ8nbX284NlzTA { width:13.5625rem;height:3rem;top:46.5rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EweFS7mesKIq7T9UO5cTNtAScOn6iT4b { width:20.25rem;height:6rem;top:46.9375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h52lScpPrQFk1rRbc0tEHtqRKCz2QrOC { width:17.1875rem;height:3rem;top:43.375rem;left:30.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgZZdLWpZTBrSJhl9dVqFv5svbszHWL { width:14.75rem;height:4.5rem;top:69.8125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2MOga9yLaNuTIq1c4BTTowML3q5iLFC { width:15rem;height:;top:66.375rem;left:16.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9zNT0NZqFF3tZhEbAHZxWVPf1rpGsv { width:13.5625rem;height:2.6875rem;top:66.375rem;left:34.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iloClBmxfaW5qC85E2IkulJTXbbM1ect { width:16.1875rem;height:3rem;top:69.8125rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzJ3ppxDr2Wnx2fTOn0e4iVvu25FlE2 { top:78.5625rem;left:20.1875rem;width:7rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqog28IWPulSNdzvl44CD9htwVZaMPzt { width:0.9375rem;height:0.9375rem;top:86.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D72V4T9tXeTTyWOzzS3U3avhuTsG8W1s { width:21.6875rem;height:0.125rem;top:87.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6hJb0pEzsXgqGkm9fhuDsCTNPm8PrTN { width:13.5625rem;height:;top:88.625rem;left:16.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9U7Zd6i8CaIkIv3GakUZMQQkHA7Uqkw { width:16.1875rem;height:3rem;top:92.375rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC { display:block; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG { width:39.1875rem;height:11.125rem;top:10.1875rem;left:8.5625rem;font-size:0.9375rem;display:block; }#ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG li:before{  }
 }@media only screen and (max-width: 763px) { #R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx { width:39.1875rem;height:;top:27.625rem;left:8.5625rem;font-size:0.9375rem;display:block; }#R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx li:before{  }
 }@media only screen and (max-width: 763px) { #yUrniTKulQPDPCPPRdJP84mx8Aaik6Os { top:28.3125rem;left:0rem;width:14.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc { width:39.125rem;height:;top:39.875rem;left:8.625rem;font-size:0.9375rem;display:block; }#F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc li:before{  }
 }@media only screen and (max-width: 763px) { #QmEckwERn7xLymq6iq04hNRu8OOBc6Ng { width:39.5625rem;height:3rem;top:53.25rem;left:8.1875rem;font-size:0.9375rem;display:block; }#QmEckwERn7xLymq6iq04hNRu8OOBc6Ng li:before{  }
 }@media only screen and (max-width: 763px) { #Q8G8ruTweXsmxvIeTT0wVAuXtnv7QRTq { top:52.4375rem;left:0rem;width:15.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrElyDrcJwe32G9T2c3SfaqB0xoyBm3T { width:24.875rem;height:2.1875rem;top:2.75rem;left:11.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPCh14wyLNyUlJDvUG8gwmOmOCPSs4h { width:26.375rem;height:1.4375rem;top:5.875rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIxhaNx4U39nF5gA4RHvgOgChPE8cKZw { top:7.6875rem;left:0rem;width:19.6875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhDnBUd4AwvwZBUHP4OPE2VqUgZUwUm { top:10.1875rem;left:12.375rem;width:0.125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJcKeUT9rgT6PTZ15ZVt6mb7bISL4C9r { top:26.6875rem;left:12.375rem;width:0.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyOtVKWgbDhzcPPmvOosrDXmOa3vHZFV { top:40rem;left:12.4375rem;width:0.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3OebZ5M3vTWrIVPMH9FBQv99aWqdUnm { top:53.625rem;left:12.1875rem;width:0.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEuZJ7UTMeQvX20SIQX1pIKODDGlHdqZ { top:40.25rem;left:0rem;width:15.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD { display:block; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeGyFi0TmHWVdCdGUyCOZ0qtcMQe8IE7 { width:47.75rem;height:2.1875rem;top:3.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od24y5aubAg3EE8RT3L8a6mPwyvTUACC { width:38.125rem;height:;top:5.9375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny { width:38.4375rem;height:;top:10.875rem;left:0rem;font-size:0.9375rem;display:block; }#bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny li:before{  }
 }@media only screen and (max-width: 763px) { #peDABVkMxsPyFJvWXd46Osvr6uqXT7IJ { width:38.4375rem;height:1.75rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNq160Alg2lUcSboPTXDGJ156aVibdF { width:37.4375rem;height:;top:26.9375rem;left:0rem;font-size:0.9375rem;display:block; }#gdNq160Alg2lUcSboPTXDGJ156aVibdF li:before{  }
 }@media only screen and (max-width: 763px) { #vhcP68RgG00T2davRaQOaXWHyOxLMihZ { width:38.25rem;height:1.75rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10K2aeAvdT6RTkzOk2hAs839M8PhMrR { top:12.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad97RDTXIXNbLF6JVoZqRZ1wGTnTHWnQ { width:38.4375rem;height:3.5625rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgoiKcCAUiPVag693lkDl2izC7DJTtk { width:38.4375rem;height:;top:18.875rem;left:0rem;font-size:0.9375rem;display:block; }#qCgoiKcCAUiPVag693lkDl2izC7DJTtk li:before{  }
 }@media only screen and (max-width: 763px) { #VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E { display:block; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt9pa06quC3cCdyiqFVkzmCJed1mFX1D { width:30.8125rem;height:1.5rem;top:27.6875rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWSR66ZCb5348dkNMfrACS18c52Grla8 { width:30.3125rem;height:6.1875rem;top:97.625rem;left:0rem;font-size:0.9375rem;display:block; }#BWSR66ZCb5348dkNMfrACS18c52Grla8 li:before{  }
 }@media only screen and (max-width: 763px) { #nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g { width:29.75rem;height:3.3125rem;top:110.6875rem;left:0rem;font-size:0.9375rem;display:block; }#nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g li:before{  }
 }@media only screen and (max-width: 763px) { #wKS6Zt6mJRPWmf0QuoGl4W7uPEXhIOWo { width:32.5rem;height:1.4375rem;top:26.1875rem;left:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWaPCsWQHZiJshFowKB2JoL8C0fKKNGc { width:27rem;height:7.6875rem;top:2.5625rem;left:19.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQaaCK8hn754y82cN9c9WIbPR3c3yPd { width:23.8125rem;height:1.4375rem;top:40rem;left:21.310935974121rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #namRAhPSQFTKkLKMHCb8vqTH63rTPFpH { width:31.5625rem;height:4.5rem;top:50.5rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l58PtXzZ3QrKyqp9hkTv49p2lcoIo8xf { width:22.75rem;height:1.4375rem;top:95.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa7mCgw9l8TsXHVoymIRmiTu9KZvIrFZ { width:24.9375rem;height:2.875rem;top:107.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzFdIMF3bb9ogofZJp1U45aGSK8eukg { top:12.1875rem;left:20.936618664407rem;width:14.75rem;height:5.311230067758rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqFPCGPdEez3wEwMpnBrkpSJUDMOJp8d { top:76.8125rem;left:0rem;width:18.9375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxCw8R1ZDHeGu0K0qy9I5DpyetZUpUx { top:90.0625rem;left:0rem;width:16.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bst8grSvLmr7wp4xXLBCC2XwDHCRSbcd { width:31.875rem;height:1.5rem;top:64.625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR9hGkrHGe6v7iCaTNIydalxMubSKpsT { width:22.75rem;height:;top:84.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPwaghzR9SSKVqoGIR332mhlAWVtbVK { width:28.8125rem;height:2.625rem;top:86.3125rem;left:0rem;font-size:0.9375rem;display:block; }#rTPwaghzR9SSKVqoGIR332mhlAWVtbVK li:before{  }
 }@media only screen and (max-width: 763px) { #L5a1sSXaGGBAi6rGmpsuCw3CVqUTzzvF { top:9.625rem;left:0rem;width:23.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL5vXRIbi1fUG8C5LB9luiAH13yNe1OO { top:35.0625rem;left:0rem;width:23.8125rem;height:11.3109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHabSnSktA8w49fG1qzp5pl2K4l1wSt0 { top:47.75rem;left:0rem;width:23.8125rem;height:11.3109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4lkmV2bxsfaXpPfXKbLrBu8TLDAxBs { top:60.375rem;left:0rem;width:23.8125rem;height:11.3109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVc9KJKDpurIBywUgtlKT1JUQTwfJRwP { top:114.8125rem;left:23.9375rem;width:23.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym3bSew1v7sbFdJUNkrR1EMxhQCe3dmL { top:88.9375rem;left:23.9375rem;width:23.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFs2ZMK5DcLHRBTTRKadZzVtoTm3TGrS { top:76.125rem;left:23.9375rem;width:23.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAiHC4oHQbWuNIrm7ew9Uq3JZcmnJHFf { top:101.75rem;left:23.9375rem;width:23.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFloyUp6az7yf7D1F6xvA7G2ET09ozT { top:22.3125rem;left:0rem;width:23.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:23.625rem;height:2.1875rem;top:5.75rem;left:13.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:19.3125rem;height:7.875rem;top:24.125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:15.0625rem;height:auto;top:5.75rem;left:0rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:15.0625rem;height:auto;top:5.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #fcea4tuUvIA5MGHlubqeyMhRfaXt8Vxx {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wo0sk9QF9ZD84OrGfQslzrU7pr22FQ1M { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #cOgGirrfX74ZvLOMm7sUPWPiWPEOHhRT {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #SfBTG0E97BIWJTAdw3T7fxbfMC54u71h {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #DivB6KIptl8sHKUA8ACqT2tGKnD3BHGr { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mk3HkvQ1RZs11cqkKFo1ke3MUsLlWaX6 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 763px) { #XTW1WIi2UeIteTSJXhybpporwz5MONv8 { top:12.625rem;left:29.6875rem;width:18.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0i6aNekIZiB28fd5pQU3MkMTbC9OTOT { width:19.9375rem;height:7.875rem;top:24.125rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbVBlDNKlkZvF1UTuDBLuiK7D444MRQ { top:12.625rem;left:13.9375rem;width:18.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ37Bp1RLh47Qor7Q1vE1NTEwmXDiUS4 { width:30.125rem;height:1.75rem;top:8.8125rem;left:13.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwhbH5TXs0BwtkKT2GiS9HSXiSBIr0wW { top:34.3125rem;left:41.25rem;width:6.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2IqeJeykMpTHFSLZJTV4flab8UDOfo { top:38.9375rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cqRtAaF4Kx5604q3nmMViS6A63ZdKfre { position:relative;z-index:auto;display:none; }#cqRtAaF4Kx5604q3nmMViS6A63ZdKfre > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avwbMgGaVBiDMAUnlMMyGKTRoT6hUPKZ { width:4.25rem;height:0;top:10.3584rem;left:7.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF06GxqFy1QGJJsScK5BFFS7JMEWNbb7 { width:9.1875rem;height:0;top:12.7959rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2UyqiV1D7RVJq2pfJAqxPE0BlPe9Su1 { width:5.5625rem;height:0;top:15.2334rem;left:7.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIyUNB9iZnTbSP02HWIRP4htJEZxqraS { width:11.25rem;height:0;top:17.6709rem;left:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHiEZbtZ6GICOBZsFRVJ2usBwR6dfP5t { width:7.8125rem;height:0;top:20.1084rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NebSUpGULzMqfpovtXcR5kTrmcRIhc4K { width:11.375rem;height:0;top:22.5459rem;left:4.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1AawTCNF7FSF0kVPxPQLHtAtgonsefP { width:6.75rem;height:0;top:24.9834rem;left:6.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z { display:block; }#A7SXwkvoBBAvJqg2HfMNnGZCm2Q3Ky0Z > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBoPvAbTudQrw0eQzT3R2JQp1T4bQnk5 { width:4.12435rem;height:4.62456875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlHTksx9RbTsHI8fwhFD1gKk3OaktBwX { width:15.3125rem;height:1.68728125rem;top:1.8435335159302rem;left:4.6864152550698rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/noSPYev6/quimosa_inicio_fondo_collage_movil_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.9375rem;height:4.375rem;top:11.624349594116rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #W0nZNmoXe7HZhctrsN3J2PZ4h491kuZG { width:20rem;height:6.0556625rem;top:3.5611982345581rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:17.375rem;height:1.65rem;top:9.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:18.5625rem;height:13.994125rem;top:14.375rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxX75HMwbrsWhyZftqagu3qyK34ncW4 { width:6.25rem;height:6.9375rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReqxgFwZgJ14GhdXyTXPpt6ZT1P6TvT3 { width:18.625rem;height:16.5rem;top:47.5625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTkpfDSUO9RbZbMaimgs77DHnLvtSK6 { width:14.5625rem;height:1.51215rem;top:62.625rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSSsrIX9psdNGA3gBfUrbcL7qFTdOHTS { width:18.8125rem;height:19.5rem;top:65.75rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viLEgl3FIQuTDRp9zFFmLT0sPIXmRXIF { width:20rem;height:2.5625rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlJUedaw5DIZWvGoBcIIagi7Tev8WaO { width:20rem;height:16.080178173719rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOei9U19A2dd9OgEIOtAWEXS87w1JafC { width:14.9366875rem;height:20.6859375rem;top:9.1242160797119rem;left:2.5289061069489rem;display:block; }
 }@media only screen and (max-width: 763px) { #qooh2nBImTTW7m0DSvzs1lATQKOpsM39 { width:0.9375rem;height:0.9375rem;top:34.8125rem;left:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qA4tsFweV4otkVzoWdApzhWTs4NMQw1J { width:18.125rem;height:0.125rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRLkKzxPC0Buf7hCAFb3WTyp8MZAsdaA { width:6.9375rem;height:2.09765625rem;top:33.499206542969rem;left:1.5609374046326rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUq5TrTRDRHvBSaxSer1FCuZKoXshb45 { width:6.5625rem;height:0.59765625rem;top:32.8125rem;left:3.3117184638977rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1kUoqs7llpHO1CTBpTAewp2Pu9nerZ { width:5.6875rem;height:2.09765625rem;top:33.311706542969rem;left:11.498436927796rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUPK5sl8oVRlKzMFTtXED0RlNofzyT4 { width:3.0625rem;height:0.59765625rem;top:32.8125rem;left:13.436717987061rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiolxI2bg636CvP0WTuharAbtqE8498 { width:6.9375rem;height:1.3984375rem;top:39rem;left:1.4367187023163rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5fso8Pl8lws3XmGSDr06TshkIMLkI1 { width:6.5625rem;height:0.19921875rem;top:38.4375rem;left:1.7484374046326rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1uNRRsLnngFGTIl5tfUp43AwT2gV3cV { width:8.6875rem;height:3.41015625rem;top:45.311706542969rem;left:1.4367187023163rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0qXVs9TaVLTg0ZTy2ArU9oED7nA3Ke { width:9.3125rem;height:4.546875rem;top:43.999206542969rem;left:9.3117179870606rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlT934kko9CSSR6Kuif6M8eOwyTSIxrW { width:8rem;height:2.2734375rem;top:39rem;left:10.185936927796rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTbaWpS2kiPzO67z0ozCcvCymDISTx7L { width:1.625rem;height:0.19921875rem;top:38.123474121094rem;left:13.499999046326rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbsflO4SgageVKT7y5cwGWKQ9GT7wP69 { width:6.5625rem;height:0.19921875rem;top:43.811706542969rem;left:4.4999995231628rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCZ3owfslbrbbnCOOJSXIxIbxQQoydbw { width:6.5625rem;height:0.19921875rem;top:43.560974121094rem;left:13.436717987061rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vpz9D4OwongTQczySAJpPRfTesc9Rq { width:17.8734375rem;height:5.5996125rem;top:49.748433828354rem;left:1.0617187023163rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIuR3tMMMkrFobetzDbgxTbcBw2rJVra { width:17.6875rem;height:5.5996125rem;top:1.2373046875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { background-color:transparent;background-image:url("https://images.assets-landingi.com/fLWcnKGa/quimosa_desarrollos_quimicos_fondo.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.adaptive-delivery-prevent-bg, #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.lazyload, #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg.lazyloading { background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:20rem;height:254.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:15.6875rem;height:4.3984375rem;top:3.875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:19.9375rem;height:1.4625rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:20rem;height:1.58105625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:15.625rem;height:4.798825rem;top:26.5625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:20rem;height:0.125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:22.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpD3umPqWXk7RKJgf5O4AwHZweQi8gDQ { width:6.9375rem;height:6rem;top:14.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJcRxOPkrxHPhbzVJL8VxnnMZ7F9h1se { width:6.9375rem;height:6rem;top:34.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFTEpfGLySXr4NyBeWDR50rgHGMMay5 { width:6.9375rem;height:6rem;top:54.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqOdtqbAk1BOlT3TkSXD9tmFyRn129B { width:6.9375rem;height:6rem;top:119.0625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubu0Fy1etpkqrJFkTgSG5wh6itEhE5V1 { width:6.9375rem;height:6rem;top:143.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM8ITTtk3ssukd6o5ZSUkzxMfMk9URVo { width:6.9375rem;height:6rem;top:164.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqlQP4h7MT6naiFHuVGAc8CiJKE6O8gZ { width:12.625rem;height:3.1621125rem;top:44.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCTATTQRDuwCc9xGJXdaJXSG9Fgiydz { width:9.5rem;height:4.7431625rem;top:64.75rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiGABD2MyPcPwBV3AWfXtVL1fTH3o6tT { width:18.1875rem;height:3.19921875rem;top:48.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGK23R1pF6g2fLNdb4Fwlon5U4NgHiht { width:0.9375rem;height:0.9375rem;top:42.5rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvn3KZzTmVb8Q0x0UBVwcaaRnet4QXm { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7KfrwNTHehBcsSm0t0GbDGstqWIvGlv { width:13.0625rem;height:3.19921875rem;top:70.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPXBtTtpAGr5ERmZN9hvvikTIsMQlJh { width:0.9375rem;height:0.9375rem;top:106.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1O4VHW5KveFv97VzGCZQQyxVuGigUBB { width:0.9375rem;height:0.9375rem;top:151.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWiFpu0i8rUm6OAKkS6nM4fRMzJbtzOW { width:20rem;height:0.125rem;top:42.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMhr3W837SneDzff2IcmgbJtCtIvzTRW { width:11.8125rem;height:3.19921875rem;top:157.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzngmBNOd6Q8Qr5n0JRGf1hBC2J2iKL { width:15rem;height:3.1621125rem;top:153.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxweqDEtQ6MxqTv5gLXbdoQ2WemAg9k { width:6.9375rem;height:6rem;top:188.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1POPAWOoRanL0OqTNR20MM1yGI9BrsT { width:6.9375rem;height:6rem;top:212rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBatMiBlRrTft1Ovd0WLfpeWS4pc1g83 { width:0.9375rem;height:0.9375rem;top:173.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGMgZyQT8T6BvmLOGP6ocgDyF474JXa { width:20rem;height:0.125rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXnG8au5BvG4Aq7tN98kizCbXOGMUkBQ { width:0.9375rem;height:0.9375rem;top:220.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMSlnFK3kgNd03QyNLk216XVFMQhEy44 { width:0.9375rem;height:0.9375rem;top:183.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGSyEl2wkvOiLkT2TTu6owvaZ5CwVAxX { width:14.75rem;height:3.19921875rem;top:227.5rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4xqe5DLrPswWkc36QmeLwf2LKs3ove { width:16.25rem;height:3.44921875rem;top:223rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMPiqxH7K2ML7hHTaMgCqdLFr1u6Tayk { width:20rem;height:0.125rem;top:106.6875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ivwGLrWfkmX45NaSlxIlQuhi4OSQXAP3 { width:20rem;height:0.125rem;top:127.6875rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #AMM4RywgLdMIG7rpsARAiIcnpBpdhezc { width:20rem;height:0.125rem;top:151.75rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #PmTGvKCV3poRhVLwSurdZdLx4FdTQ1Lo { width:20rem;height:0.125rem;top:173.6875rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #P7KXKRZvn2FpliEhKwx7PA2qfrQ5XQTL { width:20rem;height:0.125rem;top:221.0625rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JsMa5aXQO7HnZDMqx1A1VCb1VnpcTrZL { width:6.9375rem;height:6rem;top:76.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwp3veFgUqM98U2vIIxVWpewKdodUn8H { width:17rem;height:3.1621125rem;top:87.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PcGLHFy73LrHBm3fJd0pFxgvGQAuqd { width:18.5625rem;height:3.19921875rem;top:91.5rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9RzTVRKw0hpDIeGzKyOWhw4Dm13UU9 { width:20rem;height:0.125rem;top:218.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMeo7O1apVkACg3dLO1utB4d4556WT8T { width:0.9375rem;height:0.9375rem;top:84.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWOdh9a3qPExTk9RMOiFdMqIyc1BKzeQ { width:20rem;height:0.125rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB9miTdlLqDR0ECqn5nXva1IDeviOisJ { width:7rem;height:6.0625rem;top:98.13671875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ9BI2iNPE3RyUsmqZespMJZp9UsU2ZF { width:0.9375rem;height:0.9375rem;top:127.28125rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soy2NQD1Gw1KRTzMf8sl5JNJZEFvIRf6 { width:20rem;height:0.125rem;top:197.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshiP6DOhRDGkimF3gyaPkh5EKZog12U { width:12.6875rem;height:1.58105625rem;top:109.51171875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ce1CDTrHxnZebXhodZ8nbX284NlzTA { width:13.5625rem;height:3.19921875rem;top:112.1044921875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EweFS7mesKIq7T9UO5cTNtAScOn6iT4b { width:20rem;height:6.3984375rem;top:133.6953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h52lScpPrQFk1rRbc0tEHtqRKCz2QrOC { width:17.1875rem;height:2.69921875rem;top:130.1552734375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgZZdLWpZTBrSJhl9dVqFv5svbszHWL { width:14.75rem;height:4.798825rem;top:179.857421875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2MOga9yLaNuTIq1c4BTTowML3q5iLFC { width:15rem;height:1.58105625rem;top:177.0146484375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9zNT0NZqFF3tZhEbAHZxWVPf1rpGsv { width:13.5625rem;height:3.44921875rem;top:201.220703125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iloClBmxfaW5qC85E2IkulJTXbbM1ect { width:16.1875rem;height:3.19921875rem;top:205.5927734375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzJ3ppxDr2Wnx2fTOn0e4iVvu25FlE2 { width:7rem;height:6.0625rem;top:234.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqog28IWPulSNdzvl44CD9htwVZaMPzt { width:0.9375rem;height:0.9375rem;top:271.60449375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D72V4T9tXeTTyWOzzS3U3avhuTsG8W1s { width:20rem;height:0.125rem;top:241.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6hJb0pEzsXgqGkm9fhuDsCTNPm8PrTN { width:13.5625rem;height:3.44921875rem;top:243.0625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9U7Zd6i8CaIkIv3GakUZMQQkHA7Uqkw { width:16.1875rem;height:3.19921875rem;top:247.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC { display:block; }#UsaQUZTWns8HWPlOkm3QXuP6VRP9JIFC > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG { width:20rem;height:25rem;top:17.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#ZduQ0ntDnRJHNuXloAMJTBssAHh0f6bG li:before{  }
 }@media only screen and (max-width: 763px) { #R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx { width:20rem;height:10rem;top:52.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#R0huHUzZwHQ0rDWqqItqgOwoq73TKiwx li:before{  }
 }@media only screen and (max-width: 763px) { #yUrniTKulQPDPCPPRdJP84mx8Aaik6Os { width:15.8125rem;height:4.625rem;top:44.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc { width:20rem;height:17.1875rem;top:70.7490234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#F3eGVbTQGgo9CH84XH0cnKITx8MXJXbc li:before{  }
 }@media only screen and (max-width: 763px) { #QmEckwERn7xLymq6iq04hNRu8OOBc6Ng { width:20rem;height:7.5rem;top:94.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#QmEckwERn7xLymq6iq04hNRu8OOBc6Ng li:before{  }
 }@media only screen and (max-width: 763px) { #Q8G8ruTweXsmxvIeTT0wVAuXtnv7QRTq { width:15.5625rem;height:7.125rem;top:87.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrElyDrcJwe32G9T2c3SfaqB0xoyBm3T { width:20rem;height:1.993275rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPCh14wyLNyUlJDvUG8gwmOmOCPSs4h { width:13.4375rem;height:2.923825rem;top:4.75rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIxhaNx4U39nF5gA4RHvgOgChPE8cKZw { width:18.3125rem;height:15.75rem;top:4.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhDnBUd4AwvwZBUHP4OPE2VqUgZUwUm { width:0.125rem;height:7.6875rem;top:128.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJcKeUT9rgT6PTZ15ZVt6mb7bISL4C9r { width:0.125rem;height:7.6875rem;top:137.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyOtVKWgbDhzcPPmvOosrDXmOa3vHZFV { width:0.125rem;height:7.6875rem;top:146.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3OebZ5M3vTWrIVPMH9FBQv99aWqdUnm { width:0.125rem;height:7.6875rem;top:155.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEuZJ7UTMeQvX20SIQX1pIKODDGlHdqZ { width:10.0625rem;height:4.6875rem;top:64.306640625rem;left:1.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD { display:block; }#NGVL74NWaQ3KvuRTnIVwzEKsOCMG1OJD > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeGyFi0TmHWVdCdGUyCOZ0qtcMQe8IE7 { width:20rem;height:1.993275rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od24y5aubAg3EE8RT3L8a6mPwyvTUACC { width:20rem;height:1.4625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny { width:20rem;height:7.8125rem;top:27.310546875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#bIOO8lJHZNnRZhrprZ5CKT41A2qGnKny li:before{  }
 }@media only screen and (max-width: 763px) { #peDABVkMxsPyFJvWXd46Osvr6uqXT7IJ { width:20rem;height:5.3994125rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNq160Alg2lUcSboPTXDGJ156aVibdF { width:20rem;height:4.5rem;top:38rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#gdNq160Alg2lUcSboPTXDGJ156aVibdF li:before{  }
 }@media only screen and (max-width: 763px) { #vhcP68RgG00T2davRaQOaXWHyOxLMihZ { width:18.4375rem;height:1.79980625rem;top:35.6376953125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10K2aeAvdT6RTkzOk2hAs839M8PhMrR { width:13.624125rem;height:13.624125rem;top:7.3741321563719rem;left:3.1868491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad97RDTXIXNbLF6JVoZqRZ1wGTnTHWnQ { width:20rem;height:5.3994125rem;top:43.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgoiKcCAUiPVag693lkDl2izC7DJTtk { width:20rem;height:10rem;top:49.4609375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#qCgoiKcCAUiPVag693lkDl2izC7DJTtk li:before{  }
 }@media only screen and (max-width: 763px) { #VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E { display:block; }#VNQAaOKQoaVO6E9DPIxHJMkCfuziA53E > .row .container { width:20rem;height:217.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt9pa06quC3cCdyiqFVkzmCJed1mFX1D { width:20rem;height:3.75rem;top:65.0625rem;left:-0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #BWSR66ZCb5348dkNMfrACS18c52Grla8 { width:19.75rem;height:10.125rem;top:191.56171035767rem;left:-0.32343748211861rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#BWSR66ZCb5348dkNMfrACS18c52Grla8 li:before{  }
 }@media only screen and (max-width: 763px) { #nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g { width:19.0616875rem;height:4.0625rem;top:210.30936431885rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#nGIFgEFIV2pkv4LbF502tQ1IhfwSlV3g li:before{  }
 }@media only screen and (max-width: 763px) { #wKS6Zt6mJRPWmf0QuoGl4W7uPEXhIOWo { width:17.3730625rem;height:4.5rem;top:55.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #gWaPCsWQHZiJshFowKB2JoL8C0fKKNGc { width:17.1875rem;height:5.36133125rem;top:1.6862049102783rem;left:1.3736980557442rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQaaCK8hn754y82cN9c9WIbPR3c3yPd { width:20rem;height:1.4625rem;top:87.5rem;left:-0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #namRAhPSQFTKkLKMHCb8vqTH63rTPFpH { width:19.1873125rem;height:7.5rem;top:89.9375rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #l58PtXzZ3QrKyqp9hkTv49p2lcoIo8xf { width:18.0620625rem;height:2.923825rem;top:186.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa7mCgw9l8TsXHVoymIRmiTu9KZvIrFZ { width:17.8125rem;height:4.38574375rem;top:204.37264251709rem;left:1.0898436307907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzFdIMF3bb9ogofZJp1U45aGSK8eukg { width:15.7498125rem;height:5.87456875rem;top:7.0464420318606rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqFPCGPdEez3wEwMpnBrkpSJUDMOJp8d { width:18.936625rem;height:7.4370625rem;top:112.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxCw8R1ZDHeGu0K0qy9I5DpyetZUpUx { width:16.1870625rem;height:5.49913125rem;top:133.87421226501rem;left:1.6242187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #bst8grSvLmr7wp4xXLBCC2XwDHCRSbcd { width:20rem;height:3.75rem;top:107.5625rem;left:-0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ZR9hGkrHGe6v7iCaTNIydalxMubSKpsT { width:18.936625rem;height:2.923825rem;top:123rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPwaghzR9SSKVqoGIR332mhlAWVtbVK { width:17.999125rem;height:7.5rem;top:125.375rem;left:-0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2;display:block; }#rTPwaghzR9SSKVqoGIR332mhlAWVtbVK li:before{  }
 }@media only screen and (max-width: 763px) { #L5a1sSXaGGBAi6rGmpsuCw3CVqUTzzvF { width:20rem;height:9.500875rem;top:14.002857208252rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL5vXRIbi1fUG8C5LB9luiAH13yNe1OO { width:20rem;height:9.500875rem;top:44.75rem;left:-0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHabSnSktA8w49fG1qzp5pl2K4l1wSt0 { width:20rem;height:9.500875rem;top:76.75rem;left:-0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4lkmV2bxsfaXpPfXKbLrBu8TLDAxBs { width:20rem;height:9.5013123359581rem;top:96.8125rem;left:-0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVc9KJKDpurIBywUgtlKT1JUQTwfJRwP { width:19.9991875rem;height:9.4991875rem;top:174.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym3bSew1v7sbFdJUNkrR1EMxhQCe3dmL { width:20rem;height:9.500875rem;top:142.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFs2ZMK5DcLHRBTTRKadZzVtoTm3TGrS { width:19.9991875rem;height:9.4991875rem;top:152.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAiHC4oHQbWuNIrm7ew9Uq3JZcmnJHFf { width:19.9991875rem;height:9.4991875rem;top:163.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFloyUp6az7yf7D1F6xvA7G2ET09ozT { width:19.9991875rem;height:9.522625rem;top:25.054686546326rem;left:-0.32343748211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:20rem;height:2.95605625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:19.0625rem;height:7.875rem;top:52.874315261841rem;left:0.46875005960464rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:16.75rem;height:auto;top:6.5rem;left:0.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:16.75rem;height:auto;top:6.5rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #fcea4tuUvIA5MGHlubqeyMhRfaXt8Vxx {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wo0sk9QF9ZD84OrGfQslzrU7pr22FQ1M { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #cOgGirrfX74ZvLOMm7sUPWPiWPEOHhRT {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #SfBTG0E97BIWJTAdw3T7fxbfMC54u71h {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #DivB6KIptl8sHKUA8ACqT2tGKnD3BHGr { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mk3HkvQ1RZs11cqkKFo1ke3MUsLlWaX6 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 763px) { #XTW1WIi2UeIteTSJXhybpporwz5MONv8 { width:18.0625rem;height:10.125rem;top:63.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0i6aNekIZiB28fd5pQU3MkMTbC9OTOT { width:18.499375rem;height:7.875rem;top:77.061634063719rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbVBlDNKlkZvF1UTuDBLuiK7D444MRQ { width:18.0625rem;height:10.125rem;top:39.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ37Bp1RLh47Qor7Q1vE1NTEwmXDiUS4 { width:20rem;height:1.69921875rem;top:36.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwhbH5TXs0BwtkKT2GiS9HSXiSBIr0wW { width:6.25rem;height:7.125rem;top:86.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2IqeJeykMpTHFSLZJTV4flab8UDOfo { width:12.5rem;height:1.0556625rem;top:1.25rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }