.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;
  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 .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;
}
.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 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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/UDf5LcTQ/Sin_t_tulo_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { background-color: transparent; background-image: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container > .video-iframe-container { display: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row > .video-iframe-container { display: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .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); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { border-width: 0; border-radius: 0; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { font-size:14px;font-family:arial;height:285px;width:960px;position:relative;display:block; }#XB7qRiVJSxv5U3NLIAOSMvyUT9lWa0En { color:#383333;display:block;width:375px;position:absolute;font-family:rajdhani;font-size:41px;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;text-shadow:4px -5px 7px rgba(0,0,0,0.5);top:173.984375px;left:292px;height:36.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { background-color: transparent; background-image: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container > .video-iframe-container { display: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row > .video-iframe-container { display: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .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); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { border-width: 0; border-radius: 0; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#tnVurbpQN0fUJMUQdZ3XazVw41pTKbh2 { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:30px;left:2px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5h33yKfKWzs346NNO8JQ1HWKfI4CeGQ { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:86px;left:0px;height:172.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { background-color: transparent; background-image: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container > .video-iframe-container { display: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row > .video-iframe-container { display: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .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); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { border-width: 0; border-radius: 0; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { font-size:14px;font-family:arial;height:151px;width:960px;position:relative;display:block; }#TT8dt6VflrrCOWvXnSPmZ70UZZsPq6g3 { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:85.400024414062px;left:0px;height:57.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PMrrn9G89zPn7L9upsfWS5xhZSwJmdbf { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:31.984375px;left:0px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { background-color: transparent; background-image: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container > .video-iframe-container { display: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row > .video-iframe-container { display: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .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); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { border-width: 0; border-radius: 0; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { font-size:14px;font-family:arial;height:156px;width:960px;position:relative;display:block; }#aXKepTZB8uD0peJiCnUuaJvLy2QPUA1M { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:17px;left:2px;height:26.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Es9DTlWqQyFS9Xz3Zis7Td2NhMTCW40w { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:43.387481689453px;left:0px;height:86.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { background-color: transparent; background-image: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container > .video-iframe-container { display: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row > .video-iframe-container { display: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .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); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { border-width: 0; border-radius: 0; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { font-size:14px;font-family:arial;height:210px;width:960px;position:relative;display:block; }#ouG0VxTuBoT96kzpRcRc3KbNWrPmtp6p { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:17px;left:2px;height:26.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mkzow2ygr5FZoyOmhrbSxi08Gt7GkADq { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:43.387512207031px;left:0px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { background-color: transparent; background-image: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container > .video-iframe-container { display: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row > .video-iframe-container { display: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .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); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { border-width: 0; border-radius: 0; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { font-size:14px;font-family:arial;height:178px;width:960px;position:relative;display:block; }#dzHpTsvo1GvrTfMPAV8lVOrXIRnSqHTV { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:19px;left:2px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQTaSfnLimN6TxlT4whLM1J0wETh44lP { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:71.799987792969px;left:0px;height:86.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { background-color: transparent; background-image: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container > .video-iframe-container { display: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row > .video-iframe-container { display: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .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); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { border-width: 0; border-radius: 0; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { font-size:14px;font-family:arial;height:212px;width:960px;position:relative;display:block; }#EkaRAkIsRzdBTpT0ULd4lhZz6udwXxVT { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:15px;left:0px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESDeLuNtoqgKbx2HTyNhpzpQm5Ds71V2 { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:67.787536621094px;left:0px;height:86.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { background-color: transparent; background-image: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container > .video-iframe-container { display: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row > .video-iframe-container { display: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .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); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { border-width: 0; border-radius: 0; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { font-size:14px;font-family:arial;height:179px;width:960px;position:relative;display:block; }#A7PtS7Zy2TxNi5Ky6ZR8T6eAD6VgEaCg { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:15px;left:0px;height:26.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdvS9rXRUW8eOeT2DAwz1zJqaaPTONZk { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:46.287536621094px;left:0px;height:86.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTW99KC45G43hoZJSZslJHDJQnbJTRWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { background-color: transparent; background-image: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container > .video-iframe-container { display: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row > .video-iframe-container { display: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .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); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { border-width: 0; border-radius: 0; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { font-size:14px;font-family:arial;height:212px;width:960px;position:relative;display:block; }#fymlSoCL8Wg1yTelR4PmIxPVce5rmcSn { color:#383333;display:block;width:960px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:15px;left:0px;height:52.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#co5tETr9rva8iN9CPh7an96MBbkIMIIr { color:#383333;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:67.799987792969px;left:0px;height:86.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh { display:block; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB7qRiVJSxv5U3NLIAOSMvyUT9lWa0En { top:173px;left:194.00003051758px;width:375px;height:36px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 { display:block; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnVurbpQN0fUJMUQdZ3XazVw41pTKbh2 { top:30px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p5h33yKfKWzs346NNO8JQ1HWKfI4CeGQ { top:86px;left:0px;width:764px;height:172px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt { display:block; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8dt6VflrrCOWvXnSPmZ70UZZsPq6g3 { top:85px;left:0px;width:764px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PMrrn9G89zPn7L9upsfWS5xhZSwJmdbf { top:31px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn { display:block; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXKepTZB8uD0peJiCnUuaJvLy2QPUA1M { top:17px;left:0px;width:764px;height:26px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Es9DTlWqQyFS9Xz3Zis7Td2NhMTCW40w { top:43px;left:0px;width:764px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 { display:block; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouG0VxTuBoT96kzpRcRc3KbNWrPmtp6p { top:17px;left:0px;width:764px;height:26px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkzow2ygr5FZoyOmhrbSxi08Gt7GkADq { top:43px;left:0px;width:764px;height:144px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO { display:block; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzHpTsvo1GvrTfMPAV8lVOrXIRnSqHTV { top:19px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IQTaSfnLimN6TxlT4whLM1J0wETh44lP { top:71px;left:0px;width:764px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS { display:block; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkaRAkIsRzdBTpT0ULd4lhZz6udwXxVT { top:15px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ESDeLuNtoqgKbx2HTyNhpzpQm5Ds71V2 { top:67px;left:0px;width:764px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub { display:block; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7PtS7Zy2TxNi5Ky6ZR8T6eAD6VgEaCg { top:15px;left:0px;width:764px;height:26px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gdvS9rXRUW8eOeT2DAwz1zJqaaPTONZk { top:46px;left:0px;width:764px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JTW99KC45G43hoZJSZslJHDJQnbJTRWT { display:block; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fymlSoCL8Wg1yTelR4PmIxPVce5rmcSn { top:15px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #co5tETr9rva8iN9CPh7an96MBbkIMIIr { top:67px;left:0px;width:764px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh { background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/UDf5LcTQ/Sin_t_tulo_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { background-color: transparent; background-image: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container > .video-iframe-container { display: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row > .video-iframe-container { display: none; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .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); }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { border-width: 0; border-radius: 0; }#R9LMC7UU9fogPhuicnCFhrIhrIfg5Ufh > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB7qRiVJSxv5U3NLIAOSMvyUT9lWa0En { width:320px;height:21.6px;top:40.99609375px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { background-color: transparent; background-image: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container > .video-iframe-container { display: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row > .video-iframe-container { display: none; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .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); }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { border-width: 0; border-radius: 0; }#yN3oyvpgwBBW7v9GAwtXT2e6uoQvd7L3 > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnVurbpQN0fUJMUQdZ3XazVw41pTKbh2 { width:294px;height:112px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5h33yKfKWzs346NNO8JQ1HWKfI4CeGQ { width:287.962px;height:409.6px;top:137.5625px;left:16px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { background-color: transparent; background-image: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container > .video-iframe-container { display: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row > .video-iframe-container { display: none; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .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); }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { border-width: 0; border-radius: 0; }#E6T17e3FlfFb6VwH8RXIEB5iw2um6TOt > .row .container { width:320px;height:218px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8dt6VflrrCOWvXnSPmZ70UZZsPq6g3 { width:287.962px;height:102.4px;top:115.16250610352px;left:16px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PMrrn9G89zPn7L9upsfWS5xhZSwJmdbf { width:294px;height:89.6px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { background-color: transparent; background-image: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container > .video-iframe-container { display: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row > .video-iframe-container { display: none; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .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); }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { border-width: 0; border-radius: 0; }#uwb7alXFV0mUnq9JSqoUdpwmmrEK2fXn > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXKepTZB8uD0peJiCnUuaJvLy2QPUA1M { width:294px;height:44.8px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Es9DTlWqQyFS9Xz3Zis7Td2NhMTCW40w { width:287.969px;height:204.8px;top:82.05078125px;left:15.99609375px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { background-color: transparent; background-image: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container > .video-iframe-container { display: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row > .video-iframe-container { display: none; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .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); }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { border-width: 0; border-radius: 0; }#GyD6kPoIpDHco7JFFAsMvLn69yaG7vp9 > .row .container { width:320px;height:494.04998779296875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouG0VxTuBoT96kzpRcRc3KbNWrPmtp6p { width:294px;height:89.6px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mkzow2ygr5FZoyOmhrbSxi08Gt7GkADq { width:287.969px;height:384px;top:110.05859375px;left:15.99609375px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { background-color: transparent; background-image: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container > .video-iframe-container { display: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row > .video-iframe-container { display: none; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .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); }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { border-width: 0; border-radius: 0; }#eK5P05ZgSEyd4qs5shUnOyJpaMqLWtCO > .row .container { width:320px;height:366.050048828125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzHpTsvo1GvrTfMPAV8lVOrXIRnSqHTV { width:294px;height:67.2px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQTaSfnLimN6TxlT4whLM1J0wETh44lP { width:287.969px;height:256px;top:110.05859375px;left:15.99609375px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { background-color: transparent; background-image: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container > .video-iframe-container { display: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row > .video-iframe-container { display: none; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .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); }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { border-width: 0; border-radius: 0; }#qev3dpCgfWrIHWEeksFRRVSFuFdM4OWS > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkaRAkIsRzdBTpT0ULd4lhZz6udwXxVT { width:294px;height:89.6px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESDeLuNtoqgKbx2HTyNhpzpQm5Ds71V2 { width:287.962px;height:230.4px;top:115.16246032715px;left:16px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { background-color: transparent; background-image: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container > .video-iframe-container { display: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row > .video-iframe-container { display: none; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .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); }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { border-width: 0; border-radius: 0; }#Izoaruv23f7IeRTtRnnGC2CMJ0Kv69Ub > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7PtS7Zy2TxNi5Ky6ZR8T6eAD6VgEaCg { width:294px;height:44.8px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdvS9rXRUW8eOeT2DAwz1zJqaaPTONZk { width:287.962px;height:256px;top:70.362609863281px;left:16px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JTW99KC45G43hoZJSZslJHDJQnbJTRWT { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { background-color: transparent; background-image: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container > .video-iframe-container { display: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row > .video-iframe-container { display: none; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .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); }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { border-width: 0; border-radius: 0; }#JTW99KC45G43hoZJSZslJHDJQnbJTRWT > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fymlSoCL8Wg1yTelR4PmIxPVce5rmcSn { width:294px;height:89.6px;top:25.56640625px;left:15.99609375px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #co5tETr9rva8iN9CPh7an96MBbkIMIIr { width:287.962px;height:204.8px;top:115.16235351562px;left:16px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }