.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;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@media (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/aa7J3Jca/Parte_2.png);background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:960px;height:455px;font-size:14px;font-family:arial;position:relative;display:block; }#umoo200tBqQed1yuwgahX7ssk4uc9KTN { display:block;width:960px;position:absolute;font-family:"pt sans narrow";font-size:68px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:265px;left:0;height:88px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#RmFEpgClxQRxKOcOvwzeewflaMbANTL0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(68,57,51,0.32);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:137px;width:960px;position:absolute;display:block;z-index:100004;top:234px;left:0;display:block; }
#Hc1vZW6homUdvlhOABizVyOpcBXLsuTb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:105px;width:105px;position:absolute;display:block;z-index:100000;top:0;left:0;display:block; }
#H9Ot3WaDuDiVAlVxFb3H9FxdiJn9UnZW { box-sizing:content-box;color:#decbb7;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:77px;left:455px;display:none; }
#nKH9muEclZFn7irM2qS9uiKdsJmkhaOh { background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#443933;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"pt sans narrow";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:55px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:22px;left:362px;display:none; }
#mi0m8tzRLssxDnDveaGXHUP9PnuhMgi3 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#unXTZiroOnUTtTwfsfVuNwta7NFeur03 { position:relative;display:block; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 { background-color: transparent; background-image: none; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .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); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 { border-width: 0; border-radius: 0; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:270px;width:960px;position:relative;display:block; }#x1XqU2L5IQJy1R8Q5FH4HE5TxDP4Eotv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:193px;width:193px;position:absolute;display:block;z-index:100000;top:11px;left:23px;overflow:hidden;display:block; }
#cR9vZlkNHwl9oTiVpo5r0qahxS5ZLU7S { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:39px;width:154px;position:absolute;display:block;z-index:100001;top:204px;left:41px;display:block; }
#AR7MGEiWTG7M1hTxo2xSTScCvyxnl3oT { display:block;width:156px;position:absolute;font-family:"pt sans narrow";font-size:17px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:215px;left:42px;height:22px;text-align:center;text-align-last:center;display:block; }
#pD5RMppSKTBVL8kQmL42bMiEFaE0Hr8Z { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:39px;width:154px;position:absolute;display:block;z-index:100003;top:204px;left:281px;display:block; }
#yr7yK0ODVReKwuubBWLscFvp7RBu1zLV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:193px;width:193px;position:absolute;display:block;z-index:100002;top:11px;left:264px;overflow:hidden;display:block; }
#ItZBbgQMHpyLI9KDFgnWuTngLugWgtxX { display:block;width:156px;position:absolute;font-family:"pt sans narrow";font-size:17px;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:206px;left:282px;height:36px;text-align:center;text-align-last:center;display:block; }
#g33df1uNhUQfVREnWChOAVFfT9ozlrQP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:193px;width:193px;position:absolute;display:block;z-index:100004;top:11px;left:504px;overflow:hidden;display:block; }
#fJL299WPT8O4qRM6XOZU9NJ2cKkUih5h { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:39px;width:154px;position:absolute;display:block;z-index:100005;top:204px;left:521px;display:block; }
#ulR2R8oyXvfmDvdmTpwFlGR2aFPMwtWX { display:block;width:156px;position:absolute;font-family:"pt sans narrow";font-size:17px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:213px;left:522px;height:21px;text-align:center;text-align-last:center;display:block; }
#L0TNXwlBednhGOcRNcAtBBbN6auyTqOw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:193px;width:193px;position:absolute;display:block;z-index:100004;top:11px;left:744px;overflow:hidden;display:block; }
#pIoh83v43gDNeMRegwB9UUyXSp5Jln2g { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:39px;width:154px;position:absolute;display:block;z-index:100005;top:204px;left:761px;display:block; }
#sNya72xM0EWPCTHMValBB7uLg7H3wyPi { display:block;width:156px;position:absolute;font-family:"pt sans narrow";font-size:17px;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:206px;left:762px;height:36px;text-align:center;text-align-last:center;display:block; }
#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP { position:relative;display:block; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP { background-color: transparent; background-image: none; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .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); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP { border-width: 0; border-radius: 0; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:35px;width:960px;position:relative;display:block; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq { position:relative;display:block; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq { background-color: transparent; background-image: none; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .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); }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq { border-width: 0; border-radius: 0; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:148px;width:960px;position:relative;display:block; }#cQfG79Xok9PmMgx98ufEOcZMml1lCNrL { background-color:#decbb7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#443933;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"pt sans narrow";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:55px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:22px;left:362px;display:block; }
#E4lTSudNz8VmSwuEJ9aA4Rs2lLNpDWOc { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#GcySydGSUezKuzAFM8pa8KnPwXlD96sV { box-sizing:content-box;color:#decbb7;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:77px;left:455px;display:block; }
#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff6ef;background-image:none;position:relative;display:block; }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container { background-color: transparent; background-image: none; }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .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); }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container { border-width: 0; border-radius: 0; }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container { font-size:14px;font-family:arial;height:345px;width:960px;position:relative;display:block; }#v8pTB9THnp45F89BBA6WLHLKKKakAseW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:266px;width:385px;position:absolute;z-index:100000;top:29px;left:47px;display:block; }
#nIw27JgszTiRrkKOA9wlJVDbEZK7XXET { display:block;width:383px;position:absolute;font-family:"pt sans narrow";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:31px;left:528px;height:160px;text-align:justify;text-align-last:initial;display:block; }
#OTmzwqMP9ov9kuCr52cZoLbXb5EnxnDU { background-color:#ff6542;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"pt sans narrow";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:55px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:247px;left:602px;display:block; }
#De0OkSKm8kgdiGFrChNLoNs5XlIl3qZV { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#443933;background-image:none;position:relative;display:block; }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container { background-color: transparent; background-image: none; }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .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); }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container { border-width: 0; border-radius: 0; }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#h4X8G42fuQK8pu62PiMq8e2wGLT4B9eQ { display:block;width:960px;position:absolute;font-family:"pt sans narrow";font-size:53px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21px;left:0;height:68px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#seHQI4iIg03QcCfmWaJHQcymWqFBRQPd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff6ef;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:2px;width:816px;position:absolute;display:block;z-index:100000;top:87px;left:72px;display:block; }
#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff6ef;background-image:none;position:relative;display:block; }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container { background-color: transparent; background-image: none; }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .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); }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container { border-width: 0; border-radius: 0; }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container { font-size:14px;font-family:arial;height:392px;width:960px;position:relative;display:block; }#UkoR1pnUuoEWkT0tNxfIP23gsUWG2RPT { display:block;width:227px;position:absolute;font-family:"pt sans narrow";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:75px;left:6px;height:62px;text-align:left;text-align-last:left;color:#443933;display:block; }
#Q5mCFVfbVpbCKBe6VWpH36OqcIZOKQeJ { display:block;width:227px;position:absolute;font-family:"pt sans narrow";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17px;left:6px;height:26px;text-align:center;text-align-last:center;display:block; }
#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#443933;background-image:none;position:relative;display:block; }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container { background-color: transparent; background-image: none; }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .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); }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container { border-width: 0; border-radius: 0; }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#vSHAkKzwTbeTpw5irTbmaFBfUTI6zRQZ { box-sizing:content-box;color:#fff4dc;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:29px;left:679px;display:block; }
#H2lTUEi3KdFd6D6m59STJuD9XG3fSFdF { box-sizing:content-box;color:#fff4dc;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:29px;left:629px;display:block; }
#KRGTzUaSh9MJIuwm70ccI7ZG1cHR1QDx { box-sizing:content-box;color:#fff4dc;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:29px;left:729px;display:block; }
#pVOxV4ODtibssu6wspwvhkL2x8tl4yED { box-sizing:content-box;color:#fff4dc;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:29px;left:779px;display:block; }
#TkROu7bhoJaCXdDGkZ0glr3MtwdOLzGo { display:block;width:598px;position:absolute;font-family:"pt sans narrow";font-size:21px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:44px;left:16px;height:27px;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/Ycec8fxd/property_img.jpg);background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #umoo200tBqQed1yuwgahX7ssk4uc9KTN { width:764px;height:59px;top:275px;left:0;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #RmFEpgClxQRxKOcOvwzeewflaMbANTL0 { width:764px;height:137px;top:234px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #Hc1vZW6homUdvlhOABizVyOpcBXLsuTb { width:105px;height:105px;top:0;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #H9Ot3WaDuDiVAlVxFb3H9FxdiJn9UnZW { width:50px;height:50px;top:77px;left:455px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #nKH9muEclZFn7irM2qS9uiKdsJmkhaOh { width:236px;height:55px;top:586px;left:397px;display:block; }
 }@media only screen and (max-width: 959px) { #mi0m8tzRLssxDnDveaGXHUP9PnuhMgi3 { display:block; }
 }@media only screen and (max-width: 959px) { #unXTZiroOnUTtTwfsfVuNwta7NFeur03 { display:block; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x1XqU2L5IQJy1R8Q5FH4HE5TxDP4Eotv { width:191px;height:191px;top:11px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #cR9vZlkNHwl9oTiVpo5r0qahxS5ZLU7S { width:154px;height:39px;top:204px;left:16.5px;display:block; }
 }@media only screen and (max-width: 959px) { #AR7MGEiWTG7M1hTxo2xSTScCvyxnl3oT { width:156px;height:22px;top:215px;left:17.5px;display:block; }
 }@media only screen and (max-width: 959px) { #pD5RMppSKTBVL8kQmL42bMiEFaE0Hr8Z { width:154px;height:39px;top:204px;left:207.5px;display:block; }
 }@media only screen and (max-width: 959px) { #yr7yK0ODVReKwuubBWLscFvp7RBu1zLV { width:191px;height:191.99479166667px;top:11px;left:191px;display:block; }
 }@media only screen and (max-width: 959px) { #ItZBbgQMHpyLI9KDFgnWuTngLugWgtxX { width:156px;height:36px;top:206px;left:208.5px;display:block; }
 }@media only screen and (max-width: 959px) { #g33df1uNhUQfVREnWChOAVFfT9ozlrQP { width:191px;height:191.99479166667px;top:11px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #fJL299WPT8O4qRM6XOZU9NJ2cKkUih5h { width:154px;height:39px;top:204px;left:398.5px;display:block; }
 }@media only screen and (max-width: 959px) { #ulR2R8oyXvfmDvdmTpwFlGR2aFPMwtWX { width:156px;height:22px;top:213px;left:399.5px;display:block; }
 }@media only screen and (max-width: 959px) { #L0TNXwlBednhGOcRNcAtBBbN6auyTqOw { width:191px;height:191.99479166667px;top:11px;left:573px;display:block; }
 }@media only screen and (max-width: 959px) { #pIoh83v43gDNeMRegwB9UUyXSp5Jln2g { width:154px;height:39px;top:204px;left:589.5px;display:block; }
 }@media only screen and (max-width: 959px) { #sNya72xM0EWPCTHMValBB7uLg7H3wyPi { width:156px;height:36px;top:206px;left:590.5px;display:block; }
 }@media only screen and (max-width: 959px) { #xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP { display:block; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OKyAbsFMH8MCEDew4KwQbJcMarNx0urq { display:block; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cQfG79Xok9PmMgx98ufEOcZMml1lCNrL { width:236px;height:55px;top:586px;left:397px;display:block; }
 }@media only screen and (max-width: 959px) { #E4lTSudNz8VmSwuEJ9aA4Rs2lLNpDWOc { display:block; }
 }@media only screen and (max-width: 959px) { #GcySydGSUezKuzAFM8pa8KnPwXlD96sV { width:50px;height:50px;top:77px;left:357px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm { display:block; }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v8pTB9THnp45F89BBA6WLHLKKKakAseW { width:382px;height:264.61458333333px;top:29px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #nIw27JgszTiRrkKOA9wlJVDbEZK7XXET { width:382px;height:160px;top:31px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #OTmzwqMP9ov9kuCr52cZoLbXb5EnxnDU { width:236px;height:55px;top:0;left:645px;display:block; }
 }@media only screen and (max-width: 959px) { #De0OkSKm8kgdiGFrChNLoNs5XlIl3qZV { display:block; }
 }@media only screen and (max-width: 959px) { #bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 { display:block; }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h4X8G42fuQK8pu62PiMq8e2wGLT4B9eQ { width:764px;height:59px;top:275px;left:0;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #seHQI4iIg03QcCfmWaJHQcymWqFBRQPd { width:764px;height:2px;top:87px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #eW0USfPPNS8R53ryCaFpc5bPBCm5inCd { display:block; }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UkoR1pnUuoEWkT0tNxfIP23gsUWG2RPT { width:226px;height:62px;top:75px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #Q5mCFVfbVpbCKBe6VWpH36OqcIZOKQeJ { width:226px;height:26px;top:17px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg { display:block; }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vSHAkKzwTbeTpw5irTbmaFBfUTI6zRQZ { width:50px;height:50px;top:29px;left:613px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #H2lTUEi3KdFd6D6m59STJuD9XG3fSFdF { width:50px;height:50px;top:29px;left:563px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #KRGTzUaSh9MJIuwm70ccI7ZG1cHR1QDx { width:50px;height:50px;top:29px;left:631px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #pVOxV4ODtibssu6wspwvhkL2x8tl4yED { width:50px;height:50px;top:29px;left:663px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #TkROu7bhoJaCXdDGkZ0glr3MtwdOLzGo { width:598px;height:27px;top:44px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:none;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color:rgba(0,0,0,0);background-image:url(https://images.assets-landingi.com/aa7J3Jca/Parte_2.png);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:320px;height:511px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #umoo200tBqQed1yuwgahX7ssk4uc9KTN { width:320px;height:41px;top:174px;left:0;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #RmFEpgClxQRxKOcOvwzeewflaMbANTL0 { width:320px;height:137px;top:126px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #Hc1vZW6homUdvlhOABizVyOpcBXLsuTb { top:424px;left:116px;width:87px;height:87px;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #H9Ot3WaDuDiVAlVxFb3H9FxdiJn9UnZW { width:50px;height:50px;top:356px;left:135px;font-size:35px;z-index:100017;display:block; }
 }@media only screen and (max-width: 959px) { #nKH9muEclZFn7irM2qS9uiKdsJmkhaOh { width:236px;height:55px;top:300px;left:42px;z-index:100016;display:block; }
 }@media only screen and (max-width: 959px) { #mi0m8tzRLssxDnDveaGXHUP9PnuhMgi3 { display:block; }
 }@media only screen and (max-width: 959px) { #unXTZiroOnUTtTwfsfVuNwta7NFeur03 { background-color:#fff4dc;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container { background-color: transparent; background-image: none; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .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); }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container { border-width: 0; border-radius: 0; }#unXTZiroOnUTtTwfsfVuNwta7NFeur03 > .row .container { width:320px;height:1080px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x1XqU2L5IQJy1R8Q5FH4HE5TxDP4Eotv { width:178px;height:178px;top:20px;left:71px;display:block; }
 }@media only screen and (max-width: 959px) { #cR9vZlkNHwl9oTiVpo5r0qahxS5ZLU7S { width:154px;height:39px;top:211px;left:82px;display:block; }
 }@media only screen and (max-width: 959px) { #AR7MGEiWTG7M1hTxo2xSTScCvyxnl3oT { width:156px;height:21px;top:222px;left:83px;display:block; }
 }@media only screen and (max-width: 959px) { #pD5RMppSKTBVL8kQmL42bMiEFaE0Hr8Z { width:154px;height:39px;top:482px;left:81px;display:block; }
 }@media only screen and (max-width: 959px) { #yr7yK0ODVReKwuubBWLscFvp7RBu1zLV { width:193px;height:193px;top:289px;left:64px;display:block; }
 }@media only screen and (max-width: 959px) { #ItZBbgQMHpyLI9KDFgnWuTngLugWgtxX { width:156px;height:36px;top:484px;left:82px;display:block; }
 }@media only screen and (max-width: 959px) { #g33df1uNhUQfVREnWChOAVFfT9ozlrQP { width:193px;height:193px;top:559px;left:64px;display:block; }
 }@media only screen and (max-width: 959px) { #fJL299WPT8O4qRM6XOZU9NJ2cKkUih5h { width:154px;height:39px;top:752px;left:81px;display:block; }
 }@media only screen and (max-width: 959px) { #ulR2R8oyXvfmDvdmTpwFlGR2aFPMwtWX { width:156px;height:21px;top:761px;left:82px;display:block; }
 }@media only screen and (max-width: 959px) { #L0TNXwlBednhGOcRNcAtBBbN6auyTqOw { width:193px;height:193px;top:829px;left:64px;display:block; }
 }@media only screen and (max-width: 959px) { #pIoh83v43gDNeMRegwB9UUyXSp5Jln2g { width:154px;height:39px;top:1022px;left:81px;display:block; }
 }@media only screen and (max-width: 959px) { #sNya72xM0EWPCTHMValBB7uLg7H3wyPi { width:156px;height:36px;top:1024px;left:82px;display:block; }
 }@media only screen and (max-width: 959px) { #xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP { background-color:#fff4dc;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container { background-color: transparent; background-image: none; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .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); }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container { border-width: 0; border-radius: 0; }#xZnax4hr0ibuXTFSZx2LDSAiqXoEhbuP > .row .container { width:320px;height:31px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OKyAbsFMH8MCEDew4KwQbJcMarNx0urq { background-color:#fff4dc;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row .container { border-width: 0; border-radius: 0; }#OKyAbsFMH8MCEDew4KwQbJcMarNx0urq > .row .container { width:320px;height:120px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #cQfG79Xok9PmMgx98ufEOcZMml1lCNrL { width:236px;height:55px;top:0;left:42px;display:block; }
 }@media only screen and (max-width: 959px) { #E4lTSudNz8VmSwuEJ9aA4Rs2lLNpDWOc { display:block; }
 }@media only screen and (max-width: 959px) { #GcySydGSUezKuzAFM8pa8KnPwXlD96sV { width:50px;height:50px;top:66px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm { display:block; }#LFJLHTsKXuDmQMJdqbsiLhVGBByNUQlm > .row .container { width:320px;height:606px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v8pTB9THnp45F89BBA6WLHLKKKakAseW { width:320px;height:221.09090909091px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #nIw27JgszTiRrkKOA9wlJVDbEZK7XXET { width:279px;height:220px;top:282px;left:20px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 959px) { #OTmzwqMP9ov9kuCr52cZoLbXb5EnxnDU { width:236px;height:55px;top:524px;left:42px;display:block; }
 }@media only screen and (max-width: 959px) { #De0OkSKm8kgdiGFrChNLoNs5XlIl3qZV { display:block; }
 }@media only screen and (max-width: 959px) { #bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 { display:block; }#bm5rZsyt2POoiAnkRvLCbpntpKQwTsZ9 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h4X8G42fuQK8pu62PiMq8e2wGLT4B9eQ { width:320px;height:41px;top:20px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #seHQI4iIg03QcCfmWaJHQcymWqFBRQPd { width:320px;height:2px;top:81px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #eW0USfPPNS8R53ryCaFpc5bPBCm5inCd { display:block; }#eW0USfPPNS8R53ryCaFpc5bPBCm5inCd > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UkoR1pnUuoEWkT0tNxfIP23gsUWG2RPT { width:227px;height:200px;top:79px;left:46px;display:block; }
 }@media only screen and (max-width: 959px) { #Q5mCFVfbVpbCKBe6VWpH36OqcIZOKQeJ { width:227px;height:26px;top:25px;left:46px;display:block; }
 }@media only screen and (max-width: 959px) { #grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg { display:block; }#grN15xqMnTKFXR5NmfGHoAGoFy4ItXxg > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vSHAkKzwTbeTpw5irTbmaFBfUTI6zRQZ { width:50px;height:50px;top:78px;left:104px;font-size:35px;color:#fff4dc;display:block; }
 }@media only screen and (max-width: 959px) { #H2lTUEi3KdFd6D6m59STJuD9XG3fSFdF { width:50px;height:50px;top:78px;left:54px;font-size:35px;color:#fff4dc;display:block; }
 }@media only screen and (max-width: 959px) { #KRGTzUaSh9MJIuwm70ccI7ZG1cHR1QDx { width:50px;height:50px;top:78px;left:204px;font-size:35px;color:#fff4dc;display:block; }
 }@media only screen and (max-width: 959px) { #pVOxV4ODtibssu6wspwvhkL2x8tl4yED { width:50px;height:50px;top:78px;left:154px;font-size:35px;color:#fff4dc;display:block; }
 }@media only screen and (max-width: 959px) { #TkROu7bhoJaCXdDGkZ0glr3MtwdOLzGo { width:320px;height:54px;top:23px;left:0;text-align:center;text-align-last:center;display:block; }
 }