.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,220,221;--color-primary-1:138,139,142;--color-primary-2:21,22,28;--color-primary-3:11,11,14;--color-primary-4:3,3,4;--color-secondary-0:237,237,237;--color-secondary-1:195,195,195;--color-secondary-2:134,134,134;--color-secondary-3:67,67,67;--color-secondary-4:20,20,20;--color-tertiary-0:255,255,255;--color-tertiary-1:212,206,255;--color-tertiary-2:111,92,255;--color-tertiary-3:56,46,128;--color-tertiary-4:11,9,25;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#15161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01e15476-d075-4f92-a30e-37f6969b89a0/Mesadetrabajo117.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.02978515625rem;left:24.90673828125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SZ2dah1DBTTWG8a4vqZ01zwPQCE5ToX7 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1245125rem;width:18.4365rem;top:5.91943359375rem;left:28.28173828125rem;overflow:hidden;display:block; }
#wWnq51G6tRGAliL3T6TqXbDdHbmf6dT5 { background-color:#e50000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:2.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.7495125rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:19.52197265625rem;left:22.060546875rem;display:block; }
#p5UGiVcu8o2mTuy9lm4SWSJt8v3sI7aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxPRz6Ll5SEOWf30D0S7f5Bkrf8KgyzT { color:#f6f6fb;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:16.53076171875rem;left:24.75rem;height:1.62305rem;font-style:normal;display:block; }
#s2TzupSgsRslHooHGOxETp3A09okIt8V { background-color:#000000;background-image:none;border-top:0.3125rem solid #f6f6fb;border-left:0.3125rem solid #f6f6fb;border-right:0.3125rem solid #f6f6fb;border-bottom:0.3125rem solid #f6f6fb;border-top-left-radius:0rem;border-top-right-radius:2.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.811525rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:19.4912109375rem;left:42.123046875rem;display:block; }
#mxGwJ58seHMTTdtTBVPqAUeJZT0mlgXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.2783203125rem;left:40.62451171875rem;height:12rem;display:block; }
#WX8SwT6XU6n7B4QH5X0KT07GyouyVd6X { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:15.3105625rem;top:4.2158203125rem;left:46.55419921875rem;overflow:hidden;display:block; }
#WwIvEtdD5rJALPUPl5nxxhz5NoLpUNsv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:75rem;top:28.3740234375rem;left:-0.0625rem;overflow:hidden;display:block; }
#Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.3105625rem;width:33.2475625rem;top:5.15478515625rem;left:5.625rem;overflow:hidden;display:block; }
#Q5lTQKr2zutSRACU3294qyUAB7ViSRte { position:relative;display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte { background-color: transparent; background-image: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container > .video-iframe-container { display: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row > .video-iframe-container { display: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .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); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte { border-width: 0; border-radius: 0; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { background-color: transparent; background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .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); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { border-width: 0; border-radius: 0; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.3125rem;left:10.2451171875rem;height:9rem;display:block; }
#m0TLzgvHsAy2gs1k1b8FTvQvSTreC5or { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:9.8701171875rem;left:13.810546875rem;height:1.7871125rem;font-style:normal;display:block; }
#R4yrEm57f9Ow5IXqDDl93aVec53FHLzF { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.77734375rem;left:10.2451171875rem;display:block; }
#lRMnqr0CzsBoEpb6AAuGUsRX5nST7JAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXRKmxh653o0o3sADHh0MoKUmD1KzWhW { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:24.6855625rem;top:2.79638671875rem;left:10.2451171875rem;overflow:hidden;display:block; }
#gc0hcQo1cLZBvMkMmAakK3wPWuhBPU7d { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.1245125rem;top:8.60888671875rem;left:10.2451171875rem;overflow:hidden;display:block; }
#F0JFwMfilGCaLxBxvve7ybcazSCvA320 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:29.3232421875rem;left:10.2451171875rem;height:1.125rem;display:block; }
#uElF17nuqCWZFAmF8NQUMElioT5W2wGd { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4350625rem;width:33.8100625rem;top:4.8251953125rem;left:37.9013671875rem;overflow:hidden;display:block; }
#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { background-color: transparent; background-image: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .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); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { border-width: 0; border-radius: 0; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:48.8745rem;width:38.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#b5R7H7VIpw3uK46TTPSZMEQbdiTQStN2 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4975625rem;width:22.7475625rem;top:0rem;left:44.25rem;overflow:hidden;display:block; }
#tRGWpBZ9aoEZ927DNdgXUVS2SQXBMd6B { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.49755859375rem;left:42.498046875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TTVGDqStdSzLRRAx0MEENTmhoHw65G1a { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.875rem;left:41.5625rem;display:block; }
#J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTT6EMkLsaOBMyhS1bZaPtw62EgSqIwC { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.5rem;left:41.6875rem;display:block; }
#r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dwr80IVuRsfF1h309sZMqnuEcou3qC8w { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25rem;left:41.5625rem;display:block; }
#TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puiTpdSlZxfixFM3guK9LmiOV1zWLX4q { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.9375rem;left:57.4375rem;display:block; }
#zB4CzuxAkMVSnQBAy26lAb9X1kIFJb3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1PMlwpkWOsfDFJX3OHN0mXHTrLyJsCy { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.9990234375rem;left:57.4365234375rem;display:block; }
#Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyGyO54hJzACbk2RaENTETdR9SWMtw6l { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.5rem;left:57.4365234375rem;display:block; }
#gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSqyWbdHp872Z730uiVm1r4CeiniRvtg { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.9375rem;left:41.5rem;display:block; }
#lXqlaKG73qTC14uQyHfwEASGod6Zv4Ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GakFt0HQADRCUW1WZKexpdgDbE2BRg91 { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.5rem;left:41.625rem;display:block; }
#Gnfkha5V2nEbbEzPfZSGzGVfVW6WCegb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmyRxPZWMpSoo0aredW2CPE7ckmHoxFs { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41.96923828125rem;left:41.56201171875rem;display:block; }
#sT8TicQlP0VwdPxtlOC0XQXeMWEnqpHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sy5o919Pqa0B5ATlwvqkM1Cb2wT7TKex { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.9375rem;left:57.4365234375rem;display:block; }
#tglHDETDN08L3xyFrcTxVilXxBotnimv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfcTMbLBnwLoxgpqDTCn9CeHyJwOMREV { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.49951171875rem;left:57.4365234375rem;display:block; }
#pCWgWp0O2s0ZJA3oQxxPWJAq290XpWu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MH0FWfpXe3nDt6gclbFNrS5cEfEtB7Cc { background-color:#ea2121;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:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6245125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:41.96923828125rem;left:57.5302734375rem;display:block; }
#IHOIpAMnVATMPFuM65HSbPNPl08msFWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO { position:relative;display:block; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO { background-color: transparent; background-image: none; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container > .video-iframe-container { display: none; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row > .video-iframe-container { display: none; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .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); }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO { border-width: 0; border-radius: 0; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-form-header {  }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;color:#f6f6fb;width:44.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#e50000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:44.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden;line-height:1.2; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:43.75rem;overflow:hidden;font-style:normal; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-container:first-of-type{padding-top:0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-container:last-of-type{padding-bottom:0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ  { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:13.77978515625rem;top:20.99560546875rem;z-index:15002;position:absolute; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:44.9375rem;display:block;vertical-align:top; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ {display:block;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:13.77978515625rem;top:20.99560546875rem;z-index:15002;position:absolute; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ZQX95TIHbcBk4X1KciEg6RHXH7Smv5Nk { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #qvXmIUzdmw3EDCnH0F0AIsmsQmhDXwso { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #lZVIbaHQSGrO1aKAkfZcaT4CEESHG5U6 { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #yGCWgLcT0nisFti1M1NNPQzSiZnpTHWp { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #M97QkXXHpDT84LD0RT9WiGXTlKqFufTp { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #sBfXgq8GXNywhkLRR2kBWb1RI6tBGRlb { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #DCnf0UQqEbUqTi1kv4Qrsrdzzf2PC1qN { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Ow5QUmouhXrSkV9nwqGEe6Liw5L0P0Gt { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #csrGvCvDJ1m62fXGe429HcrPxUSGn9fS { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #XTq2F6bEFzIsc1LCtoHg7VHrkeauqDKe { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #zf5cQwo1U5KFm0dl8yJem6b21es5p9T9 { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #iRDgKTi9J3ZJCXABanQz9auosbimT5b0 { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #AslTU8rrC2tQwGWfbwAWGdgdM1mV05RE { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #cz8vgM4q64zmbvfAdDhIAR3d16qHZuVE { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #fuuKw0dwJTP58lF4WT0tukJbFMckLIpX { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HIKrNwUnJtVkmO04k01PPAZ0TQH6zUny { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #MOuik4zG7eqi5Ku9FZcmQbWFJqx7tHoW { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #W9dTH4D1OQ2lCcQZrRKb3SsnBOEx0Fbk { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ALbWzPxh2fNToT0GlOsNZGDJzIBGuepd { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Bt9Ux8QwP54OJsascq6ylL32HdgFgLdt { position:relative;display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #kFfi5Ky1t67lvdWsngrKZz214VrqAxt0 { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ct6v6UvNRFfUoHNqZdcGofJ8p3sbFABS { position:relative; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HZCAP8wDV7TM4S7IJFtIFT34gOXh33F0 { position:relative; }
#GiMny2xskhKgNgmvBT632pnicLdfOVVs { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:21.75rem;top:3.46435546875rem;left:26.625rem;overflow:hidden;display:block; }
#CpOF7av7mxfvEIwGIy1c03Z0xKoaVWTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.30810546875rem;left:23.65283203125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kN0GTrlURI4KmrxQkqXv8R6FSPfZ6lXh { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.90185546875rem;left:24.06005859375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT { position:relative;display:block; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT { background-color: transparent; background-image: none; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container > .video-iframe-container { display: none; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row > .video-iframe-container { display: none; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .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); }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT { border-width: 0; border-radius: 0; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15161c;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:10rem;left:11.28173828125rem;width:25.125rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ2dah1DBTTWG8a4vqZ01zwPQCE5ToX7 { top:5.875rem;left:14.65673828125rem;width:18.375rem;height:3.1140898319909rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWnq51G6tRGAliL3T6TqXbDdHbmf6dT5 { width:19.125rem;height:2.6875rem;top:19.5rem;left:8.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5UGiVcu8o2mTuy9lm4SWSJt8v3sI7aa { display:block; }
 }@media only screen and (max-width: 763px) { #ZxPRz6Ll5SEOWf30D0S7f5Bkrf8KgyzT { top:16.5rem;left:11.125rem;width:25.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TzupSgsRslHooHGOxETp3A09okIt8V { width:10.8125rem;height:2.75rem;top:19.4375rem;left:28.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxGwJ58seHMTTdtTBVPqAUeJZT0mlgXx { display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { top:12.25rem;left:18.25rem;width:29.5rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX8SwT6XU6n7B4QH5X0KT07GyouyVd6X { top:4.1875rem;left:32.5rem;width:15.25rem;height:6.723299682817rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwIvEtdD5rJALPUPl5nxxhz5NoLpUNsv { top:28.3125rem;left:0rem;width:47.75rem;height:8.3164583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:33.1875rem;height:18.277484040183rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5lTQKr2zutSRACU3294qyUAB7ViSRte { display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { top:13.3125rem;left:0rem;width:26.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TLzgvHsAy2gs1k1b8FTvQvSTreC5or { top:9.8125rem;left:0.185546875rem;width:12rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4yrEm57f9Ow5IXqDDl93aVec53FHLzF { width:14.0625rem;height:4.5625rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMnqr0CzsBoEpb6AAuGUsRX5nST7JAg { display:block; }
 }@media only screen and (max-width: 763px) { #oXRKmxh653o0o3sADHh0MoKUmD1KzWhW { top:2.75rem;left:0rem;width:24.625rem;height:5.7982398618626rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0hcQo1cLZBvMkMmAakK3wPWuhBPU7d { top:8.5625rem;left:0rem;width:3.0625rem;height:4.2269093978661rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JFwMfilGCaLxBxvve7ybcazSCvA320 { top:29.3125rem;left:0rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElF17nuqCWZFAmF8NQUMElioT5W2wGd { top:4.8125rem;left:14rem;width:33.75rem;height:21.396983793656rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { width:38.8125rem;height:48.8745rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5R7H7VIpw3uK46TTPSZMEQbdiTQStN2 { top:0rem;left:25.0625rem;width:22.6875rem;height:8.4751255972481rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRGWpBZ9aoEZ927DNdgXUVS2SQXBMd6B { top:8.4375rem;left:21.5rem;width:26.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVGDqStdSzLRRAx0MEENTmhoHw65G1a { width:14.0625rem;height:4.5625rem;top:13.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { display:block; }
 }@media only screen and (max-width: 763px) { #tTT6EMkLsaOBMyhS1bZaPtw62EgSqIwC { width:14.0625rem;height:4.5625rem;top:19.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { display:block; }
 }@media only screen and (max-width: 763px) { #Dwr80IVuRsfF1h309sZMqnuEcou3qC8w { width:14.0625rem;height:4.5625rem;top:25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #puiTpdSlZxfixFM3guK9LmiOV1zWLX4q { width:14.0625rem;height:4.5625rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4CzuxAkMVSnQBAy26lAb9X1kIFJb3C { display:block; }
 }@media only screen and (max-width: 763px) { #e1PMlwpkWOsfDFJX3OHN0mXHTrLyJsCy { width:14.0625rem;height:4.5625rem;top:24.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { display:block; }
 }@media only screen and (max-width: 763px) { #CyGyO54hJzACbk2RaENTETdR9SWMtw6l { width:14.0625rem;height:4.5625rem;top:19.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block; }
 }@media only screen and (max-width: 763px) { #HSqyWbdHp872Z730uiVm1r4CeiniRvtg { width:14.0625rem;height:4.5625rem;top:30.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqlaKG73qTC14uQyHfwEASGod6Zv4Ce { display:block; }
 }@media only screen and (max-width: 763px) { #GakFt0HQADRCUW1WZKexpdgDbE2BRg91 { width:14.0625rem;height:4.5625rem;top:36.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnfkha5V2nEbbEzPfZSGzGVfVW6WCegb { display:block; }
 }@media only screen and (max-width: 763px) { #mmyRxPZWMpSoo0aredW2CPE7ckmHoxFs { width:14.0625rem;height:4.5625rem;top:41.9375rem;left:27.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8TicQlP0VwdPxtlOC0XQXeMWEnqpHO { display:block; }
 }@media only screen and (max-width: 763px) { #Sy5o919Pqa0B5ATlwvqkM1Cb2wT7TKex { width:14.0625rem;height:4.5625rem;top:30.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglHDETDN08L3xyFrcTxVilXxBotnimv { display:block; }
 }@media only screen and (max-width: 763px) { #mfcTMbLBnwLoxgpqDTCn9CeHyJwOMREV { width:14.0625rem;height:4.5625rem;top:36.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCWgWp0O2s0ZJA3oQxxPWJAq290XpWu6 { display:block; }
 }@media only screen and (max-width: 763px) { #MH0FWfpXe3nDt6gclbFNrS5cEfEtB7Cc { width:14.0625rem;height:4.5625rem;top:41.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOIpAMnVATMPFuM65HSbPNPl08msFWr { display:block; }
 }@media only screen and (max-width: 763px) { #JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO { display:block; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-regular-label { display:block; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ  { width:15rem;height:auto; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ {display:block;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ZQX95TIHbcBk4X1KciEg6RHXH7Smv5Nk {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #qvXmIUzdmw3EDCnH0F0AIsmsQmhDXwso { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #lZVIbaHQSGrO1aKAkfZcaT4CEESHG5U6 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #yGCWgLcT0nisFti1M1NNPQzSiZnpTHWp {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #M97QkXXHpDT84LD0RT9WiGXTlKqFufTp { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #sBfXgq8GXNywhkLRR2kBWb1RI6tBGRlb {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #DCnf0UQqEbUqTi1kv4Qrsrdzzf2PC1qN {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Ow5QUmouhXrSkV9nwqGEe6Liw5L0P0Gt { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #csrGvCvDJ1m62fXGe429HcrPxUSGn9fS {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #XTq2F6bEFzIsc1LCtoHg7VHrkeauqDKe {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #zf5cQwo1U5KFm0dl8yJem6b21es5p9T9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #iRDgKTi9J3ZJCXABanQz9auosbimT5b0 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #AslTU8rrC2tQwGWfbwAWGdgdM1mV05RE {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #cz8vgM4q64zmbvfAdDhIAR3d16qHZuVE { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #fuuKw0dwJTP58lF4WT0tukJbFMckLIpX {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HIKrNwUnJtVkmO04k01PPAZ0TQH6zUny {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #MOuik4zG7eqi5Ku9FZcmQbWFJqx7tHoW { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #W9dTH4D1OQ2lCcQZrRKb3SsnBOEx0Fbk {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ALbWzPxh2fNToT0GlOsNZGDJzIBGuepd {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Bt9Ux8QwP54OJsascq6ylL32HdgFgLdt { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #kFfi5Ky1t67lvdWsngrKZz214VrqAxt0 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ct6v6UvNRFfUoHNqZdcGofJ8p3sbFABS {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HZCAP8wDV7TM4S7IJFtIFT34gOXh33F0 {  }
 }@media only screen and (max-width: 763px) { #GiMny2xskhKgNgmvBT632pnicLdfOVVs { top:3.4375rem;left:13rem;width:21.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOF7av7mxfvEIwGIy1c03Z0xKoaVWTJ { top:13.25rem;left:10.02783203125rem;width:26.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN0GTrlURI4KmrxQkqXv8R6FSPfZ6lXh { top:14.875rem;left:10.43505859375rem;width:25.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT { display:block; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,15,55,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:27rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01e15476-d075-4f92-a30e-37f6969b89a0/Mesadetrabajo117.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:relative;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:19.374rem;height:4.3974625rem;top:4.75rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SZ2dah1DBTTWG8a4vqZ01zwPQCE5ToX7 { width:12.4980625rem;height:2.25rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWnq51G6tRGAliL3T6TqXbDdHbmf6dT5 { width:19.125rem;height:2.686525rem;top:19.15771875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5UGiVcu8o2mTuy9lm4SWSJt8v3sI7aa { display:block; }
 }@media only screen and (max-width: 763px) { #ZxPRz6Ll5SEOWf30D0S7f5Bkrf8KgyzT { width:19.9980625rem;height:3.24609375rem;top:14.661625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2TzupSgsRslHooHGOxETp3A09okIt8V { width:10.7495rem;height:2.6870125rem;top:23.09424375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxGwJ58seHMTTdtTBVPqAUeJZT0mlgXx { display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { width:19.9980625rem;height:14.4213875rem;top:24.8091rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX8SwT6XU6n7B4QH5X0KT07GyouyVd6X { width:11.8125rem;height:5.124025rem;top:18.435075rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwIvEtdD5rJALPUPl5nxxhz5NoLpUNsv { width:19.9365rem;height:3.6870125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:19.9980625rem;height:10.9980625rem;top:6.1870125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5lTQKr2zutSRACU3294qyUAB7ViSRte { display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { width:19.9980625rem;height:7.86621875rem;top:15.37207421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0TLzgvHsAy2gs1k1b8FTvQvSTreC5or { width:11.8125rem;height:1.29931875rem;top:8.32373046875rem;left:3.5654296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4yrEm57f9Ow5IXqDDl93aVec53FHLzF { width:9.75rem;height:3.624025rem;top:24.48826171875rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMnqr0CzsBoEpb6AAuGUsRX5nST7JAg { display:block; }
 }@media only screen and (max-width: 763px) { #oXRKmxh653o0o3sADHh0MoKUmD1KzWhW { width:19.9995rem;height:4.70800625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0hcQo1cLZBvMkMmAakK3wPWuhBPU7d { width:2.311525rem;height:3.249025rem;top:10.87304921875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JFwMfilGCaLxBxvve7ybcazSCvA320 { width:12.1875rem;height:1.125rem;top:43.29197421875rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uElF17nuqCWZFAmF8NQUMElioT5W2wGd { width:19.9995rem;height:12.6796875rem;top:29.36228671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { width:19.9980625rem;height:25.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5R7H7VIpw3uK46TTPSZMEQbdiTQStN2 { width:16.7475625rem;height:6.249025rem;top:27.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRGWpBZ9aoEZ927DNdgXUVS2SQXBMd6B { width:19.9980625rem;height:2.622075rem;top:35.124025rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTVGDqStdSzLRRAx0MEENTmhoHw65G1a { width:17.5605625rem;height:2.7495125rem;top:38.99609375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { display:block; }
 }@media only screen and (max-width: 763px) { #tTT6EMkLsaOBMyhS1bZaPtw62EgSqIwC { width:16.812rem;height:2.686525rem;top:46.87060625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { display:block; }
 }@media only screen and (max-width: 763px) { #Dwr80IVuRsfF1h309sZMqnuEcou3qC8w { width:16.4355625rem;height:2.874025rem;top:54.74365625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #puiTpdSlZxfixFM3guK9LmiOV1zWLX4q { width:17.4375rem;height:2.625rem;top:42.99560625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4CzuxAkMVSnQBAy26lAb9X1kIFJb3C { display:block; }
 }@media only screen and (max-width: 763px) { #e1PMlwpkWOsfDFJX3OHN0mXHTrLyJsCy { width:16.2480625rem;height:3.061525rem;top:58.86768125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { display:block; }
 }@media only screen and (max-width: 763px) { #CyGyO54hJzACbk2RaENTETdR9SWMtw6l { width:16.875rem;height:2.686525rem;top:50.80713125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block; }
 }@media only screen and (max-width: 763px) { #HSqyWbdHp872Z730uiVm1r4CeiniRvtg { width:17.6850625rem;height:2.5620125rem;top:63.17920625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqlaKG73qTC14uQyHfwEASGod6Zv4Ce { display:block; }
 }@media only screen and (max-width: 763px) { #GakFt0HQADRCUW1WZKexpdgDbE2BRg91 { width:16.8105625rem;height:2.8125rem;top:70.55274375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnfkha5V2nEbbEzPfZSGzGVfVW6WCegb { display:block; }
 }@media only screen and (max-width: 763px) { #mmyRxPZWMpSoo0aredW2CPE7ckmHoxFs { width:16.437rem;height:2.499025rem;top:78.49024375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8TicQlP0VwdPxtlOC0XQXeMWEnqpHO { display:block; }
 }@media only screen and (max-width: 763px) { #Sy5o919Pqa0B5ATlwvqkM1Cb2wT7TKex { width:17.3745rem;height:2.311525rem;top:66.99121875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tglHDETDN08L3xyFrcTxVilXxBotnimv { display:block; }
 }@media only screen and (max-width: 763px) { #mfcTMbLBnwLoxgpqDTCn9CeHyJwOMREV { width:16.875rem;height:2.625rem;top:74.61524375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCWgWp0O2s0ZJA3oQxxPWJAq290XpWu6 { display:block; }
 }@media only screen and (max-width: 763px) { #MH0FWfpXe3nDt6gclbFNrS5cEfEtB7Cc { width:16.2495rem;height:2.5620125rem;top:82.23926875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOIpAMnVATMPFuM65HSbPNPl08msFWr { display:block; }
 }@media only screen and (max-width: 763px) { #JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO { display:block; }#JQT8XPAL8aDT3KW6ScSskzZAKmoIU9PO > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ  { width:17.5rem;height:auto;top:20.9375rem;left:0rem; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ {display:block;}#E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ { width:17.499rem;height:0;top:21.057625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ZQX95TIHbcBk4X1KciEg6RHXH7Smv5Nk {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #qvXmIUzdmw3EDCnH0F0AIsmsQmhDXwso { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #lZVIbaHQSGrO1aKAkfZcaT4CEESHG5U6 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #yGCWgLcT0nisFti1M1NNPQzSiZnpTHWp {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #M97QkXXHpDT84LD0RT9WiGXTlKqFufTp { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #sBfXgq8GXNywhkLRR2kBWb1RI6tBGRlb {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #DCnf0UQqEbUqTi1kv4Qrsrdzzf2PC1qN {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Ow5QUmouhXrSkV9nwqGEe6Liw5L0P0Gt { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #csrGvCvDJ1m62fXGe429HcrPxUSGn9fS {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #XTq2F6bEFzIsc1LCtoHg7VHrkeauqDKe {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #zf5cQwo1U5KFm0dl8yJem6b21es5p9T9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #iRDgKTi9J3ZJCXABanQz9auosbimT5b0 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #AslTU8rrC2tQwGWfbwAWGdgdM1mV05RE {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #cz8vgM4q64zmbvfAdDhIAR3d16qHZuVE { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #fuuKw0dwJTP58lF4WT0tukJbFMckLIpX {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HIKrNwUnJtVkmO04k01PPAZ0TQH6zUny {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #MOuik4zG7eqi5Ku9FZcmQbWFJqx7tHoW { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #W9dTH4D1OQ2lCcQZrRKb3SsnBOEx0Fbk {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ALbWzPxh2fNToT0GlOsNZGDJzIBGuepd {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #Bt9Ux8QwP54OJsascq6ylL32HdgFgLdt { display:block; }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #kFfi5Ky1t67lvdWsngrKZz214VrqAxt0 {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #ct6v6UvNRFfUoHNqZdcGofJ8p3sbFABS {  }
 }@media only screen and (max-width: 763px) { #E7q9STPWJlJsQ7EAezLlyP2sqfJwdhtQ #HZCAP8wDV7TM4S7IJFtIFT34gOXh33F0 {  }
 }@media only screen and (max-width: 763px) { #GiMny2xskhKgNgmvBT632pnicLdfOVVs { width:19.9995rem;height:9.3090625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOF7av7mxfvEIwGIy1c03Z0xKoaVWTJ { width:19.9980625rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kN0GTrlURI4KmrxQkqXv8R6FSPfZ6lXh { width:19.9980625rem;height:5.0625rem;top:14.745125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT { display:block; }#QLzbZMQ9ilE3UevZihJhikpsRHtiKUDT > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }