.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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { background-color: transparent; background-image: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container > .video-iframe-container { display: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row > .video-iframe-container { display: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .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); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { border-width: 0; border-radius: 0; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row > .video-iframe-container {  }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { font-size:14px;font-family:arial;height:98px;width:960px;position:relative;display:block; }#fnfaKT0sM6r2hDwk4RIuUTVi3onnrGRE { color:#5b5d64;display:block;width:130px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:14964;line-height:1;letter-spacing:0;top:40px;left:434px;height:14px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P87vCPv6vDntsF6rKoaZnZWUO7WVdOGL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:145px;height:31px;text-decoration:none;z-index:14966;text-align:center;text-align-last:center;top:32px;left:426.5px;display:block; }
#OvXBBs919GwSPIzLy7vyS7cdaJPlPnwx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B38aB8SzfDArRT2Gpbcz2Xt5rNJgGpyG { color:#5b5d64;display:block;width:65px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:14963;line-height:1;letter-spacing:0;top:40px;left:591px;height:14px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yez9JDUEGAsKzsXOMZMgid8bkdtfMmFN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:82px;height:31px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32px;left:582.5px;display:block; }
#LD4GVh72Wkh3dTAFJpZy5cJuP3gx8teT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ThsaZJtdHTtvdsixXTh3pTp21k2UBd81 { color:#5b5d64;display:block;width:77px;position:absolute;font-family:montserrat;font-size:14px;font-weight:700;z-index:14968;line-height:1;letter-spacing:0;top:40px;left:682px;height:14px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtpxTDOmCGzvbQPvxmnQiKreNUcxHm2K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:92px;height:31px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32px;left:674.5px;display:block; }
#GcctpxFRXE3LRtU83tcZDMWBkiy4bb5k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i0yBhdlnCSkBp4R0GtG5l3JDd3pgiqHi { position:absolute;display:block;z-index:14967;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:232px;top:24.5px;left:26.5px;overflow:hidden;display:block; }
#zXmkPvKzvTzN3imdaHGz86FLMlmoe36b { color:#5b5d64;display:block;width:88px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37px;left:848px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#pETI1KTNhSQys5JfXs0o2oprG3fsAL7Z { box-sizing:content-box;color:#5b5d64;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:22px;left:800px;display:block; }
#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/307adcf4-8fff-45b3-a13a-dd2ffaec148c/PortadaLandingInstrumentacinQX_Portada.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.adaptive-delivery-prevent-bg, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyload, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyloading { background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { background-color: transparent; background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .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); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { border-width: 0; border-radius: 0; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container {  }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { font-size:14px;font-family:arial;height:660px;width:960px;position:relative;display:block; }#pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { color:#ffffff;display:block;width:652px;position:absolute;font-family:montserrat;font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:183px;left:83px;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; }
#UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { z-index:15003;top:277px;left:85px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:239px;height:43px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m4AdcxevdVOIiiBCBA0ahhg1ak4Cv6qQ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:139px;left:105px;display:block; }
#JEKgakegx89AuCAMZ3HIRzpcfWKT7ve2 { position:absolute;display:block;z-index:15008;background-color:#00a69a;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:8px;width:8px;top:143px;left:109px;display:block; }
#mO73e4fmpcosf5MvHTcsi5kDwRAzlox8 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:139px;left:83px;display:block; }
#meUJOOMfVLXRT5Htsr61G2TLu0gQ7aKh { position:absolute;display:block;z-index:15006;background-color:#2f7df3;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:8px;width:8px;top:143px;left:87px;display:block; }
#QZh19ZHFVrsN1NDWtexpUusRtOaRa6ii { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:121px;top:350px;left:83px;overflow:hidden;display:block; }
#PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { color:#ffffff;display:block;width:218px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:135.5px;left:141px;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; }
#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { background-color: transparent; background-image: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container > .video-iframe-container { display: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container { display: none; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .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); }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { border-width: 0; border-radius: 0; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row > .video-iframe-container {  }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { font-size:14px;font-family:arial;height:757px;width:960px;position:relative;display:block; }#THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:475px;width:853px;top:197px;left:53.5px;display:block; }
#TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { color:#2f7df3;display:block;width:659px;position:absolute;font-family:montserrat;font-size:36px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:66px;left:150.5px;height:79.1875px;text-align:center;text-align-last:center;display:block; }
#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { background-color: transparent; background-image: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container > .video-iframe-container { display: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container { display: none; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .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); }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { border-width: 0; border-radius: 0; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row > .video-iframe-container {  }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { font-size:14px;font-family:arial;height:636px;width:960px;position:relative;display:block; }#qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { color:#67c9b8;display:block;width:134px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:388px;left:87px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPhD7I7Htove5sxRU1nKqSFDfbcrdkw5 { color:#67c9b8;display:block;width:212px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:388px;left:283px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { color:#474747;display:block;width:140px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:419px;left:85px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#np8nVEQHkVIux4zTZtFuKT5IZTyLA2MN { color:#474747;display:block;width:205px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:414px;left:291px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNW5klBVVAeN83bMnTcm7fxMbsUh18xq { color:#474747;display:block;width:139px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:419px;left:739px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xrkFKotgVvoDBPnmcyss45fURoRLPe31 { color:#67c9b8;display:block;width:166px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:388px;left:538px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1beV9UEcvhFfxGVDaiwxN5pIhOSRRQu { color:#67c9b8;display:block;width:89px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:388px;left:763px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTH7HBclHszBpdN5uHb6DqDvbAHG8nqv { color:#474747;display:block;width:144px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:419px;left:548px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { color:#474747;display:block;width:810px;position:absolute;font-family:montserrat;font-size:21px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:164px;left:68px;height:146.953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FP93ufn82JUwAuBkaCKaoA4Z49XdtJ0O { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:350px;top:70px;left:56px;overflow:hidden;display:block; }
#CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #474747;border-left:1px solid #474747;border-right:1px solid #474747;border-bottom:1px solid #474747;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;height:135px;width:170px;top:370px;left:69px;display:block; }
#s3ls2QoJWiU1KSPVWR2CZDx49nlcbMuC { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #474747;border-left:1px solid #474747;border-right:1px solid #474747;border-bottom:1px solid #474747;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;height:137px;width:260px;top:370px;left:256px;display:block; }
#nANfkHRSrTAU4dl2eSOTTck0XwhgeaCH { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #474747;border-left:1px solid #474747;border-right:1px solid #474747;border-bottom:1px solid #474747;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;height:136px;width:170px;top:370px;left:534px;display:block; }
#MSc5Vu3UstEAdqiLLDVXgUkf7apHRhwA { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #474747;border-left:1px solid #474747;border-right:1px solid #474747;border-bottom:1px solid #474747;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;height:135px;width:170px;top:370px;left:722.5px;display:block; }
#TlN1qITPSPPsIFWispsQJAugOMfR2SJO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:365px;top:529px;left:297.5px;overflow:hidden;display:block; }
#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#476aef;background-image:none;position:relative;display:none; }#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu > .row .container { border-width: 0; border-radius: 0; }#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu > .row > .video-iframe-container {  }#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu > .row .container { font-size:14px;font-family:arial;height:812px;width:960px;position:relative;display:none; }#oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bPZ0jgyf/instituto_04.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:30px;height:661px;width:794px;top:74px;left:-111.39050192619px;display:block; }#oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.adaptive-delivery-prevent-bg, #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.lazyload, #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.lazyloading { background-image: none; }
#pEho5ByrHQO5clg8nwqxS3guW4m1mapH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:30px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:556px;width:531px;top:130px;left:429px;display:block; }
#k0It9Edu0xIU2QTheTkIAmZci2zNVmqd { background-color:transparent;background-image:none;border-top:1px solid #476aef;border-left:1px solid #476aef;border-right:1px solid #476aef;border-bottom:1px solid #476aef;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-sizing:border-box;color:#476aef;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:400;font-style:italic;line-height:1.2;overflow:hidden;position:absolute;width:418.766px;height:43.7656px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:623.96875px;left:485.109375px;display:block; }
#KwM5KyLtZQgHoA4G6fs2cyMnSbmVbbPc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ii8MLzFHxDMQWKxOr0LItpnoV2MOfMSP { color:#474747;display:block;width:397px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:320.25px;left:486px;height:338px;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; }
#TLmZT2CFXSJSCIcaT196Rg774M4EI3MD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:457px;top:197px;left:468.48333740234px;overflow:hidden;display:block; }
#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e54fa89-9ce5-4b7a-84b9-c35e01e03d5b/PortadaLandingIngenieraBiomdica_Mesadetrabajo1copia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.adaptive-delivery-prevent-bg, #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.lazyload, #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.lazyloading { background-image: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { background-color: transparent; background-image: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container > .video-iframe-container { display: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row > .video-iframe-container { display: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .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); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { border-width: 0; border-radius: 0; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row > .video-iframe-container {  }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { font-size:14px;font-family:arial;height:781px;width:960px;position:relative;display:block; }#WQiJwAHJLP9kUBlHZspeCtgcByVOUFTF { color:#ffffff;display:block;width:523px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:554.79998779297px;left:218.5px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKNfaw17UdK0aps6OWvfsXULQuw3SV2n { z-index:15005;top:668px;left:386px;background-color:#476aef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:188px;height:48px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NNkWaOaIdT2q7V5MFCkrm4JadMKoREtT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { background-color: transparent; background-image: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container > .video-iframe-container { display: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row > .video-iframe-container { display: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .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); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { border-width: 0; border-radius: 0; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row > .video-iframe-container {  }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { font-size:14px;font-family:arial;height:946px;width:960px;position:relative;display:block; }#WvJl7WB2yqFyWzfuB6GQLsW0ldhdTp0r { color:#474747;display:block;width:423px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:82px;left:148px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0r2tmwGLvI9JrNdMRPAT11V6ZvDk6i2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:61px;top:92.5px;left:65px;overflow:hidden;display:block; }
#wrUlSquQ3Coiod2U2VaAqAzgxRWcbog6 { color:#474747;display:block;width:333px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:306px;left:440px;height:41.5938px;font-style:normal;display:block; }
#xwENIR4LcyusHnhAIVRk4E6LmoEPV0k9 { color:#474747;display:block;width:168px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:272px;left:440px;height:21.5938px;font-style:normal;display:block; }
#W731ZiPrslPmdxWTJSElmILdDGTk69xJ { color:#474747;display:block;width:424px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:524px;left:440px;height:62.3906px;font-style:normal;display:block; }
#ETfgdrOu1cd8iPf2ilTTnBmVUntsErT6 { color:#474747;display:block;width:138px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:490px;left:440px;height:21.5938px;font-style:normal;display:block; }
#AcDCGoL8WgXPcAtMNo8GE1nUX4fHCgh3 { color:#474747;display:block;width:423px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:736px;left:440px;height:62.3906px;font-style:normal;display:block; }
#gDkT0Zlnbd5zDC1enm1NDXSGppeXf91M { color:#474747;display:block;width:211px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:702px;left:440px;height:21.5938px;font-style:normal;display:block; }
#f6ATAsvntXQzo0FsmgzSVXp6Ei4ifVze { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:181px;width:108px;top:230.375px;left:141px;overflow:hidden;display:block; }
#wBa7QwGIGIrXoqug3GsnDdHzFHJKPIuH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:171px;width:108px;top:463px;left:139px;overflow:hidden;display:block; }
#IJcI4AAz8Zmm6NncnndIv4aZZbrKggPu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:160px;width:108px;top:687.375px;left:141px;overflow:hidden;display:block; }
#nzsOik9MyqW8NVmdbZZW7bDTGsAHWBC5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:75px;top:267.59375px;left:307px;overflow:hidden;display:block; }
#Vh5AKzc9z7CCyTTInilra090rPfprhLA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:70px;top:509.1875px;left:309.5px;overflow:hidden;display:block; }
#VWJw7f6Nno2t6BAsESqAGn0s7Ur88nnm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:72px;top:717px;left:308.5px;overflow:hidden;display:block; }
#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #2caea1, #476af0);background-image: -moz-linear-gradient(164deg, #2caea1, #476af0);background-image: -ms-linear-gradient(164deg, #2caea1, #476af0);background-image: -o-linear-gradient(164deg, #2caea1, #476af0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caea1', endColorstr='#476af0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caea1', endColorstr='#476af0' );";background-image: linear-gradient(164deg, #2caea1, #476af0);background-size:contain !important;position:relative;display:block; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { background-color: transparent; background-image: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container > .video-iframe-container { display: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container { display: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .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); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { border-width: 0; border-radius: 0; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container {  }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { font-size:14px;font-family:arial;height:677px;width:960px;position:relative;display:block; }#tABoGByBPumOJr8xc4ddA0kqvcKEQbeA { color:#ffffff;display:block;width:444px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:1px 1px 12px rgba(0,0,0,0.24);top:236px;left:67px;height:40px;font-style:normal;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-form-header {  }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:700;color:#ffffff;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;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:transparent;background-image:none;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);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:#ffffff;font-size:12px;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-textarea { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:transparent;background-image:none;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);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:#ffffff;font-size:12px;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:transparent;background-image:none;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);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:#ffffff;font-family:"open sans";font-size:12px;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .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; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-button { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:#476af8;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:14px;font-weight:bold;color:#f2f9ff;width:280px;height:45px;font-family:"open sans";overflow:hidden;box-shadow: 1px 10px 30px rgba(0,0,0,0.5) ;line-height:1.1; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:12px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:12px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:12px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:12px;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .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:10px;font-weight:300;color:#ffffff;vertical-align:top;width:258px;overflow:hidden;font-style:normal; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .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; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container:first-of-type{padding-top:0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container:last-of-type{padding-bottom:0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT  { background-color:#474747;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;left:607.96875px;top:64px;z-index:15000;position:absolute;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:16px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT {display:block;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT { background-color:#474747;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;left:607.96875px;top:64px;z-index:15000;position:absolute;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #MPHmQZmQNQCeKnWXJ4WmPivcNTfJtl7k { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tv6FMPAIH6STPDpflOAhFCfflWc7RTR6 { position:relative;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #seyt07B7L4Trate0qoOehibEBZsq34r8 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #D06oXPxou2pluZgJXf3qDg3Icl51AQd0 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #bEJq8WTBbxx5pN1JOx12IBXZ4FLLWPT5 { position:relative;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #b8tPziFah9spZTtGyZoBrFnvUDw3Sg69 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #T1Ic6tdSsBN84TmkutZTlFkWteGqlEut { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #OLiNUdses2oBIx7VQo0AEb4Hd9OIdgcH { position:relative;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #DD62ySRBx0NqTzgeR1BF9opTtX4xMug3 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #BtnkGNwyRCAtAVr321vyBHRgUzc4bBr3 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #AeI2WCTk4bhQnNKS3xpQyTrLCZxmnoKm { position:relative;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZIOLzKPguCKPLpTO8VqOUUn6P3kni44n { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 .container-column{width:100%;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #kReaoWRumLgfEdIFphKG8G4u6MyG6OTF { position:relative;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #uHzragEMyTKtpnSWanlbTLf0ZBqvo7PK { position:relative;z-index:2; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #wVIAiCyc7r5aKPnTQg243SXxHDnecvpR { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZVu19NA6EcdeBQUDtxOOFJMWVw1fMT9B { position:relative;z-index:2; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ofPo8ssowxSppb9GTsGlVcxBLt928wM6 { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #XtWu3boRmyOdSEBvHMELNiWQSZFF5B6l { position:relative;z-index:2; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #N0FEZIwGaZT6MJH6xTMdVJ1AKTCSkVPW { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Rr9EQKvwq3UWvDeCltTSyT4KUHF3M9e4 { position:relative;z-index:2; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #rAp40x3BzXicFh2ACe1ozaLy2ihm4oia { position:relative; }
#fVcuMQ5SwxcOpQMpXzEg8xvF2DeytIgZ { position:relative;display:block;z-index:100000;display:block; }
#Rvs22ZeRlxef1Tw4ONQy7td9cFSBxLUZ { position:relative;display:block;z-index:100000;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Myx3CAkRZew0rWTh2WGhiyOL4miowUQR { position:relative; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #fydrzQcMamvZ0LQ2sdbw8Gfwoo6fvrTe { position:relative; }
#X14eNIsmTAXEHbBWXVTDxy4TT91vACgg { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:197px;left:67px;display:block; }
#SXbGHqi5d23S54rrC1QJou3ktPsiWInN { position:absolute;display:block;z-index:15002;background-color:#2f7df3;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:8px;width:8px;top:201px;left:71px;display:block; }
#J6zv7y92dmtH0fOXkAk8siXzypHiXh14 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:197px;left:89px;display:block; }
#NQ3uf2oDrztLhuUcOPJ4R2TNyKmdENOF { position:absolute;display:block;z-index:15004;background-color:#00a69a;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:8px;width:8px;top:201px;left:93px;display:block; }
#eyXhTRmVeDqfr963T2pztL7vspnqutlu { color:#ffffff;display:block;width:481px;position:absolute;font-family:montserrat;font-size:45px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:302px;left:67px;height:135px;font-style:normal;display:block; }
#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container { background-color: transparent; background-image: none; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container > .video-iframe-container { display: none; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row > .video-iframe-container { display: none; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .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); }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container { border-width: 0; border-radius: 0; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row > .video-iframe-container {  }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container { font-size:14px;font-family:arial;height:376px;width:960px;position:relative;display:block; }#yz5zMFuTb1zDZPnk1yX6qQQ3XC68kykG { color:#4772f5;display:block;width:382px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:69.640625px;left:69.5px;height:88.375px;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; }
#DIkCMy0HSaKpA21TTx2nzMO2loBBccpl { z-index:15016;top:81.640625px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:213px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e6QaLiCbCTOKvTf3mqnL7NHTAJGPbQPD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#r0ygRHi2vJnUgQuyCfnvP2u939llJUbx { z-index:15017;top:124.640625px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:111px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f18zSDL97lnoax01OdyceEtuLRwgOv2g { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qqp5BRzPXT87d0oqyaFThLCzKVmyDC2B { z-index:15018;top:167.734375px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:128px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X1B2QdNT5JMk7Re038KRachblDpXdpRR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TVT0ffK1UtZ4DmUvkNHatTTH2twSs1bR { z-index:15019;top:39px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:114px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CNDB1R7UMR3H3t5eWlKzTQuLE5ZU5iN0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ol3BkLWgUWfJDvfCdQ3shsLGX6sQ4U9F { z-index:15020;top:298px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:258px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yiqXhrO7P4KMz9rRu7U6fT0CAz1MOVv7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LKs1ZibBlrruHiQuoUa281lzhOlm01dL { z-index:15021;top:254px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:330px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VVCJzvzTsF1xrdfhLHOh2taqVAFqrk9N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lzzQ4B3T1J92qIfAmxindVo0ipcn3tW5 { z-index:15022;top:211.109375px;left:558px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:0;border-bottom-right-radius:11px;box-sizing:border-box;color:#4772f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:186px;height:30px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ARSQNNqMwssEKsOb4cCbx8AevnESiSUC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZxqiPHmRWTE5cxEPI2JOPbp0OnGI2ecd { color:#474747;display:block;width:353px;position:absolute;font-family:montserrat;font-size:24px;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:181.734375px;left:69.5px;height:52.7812px;text-align:left;text-align-last:left;display:block; }
#QgqLpVUXLf4A1QcsdVP6u8hzdT7JhOmD { position:absolute;display:block;z-index:15023;background-color:#474747;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;height:290px;width:1px;top:40.640625px;left:489.5px;display:block; }
#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#476af5;background-image:none;position:relative;display:block; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { background-color: transparent; background-image: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container > .video-iframe-container { display: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row > .video-iframe-container { display: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .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); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { border-width: 0; border-radius: 0; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row > .video-iframe-container {  }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#94a1b2;background-image:none;position:relative;display:block; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container { background-color: transparent; background-image: none; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container > .video-iframe-container { display: none; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row > .video-iframe-container { display: none; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .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); }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container { border-width: 0; border-radius: 0; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row > .video-iframe-container {  }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container { font-size:14px;font-family:arial;height:174px;width:960px;position:relative;display:block; }#MyKaKPWve7fS4krW4ExtlBAy3NXsGi3T { color:#ffffff;display:block;width:276px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:57.8125px;left:656.5px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vllp42hqLweQWhNgxpNiBhuT9O8i6F5o { box-sizing:content-box;color:#ffffff;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:block;z-index:15037;top:82px;left:661.5px;display:block; }
#TTJTwPZ7VO07vDkk5G3e0ktyN1gytzHc { box-sizing:content-box;color:#ffffff;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:block;z-index:15039;top:81px;left:774.5px;display:block; }
#L02lx9DfsGvN7TTNd4hSlW9uxvAcqC1d { box-sizing:content-box;color:#ffffff;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:block;z-index:15041;top:82px;left:849.5px;display:block; }
#oxOHFKksQ2BA8gAgIw2OTIL3zt2s6ZFw { box-sizing:content-box;color:#ffffff;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:block;z-index:15017;top:39px;left:28px;display:block; }
#c8vXF8npSsocr2kOxyB4zsdoGWi6LklA { box-sizing:content-box;color:#ffffff;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:block;z-index:15018;top:72px;left:28px;display:block; }
#mGHCXX8OmSkRDrAup2E969Hz50AAP9Vt { box-sizing:content-box;color:#ffffff;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:block;z-index:15019;top:102px;left:29px;display:block; }
#z04INyq8G9WXyTWhpu0moVRmQ0yFdrnx { color:#ffffff;display:block;width:347px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:48px;left:63px;height:15.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyZpBBSLCtTM5SCJSuTzbKV5TDn07WxK { color:#ffffff;display:block;width:204px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:79px;left:63px;height:15.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQc80kBPPU58ObSoCcmAGfLBTqQHHw3X { color:#ffffff;display:block;width:236px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:110px;left:63px;height:15.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQCWRRGzwTCceJbyc6zVL84DsluyHRvh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#T58K1drrksXpVLxoIvvE2xBaLX76Dcgh { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:87px;left:703px; }
#T58K1drrksXpVLxoIvvE2xBaLX76Dcgh > img { max-width: 100%;max-height:100%; }#dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:86px;left:741px; }
#dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT > img { max-width: 100%;max-height:100%; }#qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:88px;left:817px; }
#qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt > img { max-width: 100%;max-height:100%; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;display:block; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container { background-color: transparent; background-image: none; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container > .video-iframe-container { display: none; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row > .video-iframe-container { display: none; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .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); }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container { border-width: 0; border-radius: 0; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row > .video-iframe-container {  }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container { font-size:14px;font-family:arial;height:65px;width:960px;position:relative;display:block; }#WJsP1glZdlXmZwBm3F2VvXbiEdwcdAI0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:184px;top:18px;left:29px;overflow:hidden;display:block; }
#gvCqfXVoQvSIqRQLqdL0ZDdwKqP5pyHD { color:#5b5d64;display:block;width:244px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.697937011719px;left:689.00003051758px;height:15.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 { display:block; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnfaKT0sM6r2hDwk4RIuUTVi3onnrGRE { top:40px;left:336px;width:130px;height:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P87vCPv6vDntsF6rKoaZnZWUO7WVdOGL { width:145px;height:31px;top:32px;left:328.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OvXBBs919GwSPIzLy7vyS7cdaJPlPnwx { display:block; }
 }@media only screen and (max-width: 763px) { #B38aB8SzfDArRT2Gpbcz2Xt5rNJgGpyG { top:40px;left:493px;width:65px;height:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yez9JDUEGAsKzsXOMZMgid8bkdtfMmFN { width:82px;height:31px;top:32px;left:484.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LD4GVh72Wkh3dTAFJpZy5cJuP3gx8teT { display:block; }
 }@media only screen and (max-width: 763px) { #ThsaZJtdHTtvdsixXTh3pTp21k2UBd81 { top:40px;left:584px;width:77px;height:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KtpxTDOmCGzvbQPvxmnQiKreNUcxHm2K { width:92px;height:31px;top:32px;left:576.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GcctpxFRXE3LRtU83tcZDMWBkiy4bb5k { display:block; }
 }@media only screen and (max-width: 763px) { #i0yBhdlnCSkBp4R0GtG5l3JDd3pgiqHi { top:24px;left:0px;width:232px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #zXmkPvKzvTzN3imdaHGz86FLMlmoe36b { top:37px;left:674px;width:88px;height:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pETI1KTNhSQys5JfXs0o2oprG3fsAL7Z { top:22px;left:702px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { top:183px;left:0px;width:652px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { top:277px;left:0px;width:239px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #m4AdcxevdVOIiiBCBA0ahhg1ak4Cv6qQ { top:139px;left:7px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JEKgakegx89AuCAMZ3HIRzpcfWKT7ve2 { top:143px;left:11px;width:8px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #mO73e4fmpcosf5MvHTcsi5kDwRAzlox8 { top:139px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #meUJOOMfVLXRT5Htsr61G2TLu0gQ7aKh { top:143px;left:0px;width:8px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #QZh19ZHFVrsN1NDWtexpUusRtOaRa6ii { top:350px;left:0px;width:121px;height:121px;display:block; }
 }@media only screen and (max-width: 763px) { #PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { top:135px;left:43px;width:218px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { display:block; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { top:197px;left:0px;width:764px;height:425.43962485346px;display:block; }
 }@media only screen and (max-width: 763px) { #TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { top:66px;left:52.5px;width:659px;height:79px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { display:block; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { top:388px;left:0px;width:134px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rPhD7I7Htove5sxRU1nKqSFDfbcrdkw5 { top:388px;left:185px;width:212px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { top:419px;left:0px;width:140px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #np8nVEQHkVIux4zTZtFuKT5IZTyLA2MN { top:414px;left:193px;width:205px;height:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RNW5klBVVAeN83bMnTcm7fxMbsUh18xq { top:419px;left:625px;width:139px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xrkFKotgVvoDBPnmcyss45fURoRLPe31 { top:388px;left:440px;width:166px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P1beV9UEcvhFfxGVDaiwxN5pIhOSRRQu { top:388px;left:665px;width:89px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTH7HBclHszBpdN5uHb6DqDvbAHG8nqv { top:419px;left:450px;width:144px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { width:764px;height:147px;top:164px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FP93ufn82JUwAuBkaCKaoA4Z49XdtJ0O { top:70px;left:0px;width:350px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { top:370px;left:0px;width:170px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #s3ls2QoJWiU1KSPVWR2CZDx49nlcbMuC { top:370px;left:158px;width:260px;height:137px;display:block; }
 }@media only screen and (max-width: 763px) { #nANfkHRSrTAU4dl2eSOTTck0XwhgeaCH { top:370px;left:436px;width:170px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #MSc5Vu3UstEAdqiLLDVXgUkf7apHRhwA { top:370px;left:592px;width:170px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #TlN1qITPSPPsIFWispsQJAugOMfR2SJO { top:529px;left:199.5px;width:365px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu { display:block; }#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw { width:764px;height:661px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pEho5ByrHQO5clg8nwqxS3guW4m1mapH { width:531px;height:556px;top:130px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #k0It9Edu0xIU2QTheTkIAmZci2zNVmqd { width:418px;height:43px;top:623px;left:346px;display:block; }
 }@media only screen and (max-width: 763px) { #KwM5KyLtZQgHoA4G6fs2cyMnSbmVbbPc { display:block; }
 }@media only screen and (max-width: 763px) { #ii8MLzFHxDMQWKxOr0LItpnoV2MOfMSP { width:397px;height:338px;top:320px;left:367px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TLmZT2CFXSJSCIcaT196Rg774M4EI3MD { top:197px;left:307px;width:457px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 { display:block; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQiJwAHJLP9kUBlHZspeCtgcByVOUFTF { width:523px;height:78px;top:554px;left:120.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nKNfaw17UdK0aps6OWvfsXULQuw3SV2n { top:668px;left:288px;width:188px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #NNkWaOaIdT2q7V5MFCkrm4JadMKoREtT { display:block; }
 }@media only screen and (max-width: 763px) { #GMo80vJAVT34NXew7wWT0kITXuFIbsS2 { display:block; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvJl7WB2yqFyWzfuB6GQLsW0ldhdTp0r { top:82px;left:50px;width:423px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #v0r2tmwGLvI9JrNdMRPAT11V6ZvDk6i2 { top:92px;left:0px;width:61px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #wrUlSquQ3Coiod2U2VaAqAzgxRWcbog6 { top:306px;left:342px;width:333px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xwENIR4LcyusHnhAIVRk4E6LmoEPV0k9 { top:272px;left:342px;width:168px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W731ZiPrslPmdxWTJSElmILdDGTk69xJ { top:524px;left:340px;width:424px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ETfgdrOu1cd8iPf2ilTTnBmVUntsErT6 { top:490px;left:342px;width:138px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AcDCGoL8WgXPcAtMNo8GE1nUX4fHCgh3 { top:736px;left:341px;width:423px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gDkT0Zlnbd5zDC1enm1NDXSGppeXf91M { top:702px;left:342px;width:211px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f6ATAsvntXQzo0FsmgzSVXp6Ei4ifVze { top:230px;left:43px;width:108px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #wBa7QwGIGIrXoqug3GsnDdHzFHJKPIuH { top:463px;left:41px;width:108px;height:171px;display:block; }
 }@media only screen and (max-width: 763px) { #IJcI4AAz8Zmm6NncnndIv4aZZbrKggPu { top:687px;left:43px;width:108px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #nzsOik9MyqW8NVmdbZZW7bDTGsAHWBC5 { top:267px;left:209px;width:75px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #Vh5AKzc9z7CCyTTInilra090rPfprhLA { top:509px;left:211.5px;width:70px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #VWJw7f6Nno2t6BAsESqAGn0s7Ur88nnm { top:717px;left:210.5px;width:72px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC { display:block; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tABoGByBPumOJr8xc4ddA0kqvcKEQbeA { top:236px;left:0px;width:444px;height:40px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-regular-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text { width:236px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-textarea { width:236px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select { width:236px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-button { width:236px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-checkbox-label { width:214px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT  { width:236px;height:auto;top:51px;left:488px; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .radio-container { width:236px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT {display:block;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT { width:236px;height:auto;top:51px;left:488px; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #MPHmQZmQNQCeKnWXJ4WmPivcNTfJtl7k {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tv6FMPAIH6STPDpflOAhFCfflWc7RTR6 { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #seyt07B7L4Trate0qoOehibEBZsq34r8 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #D06oXPxou2pluZgJXf3qDg3Icl51AQd0 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #bEJq8WTBbxx5pN1JOx12IBXZ4FLLWPT5 { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #b8tPziFah9spZTtGyZoBrFnvUDw3Sg69 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #T1Ic6tdSsBN84TmkutZTlFkWteGqlEut {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #OLiNUdses2oBIx7VQo0AEb4Hd9OIdgcH { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #DD62ySRBx0NqTzgeR1BF9opTtX4xMug3 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #BtnkGNwyRCAtAVr321vyBHRgUzc4bBr3 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #AeI2WCTk4bhQnNKS3xpQyTrLCZxmnoKm { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZIOLzKPguCKPLpTO8VqOUUn6P3kni44n {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 {  }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #kReaoWRumLgfEdIFphKG8G4u6MyG6OTF { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #uHzragEMyTKtpnSWanlbTLf0ZBqvo7PK {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #wVIAiCyc7r5aKPnTQg243SXxHDnecvpR {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZVu19NA6EcdeBQUDtxOOFJMWVw1fMT9B {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ofPo8ssowxSppb9GTsGlVcxBLt928wM6 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #XtWu3boRmyOdSEBvHMELNiWQSZFF5B6l {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #N0FEZIwGaZT6MJH6xTMdVJ1AKTCSkVPW {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Rr9EQKvwq3UWvDeCltTSyT4KUHF3M9e4 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #rAp40x3BzXicFh2ACe1ozaLy2ihm4oia {  }
 }@media only screen and (max-width: 763px) { #fVcuMQ5SwxcOpQMpXzEg8xvF2DeytIgZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rvs22ZeRlxef1Tw4ONQy7td9cFSBxLUZ { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Myx3CAkRZew0rWTh2WGhiyOL4miowUQR {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #fydrzQcMamvZ0LQ2sdbw8Gfwoo6fvrTe {  }
 }@media only screen and (max-width: 763px) { #X14eNIsmTAXEHbBWXVTDxy4TT91vACgg { top:197px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SXbGHqi5d23S54rrC1QJou3ktPsiWInN { top:201px;left:0px;width:8px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #J6zv7y92dmtH0fOXkAk8siXzypHiXh14 { top:197px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3uf2oDrztLhuUcOPJ4R2TNyKmdENOF { top:201px;left:0px;width:8px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #eyXhTRmVeDqfr963T2pztL7vspnqutlu { top:302px;left:0px;width:481px;height:135px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL { display:block; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz5zMFuTb1zDZPnk1yX6qQQ3XC68kykG { top:69px;left:0px;width:382px;height:88px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DIkCMy0HSaKpA21TTx2nzMO2loBBccpl { top:81px;left:460px;width:213px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #e6QaLiCbCTOKvTf3mqnL7NHTAJGPbQPD { display:block; }
 }@media only screen and (max-width: 763px) { #r0ygRHi2vJnUgQuyCfnvP2u939llJUbx { top:124px;left:460px;width:111px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f18zSDL97lnoax01OdyceEtuLRwgOv2g { display:block; }
 }@media only screen and (max-width: 763px) { #qqp5BRzPXT87d0oqyaFThLCzKVmyDC2B { top:167px;left:460px;width:128px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X1B2QdNT5JMk7Re038KRachblDpXdpRR { display:block; }
 }@media only screen and (max-width: 763px) { #TVT0ffK1UtZ4DmUvkNHatTTH2twSs1bR { top:39px;left:460px;width:114px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CNDB1R7UMR3H3t5eWlKzTQuLE5ZU5iN0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ol3BkLWgUWfJDvfCdQ3shsLGX6sQ4U9F { top:298px;left:460px;width:258px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yiqXhrO7P4KMz9rRu7U6fT0CAz1MOVv7 { display:block; }
 }@media only screen and (max-width: 763px) { #LKs1ZibBlrruHiQuoUa281lzhOlm01dL { top:254px;left:434px;width:330px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VVCJzvzTsF1xrdfhLHOh2taqVAFqrk9N { display:block; }
 }@media only screen and (max-width: 763px) { #lzzQ4B3T1J92qIfAmxindVo0ipcn3tW5 { top:211px;left:460px;width:186px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ARSQNNqMwssEKsOb4cCbx8AevnESiSUC { display:block; }
 }@media only screen and (max-width: 763px) { #ZxqiPHmRWTE5cxEPI2JOPbp0OnGI2ecd { top:181px;left:0px;width:353px;height:52px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QgqLpVUXLf4A1QcsdVP6u8hzdT7JhOmD { top:40px;left:391.5px;width:1px;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #aley8wqu5Jzf9B8qxlV7HnN40F18xLzh { display:block; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 { display:block; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyKaKPWve7fS4krW4ExtlBAy3NXsGi3T { top:57px;left:488px;width:276px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Vllp42hqLweQWhNgxpNiBhuT9O8i6F5o { top:82px;left:563.5px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TTJTwPZ7VO07vDkk5G3e0ktyN1gytzHc { top:81px;left:676.5px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L02lx9DfsGvN7TTNd4hSlW9uxvAcqC1d { top:82px;left:734px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #oxOHFKksQ2BA8gAgIw2OTIL3zt2s6ZFw { top:39px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #c8vXF8npSsocr2kOxyB4zsdoGWi6LklA { top:72px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mGHCXX8OmSkRDrAup2E969Hz50AAP9Vt { top:102px;left:0px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #z04INyq8G9WXyTWhpu0moVRmQ0yFdrnx { top:48px;left:0px;width:347px;height:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MyZpBBSLCtTM5SCJSuTzbKV5TDn07WxK { top:79px;left:0px;width:204px;height:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HQc80kBPPU58ObSoCcmAGfLBTqQHHw3X { top:110px;left:0px;width:236px;height:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rQCWRRGzwTCceJbyc6zVL84DsluyHRvh { display:none; }
 }@media only screen and (max-width: 763px) { #T58K1drrksXpVLxoIvvE2xBaLX76Dcgh { top:87px;left:605px;width:20px;height:20px;display:block; }
#T58K1drrksXpVLxoIvvE2xBaLX76Dcgh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT { top:86px;left:643px;width:20px;height:20px;display:block; }
#dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt { top:88px;left:719px;width:18px;height:18px;display:block; }
#qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa { display:block; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJsP1glZdlXmZwBm3F2VvXbiEdwcdAI0 { top:18px;left:0px;width:184px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gvCqfXVoQvSIqRQLqdL0ZDdwKqP5pyHD { top:24px;left:520px;width:244px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { background-color: transparent; background-image: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container > .video-iframe-container { display: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row > .video-iframe-container { display: none; }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .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); }#fk8tiDcZUlyVGasdQxUavTnBiuOTHm65 > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnfaKT0sM6r2hDwk4RIuUTVi3onnrGRE { width:89px;height:0;top:235px;left:115.5px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P87vCPv6vDntsF6rKoaZnZWUO7WVdOGL { width:200px;height:35px;top:225px;left:60px;background-color:transparent;background-image:none;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #OvXBBs919GwSPIzLy7vyS7cdaJPlPnwx { display:block; }
 }@media only screen and (max-width: 763px) { #B38aB8SzfDArRT2Gpbcz2Xt5rNJgGpyG { width:65px;height:auto;top:40px;left:127px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yez9JDUEGAsKzsXOMZMgid8bkdtfMmFN { width:82px;height:31px;top:32px;left:119px;background-color:transparent;background-image:none;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #LD4GVh72Wkh3dTAFJpZy5cJuP3gx8teT { display:block; }
 }@media only screen and (max-width: 763px) { #ThsaZJtdHTtvdsixXTh3pTp21k2UBd81 { width:77px;height:auto;top:40px;left:121px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KtpxTDOmCGzvbQPvxmnQiKreNUcxHm2K { width:92px;height:31px;top:32px;left:114px;background-color:transparent;background-image:none;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #GcctpxFRXE3LRtU83tcZDMWBkiy4bb5k { display:block; }
 }@media only screen and (max-width: 763px) { #i0yBhdlnCSkBp4R0GtG5l3JDd3pgiqHi { width:232px;height:47px;top:14px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #zXmkPvKzvTzN3imdaHGz86FLMlmoe36b { width:111px;height:0;top:394.6px;left:104px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #pETI1KTNhSQys5JfXs0o2oprG3fsAL7Z { width:50px;height:50px;top:324.6px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58e901c5-3e4f-48c0-a81d-e450852df543/PortadaLandingInstrumentacinQX_PortadaMobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.adaptive-delivery-prevent-bg, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyload, #BkE7et00BCmXlKNkrXkZ6USBuC5OziTr.lazyloading { background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { background-color: transparent; background-image: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row > .video-iframe-container { display: none; }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .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); }#BkE7et00BCmXlKNkrXkZ6USBuC5OziTr > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdlK3NCQIvgVp5MVnVC53s3OxN7SOCNC { width:207px;height:50.6px;top:114px;left:56.5px;font-size:23px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXAcOJS6bskTbXRukXyGoZ0L2dBVcOcP { top:214.5px;left:75.5px;width:169px;height:42px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sigGDPelKJ6HoVm4OyQ5kmAtZOeSPpF0 { display:block; }
 }@media only screen and (max-width: 763px) { #m4AdcxevdVOIiiBCBA0ahhg1ak4Cv6qQ { width:15px;height:15px;top:44px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #JEKgakegx89AuCAMZ3HIRzpcfWKT7ve2 { width:8px;height:8px;top:48px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #mO73e4fmpcosf5MvHTcsi5kDwRAzlox8 { width:15px;height:15px;top:44px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #meUJOOMfVLXRT5Htsr61G2TLu0gQ7aKh { width:8px;height:8px;top:48px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #QZh19ZHFVrsN1NDWtexpUusRtOaRa6ii { width:75px;height:75px;top:273.5px;left:122.5px;display:none; }
 }@media only screen and (max-width: 763px) { #PS02n16SEhkWnk9lNQgZEW82BkaKHNyX { width:218px;height:17.6042px;top:74px;left:51px;font-size:16px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT { display:block; }#aslHfHnKFkq5BV6bVZ0nuWhfwQW02RkT > .row .container { width:320px;height:366px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THA5UqRoSh3483G8FCvhKg6PqJ4PVRSN { height:167px;width:300px;top:135.59997558594px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TrxpuazIJ1WcRAWOn0PpekmpWXLgIJPq { width:243px;height:79.1875px;top:44px;left:38.5px;font-size:18px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ud2cDyp8eB5MCuUMP6smtdp694ox3QMq { display:block; }#ud2cDyp8eB5MCuUMP6smtdp694ox3QMq > .row .container { width:320px;height:985px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVIw2sv4qxgZ2dTkVJFvoLDVMmKHNGCP { width:123px;height:23.3906px;top:371px;left:98.5px;font-size:18px;color:#67c9b8;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; }
 }@media only screen and (max-width: 763px) { #rPhD7I7Htove5sxRU1nKqSFDfbcrdkw5 { width:185px;height:23.3906px;top:489px;left:67.5px;font-size:18px;color:#67c9b8;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0sPxR8bZATs4sMIJmDPprgMfbDKJ4p { width:106px;height:20.8906px;top:399px;left:107px;font-size:19px;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; }
 }@media only screen and (max-width: 763px) { #np8nVEQHkVIux4zTZtFuKT5IZTyLA2MN { width:199px;height:74.75px;top:513.390625px;left:61.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RNW5klBVVAeN83bMnTcm7fxMbsUh18xq { width:118px;height:22.7969px;top:803px;left:101px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xrkFKotgVvoDBPnmcyss45fURoRLPe31 { width:155px;height:23.3906px;top:658px;left:82.5px;font-size:18px;color:#67c9b8;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; }
 }@media only screen and (max-width: 763px) { #P1beV9UEcvhFfxGVDaiwxN5pIhOSRRQu { width:103px;height:23.3906px;top:777px;left:108.5px;font-size:18px;color:#67c9b8;display:block; }
 }@media only screen and (max-width: 763px) { #TTH7HBclHszBpdN5uHb6DqDvbAHG8nqv { width:132px;height:22.7969px;top:682.59375px;left:94px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVJ1JsV48tvGr07aoOxOxa234CoKu4eX { width:270px;height:181.875px;top:134.85000610352px;left:25px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FP93ufn82JUwAuBkaCKaoA4Z49XdtJ0O { width:277px;height:74px;top:53.850006103516px;left:21.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CzXKPfCRq6dk1zKgMWeUuXdcL5IebUE2 { width:170px;height:89px;top:349.1875px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #s3ls2QoJWiU1KSPVWR2CZDx49nlcbMuC { width:260px;height:135px;top:469px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nANfkHRSrTAU4dl2eSOTTck0XwhgeaCH { width:170px;height:89px;top:636px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #MSc5Vu3UstEAdqiLLDVXgUkf7apHRhwA { width:170px;height:89px;top:757px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #TlN1qITPSPPsIFWispsQJAugOMfR2SJO { width:292px;height:40px;top:887px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu { display:none; }#Jol7KnxyXuc0bm30yhc7fPLyq1V4yVlu > .row .container { width:320px;height:690px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw { width:295px;height:280px;top:66px;left:13px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bPZ0jgyf/instituto_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.adaptive-delivery-prevent-bg, #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.lazyload, #oV7taCMS1rRVLQ4g6k7E99Nhte7Z85Fw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pEho5ByrHQO5clg8nwqxS3guW4m1mapH { width:295px;height:441px;top:186.80004882812px;left:12.5px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k0It9Edu0xIU2QTheTkIAmZci2zNVmqd { width:231px;height:36px;top:543.36669921875px;left:44.5px;font-size:15px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KwM5KyLtZQgHoA4G6fs2cyMnSbmVbbPc { display:block; }
 }@media only screen and (max-width: 763px) { #ii8MLzFHxDMQWKxOr0LItpnoV2MOfMSP { width:232px;height:333.0936px;top:304.60000610352px;left:43px;text-align:center;text-align-last:center;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TLmZT2CFXSJSCIcaT196Rg774M4EI3MD { width:255px;height:65px;top:231.60000610352px;left:32.5px;display:block; }
 }@media only screen and (max-width: 763px) { #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 { background-color:#474747;background-image:url("https://images.assets-landingi.com/uc/a2cfd252-8a6e-450d-9f61-d78c6983dc82/FondoExperienciaIUHIBAMobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.adaptive-delivery-prevent-bg, #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.lazyload, #P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2.lazyloading { background-image: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { background-color: transparent; background-image: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container > .video-iframe-container { display: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row > .video-iframe-container { display: none; }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .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); }#P2hSxx0NN6cB3hZ8ymBGw5D9ItSvi7U2 > .row .container { width:320px;height:585px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQiJwAHJLP9kUBlHZspeCtgcByVOUFTF { width:273px;height:110.469px;top:341.79998779297px;left:23.5px;text-align:center;text-align-last:center;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nKNfaw17UdK0aps6OWvfsXULQuw3SV2n { top:489px;left:80px;width:160px;height:37px;font-size:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NNkWaOaIdT2q7V5MFCkrm4JadMKoREtT { display:block; }
 }@media only screen and (max-width: 763px) { #GMo80vJAVT34NXew7wWT0kITXuFIbsS2 { background-color:#ffffff;background-image:none;display:block; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { background-color: transparent; background-image: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container > .video-iframe-container { display: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row > .video-iframe-container { display: none; }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .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); }#GMo80vJAVT34NXew7wWT0kITXuFIbsS2 > .row .container { width:320px;height:1142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvJl7WB2yqFyWzfuB6GQLsW0ldhdTp0r { width:253px;height:48px;top:65px;left:33.5px;font-size:24px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #v0r2tmwGLvI9JrNdMRPAT11V6ZvDk6i2 { width:32px;height:35px;top:40px;left:47.5px;display:none; }
 }@media only screen and (max-width: 763px) { #wrUlSquQ3Coiod2U2VaAqAzgxRWcbog6 { width:270px;height:36.375px;top:390px;left:25px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xwENIR4LcyusHnhAIVRk4E6LmoEPV0k9 { width:270px;height:22.0938px;top:358px;left:25px;font-size:17px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W731ZiPrslPmdxWTJSElmILdDGTk69xJ { width:287px;height:72.75px;top:685.640625px;left:17.5px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ETfgdrOu1cd8iPf2ilTTnBmVUntsErT6 { width:202px;height:18.6875px;top:655.640625px;left:59px;font-size:17px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AcDCGoL8WgXPcAtMNo8GE1nUX4fHCgh3 { width:248px;height:72.75px;top:1009px;left:37px;font-size:14px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gDkT0Zlnbd5zDC1enm1NDXSGppeXf91M { width:182px;height:18.6875px;top:978px;left:70px;font-size:17px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f6ATAsvntXQzo0FsmgzSVXp6Ei4ifVze { width:104px;height:181px;top:156px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #wBa7QwGIGIrXoqug3GsnDdHzFHJKPIuH { width:108px;height:171px;top:459px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #IJcI4AAz8Zmm6NncnndIv4aZZbrKggPu { width:108px;height:160px;top:792.5px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #nzsOik9MyqW8NVmdbZZW7bDTGsAHWBC5 { width:75px;height:73px;top:194px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #Vh5AKzc9z7CCyTTInilra090rPfprhLA { width:70px;height:64px;top:512.5px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #VWJw7f6Nno2t6BAsESqAGn0s7Ur88nnm { width:72px;height:69px;top:838px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #476af0, #2caea1);background-image: -moz-linear-gradient(45deg, #476af0, #2caea1);background-image: -ms-linear-gradient(45deg, #476af0, #2caea1);background-image: -o-linear-gradient(45deg, #476af0, #2caea1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#476af0', endColorstr='#2caea1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#476af0', endColorstr='#2caea1' );";background-image: linear-gradient(45deg, #476af0, #2caea1);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { background-color: transparent; background-image: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container > .video-iframe-container { display: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container { display: none; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .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); }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { border-width: 0; border-radius: 0; }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row > .video-iframe-container {  }#eNEzeVWGfD0snD3NlecgOv9XCoN4V1NC > .row .container { width:320px;height:774px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tABoGByBPumOJr8xc4ddA0kqvcKEQbeA { width:293px;height:27px;top:85px;left:13.5px;font-size:27px;text-align:center;text-align-last:center;color:#ffffff;text-shadow:1px 1px 10px rgba(0,0,0,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:11px;overflow:hidden; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:11px;overflow:hidden; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:11px;overflow:hidden; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:13px;overflow:hidden;line-height:1;height:35px; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container { padding-top:1px;padding-right:0;padding-bottom:0;padding-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container:first-of-type{padding-top:0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-container:last-of-type{padding-bottom:0;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT  { width:280px;height:auto;top:198px;left:0px; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT .widget-info-text { font-size:14px;overflow:hidden;height:auto; }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT {display:block;}#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT { width:280px;height:auto;top:198px;left:0px; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #MPHmQZmQNQCeKnWXJ4WmPivcNTfJtl7k {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tv6FMPAIH6STPDpflOAhFCfflWc7RTR6 { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #seyt07B7L4Trate0qoOehibEBZsq34r8 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #D06oXPxou2pluZgJXf3qDg3Icl51AQd0 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #bEJq8WTBbxx5pN1JOx12IBXZ4FLLWPT5 { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #b8tPziFah9spZTtGyZoBrFnvUDw3Sg69 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #T1Ic6tdSsBN84TmkutZTlFkWteGqlEut {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #OLiNUdses2oBIx7VQo0AEb4Hd9OIdgcH { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #DD62ySRBx0NqTzgeR1BF9opTtX4xMug3 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #BtnkGNwyRCAtAVr321vyBHRgUzc4bBr3 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #AeI2WCTk4bhQnNKS3xpQyTrLCZxmnoKm { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZIOLzKPguCKPLpTO8VqOUUn6P3kni44n {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 {  }
#xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Tt08LeJ6OqiiUrfefugFTKo0AD3kGw40 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #kReaoWRumLgfEdIFphKG8G4u6MyG6OTF { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #uHzragEMyTKtpnSWanlbTLf0ZBqvo7PK {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #wVIAiCyc7r5aKPnTQg243SXxHDnecvpR {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ZVu19NA6EcdeBQUDtxOOFJMWVw1fMT9B {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #ofPo8ssowxSppb9GTsGlVcxBLt928wM6 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #XtWu3boRmyOdSEBvHMELNiWQSZFF5B6l {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #N0FEZIwGaZT6MJH6xTMdVJ1AKTCSkVPW {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Rr9EQKvwq3UWvDeCltTSyT4KUHF3M9e4 {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #rAp40x3BzXicFh2ACe1ozaLy2ihm4oia {  }
 }@media only screen and (max-width: 763px) { #fVcuMQ5SwxcOpQMpXzEg8xvF2DeytIgZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rvs22ZeRlxef1Tw4ONQy7td9cFSBxLUZ { display:block; }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #Myx3CAkRZew0rWTh2WGhiyOL4miowUQR {  }
 }@media only screen and (max-width: 763px) { #xRyNBH0aUcPqMCAodAV4rsDq9na5TBaT #fydrzQcMamvZ0LQ2sdbw8Gfwoo6fvrTe {  }
 }@media only screen and (max-width: 763px) { #X14eNIsmTAXEHbBWXVTDxy4TT91vACgg { width:10px;height:10px;top:51px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #SXbGHqi5d23S54rrC1QJou3ktPsiWInN { width:5px;height:5px;top:54px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #J6zv7y92dmtH0fOXkAk8siXzypHiXh14 { width:10px;height:10px;top:51px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3uf2oDrztLhuUcOPJ4R2TNyKmdENOF { width:5px;height:5px;top:54px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #eyXhTRmVeDqfr963T2pztL7vspnqutlu { width:240px;height:40.7812px;top:129.390625px;left:40px;font-size:17px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL { display:block; }#dO07MDu1niOXU2ZPwuJ9BfXKJf2ciOJL > .row .container { width:320px;height:551px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yz5zMFuTb1zDZPnk1yX6qQQ3XC68kykG { width:252px;height:44px;top:51.75px;left:34px;font-size:22px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DIkCMy0HSaKpA21TTx2nzMO2loBBccpl { top:214.0625px;left:53px;width:214px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e6QaLiCbCTOKvTf3mqnL7NHTAJGPbQPD { display:block; }
 }@media only screen and (max-width: 763px) { #r0ygRHi2vJnUgQuyCfnvP2u939llJUbx { top:265.0625px;left:102.5px;width:115px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #f18zSDL97lnoax01OdyceEtuLRwgOv2g { display:block; }
 }@media only screen and (max-width: 763px) { #qqp5BRzPXT87d0oqyaFThLCzKVmyDC2B { top:316.0625px;left:102.5px;width:115px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X1B2QdNT5JMk7Re038KRachblDpXdpRR { display:block; }
 }@media only screen and (max-width: 763px) { #TVT0ffK1UtZ4DmUvkNHatTTH2twSs1bR { top:164px;left:107.5px;width:105px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CNDB1R7UMR3H3t5eWlKzTQuLE5ZU5iN0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ol3BkLWgUWfJDvfCdQ3shsLGX6sQ4U9F { top:469px;left:28.5px;width:263px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yiqXhrO7P4KMz9rRu7U6fT0CAz1MOVv7 { display:block; }
 }@media only screen and (max-width: 763px) { #LKs1ZibBlrruHiQuoUa281lzhOlm01dL { top:417px;left:20.5px;width:279px;height:31px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VVCJzvzTsF1xrdfhLHOh2taqVAFqrk9N { display:block; }
 }@media only screen and (max-width: 763px) { #lzzQ4B3T1J92qIfAmxindVo0ipcn3tW5 { top:367px;left:61px;width:198px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ARSQNNqMwssEKsOb4cCbx8AevnESiSUC { display:block; }
 }@media only screen and (max-width: 763px) { #ZxqiPHmRWTE5cxEPI2JOPbp0OnGI2ecd { width:280px;height:37.375px;top:105.0625px;left:20px;font-size:17px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgqLpVUXLf4A1QcsdVP6u8hzdT7JhOmD { width:1px;height:290px;top:1395.234375px;left:172px;display:none; }
 }@media only screen and (max-width: 763px) { #aley8wqu5Jzf9B8qxlV7HnN40F18xLzh { background-color:#476af5;background-image:none;display:block; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { background-color: transparent; background-image: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container > .video-iframe-container { display: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row > .video-iframe-container { display: none; }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .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); }#aley8wqu5Jzf9B8qxlV7HnN40F18xLzh > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 { display:block; }#VwNWyah39LEqM4JtvG8mPMmS5IkKOS27 > .row .container { width:320px;height:412px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyKaKPWve7fS4krW4ExtlBAy3NXsGi3T { width:163px;height:33.7812px;top:254px;left:77px;font-size:13px;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Vllp42hqLweQWhNgxpNiBhuT9O8i6F5o { width:30px;height:30px;top:304px;left:92px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TTJTwPZ7VO07vDkk5G3e0ktyN1gytzHc { width:30px;height:30px;top:337px;left:92px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #L02lx9DfsGvN7TTNd4hSlW9uxvAcqC1d { width:32px;height:32px;top:336px;left:198px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oxOHFKksQ2BA8gAgIw2OTIL3zt2s6ZFw { width:35px;height:35px;top:41px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #c8vXF8npSsocr2kOxyB4zsdoGWi6LklA { width:35px;height:35px;top:102px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mGHCXX8OmSkRDrAup2E969Hz50AAP9Vt { width:35px;height:35px;top:160px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #z04INyq8G9WXyTWhpu0moVRmQ0yFdrnx { width:257px;height:12.0938px;top:83px;left:32px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyZpBBSLCtTM5SCJSuTzbKV5TDn07WxK { width:204px;height:12.0938px;top:139px;left:58px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQc80kBPPU58ObSoCcmAGfLBTqQHHw3X { width:236px;height:12.0938px;top:199px;left:42px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQCWRRGzwTCceJbyc6zVL84DsluyHRvh { top:233px;left:60px;width:200px;height:3px;z-index:15042;background-color:#00deb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T58K1drrksXpVLxoIvvE2xBaLX76Dcgh { display:flex;width:23px;height:23px;top:307.5px;left:149.5px;font-size:16px; }
#T58K1drrksXpVLxoIvvE2xBaLX76Dcgh > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT { display:flex;width:23px;height:23px;top:307.5px;left:203px;font-size:16px; }
#dyJT7oFHo6MZt76JGqLRDoNxseNvNXuT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt { display:flex;width:22px;height:22px;top:342px;left:149px;font-size:15px; }
#qCh0WSMKsaQD1KwwMfThLb6RdfmM6zBt > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa { display:block; }#vCw5NQsBu8Mss88rFfKvzCNuZuCZmdXa > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJsP1glZdlXmZwBm3F2VvXbiEdwcdAI0 { width:184px;height:29px;top:20px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #gvCqfXVoQvSIqRQLqdL0ZDdwKqP5pyHD { width:244px;height:auto;top:24px;left:38px;font-size:12px;display:none; }
 }