.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JGrfsjX/music1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128,29,209,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128,29,209,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SX5s2IJs/banner_imagen_fondo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.adaptive-delivery-prevent-bg, #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.lazyload, #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.lazyloading { background-image: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { background-color: transparent; background-image: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container > .video-iframe-container { display: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row > .video-iframe-container { display: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .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); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { border-width: 0; border-radius: 0; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#bll4Byg4MLU52wMXCipOUFqBAGp2ELaL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:18.9375rem;top:7rem;left:6.8125rem;overflow:hidden;display:block; }
#KNieNSEG13QW1Ss4DSvBMQ5fvlmirkv7 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:19.3125rem;left:7.8125rem;height:2.76245rem;text-align:left;text-align-last:left;display:block; }
#Re7FpWispdVfwJMKw87vcrM9xlaudRIp { color:#653f83;display:block;width:8.49925rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:25.0625rem;left:11.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDyFrPqqxycnaH7Z86UEZn4XqiQttoo3 { color:#000000;display:block;width:11.999125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:23.0625rem;left:11.5625rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#kK2nS6NtU89ddIStW7Uq2as7T0eBiw5E { color:#0b1e23;display:block;width:16.75rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:7.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLBpIcvDgvtoAgIDmODKPfUqhPNl3abZ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4rem;top:23.0625rem;left:7.375rem;overflow:hidden;display:block; }
#M6ZTQMu8KTe2aJEbCrTGlEKtuHMC6GFK { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:99995;line-height:1.3;letter-spacing:0;top:28.173177719116rem;left:46.312501907349rem;height:0.97439375rem;display:block; }
#RnmCPUrtsEJbgncUN8TqwztXIaNBDlzs { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:400;z-index:99997;line-height:1.3;letter-spacing:0;top:10.427083969116rem;left:46.906251907349rem;height:2.51844375rem;font-style:normal;display:block; }
#fZd06BRgWbbe9udhsyZ3My6OboOTiUft { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29.4375rem;top:3.4375rem;left:22.21875rem;overflow:hidden;display:block; }
#IT1p7QJqhATdIcVzVlo6BeEwFKTVDQzA { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.81176875rem;width:11.62475rem;top:17.4375rem;left:46rem;display:none; }
#IkaGmB6ThteWgErGXd282rFKUXRXSMgL { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.125rem;height:5.2578125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RTySEqVKqLC6MyetW4pubWfcD6CX38Fs { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24.75rem;width:28.5rem;top:9.125rem;left:43.937501907349rem;display:none; }
#J9KigU1xFyEfNHz6bznSzPDyVzE5WLvr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:18.452909469604rem;left:44.8125rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#gNCrmhWWFdFwLX4Nyz9eLN0wgFCM5QvR { position:absolute;display:block;z-index:100035;background-color:#15abb5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.1237rem;width:12.5rem;top:17.776693344116rem;left:44.8125rem;display:none; }
#SfhxxMafWNePewUAxEwbvMbZ3uGyyRin { position:absolute;display:block;z-index:100041;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.1875rem;width:11.375rem;top:18.90625rem;left:52.468751907349rem;display:none; }
#nhDCTRmbwpZuwntGN3EMtZcJ013ZTOwV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:19.51953125rem;left:51.937501907349rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#sCV93pMzskMLLhNmktDRURwqwroo6AfO { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:20rem;top:19.375rem;left:7.3125rem;overflow:hidden;display:block; }
#zIsHTF1nvkA8KkCLTOTF9tnpAmiMgPpD { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:4.25rem;top:25.5rem;left:18.625rem;overflow:hidden;display:block; }
#L6bos0SPKM03IVb2Sk8RhQizG3piDBkl { position:absolute;display:block;z-index:99992;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:26.625rem;top:10rem;left:44.875001907349rem;overflow:hidden;display:block; }
#n4hevvclKzlsBKuZrgg4GqRgJGkRp7NE { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:4.25rem;top:1.5625rem;left:45.8125rem;overflow:hidden;display:block; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-form-header {  }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;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; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-checkbox { width:0.99975625rem;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; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a6df1;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:2.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:26rem;height:3.6875rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .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; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container:first-of-type{padding-top:0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container:last-of-type{padding-bottom:0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99998;position:absolute;top:12.50759601593rem;left:43.750000953674rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t {display:block;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99998;position:absolute;top:12.50759601593rem;left:43.750000953674rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #oJT7aykZWKhT5R7Xy1MUlkDDNdnG1TUz { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eOToTJB9U2c1wIky1vTzDUw556yXKqiT { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #yipJi0GaVT2wIkHxC0pD0nsrtmDB9BQz { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #LBxCegnMAJbwFKll3pzvXmfit6yudOXH { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #AxsTqQiKLHRpUfZ3pXesb7HWVhq2zBa0 { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SqB9A3ozdB5keyASiEKtIZsuyz2UW74y { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #BMHVyTbpbFgaIomWx0hgq1pCwbavFeLi { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SuQIFHeywGwhr5lIcJhKo3Ql0mp4vNf6 { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #qKuQghmz0JvS2PlAVOb2HxfLlC3XIT4u { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #tQSFF9fxMVzb3cvIRRvVtGTUXTDR92Fp { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #IyXtCNGmt6LNNIJ30gFwccpdJ5L4GApv { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #gx7FKBwcbcTuROyeRbP8FsmU93pK3TZL { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #ViMzO8XV2SWmFIAi9LoKI0ytckdw8M0O { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #FuEroiT9frnq7JTNpJyAtJWEtlqDeKhr { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #TyFWnE0dqkTLV0iSMNTUpneKzAKuILKN { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #sEZlh6T3fIzfeNhlH2encZJKEn88uTdy { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #detB54pyTV3FS22T3BbaGsGwSHUkmMX7 { position:relative;z-index:2; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eZ6aW58QGbp9U7WzVMnuhXzx6OHEWJwv { position:relative; }
#pybfu2xcDLvXmbnfyyMRni0pR2zplrtK { position:relative;display:block; }
#PTmJawRcMUcsFCnU1K8Ul9RHZwGzhCDg { position:relative;display:block; }
#WV3M1wrIaWAloZHxAGmNTOyRKGG9lgv9 { position:relative;display:block; }
#uprR8ooUTQXNn0NUFQGfi703h7vB8MLG { position:relative;display:block; }
#UugWS66rMJkFOvX5n133PzRWtmlKDEU5 { position:relative;display:block; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #XCaFlZvEyyTEN7r1frU23FBCPMW8w5Od { position:relative; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #UVKEbmlPsWbKkzKs6TqFGeHoOLrZVPlq { position:relative; }
#dAhzZgxbFhNNrPIIdZKLePfu4PNNieqF { position:absolute;display:block;z-index:100041;background-color:rgba(138,109,241,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:24.3115rem;width:27.5rem;top:9.49853515625rem;left:44.294921875rem;display:block; }
#q89OmwVM5HkBmGfSe8QM4ZMbrmCp4STL { position:absolute;display:block;z-index:100042;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.4355625rem;width:12.5rem;top:18.402099609375rem;left:51.123046875rem;display:block; }
#D3JsNoGVkshDUTKqLmmk1mZyVTFxJ7Lr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:19.7978515625rem;left:51.123046875rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e57c1;background-image:none;position:relative;display:block; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container { background-color: transparent; background-image: none; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container > .video-iframe-container { display: none; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row > .video-iframe-container { display: none; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .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); }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container { border-width: 0; border-radius: 0; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#qzgf3LQzpgcHv3bTNeeB3VF10gwKv7xD { color:#ffffff;display:block;width:32rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:2.6875rem;left:23.9375rem;height:7.3486375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aHPTx6nib7leHUipa09TSmVkpnQMQFyX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:4.75rem;top:6.375rem;left:64.5rem;overflow:hidden;display:block; }
#TERIqOXHPTp8ZFkGEFw2WUu07CX5CNX4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:27.9375rem;top:9.7230901718137rem;left:23.9375rem;overflow:hidden;display:block; }
#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZMeJn94v/ctd_LMesa_de_trabajo_20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.adaptive-delivery-prevent-bg, #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.lazyload, #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.lazyloading { background-image: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { background-color: transparent; background-image: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container > .video-iframe-container { display: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row > .video-iframe-container { display: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .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); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { border-width: 0; border-radius: 0; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#fmN6naR8XK1soEAg3NCVan3us4kFEXcb { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:4.4375rem;left:26.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txTn9IKJ6JJc8xXo6D214lZVCo31alBn { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:4.125rem;display:block; }
#oKJa0eyy72EBgeRsTw4RggQfzQrIOpcW { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:27.4375rem;display:block; }
#FJZsBXkwSGTdTCfi1Fk9ZIBznF2SIUi9 { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:51.3125rem;display:block; }
#UvaqFSGUvd75ChGGupSTskqESdAT0TPl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.375rem;left:11.3125rem;overflow:hidden;display:block; }
#nK5t5zvHTfZgls6afydxwMMuU3WlTFAC { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.375rem;left:34.6875rem;overflow:hidden;display:block; }
#nfHDJPFOpER04Tx28DVP0iDMEFzin4HR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.3125rem;left:58.5rem;overflow:hidden;display:block; }
#y0dINVigg0XN67Lsc5dAOei3ln9oSAHa { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:17.687500476837rem;left:5.5625rem;height:7.124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#op7nMPdnzTsf4Of7aCc44PGHAhBvTyb1 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:17.718750476837rem;left:29.125rem;height:7.124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HIBUfXULDEEo6JuqUU342GctR47lEWUO { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:17.718750476837rem;left:52.71875rem;height:5.34301875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGMxAmeB1oTVeew7x67VImuOgHMWywBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a18af4;background-image:none;position:relative;display:block; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container { background-color: transparent; background-image: none; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container > .video-iframe-container { display: none; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row > .video-iframe-container { display: none; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .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); }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container { border-width: 0; border-radius: 0; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#wLW2RW8xiiCw1qzlEnQQiGvbiNZff57q { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:44.875rem;top:7.125rem;left:16.125rem;display:block; }
#zeJp5Br3IArlfwbhLh7qLtaxlaXzqo4k { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:3rem;left:34.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXrTR8hSzaLhhXyGu873aQs4KTCnHPge { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:4.6875rem;top:2.9375rem;left:30.3125rem;overflow:hidden;display:block; }
#mRwyu5ApePGAcbUbtLNKqdCsKxDppvfb { background-color:#8063e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:rubik;font-size:1.375rem;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:100018;text-align:center;text-align-last:center;top:32.6875rem;left:30.3125rem;display:block; }
#O1ARoo0s8kT8s2RsB60mJpT99M4vhg2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060b0c;background-image:url("https://images.assets-landingi.com/gtllaF90/ctd_LMesa_de_trabajo_21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.adaptive-delivery-prevent-bg, #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.lazyload, #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.lazyloading { background-image: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { background-color: transparent; background-image: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container > .video-iframe-container { display: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row > .video-iframe-container { display: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .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); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { border-width: 0; border-radius: 0; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#lvOP87JGAX3Dx3iD3s55gIEMo3bVEufJ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:17.4375rem;top:3.4375rem;left:19.25rem;overflow:hidden;display:block; }
#xRsQnDJRZvg8HzvnzxeCKFmWRQresfWt { color:#000000;display:block;width:12rem;position:absolute;font-family:gilroy;font-size:0.5rem;font-weight:300;z-index:100027;line-height:1.2;letter-spacing:0;top:7.75rem;left:45.3125rem;height:0.60058625rem;font-style:normal;display:block; }
#aeR1LaciQt3yAMlcGcT4QyoSwNhxadQT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:21.4375rem;top:4.125rem;left:39.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V { display:block; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bll4Byg4MLU52wMXCipOUFqBAGp2ELaL { top:7rem;left:0rem;width:18.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNieNSEG13QW1Ss4DSvBMQ5fvlmirkv7 { top:19.3125rem;left:0rem;width:20.0625rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re7FpWispdVfwJMKw87vcrM9xlaudRIp { top:25.0625rem;left:0rem;width:8.4375rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDyFrPqqxycnaH7Z86UEZn4XqiQttoo3 { top:23rem;left:0rem;width:11.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2nS6NtU89ddIStW7Uq2as7T0eBiw5E { top:28.6875rem;left:0rem;width:16.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLBpIcvDgvtoAgIDmODKPfUqhPNl3abZ { top:23.0625rem;left:0rem;width:4rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ZTQMu8KTe2aJEbCrTGlEKtuHMC6GFK { top:28.125rem;left:25.625rem;width:22.125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnmCPUrtsEJbgncUN8TqwztXIaNBDlzs { top:10.375rem;left:22.8125rem;width:24.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZd06BRgWbbe9udhsyZ3My6OboOTiUft { top:3.4375rem;left:8.59375rem;width:29.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1p7QJqhATdIcVzVlo6BeEwFKTVDQzA { top:17.4375rem;left:32.375rem;width:11.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkaGmB6ThteWgErGXd282rFKUXRXSMgL { top:31.625rem;left:0rem;width:9.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTySEqVKqLC6MyetW4pubWfcD6CX38Fs { top:9.125rem;left:19.25rem;width:28.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KigU1xFyEfNHz6bznSzPDyVzE5WLvr { top:18.4375rem;left:31.1875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNCrmhWWFdFwLX4Nyz9eLN0wgFCM5QvR { top:17.75rem;left:31.1875rem;width:12.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfhxxMafWNePewUAxEwbvMbZ3uGyyRin { top:18.875rem;left:36.375rem;width:11.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhDCTRmbwpZuwntGN3EMtZcJ013ZTOwV { top:19.5rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCV93pMzskMLLhNmktDRURwqwroo6AfO { top:19.375rem;left:0rem;width:20rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsHTF1nvkA8KkCLTOTF9tnpAmiMgPpD { top:25.5rem;left:5rem;width:4.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6bos0SPKM03IVb2Sk8RhQizG3piDBkl { top:10rem;left:21.125rem;width:26.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4hevvclKzlsBKuZrgg4GqRgJGkRp7NE { top:1.5625rem;left:32.1875rem;width:4.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t {display:block;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #oJT7aykZWKhT5R7Xy1MUlkDDNdnG1TUz {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eOToTJB9U2c1wIky1vTzDUw556yXKqiT {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #yipJi0GaVT2wIkHxC0pD0nsrtmDB9BQz {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #LBxCegnMAJbwFKll3pzvXmfit6yudOXH {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #AxsTqQiKLHRpUfZ3pXesb7HWVhq2zBa0 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SqB9A3ozdB5keyASiEKtIZsuyz2UW74y {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #BMHVyTbpbFgaIomWx0hgq1pCwbavFeLi {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SuQIFHeywGwhr5lIcJhKo3Ql0mp4vNf6 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #qKuQghmz0JvS2PlAVOb2HxfLlC3XIT4u {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #tQSFF9fxMVzb3cvIRRvVtGTUXTDR92Fp {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #IyXtCNGmt6LNNIJ30gFwccpdJ5L4GApv {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #gx7FKBwcbcTuROyeRbP8FsmU93pK3TZL {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #ViMzO8XV2SWmFIAi9LoKI0ytckdw8M0O {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #FuEroiT9frnq7JTNpJyAtJWEtlqDeKhr {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #TyFWnE0dqkTLV0iSMNTUpneKzAKuILKN {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #sEZlh6T3fIzfeNhlH2encZJKEn88uTdy {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #detB54pyTV3FS22T3BbaGsGwSHUkmMX7 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eZ6aW58QGbp9U7WzVMnuhXzx6OHEWJwv {  }
 }@media only screen and (max-width: 763px) { #pybfu2xcDLvXmbnfyyMRni0pR2zplrtK { display:block; }
 }@media only screen and (max-width: 763px) { #PTmJawRcMUcsFCnU1K8Ul9RHZwGzhCDg { display:block; }
 }@media only screen and (max-width: 763px) { #WV3M1wrIaWAloZHxAGmNTOyRKGG9lgv9 { display:block; }
 }@media only screen and (max-width: 763px) { #uprR8ooUTQXNn0NUFQGfi703h7vB8MLG { display:block; }
 }@media only screen and (max-width: 763px) { #UugWS66rMJkFOvX5n133PzRWtmlKDEU5 { display:block; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #XCaFlZvEyyTEN7r1frU23FBCPMW8w5Od {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #UVKEbmlPsWbKkzKs6TqFGeHoOLrZVPlq {  }
 }@media only screen and (max-width: 763px) { #dAhzZgxbFhNNrPIIdZKLePfu4PNNieqF { top:9.4375rem;left:20.25rem;width:27.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89OmwVM5HkBmGfSe8QM4ZMbrmCp4STL { top:18.375rem;left:35.25rem;width:12.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3JsNoGVkshDUTKqLmmk1mZyVTFxJ7Lr { top:19.75rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH { display:block; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzgf3LQzpgcHv3bTNeeB3VF10gwKv7xD { width:32rem;height:7.3125rem;top:2.6875rem;left:10.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHPTx6nib7leHUipa09TSmVkpnQMQFyX { top:6.375rem;left:43rem;width:4.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERIqOXHPTp8ZFkGEFw2WUu07CX5CNX4 { top:9.6875rem;left:10.3125rem;width:27.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv { display:block; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmN6naR8XK1soEAg3NCVan3us4kFEXcb { top:4.4375rem;left:0.3125rem;width:23.5625rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txTn9IKJ6JJc8xXo6D214lZVCo31alBn { top:13.3125rem;left:0rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKJa0eyy72EBgeRsTw4RggQfzQrIOpcW { top:13.3125rem;left:3.25rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZsBXkwSGTdTCfi1Fk9ZIBznF2SIUi9 { top:13.3125rem;left:27.125rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaqFSGUvd75ChGGupSTskqESdAT0TPl { top:10.375rem;left:4.5rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5t5zvHTfZgls6afydxwMMuU3WlTFAC { top:10.375rem;left:17.625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHDJPFOpER04Tx28DVP0iDMEFzin4HR { top:10.3125rem;left:38.0625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0dINVigg0XN67Lsc5dAOei3ln9oSAHa { top:17.6875rem;left:0rem;width:17.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7nMPdnzTsf4Of7aCc44PGHAhBvTyb1 { top:17.6875rem;left:6.0625rem;width:17.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBUfXULDEEo6JuqUU342GctR47lEWUO { top:17.6875rem;left:29.9375rem;width:17.8125rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMxAmeB1oTVeew7x67VImuOgHMWywBh { display:block; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLW2RW8xiiCw1qzlEnQQiGvbiNZff57q { top:7.125rem;left:0rem;width:44.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJp5Br3IArlfwbhLh7qLtaxlaXzqo4k { top:3rem;left:13.9375rem;width:9.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXrTR8hSzaLhhXyGu873aQs4KTCnHPge { top:2.9375rem;left:19.1875rem;width:4.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRwyu5ApePGAcbUbtLNKqdCsKxDppvfb { width:17.5rem;height:3.4375rem;top:32.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ARoo0s8kT8s2RsB60mJpT99M4vhg2t { display:block; }
 }@media only screen and (max-width: 763px) { #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT { display:block; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvOP87JGAX3Dx3iD3s55gIEMo3bVEufJ { top:3.4375rem;left:5.625rem;width:17.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRsQnDJRZvg8HzvnzxeCKFmWRQresfWt { top:7.75rem;left:31.6875rem;width:12rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeR1LaciQt3yAMlcGcT4QyoSwNhxadQT { top:4.125rem;left:26.0625rem;width:21.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dqQunvPr/ctd_LMesa_de_trabajo_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.adaptive-delivery-prevent-bg, #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.lazyload, #F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V.lazyloading { background-image: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { background-color: transparent; background-image: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container > .video-iframe-container { display: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row > .video-iframe-container { display: none; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .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); }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { border-width: 0; border-radius: 0; }#F7UwbfLWgeZTTwB66lkKsLJXxRTE5V7V > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bll4Byg4MLU52wMXCipOUFqBAGp2ELaL { width:12.5rem;height:8.125rem;top:4.5609376430511rem;left:1.1226562261581rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KNieNSEG13QW1Ss4DSvBMQ5fvlmirkv7 { width:14.0625rem;height:1.86889375rem;top:13.248264312744rem;left:1.5312500596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re7FpWispdVfwJMKw87vcrM9xlaudRIp { width:5.1857625rem;height:1.875rem;top:17.125rem;left:4.1875rem;font-size:1.25rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JDyFrPqqxycnaH7Z86UEZn4XqiQttoo3 { width:8.75rem;height:1.62475625rem;top:15.6875rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2nS6NtU89ddIStW7Uq2as7T0eBiw5E { width:10.375rem;height:3.1860375rem;top:19.5625rem;left:1.1223958134651rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#0b1e23;display:block; }
 }@media only screen and (max-width: 763px) { #ZLBpIcvDgvtoAgIDmODKPfUqhPNl3abZ { width:2.75rem;height:2.6875rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ZTQMu8KTe2aJEbCrTGlEKtuHMC6GFK { width:17.0625rem;height:0.89233125rem;top:39.247398376465rem;left:2.5507813096046rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RnmCPUrtsEJbgncUN8TqwztXIaNBDlzs { width:17rem;height:1.86889375rem;top:25.263671875rem;left:2.810546875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZd06BRgWbbe9udhsyZ3My6OboOTiUft { width:20rem;height:0.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IT1p7QJqhATdIcVzVlo6BeEwFKTVDQzA { width:11.5625rem;height:5.7495125rem;top:31.436199188233rem;left:4.2187502980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkaGmB6ThteWgErGXd282rFKUXRXSMgL { width:9.375rem;height:3.89648125rem;top:32.329426765442rem;left:5.3125002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RTySEqVKqLC6MyetW4pubWfcD6CX38Fs { width:20rem;height:19.5rem;top:24.561767578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9KigU1xFyEfNHz6bznSzPDyVzE5WLvr { width:12.5rem;height:3.896475rem;top:30.578343391419rem;left:3.7500000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNCrmhWWFdFwLX4Nyz9eLN0wgFCM5QvR { width:12.5rem;height:5.0625rem;top:30rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfhxxMafWNePewUAxEwbvMbZ3uGyyRin { width:11.375rem;height:5.1875rem;top:29.8125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhDCTRmbwpZuwntGN3EMtZcJ013ZTOwV { width:12.5rem;height:3.89844375rem;top:30.375rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCV93pMzskMLLhNmktDRURwqwroo6AfO { width:13.8125rem;height:1.9375rem;top:13.248264312744rem;left:1.1848958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsHTF1nvkA8KkCLTOTF9tnpAmiMgPpD { width:4.25rem;height:2.375rem;top:21.4375rem;left:6.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6bos0SPKM03IVb2Sk8RhQizG3piDBkl { width:19.0625rem;height:2.3125rem;top:25.041667938233rem;left:0.46788197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4hevvclKzlsBKuZrgg4GqRgJGkRp7NE { width:2.625rem;height:1.625rem;top:25.260417938233rem;left:1.1223958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;height:1.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-text {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-select {padding-top: 0; padding-bottom: 0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.2;height:2.8125rem; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-checkbox-label { width:16.37378125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container:first-of-type{padding-top:0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .widget-container:last-of-type{padding-bottom:0;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t  { width:17.56128125rem;height:auto;top:26.123046875rem;left:0rem;z-index:99994;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t {display:block;}#NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t { width:17.56128125rem;height:auto;top:26.123046875rem;left:0rem;z-index:99994;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #oJT7aykZWKhT5R7Xy1MUlkDDNdnG1TUz {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eOToTJB9U2c1wIky1vTzDUw556yXKqiT {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #yipJi0GaVT2wIkHxC0pD0nsrtmDB9BQz {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #LBxCegnMAJbwFKll3pzvXmfit6yudOXH {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #AxsTqQiKLHRpUfZ3pXesb7HWVhq2zBa0 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SqB9A3ozdB5keyASiEKtIZsuyz2UW74y {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #BMHVyTbpbFgaIomWx0hgq1pCwbavFeLi {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #SuQIFHeywGwhr5lIcJhKo3Ql0mp4vNf6 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #qKuQghmz0JvS2PlAVOb2HxfLlC3XIT4u {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #tQSFF9fxMVzb3cvIRRvVtGTUXTDR92Fp {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #IyXtCNGmt6LNNIJ30gFwccpdJ5L4GApv {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #gx7FKBwcbcTuROyeRbP8FsmU93pK3TZL {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #ViMzO8XV2SWmFIAi9LoKI0ytckdw8M0O {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #FuEroiT9frnq7JTNpJyAtJWEtlqDeKhr {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #TyFWnE0dqkTLV0iSMNTUpneKzAKuILKN {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #sEZlh6T3fIzfeNhlH2encZJKEn88uTdy {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #detB54pyTV3FS22T3BbaGsGwSHUkmMX7 {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #eZ6aW58QGbp9U7WzVMnuhXzx6OHEWJwv {  }
 }@media only screen and (max-width: 763px) { #pybfu2xcDLvXmbnfyyMRni0pR2zplrtK { display:block; }
 }@media only screen and (max-width: 763px) { #PTmJawRcMUcsFCnU1K8Ul9RHZwGzhCDg { display:block; }
 }@media only screen and (max-width: 763px) { #WV3M1wrIaWAloZHxAGmNTOyRKGG9lgv9 { display:block; }
 }@media only screen and (max-width: 763px) { #uprR8ooUTQXNn0NUFQGfi703h7vB8MLG { display:block; }
 }@media only screen and (max-width: 763px) { #UugWS66rMJkFOvX5n133PzRWtmlKDEU5 { display:block; }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #XCaFlZvEyyTEN7r1frU23FBCPMW8w5Od {  }
 }@media only screen and (max-width: 763px) { #NazZIahXEeS1OXZrOw3v1o6TKn1A3H7t #UVKEbmlPsWbKkzKs6TqFGeHoOLrZVPlq {  }
 }@media only screen and (max-width: 763px) { #dAhzZgxbFhNNrPIIdZKLePfu4PNNieqF { width:20rem;height:19.875rem;top:24.498291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q89OmwVM5HkBmGfSe8QM4ZMbrmCp4STL { width:12.5rem;height:6.375rem;top:31.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3JsNoGVkshDUTKqLmmk1mZyVTFxJ7Lr { width:12.5rem;height:3.896475rem;top:32.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH { display:block; }#IeKlaeRXWNZ4PcAwzxkpcLMTfo3cWHsH > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzgf3LQzpgcHv3bTNeeB3VF10gwKv7xD { width:20rem;height:4.199225rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHPTx6nib7leHUipa09TSmVkpnQMQFyX { width:3.625rem;height:2.3125rem;top:7.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERIqOXHPTp8ZFkGEFw2WUu07CX5CNX4 { width:17.1875rem;height:0.625rem;top:6.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv { background-color:#000000;background-image:url("https://images.assets-landingi.com/7Vh5dV93/ctd_LMesa_de_trabajo_22_copia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.adaptive-delivery-prevent-bg, #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.lazyload, #HfZEWHJfGUHpL6r2DTMLugU7co91tLhv.lazyloading { background-image: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { background-color: transparent; background-image: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container > .video-iframe-container { display: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row > .video-iframe-container { display: none; }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .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); }#HfZEWHJfGUHpL6r2DTMLugU7co91tLhv > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmN6naR8XK1soEAg3NCVan3us4kFEXcb { width:20rem;height:1.3501rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #txTn9IKJ6JJc8xXo6D214lZVCo31alBn { width:20rem;height:14.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKJa0eyy72EBgeRsTw4RggQfzQrIOpcW { width:20rem;height:14.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZsBXkwSGTdTCfi1Fk9ZIBznF2SIUi9 { width:20rem;height:14.75rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvaqFSGUvd75ChGGupSTskqESdAT0TPl { width:6.25rem;height:6.125rem;top:5.9999998416752rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5t5zvHTfZgls6afydxwMMuU3WlTFAC { width:6.25rem;height:6.125rem;top:25.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHDJPFOpER04Tx28DVP0iDMEFzin4HR { width:6.25rem;height:6.125rem;top:45.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0dINVigg0XN67Lsc5dAOei3ln9oSAHa { width:17.8125rem;height:7.124rem;top:13.910590171814rem;left:1.0928819775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7nMPdnzTsf4Of7aCc44PGHAhBvTyb1 { width:17.8125rem;height:7.124rem;top:33.254340171814rem;left:1.0928819775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBUfXULDEEo6JuqUU342GctR47lEWUO { width:17.8125rem;height:5.34375rem;top:53.75rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMxAmeB1oTVeew7x67VImuOgHMWywBh { display:block; }#OGMxAmeB1oTVeew7x67VImuOgHMWywBh > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLW2RW8xiiCw1qzlEnQQiGvbiNZff57q { height:10.5rem;width:19.25rem;top:5.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJp5Br3IArlfwbhLh7qLtaxlaXzqo4k { width:7.375rem;height:1.875rem;top:2.6875rem;left:7.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FXrTR8hSzaLhhXyGu873aQs4KTCnHPge { width:3.375rem;height:1.9375rem;top:2.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRwyu5ApePGAcbUbtLNKqdCsKxDppvfb { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ARoo0s8kT8s2RsB60mJpT99M4vhg2t { display:block; }
 }@media only screen and (max-width: 763px) { #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT { background-color:#060b0c;background-image:url("https://images.assets-landingi.com/n2F1G7Fc/ctd_LMesa_de_trabajo_22_copia_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.adaptive-delivery-prevent-bg, #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.lazyload, #N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT.lazyloading { background-image: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { background-color: transparent; background-image: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container > .video-iframe-container { display: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row > .video-iframe-container { display: none; }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .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); }#N7vN0ZEFhkkFvO8cpTKFcdAZaPIca5vT > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvOP87JGAX3Dx3iD3s55gIEMo3bVEufJ { width:13.125rem;height:4.25rem;top:2.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRsQnDJRZvg8HzvnzxeCKFmWRQresfWt { width:15.125rem;height:0.8120125rem;top:11.0625rem;left:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeR1LaciQt3yAMlcGcT4QyoSwNhxadQT { width:16.75rem;height:2.3125rem;top:7.875rem;left:1.625rem;display:block; }
 }