.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:245,217,221;--color-primary-1:221,128,143;--color-primary-2:186,1,31;--color-primary-3:93,1,16;--color-primary-4:28,0,5;--color-secondary-0:216,226,244;--color-secondary-1:137,168,222;--color-secondary-2:58,110,200;--color-secondary-3:58,150,200;--color-secondary-4:10,29,69;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Indivisa Font;--paragraphs-font-family:Indivisa Font; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container { background-color: transparent; background-image: none; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container > .video-iframe-container { display: none; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row > .video-iframe-container { display: none; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .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); }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container { border-width: 0; border-radius: 0; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#x7UBszLBSsVqV8VU64Ewnd5ZfLFlFdld { position:absolute;display:block;z-index:15007;background-color:#20447b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.9375rem;left:47.625rem;display:block; }
#NR1KudKsOWAAvhOe1RgbGPWq4BZ0056m { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2rem;left:50.875rem;display:block; }
#bQMTCm2fDf6PI50Uxu1pORTIopNaFd3o { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.375rem;left:51.3125rem;display:block; }
#JrNggrfeNtqI7nzNOUJJn6T1KFDx2Uad { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2rem;left:54.125rem;display:block; }
#XmFaMo3vrsCrTzPbLBeewRt8XXNEnGCO { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.25rem;left:48rem;display:block; }
#Emw8EKTcwVQt1IC3nUoHJ6wF0NhrxolI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:13.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TsvHzQ9i0UOAQpS37xtCAN9adrQciVde { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2rem;left:57.375rem;display:block; }
#nvbAlmKEALD7ImFntzrV8iISx0vKO5T8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.25rem;left:57.625rem;display:block; }
#BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.4375rem;left:54.59375rem; }
#BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3d47e3d-1800-4e2b-a526-c2e637165683/losgerentesdealmacencaminandoporungrancentrodedistribucion.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.adaptive-delivery-prevent-bg, #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.lazyload, #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.lazyloading { background-image: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { background-color: transparent; background-image: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(181,203,229,0.48); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container > .video-iframe-container { display: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(181,203,229,0.48); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container { display: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .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); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { border-width: 0; border-radius: 0; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { width:60rem;height:47.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UUFnmKSZwyiUQzwOgO0ibrMS1Nf5XeKn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:20.9375rem;top:27.75rem;left:1.5rem;display:block; }
#PCXA1dkhdtefQLixghUb9BBe61cpStha { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:28.875rem;left:1.5rem;height:8.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15010;line-height:2.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:22.17529296875rem;left:1.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#xThXhAnFATEBsutlyurg2mB08rfTLz10 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.75rem;font-weight:400;line-height:1;height:3.999025rem;width:3.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:42.53662109375rem;left:27.6865234375rem;display:block; }
#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container { background-color: transparent; background-image: none; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container > .video-iframe-container { display: none; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row > .video-iframe-container { display: none; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .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); }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container { border-width: 0; border-radius: 0; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#iNgqUBC06xhCUFOzTkzagE0PshUDinMc { color:#2b3446;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125rem;left:12.375rem;height:7.1484375rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6d43c0f-2d53-42bb-af6d-e3f8b9c4da8c/retratoninasonrientecondiploma.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:11rem;top:0rem;left:0rem;display:block; }#fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU.adaptive-delivery-prevent-bg, #fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU.lazyload, #fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU.lazyloading { background-image: none; }
#GsniDUtzwqCJ4vQse8OETTCVMg6u5dai { color:rgba(var(--color-primary-2),1);display:block;width:42.5625rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container { background-color: transparent; background-image: none; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container > .video-iframe-container { display: none; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row > .video-iframe-container { display: none; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .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); }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container { border-width: 0; border-radius: 0; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#PdoHIMUST11ZfsgqzhGDtcCanLr8bB7R { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:3rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLxgPL05PUimwATMGP4GrB64dqRebZuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container { background-color: transparent; background-image: none; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container > .video-iframe-container { display: none; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row > .video-iframe-container { display: none; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .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); }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container { border-width: 0; border-radius: 0; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#iuZmuw8BsdCwSvvyqNGwV1EHUrbb83XX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:20.4375rem;height:10.286125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nv8vu0RyzdrL1ZzoTyF4RWSwJqCNOAkH { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:19.25rem;top:1.1875rem;left:0.375rem;display:block; }
#gk3si7dCrtehJVECkvMri725cR7zAI9s { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:5.1875rem;left:40.625rem;height:10.161125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gT5TP3Od2HMh08xKGE8MP2OxsKkopWQP { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:19.25rem;top:1.125rem;left:20.375rem;display:block; }
#wKuJDKGM5oH8d3PClqZoaZpBKTBXoIrT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0.5625rem;height:10.223625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqvNhvOFonJezrTweVtT2RHHJa9CEGJR { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:19.25rem;top:1.125rem;left:40.375rem;display:block; }
#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { background-color: transparent; background-image: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container > .video-iframe-container { display: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row > .video-iframe-container { display: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .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); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { border-width: 0; border-radius: 0; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#lOI2CHrvmHyUOBf3OUF6KE33IpyWTbHA { color:#4a4a4a;display:block;width:44.3125rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.9931640625rem;left:7.84375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGIrxG6QZDO2wdWJ3VeqqwDhqRhORtVB { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1328125rem;left:3rem;height:3.5371125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { border-width: 0; border-radius: 0; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#rz79fcFQlbxugwFFiKAEsP9koU1lu2ZX { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.25rem;left:20.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xtSw47S7oDVmihSaXkQavxgyXdMMzyDZ { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTpJ7baHkf8dkf3AeA0rAMl4J3XGa9CE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.75rem;top:14.75rem;left:0rem;display:block; }
#vxAThMEGutteJBHpqNwxEKanoW94yIWB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.75rem;top:14.8125rem;left:41.375rem;display:block; }
#e1XpDP0UNS1Sk2rf6tr0NPNVRFIzBoih { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.6875rem;top:14.875rem;left:20.625rem;display:block; }
#zqnosJve7h9VWZeBxv6wSEKAfPCkeKwq { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nntFHKLua6KTTdlgfTNk98uxkO9HObgd { color:#2b3446;display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:3rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c793dc8-32bd-4f60-9018-855a9571ee26/joventrabajandoenunalmacenconcajas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.9375rem;top:14.75rem;left:0.6875rem;display:block; }#o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp.adaptive-delivery-prevent-bg, #o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp.lazyload, #o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp.lazyloading { background-image: none; }
#GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0517d86d-0e9f-439d-9654-1f3b73720ec8/representaciondelacadenadesuministrodevehiculosenportatiles.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.9375rem;top:14.875rem;left:21.25rem;display:block; }#GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH.adaptive-delivery-prevent-bg, #GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH.lazyload, #GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH.lazyloading { background-image: none; }
#FlKn5lZJPuT6lB90JWBozNlEog2gFggO { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a8c9086-7c2c-492e-a103-5b297663b9f2/forextradegraphchartconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.9375rem;top:14.8125rem;left:42.0625rem;display:block; }#FlKn5lZJPuT6lB90JWBozNlEog2gFggO.adaptive-delivery-prevent-bg, #FlKn5lZJPuT6lB90JWBozNlEog2gFggO.lazyload, #FlKn5lZJPuT6lB90JWBozNlEog2gFggO.lazyloading { background-image: none; }
#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container { background-color: transparent; background-image: none; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container > .video-iframe-container { display: none; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row > .video-iframe-container { display: none; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .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); }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container { border-width: 0; border-radius: 0; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#TrQP0fB9P4JuiPvTdSK6RnSQR3m3yhKB { color:rgba(var(--color-primary-2),1);display:block;width:54rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3994140625rem;left:3rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bde537-d932-4cf9-8c91-76e15cf966e7/DERECHOSHUMANOS.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.adaptive-delivery-prevent-bg, #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.lazyload, #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.lazyloading { background-image: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { background-color: transparent; background-image: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efefef; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container > .video-iframe-container { display: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efefef; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row > .video-iframe-container { display: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .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); }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { border-width: 0; border-radius: 0; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#Ig7T3yCKFl3K3V8kmGNImhxBX2GBFpMn { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.65625rem;height:11.777375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container { background-color: transparent; background-image: none; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container > .video-iframe-container { display: none; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row > .video-iframe-container { display: none; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .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); }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container { border-width: 0; border-radius: 0; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;position:relative;display:block; }#Gmo50uSKuqfwcmNZaBmkLHKb2CzGVdLr { color:rgba(var(--color-primary-2),1);display:block;width:54rem;position:absolute;font-family:"indivisa display font";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:3rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLtf158cpnyEOkLVGI9Mo8CKTkn5yDtF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.80078125rem;left:18.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DU0XzeTpNTAdEX910hrx6EIg0z7lbf07 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.21875rem;left:21.25rem;display:block; }
#dXX0tn0IsrnKediR6TJ5z1MZHR5sf1XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb { position:relative;display:block; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb { background-color: transparent; background-image: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container > .video-iframe-container { display: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row > .video-iframe-container { display: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .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); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb { border-width: 0; border-radius: 0; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a8c9086-7c2c-492e-a103-5b297663b9f2/forextradegraphchartconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.adaptive-delivery-prevent-bg, #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.lazyload, #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.lazyloading { background-image: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { background-color: transparent; background-image: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container > .video-iframe-container { display: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container { display: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .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); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { border-width: 0; border-radius: 0; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.875rem;width:60rem;position:relative;display:block; }#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-form-header {  }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .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; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:rgba(var(--color-primary-2),1);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.25rem;font-weight:bold;color:#f2f9ff;width:17.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .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; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-container:first-of-type{padding-top:0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-container:last-of-type{padding-bottom:0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:39.1875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 {display:block;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:39.1875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #FIV4ZawTIkxR0zQzN3Ge944Srs870CPT { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #fm4mbXCkOmqkZqMpNrrOQu0yD0rnMhMz { position:relative;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eLXk5AZCnMWlsXM9NTyI8TH4bLRupgHu { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #gQLEZkRQIxb1EOiEadtxUSBLQblOpWSF { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #NNTlopA0n4cgVkhbqMcTQTk9zbkyOAWZ { position:relative;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #Vi1aZKhT4uZ0ifebfaxPHhZu4AgVVqR8 { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #C4vWQwno6RHmCzFlEfyMZ1tJVFhziQGN { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #tf4O3935p5Dk4rJZ3EgeMEXJ1MlD2uHo { position:relative;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #I71tEpMcDecFRMSBuhw2RcGNlhRP8Pnu { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #V01Bx1gEO4d1sB2gx3gI7KOesVtxmOGX { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qkNFHnh4Okon86NmTS7luh8N90LNtIm8 { position:relative;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #F9pbJ7FIanhL7NPiTxxgu6u2zKBxvF1D { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #B22R36ktrRHzvl3OHsucUbUU6lg9vWHn { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #GtcglAaBDpDe8abCH2KV2nJcyAcbSGoR { position:relative;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #nmG3HTVOvMROJLooDugHkbTtvQA23yVl { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qHXMscZFPHKKTO6xKm811Gc5GSG7qzhs { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #u2IgPCTIucXVe00qWtibkNMPQOTaxJou { position:relative;z-index:2; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #KDRzV3kpByrKgmWnk4fnTFH8Z42vTSWI { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #EtrHG0sEK2tw4VEcweLBf8qSZpGN7aQX { position:relative;display:block;z-index:15000; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #TF8mViQi15HN6RNP2y1WVf7kr4uQJ2nf { position:relative;display:block;z-index:15000; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #v7dKQD2oxMP2PgXoQxDARCFL9rKAeAD9 { position:relative; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eHTXLHJztsdn7T5S5rmTOLs3mXbZqK6o { position:relative; }
#fytdHzpFRIr8tKfIxvWDkPOBPEkTddLu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:41.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhROg5ZwUm0o8DLQ5SicaH52DvgreTQb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8120403289795rem;width:20.499769210815rem;top:12.0625rem;left:0rem;display:block; }
#klvBh6C3mcwy4GXanJEIXl6aTGDgETls { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.3125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOnlisIcuvROtnXy5Nk2k7W7adXBQbCv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:17.5rem;left:2rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s92eEqEiFqGmFBG50KzXyBrxo33HeNoa { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:34.8125rem;top:14.625rem;left:1.25rem;display:block; }
#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container { background-color: transparent; background-image: none; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container > .video-iframe-container { display: none; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row > .video-iframe-container { display: none; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .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); }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container { border-width: 0; border-radius: 0; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.6875rem;width:60rem;position:relative;display:block; }#dDfisR7CydtxiiAt0REK9NWgTh8qK7Gg { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.0625rem;left:1.5rem;display:block; }
#TreI5aSiOxTIF5ZSGzIgZrEIgG25Z9Xg { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.0625rem;left:4.625rem;display:block; }
#Q9KDd75F5Csuehdn8fO5TqzehQfhasqL { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.0625rem;left:7.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn { display:block; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7UBszLBSsVqV8VU64Ewnd5ZfLFlFdld { width:2.625rem;height:2.625rem;top:1.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1KudKsOWAAvhOe1RgbGPWq4BZ0056m { width:2.625rem;height:2.625rem;top:2rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMTCm2fDf6PI50Uxu1pORTIopNaFd3o { width:1.875rem;height:1.875rem;top:2.375rem;left:45.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNggrfeNtqI7nzNOUJJn6T1KFDx2Uad { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmFaMo3vrsCrTzPbLBeewRt8XXNEnGCO { width:2rem;height:2rem;top:2.25rem;left:41.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emw8EKTcwVQt1IC3nUoHJ6wF0NhrxolI { top:0rem;left:0rem;width:13.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvHzQ9i0UOAQpS37xtCAN9adrQciVde { width:2.625rem;height:2.625rem;top:2rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbAlmKEALD7ImFntzrV8iISx0vKO5T8 { top:2.25rem;left:45.625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk { top:2.4375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr { display:block; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUFnmKSZwyiUQzwOgO0ibrMS1Nf5XeKn { width:20.9375rem;height:0.5rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCXA1dkhdtefQLixghUb9BBe61cpStha { width:32.9375rem;height:8.25rem;top:28.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf { width:21.3125rem;height:5.625rem;top:22.125rem;left:0rem;font-size:1.75rem;display:block; }#lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #xThXhAnFATEBsutlyurg2mB08rfTLz10 { top:42.5rem;left:21.5615234375rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg { display:block; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNgqUBC06xhCUFOzTkzagE0PshUDinMc { width:47.625rem;height:7rem;top:7.3125rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU { top:0rem;left:0rem;width:11rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsniDUtzwqCJ4vQse8OETTCVMg6u5dai { width:42.5625rem;height:3.375rem;top:2.4375rem;left:5.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai { display:block; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdoHIMUST11ZfsgqzhGDtcCanLr8bB7R { width:47.75rem;height:3.375rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxgPL05PUimwATMGP4GrB64dqRebZuF { display:block; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuZmuw8BsdCwSvvyqNGwV1EHUrbb83XX { top:5.125rem;left:12.5625rem;width:19.1875rem;height:10.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8vu0RyzdrL1ZzoTyF4RWSwJqCNOAkH { top:1.1875rem;left:0rem;width:19.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3si7dCrtehJVECkvMri725cR7zAI9s { top:5.1875rem;left:28.8125rem;width:18.8125rem;height:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5TP3Od2HMh08xKGE8MP2OxsKkopWQP { top:1.125rem;left:12.5rem;width:19.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuJDKGM5oH8d3PClqZoaZpBKTBXoIrT { top:5.1875rem;left:0rem;width:18.875rem;height:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvNhvOFonJezrTweVtT2RHHJa9CEGJR { top:1.125rem;left:28.375rem;width:19.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq { display:block; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOI2CHrvmHyUOBf3OUF6KE33IpyWTbHA { width:44.3125rem;height:3.375rem;top:0.9375rem;left:1.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIrxG6QZDO2wdWJ3VeqqwDhqRhORtVB { width:47.75rem;height:3.5rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz79fcFQlbxugwFFiKAEsP9koU1lu2ZX { width:18.6875rem;height:4.875rem;top:9.25rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtSw47S7oDVmihSaXkQavxgyXdMMzyDZ { width:17.5625rem;height:3.25rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpJ7baHkf8dkf3AeA0rAMl4J3XGa9CE { width:1.75rem;height:11.875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAThMEGutteJBHpqNwxEKanoW94yIWB { width:1.75rem;height:11.875rem;top:14.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1XpDP0UNS1Sk2rf6tr0NPNVRFIzBoih { width:1.6875rem;height:11.875rem;top:14.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqnosJve7h9VWZeBxv6wSEKAfPCkeKwq { width:18.3125rem;height:3.25rem;top:9.25rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nntFHKLua6KTTdlgfTNk98uxkO9HObgd { width:47.75rem;height:8rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp { top:14.75rem;left:0rem;width:17.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH { top:14.875rem;left:15.125rem;width:17.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKn5lZJPuT6lB90JWBozNlEog2gFggO { top:14.8125rem;left:29.8125rem;width:17.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 { display:block; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrQP0fB9P4JuiPvTdSK6RnSQR3m3yhKB { width:47.75rem;height:6.8125rem;top:2.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ { display:block; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig7T3yCKFl3K3V8kmGNImhxBX2GBFpMn { width:47.75rem;height:11.75rem;top:1.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR { display:block; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gmo50uSKuqfwcmNZaBmkLHKb2CzGVdLr { width:47.75rem;height:3.375rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtf158cpnyEOkLVGI9Mo8CKTkn5yDtF { width:22.875rem;height:1.75rem;top:6.75rem;left:12.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU0XzeTpNTAdEX910hrx6EIg0z7lbf07 { width:17.5rem;height:3.4375rem;top:11.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXX0tn0IsrnKediR6TJ5z1MZHR5sf1XT { display:block; }
 }@media only screen and (max-width: 763px) { #BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb { display:block; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c { display:block; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616  { width:17.5625rem;height:auto;top:8.5rem;left:27.6875rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 {display:block;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 { width:17.5625rem;height:auto;top:8.5rem;left:27.6875rem; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #FIV4ZawTIkxR0zQzN3Ge944Srs870CPT {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #fm4mbXCkOmqkZqMpNrrOQu0yD0rnMhMz { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eLXk5AZCnMWlsXM9NTyI8TH4bLRupgHu {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #gQLEZkRQIxb1EOiEadtxUSBLQblOpWSF {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #NNTlopA0n4cgVkhbqMcTQTk9zbkyOAWZ { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #Vi1aZKhT4uZ0ifebfaxPHhZu4AgVVqR8 {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #C4vWQwno6RHmCzFlEfyMZ1tJVFhziQGN {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #tf4O3935p5Dk4rJZ3EgeMEXJ1MlD2uHo { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #I71tEpMcDecFRMSBuhw2RcGNlhRP8Pnu {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #V01Bx1gEO4d1sB2gx3gI7KOesVtxmOGX {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qkNFHnh4Okon86NmTS7luh8N90LNtIm8 { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #F9pbJ7FIanhL7NPiTxxgu6u2zKBxvF1D {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #B22R36ktrRHzvl3OHsucUbUU6lg9vWHn {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #GtcglAaBDpDe8abCH2KV2nJcyAcbSGoR { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #nmG3HTVOvMROJLooDugHkbTtvQA23yVl {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qHXMscZFPHKKTO6xKm811Gc5GSG7qzhs {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #u2IgPCTIucXVe00qWtibkNMPQOTaxJou {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #KDRzV3kpByrKgmWnk4fnTFH8Z42vTSWI {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #EtrHG0sEK2tw4VEcweLBf8qSZpGN7aQX {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #TF8mViQi15HN6RNP2y1WVf7kr4uQJ2nf {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #v7dKQD2oxMP2PgXoQxDARCFL9rKAeAD9 {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eHTXLHJztsdn7T5S5rmTOLs3mXbZqK6o {  }
 }@media only screen and (max-width: 763px) { #fytdHzpFRIr8tKfIxvWDkPOBPEkTddLu { width:14.5625rem;height:2.5625rem;top:5.9375rem;left:33.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhROg5ZwUm0o8DLQ5SicaH52DvgreTQb { top:12.0625rem;left:0rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvBh6C3mcwy4GXanJEIXl6aTGDgETls { width:17.875rem;height:2.8125rem;top:12.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOnlisIcuvROtnXy5Nk2k7W7adXBQbCv { width:33.5rem;height:6.25rem;top:17.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s92eEqEiFqGmFBG50KzXyBrxo33HeNoa { top:14.625rem;left:0rem;width:34.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl { display:block; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDfisR7CydtxiiAt0REK9NWgTh8qK7Gg { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreI5aSiOxTIF5ZSGzIgZrEIgG25Z9Xg { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9KDd75F5Csuehdn8fO5TqzehQfhasqL { top:2.0625rem;left:1.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); } }@media only screen and (max-width: 763px) { #pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn { display:block; }#pwbLnDIWtpbPh0VJCtN17XUIrJerxNwn > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7UBszLBSsVqV8VU64Ewnd5ZfLFlFdld { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1KudKsOWAAvhOe1RgbGPWq4BZ0056m { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMTCm2fDf6PI50Uxu1pORTIopNaFd3o { width:1.875rem;height:1.875rem;top:6.9375rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNggrfeNtqI7nzNOUJJn6T1KFDx2Uad { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmFaMo3vrsCrTzPbLBeewRt8XXNEnGCO { width:1.9990807771683rem;height:1.9990807771683rem;top:6.875rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emw8EKTcwVQt1IC3nUoHJ6wF0NhrxolI { width:13.374310493469rem;height:6.4993104934692rem;top:0rem;left:3.3111211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvHzQ9i0UOAQpS37xtCAN9adrQciVde { width:2.6240808963776rem;height:2.6240808963776rem;top:6.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbAlmKEALD7ImFntzrV8iISx0vKO5T8 { width:2.1243104934692rem;height:2.1243104934692rem;top:6.75rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk { display:flex;width:1.6875rem;height:1.6875rem;top:7.0302734375rem;left:11.0302734375rem; }
#BWLtnvONTBQ080Ar79eoZIOyV4wzJPBk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a17dff36-6779-49fd-8f5e-e236aa07167f/stackofmoneycoinwithtradinggraph.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.adaptive-delivery-prevent-bg, #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.lazyload, #Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr.lazyloading { background-image: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { background-color: transparent; background-image: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,50,114,0.46); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container > .video-iframe-container { display: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,50,114,0.46); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container { display: none; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .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); }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { border-width: 0; border-radius: 0; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtu4KVOnZLTB69hNNPmTPtSKMOwBahDr > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUFnmKSZwyiUQzwOgO0ibrMS1Nf5XeKn { width:11.9375rem;height:0.375rem;top:17.7373046875rem;left:4.03125rem;background-color:#ba011f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PCXA1dkhdtefQLixghUb9BBe61cpStha { width:20rem;height:9.4863125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;line-height:1.1;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.73);display:block; }
 }@media only screen and (max-width: 763px) { #lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf { width:16.375rem;height:2.79980625rem;top:15.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.6;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.73);display:block; }#lqFtFlvTNtgC73pTRRTBNhhDRTRa3Mhf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #xThXhAnFATEBsutlyurg2mB08rfTLz10 { width:3.936525rem;height:3.936525rem;top:29.5rem;left:8.03125rem;font-size:2.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg { display:block; }#TBsaHIzTKOOKvy79oGgtoRnJSJXBwbAg > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNgqUBC06xhCUFOzTkzagE0PshUDinMc { width:20rem;height:16.084rem;top:21.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #fUbHigivE4RdbZJuG0ToZ54a3v9nCbLU { width:20rem;height:17.375rem;top:2.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsniDUtzwqCJ4vQse8OETTCVMg6u5dai { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai { display:block; }#w0bW1WeJwSzD8Cdvvvk9eS0BAOMeN5Ai > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdoHIMUST11ZfsgqzhGDtcCanLr8bB7R { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lLxgPL05PUimwATMGP4GrB64dqRebZuF { display:block; }#lLxgPL05PUimwATMGP4GrB64dqRebZuF > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuZmuw8BsdCwSvvyqNGwV1EHUrbb83XX { width:19.1875rem;height:13.1953125rem;top:6.90234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8vu0RyzdrL1ZzoTyF4RWSwJqCNOAkH { width:19.25rem;height:18.25rem;top:4.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3si7dCrtehJVECkvMri725cR7zAI9s { width:18.8125rem;height:13.1953125rem;top:31.55859375rem;left:0.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5TP3Od2HMh08xKGE8MP2OxsKkopWQP { width:19.25rem;height:18.3125rem;top:29rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuJDKGM5oH8d3PClqZoaZpBKTBXoIrT { width:18.875rem;height:13.1953125rem;top:56.12109375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvNhvOFonJezrTweVtT2RHHJa9CEGJR { width:19.25rem;height:18.3125rem;top:53.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HzYgQ0Jb/editable_landing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq.adaptive-delivery-prevent-bg, #zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq.lazyload, #zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq.lazyloading { background-image: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { background-color: transparent; background-image: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container > .video-iframe-container { display: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row > .video-iframe-container { display: none; }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .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); }#zmyMnsf99LseaNAVOL0ZM6gIrwKkVAJq > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOI2CHrvmHyUOBf3OUF6KE33IpyWTbHA { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIrxG6QZDO2wdWJ3VeqqwDhqRhORtVB { width:20rem;height:8.125rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { background-color:#ffffff;background-image:none;display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz79fcFQlbxugwFFiKAEsP9koU1lu2ZX { width:15.8125rem;height:8.125rem;top:13.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;color:#ba011f;display:block; }
 }@media only screen and (max-width: 763px) { #xtSw47S7oDVmihSaXkQavxgyXdMMzyDZ { width:17.3730625rem;height:4.0625rem;top:36.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ba011f;display:block; }
 }@media only screen and (max-width: 763px) { #XTpJ7baHkf8dkf3AeA0rAMl4J3XGa9CE { width:1.75rem;height:16.625rem;top:65.558823108675rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxAThMEGutteJBHpqNwxEKanoW94yIWB { width:1.6875rem;height:16.5625rem;top:83.46482896805rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1XpDP0UNS1Sk2rf6tr0NPNVRFIzBoih { width:1.6875rem;height:16.5625rem;top:29.871323108673rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqnosJve7h9VWZeBxv6wSEKAfPCkeKwq { width:17.8125rem;height:6.09375rem;top:55.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;color:#ba011f;display:block; }
 }@media only screen and (max-width: 763px) { #nntFHKLua6KTTdlgfTNk98uxkO9HObgd { width:20rem;height:10.7226625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #o8WPrSNOWZmpRKyCh4KhnFUTZOV1dVFp { width:17.9375rem;height:11.875rem;top:23.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1uz71Di3iJbzEsTPWOPt6XLGt9SFPH { width:17.9375rem;height:11.875rem;top:41.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKn5lZJPuT6lB90JWBozNlEog2gFggO { width:17.9375rem;height:11.875rem;top:62.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 { display:block; }#KT3kX59LcsNPZTcXCTtpfTmI6cOtm3e3 > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrQP0fB9P4JuiPvTdSK6RnSQR3m3yhKB { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ba011f;display:block; }
 }@media only screen and (max-width: 763px) { #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bde537-d932-4cf9-8c91-76e15cf966e7/DERECHOSHUMANOS.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.adaptive-delivery-prevent-bg, #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.lazyload, #otf6XIJEAy4FqttLxa38lSZzcqBqosEZ.lazyloading { background-image: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { background-color: transparent; background-image: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container > .video-iframe-container { display: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row > .video-iframe-container { display: none; }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .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); }#otf6XIJEAy4FqttLxa38lSZzcqBqosEZ > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig7T3yCKFl3K3V8kmGNImhxBX2GBFpMn { width:18.2480625rem;height:14.26175rem;top:1.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR { display:block; }#K3SGWcevbe6Nv4F6ZnEZ648rgSvB6qSR > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gmo50uSKuqfwcmNZaBmkLHKb2CzGVdLr { width:20rem;height:2.5996125rem;top:2.54345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b3446;display:block; }
 }@media only screen and (max-width: 763px) { #hLtf158cpnyEOkLVGI9Mo8CKTkn5yDtF { width:20rem;height:3.57421875rem;top:6.39258125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DU0XzeTpNTAdEX910hrx6EIg0z7lbf07 { width:17.5rem;height:3.4375rem;top:11.216796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXX0tn0IsrnKediR6TJ5z1MZHR5sf1XT { display:block; }
 }@media only screen and (max-width: 763px) { #BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb { background-color:#d50d44;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container { background-color: transparent; background-image: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container > .video-iframe-container { display: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row > .video-iframe-container { display: none; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .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); }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container { border-width: 0; border-radius: 0; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuECwqLaW5lDDQXyas4KyyXc1BMGF6eb > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a8c9086-7c2c-492e-a103-5b297663b9f2/forextradegraphchartconcept.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.adaptive-delivery-prevent-bg, #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.lazyload, #PqTbTpJPfu6QvphbbppgFtI9V0V8t22c.lazyloading { background-image: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { background-color: transparent; background-image: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container > .video-iframe-container { display: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container { display: none; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .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); }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { border-width: 0; border-radius: 0; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqTbTpJPfu6QvphbbppgFtI9V0V8t22c > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616  { width:17.436809539795rem;height:32.428768157959rem;top:14.8125rem;left:0rem; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kZTrhxMdmTon5AlefhFdC3AtFe9av616 {display:block;}#kZTrhxMdmTon5AlefhFdC3AtFe9av616 { width:17.436809539795rem;height:32.428768157959rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #FIV4ZawTIkxR0zQzN3Ge944Srs870CPT {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #fm4mbXCkOmqkZqMpNrrOQu0yD0rnMhMz { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eLXk5AZCnMWlsXM9NTyI8TH4bLRupgHu {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #gQLEZkRQIxb1EOiEadtxUSBLQblOpWSF {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #NNTlopA0n4cgVkhbqMcTQTk9zbkyOAWZ { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #Vi1aZKhT4uZ0ifebfaxPHhZu4AgVVqR8 {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #C4vWQwno6RHmCzFlEfyMZ1tJVFhziQGN {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #tf4O3935p5Dk4rJZ3EgeMEXJ1MlD2uHo { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #I71tEpMcDecFRMSBuhw2RcGNlhRP8Pnu {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #V01Bx1gEO4d1sB2gx3gI7KOesVtxmOGX {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qkNFHnh4Okon86NmTS7luh8N90LNtIm8 { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #F9pbJ7FIanhL7NPiTxxgu6u2zKBxvF1D {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #B22R36ktrRHzvl3OHsucUbUU6lg9vWHn {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #GtcglAaBDpDe8abCH2KV2nJcyAcbSGoR { display:block; }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #nmG3HTVOvMROJLooDugHkbTtvQA23yVl {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #qHXMscZFPHKKTO6xKm811Gc5GSG7qzhs {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #u2IgPCTIucXVe00qWtibkNMPQOTaxJou {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #KDRzV3kpByrKgmWnk4fnTFH8Z42vTSWI {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #EtrHG0sEK2tw4VEcweLBf8qSZpGN7aQX {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #TF8mViQi15HN6RNP2y1WVf7kr4uQJ2nf {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #v7dKQD2oxMP2PgXoQxDARCFL9rKAeAD9 {  }
 }@media only screen and (max-width: 763px) { #kZTrhxMdmTon5AlefhFdC3AtFe9av616 #eHTXLHJztsdn7T5S5rmTOLs3mXbZqK6o {  }
 }@media only screen and (max-width: 763px) { #fytdHzpFRIr8tKfIxvWDkPOBPEkTddLu { width:14.56227016449rem;height:2.1933625rem;top:12.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhROg5ZwUm0o8DLQ5SicaH52DvgreTQb { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvBh6C3mcwy4GXanJEIXl6aTGDgETls { width:15.625rem;height:2.4375rem;top:2.2495422363281rem;left:2.3747692108154rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOnlisIcuvROtnXy5Nk2k7W7adXBQbCv { width:20rem;height:3.5996125rem;top:6.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s92eEqEiFqGmFBG50KzXyBrxo33HeNoa { width:20rem;height:6.375rem;top:3.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl { position:relative;z-index:auto;display:block; }#K0E9aDnmf4eHEDLvOaVZSNNSmnyOHyIl > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDfisR7CydtxiiAt0REK9NWgTh8qK7Gg { width:3.125rem;height:3.125rem;top:1.375rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreI5aSiOxTIF5ZSGzIgZrEIgG25Z9Xg { width:3.125rem;height:3.125rem;top:1.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9KDd75F5Csuehdn8fO5TqzehQfhasqL { width:3.125rem;height:3.125rem;top:1.375rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }