.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:#373b3f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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); }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm { position:relative;display:block; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm { background-color: transparent; background-image: none; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row .container > .video-iframe-container { display: none; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row > .video-iframe-container { display: none; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .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); }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm { border-width: 0; border-radius: 0; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#373b3f;background-image:none;font-size:14px;font-family:arial;height:118px;width:960px;position:relative;display:block; }#TZCeAWws9pxzwCvOvUg8bppUOQaicyfG { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:218px;top:3px;left:10px;overflow:hidden;display:block; }
#D1G8Kpn1f7Ui6cIE4UBQVu8V5x7v8up3 { box-sizing:content-box;color:#f5f7fb;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0px;left:636.00003051758px;display:block; }
#AQRLaVJTEZSo3Z87G3avqL0QRT3ySEFh { box-sizing:content-box;color:#f5f7fb;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:40px;left:637.00003051758px;display:block; }
#QAn6EUIpdLadzHIpyWlPxcqzNhePzN8u { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:11.60000038147px;left:676.00003051758px;height:16.8px;display:block; }
#AgHzGPTSrp6gHzUSXeVGVqBdd9sef4eI { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:50.600002288818px;left:676.00003051758px;height:16.8px;display:block; }
#QspA0q647v8XnBlkBgB5lZV17VVTL0DP { box-sizing:content-box;color:#f5f7fb;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:77px;left:637.50003051758px;display:block; }
#hO81puQCBWIrAGe2kcdMAkA8ToioNOWa { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:93px;left:676.98751831055px;height:16.8px;display:block; }
#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { background-color:rgba(42,44,46,0.35);background-image:url("https://images.assets-landingi.com/tQXNT8zL/MDS_2_.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { background-color: transparent; background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .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); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { border-width: 0; border-radius: 0; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { font-size:14px;font-family:"open sans";height:646px;width:960px;overflow:visible;position:relative;display:block; }#ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { color:#2a2c2e;display:block;width:594px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:149.96875px;left:211.5px;height:116.8px;font-style:normal;display:block; }
#GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { color:#ffffff;display:block;width:860px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:231.97500610352px;left:73.5px;height:124px;font-style:normal;display:block; }
#RufC6XTOHHdoqvuvTfTZ8WVW1EpdUCQ2 { background-color:#c12b39;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 1px 2px 6px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 0 rgba(0,0,0,0.2);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:273px;height:43px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:466.97503662109px;left:343.50003051758px;display:block; }
#fCUtJAM6seEexhFvMXmSRZNVWO8KMbHb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fzRmhNFT8xXGsAqfmSzkR9fCaSlFdvxO { position:absolute;display:block;z-index:100004;background-color:#f5f7f8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:330px;width:884px;top:118px;left:56.387512207031px;display:block; }
#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO { position:relative;display:block; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO { background-color: transparent; background-image: none; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row .container > .video-iframe-container { display: none; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row > .video-iframe-container { display: none; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .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); }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO { border-width: 0; border-radius: 0; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#373b3f;background-image:none;font-size:14px;font-family:arial;height:391px;width:960px;position:relative;display:block; }#kaVGPrRASxHlFy5OrdnKoi76mAUsxXPP { color:rgba(255,251,251,0.98);display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:123.5px;left:20px;height:184.8px;font-style:normal;display:block; }
#PqVWcuHeCNTsxn89RrlkA11qsre8Ktwu { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:48.875015258789px;left:20px;height:25.6px;display:block; }
#xrNO1ien7zDXA2E5spTkooPyMLq9abDc { color:#000000;display:block;width:287px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:48.875015258789px;left:264.00003051758px;height:25.6px;font-style:normal;display:block; }
#wJmU276yNBsq1nMt9LW3TuTlHpiOTUPh { box-sizing:content-box;color:#f5f7fb;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:124px;left:296px;display:block; }
#s97tRqRHZt4kwflScPVDi5yzfo1uZZ67 { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:133px;left:336px;height:16.8px;display:block; }
#BfdqdODFTJJ9mePwP9h7c2T4eAqD4uVZ { box-sizing:content-box;color:#f5f7fb;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:104.77500915527px;left:142.39999389648px;display:block; }
#KeU3rxX8rlpuzRmT3BpTM6R56tgDnK7E { box-sizing:content-box;color:#f5f7fb;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:164px;left:296px;display:block; }
#pT3hRtZe7LeQAE1dxqyxpdu6rpV7HKcp { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:175px;left:336px;height:16.8px;display:block; }
#JfB9LkU3RPtxGWcL8Ub9qEbIqdQSbnRI { box-sizing:content-box;color:#f5f7fb;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:204px;left:296px;display:block; }
#e1qkUI0vH9xS8bdNleyQp0z5usP5ArTq { color:#f5f7fb;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:215px;left:336px;height:16.8px;display:block; }
#RHrDqbFuO8azB9ha133C9ZEceMh7T3dc { color:#000000;display:block;width:233px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:48.875px;left:681.00003051758px;height:25.6px;font-style:normal;display:block; }
#S6h8LCHnHzwEwHANIAo6MDRwF6odXrNt { box-sizing:content-box;color:#f5f7fb;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;text-shadow:1px 1px 1px #000000;display:block;z-index:100006;top:123.5px;left:610.00003051758px;display:block; }
#Ge22H74Qle7E7qZZDvTqxeaLHyK7JQce { box-sizing:content-box;color:#f5f7fb;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:100007;top:123.5px;left:670px;display:block; }
#XrL1tIkK9ZQLx9VKx2NxIwsLcuTkpWRa { box-sizing:content-box;color:#f5f7fb;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:100008;top:123.5px;left:730px;display:block; }
#rdAsmfCDzmOxeAaEeSlqIvIBFcVwJDG7 { box-sizing:content-box;color:#f5f7fb;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:100009;top:123.5px;left:790px;display:block; }
#GAb639QrTAGnudKaZ4hCEg9Te0aPPtzX { box-sizing:content-box;color:#f5f7fb;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:100010;top:123.5px;left:850px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm { display:block; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZCeAWws9pxzwCvOvUg8bppUOQaicyfG { top:3px;left:0px;width:218px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #D1G8Kpn1f7Ui6cIE4UBQVu8V5x7v8up3 { top:0px;left:513.50003051758px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AQRLaVJTEZSo3Z87G3avqL0QRT3ySEFh { top:40px;left:514.50003051758px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QAn6EUIpdLadzHIpyWlPxcqzNhePzN8u { top:11px;left:373px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AgHzGPTSrp6gHzUSXeVGVqBdd9sef4eI { top:50px;left:373px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QspA0q647v8XnBlkBgB5lZV17VVTL0DP { top:77px;left:515.00003051758px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hO81puQCBWIrAGe2kcdMAkA8ToioNOWa { top:93px;left:373px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { width:594px;height:58px;top:149px;left:113.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { width:764px;height:124px;top:231px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RufC6XTOHHdoqvuvTfTZ8WVW1EpdUCQ2 { width:273px;height:43px;top:466px;left:245.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #fCUtJAM6seEexhFvMXmSRZNVWO8KMbHb { display:block; }
 }@media only screen and (max-width: 763px) { #fzRmhNFT8xXGsAqfmSzkR9fCaSlFdvxO { top:118px;left:0px;width:764px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO { display:block; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaVGPrRASxHlFy5OrdnKoi76mAUsxXPP { top:123px;left:0px;width:200px;height:184px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PqVWcuHeCNTsxn89RrlkA11qsre8Ktwu { top:48px;left:0px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xrNO1ien7zDXA2E5spTkooPyMLq9abDc { top:48px;left:95px;width:287px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wJmU276yNBsq1nMt9LW3TuTlHpiOTUPh { top:124px;left:222.5px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #s97tRqRHZt4kwflScPVDi5yzfo1uZZ67 { top:133px;left:182px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BfdqdODFTJJ9mePwP9h7c2T4eAqD4uVZ { top:104px;left:117.89999389648px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KeU3rxX8rlpuzRmT3BpTM6R56tgDnK7E { top:164px;left:222.5px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pT3hRtZe7LeQAE1dxqyxpdu6rpV7HKcp { top:175px;left:182px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JfB9LkU3RPtxGWcL8Ub9qEbIqdQSbnRI { top:204px;left:222.5px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e1qkUI0vH9xS8bdNleyQp0z5usP5ArTq { top:215px;left:182px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RHrDqbFuO8azB9ha133C9ZEceMh7T3dc { top:48px;left:340px;width:233px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S6h8LCHnHzwEwHANIAo6MDRwF6odXrNt { top:123px;left:487.50003051758px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ge22H74Qle7E7qZZDvTqxeaLHyK7JQce { top:124px;left:523px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XrL1tIkK9ZQLx9VKx2NxIwsLcuTkpWRa { top:124px;left:573px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rdAsmfCDzmOxeAaEeSlqIvIBFcVwJDG7 { top:124px;left:618.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GAb639QrTAGnudKaZ4hCEg9Te0aPPtzX { top:124px;left:678.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm { display:block; }#A3P54NVhdW4GfmqoT9Pw14K1JMO5BHTm > .row .container { width:320px;height:236px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZCeAWws9pxzwCvOvUg8bppUOQaicyfG { width:167px;height:70px;top:0px;left:75.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #D1G8Kpn1f7Ui6cIE4UBQVu8V5x7v8up3 { width:40px;height:40px;top:87px;left:20.987501144409px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AQRLaVJTEZSo3Z87G3avqL0QRT3ySEFh { width:37px;height:37px;top:136.80000305176px;left:21.987501144409px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QAn6EUIpdLadzHIpyWlPxcqzNhePzN8u { width:200px;height:16.8px;top:98.599998474121px;left:59.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #AgHzGPTSrp6gHzUSXeVGVqBdd9sef4eI { width:200px;height:16.8px;top:146.90000915527px;left:59.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QspA0q647v8XnBlkBgB5lZV17VVTL0DP { width:37px;height:37px;top:185.60000610352px;left:23.987501144409px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hO81puQCBWIrAGe2kcdMAkA8ToioNOWa { width:200px;height:16.8px;top:195.69999694824px;left:59.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/LdoG8q5B/Graficas_3_.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { background-color: transparent; background-image: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,44,46,0.3); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,44,46,0.3); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row > .video-iframe-container { display: none; }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .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); }#WE7UEegGAdroz3EhTPzK3EKWnWDoH6G8 > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANftTlunTXAZ9N4P0X5eOhDKtROWTIT3 { width:298px;height:108.8px;top:85px;left:11px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GWMx9ZvbQHeVKDJAKCkX3xyKFzZuQO6R { width:296px;height:192px;top:224px;left:12px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RufC6XTOHHdoqvuvTfTZ8WVW1EpdUCQ2 { width:229px;height:43px;top:519px;left:45.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #fCUtJAM6seEexhFvMXmSRZNVWO8KMbHb { display:block; }
 }@media only screen and (max-width: 763px) { #fzRmhNFT8xXGsAqfmSzkR9fCaSlFdvxO { width:320px;height:405px;top:68.800006106496px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO { display:block; }#cTHNPlktghqsCyIqsNvlTZ0Ui6e1FpEO > .row .container { width:320px;height:1078px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaVGPrRASxHlFy5OrdnKoi76mAUsxXPP { width:200px;height:184.8px;top:89.987495422363px;left:59.999998092651px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqVWcuHeCNTsxn89RrlkA11qsre8Ktwu { width:200px;height:20.8px;top:43.98747253418px;left:59.999998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrNO1ien7zDXA2E5spTkooPyMLq9abDc { width:296px;height:20.8px;top:297px;left:17.999998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJmU276yNBsq1nMt9LW3TuTlHpiOTUPh { width:40px;height:40px;top:355px;left:59.999998092651px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #s97tRqRHZt4kwflScPVDi5yzfo1uZZ67 { width:200px;height:16.8px;top:366.59999847412px;left:99.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BfdqdODFTJJ9mePwP9h7c2T4eAqD4uVZ { width:40px;height:40px;top:74.599990844727px;left:208.00000572205px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KeU3rxX8rlpuzRmT3BpTM6R56tgDnK7E { width:37px;height:37px;top:430px;left:59.999998092651px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pT3hRtZe7LeQAE1dxqyxpdu6rpV7HKcp { width:200px;height:16.8px;top:440.09999084473px;left:99.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JfB9LkU3RPtxGWcL8Ub9qEbIqdQSbnRI { width:37px;height:37px;top:505px;left:61.499998092651px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e1qkUI0vH9xS8bdNleyQp0z5usP5ArTq { width:200px;height:16.8px;top:515.60000610352px;left:99.999998092651px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RHrDqbFuO8azB9ha133C9ZEceMh7T3dc { width:233px;height:25.6px;top:580.99999904633px;left:43.500001907349px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6h8LCHnHzwEwHANIAo6MDRwF6odXrNt { width:50px;height:50px;top:634.59999847412px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ge22H74Qle7E7qZZDvTqxeaLHyK7JQce { width:50px;height:50px;top:725px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XrL1tIkK9ZQLx9VKx2NxIwsLcuTkpWRa { width:50px;height:50px;top:815px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rdAsmfCDzmOxeAaEeSlqIvIBFcVwJDG7 { width:50px;height:50px;top:905px;left:135.00000572205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GAb639QrTAGnudKaZ4hCEg9Te0aPPtzX { width:50px;height:50px;top:995px;left:135.00000572205px;font-size:35px;display:block; }
 }