.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 {
  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);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:none;position:relative;display:block; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { background-color: transparent; background-image: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container > .video-iframe-container { display: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row > .video-iframe-container { display: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .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); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { border-width: 0; border-radius: 0; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#cXkf7a8Rsv76sfWBvTTcUqDbrJuLWuFT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:5.5625rem;top:0.875rem;left:34.6875rem;overflow:hidden;display:block; }
#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/zNKcy9GX/Bg_Principal_web2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.adaptive-delivery-prevent-bg, #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.lazyload, #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.lazyloading { background-image: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { background-color: transparent; background-image: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container > .video-iframe-container { display: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row > .video-iframe-container { display: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .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); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { border-width: 0; border-radius: 0; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ll8SNdh9b6PyTUAQ0s0HksDbhUslstVK { color:#000000;display:block;width:31.625rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:100000;line-height:.9;letter-spacing:0;top:5.12451171875rem;left:3.9375rem;height:7.1494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CWzQI9UfWrEtMOnwTIIHlm8ota4HXmT6 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:15.953125rem;left:6.59375rem;height:5.58594375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtbkiDtSR2nPtECWZ5vIl9cv1DWvTqmS { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#EX3K4WBAohayPNqTsNh1SdqsaCt4QTlK { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:27.75rem;left:9.1875rem;height:3.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfBUeIgIJroCneT7ZEooetRHkCedqgAC { position:absolute;display:block;z-index:99999;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:26.5rem;top:25.25rem;left:6.5rem;display:block; }
#GBgQSo1XniXNAWSSeunsd3I3LHfSafND { z-index:100001;top:33.8125rem;left:9.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MKx3byqZ49hKpIJASA0DonUPRtf9qdrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UwzZI0t89xre9LZuf3I20FlAHLTx4PTt { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:4.5rem;top:11.0244140625rem;left:35.25rem;overflow:hidden;display:block; }
#D8scfaMF1AeF8qRm1U50TvJeKbo38SfQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:31.25rem;width:56.625rem;top:2.625rem;left:9.1875rem;display:none; }
#ghitzP5Pv36qZVGiticvL12kiTUgim3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;display:block; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { background-color: transparent; background-image: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container > .video-iframe-container { display: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row > .video-iframe-container { display: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .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); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { border-width: 0; border-radius: 0; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#REu1nqJiVUoEFbsWI7hxReWGauiFvJIJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:31.25rem;width:56.625rem;top:2.625rem;left:9.1875rem;display:block; }
#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container { background-color: transparent; background-image: none; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container > .video-iframe-container { display: none; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row > .video-iframe-container { display: none; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .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); }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container { border-width: 0; border-radius: 0; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#z7cmasL6iyxEDDaX5uzRuPriPytZTgRN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.8125rem;width:27.125rem;top:2.71875rem;left:6rem;overflow:hidden;display:block; }
#d55iJFISLMQ8uQtaRPAguKo14qLLCzsH { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.11) ;height:15.1875rem;width:38.875rem;top:5.9375rem;left:31.6875rem;display:block; }
#cymx0WBhkxqt4Z5cEchTrCPJ5Dy71BAd { color:#1c1e21;display:block;width:31.5625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;top:8rem;left:34.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CbKyiMeBXLbgf2ODmHAck8My3gt1TNaN { color:#1c1e21;display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:11.0625rem;left:36.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRMesc3zJOTJ35IQpmwu3rw2ifxOcDE2 { color:#1c1e21;display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:13.625rem;left:36.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBvdcfXfbaQTu80knkw4nTJ7TtF4K8cb { color:#1c1e21;display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:16.3125rem;left:36.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsQXTTNLyEtQ5tTVR0cWooUSBEk5b4aq { box-sizing:content-box;color:#0051ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:10.6875rem;left:34.125rem;display:block; }
#qJdEW4TB8lTeJTm0o7Z9Cb2a2bfeayfV { box-sizing:content-box;color:#0051ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.1875rem;left:34.25rem;display:block; }
#H2Gk73fP0RsvDkTQXxTEnorHXXMxlP91 { box-sizing:content-box;color:#0051ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:15.9375rem;left:34.25rem;display:block; }
#n7DX9ar7TK8qU4gsIAd63uosuyLWGe22 { position:absolute;display:block;z-index:100009;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:3.625rem;width:29.625rem;top:19.8125rem;left:36.3125rem;display:block; }
#PMXSxMV5Oppqat3kkBPzAStpJr1Dnxq8 { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:21.125rem;left:36.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHDgTWyoJ6cbn0JplpzoZpccTxOnhhhl { z-index:100003;top:25.8125rem;left:38.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GSVoHd9BDlD2EVrU3zLFDBVGJ7BRcAtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ { position:relative;display:none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ { border-width: 0; border-radius: 0; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { background-color: transparent; background-image: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container > .video-iframe-container { display: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row > .video-iframe-container { display: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .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); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { border-width: 0; border-radius: 0; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#V07xvvQHIkG8RTTGTm3tRwluDzUJqPBL { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:9.1875rem;left:32.5rem;display:block; }
#Cuxfh7kgbZKNgW9Mo2TWWufu3MyQIh0z { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ21Fp9hktdLwH7awlGAEz9KrWaVAnMI { color:#454545;display:block;width:8.4375rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14.25rem;left:29.6875rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBPyvcGnibGgTphp0216qrk8IMPy1Jq8 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:19.75rem;left:32.5rem;display:block; }
#OhUxEmBcpGXzsFMdsdXMwQZLMgKiSwbN { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:25.625rem;left:28.5rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT8vcgpWyHL389rGvUZ40IRDsIdC8Ula { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.75rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xo07Css88rDVVCIPFnb52cOvkge3pquU { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:9.1875rem;left:44.75rem;display:block; }
#TvFnaU1kdveNsJQHZXbl5QzZF9kmWW8f { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:24.8125rem;left:41.25rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UL6vvEMFm9CUdOFJoU3NlL6p734kdzu4 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:19.75rem;left:44.75rem;display:block; }
#UKs1RTf9s7TsWMSXRN168sqgoEf5mktB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:18.0625rem;top:1.4375rem;left:9.5625rem;overflow:hidden;display:block; }
#bGxKxTmbquFa2Z40weLJ3J2W7SgXRLe7 { color:#151515;display:block;width:5.1875rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzCihVqHwJ95VJKbtxM4SvKTUG6gAyXU { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:23.1875rem;left:41.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITRXxzD9bsyTUgm16cFt3L5ya2eHLCUt { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:11.875rem;left:42.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svMh7VMoz4ma4U6WI740mDEAOTT8bq4i { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxJuQsHMmSJCu2vu3FDBlFZdqHB3FT5J { box-sizing:content-box;color:#1e1e1e;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.6875rem;left:56.9375rem;display:block; }
#yTm8QWM0R5PIvoGh5qtWNdtmNiSHOw4y { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.1875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9OclvNCkLJFKETDhXSr7nyEmfV8ABOJ { color:#151515;display:block;width:6.9375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:55.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbnVgwO0dPwWbwZiWgn6SOilUefdF3r1 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:19.75rem;left:57.6875rem;display:block; }
#OB8JPnsNz4onJgaMBadlfCm0oJn8pW7H { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:25rem;left:54.125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUvFT6PNmrwazLxg6m84qfmlAOEdmOEx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#lJMyrvSKPTxm7kzJKlBe9gJR9GWtwinz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#FagiGRNFKNbdgKNMmEwEBBrAoKw4RqpF { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#MlakKpCbyQPUU24LGZhXIBWOxy3ePgTS { color:#1c1e21;display:block;width:21.8125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:3.8125rem;left:29.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTHDWaD4bcmL0q62nTFhgI1PO4PTFcG7 { z-index:100002;top:32.6875rem;left:19.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cL8odx4uezLZ5WoZZk35OA3WJWtn2Du5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container { background-color: transparent; background-image: none; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container > .video-iframe-container { display: none; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row > .video-iframe-container { display: none; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .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); }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container { border-width: 0; border-radius: 0; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#wTkCtq2o1nPzt1hVmhqN4oL4MaUgFW5P { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:3.4375rem;left:11.375rem;height:1.99365rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vTK96c5thrCbs0vzq0zTW5mQupQ6nSs4 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.5rem;left:25.21875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apweRSTnirZc2mzok208bMSE0Q01klW4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:18.75rem;top:13.375rem;left:7.5rem;overflow:hidden;display:block; }
#MQHdnycFTVTQwTiroBlqHnT0n6lnac0i { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:18.75rem;top:13.3125rem;left:28.125rem;overflow:hidden;display:block; }
#D5EnzkCMeZL1GVuAyHCxzG6vvIcJsZsH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:18.3125rem;top:28.1875rem;left:16.0625rem;overflow:hidden;display:block; }
#n7bFSPW1w2RE6JlSgcKG1hMxQEC27lWM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:20.75rem;top:29.625rem;left:38.25rem;overflow:hidden;display:block; }
#JkxxXnnTHPl45M2KU3zKJkGEaFg0XITV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:19.0625rem;top:12.875rem;left:48.4375rem;overflow:hidden;display:block; }
#Tfa01ROdFDOgH7TQCyJDZeW1t7iUJxCA { z-index:100004;top:45.0625rem;left:19.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DvVXc974t2TS5NRs8gsU5X6rnTJHJBh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAUqwxAetGasob9C5zss41hyTvNDueod { position:relative;display:none; }#NAUqwxAetGasob9C5zss41hyTvNDueod { border-width: 0; border-radius: 0; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;position:relative;display:block; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { background-color: transparent; background-image: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container > .video-iframe-container { display: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row > .video-iframe-container { display: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .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); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { border-width: 0; border-radius: 0; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#NTLLcgWJVHm69VtmuZKhTe1yTsSnXmv2 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#CGik8Llc1FKwBgbegd9OCvpBCS5seZ5E { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.625rem;left:26.125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#vcQAN8GCT56pgaut3bcolJ3tKembVvWT { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:17.75rem;left:36.25rem;display:block; }
#SLVLTp6TphMllAOrZFZSA4P43Prck5MT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:16rem;display:none; }
#u6hTIp5H6lI7Hisa5HqumeLKuMAsD0Pf { z-index:100002;top:22.3125rem;left:27.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h4utfTwrd1COqd6uFaAJusgCXqdrpSuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container { border-width: 0; border-radius: 0; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#zQ8y1A5AtBSHl05rl0tBHLMoeXnupv0Q { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#otLtFBcmBsnqbzvwQW1DaRDMm0dxBIzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a5oZ2Qq3p5xNEPrwIr3mq9XHpQQFS0K7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:6.0625rem;top:1.21875rem;left:59.9375rem;overflow:hidden;display:block; }
#NGFqT6TXoCXGMZAbUDQf4liMV5fKKGf0 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:.9;letter-spacing:0;top:2.4375rem;left:44.0625rem;height:0.75rem;display:block; }
#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container { background-color: transparent; background-image: none; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container > .video-iframe-container { display: none; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row > .video-iframe-container { display: none; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .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); }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container { border-width: 0; border-radius: 0; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#THBquCqNC8sUWoOqhrK5Xh7Iea9vFVQo { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ei2K6tIRgnRWGf2rbGF3qQ0VT5l2bQzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hrORvHuxAsOgubxfpNHqA3XE8NxhBxdD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:6.0625rem;top:1.21875rem;left:59.9375rem;overflow:hidden;display:block; }
#KOUfPSDUTXtHAoa2TvnmtOhvs5k9vaXR { color:#000000;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:.9;letter-spacing:0;top:2.4375rem;left:44.0625rem;height:0.7871125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r { display:block; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXkf7a8Rsv76sfWBvTTcUqDbrJuLWuFT { top:0.875rem;left:21.0625rem;width:5.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v { display:block; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll8SNdh9b6PyTUAQ0s0HksDbhUslstVK { width:31.625rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWzQI9UfWrEtMOnwTIIHlm8ota4HXmT6 { width:26.3125rem;height:5.5625rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbkiDtSR2nPtECWZ5vIl9cv1DWvTqmS { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EX3K4WBAohayPNqTsNh1SdqsaCt4QTlK { width:21.125rem;height:3.9375rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfBUeIgIJroCneT7ZEooetRHkCedqgAC { top:25.25rem;left:0rem;width:26.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBgQSo1XniXNAWSSeunsd3I3LHfSafND { top:33.8125rem;left:0rem;width:20.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKx3byqZ49hKpIJASA0DonUPRtf9qdrZ { display:block; }
 }@media only screen and (max-width: 763px) { #UwzZI0t89xre9LZuf3I20FlAHLTx4PTt { top:11rem;left:21.625rem;width:4.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8scfaMF1AeF8qRm1U50TvJeKbo38SfQ { top:2.625rem;left:0rem;width:47.75rem;height:26.352097130243rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghitzP5Pv36qZVGiticvL12kiTUgim3y { display:block; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REu1nqJiVUoEFbsWI7hxReWGauiFvJIJ { top:2.625rem;left:0rem;width:47.75rem;height:26.352097130243rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvrLKix1TKbO6kTW06l7HUIzhMolOlqi { display:block; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7cmasL6iyxEDDaX5uzRuPriPytZTgRN { top:2.6875rem;left:0rem;width:27.125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d55iJFISLMQ8uQtaRPAguKo14qLLCzsH { top:5.9375rem;left:0rem;width:38.875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymx0WBhkxqt4Z5cEchTrCPJ5Dy71BAd { top:8rem;left:0rem;width:31.5625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbKyiMeBXLbgf2ODmHAck8My3gt1TNaN { top:11.0625rem;left:0rem;width:35.1875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMesc3zJOTJ35IQpmwu3rw2ifxOcDE2 { top:13.625rem;left:0rem;width:35.1875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvdcfXfbaQTu80knkw4nTJ7TtF4K8cb { top:16.3125rem;left:0rem;width:35.1875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQXTTNLyEtQ5tTVR0cWooUSBEk5b4aq { top:10.6875rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJdEW4TB8lTeJTm0o7Z9Cb2a2bfeayfV { top:13.1875rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Gk73fP0RsvDkTQXxTEnorHXXMxlP91 { top:15.9375rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7DX9ar7TK8qU4gsIAd63uosuyLWGe22 { top:19.8125rem;left:0rem;width:29.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXSxMV5Oppqat3kkBPzAStpJr1Dnxq8 { top:21.125rem;left:0rem;width:28.6875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDgTWyoJ6cbn0JplpzoZpccTxOnhhhl { top:25.8125rem;left:22.375rem;width:25.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSVoHd9BDlD2EVrU3zLFDBVGJ7BRcAtE { display:block; }
 }@media only screen and (max-width: 763px) { #vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ { display:none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL { display:block; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V07xvvQHIkG8RTTGTm3tRwluDzUJqPBL { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuxfh7kgbZKNgW9Mo2TWWufu3MyQIh0z { width:8.125rem;height:1.1875rem;top:12.625rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ21Fp9hktdLwH7awlGAEz9KrWaVAnMI { width:8.4375rem;height:2.3125rem;top:14.25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBPyvcGnibGgTphp0216qrk8IMPy1Jq8 { width:2.6875rem;height:2.6875rem;top:19.75rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhUxEmBcpGXzsFMdsdXMwQZLMgKiSwbN { width:10.75rem;height:2.25rem;top:25.625rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT8vcgpWyHL389rGvUZ40IRDsIdC8Ula { width:10.75rem;height:2.3125rem;top:14.4375rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo07Css88rDVVCIPFnb52cOvkge3pquU { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:31.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFnaU1kdveNsJQHZXbl5QzZF9kmWW8f { width:9.75rem;height:3.375rem;top:24.8125rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6vvEMFm9CUdOFJoU3NlL6p734kdzu4 { width:2.6875rem;height:2.6875rem;top:19.75rem;left:31.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKs1RTf9s7TsWMSXRN168sqgoEf5mktB { width:18.0625rem;height:29.5625rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGxKxTmbquFa2Z40weLJ3J2W7SgXRLe7 { width:5.1875rem;height:2.4375rem;top:22.4375rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCihVqHwJ95VJKbtxM4SvKTUG6gAyXU { width:9.5rem;height:1.1875rem;top:23.1875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRXxzD9bsyTUgm16cFt3L5ya2eHLCUt { width:8.125rem;height:1.1875rem;top:11.875rem;left:28.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMh7VMoz4ma4U6WI740mDEAOTT8bq4i { width:9.5rem;height:1.1875rem;top:12.625rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxJuQsHMmSJCu2vu3FDBlFZdqHB3FT5J { width:4.125rem;height:4.125rem;top:8.6875rem;left:43.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTm8QWM0R5PIvoGh5qtWNdtmNiSHOw4y { width:9.75rem;height:3.375rem;top:14.25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9OclvNCkLJFKETDhXSr7nyEmfV8ABOJ { width:6.9375rem;height:2.4375rem;top:22.4375rem;left:40.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbnVgwO0dPwWbwZiWgn6SOilUefdF3r1 { width:2.6875rem;height:2.6875rem;top:19.75rem;left:44.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB8JPnsNz4onJgaMBadlfCm0oJn8pW7H { width:9.75rem;height:2.3125rem;top:25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUvFT6PNmrwazLxg6m84qfmlAOEdmOEx { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lJMyrvSKPTxm7kzJKlBe9gJR9GWtwinz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FagiGRNFKNbdgKNMmEwEBBrAoKw4RqpF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MlakKpCbyQPUU24LGZhXIBWOxy3ePgTS { top:3.8125rem;left:15.5rem;width:21.8125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHDWaD4bcmL0q62nTFhgI1PO4PTFcG7 { top:32.6875rem;left:5.59375rem;width:36.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL8odx4uezLZ5WoZZk35OA3WJWtn2Du5 { display:block; }
 }@media only screen and (max-width: 763px) { #AEN8qbG450mf0dkWTX6Xu8DblTh05ohf { display:block; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTkCtq2o1nPzt1hVmhqN4oL4MaUgFW5P { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTK96c5thrCbs0vzq0zTW5mQupQ6nSs4 { top:6.5rem;left:11.59375rem;width:24.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apweRSTnirZc2mzok208bMSE0Q01klW4 { top:13.375rem;left:0rem;width:18.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHdnycFTVTQwTiroBlqHnT0n6lnac0i { top:13.3125rem;left:14.5rem;width:18.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5EnzkCMeZL1GVuAyHCxzG6vvIcJsZsH { top:28.1875rem;left:2.4375rem;width:18.3125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bFSPW1w2RE6JlSgcKG1hMxQEC27lWM { top:29.625rem;left:24.625rem;width:20.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxxXnnTHPl45M2KU3zKJkGEaFg0XITV { top:12.875rem;left:28.6875rem;width:19.0625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa01ROdFDOgH7TQCyJDZeW1t7iUJxCA { top:45.0625rem;left:5.59375rem;width:36.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvVXc974t2TS5NRs8gsU5X6rnTJHJBh4 { display:block; }
 }@media only screen and (max-width: 763px) { #NAUqwxAetGasob9C5zss41hyTvNDueod { display:none; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 { display:block; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTLLcgWJVHm69VtmuZKhTe1yTsSnXmv2 { top:3.75rem;left:8.8125rem;width:30.125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGik8Llc1FKwBgbegd9OCvpBCS5seZ5E { top:10.625rem;left:12.5rem;width:22.75rem;height:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcQAN8GCT56pgaut3bcolJ3tKembVvWT { top:17.75rem;left:22.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLVLTp6TphMllAOrZFZSA4P43Prck5MT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6hTIp5H6lI7Hisa5HqumeLKuMAsD0Pf { top:22.3125rem;left:13.4375rem;width:20.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4utfTwrd1COqd6uFaAJusgCXqdrpSuH { display:block; }
 }@media only screen and (max-width: 763px) { #KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K { display:none; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQ8y1A5AtBSHl05rl0tBHLMoeXnupv0Q { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #otLtFBcmBsnqbzvwQW1DaRDMm0dxBIzy { display:block; }
 }@media only screen and (max-width: 763px) { #a5oZ2Qq3p5xNEPrwIr3mq9XHpQQFS0K7 { top:1.1875rem;left:41.6875rem;width:6.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGFqT6TXoCXGMZAbUDQf4liMV5fKKGf0 { top:2.4375rem;left:30.4375rem;width:16.5rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs { display:block; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THBquCqNC8sUWoOqhrK5Xh7Iea9vFVQo { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ei2K6tIRgnRWGf2rbGF3qQ0VT5l2bQzv { display:block; }
 }@media only screen and (max-width: 763px) { #hrORvHuxAsOgubxfpNHqA3XE8NxhBxdD { top:1.1875rem;left:41.6875rem;width:6.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOUfPSDUTXtHAoa2TvnmtOhvs5k9vaXR { top:2.4375rem;left:30.4375rem;width:16.5rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r { background-color:#0e0e0e;background-image:none;display:block; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { background-color: transparent; background-image: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container > .video-iframe-container { display: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row > .video-iframe-container { display: none; }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .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); }#dkopdi0z1rpytuIfvLtoVJD8RVv6Ao8r > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXkf7a8Rsv76sfWBvTTcUqDbrJuLWuFT { width:4.8125rem;height:2.3125rem;top:0.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/u6AN3xwB/Bg_Principal22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.adaptive-delivery-prevent-bg, #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.lazyload, #fvTZdliTLnXicnZCslemQENJ5pz1bQ6v.lazyloading { background-image: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { background-color: transparent; background-image: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container > .video-iframe-container { display: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row > .video-iframe-container { display: none; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .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); }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { border-width: 0; border-radius: 0; }#fvTZdliTLnXicnZCslemQENJ5pz1bQ6v > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll8SNdh9b6PyTUAQ0s0HksDbhUslstVK { width:17.625rem;height:5.8496125rem;top:2.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;font-family:ubuntu;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CWzQI9UfWrEtMOnwTIIHlm8ota4HXmT6 { width:16.8125rem;height:7.86133125rem;top:10.9375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #NtbkiDtSR2nPtECWZ5vIl9cv1DWvTqmS { top:33.375rem;left:0rem;width:20rem;height:10.5rem;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EX3K4WBAohayPNqTsNh1SdqsaCt4QTlK { width:16.125rem;height:4.90625rem;top:35.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:roboto;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FfBUeIgIJroCneT7ZEooetRHkCedqgAC { width:20rem;height:13.625rem;top:50.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBgQSo1XniXNAWSSeunsd3I3LHfSafND { top:41.8125rem;left:0.5rem;width:19.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKx3byqZ49hKpIJASA0DonUPRtf9qdrZ { display:block; }
 }@media only screen and (max-width: 763px) { #UwzZI0t89xre9LZuf3I20FlAHLTx4PTt { width:4.5rem;height:5.625rem;top:28.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8scfaMF1AeF8qRm1U50TvJeKbo38SfQ { height:11.1435625rem;width:20rem;top:20.6875rem;left:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(255,255,255,0.2) ;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #ghitzP5Pv36qZVGiticvL12kiTUgim3y { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { background-color: transparent; background-image: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container > .video-iframe-container { display: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row > .video-iframe-container { display: none; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .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); }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { border-width: 0; border-radius: 0; }#ghitzP5Pv36qZVGiticvL12kiTUgim3y > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REu1nqJiVUoEFbsWI7hxReWGauiFvJIJ { height:11.1435625rem;width:20rem;top:1.490234375rem;left:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #OvrLKix1TKbO6kTW06l7HUIzhMolOlqi { display:block; }#OvrLKix1TKbO6kTW06l7HUIzhMolOlqi > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7cmasL6iyxEDDaX5uzRuPriPytZTgRN { width:20rem;height:21.981566820276rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d55iJFISLMQ8uQtaRPAguKo14qLLCzsH { width:18.3125rem;height:18.125rem;top:7.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymx0WBhkxqt4Z5cEchTrCPJ5Dy71BAd { width:10.875rem;height:3.57421875rem;top:2.525390625rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #CbKyiMeBXLbgf2ODmHAck8My3gt1TNaN { width:14.1875rem;height:3.9619125rem;top:8.9375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #JRMesc3zJOTJ35IQpmwu3rw2ifxOcDE2 { width:15.1875rem;height:2.5996125rem;top:14.0625rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #HBvdcfXfbaQTu80knkw4nTJ7TtF4K8cb { width:12.25rem;height:3.9619125rem;top:18.0625rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #hsQXTTNLyEtQ5tTVR0cWooUSBEk5b4aq { width:1.6875rem;height:1.6875rem;top:8.9375rem;left:1.5rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qJdEW4TB8lTeJTm0o7Z9Cb2a2bfeayfV { width:1.6875rem;height:1.6875rem;top:14.0625rem;left:1.5rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H2Gk73fP0RsvDkTQXxTEnorHXXMxlP91 { width:1.6875rem;height:1.6875rem;top:18.125rem;left:1.5rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n7DX9ar7TK8qU4gsIAd63uosuyLWGe22 { width:14.875rem;height:3.625rem;top:23.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXSxMV5Oppqat3kkBPzAStpJr1Dnxq8 { width:12.75rem;height:2.11230625rem;top:24.0625rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AHDgTWyoJ6cbn0JplpzoZpccTxOnhhhl { top:29.091796875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSVoHd9BDlD2EVrU3zLFDBVGJ7BRcAtE { display:block; }
 }@media only screen and (max-width: 763px) { #vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb7de9cd-9e8b-4db0-a6f8-4037f46ec0ae/migscaimla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ.adaptive-delivery-prevent-bg, #vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ.lazyload, #vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ.lazyloading { background-image: none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container { background-color: transparent; background-image: none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container > .video-iframe-container { display: none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row > .video-iframe-container { display: none; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .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); }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container { border-width: 0; border-radius: 0; }#vIt2CPdxpG093Ons6qJfNrAAa5V2I3NQ > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL { background-color:#f1f1f1;background-image:none;display:block; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { background-color: transparent; background-image: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container > .video-iframe-container { display: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row > .video-iframe-container { display: none; }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .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); }#DcmXNVV3Wq8D3N7yTl3V59bof2BbuVzL > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V07xvvQHIkG8RTTGTm3tRwluDzUJqPBL { width:2.6875rem;height:2.6875rem;top:5.4375rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuxfh7kgbZKNgW9Mo2TWWufu3MyQIh0z { width:6.0625rem;height:1.875rem;top:8.75rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IJ21Fp9hktdLwH7awlGAEz9KrWaVAnMI { width:8.125rem;height:2.3369125rem;top:11.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #DBPyvcGnibGgTphp0216qrk8IMPy1Jq8 { width:2.6875rem;height:2.6875rem;top:30.25rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhUxEmBcpGXzsFMdsdXMwQZLMgKiSwbN { width:7.875rem;height:3.41161875rem;top:35.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #oT8vcgpWyHL389rGvUZ40IRDsIdC8Ula { width:7.4375rem;height:3.41161875rem;top:22.8125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #xo07Css88rDVVCIPFnb52cOvkge3pquU { width:2.6875rem;height:2.6875rem;top:17.5625rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFnaU1kdveNsJQHZXbl5QzZF9kmWW8f { width:8.375rem;height:3.41161875rem;top:10.4375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #UL6vvEMFm9CUdOFJoU3NlL6p734kdzu4 { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKs1RTf9s7TsWMSXRN168sqgoEf5mktB { width:12.3125rem;height:20rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGxKxTmbquFa2Z40weLJ3J2W7SgXRLe7 { width:6.6875rem;height:1.875rem;top:33.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QzCihVqHwJ95VJKbtxM4SvKTUG6gAyXU { width:8.0625rem;height:0.9375rem;top:8.75rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ITRXxzD9bsyTUgm16cFt3L5ya2eHLCUt { width:8.125rem;height:1.21875rem;top:20.6875rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #svMh7VMoz4ma4U6WI740mDEAOTT8bq4i { width:8.125rem;height:1.21875rem;top:20.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XxJuQsHMmSJCu2vu3FDBlFZdqHB3FT5J { width:4.125rem;height:4.125rem;top:16.8125rem;left:2.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTm8QWM0R5PIvoGh5qtWNdtmNiSHOw4y { width:7.125rem;height:4.548825rem;top:22.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #b9OclvNCkLJFKETDhXSr7nyEmfV8ABOJ { width:6.875rem;height:1.875rem;top:33.5rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IbnVgwO0dPwWbwZiWgn6SOilUefdF3r1 { width:2.6875rem;height:2.6875rem;top:30.25rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB8JPnsNz4onJgaMBadlfCm0oJn8pW7H { width:8rem;height:3.41161875rem;top:35.75rem;left:11rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #FUvFT6PNmrwazLxg6m84qfmlAOEdmOEx { top:4.1875rem;left:9.6875rem;width:0.0625rem;height:11rem;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lJMyrvSKPTxm7kzJKlBe9gJR9GWtwinz { top:17.25rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FagiGRNFKNbdgKNMmEwEBBrAoKw4RqpF { top:30.625rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MlakKpCbyQPUU24LGZhXIBWOxy3ePgTS { width:18.3125rem;height:1.05615rem;top:1.8125rem;left:0.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WTHDWaD4bcmL0q62nTFhgI1PO4PTFcG7 { top:42.875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL8odx4uezLZ5WoZZk35OA3WJWtn2Du5 { display:block; }
 }@media only screen and (max-width: 763px) { #AEN8qbG450mf0dkWTX6Xu8DblTh05ohf { display:block; }#AEN8qbG450mf0dkWTX6Xu8DblTh05ohf > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTkCtq2o1nPzt1hVmhqN4oL4MaUgFW5P { width:16.75rem;height:2.5rem;top:3.1875rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vTK96c5thrCbs0vzq0zTW5mQupQ6nSs4 { width:16.875rem;height:1.29980625rem;top:7.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apweRSTnirZc2mzok208bMSE0Q01klW4 { width:18.75rem;height:13rem;top:11.04980625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHdnycFTVTQwTiroBlqHnT0n6lnac0i { width:18.75rem;height:13.125rem;top:25.29980625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5EnzkCMeZL1GVuAyHCxzG6vvIcJsZsH { width:19rem;height:14.9375rem;top:54.7998046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bFSPW1w2RE6JlSgcKG1hMxQEC27lWM { width:20rem;height:11.144578313253rem;top:70.61230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkxxXnnTHPl45M2KU3zKJkGEaFg0XITV { width:19.0625rem;height:14rem;top:39.67480625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa01ROdFDOgH7TQCyJDZeW1t7iUJxCA { top:72.6748046875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvVXc974t2TS5NRs8gsU5X6rnTJHJBh4 { display:block; }
 }@media only screen and (max-width: 763px) { #NAUqwxAetGasob9C5zss41hyTvNDueod { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lAFLeRhN/clientes_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NAUqwxAetGasob9C5zss41hyTvNDueod.adaptive-delivery-prevent-bg, #NAUqwxAetGasob9C5zss41hyTvNDueod.lazyload, #NAUqwxAetGasob9C5zss41hyTvNDueod.lazyloading { background-image: none; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container { background-color: transparent; background-image: none; }#NAUqwxAetGasob9C5zss41hyTvNDueod::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container > .video-iframe-container { display: none; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row > .video-iframe-container { display: none; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .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); }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container { border-width: 0; border-radius: 0; }#NAUqwxAetGasob9C5zss41hyTvNDueod > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 { background-color:#000000;background-image:url("https://images.assets-landingi.com/fz6nhr9H/Bg_Principal.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2.adaptive-delivery-prevent-bg, #yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2.lazyload, #yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2.lazyloading { background-image: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { background-color: transparent; background-image: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container > .video-iframe-container { display: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row > .video-iframe-container { display: none; }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .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); }#yT9ia2KVGP1CT6C78KJnOtbiFlotUIT2 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTLLcgWJVHm69VtmuZKhTe1yTsSnXmv2 { width:17.625rem;height:5.1181625rem;top:2.5625rem;left:1.1875rem;font-size:1.3125rem;font-family:ubuntu;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CGik8Llc1FKwBgbegd9OCvpBCS5seZ5E { width:16.5rem;height:6.499rem;top:10.6875rem;left:1.75rem;font-size:1rem;z-index:100001;font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-family:ubuntu;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vcQAN8GCT56pgaut3bcolJ3tKembVvWT { top:11rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:100003;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SLVLTp6TphMllAOrZFZSA4P43Prck5MT { top:14.4375rem;left:16.1875rem;width:3.8125rem;height:4.8125rem;z-index:100035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u6hTIp5H6lI7Hisa5HqumeLKuMAsD0Pf { top:19.1875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4utfTwrd1COqd6uFaAJusgCXqdrpSuH { display:block; }
 }@media only screen and (max-width: 763px) { #KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K { background-color:#0e0e0e;background-image:none;display:block; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container { background-color: transparent; background-image: none; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container > .video-iframe-container { display: none; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row > .video-iframe-container { display: none; }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .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); }#KzLeMlIvFr8U0TmKg78vo5X6kkMTVJ6K > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ8y1A5AtBSHl05rl0tBHLMoeXnupv0Q { top:5.9375rem;left:6.625rem;width:6.75rem;height:1.5rem;z-index:100000;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otLtFBcmBsnqbzvwQW1DaRDMm0dxBIzy { display:block; }
 }@media only screen and (max-width: 763px) { #a5oZ2Qq3p5xNEPrwIr3mq9XHpQQFS0K7 { width:3.5625rem;height:1.8125rem;top:1.6875rem;left:8.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NGFqT6TXoCXGMZAbUDQf4liMV5fKKGf0 { width:11.1875rem;height:0.6186525rem;top:4.4375rem;left:4.4375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs { background-color:#0e0e0e;background-image:none;display:none; }#IT09Ns4vZV7yDrT80OOtmTQiKDo7zLBs > .row .container { width:20rem;height:9.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #THBquCqNC8sUWoOqhrK5Xh7Iea9vFVQo { top:5.9375rem;left:6.625rem;width:6.75rem;height:1.5rem;z-index:100000;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2K6tIRgnRWGf2rbGF3qQ0VT5l2bQzv { display:block; }
 }@media only screen and (max-width: 763px) { #hrORvHuxAsOgubxfpNHqA3XE8NxhBxdD { width:3.5625rem;height:1.875rem;top:1.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOUfPSDUTXtHAoa2TvnmtOhvs5k9vaXR { width:11.1875rem;height:0.5625rem;top:4.4375rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }