.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:"open sans";--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:35.5625rem;width:75rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:13.2802734375rem;left:3.65625rem;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; }
#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/9776510f-430d-4341-acbf-c5914a90a9a4/japonf1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9365234375rem;left:32.96630859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.adaptive-delivery-prevent-bg, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyload, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyloading { background-image: none; }
#fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:33.685546875rem;height:3.16845625rem;font-style:normal;display:block; }
#rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.697265625rem;left:33.90380859375rem;height:1.13671875rem;font-style:normal;display:block; }
#WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.5));background-size:cover !important;top:16.8427734375rem;left:32.96630859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#crNTrVLFPNWC61T1EtQU52EIx02b6gIA { color:rgba(var(--color-tertiary-0),0.81);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:24.5302734375rem;left:3.75rem;height:1.8735375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/522eb8fb-538c-42dc-ab41-b61a784e0437/Miami.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9365234375rem;left:47.1240234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.adaptive-delivery-prevent-bg, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyload, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyloading { background-image: none; }
#wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-secondary-4),0.5), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(146deg, rgba(var(--color-secondary-4),0.5), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(146deg, rgba(var(--color-secondary-4),0.5), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(146deg, rgba(var(--color-secondary-4),0.5), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.5)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.5)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(146deg, rgba(var(--color-secondary-4),0.5), rgba(var(--color-secondary-4),0));background-size:cover !important;top:17.96630859375rem;left:47.1240234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:47.74951171875rem;height:3.16845625rem;font-style:normal;display:block; }
#IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:27.697265625rem;left:47.74951171875rem;height:1.13671875rem;font-style:normal;display:block; }
#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { box-sizing:content-box;height:26.8125rem;width:12.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/e4b5edd3-97e1-4e87-86bf-18aae3d4b836/felconfidencialcom_original_8d4_fbf_2e8_8d4fbf2e89221c42a81cf1c8553f9405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9365234375rem;left:60.7763671875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;display:block; }#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.adaptive-delivery-prevent-bg, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyload, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyloading { background-image: none; }
#MDpbLMzqVGllVTsHKVyE6wx4caowViLD { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:61.55712890625rem;height:3.16845625rem;font-style:normal;display:block; }
#WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:27.697265625rem;left:61.93212890625rem;height:3.41015625rem;font-style:normal;display:block; }
#aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-4),0.5));background-size:cover !important;top:16.8427734375rem;left:60.7763671875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;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:4.3125rem;width:24.5rem;top:8.54736328125rem;left:3.75rem;overflow:hidden;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.562rem;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.49658203125rem;left:42.36767578125rem;height:12rem;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:6.78076171875rem;left:4.8720703125rem;overflow:hidden;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:5.15478515625rem;left:49.49267578125rem;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.25rem;width:75rem;top:28.3740234375rem;left:0rem;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.4365rem;width:33.8115rem;top:7.88818359375rem;left:36.4013671875rem;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:60.4375rem;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:56.499rem;width:44.937rem;top:0rem;left:15.03076171875rem;overflow:hidden;display:block; }
#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN { position:relative;display:block; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN { background-color: transparent; background-image: none; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row .container > .video-iframe-container { display: none; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row > .video-iframe-container { display: none; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .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); }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN { border-width: 0; border-radius: 0; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .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; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .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; }#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:10.49853515625rem;left:21.62255859375rem;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.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:15016;text-align:center;text-align-last:center;top:16.0625rem;left:5.5625rem;display:block; }
#J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { 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.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:15018;text-align:center;text-align-last:center;top:27.1875rem;left:5.5625rem;display:block; }
#TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { 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.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:15019;text-align:center;text-align-last:center;top:21.6875rem;left:5.6875rem;display:block; }
#r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { 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.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:15019;text-align:center;text-align-last:center;top:16.0625rem;left:22.3125rem;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.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:15021;text-align:center;text-align-last:center;top:27.1875rem;left:22.625rem;display:block; }
#Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { 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.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:15022;text-align:center;text-align-last:center;top:16.0625rem;left:39.25rem;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.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:15025;text-align:center;text-align-last:center;top:21.6875rem;left:39.375rem;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.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:15024;text-align:center;text-align-last:center;top:27.1875rem;left:39.25rem;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.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:15025;text-align:center;text-align-last:center;top:16.0625rem;left:56.6875rem;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.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:15028;text-align:center;text-align-last:center;top:21.6875rem;left:56.8125rem;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.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:15027;text-align:center;text-align-last:center;top:27.1875rem;left:56.6875rem;display:block; }
#IHOIpAMnVATMPFuM65HSbPNPl08msFWr { 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.3125rem;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:21.68701171875rem;left:22.5625rem;display:block; }
#gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUQzlrphn2c29biD8RVQWGdFLKPBSKLL { 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:15021;text-align:center;text-align-last:center;top:22.908203125rem;left:90.046875rem;display:block; }
#ptyJ4Sdmq9f49R7vF6dJI8WPOyyrEwWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.499rem;width:22.749rem;top:1.49853515625rem;left:23.37451171875rem;overflow:hidden;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:13.25rem;left:0rem;width:26.4375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:12.75rem;height:26.8125rem;top:4.875rem;left:19.34130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { top:23.875rem;left:20.060546875rem;width:11.25rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { top:27.6875rem;left:20.27880859375rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:12.75rem;height:15rem;top:16.8125rem;left:19.34130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crNTrVLFPNWC61T1EtQU52EIx02b6gIA { top:24.5rem;left:0rem;width:26.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:12.75rem;height:26.8125rem;top:4.875rem;left:33.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { width:12.75rem;height:15rem;top:17.9375rem;left:33.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { top:23.875rem;left:34.12451171875rem;width:11.4375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { top:27.6875rem;left:34.12451171875rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:12.75rem;height:26.8125rem;top:4.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { top:23.875rem;left:36.625rem;width:11.125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { top:27.6875rem;left:37.375rem;width:10.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { width:12.75rem;height:15rem;top:16.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ2dah1DBTTWG8a4vqZ01zwPQCE5ToX7 { top:8.5rem;left:0rem;width:24.5rem;height:4.3125rem;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.4375rem;left:18.1875rem;width:29.5rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:33.1875rem;height:18.277484040183rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX8SwT6XU6n7B4QH5X0KT07GyouyVd6X { top:5.125rem;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.4358333333333rem;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:7.875rem;left:13.9375rem;width:33.75rem;height:21.39750898363rem;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:44.875rem;height:56.421047800254rem;top:0rem;left:1.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN { display:block; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRGWpBZ9aoEZ927DNdgXUVS2SQXBMd6B { top:10.4375rem;left:7.99755859375rem;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:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { display:block; }
 }@media only screen and (max-width: 763px) { #Dwr80IVuRsfF1h309sZMqnuEcou3qC8w { width:14.0625rem;height:4.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tTT6EMkLsaOBMyhS1bZaPtw62EgSqIwC { width:14.0625rem;height:4.5625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { display:block; }
 }@media only screen and (max-width: 763px) { #puiTpdSlZxfixFM3guK9LmiOV1zWLX4q { width:14.0625rem;height:4.5625rem;top:16.0625rem;left:8.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:27.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { display:block; }
 }@media only screen and (max-width: 763px) { #HSqyWbdHp872Z730uiVm1r4CeiniRvtg { width:14.0625rem;height:4.5625rem;top:16.0625rem;left:25.625rem;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:21.6875rem;left:25.75rem;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:27.1875rem;left:25.625rem;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:16.0625rem;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:21.6875rem;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:27.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOIpAMnVATMPFuM65HSbPNPl08msFWr { display:block; }
 }@media only screen and (max-width: 763px) { #CyGyO54hJzACbk2RaENTETdR9SWMtw6l { width:14.0625rem;height:4.5625rem;top:21.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block; }
 }@media only screen and (max-width: 763px) { #RUQzlrphn2c29biD8RVQWGdFLKPBSKLL { width:14.0625rem;height:4.5625rem;top:23.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyJ4Sdmq9f49R7vF6dJI8WPOyyrEwWZ { display:block; }
 }@media only screen and (max-width: 763px) { #b5R7H7VIpw3uK46TTPSZMEQbdiTQStN2 { top:1.4375rem;left:9.74951171875rem;width:22.6875rem;height:8.4760236713702rem;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:61.5rem;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.375rem;height:8.661625rem;top:9.5625rem;left:0.625rem;font-size:2.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:19.9995rem;height:9.999rem;top:23.87255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { width:8.125rem;height:2.59863125rem;top:27.8125rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { width:10rem;height:1.13671875rem;top:30.4375rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:20rem;height:10rem;top:23.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #crNTrVLFPNWC61T1EtQU52EIx02b6gIA { width:17.5rem;height:3.375rem;top:18.8115234375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:19.9995rem;height:9.999rem;top:35.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9OLeE6xkSp6Z5XFTQ7RaSchDZeVHsX { width:20rem;height:10rem;top:35.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { width:8.125rem;height:2.59863125rem;top:39.6875rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { width:8.125rem;height:1.13671875rem;top:42.5rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:19.9995rem;height:9.999rem;top:48.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { width:11.1875rem;height:2.59863125rem;top:48.6875rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { width:13.375rem;height:2.2734375rem;top:51.5rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAe4WkqnT24mQErVH6mdkxACSkVqEBOe { width:20rem;height:11.5625rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ2dah1DBTTWG8a4vqZ01zwPQCE5ToX7 { width:12.4995rem;height:2.25rem;top:6.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { width:19.9995rem;height:14.4213875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:19.9995rem;height:10.9995rem;top:26.794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX8SwT6XU6n7B4QH5X0KT07GyouyVd6X { width:11.8125rem;height:5.124025rem;top:2.34375rem;left:4.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwIvEtdD5rJALPUPl5nxxhz5NoLpUNsv { width:19.9375rem;height:3.6875rem;top:40.03271484375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q5lTQKr2zutSRACU3294qyUAB7ViSRte { display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { width:19.9995rem;height:7.86621875rem;top:25.1865234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0TLzgvHsAy2gs1k1b8FTvQvSTreC5or { width:11.8125rem;height:1.29931875rem;top:7.39892578125rem;left:6.68701171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4yrEm57f9Ow5IXqDDl93aVec53FHLzF { width:9.75rem;height:3.624025rem;top:34.1953125rem;left:5.1240234375rem;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:20rem;height:4.70923034466rem;top:1.8837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0hcQo1cLZBvMkMmAakK3wPWuhBPU7d { width:2.311525rem;height:3.249025rem;top:6.4248046875rem;left:3.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JFwMfilGCaLxBxvve7ybcazSCvA320 { width:12.1875rem;height:1.125rem;top:37.8193359375rem;left:3.9052734375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uElF17nuqCWZFAmF8NQUMElioT5W2wGd { width:20rem;height:12.679694099944rem;top:10.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { width:19.9995rem;height:25.125rem;top:0.84228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN { display:block; }#ZVZZhv7vqubKAccnd6HL1OS6LvPe1qeN > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRGWpBZ9aoEZ927DNdgXUVS2SQXBMd6B { width:19.9980625rem;height:2.622075rem;top:9.123046875rem;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:14.12255859375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0sZiOEcTi1UBUFO7pI8UtmEcctm53eW { display:block; }
 }@media only screen and (max-width: 763px) { #Dwr80IVuRsfF1h309sZMqnuEcou3qC8w { width:16.437rem;height:2.874025rem;top:41.998046875rem;left:1.77978515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQ08GBTTWekniSyyniwHZzyV1dpRaZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #tTT6EMkLsaOBMyhS1bZaPtw62EgSqIwC { width:16.8125rem;height:2.6875rem;top:28.05908203125rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nMN00yasX8QS6C7MM8Pi0NbO8A3b99 { display:block; }
 }@media only screen and (max-width: 763px) { #puiTpdSlZxfixFM3guK9LmiOV1zWLX4q { width:17.4375rem;height:2.625rem;top:17.6865234375rem;left:1.2802734375rem;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.2495rem;height:3.061525rem;top:45.59326171875rem;left:1.87353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecw6ZBsZQJm6Vg7FF7OzHMhycw2mEZb3 { display:block; }
 }@media only screen and (max-width: 763px) { #HSqyWbdHp872Z730uiVm1r4CeiniRvtg { width:17.6865rem;height:2.5620125rem;top:21.2490234375rem;left:1.154296875rem;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.812rem;height:2.8125rem;top:35.060546875rem;left:1.59375rem;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.4375rem;height:2.5rem;top:49.3740234375rem;left:1.77978515625rem;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.375rem;height:2.3125rem;top:24.9345703125rem;left:1.49853515625rem;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:38.56005859375rem;left:1.5615234375rem;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.25rem;height:2.5625rem;top:52.7490234375rem;left:1.87353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHOIpAMnVATMPFuM65HSbPNPl08msFWr { display:block; }
 }@media only screen and (max-width: 763px) { #CyGyO54hJzACbk2RaENTETdR9SWMtw6l { width:16.875rem;height:2.686525rem;top:31.623046875rem;left:1.5615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDPODhCVEEJUPx7DnriSSgrwOgUlUsC { display:block; }
 }@media only screen and (max-width: 763px) { #RUQzlrphn2c29biD8RVQWGdFLKPBSKLL { width:16.625rem;height:2.8125rem;top:55.998046875rem;left:1.77978515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyJ4Sdmq9f49R7vF6dJI8WPOyyrEwWZ { display:block; }
 }@media only screen and (max-width: 763px) { #b5R7H7VIpw3uK46TTPSZMEQbdiTQStN2 { width:16.7475625rem;height:6.249025rem;top:1.99951171875rem;left:1.62451171875rem;display:block; }
 }