.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3d8be8;background-image:url("https://images.assets-landingi.com/uc/0dc61322-452a-450b-80cd-eeb4133ab3b8/PortadaDadelBienestarUniversitario.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#oIA4mSv7VPH5calE67T0fOPxTe4vKT80 { color:#eeba3d;display:block;width:960px;position:absolute;font-family:"proxima nova";font-size:57px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:156.9921875px;left:0px;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; }
#ZynsuygiAkqGpNrWI4FVfnzAJJNSQ4J7 { position:absolute;display:block;z-index:15002;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:64px;width:180px;top:25px;left:0px;overflow:hidden;display:block; }
#HvQGJXegU40MGNVJCTowy50EGni7HFH6 { color:#ffffff;display:block;width:812px;position:absolute;font-family:"proxima nova";font-size:31px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:307px;left:0px;height:74.3906px;font-style:normal;display:block; }
#dWaoou7zwR71qVf0xNsFU3RRIBC9epGF { background-color:#5ad2e2;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#334b68;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:415.986328125px;left:0px;display:block; }
#EU0Mw5SMmawVMEVB83EpRQ3lTsC899dS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UsKz3h9PFszcsrAyLiPVtB4XP0eHOSmP { color:#eeba3d;display:block;width:485px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:490.0390625px;left:0px;height:130px;font-style:normal;display:block; }
#XchkDp7fWl1DK2fUHKbO8ihJ3ygdc1ED { color:#ffffff;display:block;width:563px;position:absolute;font-family:"proxima nova";font-size:15px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:576.6015625px;left:397px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ceebef;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; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container { background-color: transparent; background-image: none; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container > .video-iframe-container { display: none; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row > .video-iframe-container { display: none; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .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); }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container { border-width: 0; border-radius: 0; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;position:relative;display:block; }#hL0T9sEC4RiNyiBzCR0JrwsvAUltT9FM { color:#334b68;display:block;width:459px;position:absolute;font-family:"proxima nova";font-size:42px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:54px;left:501px;height:92.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qU8hW52BJnOIrToqTfXcVfFJq2kBBQr0 { color:#383838;display:block;width:460px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:185.375px;left:500px;height:291.1563px;display:block; }
#avNPUdgKthEJEBRWoxv05Fddb43c0aC8 { position:absolute;display:block;z-index:15002;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:470px;width:480px;top:80px;left:0px;overflow:hidden;display:block; }
#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26be6a6e-53c6-4f40-a9cf-2d2ed75378d6/DadelBienestarUniversitarioRegistro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5.adaptive-delivery-prevent-bg, #N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5.lazyload, #N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5.lazyloading { background-image: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { background-color: transparent; background-image: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #334b68; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container > .video-iframe-container { display: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #334b68; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row > .video-iframe-container { display: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .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); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { border-width: 0; border-radius: 0; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5::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; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { font-size:14px;font-family:arial;height:580px;width:960px;position:relative;display:block; }#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-form-header {  }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-regular-label { height:auto;display:block;font-family:"proxima nova";font-size:14px;font-weight:bold;color:#e6ebef;width:280px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fcfcfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #c0cdd7;border-left:1px solid #c0cdd7;border-right:1px solid #c0cdd7;border-bottom:1px solid #c0cdd7;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#383838;font-size:14px;overflow:hidden;font-family:"proxima nova"; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fcfcfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #c0cdd7;border-left:1px solid #c0cdd7;border-right:1px solid #c0cdd7;border-bottom:1px solid #c0cdd7;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#383838;font-size:14px;overflow:hidden;font-family:"proxima nova"; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#383838;font-family:"proxima nova";font-size:14px;overflow:hidden; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#5ad2e2;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#334b68;width:280px;height:55px;font-family:"proxima nova";overflow:hidden;font-style:normal; }
#J3HR8atXxv2ing8edEcNAm104blJhviL [class*="-text"]:-moz-placeholder { color:#c0cdd7;font-family:"proxima nova";font-size:14px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL [class*="-text"]::-moz-placeholder { color:#c0cdd7;font-family:"proxima nova";font-size:14px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL [class*="-text"]:-ms-input-placeholder { color:#c0cdd7;font-family:"proxima nova";font-size:14px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL [class*="-text"]::-webkit-input-placeholder { color:#c0cdd7;font-family:"proxima nova";font-size:14px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .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:"proxima nova black";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:42px;vertical-align:middle;font-family:"proxima nova";font-size:14px;font-weight:400;color:#e6ebef;overflow:hidden;font-style:normal;line-height:3; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container:first-of-type{padding-top:0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container:last-of-type{padding-bottom:0;}#J3HR8atXxv2ing8edEcNAm104blJhviL  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:45px;left:559.93753051758px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-info-text { display:block;height:auto;font-family:"proxima nova black";font-size:12px;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; }
#J3HR8atXxv2ing8edEcNAm104blJhviL {display:block;}#J3HR8atXxv2ing8edEcNAm104blJhviL { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:45px;left:559.93753051758px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #m76KlTkAg3WITGRc1tqpa9966Qe30qhv { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #yuIbfi1Lp3kqcoQ0cDNkxzq9i3p3pNCO { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #pkAt2uuexeMImuwmvb99iROkJ46EmbJa { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #mOvGnIiuHnO9raI4E8nGKuXxeCVSOnoB { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #NKiQgAksvRlw0x3ARJBl01LVTm2ZcALM { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #HJbHWEtERO5koMuX2REaPH3nN5RVTrsT { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #Q8vvpasQvZ6yE1F3AHokrxS86UPVgq1Q { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #f8fJSZWEEE6BwwBG6ckMU34yMCy1kkCD { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #nItck8bDsgmkk5TZa3xvpT8y23lQckTZ { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #TERvHb9rh302U4nQTQDbRwD6CgUo42dr { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #lFBAF7ezONJbp9IbxhqUXfd3igWgok93 { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #qbZ9JBLNU1u0xMwzaw6QP7pcG3peU5nE { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #nh8gXnCsgvrHZfUbzTJApmZT2AouBfKi { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #k9LaFKTZbTZE8xEagqSLFLHWwkTKd0AV { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #ob93PZzwRsQqVZrgp14p3DJK2uuQqv7d { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #awgAWaZnP5szXzqN24c21a42LRCcvRlp { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #yEQWD1qNZlV1lJmG5Smn4FlN23mKh3qH { position:relative;display:block; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #Xo6awmK2CHwq486G0n1O7QHRlxMxEZwC { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #uibAtc6PX1yQpcT2XpNrb7IVvqp3ZWwA { position:relative; }
#J3HR8atXxv2ing8edEcNAm104blJhviL #ZBTa5kqPuqtLKJBzOTUAFs7IFFQl2DAk { position:relative; }
#QGfEvslHbGETfBrm5K609N57lLzJwxoJ { color:#eeba3d;display:block;width:480px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:45px;left:0px;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; }
#il5mWsB5Id9DLfzBCqksAnKZ4Ts43MFB { color:#e6ebef;display:block;width:480px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:228.7734375px;left:0px;height:83.1876px;font-style:normal;display:block; }
#U7C4aTJk12EThDVITRKlRWfTs4gGWo3v { color:#e6ebef;display:block;width:450px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:148.328125px;left:0px;height:62.375px;font-style:normal;display:block; }
#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6ebef;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; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container { background-color: transparent; background-image: none; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container > .video-iframe-container { display: none; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row > .video-iframe-container { display: none; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .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); }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container { border-width: 0; border-radius: 0; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container { font-size:14px;font-family:arial;height:667px;width:960px;position:relative;display:block; }#lebuz3OWQm5dFv1sFHWrU3s1MbRoGi9C { color:#eeba3d;display:block;width:424px;position:absolute;font-family:"proxima nova";font-size:42px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:45px;left:0px;height:42.002px;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; }
#dxxDSt0e2D1f56q5K6UvwhPo7P1J5JeK { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:117.998046875px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RlM4s4owxoLOviyKNGefDsspqD1G585I { box-sizing:content-box;height:15.9875px;width:15.9875px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15008;background-color:#eeba3d;background-image:none;top:120.38749694824px;left:64.8125px;display:block; }
#Ne0zUEqfXLfXTUwH76KGvSxEOKi50g5B { box-sizing:content-box;height:15.975px;width:15.975px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15010;background-color:#eeba3d;background-image:none;top:220.39999389648px;left:64.825012207031px;display:block; }
#Oy2MyZPmml6DO56LhqTsK7S593y1dbGW { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:217.99993896484px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g6eFnD6CVGf3cBNHU4ObDi7GwMkgtIKP { box-sizing:content-box;height:15.975px;width:15.975px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15011;background-color:#eeba3d;background-image:none;top:282.42500305176px;left:64.825012207031px;display:block; }
#P5HPKkDJ7qwvZ9paKTJ6XlQDqh8QEuLF { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:280.02494812012px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qGqltF16P8yBOl4uRApnKbhfixoCqHIL { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:471.18745422363px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o3dUGin2l7SBEL5ZbmshQ3S1xxHgK4tH { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:535.78746032715px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kOecRhGm6DLi80wmTs8RUehSKTSa3ggl { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:601.56245422363px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VvnkF5OgwCS1gKJCswVXMeFW55TKRILx { box-sizing:content-box;height:15.975px;width:15.975px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15013;background-color:#eeba3d;background-image:none;top:341.81248474121px;left:64.825012207031px;display:block; }
#skmGccsGsTveV7pSJ5eOKaW9Zydl1D7s { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:339.41242980957px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K7JgTAVK5LcWLr1FF8qgT4wzbMxbx2yo { box-sizing:content-box;height:15.9875px;width:15.9875px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15009;background-color:#eeba3d;background-image:none;top:158.02499389648px;left:64.8125px;display:block; }
#UAr5humkffhBTHKS7FCecUGsvZXpUo3e { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:155.63748168945px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SpK3Cgwh6HU2ssIhl5JmQbDxuOrHHeyK { box-sizing:content-box;height:15.9961px;width:15.9961px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15008;background-color:#eeba3d;background-image:none;top:117.998046875px;left:71.9921875px;display:none; }
#gZavQoZ3rLlaP5qqMtXAka2kZ2ATtQBk { box-sizing:content-box;height:476px;width:2px;position:absolute;display:block;z-index:15006;background-color:#eeba3d;background-image:none;top:136.36254882812px;left:69.800018310547px;display:block; }
#ZgospoKEzzpR78LL7XHNywSwuAXemS6y { color:#383838;display:block;width:80px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:405.9874420166px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#POAOlzrvEfcZChMAZVvgdC6pFi3Igryo { box-sizing:content-box;height:15.95px;width:15.95px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#eeba3d;background-image:none;top:603.9750213623px;left:64.850006103516px;display:block; }
#XcTOpPmyLnBn9LcDRu6HvbblklO7CeC9 { box-sizing:content-box;height:15.95px;width:15.95px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#eeba3d;background-image:none;top:538.19999694824px;left:64.850006103516px;display:block; }
#MaQdUJrRfhsDmPfbmCAWXD2b5xaioJTW { box-sizing:content-box;height:15.95px;width:15.95px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15018;background-color:#eeba3d;background-image:none;top:473.59999084473px;left:64.850006103516px;display:block; }
#ZMfV7VGHSy0RiJFf4ZXTNTkw0gMlzD2X { box-sizing:content-box;height:15.95px;width:15.95px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15018;background-color:#eeba3d;background-image:none;top:408.3999786377px;left:64.850006103516px;display:block; }
#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ceebef;background-image:url("https://images.assets-landingi.com/uc/63d307d4-cb5e-46de-b783-5902df5a9154/DadelBienestarUniversitarioAcercadeSKYCampus.png");background-position:center right !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; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg.adaptive-delivery-prevent-bg, #KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg.lazyload, #KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg.lazyloading { background-image: none; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container { background-color: transparent; background-image: none; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container > .video-iframe-container { display: none; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row > .video-iframe-container { display: none; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .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); }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container { border-width: 0; border-radius: 0; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container { font-size:14px;font-family:arial;height:426px;width:960px;position:relative;display:block; }#DgxbGhHtcfK5HgQHPzIJxe353xg32QIe { color:#334b68;display:block;width:459px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:45px;left:500px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E0rOu6FeRsvFbCQlSqatNFTqqoxQnLv7 { color:#383838;display:block;width:459.984px;position:absolute;font-family:"proxima nova";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:90.275390625px;left:500.009765625px;height:249.5625px;display:block; }
#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA { position:relative;display:block; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA { background-color: transparent; background-image: none; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container > .video-iframe-container { display: none; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row > .video-iframe-container { display: none; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .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); }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA { border-width: 0; border-radius: 0; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:338px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0BoifdCOw4r6FuL27skURTOr0v2ks9T { color:#334b68;display:block;width:960px;position:absolute;font-family:"proxima nova";font-size:26px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:76.9921875px;left:0px;height:28.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sv71i5klcOWDxLzL63tTT3V6H8FmKXE6 { position:absolute;display:block;z-index:15007;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:50px;width:200px;top:138.994140625px;left:0px;overflow:hidden;display:block; }
#ARpRhv1PTPHMNz5Bl8nVZaT051bPMDEF { position:absolute;display:block;z-index:15006;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:50px;width:151px;top:138.994140625px;left:227.001953125px;overflow:hidden;display:block; }
#Ttc82xtiay4Bo2yhxLG9Gt8gNNsBEoRX { position:absolute;display:block;z-index:15006;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:50px;width:205px;top:138.994140625px;left:420.99609375px;overflow:hidden;display:block; }
#T4x0NwDETPDaebdUe9wwlulCavlcxpCq { 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:50px;width:159px;top:138.994140625px;left:670px;overflow:hidden;display:block; }
#GPqQNSgRr5K08GaEXuxmIvIRrNWFp0lV { 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:36.9922px;width:232.998px;top:233.994140625px;left:300px;overflow:hidden;display:block; }
#NTJpgRn3141eykZ6w3Oxmzy1TFTUFh8H { position:absolute;display:block;z-index:15009;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:58.9941px;width:183.994px;top:222.998046875px;left:588.984375px;overflow:hidden;display:block; }
#N6MHGKxxRrbKkrcBBBkmcasbc3T614y2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:105px;width:121.992px;top:199.990234375px;left:152.998046875px;overflow:hidden;display:block; }
#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d8be8;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; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { background-color: transparent; background-image: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container > .video-iframe-container { display: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row > .video-iframe-container { display: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .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); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { border-width: 0; border-radius: 0; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#ynzaRCN1MVlKQRD8sXWkyQnmguvCQvhV { position:absolute;display:block;z-index:15003;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:40px;width:120px;top:25px;left:420px;overflow:hidden;display:block; }
#OHMXEXI2CWQdnl6ifdKAM1pKX3R57OiN { color:#ffffff;display:block;width:138px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:33.8125px;left:0px;height:22.4023px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9Wi4e7BCTsJcHZ2hPN7KfMfpwfWuaxm { color:#ffffff;display:block;width:128px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:34px;left:832px;height:22.4023px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JEvlXsa66sZw4Loovff8nybbDH7MNpci { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30px;left:803px; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oIA4mSv7VPH5calE67T0fOPxTe4vKT80 { width:764px;height:171px;top:104px;left:0px;font-size:57px;display:block; }
 }@media only screen and (max-width: 959px) { #ZynsuygiAkqGpNrWI4FVfnzAJJNSQ4J7 { width:180px;height:64px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #HvQGJXegU40MGNVJCTowy50EGni7HFH6 { width:764px;height:74.375px;top:282.8125px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 959px) { #dWaoou7zwR71qVf0xNsFU3RRIBC9epGF { width:220px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #EU0Mw5SMmawVMEVB83EpRQ3lTsC899dS { display:block; }
 }@media only screen and (max-width: 959px) { #UsKz3h9PFszcsrAyLiPVtB4XP0eHOSmP { width:304px;height:116.953px;top:478.046875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #XchkDp7fWl1DK2fUHKbO8ihJ3ygdc1ED { width:562px;height:18px;top:576px;left:202px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #Dbifr2NvQRVv1fAe3crF32STdCGxTrGB { display:block; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hL0T9sEC4RiNyiBzCR0JrwsvAUltT9FM { width:407px;height:92.375px;top:54px;left:357px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #qU8hW52BJnOIrToqTfXcVfFJq2kBBQr0 { width:391px;height:395.1398px;top:154.875px;left:373px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #avNPUdgKthEJEBRWoxv05Fddb43c0aC8 { width:380px;height:372px;top:178px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 959px) { #N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 { display:block; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL  { width:280px;height:auto;top:45px;left:412.93753051758px; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL {display:block;}#J3HR8atXxv2ing8edEcNAm104blJhviL { width:280px;height:auto;top:45px;left:412.93753051758px; }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #m76KlTkAg3WITGRc1tqpa9966Qe30qhv {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #yuIbfi1Lp3kqcoQ0cDNkxzq9i3p3pNCO {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #pkAt2uuexeMImuwmvb99iROkJ46EmbJa {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #mOvGnIiuHnO9raI4E8nGKuXxeCVSOnoB {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #NKiQgAksvRlw0x3ARJBl01LVTm2ZcALM {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #HJbHWEtERO5koMuX2REaPH3nN5RVTrsT {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #Q8vvpasQvZ6yE1F3AHokrxS86UPVgq1Q {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #f8fJSZWEEE6BwwBG6ckMU34yMCy1kkCD {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #nItck8bDsgmkk5TZa3xvpT8y23lQckTZ {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #TERvHb9rh302U4nQTQDbRwD6CgUo42dr {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #lFBAF7ezONJbp9IbxhqUXfd3igWgok93 {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #qbZ9JBLNU1u0xMwzaw6QP7pcG3peU5nE {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #nh8gXnCsgvrHZfUbzTJApmZT2AouBfKi {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #k9LaFKTZbTZE8xEagqSLFLHWwkTKd0AV {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #ob93PZzwRsQqVZrgp14p3DJK2uuQqv7d {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #awgAWaZnP5szXzqN24c21a42LRCcvRlp {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #yEQWD1qNZlV1lJmG5Smn4FlN23mKh3qH {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #Xo6awmK2CHwq486G0n1O7QHRlxMxEZwC {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #uibAtc6PX1yQpcT2XpNrb7IVvqp3ZWwA {  }
 }@media only screen and (max-width: 959px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #ZBTa5kqPuqtLKJBzOTUAFs7IFFQl2DAk {  }
 }@media only screen and (max-width: 959px) { #QGfEvslHbGETfBrm5K609N57lLzJwxoJ { width:480px;height:;top:45px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #il5mWsB5Id9DLfzBCqksAnKZ4Ts43MFB { width:378px;height:83.1876px;top:247px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #U7C4aTJk12EThDVITRKlRWfTs4gGWo3v { width:296px;height:62.375px;top:166.625px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #OGGrcn9W6gK6eu2n52LiG1Hehlkp065i { display:block; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container { width:764px;height:727px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lebuz3OWQm5dFv1sFHWrU3s1MbRoGi9C { width:424px;height:42px;top:32px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #dxxDSt0e2D1f56q5K6UvwhPo7P1J5JeK { width:80px;height:20.8px;top:97.187515258789px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #RlM4s4owxoLOviyKNGefDsspqD1G585I { width:15px;height:15px;top:100.08750915527px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #Ne0zUEqfXLfXTUwH76KGvSxEOKi50g5B { width:15px;height:15px;top:234.96249961853px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #Oy2MyZPmml6DO56LhqTsK7S593y1dbGW { width:80px;height:20.8px;top:232.06250572205px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #g6eFnD6CVGf3cBNHU4ObDi7GwMkgtIKP { width:15px;height:15px;top:306.08749961853px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #P5HPKkDJ7qwvZ9paKTJ6XlQDqh8QEuLF { width:80px;height:20.8px;top:303.18750572205px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #qGqltF16P8yBOl4uRApnKbhfixoCqHIL { width:80px;height:20.8px;top:517.08749389648px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #o3dUGin2l7SBEL5ZbmshQ3S1xxHgK4tH { width:80px;height:20.8px;top:592.97497558594px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #kOecRhGm6DLi80wmTs8RUehSKTSa3ggl { width:80px;height:20.8px;top:656.07510375977px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #VvnkF5OgwCS1gKJCswVXMeFW55TKRILx { width:15px;height:15px;top:379.57498168945px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #skmGccsGsTveV7pSJ5eOKaW9Zydl1D7s { width:80px;height:20.8px;top:376.68746948242px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #K7JgTAVK5LcWLr1FF8qgT4wzbMxbx2yo { width:15px;height:15px;top:157.8999786377px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #UAr5humkffhBTHKS7FCecUGsvZXpUo3e { width:80px;height:20.7969px;top:155px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #SpK3Cgwh6HU2ssIhl5JmQbDxuOrHHeyK { width:15px;height:15px;top:97.1875px;left:71.453125px;display:none; }
 }@media only screen and (max-width: 959px) { #gZavQoZ3rLlaP5qqMtXAka2kZ2ATtQBk { width:2px;height:553px;top:115.07499694824px;left:71.125000953674px;display:block; }
 }@media only screen and (max-width: 959px) { #ZgospoKEzzpR78LL7XHNywSwuAXemS6y { width:80px;height:20.8px;top:448.17498779297px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #POAOlzrvEfcZChMAZVvgdC6pFi3Igryo { width:15px;height:15px;top:519.99996948242px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #XcTOpPmyLnBn9LcDRu6HvbblklO7CeC9 { width:15px;height:15px;top:451.07498168945px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #MaQdUJrRfhsDmPfbmCAWXD2b5xaioJTW { width:15px;height:15px;top:595.87510681152px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 959px) { #ZMfV7VGHSy0RiJFf4ZXTNTkw0gMlzD2X { width:15px;height:15px;top:658.97509765625px;left:65.800004005432px;z-index:15019;display:block; }
 }@media only screen and (max-width: 959px) { #KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg { display:block; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DgxbGhHtcfK5HgQHPzIJxe353xg32QIe { width:326px;height:33px;top:30px;left:414px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #E0rOu6FeRsvFbCQlSqatNFTqqoxQnLv7 { width:374px;height:311.9534px;top:80px;left:390px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ATMpp1bToD7QwZAIJzOrLryrOpyDqATA { display:block; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J0BoifdCOw4r6FuL27skURTOr0v2ks9T { width:764px;height:28.6px;top:76px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #Sv71i5klcOWDxLzL63tTT3V6H8FmKXE6 { width:200px;height:50px;top:138px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #ARpRhv1PTPHMNz5Bl8nVZaT051bPMDEF { width:151px;height:50px;top:138px;left:200px;display:block; }
 }@media only screen and (max-width: 959px) { #Ttc82xtiay4Bo2yhxLG9Gt8gNNsBEoRX { width:205px;height:50px;top:138px;left:363.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #T4x0NwDETPDaebdUe9wwlulCavlcxpCq { width:159px;height:50px;top:138px;left:582px;display:block; }
 }@media only screen and (max-width: 959px) { #GPqQNSgRr5K08GaEXuxmIvIRrNWFp0lV { width:232px;height:36.833751362673px;top:233px;left:202px;display:block; }
 }@media only screen and (max-width: 959px) { #NTJpgRn3141eykZ6w3Oxmzy1TFTUFh8H { width:183px;height:58.675393219344px;top:222px;left:490.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #N6MHGKxxRrbKkrcBBBkmcasbc3T614y2 { width:121px;height:104.14617351958px;top:199px;left:54.998046875px;display:block; }
 }@media only screen and (max-width: 959px) { #i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw { display:block; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ynzaRCN1MVlKQRD8sXWkyQnmguvCQvhV { width:120px;height:40px;top:25px;left:322px;display:block; }
 }@media only screen and (max-width: 959px) { #OHMXEXI2CWQdnl6ifdKAM1pKX3R57OiN { top:33px;left:0px;width:138px;height:22.4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #Z9Wi4e7BCTsJcHZ2hPN7KfMfpwfWuaxm { top:34px;left:636px;width:128px;height:22.4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #JEvlXsa66sZw4Loovff8nybbDH7MNpci { width:30px;height:30px;top:30px;left:607px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3d8be8;background-image:url("https://images.assets-landingi.com/uc/0dc61322-452a-450b-80cd-eeb4133ab3b8/PortadaDadelBienestarUniversitario.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIA4mSv7VPH5calE67T0fOPxTe4vKT80 { width:320px;height:144px;top:98.75px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ZynsuygiAkqGpNrWI4FVfnzAJJNSQ4J7 { width:180px;height:64px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HvQGJXegU40MGNVJCTowy50EGni7HFH6 { width:320px;height:38.375px;top:299.75px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dWaoou7zwR71qVf0xNsFU3RRIBC9epGF { width:220px;height:55px;top:363.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EU0Mw5SMmawVMEVB83EpRQ3lTsC899dS { display:block; }
 }@media only screen and (max-width: 763px) { #UsKz3h9PFszcsrAyLiPVtB4XP0eHOSmP { width:285px;height:103.9845px;top:495px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XchkDp7fWl1DK2fUHKbO8ihJ3ygdc1ED { width:320px;height:19.2px;top:447.8125px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dbifr2NvQRVv1fAe3crF32STdCGxTrGB { display:block; }#Dbifr2NvQRVv1fAe3crF32STdCGxTrGB > .row .container { width:320px;height:909px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL0T9sEC4RiNyiBzCR0JrwsvAUltT9FM { width:320px;height:70.375px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qU8hW52BJnOIrToqTfXcVfFJq2kBBQr0 { width:320px;height:436.7338px;top:150px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #avNPUdgKthEJEBRWoxv05Fddb43c0aC8 { width:320px;height:313px;top:596px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 { background-color:#334b68;background-image:none;display:block; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { background-color: transparent; background-image: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container > .video-iframe-container { display: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row > .video-iframe-container { display: none; }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .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); }#N5UhhvyNoXtt9FHH3mTq3CSzdbiv13T5 > .row .container { width:320px;height:1114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-text {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-select {padding-top: 0; padding-bottom: 0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container:first-of-type{padding-top:0;}#J3HR8atXxv2ing8edEcNAm104blJhviL .widget-container:last-of-type{padding-bottom:0;}#J3HR8atXxv2ing8edEcNAm104blJhviL  { width:280px;height:auto;top:503px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#J3HR8atXxv2ing8edEcNAm104blJhviL {display:block;}#J3HR8atXxv2ing8edEcNAm104blJhviL { width:280px;height:auto;top:503px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #m76KlTkAg3WITGRc1tqpa9966Qe30qhv {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #yuIbfi1Lp3kqcoQ0cDNkxzq9i3p3pNCO {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #pkAt2uuexeMImuwmvb99iROkJ46EmbJa {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #mOvGnIiuHnO9raI4E8nGKuXxeCVSOnoB {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #NKiQgAksvRlw0x3ARJBl01LVTm2ZcALM {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #HJbHWEtERO5koMuX2REaPH3nN5RVTrsT {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #Q8vvpasQvZ6yE1F3AHokrxS86UPVgq1Q {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #f8fJSZWEEE6BwwBG6ckMU34yMCy1kkCD {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #nItck8bDsgmkk5TZa3xvpT8y23lQckTZ {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #TERvHb9rh302U4nQTQDbRwD6CgUo42dr {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #lFBAF7ezONJbp9IbxhqUXfd3igWgok93 {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #qbZ9JBLNU1u0xMwzaw6QP7pcG3peU5nE {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #nh8gXnCsgvrHZfUbzTJApmZT2AouBfKi {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #k9LaFKTZbTZE8xEagqSLFLHWwkTKd0AV {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #ob93PZzwRsQqVZrgp14p3DJK2uuQqv7d {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #awgAWaZnP5szXzqN24c21a42LRCcvRlp {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #yEQWD1qNZlV1lJmG5Smn4FlN23mKh3qH {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #Xo6awmK2CHwq486G0n1O7QHRlxMxEZwC {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #uibAtc6PX1yQpcT2XpNrb7IVvqp3ZWwA {  }
 }@media only screen and (max-width: 763px) { #J3HR8atXxv2ing8edEcNAm104blJhviL #ZBTa5kqPuqtLKJBzOTUAFs7IFFQl2DAk {  }
 }@media only screen and (max-width: 763px) { #QGfEvslHbGETfBrm5K609N57lLzJwxoJ { width:320px;height:247.5px;top:45px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #il5mWsB5Id9DLfzBCqksAnKZ4Ts43MFB { width:320px;height:83.1876px;top:408px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U7C4aTJk12EThDVITRKlRWfTs4gGWo3v { width:232px;height:52px;top:325px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OGGrcn9W6gK6eu2n52LiG1Hehlkp065i { display:block; }#OGGrcn9W6gK6eu2n52LiG1Hehlkp065i > .row .container { width:320px;height:644px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lebuz3OWQm5dFv1sFHWrU3s1MbRoGi9C { width:320px;height:32px;top:33px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dxxDSt0e2D1f56q5K6UvwhPo7P1J5JeK { width:80px;height:20.8px;top:94.916687011719px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RlM4s4owxoLOviyKNGefDsspqD1G585I { width:16px;height:16px;top:97.312503814697px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne0zUEqfXLfXTUwH76KGvSxEOKi50g5B { width:16px;height:16px;top:143.66250228882px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #Oy2MyZPmml6DO56LhqTsK7S593y1dbGW { width:80px;height:20.8px;top:195.57514190674px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g6eFnD6CVGf3cBNHU4ObDi7GwMkgtIKP { width:16px;height:16px;top:257.30000686646px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #P5HPKkDJ7qwvZ9paKTJ6XlQDqh8QEuLF { width:80px;height:20.8px;top:254.91235351562px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qGqltF16P8yBOl4uRApnKbhfixoCqHIL { width:80px;height:20.8px;top:430.10001206398px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o3dUGin2l7SBEL5ZbmshQ3S1xxHgK4tH { width:80px;height:20.8px;top:487.02500915527px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kOecRhGm6DLi80wmTs8RUehSKTSa3ggl { width:80px;height:20.8px;top:543.13748764992px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VvnkF5OgwCS1gKJCswVXMeFW55TKRILx { width:16px;height:16px;top:315.17505455017px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #skmGccsGsTveV7pSJ5eOKaW9Zydl1D7s { width:80px;height:20.8px;top:312.77500152588px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K7JgTAVK5LcWLr1FF8qgT4wzbMxbx2yo { width:15px;height:15px;top:546.03749084473px;left:66.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #UAr5humkffhBTHKS7FCecUGsvZXpUo3e { width:80px;height:20.8px;top:141.26249694824px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SpK3Cgwh6HU2ssIhl5JmQbDxuOrHHeyK { width:16px;height:16px;top:197.97500991821px;left:64.800004005432px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gZavQoZ3rLlaP5qqMtXAka2kZ2ATtQBk { width:2px;height:441px;top:113.31244659424px;left:70.800004005432px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZgospoKEzzpR78LL7XHNywSwuAXemS6y { width:80px;height:20.8px;top:369.12490844727px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #POAOlzrvEfcZChMAZVvgdC6pFi3Igryo { width:4px;height:4px;top:551.53751206398px;left:70.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #XcTOpPmyLnBn9LcDRu6HvbblklO7CeC9 { width:16px;height:16px;top:371.51250076294px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #MaQdUJrRfhsDmPfbmCAWXD2b5xaioJTW { width:16px;height:16px;top:432.50001525879px;left:64.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfV7VGHSy0RiJFf4ZXTNTkw0gMlzD2X { width:15px;height:15px;top:489.92500305176px;left:65.800004005432px;display:block; }
 }@media only screen and (max-width: 763px) { #KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg { display:block; }#KV0oJ6qHXUyTRM3Be80WcLGTo4TBkDrg > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgxbGhHtcfK5HgQHPzIJxe353xg32QIe { width:320px;height:70.375px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #E0rOu6FeRsvFbCQlSqatNFTqqoxQnLv7 { width:320px;height:353.5464px;top:150.375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ATMpp1bToD7QwZAIJzOrLryrOpyDqATA { display:block; }#ATMpp1bToD7QwZAIJzOrLryrOpyDqATA > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0BoifdCOw4r6FuL27skURTOr0v2ks9T { width:320px;height:70.375px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Sv71i5klcOWDxLzL63tTT3V6H8FmKXE6 { width:200px;height:50px;top:150px;left:61px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ARpRhv1PTPHMNz5Bl8nVZaT051bPMDEF { width:151px;height:50px;top:230px;left:84.5px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ttc82xtiay4Bo2yhxLG9Gt8gNNsBEoRX { width:205px;height:50px;top:310px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T4x0NwDETPDaebdUe9wwlulCavlcxpCq { width:159px;height:50px;top:386px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GPqQNSgRr5K08GaEXuxmIvIRrNWFp0lV { width:233px;height:37px;top:578px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NTJpgRn3141eykZ6w3Oxmzy1TFTUFh8H { width:184px;height:59px;top:639px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #N6MHGKxxRrbKkrcBBBkmcasbc3T614y2 { width:122px;height:105px;top:451px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw { position:relative;z-index:auto;background-color:#3d8be8;background-image:none;display:block; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { background-color: transparent; background-image: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container > .video-iframe-container { display: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row > .video-iframe-container { display: none; }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .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); }#i7f2mSIG1T32ixy1aSefSQrRBS6Shcxw > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynzaRCN1MVlKQRD8sXWkyQnmguvCQvhV { width:150px;height:53px;top:65px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #OHMXEXI2CWQdnl6ifdKAM1pKX3R57OiN { width:320px;height:22.4023px;top:32px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Wi4e7BCTsJcHZ2hPN7KfMfpwfWuaxm { width:128px;height:22.4023px;top:142px;left:115px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEvlXsa66sZw4Loovff8nybbDH7MNpci { display:flex;width:30px;height:30px;top:138px;left:85px; }
 }