.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:253,246,225;--color-primary-1:249,227,156;--color-primary-2:243,198,56;--color-primary-3:122,99,28;--color-primary-4:36,30,8;--color-secondary-0:247,220,228;--color-secondary-1:227,139,164;--color-secondary-2:199,23,72;--color-secondary-3:100,12,36;--color-secondary-4:30,3,11;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:246,248,249;--color-tertiary-3:148,149,149;--color-tertiary-4:40,40,40;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { position:relative;display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { background-color: transparent; background-image: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .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); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { border-width: 0; border-radius: 0; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .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; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;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; }#mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:16.5619375rem;top:1.4159787893295rem;left:1.7688694000244rem;overflow:hidden;display:block; }
#ErCtT2251mH80rM3gPwfqEBqLM1aJinN { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5940446853637rem;left:47.937210083007rem;height:1.62385625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { position:absolute;display:block;z-index:15007;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.249410625rem;width:4.3744125rem;top:3.2609081268311rem;left:55.624710083007rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/zadAZFeX/Sanct_Lists.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.904348373413rem;left:17.464912414551rem;height:5.5240625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GuA4PvxWwXvHszdyJpdTTfMTlmDiSAQg { position:absolute;display:block;z-index:15003;background-color:#fafcfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.87493125rem;width:27.374875rem;top:13.603914260864rem;left:16.839221954346rem;display:block; }
#Lb91C8XyLLzSXS2WUpWdbn6HLnZZAItV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.56229375rem;width:21.8119375rem;top:6.1860485076904rem;left:19.623722076416rem;display:block; }
#TBl0pItkGE10ueIh8NIohRJvltqO6ZH4 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6276617050169rem;left:20.155212402344rem;height:2.68165625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { 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; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { background-color: transparent; background-image: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .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); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { border-width: 0; border-radius: 0; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:60rem;position:relative;display:block; }#k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { color:rgba(var(--color-tertiary-2),0.9);display:block;width:41.936rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:2.8778343200684rem;left:9.0293140411375rem;height:2.187325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ndLauyaiCgta8Hlv3dMT4NAyU04eREWc { color:rgba(var(--color-tertiary-4),0.7);display:block;width:58.311125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4081506729125rem;left:0.84347343444825rem;height:11.19763125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.8086875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:23.376141548157rem;left:0.84174537658694rem;height:28.744625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 li:before{  }
#OhKeA3JJEgquQ6VAmh8aTNA6JsUTuLHT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:20.258056640625rem;left:0.84174537658694rem;height:1.75rem;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; }
#oihmgEuKHhgGTm5CEBmdugZQV8TfAbSB { position:absolute;display:block;z-index:15018;height:32.6875rem;width:28.375rem;top:23.3759765625rem;left:31.490968208093rem;display:block; }
#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV { position:relative;display:block; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV { background-color: transparent; background-image: none; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row .container > .video-iframe-container { display: none; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row > .video-iframe-container { display: none; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .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); }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV { border-width: 0; border-radius: 0; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .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; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#C8TvMVa9G13ZMz8izb0qyJmTJS19gUU3 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.249625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:1.0059461593628rem;left:16.873790740967rem;height:2.2988125rem;text-align:center;text-align-last:center;display:block; }
#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { background-color: transparent; background-image: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .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); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { border-width: 0; border-radius: 0; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#kth0TJiONTliLDcuhsPH6N31GTIUzdL0 { z-index:15000;top:1.0618858337402rem;left:5.0543842315674rem;background-color:#f8faf9;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.562539625rem;height:1.624820875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L4KGWCS1c5vp7MyqB9VmqWenZaZnpGLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEehzSUrwfqS9TSaa4kBtnlbv7yKpt5c { z-index:15001;top:1.0923671722412rem;left:43.402587890625rem;background-color:#f8faf9;background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2017555rem;height:1.57632425rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FqKoL58l9g2HyZia1MaBXrMaUwILSPRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flxGC1EBQeVRv7SRGvPyU1xFOUNMOKaP { z-index:15002;top:1.0618858337402rem;left:21.747758865356rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-top:0.0625rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.500477125rem;height:1.750020875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A9iSCTBNnWUknoE271rkNomVydh1UFdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { 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; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { background-color: transparent; background-image: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .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); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { border-width: 0; border-radius: 0; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.1) ;height:20.125rem;width:0.125rem;top:5.6341152191162rem;left:59.875rem;display:block; }
#O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:15.873rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.293142318726rem;left:2.0611515045166rem;height:7.030375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:4.1136617660522rem;left:3.1241359710693rem;height:1.57479375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:4.1136617660522rem;left:21.780799865722rem;height:1.5746rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdhZVHH4445nbR9uirboGT0BlmOua7tc { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.293313980102rem;left:21.405731201172rem;height:7.030375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.1136617660522rem;left:44.312606811524rem;height:1.5746rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.3119375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.307383537293rem;left:41.343162536621rem;height:7.030375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { position:absolute;display:block;z-index:15016;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:4.99948125rem;width:6.81175rem;top:8.2681140899656rem;left:6.5939579010013rem;overflow:hidden;display:block; }
#rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { position:absolute;display:block;z-index:15017;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:5.62430625rem;width:5.62430625rem;top:7.9544038772581rem;left:27.186462402344rem;overflow:hidden;display:block; }
#OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { position:absolute;display:block;z-index:15018;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:5.62430625rem;width:5.93715625rem;top:7.9544038772581rem;left:47.029693603516rem;overflow:hidden;display:block; }
#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .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); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { border-width: 0; border-radius: 0; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #040303;border-left:0.125rem solid #040303;border-right:0.125rem solid #040303;border-bottom:0.125rem solid #040303;box-shadow: none;height:16.375rem;width:29.3125rem;top:3.6549659482651rem;left:28.340000716279rem;display:block; }
#p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { background-color:rgba(var(--color-secondary-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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.3125rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.491910934448rem;left:4.9182453155517rem;display:block; }
#kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8sWzr3rtWFUeruZb267sHm5HSETix7P { color:rgba(var(--color-tertiary-1),1);display:block;width:23.186875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:4.0557594299316rem;left:1.4821281433106rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/SBUW0XyM/Ilustracion_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.adaptive-delivery-prevent-bg, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyload, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyloading { background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { background-color: transparent; background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .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); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { border-width: 0; border-radius: 0; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { color:rgba(var(--color-tertiary-2),1);display:block;width:8.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8474826812744rem;left:0.21719360351562rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { color:rgba(var(--color-tertiary-2),0.9);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.18670463562rem;left:0.37454986572266rem;height:2.7603rem;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; }
#Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6867389678955rem;left:15.311809539795rem;height:3.49401875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { position:absolute;display:block;z-index:15011;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:8.0625rem;top:7.3121185302738rem;left:15.437118530274rem;display:block; }
#icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { color:rgba(var(--color-tertiary-2),0.9);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.18670463562rem;left:15.437118530274rem;height:2.7603rem;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; }
#tczP8KpVmn3RW3QisS2PotKILEaUbiXv { color:rgba(var(--color-tertiary-2),0.9);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.18670463562rem;left:30.436981201172rem;height:2.7603rem;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; }
#U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { position:absolute;display:block;z-index:15012;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:8.8125rem;top:7.3121185302738rem;left:0.37444686889649rem;display:block; }
#qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6867389678955rem;left:30.436981201172rem;height:3.4126875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { position:absolute;display:block;z-index:15012;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:9.9375rem;top:7.3121185302738rem;left:30.562294006347rem;display:block; }
#tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { position:absolute;display:block;z-index:15012;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:8.8125rem;top:8.5618476867675rem;left:0.125rem;display:none; }
#IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { position:absolute;display:block;z-index:15013;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:9.124375rem;width:8.4373125rem;top:5.0029373168945rem;left:48.280212402344rem;overflow:hidden;display:block; }
#lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { color:rgba(var(--color-tertiary-1),1);display:block;width:8.1245rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4388122558594rem;left:48.4375rem;height:1.46244375rem;text-align:center;text-align-last:center;display:block; }
#TtoLuVxNwylLSeEBEdfFNTzpnFRWVP5e { position:absolute;display:block;z-index:15012;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:8.8125rem;top:7.3121185302738rem;left:0.37444686889649rem;display:none; }
#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { 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; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { background-color: transparent; background-image: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .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); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { border-width: 0; border-radius: 0; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6860625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:3.7005653381348rem;left:16.656871795654rem;height:3.00055rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { top:1.375rem;left:0rem;width:16.5rem;height:3.9227747357458rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:9rem;height:1.5625rem;top:2.5625rem;left:38.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:4.3125rem;height:0.1875rem;top:3.25rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:26.0625rem;height:5.5rem;top:13.875rem;left:11.339912414551rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuA4PvxWwXvHszdyJpdTTfMTlmDiSAQg { top:13.5625rem;left:10.714221954346rem;width:27.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb91C8XyLLzSXS2WUpWdbn6HLnZZAItV { top:6.125rem;left:13.498722076416rem;width:21.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBl0pItkGE10ueIh8NIohRJvltqO6ZH4 { width:20.6875rem;height:2.625rem;top:6.625rem;left:14.030212402344rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:41.875rem;height:2.125rem;top:2.875rem;left:2.9043140411377rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndLauyaiCgta8Hlv3dMT4NAyU04eREWc { width:47.75rem;height:11.1875rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 { width:27.75rem;height:28.6875rem;top:23.375rem;left:0rem;font-size:0.9375rem;display:block; }#zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 li:before{  }
 }@media only screen and (max-width: 763px) { #OhKeA3JJEgquQ6VAmh8aTNA6JsUTuLHT { width:17.5625rem;height:1.6875rem;top:20.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihmgEuKHhgGTm5CEBmdugZQV8TfAbSB { top:23.375rem;left:0rem;width:28.375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV { display:block; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8TvMVa9G13ZMz8izb0qyJmTJS19gUU3 { top:1rem;left:10.748790740967rem;width:26.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kth0TJiONTliLDcuhsPH6N31GTIUzdL0 { top:1rem;left:0rem;width:9.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4KGWCS1c5vp7MyqB9VmqWenZaZnpGLL { display:block; }
 }@media only screen and (max-width: 763px) { #pEehzSUrwfqS9TSaa4kBtnlbv7yKpt5c { top:1.0625rem;left:34.4375rem;width:13.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqKoL58l9g2HyZia1MaBXrMaUwILSPRq { display:block; }
 }@media only screen and (max-width: 763px) { #flxGC1EBQeVRv7SRGvPyU1xFOUNMOKaP { top:1rem;left:15.622758865356rem;width:16.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9iSCTBNnWUknoE271rkNomVydh1UFdi { display:block; }
 }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:0.125rem;height:20.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:15.8125rem;height:7rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:13.6875rem;height:1.5625rem;top:4.0625rem;left:1.0616359710693rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:16.375rem;height:1.5625rem;top:4.0625rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:17.1875rem;height:7rem;top:15.25rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:11.3125rem;height:1.5625rem;top:4.0625rem;left:34.000106811524rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:17.25rem;height:7rem;top:15.25rem;left:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { top:8.25rem;left:4.531457901001rem;width:6.75rem;height:4.9541598616361rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { top:7.9375rem;left:20.998962402344rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { top:7.9375rem;left:36.717193603516rem;width:5.875rem;height:5.5654252351452rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { width:29.3125rem;height:16.375rem;top:3.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:16.3125rem;height:2.8125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { top:4rem;left:0rem;width:23.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:8.6875rem;height:;top:3.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:7.625rem;height:2.75rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:6.75rem;height:3.4375rem;top:3.625rem;left:11.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:8.0625rem;height:0.25rem;top:7.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:8.75rem;height:2.75rem;top:8.125rem;left:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:7.25rem;height:2.75rem;top:8.125rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:8.75rem;height:0.1875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:10.0625rem;height:3.375rem;top:3.625rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:9.9375rem;height:0.25rem;top:7.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:8.8125rem;height:0.25rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { top:5rem;left:37.561462402344rem;width:8.375rem;height:9.0569883034438rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { top:2.4375rem;left:37.71875rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtoLuVxNwylLSeEBEdfFNTzpnFRWVP5e { width:8.75rem;height:0.1875rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { top:3.6875rem;left:10.531871795654rem;width:26.625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { width:16.5615rem;height:3.9367125rem;top:2.1863207817077rem;left:1.7188342809677rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:5.5rem;height:1.29980625rem;top:7.2693738937375rem;left:12.904313206672rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:5.5rem;height:0.3125rem;top:8.7481479644775rem;left:12.966982007027rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/zadAZFeX/Sanct_Lists.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:18.3749375rem;height:3.8496125rem;top:12.839636445046rem;left:0.81149756908419rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GuA4PvxWwXvHszdyJpdTTfMTlmDiSAQg { width:20rem;height:7.625rem;top:10.248624801636rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb91C8XyLLzSXS2WUpWdbn6HLnZZAItV { width:11.5615rem;height:2.49901875rem;top:8.7529487609862rem;left:4.2167849540711rem;background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TBl0pItkGE10ueIh8NIohRJvltqO6ZH4 { width:10.12425rem;height:3.7489625rem;top:9.145983457565rem;left:4.936393737793rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:17.248rem;height:2.7603rem;top:1.5262036323548rem;left:1.374965429306rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(1,1,1,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ndLauyaiCgta8Hlv3dMT4NAyU04eREWc { width:17.8123125rem;height:23.904175rem;top:5.4134407043457rem;left:1.0923672914505rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 { width:18.9366875rem;height:28.2520625rem;top:35.66872882843rem;left:0.52976357936859rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }#zEuXhN6IOn9BtXEBbyzFUebIP8GoL1P2 li:before{  }
 }@media only screen and (max-width: 763px) { #OhKeA3JJEgquQ6VAmh8aTNA6JsUTuLHT { width:9.49775rem;height:1.83731875rem;top:32.991394042969rem;left:5.2501039505005rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oihmgEuKHhgGTm5CEBmdugZQV8TfAbSB { width:20rem;height:32.6875rem;top:67.1689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV { display:block; }#L6NDdwlV2hylzJsWePrIPQ9G0HuXTckV > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8TvMVa9G13ZMz8izb0qyJmTJS19gUU3 { width:17.3119375rem;height:1.69904375rem;top:2.6557312011719rem;left:1.3412611484527rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kth0TJiONTliLDcuhsPH6N31GTIUzdL0 { top:1.4354591369629rem;left:5.7790031433106rem;width:8.326693rem;height:2.326468rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L4KGWCS1c5vp7MyqB9VmqWenZaZnpGLL { display:block; }
 }@media only screen and (max-width: 763px) { #pEehzSUrwfqS9TSaa4kBtnlbv7yKpt5c { top:5.373685836792rem;left:3.6850109100342rem;width:12.513818rem;height:2.264243rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqKoL58l9g2HyZia1MaBXrMaUwILSPRq { display:block; }
 }@media only screen and (max-width: 763px) { #flxGC1EBQeVRv7SRGvPyU1xFOUNMOKaP { top:9.3101825714113rem;left:2.2218956947327rem;width:15.326818rem;height:2.264243rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9iSCTBNnWUknoE271rkNomVydh1UFdi { display:block; }
 }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:20.0625rem;height:61.6875rem;top:1.7483062744141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:14.1860625rem;height:7.030375rem;top:12.433489829302rem;left:2.9063537120819rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:13.7494375rem;height:1.5746rem;top:3.1556606292724rem;left:3.1247053146363rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:11.8743125rem;height:3.1492rem;top:23.204162627459rem;left:4.0618085861206rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:15.4988125rem;height:8.4364375rem;top:34.619572639466rem;left:2.2495505809784rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:13.7488125rem;height:1.5746rem;top:45.684124946594rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:14.4358125rem;height:8.4364375rem;top:54.485164642334rem;left:2.7801785469055rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { width:7.9369375rem;height:5.87493125rem;top:5.5520257949829rem;left:6.0287613868713rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { width:6.25rem;height:6.25rem;top:27.275465011597rem;left:6.8739628791806rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { width:5.68739375rem;height:5.436775rem;top:48.167415618896rem;left:7.1548328399656rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .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); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { height:10.3109375rem;width:18.499375rem;top:2.6773436069489rem;left:0.638654589653rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:16.47995375rem;height:2.6680725rem;top:23.722693443298rem;left:1.7578125rem;background-color:#faf6f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#c71748;border-top:0.1875rem solid #c71748;border-left:0.1875rem solid #c71748;border-right:0.1875rem solid #c71748;border-bottom:0.1875rem solid #c71748;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { width:19.9970625rem;height:3.60031875rem;top:32.007916450501rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:8.123625rem;height:3.33105625rem;top:2.8493156433106rem;left:5.9371542930603rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:13.1870625rem;height:1.3808625rem;top:6.9975461959837rem;left:3.6867394447327rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:6.6873125rem;height:3.49401875rem;top:11.607266426086rem;left:6.6553168296812rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:0.125rem;height:0.125rem;top:29.414714813233rem;left:5.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:8.68625rem;height:2.7603rem;top:15.872165679932rem;left:5.6562848091126rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:10.43625rem;height:1.3808625rem;top:26.412857055664rem;left:4.7791066169739rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:8.812375rem;height:0.249758125rem;top:15.046806335449rem;left:5.5923328399658rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:11.49925rem;height:3.65625rem;top:21.938951492309rem;left:4.2493433952331rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:0.125rem;height:0.125rem;top:25.539138793945rem;left:14.56215429306rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:8.812375rem;height:0.249758125rem;top:6.1096858978271rem;left:5.5931968688965rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { width:8.7493125rem;height:9.43725rem;top:32.641386032104rem;left:5.6243085861206rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { width:7.1868125rem;height:1.46225rem;top:31.179999351501rem;left:6.4055585861206rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtoLuVxNwylLSeEBEdfFNTzpnFRWVP5e { width:11.25rem;height:0.249758125rem;top:25.399268150329rem;left:4.3746542930603rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { width:14.9370625rem;height:4.7989875rem;top:3.0117874145508rem;left:2.531284570694rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }