.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:237,233,225;--color-primary-1:195,183,156;--color-primary-2:134,111,56;--color-primary-3:67,56,28;--color-primary-4:20,17,8;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:250,250,250;--color-tertiary-3:150,150,150;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--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:rgba(var(--color-tertiary-4),1);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); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/9a38f9cd-d1fe-4aca-b33b-6f7072bd5fc5/PaginaWebDrDanielLondoo11.png");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; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.adaptive-delivery-prevent-bg, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyload, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyloading { background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { background-color: transparent; background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .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); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { border-width: 0; border-radius: 0; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { font-size:0.875rem;font-family:"open sans";height:53.4375rem;width:60rem;position:relative;display:block; }#ywQLtJJ0TMZPCoCdVewHzsIXVoNk4yT3 { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:43.739064216614rem;left:44.062501907349rem;display:block; }
#yT7Eg7nAKN1Tkmwgg9G6x1ZcZT67ridV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6TTRv195rfo/unsplash/mike-swigunski-6TTRv195rfo-photo-1611148261486-4e315d904232.jpg");background-position: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; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE.adaptive-delivery-prevent-bg, #nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE.lazyload, #nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE.lazyloading { background-image: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { background-color: transparent; background-image: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.45); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container > .video-iframe-container { display: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.45); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container { display: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .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); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { border-width: 0; border-radius: 0; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE::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; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { font-size:0.875rem;font-family:"open sans";height:25rem;width:60rem;position:relative;display:block; }#UCCH9wM0oF8mhTLmnwcAC5NgQv64CmDt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#dTQJm17MvvldqBe8qlh13CVWpCIekv7W { background-color:transparent;background-image:none;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;display:block; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container { background-color: transparent; background-image: none; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container > .video-iframe-container { display: none; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row > .video-iframe-container { display: none; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .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); }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container { border-width: 0; border-radius: 0; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container { width:60rem;height:6.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pdBE6v4V6FTcRag3GIUTuLpqswDQ1ozB { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1249971389771rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container { background-color: transparent; background-image: none; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container > .video-iframe-container { display: none; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row > .video-iframe-container { display: none; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .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); }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container { border-width: 0; border-radius: 0; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#LM0io5Bw1zsTrUkV5eZspDIyqs2gmFRk { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZinq39sRueCzTGe2shGnadZA7CgdAwc { position:absolute;display:block;z-index:15003;background-color:#866f38;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.125rem;width:14.0625rem;top:12.362501144409rem;left:0.46875rem;display:block; }
#B8mxIqA1tHUHtLDq4GpGHBW8qcrJfTpU { position:absolute;display:block;z-index:15009;background-color:#ffffff;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.125rem;width:14.0625rem;top:12.362501144409rem;left:15.468751907349rem;display:block; }
#beBTGkFhWQMXmi4U6O9Tpb2ASEnkNZG2 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2320318222046rem;left:16.812501907349rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbBdg2VH7F9c2Xv06WAgvkdG4bIuCFLH { position:absolute;display:block;z-index:15015;background-color:#866f38;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.125rem;width:14.0625rem;top:12.362500190735rem;left:30.468751907349rem;display:block; }
#WctgrZ4qGHrWstBtXTkTwF3WzfWFrMFT { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.2320284843445rem;left:31.812501907349rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tU7E8AIQt5WkagLEpRR9LRT27x11a1q9 { position:absolute;display:block;z-index:15021;background-color:#ffffff;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.125rem;width:14.0625rem;top:12.362500190735rem;left:45.468751907349rem;display:block; }
#fo8XJwKDkN6V5hx11kxVNhB5MMHHWZUc { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:46.812501907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suEAQEuvSCIvc69TPZxLo56ScbFOp9Lp { position:absolute;display:block;z-index:14992;background-color:#000000;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.375rem;width:12.375rem;top:0rem;left:16.312501907349rem;display:block; }
#gOJJ60OWfJECET7wDy60UkJufsVTKe2g { position:absolute;display:block;z-index:14994;background-color:#000000;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.4375rem;width:12.4375rem;top:0rem;left:1.28125rem;display:block; }
#iAHzt8EcMBp3QgvUHqNlLKP8iDsh2bCN { position:absolute;display:block;z-index:14990;background-color:#000000;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.3125rem;width:12.3125rem;top:0rem;left:31.343751907349rem;display:block; }
#CQbpogmZBBcc7vTRD9lLAEl9XFsrrpJ4 { position:absolute;display:block;z-index:14988;background-color:#000000;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.0625rem;width:12.0625rem;top:0rem;left:46.468751907349rem;display:block; }
#E3ZMIlhlNGvbF1ULcrPSSdsQ3XAwWU37 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:6.75rem;left:5.875rem; }
#oroTBXtQiIT2LdeEawM5nDMSJcJRteQX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:6.8125rem;left:21.093751907349rem; }
#Wn1msV7bIHbPBIIMnDNJiEI5D1ii7D9h { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:6.9375rem;left:36.5rem; }
#IGFHdh3aqGsDWU8XeXsHzFgr4rFKxz5y { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:6.4375rem;left:51.4375rem; }
#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3af4eff1-efe0-424e-aea4-6554c38cbaa5/piedratexturadefondo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov.adaptive-delivery-prevent-bg, #WryWBAQTa7iC8Arkdk2usXwcrc0OWLov.lazyload, #WryWBAQTa7iC8Arkdk2usXwcrc0OWLov.lazyloading { background-image: none; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container { background-color: transparent; background-image: none; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container > .video-iframe-container { display: none; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row > .video-iframe-container { display: none; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .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); }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container { border-width: 0; border-radius: 0; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container { width:60rem;height:22.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SwQTzsd3vrVBxptL4WNRdsCkL2nzy02c { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:7.83203125rem;left:0rem;height:6.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVqmD8N0DXbseEOGHNpwJ2K4bQ39BXHh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8070316314698rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jn61nq50iMSCnEt2ywdkclyU5g1d3VTF { position:absolute;display:block;z-index:15007;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:0.124783125rem;width:12.5rem;top:9.0614152494819rem;left:1.3118495941162rem;display:none; }
#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container { background-color: transparent; background-image: none; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container > .video-iframe-container { display: none; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row > .video-iframe-container { display: none; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .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); }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container { border-width: 0; border-radius: 0; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#R12AF73eTOeqTV6xsZwEIHM1TpEmBoOe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:1.58125rem;text-align:left;text-align-last:left;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; }
#WtKEkLA3U03D7h2BocmWltoPmcTnHA5R { color:rgba(var(--color-tertiary-0),1);display:block;width:28.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5625rem;left:25rem;height:19.5rem;text-align:left;text-align-last:left;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; }
#HoWocIz7k2uHyGl2b5DmBTd2m4X2UGAx { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:20.8125rem;top:1.7492189407349rem;left:1.8093757629394rem;overflow:hidden;display:block; }
#ZlR6TWBhwssMTWR9DTV0dddpZW8CUVDE { position:absolute;display:block;z-index:15007;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:0.124783125rem;width:12.5rem;top:8.6875rem;left:25rem;display:block; }
#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3af4eff1-efe0-424e-aea4-6554c38cbaa5/piedratexturadefondo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM.adaptive-delivery-prevent-bg, #KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM.lazyload, #KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM.lazyloading { background-image: none; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container { background-color: transparent; background-image: none; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container > .video-iframe-container { display: none; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row > .video-iframe-container { display: none; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .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); }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container { border-width: 0; border-radius: 0; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:60rem;position:relative;display:block; }#Zr8pT8QdaZnVRBm8g9DqLuh2NSrNTzDK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.25rem;width:15.3125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.43701171875rem;left:3.0615234375rem;overflow:hidden;display:block; }
#HSLcDwnVtEXHcNsZWeFkJpId8pIh8rKT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.9375rem;width:16.6875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.31201171875rem;left:22.125rem;overflow:hidden;display:block; }
#zLasxyLOd6CUPDTPGaBxaxsFe3uJ4CdT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.249rem;width:16.749rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:29.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#aoUTG89Rd6cngwQDW92hIxCraqCC3zRE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:15.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.0625rem;left:22.1865234375rem;overflow:hidden;display:block; }
#H5e0uN88kI6PNGDMVyTW4SRBnAzZeLnK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:14.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.4375rem;left:41rem;overflow:hidden;display:block; }
#eRVBHXMf3zPmL0MVDLO6p2QCSWgOMHy1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.125rem;width:16.0625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.125rem;left:40.8125rem;overflow:hidden;display:block; }
#gzUbHsK608EUiwRkVKOeuQOgE2q0Ts6E { color:rgba(var(--color-primary-4),1);display:block;width:59.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:0.4365234375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTW336x8HAwRmJQ2w6vamH39zL6XazkJ { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:53.8037109375rem;left:17.25rem;display:block; }
#vZV1H3cVvB36hNcHWvNnbbIqtaZlcpqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container { background-color: transparent; background-image: none; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container > .video-iframe-container { display: none; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row > .video-iframe-container { display: none; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .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); }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container { border-width: 0; border-radius: 0; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#DInNtLf8iKZfREmxrpMK6xOzOHXLC0SA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),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:0.375rem;width:41.5625rem;top:15.8125rem;left:9.1875rem;display:block; }
#kvLd4v2R2InSC3NstIIHsmkXKRw3Nn6H { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-secondary-0),1);border-left:0.375rem solid rgba(var(--color-secondary-0),1);border-right:0.375rem solid rgba(var(--color-secondary-0),1);border-bottom:0.375rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:14.875rem;left:6.875rem;display:block; }
#U8D6AciJKylCl8fTnv5E6oGlFeFJS95S { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.311525rem;width:2.311525rem;top:14.875rem;left:48.9375rem;display:block; }
#XlcmeZDK0p5Q84v8TqGk9n8XEmtKz8p8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#b07ETdwnBwvA4pqrht1SFGtqpx5crrCp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.875rem;left:14.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#WBkTkzh0u0Fd7vB2JrQseiiAuk42halC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5rem;left:29.8125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#HHfmezgpfIxBn1oRZX8OlXo3fJEPTShP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.875rem;left:43.9375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#zWoEDJJzbJLcwQpFx6oRS0GJL0ZytQzS { color:rgba(var(--color-primary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.4375rem;height:3.49375rem;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; }
#ewTHJDxPA40WSy0OdqWoLZfAu57Ah9VJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.4375rem;left:6.1875rem; }
#JXTISEodk8JsafC0hJio8O4OGR4GswPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.4375rem;left:19.875rem; }
#Ib2uaL9AbBpnaGP3JAvdJAAvRCpT4xMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.4375rem;left:34.3125rem; }
#F2PDHETHZF8G9FEIzDg1X9VeHsn5G7gP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.4375rem;left:48.5625rem; }
#dbokGQZQc6kv1m0QMlTgKsrJKAdvJT1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.43603515625rem;left:19.87353515625rem; }
#KvCM3LgXtlCdI4qO0ZGWf3rqA33rHBFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.15478515625rem;left:34.62451171875rem; }
#hFxevFfJM5yrxf9qF3X42T249LzT1i9l { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.3037109375rem;left:17.84326171875rem;display:block; }
#e1MeZ7gNLluGGS8uWLE8r2VyML5gCN7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3af4eff1-efe0-424e-aea4-6554c38cbaa5/piedratexturadefondo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1.adaptive-delivery-prevent-bg, #Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1.lazyload, #Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1.lazyloading { background-image: none; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container { background-color: transparent; background-image: none; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container > .video-iframe-container { display: none; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row > .video-iframe-container { display: none; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .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); }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container { border-width: 0; border-radius: 0; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#TffH0yfyFU60L2T5y1iDsWTA5bkCFpb3 { position:absolute;display:block;z-index:15008;background-color:rgba(5,5,5,0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:11.4375rem;width:50.625rem;top:10.3125rem;left:4.625rem;display:block; }
#IpZbV07Zy9tewNlrSMGITppuqqP5RkGN { color:rgba(var(--color-primary-4),1);display:block;width:50.25rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:3.6875004768372rem;left:4.875rem;height:4.275rem;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;font-style:normal;display:block; }
#krT8fMxFx8toxWWik13MwJ17g2HcXyh5 { position:absolute;display:block;z-index:15020;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:0.124511875rem;width:15.624rem;top:15.625rem;left:7.9375rem;display:block; }
#LcROJwtGZRvdWWBHddwd8ozVFBa3w72o { color:rgba(var(--color-primary-4),1);display:block;width:22.5600625rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:29.3125rem;height:5.44375rem;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;font-style:normal;display:block; }
#crD29lNB59raTkorB9boMocyJP9q56oc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-secondary-4),0.08) ;height:9.75rem;width:51rem;top:24.75rem;left:4.5rem;display:block; }
#rv8ySwSbKJK0xyTd7k2VgnGD56sb7ysq { color:rgba(var(--color-primary-4),1);display:block;width:23.5605625rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.3125rem;left:28.75rem;height:5.44375rem;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;font-style:normal;display:block; }
#diBcskP0rplqZGDErhO2zcxTmsUNQOCH { position:absolute;display:block;z-index:15019;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:0.124511875rem;width:15.624rem;top:28.875rem;left:7.6875rem;display:block; }
#Bdunnz1exobD8M9C8xFTsiNgyIUKS9a2 { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5rem;left:7.9375rem;height:2.6rem;display:block; }
#hvnToec8ui5pKLppgxAD1TNKSocazB7S { color:rgba(var(--color-primary-4),1);display:block;width:17.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:7.9375rem;height:1.3rem;display:block; }
#MxaKnbVbfMqXQE2csA2qcLnd4lGIp80z { color:rgba(var(--color-primary-4),1);display:block;width:17.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.9375rem;left:7.9375rem;height:1.3rem;display:block; }
#AX5J9T5NQxIZ3lVTrDe11ud2irUorxr5 { color:rgba(var(--color-primary-4),1);display:block;width:17.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.0625rem;left:7.9375rem;height:2.6rem;display:block; }
#p4LI7RBvXemDIsHqz2L0B73uTf90QT4F { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.310125rem;height:3.4359375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.125rem;left:19.3125rem;display:block; }
#Cy401vE8UoddIGu19PFMWupb32TPZZfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U { background-color:transparent;background-image:url("https://images.assets-landingi.com/8fxmxcGNpsE/unsplash/jimmy-woo-8fxmxcGNpsE-photo-1715503234327-b57d32e5da0f.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.adaptive-delivery-prevent-bg, #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.lazyload, #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.lazyloading { background-image: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { background-color: transparent; background-image: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container > .video-iframe-container { display: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .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); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row > .video-iframe-container { display: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .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); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { border-width: 0; border-radius: 0; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U::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; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#s36ecOo7nfbZH9gyK91sSmS2QEXslDw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.43701171875rem;left:0rem;height:8.45rem;text-align:center;text-align-last:center;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; }
#HTEQZ4ZQwLKdQWUKV5XJhOnBUDTX0znD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.47412109375rem;left:0rem;height:6rem;text-align:center;text-align-last:center;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; }
#JE5whXFduOJLE5PwDTkdsdIOQ2BTeyGt { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4365rem;height:3.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.1767578125rem;left:16.2802734375rem;display:block; }
#imF4XImp1oeIeUJqsTXvzFraA65xut3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH { position:relative;display:block; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH { background-color: transparent; background-image: none; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row .container > .video-iframe-container { display: none; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row > .video-iframe-container { display: none; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .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); }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH { border-width: 0; border-radius: 0; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .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; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.4375rem;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; }#GoINbNHwb0O16XWOBPXMggTUp4RDz4OX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:9.4672315716744rem;left:1.5625rem;display:block; }
#VART2cCnVNAlNROWezGCm1VkcBGAM8QO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:9.5366760492325rem;left:41.562503814698rem;display:block; }
#SsI9V0TLOvafynFfO745Li3cJAgfxax4 { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2504348754883rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;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; }
#AdlKFeJSNWoDTtbc7sFWaTSf87MUTv9s { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:9.4672313928606rem;left:21.5625rem;display:block; }
#SFVunBNqRhHcho1a3O4pbH715az4fEil { 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/mETRnfE3yQw/unsplash/gustavo-s-nchez-mETRnfE3yQw-photo-1671240434571-a21d691f713b.jpg");background-position: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; }#SFVunBNqRhHcho1a3O4pbH715az4fEil.adaptive-delivery-prevent-bg, #SFVunBNqRhHcho1a3O4pbH715az4fEil.lazyload, #SFVunBNqRhHcho1a3O4pbH715az4fEil.lazyloading { background-image: none; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container { background-color: transparent; background-image: none; }#SFVunBNqRhHcho1a3O4pbH715az4fEil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container > .video-iframe-container { display: none; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row > .video-iframe-container { display: none; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .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); }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container { border-width: 0; border-radius: 0; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container { font-size:0.875rem;font-family:"open sans";height:21rem;width:60rem;position:relative;display:block; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { background-color: transparent; background-image: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container > .video-iframe-container { display: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row > .video-iframe-container { display: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .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); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { border-width: 0; border-radius: 0; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#FPcHJALN2GVLfvxX5N85MDQDA88fC8y6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5615rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.125rem;left:12.75rem;height:4.3875rem;text-align:center;text-align-last:center;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; }
#dLwCk1GSAUtwi3VdaX7XepEZJzGckRsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.5rem;height:;text-align:center;text-align-last:center;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; }
#vCGbIheT7aswwEDqPaFz3S5JnpdFEH6E { 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-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3105625rem;height:3.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.3662109375rem;left:17.84326171875rem;display:block; }
#D8TZxzwiKfqKoLsJ2EVMaJTMRuR40Mhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { background-color: transparent; background-image: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container > .video-iframe-container { display: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row > .video-iframe-container { display: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .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); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { border-width: 0; border-radius: 0; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#UcpQKmwTzg37NsaExEh8GFrB23c65RT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.8rem;text-align:center;text-align-last:center;display:block; }
#NCrnlntFivB3yKKOdq9flnQFucAntci4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:18.46875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7PkNxmg1oy9xaViSJkwTWHT4mcspKUL { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15033;top:14.625rem;left:24.6875rem; }
#kTg7iOwaVgnoMXRgr8izO2FupwUiSbKv { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;top:14.625rem;left:29.25rem; }
#ZeGQUwX3O7NimHbs71eJO5TB1rwaWKC3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:33.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW { display:block; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywQLtJJ0TMZPCoCdVewHzsIXVoNk4yT3 { width:15.8125rem;height:3.625rem;top:43.6875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7Eg7nAKN1Tkmwgg9G6x1ZcZT67ridV { display:block; }
 }@media only screen and (max-width: 763px) { #nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE { display:block; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCCH9wM0oF8mhTLmnwcAC5NgQv64CmDt { display:none; }
 }@media only screen and (max-width: 763px) { #dTQJm17MvvldqBe8qlh13CVWpCIekv7W { display:block; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdBE6v4V6FTcRag3GIUTuLpqswDQ1ozB { width:47.75rem;height:3.875rem;top:2.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy { display:block; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM0io5Bw1zsTrUkV5eZspDIyqs2gmFRk { width:11.375rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZinq39sRueCzTGe2shGnadZA7CgdAwc { width:14.0625rem;height:0.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mxIqA1tHUHtLDq4GpGHBW8qcrJfTpU { width:14.0625rem;height:0.125rem;top:12.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBTGkFhWQMXmi4U6O9Tpb2ASEnkNZG2 { width:11.375rem;height:4.375rem;top:1.1875rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBdg2VH7F9c2Xv06WAgvkdG4bIuCFLH { width:14.0625rem;height:0.125rem;top:12.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctgrZ4qGHrWstBtXTkTwF3WzfWFrMFT { width:11.375rem;height:4.375rem;top:1.1875rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU7E8AIQt5WkagLEpRR9LRT27x11a1q9 { width:14.0625rem;height:0.125rem;top:12.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo8XJwKDkN6V5hx11kxVNhB5MMHHWZUc { width:11.375rem;height:2.875rem;top:1.9375rem;left:36.093751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suEAQEuvSCIvc69TPZxLo56ScbFOp9Lp { width:12.375rem;height:12.375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOJJ60OWfJECET7wDy60UkJufsVTKe2g { width:12.4375rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHzt8EcMBp3QgvUHqNlLKP8iDsh2bCN { width:12.3125rem;height:12.3125rem;top:0rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQbpogmZBBcc7vTRD9lLAEl9XFsrrpJ4 { width:12.0625rem;height:12.0625rem;top:0rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ZMIlhlNGvbF1ULcrPSSdsQ3XAwWU37 { width:2.5rem;height:2.5rem;top:6.75rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroTBXtQiIT2LdeEawM5nDMSJcJRteQX { width:2.8125rem;height:2.8125rem;top:6.8125rem;left:16.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1msV7bIHbPBIIMnDNJiEI5D1ii7D9h { width:2.5rem;height:2.5rem;top:6.9375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFHdh3aqGsDWU8XeXsHzFgr4rFKxz5y { width:2.5rem;height:2.5rem;top:6.4375rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryWBAQTa7iC8Arkdk2usXwcrc0OWLov { display:block; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwQTzsd3vrVBxptL4WNRdsCkL2nzy02c { width:47.75rem;height:6rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVqmD8N0DXbseEOGHNpwJ2K4bQ39BXHh { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn61nq50iMSCnEt2ywdkclyU5g1d3VTF { top:9rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF { display:block; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R12AF73eTOeqTV6xsZwEIHM1TpEmBoOe { width:31.4375rem;height:1.5625rem;top:6.25rem;left:16.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtKEkLA3U03D7h2BocmWltoPmcTnHA5R { width:28.25rem;height:19.5rem;top:9.5625rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoWocIz7k2uHyGl2b5DmBTd2m4X2UGAx { top:1.6875rem;left:0rem;width:20.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlR6TWBhwssMTWR9DTV0dddpZW8CUVDE { top:8.6875rem;left:18.875rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM { display:block; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr8pT8QdaZnVRBm8g9DqLuh2NSrNTzDK { width:15.3125rem;height:19.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSLcDwnVtEXHcNsZWeFkJpId8pIh8rKT { width:16.6875rem;height:20.9375rem;top:30.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLasxyLOd6CUPDTPGaBxaxsFe3uJ4CdT { width:16.6875rem;height:21.171361457451rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoUTG89Rd6cngwQDW92hIxCraqCC3zRE { width:15.75rem;height:19.75rem;top:10.0625rem;left:16.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5e0uN88kI6PNGDMVyTW4SRBnAzZeLnK { width:14.8125rem;height:19.75rem;top:10.4375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRVBHXMf3zPmL0MVDLO6p2QCSWgOMHy1 { width:16.0625rem;height:20.125rem;top:31.125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUbHsK608EUiwRkVKOeuQOgE2q0Ts6E { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTW336x8HAwRmJQ2w6vamH39zL6XazkJ { width:25.5rem;height:3.375rem;top:53.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZV1H3cVvB36hNcHWvNnbbIqtaZlcpqS { display:block; }
 }@media only screen and (max-width: 763px) { #v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO { display:block; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DInNtLf8iKZfREmxrpMK6xOzOHXLC0SA { top:15.8125rem;left:3.0625rem;width:41.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvLd4v2R2InSC3NstIIHsmkXKRw3Nn6H { top:14.875rem;left:0.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8D6AciJKylCl8fTnv5E6oGlFeFJS95S { top:14.875rem;left:42.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlcmeZDK0p5Q84v8TqGk9n8XEmtKz8p8 { top:18.5rem;left:0rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b07ETdwnBwvA4pqrht1SFGtqpx5crrCp { top:17.875rem;left:8.75rem;width:13.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBkTkzh0u0Fd7vB2JrQseiiAuk42halC { top:18.5rem;left:23.6875rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfmezgpfIxBn1oRZX8OlXo3fJEPTShP { top:17.875rem;left:33.5rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWoEDJJzbJLcwQpFx6oRS0GJL0ZytQzS { top:5.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTHJDxPA40WSy0OdqWoLZfAu57Ah9VJ { top:10.4375rem;left:0.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTISEodk8JsafC0hJio8O4OGR4GswPU { top:10.4375rem;left:13.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2uaL9AbBpnaGP3JAvdJAAvRCpT4xMV { top:10.4375rem;left:28.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PDHETHZF8G9FEIzDg1X9VeHsn5G7gP { top:10.4375rem;left:42.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbokGQZQc6kv1m0QMlTgKsrJKAdvJT1b { top:14.375rem;left:13.74853515625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvCM3LgXtlCdI4qO0ZGWf3rqA33rHBFb { top:14.125rem;left:28.49951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFxevFfJM5yrxf9qF3X42T249LzT1i9l { width:25.3125rem;height:3.4375rem;top:25.25rem;left:11.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1MeZ7gNLluGGS8uWLE8r2VyML5gCN7o { display:block; }
 }@media only screen and (max-width: 763px) { #Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 { display:block; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TffH0yfyFU60L2T5y1iDsWTA5bkCFpb3 { top:10.3125rem;left:0rem;width:47.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpZbV07Zy9tewNlrSMGITppuqqP5RkGN { width:47.75rem;height:4.25rem;top:3.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krT8fMxFx8toxWWik13MwJ17g2HcXyh5 { top:15.625rem;left:1.8125rem;width:15.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcROJwtGZRvdWWBHddwd8ozVFBa3w72o { width:22.5rem;height:5.4375rem;top:13.375rem;left:23.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crD29lNB59raTkorB9boMocyJP9q56oc { top:24.75rem;left:0rem;width:47.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv8ySwSbKJK0xyTd7k2VgnGD56sb7ysq { width:23.5rem;height:5.4375rem;top:26.3125rem;left:22.625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diBcskP0rplqZGDErhO2zcxTmsUNQOCH { top:28.875rem;left:1.5625rem;width:15.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdunnz1exobD8M9C8xFTsiNgyIUKS9a2 { top:16.5rem;left:1.8125rem;width:17.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnToec8ui5pKLppgxAD1TNKSocazB7S { top:13.375rem;left:1.8125rem;width:17.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxaKnbVbfMqXQE2csA2qcLnd4lGIp80z { top:26.9375rem;left:1.8125rem;width:17.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX5J9T5NQxIZ3lVTrDe11ud2irUorxr5 { top:30.0625rem;left:1.8125rem;width:17.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LI7RBvXemDIsHqz2L0B73uTf90QT4F { width:24.25rem;height:3.375rem;top:36.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy401vE8UoddIGu19PFMWupb32TPZZfW { display:block; }
 }@media only screen and (max-width: 763px) { #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U { display:block; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s36ecOo7nfbZH9gyK91sSmS2QEXslDw1 { width:47.75rem;height:8.4375rem;top:10.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEQZ4ZQwLKdQWUKV5XJhOnBUDTX0znD { width:47.75rem;height:3.9375rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5whXFduOJLE5PwDTkdsdIOQ2BTeyGt { width:27.375rem;height:3.375rem;top:29.125rem;left:10.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imF4XImp1oeIeUJqsTXvzFraA65xut3E { display:block; }
 }@media only screen and (max-width: 763px) { #zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH { display:block; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoINbNHwb0O16XWOBPXMggTUp4RDz4OX { top:9.4375rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #VART2cCnVNAlNROWezGCm1VkcBGAM8QO { top:9.5rem;left:30.75rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsI9V0TLOvafynFfO745Li3cJAgfxax4 { width:47.75rem;height:3.375rem;top:2.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdlKFeJSNWoDTtbc7sFWaTSf87MUTv9s { top:9.4375rem;left:14.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFVunBNqRhHcho1a3O4pbH715az4fEil { display:block; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 { display:block; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPcHJALN2GVLfvxX5N85MDQDA88fC8y6 { width:34.5rem;height:4.375rem;top:12.125rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLwCk1GSAUtwi3VdaX7XepEZJzGckRsZ { width:34.9375rem;height:;top:3.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCGbIheT7aswwEDqPaFz3S5JnpdFEH6E { width:24.25rem;height:3.375rem;top:18.3125rem;left:11.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8TZxzwiKfqKoLsJ2EVMaJTMRuR40Mhe { display:block; }
 }@media only screen and (max-width: 763px) { #qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq { display:block; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcpQKmwTzg37NsaExEh8GFrB23c65RT7 { top:8.25rem;left:12.34375rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCrnlntFivB3yKKOdq9flnQFucAntci4 { top:17.875rem;left:12.342884063721rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7PkNxmg1oy9xaViSJkwTWHT4mcspKUL { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTg7iOwaVgnoMXRgr8izO2FupwUiSbKv { top:14.625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeGQUwX3O7NimHbs71eJO5TB1rwaWKC3 { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3d1cc66d-37a8-4d4d-b51a-049172e514a3/PaginaWebDrDanielLondoo13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.adaptive-delivery-prevent-bg, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyload, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyloading { background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { background-color: transparent; background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .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); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywQLtJJ0TMZPCoCdVewHzsIXVoNk4yT3 { width:19rem;height:3.375rem;top:66.561719894406rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7Eg7nAKN1Tkmwgg9G6x1ZcZT67ridV { display:block; }
 }@media only screen and (max-width: 763px) { #nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE { background-color:rgba(12,12,12,0.04);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; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { background-color: transparent; background-image: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container > .video-iframe-container { display: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container { display: none; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .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); }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { border-width: 0; border-radius: 0; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPWBCkmZ0cvmtxuVNP3sGwwce3KswOoE > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCCH9wM0oF8mhTLmnwcAC5NgQv64CmDt { top:0rem;left:-0.125rem;width:20rem;height:35.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dTQJm17MvvldqBe8qlh13CVWpCIekv7W { display:block; }#dTQJm17MvvldqBe8qlh13CVWpCIekv7W > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdBE6v4V6FTcRag3GIUTuLpqswDQ1ozB { width:20rem;height:5.525rem;top:2.5312576293945rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy { display:block; }#iAGzzru3I1xXMwcmxSOGLQWWWB4VGuSy > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM0io5Bw1zsTrUkV5eZspDIyqs2gmFRk { width:11rem;height:2.6rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #kZinq39sRueCzTGe2shGnadZA7CgdAwc { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mxIqA1tHUHtLDq4GpGHBW8qcrJfTpU { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBTGkFhWQMXmi4U6O9Tpb2ASEnkNZG2 { width:11rem;height:3.9rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #zbBdg2VH7F9c2Xv06WAgvkdG4bIuCFLH { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctgrZ4qGHrWstBtXTkTwF3WzfWFrMFT { width:11rem;height:3.9rem;top:31.187497138977rem;left:4.6250000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #tU7E8AIQt5WkagLEpRR9LRT27x11a1q9 { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo8XJwKDkN6V5hx11kxVNhB5MMHHWZUc { width:11rem;height:2.6rem;top:46.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #suEAQEuvSCIvc69TPZxLo56ScbFOp9Lp { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOJJ60OWfJECET7wDy60UkJufsVTKe2g { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHzt8EcMBp3QgvUHqNlLKP8iDsh2bCN { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQbpogmZBBcc7vTRD9lLAEl9XFsrrpJ4 { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ZMIlhlNGvbF1ULcrPSSdsQ3XAwWU37 { width:2.5rem;height:2.5rem;top:6.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroTBXtQiIT2LdeEawM5nDMSJcJRteQX { width:2.5rem;height:2.5rem;top:21.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1msV7bIHbPBIIMnDNJiEI5D1ii7D9h { width:2.5rem;height:2.5rem;top:36.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFHdh3aqGsDWU8XeXsHzFgr4rFKxz5y { width:2.5rem;height:2.5rem;top:50.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryWBAQTa7iC8Arkdk2usXwcrc0OWLov { display:block; }#WryWBAQTa7iC8Arkdk2usXwcrc0OWLov > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwQTzsd3vrVBxptL4WNRdsCkL2nzy02c { width:19.9984375rem;height:10.6875rem;top:9.8742187498137rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15001;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FVqmD8N0DXbseEOGHNpwJ2K4bQ39BXHh { width:20rem;height:5.775rem;top:2.6992189884186rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Jn61nq50iMSCnEt2ywdkclyU5g1d3VTF { width:15.625rem;height:0.1875rem;top:8.4742191312837rem;left:2.1875000596046rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF { display:block; }#WE9EpwsQTGq2On8gG1MzRpZzpnEpftUF > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R12AF73eTOeqTV6xsZwEIHM1TpEmBoOe { width:20rem;height:2.75rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtKEkLA3U03D7h2BocmWltoPmcTnHA5R { width:20rem;height:19.6875rem;top:30.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoWocIz7k2uHyGl2b5DmBTd2m4X2UGAx { width:15rem;height:22.5609375rem;top:1.66796875rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlR6TWBhwssMTWR9DTV0dddpZW8CUVDE { width:12.5rem;height:0.125rem;top:29.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM { display:block; }#KWilXTRoM8SJpPIa1KJCgOdTx6mcslUM > .row .container { width:20rem;height:163.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr8pT8QdaZnVRBm8g9DqLuh2NSrNTzDK { width:17.5rem;height:21.875rem;top:13rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSLcDwnVtEXHcNsZWeFkJpId8pIh8rKT { width:17.3125rem;height:21.625rem;top:36.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLasxyLOd6CUPDTPGaBxaxsFe3uJ4CdT { width:17.75rem;height:22.25rem;top:83.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoUTG89Rd6cngwQDW92hIxCraqCC3zRE { width:17.75rem;height:22.375rem;top:60.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5e0uN88kI6PNGDMVyTW4SRBnAzZeLnK { width:17.75rem;height:22.5625rem;top:129.37501525879rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRVBHXMf3zPmL0MVDLO6p2QCSWgOMHy1 { width:17.75rem;height:22.25rem;top:106.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUbHsK608EUiwRkVKOeuQOgE2q0Ts6E { width:19.9995rem;height:2.68125rem;top:5.05810546875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTW336x8HAwRmJQ2w6vamH39zL6XazkJ { width:19rem;height:3.375rem;top:155.24853515625rem;left:0.498046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZV1H3cVvB36hNcHWvNnbbIqtaZlcpqS { display:block; }
 }@media only screen and (max-width: 763px) { #v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO { display:block; }#v3sf3GTsyr9BfOrIZruTOFPEB0OdxgWO > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DInNtLf8iKZfREmxrpMK6xOzOHXLC0SA { width:0.1875rem;height:23.25rem;top:13.9365234375rem;left:5.7277970224057rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvLd4v2R2InSC3NstIIHsmkXKRw3Nn6H { width:1.25rem;height:1.25rem;top:12.125rem;left:4.9375rem;border-top:0.3125rem solid #866f38;border-left:0.3125rem solid #866f38;border-right:0.3125rem solid #866f38;border-bottom:0.3125rem solid #866f38;display:block; }
 }@media only screen and (max-width: 763px) { #U8D6AciJKylCl8fTnv5E6oGlFeFJS95S { width:1.6245125rem;height:1.6245125rem;top:35.6865234375rem;left:5.06103515625rem;background-color:#866f38;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XlcmeZDK0p5Q84v8TqGk9n8XEmtKz8p8 { width:12.687rem;height:2.6rem;top:12.12451171875rem;left:7.31396484375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b07ETdwnBwvA4pqrht1SFGtqpx5crrCp { width:12.375rem;height:3.9rem;top:17.9560546875rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBkTkzh0u0Fd7vB2JrQseiiAuk42halC { width:11.7495rem;height:3.9rem;top:26.080078125rem;left:7.77978515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHfmezgpfIxBn1oRZX8OlXo3fJEPTShP { width:11.937rem;height:3.9rem;top:33.76904296875rem;left:7.68603515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWoEDJJzbJLcwQpFx6oRS0GJL0ZytQzS { width:19.0625rem;height:7.3125rem;top:2.5rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewTHJDxPA40WSy0OdqWoLZfAu57Ah9VJ { display:flex;width:3.061525rem;height:3.061525rem;top:11.4990234375rem;left:1.1865234375rem; }
 }@media only screen and (max-width: 763px) { #JXTISEodk8JsafC0hJio8O4OGR4GswPU { display:flex;width:3.061525rem;height:3.061525rem;top:17.9560546875rem;left:1.1865234375rem; }
 }@media only screen and (max-width: 763px) { #Ib2uaL9AbBpnaGP3JAvdJAAvRCpT4xMV { display:flex;width:3.061525rem;height:3.061525rem;top:26.080078125rem;left:1.1865234375rem; }
 }@media only screen and (max-width: 763px) { #F2PDHETHZF8G9FEIzDg1X9VeHsn5G7gP { display:flex;width:3.061525rem;height:3.061525rem;top:34.96728515625rem;left:1.1865234375rem; }
 }@media only screen and (max-width: 763px) { #dbokGQZQc6kv1m0QMlTgKsrJKAdvJT1b { display:flex;width:3.0625rem;height:3.0625rem;top:18.37353515625rem;left:4.2890625rem; }
 }@media only screen and (max-width: 763px) { #KvCM3LgXtlCdI4qO0ZGWf3rqA33rHBFb { display:flex;width:3.0625rem;height:3.0625rem;top:25.5615234375rem;left:4.2890625rem; }
 }@media only screen and (max-width: 763px) { #hFxevFfJM5yrxf9qF3X42T249LzT1i9l { width:19rem;height:3.4375rem;top:40.5908203125rem;left:0.498046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1MeZ7gNLluGGS8uWLE8r2VyML5gCN7o { display:block; }
 }@media only screen and (max-width: 763px) { #Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 { display:block; }#Kogi5LGFVHEnqIsd3PpmyOiz5HLRUgk1 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TffH0yfyFU60L2T5y1iDsWTA5bkCFpb3 { width:19.75rem;height:19.0625rem;top:23.93701171875rem;left:0.06298828125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #IpZbV07Zy9tewNlrSMGITppuqqP5RkGN { width:20rem;height:4.05rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #krT8fMxFx8toxWWik13MwJ17g2HcXyh5 { width:15.6225625rem;height:0.124511875rem;top:29.93701171875rem;left:2.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcROJwtGZRvdWWBHddwd8ozVFBa3w72o { width:17.8125rem;height:4.4692375rem;top:16rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #crD29lNB59raTkorB9boMocyJP9q56oc { width:20rem;height:16.125rem;top:6.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rv8ySwSbKJK0xyTd7k2VgnGD56sb7ysq { width:18.312rem;height:4.4692375rem;top:36.81005859375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #diBcskP0rplqZGDErhO2zcxTmsUNQOCH { width:15.6225625rem;height:0.124511875rem;top:9.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdunnz1exobD8M9C8xFTsiNgyIUKS9a2 { width:17.187rem;height:2.275rem;top:11.4375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvnToec8ui5pKLppgxAD1TNKSocazB7S { width:17.124rem;height:1.1375rem;top:7.75rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxaKnbVbfMqXQE2csA2qcLnd4lGIp80z { width:17.124rem;height:1.1375rem;top:28.09716796875rem;left:1.43701171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX5J9T5NQxIZ3lVTrDe11ud2irUorxr5 { width:17.124rem;height:2.275rem;top:31.6083984375rem;left:1.43701171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4LI7RBvXemDIsHqz2L0B73uTf90QT4F { width:19.5609375rem;height:3.375rem;top:47.564064025879rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy401vE8UoddIGu19PFMWupb32TPZZfW { display:block; }
 }@media only screen and (max-width: 763px) { #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U { background-color:transparent;background-image:url("https://images.assets-landingi.com/8fxmxcGNpsE/unsplash/jimmy-woo-8fxmxcGNpsE-photo-1715503234327-b57d32e5da0f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.adaptive-delivery-prevent-bg, #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.lazyload, #BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U.lazyloading { background-image: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { background-color: transparent; background-image: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container > .video-iframe-container { display: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row > .video-iframe-container { display: none; }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .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); }#BGdpAWFhwzMQReiV4A3X8UQJttAdKn5U > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s36ecOo7nfbZH9gyK91sSmS2QEXslDw1 { width:19.9995rem;height:4.225rem;top:4.81201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTEQZ4ZQwLKdQWUKV5XJhOnBUDTX0znD { width:19.9980625rem;height:9.6rem;top:10.3447265625rem;left:0.00146484375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5whXFduOJLE5PwDTkdsdIOQ2BTeyGt { width:19rem;height:3.375rem;top:21.1909140625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imF4XImp1oeIeUJqsTXvzFraA65xut3E { display:block; }
 }@media only screen and (max-width: 763px) { #zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH { display:block; }#zrPzCScPyptlrbIOFdUNP5ywqdBrv1tH > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoINbNHwb0O16XWOBPXMggTUp4RDz4OX { width:16.875rem;height:30rem;top:5.09874375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VART2cCnVNAlNROWezGCm1VkcBGAM8QO { width:16.875rem;height:30rem;top:67.59874375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsI9V0TLOvafynFfO745Li3cJAgfxax4 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdlKFeJSNWoDTtbc7sFWaTSf87MUTv9s { width:16.875rem;height:30rem;top:36.34874375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFVunBNqRhHcho1a3O4pbH715az4fEil { display:block; }#SFVunBNqRhHcho1a3O4pbH715az4fEil > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 { background-color:#000000;background-image:none;display:block; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { background-color: transparent; background-image: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container > .video-iframe-container { display: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row > .video-iframe-container { display: none; }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .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); }#PaLE4uG5q6TynaaFRQ9TCv34J7674lq3 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPcHJALN2GVLfvxX5N85MDQDA88fC8y6 { width:19.9991875rem;height:5.2rem;top:12.867968678474rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dLwCk1GSAUtwi3VdaX7XepEZJzGckRsZ { width:19.9995rem;height:7.875rem;top:3.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vCGbIheT7aswwEDqPaFz3S5JnpdFEH6E { width:19rem;height:3.375rem;top:20.314063191414rem;left:0.49921876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8TZxzwiKfqKoLsJ2EVMaJTMRuR40Mhe { display:block; }
 }@media only screen and (max-width: 763px) { #qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { background-color: transparent; background-image: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container > .video-iframe-container { display: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row > .video-iframe-container { display: none; }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .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); }#qP1TlGrivCuJXKTvNsL40Sm831CO4Xaq > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcpQKmwTzg37NsaExEh8GFrB23c65RT7 { width:20rem;height:4.8rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCrnlntFivB3yKKOdq9flnQFucAntci4 { width:20rem;height:1.4rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7PkNxmg1oy9xaViSJkwTWHT4mcspKUL { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTg7iOwaVgnoMXRgr8izO2FupwUiSbKv { width:1.875rem;height:1.875rem;top:14.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeGQUwX3O7NimHbs71eJO5TB1rwaWKC3 { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:block; }
 }