.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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); }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ { 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; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container { background-color: transparent; background-image: none; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container > .video-iframe-container { display: none; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row > .video-iframe-container { display: none; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .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); }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container { border-width: 0; border-radius: 0; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#CfqOGCW1uyqOGERHM3WwepIX5AUwDr1s { position:absolute;display:block;z-index:15007;background-color:#20447b;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:2.625rem;width:2.625rem;top:2rem;left:46.5625rem;display:block; }
#OsHocFN2046efir5AqMWHLRf2KP2kasp { position:absolute;display:block;z-index:15008;background-color:#ff3557;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:2.625rem;width:2.625rem;top:2rem;left:50rem;display:block; }
#LUHi18vt7e46hINUdrRqXSNu0UG6JEFi { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.28125rem;left:50.3125rem;display:block; }
#mAugzKqq6kgoinhIBVGEz5bUSPH5IbWw { position:absolute;display:block;z-index:15009;background-color:#3a6ec8;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:2.625rem;width:2.625rem;top:2rem;left:53.375rem;display:block; }
#OchD786ANIqeG094XXibvSAdhbyExzzv { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.3125rem;left:46.875rem;display:block; }
#CBsKhqNVHgRreKDGJrBZs0l4wqNXZETL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:13.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vOM18ool6VkMywvRJH2lENTceF9f4Xr1 { position:absolute;display:block;z-index:15010;background-color:#3a96c8;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:2.625rem;width:2.625rem;top:2rem;left:56.75rem;display:block; }
#LT5u1y0Kcac2EyFaWUn3tXT18WZEVypM { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.28125rem;left:53.6875rem;display:block; }
#cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.53125rem;left:57.3125rem; }
#cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OGCKVtZx/PORTADA_2_copia.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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); }#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); }#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 > .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:arial;height:37.875rem;width:60rem;overflow:visible;position:relative;display:block; }#xJPlkTSZ4QK5tOhoSDmQUXn8LKkJhJqb { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"indivisa display font";font-size:4.1875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:15.75rem;left:32.8125rem;height:4.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lNzsTcHNRBndSGv6xSZzmAdSdJyIr8ew { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"indivisa display font";font-size:3.3125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:12.4375rem;left:28.125rem;height:3.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zWBpTUO0DxCs30fgMn0WPgKLgsIoMmCE { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"indivisa display font";font-size:1.625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:9.875rem;left:27.8125rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp { 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; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container { background-color: transparent; background-image: none; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container > .video-iframe-container { display: none; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row > .video-iframe-container { display: none; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .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); }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container { border-width: 0; border-radius: 0; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#FTNCUT7o5LsSHEqNVTysHVSCaRcdekrC { color:rgba(8,150,118,0.15);display:block;width:60rem;position:absolute;font-family:"indivisa display font";font-size:8.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.293rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTxRTz8ErWgaatx6QnU6GCtWp9JyAueI { color:#00083a;display:block;width:60rem;position:absolute;font-family:"indivisa display font";font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { 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; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { background-color: transparent; background-image: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .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); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { border-width: 0; border-radius: 0; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#TkdgvJK2mDUn5GV41ApkZ6Kf357o3Zcg { box-sizing:content-box;color:#089676;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:3.3125rem;left:32.0625rem;display:block; }
#wH3XPMeIV6DhRsmxrwM7iFtDWwAsKJVt { box-sizing:content-box;color:#089676;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.6875rem;left:54.8125rem;display:block; }
#L91EUNDwhl3QcTTmBll2P8d8THVymBEe { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"indivisa display font";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:34.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKqVallx7TX55M4uTin4BZ0evNGFPdRl { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:49.1875rem;height:1.625rem;font-style:normal;display:block; }
#g0Q0Ae845JoC6S49fkfENC5q5BnSDuow { 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:19.1875rem;width:29.125rem;top:0.84375rem;left:0.625rem;overflow:hidden;display:block; }
#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH { 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; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container { background-color: transparent; background-image: none; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container > .video-iframe-container { display: none; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row > .video-iframe-container { display: none; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .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); }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container { border-width: 0; border-radius: 0; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { color:#41485a;display:block;width:30rem;position:absolute;font-family:"indivisa display font";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:8.53125rem;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; }
#nISq4eZzT14Za8rpcxA4rkKV2bqPwVsF { color:#000000;display:block;width:27rem;position:absolute;font-family:"indivisa font";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:31.5rem;height:18.89065625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #089676, #1a4097);background-image: -moz-linear-gradient(160deg, #089676, #1a4097);background-image: -ms-linear-gradient(160deg, #089676, #1a4097);background-image: -o-linear-gradient(160deg, #089676, #1a4097);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#089676', endColorstr='#1a4097' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#089676', endColorstr='#1a4097' );";background-image: linear-gradient(160deg, #089676, #1a4097);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; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { background-color: transparent; background-image: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container > .video-iframe-container { display: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container { display: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .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); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { border-width: 0; border-radius: 0; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#V3rH15gIsFz82TEEGLW9SyJex7S73xDs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.4375rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbuZAFyORgpytrvKky5twfqW21zTSkv6 { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:"indivisa display font";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG { 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; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container { background-color: transparent; background-image: none; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container > .video-iframe-container { display: none; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row > .video-iframe-container { display: none; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .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); }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container { border-width: 0; border-radius: 0; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#GXAfwN9NmDsFR4gO1qAMVdCk4ciyqXTp { color:#089676;display:block;width:60rem;position:absolute;font-family:"indivisa display font";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6NB4f3z3/FONDO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.adaptive-delivery-prevent-bg, #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.lazyload, #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.lazyloading { background-image: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { background-color: transparent; background-image: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container > .video-iframe-container { display: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container { display: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .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); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { border-width: 0; border-radius: 0; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU::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; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#EMUf7i96fmcHTiW7xSdDXOKNoW8vFo56 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.6875rem;top:22.0625rem;left:21.625rem;display:block; }
#frIKcoJIeLibCx4t1w8Ikfu910TUuWt6 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.125rem;height:6.9043125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.5625rem;height:6.9043125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.9375rem;width:19rem;top:4.6875rem;left:20.5rem;display:block; }
#Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.0625rem;width:19rem;top:4.6875rem;left:40.5rem;display:block; }
#Iabe3JX4918hBlVsBx4OFtfnbefTCceX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.875rem;width:19rem;top:4.6875rem;left:0.5rem;display:block; }
#GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f4221I19/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:19rem;top:4.6875rem;left:0.5rem;display:block; }#GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.adaptive-delivery-prevent-bg, #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.lazyload, #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.lazyloading { background-image: none; }
#opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cz9ReMS0/04.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:19rem;top:4.6875rem;left:20.5rem;display:block; }#opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.adaptive-delivery-prevent-bg, #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.lazyload, #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.lazyloading { background-image: none; }
#XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AN8KGvHo/05.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:19rem;top:4.6875rem;left:40.5rem;display:block; }#XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.adaptive-delivery-prevent-bg, #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.lazyload, #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.lazyloading { background-image: none; }
#RAPP7CeyoG6GeaGtkngABplRtKClyGN1 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.625rem;height:6.03515625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cikcg9nlbqKEpDb3vBZbKDMgmn7pkZnJ { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.6875rem;top:22.0625rem;left:1.625rem;display:block; }
#Zy1xE6IVDQGPo4SqUdESKWHmx817sPhb { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.6875rem;top:22.0625rem;left:41.75rem;display:block; }
#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr { 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; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container { background-color: transparent; background-image: none; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container > .video-iframe-container { display: none; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row > .video-iframe-container { display: none; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .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); }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container { border-width: 0; border-radius: 0; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#Z67DE06gui64UILr06WSbdmaM3a4B93q { color:#089676;display:block;width:24.625rem;position:absolute;font-family:"indivisa display font";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:32.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWiaK5h9Sc0weBKvC5PLVUMc47gtLdxe { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"indivisa font";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.375rem;left:33.125rem;height:12.4277375rem;text-align:justify;text-align-last:initial;display:block; }
#qLfRu9cs9OzKFX083wAARCNAGRJHh2Fo { box-sizing:content-box;color:#ffb600;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:6.375rem;left:31.5rem;display:block; }
#Tr0k6yFeE1ESHXhWl6bVbRnqF7JaALOP { box-sizing:content-box;color:#ffb600;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:7.75rem;left:31.5rem;display:block; }
#f54yRW5qNAI6spiOUzyFWzLBsV7JsX6i { box-sizing:content-box;color:#ba011f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:10.5rem;left:31.5rem;display:block; }
#AzKuE9iS99QRRWGS9PTasVbNS7WaH66k { box-sizing:content-box;color:#ba011f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:13.3125rem;left:31.5rem;display:block; }
#LTmKHhSVF6fRSOJRp3kIwdpARfcvv9QF { box-sizing:content-box;color:#253cb7;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.0625rem;left:31.5rem;display:block; }
#tFoUbeJ9yWQCNcxIDA49GqKFceEx7QKl { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:-0.0625rem;left:5.8125rem;overflow:hidden;display:block; }
#XDPQFTwPt7pW81IEeRxa7EuBWIJput4I { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.3125rem;top:0.9375rem;left:7.4404296875rem;overflow:hidden;display:block; }
#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP { 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; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container { background-color: transparent; background-image: none; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container > .video-iframe-container { display: none; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row > .video-iframe-container { display: none; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .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); }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container { border-width: 0; border-radius: 0; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#I0mMZlEoWuxZT8MT75kQxfJM2RTH4QZW { color:#089676;display:block;width:54rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:3rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWvwI2KTTi6iscmzSBZqwnDDLQaOwVSG { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"indivisa font";font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.17578125rem;left:18.34375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wahoS5qxLglplhlFn6PLVEN2Ku205qGi { background-color:#089676;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: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:"indivisa font";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.625rem;left:21.25rem;display:block; }
#phQGlHKMlknRSoD61ZfSkWfk1O7krwDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6NB4f3z3/FONDO.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; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.adaptive-delivery-prevent-bg, #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.lazyload, #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.lazyloading { background-image: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { background-color: transparent; background-image: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.4); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .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); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { border-width: 0; border-radius: 0; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd::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; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:15.90625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6M0i6iMZkbQS7gu9zyUfEdAvOrQNyPm { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:14.5rem;width:18.625rem;top:6rem;left:0rem;display:block; }
#pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6 { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/free-images/Business/calculator-calculation-insurance-finance-53621.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:3.8125rem;left:4rem;display:block; }#pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6.adaptive-delivery-prevent-bg, #pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6.lazyload, #pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6.lazyloading { background-image: none; }
#KzVWWKk6bHzS3i6OIoSNE0urzfZzdXRG { position:absolute;display:block;z-index:15030;background-color:#ffffff;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:3.125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16rem;width:18.625rem;top:27rem;left:0rem;display:block; }
#grebIbQ5cO5CMmT5nV64rbdFXNzKrWgi { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4pFZD1MgyWR9alEb1DTZHLzV9K1QwCx { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:17.875rem;left:0.96875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2 { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tvY4afir/manreviewing_data.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:23.875rem;left:4rem;display:block; }#CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2.adaptive-delivery-prevent-bg, #CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2.lazyload, #CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2.lazyloading { background-image: none; }
#JAw3AhdF24kxlFqwgo4nTcHFB1t3QfE6 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:18.625rem;top:11.5rem;left:20.6875rem;display:block; }
#uaRKL7OfTahGhMwgVdNIdfRTK1u04KTp { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.25rem;width:18.625rem;top:31.5625rem;left:20.6875rem;display:block; }
#PuGs6RsCZTtkpo5yW3TCtie4xG8i2un3 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.21875rem;left:0.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPqN9Gkw78iKG5pxdh9pHOBHzndc2h54 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xsCFDcEW/light_bulb_made_from_yellow_paper_ball.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:8.1875rem;left:24.6875rem;display:block; }#ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s.adaptive-delivery-prevent-bg, #ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s.lazyload, #ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s.lazyloading { background-image: none; }
#D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mKutTL3p/man_using_laptop_emerging_graphics.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:29.125rem;left:24.6875rem;display:block; }#D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm.adaptive-delivery-prevent-bg, #D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm.lazyload, #D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm.lazyloading { background-image: none; }
#Q2h76KW2DnNpTmHEkUvOP4xEqZtWUiit { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:39.34375rem;left:1.21875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcSrL3P2MTmQuHRCi3WsZVuqxlzgyLJa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:22.125rem;left:22.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lJ4VFLZA09bKtMz50KyTlyZlx9zhh7AO { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.3125rem;width:18.625rem;top:6rem;left:41.375rem;display:block; }
#Cwfxb02zfT7qIWamzOUT35bTHEAMh3UO { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.1875rem;width:18.625rem;top:26.875rem;left:41.375rem;display:block; }
#c4lGyBdMTTSLWEX1g3TvSgLhoRcft1bi { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:40.375rem;left:21rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBg3LLdlc5gF8IaDZPPzXR7csUnk3VJR { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2TTxZnVSlzshJN5xy5iAJvUqSXgXDiU { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:17.75rem;left:43.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UphltrTsZafU6wuBmOEaPGzHZOEJ3TNS { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:35.1875rem;left:41.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0xO0o5oPsJtTqzJhz7JTpqz0xTyecgv { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:39.4375rem;left:42.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IlbvpGitPeyCdpHWwOFgKhZplTKfpIME { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dSygRFpA/asian_businessmen_and_businesswomen_meeting_brainstorming_ideas_about_creative_web_design_planning_application_and_developing_template_layout_for_mobile_phone_project_working_together_in_small_office.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:3.8125rem;left:45.375rem;display:block; }#IlbvpGitPeyCdpHWwOFgKhZplTKfpIME.adaptive-delivery-prevent-bg, #IlbvpGitPeyCdpHWwOFgKhZplTKfpIME.lazyload, #IlbvpGitPeyCdpHWwOFgKhZplTKfpIME.lazyloading { background-image: none; }
#BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/yWsROqUI/business_strategy_success_target_goals.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:10.625rem;width:10.625rem;top:24.375rem;left:45.375rem;display:block; }#BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK.adaptive-delivery-prevent-bg, #BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK.lazyload, #BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK.lazyloading { background-image: none; }
#HJ7M7P5tsWcZothJxazJzTz9xZsQNcBp { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:44.5625rem;left:21.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC { 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; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container { background-color: transparent; background-image: none; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container > .video-iframe-container { display: none; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row > .video-iframe-container { display: none; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .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); }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container { border-width: 0; border-radius: 0; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#a9EbMx4cTqth0rqK2vf70T1rJ9zLWaHZ { color:#ff653c;display:block;width:54rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3994140625rem;left:3rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bde537-d932-4cf9-8c91-76e15cf966e7/DERECHOSHUMANOS.png");background-position:top center !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; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.adaptive-delivery-prevent-bg, #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.lazyload, #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.lazyloading { background-image: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { background-color: transparent; background-image: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efefef; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container > .video-iframe-container { display: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efefef; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row > .video-iframe-container { display: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .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); }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { border-width: 0; border-radius: 0; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2::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; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#HHV3SgSqdfXefDtrk4s76xzJMyywv2fz { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"indivisa font";font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.65625rem;height:11.777375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drrof7avuM8i8vdIolrTVfhJpirXP8tO { 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; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { background-color: transparent; background-image: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container > .video-iframe-container { display: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row > .video-iframe-container { display: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .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); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { border-width: 0; border-radius: 0; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#BCEZEJtQOtcbBNfBpC4oeqEpqLV8CAKV { color:#4a4a4a;display:block;width:44.3125rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.9931640625rem;left:7.84375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ8t1wcadBUsGka7CSiEHwIbuxG9ze4z { color:#000000;display:block;width:54rem;position:absolute;font-family:"indivisa font";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1328125rem;left:3rem;height:3.5371125rem;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; }
#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW { 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; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container { background-color: transparent; background-image: none; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container > .video-iframe-container { display: none; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row > .video-iframe-container { display: none; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .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); }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container { border-width: 0; border-radius: 0; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container { font-size:0.875rem;font-family:"indivisa font";height:39rem;width:60rem;position:relative;display:block; }#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-form-header {  }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-regular-label { height:auto;display:block;font-family:"indivisa font";font-size:0.875rem;font-weight:bold;color:#2b3446;width:17.5625rem;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; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text { 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.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:17.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-textarea { 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.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:17.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .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:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"indivisa font";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-checkbox { width:1rem;height:1rem;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; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:#00083a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.5625rem;height:3.4375rem;font-family:"indivisa font";overflow:hidden; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .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:"indivisa font";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .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; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .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:"indivisa font";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-container:first-of-type{padding-top:0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-container:last-of-type{padding-bottom:0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.96875rem;left:37.4375rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-info-text { display:block;height:auto;font-family:"indivisa font";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE {display:block;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.96875rem;left:37.4375rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #axu7C3cz1JcJVDP9w7aU3HE4JQPDvpTO { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #MprXHyJdgHmNpFO62XQeSTemPxTvbDOT { position:relative;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #k6hTVIdDHddC8wCuTLECdEoqT2549deX { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #zOhGbHnV8gOrVDJJOXz8xfwdCdThfE1J { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #wJnWlPvvnvwLpChkVZzzmzczazPevW4Z { position:relative;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #bNWZsJRKyKTstxtOTVAvp86ihHXTbkpo { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #PaThy8MGx3kTTpWkb9d9CUkSGZemyrQi { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #iGUDmnkOwwN034PHxhTWQJXFNuLoAmGu { position:relative;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #lTVLCL5R1fa1mC7BCH0cbTKct9zIDmht { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #M7vPpchCNkhICobOSyDBvGZqgSLMpxBN { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xbdzo4BGgqwIvHBNO8I1zoBiQ2B61ZTi { position:relative;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #BqJ5fd8yCiJa4gHCSUGE6BkgwtpdVDwp { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #DmZEGzz1VsrNQXbHOA0FpruEfzavu7py { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #GyCZtXGw1HMERZumnTneao6UUCKoZNb0 { position:relative;z-index:2; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xTgynxKzmzy6hXo2qpGC8T6WaOm4tPRg { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #gMWOFEE7QTTizHou16WZ5JpQnf8J1v5M { position:relative;display:block;z-index:15000; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #Ts9vwP1mcUTTbK4eePVrLed3bGDzf5Vg { position:relative;display:block;z-index:15000; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #KifVc0Eo9KLwHIv3HVxyRAFR66bRz7wr { position:relative; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xRc5ADGMAUMub3Z4unHgLHSDByZnKqOq { position:relative; }
#yOrUklpvRQX7vTLASnzEtbGen5Il258I { color:#2b3446;display:block;width:14.5625rem;position:absolute;font-family:"indivisa font";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.28125rem;left:40.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EbaF2TaAI35AC7bFwRqga46uRFPRPJdJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:32.75rem;top:4.34375rem;left:0rem;overflow:hidden;display:block; }
#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT { 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;z-index:auto;display:block; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container { background-color: transparent; background-image: none; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container > .video-iframe-container { display: none; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row > .video-iframe-container { display: none; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .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); }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container { border-width: 0; border-radius: 0; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container { font-size:0.875rem;font-family:"indivisa font";height:7.6875rem;width:60rem;position:relative;display:block; }#MWhK5XNU3dCFqbzV4aHPJxWT4inQxiTL { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.0625rem;left:1.5rem;display:block; }
#AzeBnx2a7rhQ7PvuemGwlBBQvbHIspQO { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.0625rem;left:4.625rem;display:block; }
#XRrwqFV5sQEP67WicUxtOsTSp5BJJHlK { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.0625rem;left:7.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ { display:block; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfqOGCW1uyqOGERHM3WwepIX5AUwDr1s { width:2.625rem;height:2.625rem;top:2rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsHocFN2046efir5AqMWHLRf2KP2kasp { width:2.625rem;height:2.625rem;top:2rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHi18vt7e46hINUdrRqXSNu0UG6JEFi { width:2rem;height:2rem;top:2.25rem;left:44.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAugzKqq6kgoinhIBVGEz5bUSPH5IbWw { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchD786ANIqeG094XXibvSAdhbyExzzv { width:2rem;height:2rem;top:2.3125rem;left:40.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBsKhqNVHgRreKDGJrBZs0l4wqNXZETL { top:0rem;left:0rem;width:13.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOM18ool6VkMywvRJH2lENTceF9f4Xr1 { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5u1y0Kcac2EyFaWUn3tXT18WZEVypM { top:2.25rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV { top:2.5rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@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) { #xJPlkTSZ4QK5tOhoSDmQUXn8LKkJhJqb { top:15.75rem;left:20.5625rem;width:27.1875rem;height:4.1875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzsTcHNRBndSGv6xSZzmAdSdJyIr8ew { top:12.4375rem;left:15.875rem;width:31.875rem;height:3.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWBpTUO0DxCs30fgMn0WPgKLgsIoMmCE { top:9.875rem;left:15.5625rem;width:32.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp { display:block; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTNCUT7o5LsSHEqNVTysHVSCaRcdekrC { width:47.75rem;height:11.25rem;top:0rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxRTz8ErWgaatx6QnU6GCtWp9JyAueI { width:47.75rem;height:4.4375rem;top:6rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkdgvJK2mDUn5GV41ApkZ6Kf357o3Zcg { top:3.3125rem;left:25.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3XPMeIV6DhRsmxrwM7iFtDWwAsKJVt { top:7.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91EUNDwhl3QcTTmBll2P8d8THVymBEe { top:4.1875rem;left:26.125rem;width:21.625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKqVallx7TX55M4uTin4BZ0evNGFPdRl { top:11.5625rem;left:41.875rem;width:5.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Q0Ae845JoC6S49fkfENC5q5BnSDuow { top:0.8125rem;left:0rem;width:29.125rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb322QUngwBDRMwJLIk5J8XpQMeRtlEH { display:block; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:30rem;height:8.4375rem;top:6.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISq4eZzT14Za8rpcxA4rkKV2bqPwVsF { top:1.375rem;left:20.75rem;width:27rem;height:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { display:block; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3rH15gIsFz82TEEGLW9SyJex7S73xDs { top:8.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbuZAFyORgpytrvKky5twfqW21zTSkv6 { width:42.875rem;height:6.5rem;top:1.9375rem;left:2.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG { display:block; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXAfwN9NmDsFR4gO1qAMVdCk4ciyqXTp { width:47.75rem;height:3.25rem;top:0.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMUf7i96fmcHTiW7xSdDXOKNoW8vFo56 { width:16.6875rem;height:0.125rem;top:22.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIKcoJIeLibCx4t1w8Ikfu910TUuWt6 { width:17.6875rem;height:6.875rem;top:14.625rem;left:14.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { width:16.8125rem;height:6.875rem;top:14.625rem;left:30.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { width:19rem;height:19.9375rem;top:4.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { width:19rem;height:20.0625rem;top:4.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iabe3JX4918hBlVsBx4OFtfnbefTCceX { width:19rem;height:19.875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { width:19rem;height:8.25rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { width:19rem;height:8.25rem;top:4.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { width:19rem;height:8.25rem;top:4.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAPP7CeyoG6GeaGtkngABplRtKClyGN1 { width:16.6875rem;height:5.75rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikcg9nlbqKEpDb3vBZbKDMgmn7pkZnJ { width:16.6875rem;height:0.125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1xE6IVDQGPo4SqUdESKWHmx817sPhb { width:16.6875rem;height:0.125rem;top:22.0625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr { display:block; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z67DE06gui64UILr06WSbdmaM3a4B93q { width:24.625rem;height:0;top:1.875rem;left:23.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiaK5h9Sc0weBKvC5PLVUMc47gtLdxe { top:6.375rem;left:22.375rem;width:25.375rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfRu9cs9OzKFX083wAARCNAGRJHh2Fo { top:6.375rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0k6yFeE1ESHXhWl6bVbRnqF7JaALOP { top:7.75rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f54yRW5qNAI6spiOUzyFWzLBsV7JsX6i { top:10.5rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKuE9iS99QRRWGS9PTasVbNS7WaH66k { top:13.3125rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmKHhSVF6fRSOJRp3kIwdpARfcvv9QF { top:16.0625rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoUbeJ9yWQCNcxIDA49GqKFceEx7QKl { top:-0.0625rem;left:2.75rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPQFTwPt7pW81IEeRxa7EuBWIJput4I { top:0.9375rem;left:4.3779296875rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP { display:block; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0mMZlEoWuxZT8MT75kQxfJM2RTH4QZW { width:47.75rem;height:3.375rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWvwI2KTTi6iscmzSBZqwnDDLQaOwVSG { width:23.3125rem;height:1.75rem;top:6.125rem;left:12.21875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wahoS5qxLglplhlFn6PLVEN2Ku205qGi { width:17.5rem;height:3.4375rem;top:9.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQGlHKMlknRSoD61ZfSkWfk1O7krwDi { display:block; }
 }@media only screen and (max-width: 763px) { #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { display:block; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { width:28.1875rem;height:4rem;top:0.9375rem;left:9.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6M0i6iMZkbQS7gu9zyUfEdAvOrQNyPm { width:18.625rem;height:14.5rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6 { top:3.8125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVWWKk6bHzS3i6OIoSNE0urzfZzdXRG { width:18.625rem;height:16rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grebIbQ5cO5CMmT5nV64rbdFXNzKrWgi { top:15.1875rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4pFZD1MgyWR9alEb1DTZHLzV9K1QwCx { top:17.875rem;left:0rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2 { top:23.875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAw3AhdF24kxlFqwgo4nTcHFB1t3QfE6 { width:18.625rem;height:15rem;top:11.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRKL7OfTahGhMwgVdNIdfRTK1u04KTp { width:18.625rem;height:16.25rem;top:31.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGs6RsCZTtkpo5yW3TCtie4xG8i2un3 { top:35.1875rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPqN9Gkw78iKG5pxdh9pHOBHzndc2h54 { top:19.5625rem;left:14.875rem;width:18.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s { top:8.1875rem;left:18.5625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm { top:29.125rem;left:18.5625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2h76KW2DnNpTmHEkUvOP4xEqZtWUiit { top:39.3125rem;left:0rem;width:16.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcSrL3P2MTmQuHRCi3WsZVuqxlzgyLJa { top:22.125rem;left:16.5625rem;width:14.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4VFLZA09bKtMz50KyTlyZlx9zhh7AO { width:18.625rem;height:15.3125rem;top:6rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwfxb02zfT7qIWamzOUT35bTHEAMh3UO { width:18.625rem;height:16.1875rem;top:26.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4lGyBdMTTSLWEX1g3TvSgLhoRcft1bi { top:40.375rem;left:14.875rem;width:18.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBg3LLdlc5gF8IaDZPPzXR7csUnk3VJR { top:15.0625rem;left:29.6875rem;width:18.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TTxZnVSlzshJN5xy5iAJvUqSXgXDiU { top:17.75rem;left:33.375rem;width:14.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UphltrTsZafU6wuBmOEaPGzHZOEJ3TNS { top:35.1875rem;left:29.6875rem;width:18.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xO0o5oPsJtTqzJhz7JTpqz0xTyecgv { top:39.4375rem;left:31.375rem;width:16.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvpGitPeyCdpHWwOFgKhZplTKfpIME { top:3.8125rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK { top:24.375rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7M7P5tsWcZothJxazJzTz9xZsQNcBp { top:44.5625rem;left:15.25rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC { display:block; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9EbMx4cTqth0rqK2vf70T1rJ9zLWaHZ { width:47.75rem;height:6.8125rem;top:2.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 { display:block; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHV3SgSqdfXefDtrk4s76xzJMyywv2fz { width:47.75rem;height:11.75rem;top:1.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drrof7avuM8i8vdIolrTVfhJpirXP8tO { display:block; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCEZEJtQOtcbBNfBpC4oeqEpqLV8CAKV { width:44.3125rem;height:3.375rem;top:0.9375rem;left:1.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8t1wcadBUsGka7CSiEHwIbuxG9ze4z { width:47.75rem;height:3.5rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQKtxohefBO54t7mX8xAOOFA1wAD2gyW { display:block; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE  { width:17.5625rem;height:auto;top:3.875rem;left:27.6875rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE {display:block;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE { width:17.5625rem;height:auto;top:3.875rem;left:27.6875rem; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #axu7C3cz1JcJVDP9w7aU3HE4JQPDvpTO {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #MprXHyJdgHmNpFO62XQeSTemPxTvbDOT { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #k6hTVIdDHddC8wCuTLECdEoqT2549deX {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #zOhGbHnV8gOrVDJJOXz8xfwdCdThfE1J {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #wJnWlPvvnvwLpChkVZzzmzczazPevW4Z { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #bNWZsJRKyKTstxtOTVAvp86ihHXTbkpo {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #PaThy8MGx3kTTpWkb9d9CUkSGZemyrQi {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #iGUDmnkOwwN034PHxhTWQJXFNuLoAmGu { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #lTVLCL5R1fa1mC7BCH0cbTKct9zIDmht {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #M7vPpchCNkhICobOSyDBvGZqgSLMpxBN {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xbdzo4BGgqwIvHBNO8I1zoBiQ2B61ZTi { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #BqJ5fd8yCiJa4gHCSUGE6BkgwtpdVDwp {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #DmZEGzz1VsrNQXbHOA0FpruEfzavu7py {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #GyCZtXGw1HMERZumnTneao6UUCKoZNb0 {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xTgynxKzmzy6hXo2qpGC8T6WaOm4tPRg {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #gMWOFEE7QTTizHou16WZ5JpQnf8J1v5M {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #Ts9vwP1mcUTTbK4eePVrLed3bGDzf5Vg {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #KifVc0Eo9KLwHIv3HVxyRAFR66bRz7wr {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xRc5ADGMAUMub3Z4unHgLHSDByZnKqOq {  }
 }@media only screen and (max-width: 763px) { #yOrUklpvRQX7vTLASnzEtbGen5Il258I { width:14.5625rem;height:2.5625rem;top:3.25rem;left:33.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbaF2TaAI35AC7bFwRqga46uRFPRPJdJ { top:4.3125rem;left:0rem;width:32.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT { display:block; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWhK5XNU3dCFqbzV4aHPJxWT4inQxiTL { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzeBnx2a7rhQ7PvuemGwlBBQvbHIspQO { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrwqFV5sQEP67WicUxtOsTSp5BJJHlK { top:2.0625rem;left:1.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ { display:block; }#SVo4IOnT1mFIweA8Ho4DVQyrn6uo8pyJ > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfqOGCW1uyqOGERHM3WwepIX5AUwDr1s { width:2.625rem;height:2.625rem;top:1.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsHocFN2046efir5AqMWHLRf2KP2kasp { width:2.625rem;height:2.625rem;top:1.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHi18vt7e46hINUdrRqXSNu0UG6JEFi { width:1.875rem;height:1.875rem;top:1.875rem;left:7.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAugzKqq6kgoinhIBVGEz5bUSPH5IbWw { width:2.625rem;height:2.625rem;top:1.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchD786ANIqeG094XXibvSAdhbyExzzv { width:2rem;height:2rem;top:1.8125rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBsKhqNVHgRreKDGJrBZs0l4wqNXZETL { width:13.375rem;height:6.5rem;top:4.59375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOM18ool6VkMywvRJH2lENTceF9f4Xr1 { width:2.625rem;height:2.625rem;top:1.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5u1y0Kcac2EyFaWUn3tXT18WZEVypM { width:2.125rem;height:2.125rem;top:1.75rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV { display:flex;width:1.5rem;height:1.5rem;top:2.0625rem;left:10.875rem; }
#cSxsQnnbb2ibr7esOZxsemT4hGWLQ9QV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OGCKVtZx/PORTADA_2_copia.jpg");background-position:center right !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); }#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); }#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:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJPlkTSZ4QK5tOhoSDmQUXn8LKkJhJqb { width:20rem;height:2.875rem;top:14.5rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNzsTcHNRBndSGv6xSZzmAdSdJyIr8ew { width:20rem;height:2.3125rem;top:12.1875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWBpTUO0DxCs30fgMn0WPgKLgsIoMmCE { width:20rem;height:4.7109375rem;top:7.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp { display:block; }#Z5oLDGxhNR7Da6hThDvutnf2EiL11Omp > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTNCUT7o5LsSHEqNVTysHVSCaRcdekrC { width:20rem;height:4.875rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxRTz8ErWgaatx6QnU6GCtWp9JyAueI { width:20rem;height:2.6806625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkdgvJK2mDUn5GV41ApkZ6Kf357o3Zcg { width:3.125rem;height:3.125rem;top:1.1875rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3XPMeIV6DhRsmxrwM7iFtDWwAsKJVt { width:3.125rem;height:3.125rem;top:9.375rem;left:15.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91EUNDwhl3QcTTmBll2P8d8THVymBEe { width:17.875rem;height:9.75rem;top:2.6875rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKqVallx7TX55M4uTin4BZ0evNGFPdRl { width:5.875rem;height:1.625rem;top:12.5rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Q0Ae845JoC6S49fkfENC5q5BnSDuow { width:20rem;height:13.175965665236rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb322QUngwBDRMwJLIk5J8XpQMeRtlEH { display:block; }#hb322QUngwBDRMwJLIk5J8XpQMeRtlEH > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:20rem;height:6.94825rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISq4eZzT14Za8rpcxA4rkKV2bqPwVsF { width:20rem;height:22.303725rem;top:9.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { display:block; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3rH15gIsFz82TEEGLW9SyJex7S73xDs { width:20rem;height:8.285125rem;top:10.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbuZAFyORgpytrvKky5twfqW21zTSkv6 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG { display:block; }#yD5VBGeiyFRygEGOVTtJmJKL8U4ICpdG > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXAfwN9NmDsFR4gO1qAMVdCk4ciyqXTp { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMUf7i96fmcHTiW7xSdDXOKNoW8vFo56 { width:16.6875rem;height:0.0625rem;top:19rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIKcoJIeLibCx4t1w8Ikfu910TUuWt6 { width:17.4375rem;height:6.9043125rem;top:33.9375rem;left:1.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { width:17.4375rem;height:6.9043125rem;top:55.5625rem;left:1.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { width:19rem;height:20.75rem;top:23.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { width:19rem;height:20.0625rem;top:46rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iabe3JX4918hBlVsBx4OFtfnbefTCceX { width:19rem;height:18.5625rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { width:19rem;height:8.25rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { width:19rem;height:9.1875rem;top:23.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { width:19rem;height:8.25rem;top:46rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAPP7CeyoG6GeaGtkngABplRtKClyGN1 { width:16.6875rem;height:6.03515625rem;top:12.0625rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikcg9nlbqKEpDb3vBZbKDMgmn7pkZnJ { width:16.6875rem;height:0.125rem;top:41.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1xE6IVDQGPo4SqUdESKWHmx817sPhb { width:16.6875rem;height:0.125rem;top:63.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr { display:block; }#glE3z5tcKoG4dxWv1XZiMcHBxQUCHeUr > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z67DE06gui64UILr06WSbdmaM3a4B93q { width:19.5625rem;height:2.4375rem;top:0.875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiaK5h9Sc0weBKvC5PLVUMc47gtLdxe { width:16.8125rem;height:16.8974625rem;top:4.3125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfRu9cs9OzKFX083wAARCNAGRJHh2Fo { width:1.25rem;height:1.25rem;top:4.3125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0k6yFeE1ESHXhWl6bVbRnqF7JaALOP { width:1.25rem;height:1.25rem;top:6.8125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f54yRW5qNAI6spiOUzyFWzLBsV7JsX6i { width:1.25rem;height:1.25rem;top:10.5rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzKuE9iS99QRRWGS9PTasVbNS7WaH66k { width:1.25rem;height:1.25rem;top:14.3125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmKHhSVF6fRSOJRp3kIwdpARfcvv9QF { width:1.25rem;height:1.25rem;top:18.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoUbeJ9yWQCNcxIDA49GqKFceEx7QKl { width:20rem;height:20rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPQFTwPt7pW81IEeRxa7EuBWIJput4I { width:4.5625rem;height:4.5rem;top:23.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP { display:block; }#pOx0TbCfLwHAPEK2dsISzTJ0iWRoOgbP > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0mMZlEoWuxZT8MT75kQxfJM2RTH4QZW { width:20rem;height:2.5996125rem;top:2.54345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#089676;display:block; }
 }@media only screen and (max-width: 763px) { #PWvwI2KTTi6iscmzSBZqwnDDLQaOwVSG { width:20rem;height:3.57421875rem;top:6.39258125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wahoS5qxLglplhlFn6PLVEN2Ku205qGi { width:17.5rem;height:3.4375rem;top:11.216796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQGlHKMlknRSoD61ZfSkWfk1O7krwDi { display:block; }
 }@media only screen and (max-width: 763px) { #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { display:block; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { width:20rem;height:5.361325rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6M0i6iMZkbQS7gu9zyUfEdAvOrQNyPm { width:18.625rem;height:14.5rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZT9IDNhaLfzJtava9T60Q8fZiLvu4t6 { width:10.625rem;height:10.625rem;top:7.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVWWKk6bHzS3i6OIoSNE0urzfZzdXRG { width:18.625rem;height:16rem;top:29.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grebIbQ5cO5CMmT5nV64rbdFXNzKrWgi { width:15.75rem;height:1.94921875rem;top:18.78125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4pFZD1MgyWR9alEb1DTZHLzV9K1QwCx { width:16.6875rem;height:1.625rem;top:21.3125rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnrNcyZHraJRPWrdLQbeZtiHTmmGq9z2 { width:10.625rem;height:10.625rem;top:67.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAw3AhdF24kxlFqwgo4nTcHFB1t3QfE6 { width:18.625rem;height:15rem;top:50.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRKL7OfTahGhMwgVdNIdfRTK1u04KTp { width:18.625rem;height:16.25rem;top:90.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuGs6RsCZTtkpo5yW3TCtie4xG8i2un3 { width:18.125rem;height:3.8984375rem;top:77.9375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPqN9Gkw78iKG5pxdh9pHOBHzndc2h54 { width:18.0625rem;height:1.94921875rem;top:37.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0VotCVh8Ea1EEKTmxhBwzJuWG0H68s { width:10.625rem;height:10.625rem;top:25.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8I3yBZAkUHASh8p8q2BZxmhJDCLCMOm { width:10.625rem;height:10.625rem;top:87.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2h76KW2DnNpTmHEkUvOP4xEqZtWUiit { width:16.1875rem;height:3.25rem;top:82rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcSrL3P2MTmQuHRCi3WsZVuqxlzgyLJa { width:14.625rem;height:3.25rem;top:40.375rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4VFLZA09bKtMz50KyTlyZlx9zhh7AO { width:18.625rem;height:15.3125rem;top:70.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwfxb02zfT7qIWamzOUT35bTHEAMh3UO { width:18.625rem;height:16.1875rem;top:112.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4lGyBdMTTSLWEX1g3TvSgLhoRcft1bi { width:18.0625rem;height:3.8984375rem;top:98.8125rem;left:0.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBg3LLdlc5gF8IaDZPPzXR7csUnk3VJR { width:18.0625rem;height:1.94921875rem;top:58.3125rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TTxZnVSlzshJN5xy5iAJvUqSXgXDiU { width:14.375rem;height:3.25rem;top:61rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UphltrTsZafU6wuBmOEaPGzHZOEJ3TNS { width:18.0625rem;height:3.8984375rem;top:120.875rem;left:0.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xO0o5oPsJtTqzJhz7JTpqz0xTyecgv { width:16.375rem;height:3.25rem;top:125.0625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvpGitPeyCdpHWwOFgKhZplTKfpIME { width:10.625rem;height:10.625rem;top:46.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDh4UJDQKPT7wWfulwxV2qcOa77ESWK { width:10.625rem;height:10.625rem;top:109.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7M7P5tsWcZothJxazJzTz9xZsQNcBp { width:17.25rem;height:1.625rem;top:103.625rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC { display:block; }#qff33nWgM46Ut1u0HbqlQBAbAUA1gRvC > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9EbMx4cTqth0rqK2vf70T1rJ9zLWaHZ { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff653c;display:block; }
 }@media only screen and (max-width: 763px) { #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bde537-d932-4cf9-8c91-76e15cf966e7/DERECHOSHUMANOS.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.adaptive-delivery-prevent-bg, #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.lazyload, #PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2.lazyloading { background-image: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { background-color: transparent; background-image: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container > .video-iframe-container { display: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row > .video-iframe-container { display: none; }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .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); }#PmtCZ5qPgz97Kae5sbsT4dWhPi407fp2 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHV3SgSqdfXefDtrk4s76xzJMyywv2fz { width:18.2480625rem;height:14.26175rem;top:1.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #drrof7avuM8i8vdIolrTVfhJpirXP8tO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HzYgQ0Jb/editable_landing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO.adaptive-delivery-prevent-bg, #drrof7avuM8i8vdIolrTVfhJpirXP8tO.lazyload, #drrof7avuM8i8vdIolrTVfhJpirXP8tO.lazyloading { background-image: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { background-color: transparent; background-image: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container > .video-iframe-container { display: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row > .video-iframe-container { display: none; }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .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); }#drrof7avuM8i8vdIolrTVfhJpirXP8tO > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCEZEJtQOtcbBNfBpC4oeqEpqLV8CAKV { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8t1wcadBUsGka7CSiEHwIbuxG9ze4z { width:20rem;height:8.125rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQKtxohefBO54t7mX8xAOOFA1wAD2gyW { display:block; }#tQKtxohefBO54t7mX8xAOOFA1wAD2gyW > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-text {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-select {padding-top: 0; padding-bottom: 0;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE  { width:17.4375rem;height:auto;top:25.5625rem;left:0rem; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE {display:block;}#LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE { width:17.4375rem;height:auto;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #axu7C3cz1JcJVDP9w7aU3HE4JQPDvpTO {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #MprXHyJdgHmNpFO62XQeSTemPxTvbDOT { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #k6hTVIdDHddC8wCuTLECdEoqT2549deX {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #zOhGbHnV8gOrVDJJOXz8xfwdCdThfE1J {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #wJnWlPvvnvwLpChkVZzzmzczazPevW4Z { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #bNWZsJRKyKTstxtOTVAvp86ihHXTbkpo {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #PaThy8MGx3kTTpWkb9d9CUkSGZemyrQi {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #iGUDmnkOwwN034PHxhTWQJXFNuLoAmGu { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #lTVLCL5R1fa1mC7BCH0cbTKct9zIDmht {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #M7vPpchCNkhICobOSyDBvGZqgSLMpxBN {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xbdzo4BGgqwIvHBNO8I1zoBiQ2B61ZTi { display:block; }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #BqJ5fd8yCiJa4gHCSUGE6BkgwtpdVDwp {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #DmZEGzz1VsrNQXbHOA0FpruEfzavu7py {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #GyCZtXGw1HMERZumnTneao6UUCKoZNb0 {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xTgynxKzmzy6hXo2qpGC8T6WaOm4tPRg {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #gMWOFEE7QTTizHou16WZ5JpQnf8J1v5M {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #Ts9vwP1mcUTTbK4eePVrLed3bGDzf5Vg {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #KifVc0Eo9KLwHIv3HVxyRAFR66bRz7wr {  }
 }@media only screen and (max-width: 763px) { #LTuZRm4TJQVrWZBUcfz87JmTo7mWOgfE #xRc5ADGMAUMub3Z4unHgLHSDByZnKqOq {  }
 }@media only screen and (max-width: 763px) { #yOrUklpvRQX7vTLASnzEtbGen5Il258I { width:14.5625rem;height:2.51855625rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbaF2TaAI35AC7bFwRqga46uRFPRPJdJ { width:20rem;height:20rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT { position:relative;z-index:auto;display:block; }#rTleIbPr4xzdtLPSItfbrRTbyXQxPwTT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWhK5XNU3dCFqbzV4aHPJxWT4inQxiTL { width:3.125rem;height:3.125rem;top:0.6875rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzeBnx2a7rhQ7PvuemGwlBBQvbHIspQO { width:3.125rem;height:3.125rem;top:0.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrwqFV5sQEP67WicUxtOsTSp5BJJHlK { width:3.125rem;height:3.125rem;top:0.6875rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }