.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/vfq0ZlSp/ddc2a475_sem_titulo_1_1000000000000000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg.adaptive-delivery-prevent-bg, #zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg.lazyload, #zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg.lazyloading { background-image: none; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container { background-color: transparent; background-image: none; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.43); }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container > .video-iframe-container { display: none; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.43); }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row > .video-iframe-container { display: none; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .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); }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container { border-width: 0; border-radius: 0; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#TTCaR3l5h0tgn0nbwlXIJOic43IzdKTm { color:#000000;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.9375rem;left:13.920454025269rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#sNxMy8cR6LT0eGOzmX3wlKduESBoeIST { color:#000000;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.420454025269rem;height:;text-align:center;text-align-last:center;display:block; }
#LD7n0bdui54LnPDfDzhqFe44Xa80dyBF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:9.96519947052rem;left:28.170454025269rem;overflow:hidden;display:block; }
#PhyaNqT6biM9Kt4WuqXGbBCFB5NQaU71 { position:absolute;display:block;z-index:100009;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;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:54.25rem;top:22.825994491577rem;left:9.2947444915769rem;display:block; }
#tWLwGt4GhngaiVsJ9d2kT7uDaHtAXpcy { color:#454b54;display:block;width:50.125rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:30.125rem;left:11.357244491577rem;height:10.15rem;text-align:center;text-align-last:center;display:block; }
#TwFG4bFroUvGuT8EeUkfzhTuXQzpe9kP { color:#ff0000;display:block;width:47.75rem;position:absolute;font-family:mavenpro;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:23.950994491577rem;left:12.545454025269rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gb6dQ3XPltEC2Q6XiUNu2ERqJAHmcfwz { color:#0392d6;display:block;width:37.5625rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.465200424194rem;left:17.639204025269rem;height:2.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n676diJQsTFIgfCADZW5m7xveSLHN7Fw { color:#727272;display:block;width:37.375rem;position:absolute;font-family:proxima-nova;font-size:1.3125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:43.312501430511rem;left:17.125001907349rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buq6pJRDmFxw96n3sTQD5dpJAtOSRfZv { box-sizing:content-box;color:#fac254;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:44.437501907349rem;left:34.85781288147rem;display:block; }
#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/D5GzNYrk/Artboard_5_0_5x.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.adaptive-delivery-prevent-bg, #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.lazyload, #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.lazyloading { background-image: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { background-color: transparent; background-image: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container > .video-iframe-container { display: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row > .video-iframe-container { display: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .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); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { border-width: 0; border-radius: 0; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#W45dHfDubNcu6dl0Ts6frx4IMT2yPvbD { color:#454545;display:block;width:63.4375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:100015;line-height:1.2;letter-spacing:0;top:11.375rem;left:4.125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHv2tIr5rr4eVxD8AdecITIoME9J8E54 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #35a77d);background-image: -moz-linear-gradient(160deg, #00ff86, #35a77d);background-image: -ms-linear-gradient(160deg, #00ff86, #35a77d);background-image: -o-linear-gradient(160deg, #00ff86, #35a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#35a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#35a77d' );";background-image: linear-gradient(160deg, #00ff86, #35a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.75rem;left:24.593751907349rem;display:block; }
#E0aS2KaMXokoTyDdRga05TBvk8VEtkuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XTcGhy9ScOpltLKbK7fuxG9bkfFDCbGz { color:#22084c;display:block;width:37.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:19.41250038147rem;left:17.281251907349rem;height:7.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ka7eSATh9sTVp2UCmfmObDRfvOnATXuQ { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:44.9375rem;left:24.9375rem;display:none; }
#ZbgWKGJ8rhRF4FkAdPXSzRlh1FVQOi9g { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:20.8125rem;top:3.3125rem;left:27.093751907349rem;overflow:hidden;display:block; }
#mdpEfxwJykG2TwtbRacTnT8TKbV07OAW { color:#000000;display:block;width:37.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:32.4375rem;left:16.312501907349rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5gAD7Hu5EZs34yDew09KBpvR49pc2Re { position:absolute;display:block;z-index:99965;background-color:#f1db9c;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:1rem;width:10.3125rem;top:13.3125rem;left:26.50546836853rem;display:block; }
#LcFopSX2xuV6v1mKlTuJi8bRkQgEKILf { position:absolute;display:block;z-index:99966;background-color:#f1db9c;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:1rem;width:15.25rem;top:13.4375rem;left:40.256254196167rem;display:block; }
#i0hkAZKFtX7uw2GN2Ogv8fwk7HmQG45V { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:15.375rem;width:26.5625rem;top:0rem;left:-89.4375rem;display:block; }
#ibbWIfZ2r4rMawr0TX0eP1G9VhrmFPPt { position:absolute;display:block;z-index:99998;background-color:#58acae;background-image:none;border-top:0.0625rem solid #7bd1d5;border-left:0.0625rem solid #7bd1d5;border-right:0.0625rem solid #7bd1d5;border-bottom:0.0625rem solid #7bd1d5;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:33.0625rem;width:21.6875rem;top:0rem;left:-89.4375rem;display:block; }
#G3fLvPHGkFu8aUPAykCqob6KRix0Zp3V { position:absolute;display:block;z-index:99962;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:16.25rem;top:10.5rem;left:58.124998092651rem;overflow:hidden;display:block; }
#QGX48pPvFL4QdLJ8Nzdam7paX4d6GNnA { position:absolute;display:block;z-index:99963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f6f6f, #000000);background-image: -moz-linear-gradient(180deg, #6f6f6f, #000000);background-image: -ms-linear-gradient(180deg, #6f6f6f, #000000);background-image: -o-linear-gradient(180deg, #6f6f6f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #6f6f6f, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.31) ;height:10.1875rem;width:14.125rem;top:23.3125rem;left:59.1875rem;display:block; }
#IkaslFbKWAzXuTS5sBBaCDEiL3FvO0H9 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100014;line-height:1.4;letter-spacing:0;top:23.99374961853rem;left:59.937498092651rem;height:8.8rem;text-align:center;text-align-last:center;display:block; }
#axauvXtNgeT0HgWtq1sIteqAK1Dc7dJV { box-sizing:content-box;color:#4f4f4f;font-size:8.5rem;font-weight:400;line-height:1;height:12.1875rem;width:12.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99963;top:22.300001144409rem;left:60.156248092651rem;display:block; }
#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/fi8qZBMI/llll.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.adaptive-delivery-prevent-bg, #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.lazyload, #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.lazyloading { background-image: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { background-color: transparent; background-image: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container > .video-iframe-container { display: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row > .video-iframe-container { display: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .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); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { border-width: 0; border-radius: 0; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#ABHwNFw2t4wJt3QmF0vNGmRH55N14zT5 { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.46875rem;left:34.250001907349rem;height:7.25rem;text-align:left;text-align-last:left;display:block; }
#ulCZ9gxe2ko1D9bgrFW4AWIAcCkUXp2q { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.1187496185302rem;left:34.250001907349rem;height:5.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxVnpXBqUKNp8X0EdguUcyRkvJyNbUrh { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.096096038818rem;left:34.371873855591rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K0TkmswFokfUow2cHi12mCGTV2RPShXF { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);top:16.718749046326rem;left:34.250001907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#QQyHTyThvNxV114pPzJREiUs6kGrcy9T { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -moz-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -ms-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -o-linear-gradient(200deg, #daa520, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#00000000' );";background-image: linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.5rem;width:9.5rem;top:21.658593177796rem;left:46.871877670288rem;display:block; }
#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OheornPS/Artboard_4_copiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.adaptive-delivery-prevent-bg, #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.lazyload, #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.lazyloading { background-image: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { background-color: transparent; background-image: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.38); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container > .video-iframe-container { display: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.38); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row > .video-iframe-container { display: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .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); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { border-width: 0; border-radius: 0; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#TmC5dkFqnS96hbkfUeTQPaaxXswyplZt { position:absolute;display:block;z-index:100002;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.0625rem dotted #a9a9a9;border-left:0.0625rem dotted #a9a9a9;border-right:0.0625rem dotted #a9a9a9;border-bottom:0.0625rem dotted #a9a9a9;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:15.25rem;width:14.5rem;top:9.5rem;left:56.5rem;display:block; }
#AJAT64NTJf5IC8Trg9vKGEwSPcSmNt6H { 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.0625rem dotted #b9b9b9;border-left:0.0625rem dotted #b9b9b9;border-right:0.0625rem dotted #b9b9b9;border-bottom:0.0625rem dotted #b9b9b9;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:15.25rem;width:14.5rem;top:9.5rem;left:39.5rem;display:block; }
#xBaki8GEikOULyKlZO3ZUw6iOTeR9xTP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:14.375rem;top:5.125rem;left:39.625rem;overflow:hidden;display:block; }
#gDfhAPBKUBOK5WQSygAnEqBk7JQQlkKG { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:14.375rem;top:5.0625rem;left:56.625rem;overflow:hidden;display:block; }
#Iqxw1H1yIg5cqXNQHABsc44M28gXQ3IF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:20.1875rem;left:40.5625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#i4nKQ0wdTJ5nL6pFhtPPVByz89FRlO9K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:57.5625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#yRWwezqcDS4x2bPvQsyKtveQr5RDfTWC { 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.0625rem dotted #c1c1c1;border-left:0.0625rem dotted #c1c1c1;border-right:0.0625rem dotted #c1c1c1;border-bottom:0.0625rem dotted #c1c1c1;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:15.25rem;width:14.5rem;top:9.5rem;left:20.9375rem;display:block; }
#cxbfHaMNCbl49C1uVErVGb7GAUVR5KVA { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:4.625rem;left:21.0625rem;overflow:hidden;display:block; }
#M7is0St8o2m7GEzwGAhqyQT2MrgAZrX2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:19.4375rem;left:22rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#Vh22HsIyRkuUTnKZS1GdxG02D3dkaWrd { position:absolute;display:block;z-index:100000;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.0625rem dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:15.25rem;width:14.5rem;top:9.5rem;left:4.25rem;display:block; }
#GIgrmGurU3F13LP0bWynvgGadq7BQp5M { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:14.375rem;width:14.375rem;top:4.625rem;left:4.375rem;overflow:hidden;display:block; }
#vJvRD1Hooh2CeqVRq1x9J7t6aC0ylCB1 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:18.9375rem;left:5rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#rwVULTr93vVDkpw81Tli5vLeft8hSrnv { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:99969;line-height:1.2;letter-spacing:0;top:1.25rem;left:8.0000019073488rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe { position:relative;display:block; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe { background-color: transparent; background-image: none; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.37); }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container > .video-iframe-container { display: none; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row > .video-iframe-container { display: none; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.37); }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe { border-width: 0; border-radius: 0; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OheornPS/Artboard_4_copiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container.adaptive-delivery-prevent-bg, #EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container.lazyload, #EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container.lazyloading { background-image: none; }#fXkkPT3KyDfxNXt432ufZiJSw2JVvq23 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.625rem;width:31.5rem;top:17.65625rem;left:19.562501907349rem;overflow:hidden;display:block; }
#tPkdC6icaVDdZVIMtamryZCHsrDv8bT4 { color:#535151;display:block;width:61.625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:47.100002288818rem;left:4.5rem;height:9.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSubxz9gbCkTwlqEN3y4JLNt5egPnRkB { color:#edb66a;display:block;width:46.9375rem;position:absolute;font-family:lobster;font-size:2.0625rem;font-weight:normal;z-index:100005;line-height:.9;letter-spacing:0;top:11.0625rem;left:14.0625rem;height:3.7rem;text-align:center;text-align-last:center;display:block; }
#k716yzFipT9i8QoP8i3JdDTLgfksemRn { color:#535151;display:block;width:47.1875rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:400;z-index:100000;line-height:1.2;letter-spacing:0;top:5.5rem;left:12.312501907349rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZ4yEurragph4iXc02akyUbECQ19Chv5 { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:400;z-index:99968;line-height:1.2;letter-spacing:0;top:1.5rem;left:8.6875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODAPhmNm3DVfp0MU7ByIgeNwnTPPxoTq { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -moz-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -ms-linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-image: -o-linear-gradient(200deg, #daa520, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#00000000' );";background-image: linear-gradient(200deg, #daa520, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.5rem;width:9.5rem;top:15.3125rem;left:32.750001907349rem;display:block; }
#oJoTTTff3k6oeQK1XrDSliX7rvKQxvZf { position:absolute;display:block;z-index:99967;background-color:#f1db9c;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:0.75rem;width:39.5rem;top:2.9375rem;left:21.561719894409rem;display:block; }
#pO90cT67VDTKI47OLcbZ48dBlfX8DUzb { color:#454b54;display:block;width:61.9375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:44.4375rem;left:4.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPkZBVUFIulostI23E2v1exCP2i7zGtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uqwkkaAA/Sem_T_tulo_1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn.adaptive-delivery-prevent-bg, #GPkZBVUFIulostI23E2v1exCP2i7zGtn.lazyload, #GPkZBVUFIulostI23E2v1exCP2i7zGtn.lazyloading { background-image: none; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container { background-color: transparent; background-image: none; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76,150,158,0.71); }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container > .video-iframe-container { display: none; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76,150,158,0.71); }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row > .video-iframe-container { display: none; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .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); }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container { border-width: 0; border-radius: 0; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#mmaOQUdhNovTrngVF8JxFUoIODPLOaZW { color:#5a5555;display:block;width:35.8125rem;position:absolute;font-family:mavenpro;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(43,43,43,0.5);top:21.399145126342rem;left:3.65625rem;height:18.85rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OPkhJX1ZhUW6Ji5ALPc2uBnkoiBV6fOx { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.3096618652344rem;left:4.71875rem;height:4.4rem;text-align:center;text-align-last:center;display:block; }
#ZIuOIcSWVaHwRkXXR7BqG5H4bpfKIdRp { color:#5a5555;display:block;width:35.8125rem;position:absolute;font-family:mavenpro;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.4225852489469rem;left:3.65625rem;height:8.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i05yMr2Q0MVmGWTOGVSH1IJCZ6egLGXo { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:lobster;font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.399152755738rem;left:5.53125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#GnBIJycUMKmnq8SpGicToxAlsf8Tn2FS { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #ffffff, #daa520);background-image: -moz-linear-gradient(200deg, #ffffff, #daa520);background-image: -ms-linear-gradient(200deg, #ffffff, #daa520);background-image: -o-linear-gradient(200deg, #ffffff, #daa520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daa520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daa520' );";background-image: linear-gradient(200deg, #ffffff, #daa520);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:20.3125rem;top:22.005681753159rem;left:11.40625rem;display:block; }
#qCrHCEMEhT7LtC9sIhdXMcvpeiLfwbHK { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.875rem;width:34.4375rem;top:8.5000095367431rem;left:37.593751907349rem;overflow:hidden;display:block; }
#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container { background-color: transparent; background-image: none; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container > .video-iframe-container { display: none; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row > .video-iframe-container { display: none; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .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); }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container { border-width: 0; border-radius: 0; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#yzpn6PTlxZVblGpJmlwJ0MxSEo9TGtia { color:#4d4d4d;display:block;width:34.9375rem;position:absolute;font-family:mavenpro;font-size:1.0625rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;top:11.056250333786rem;left:35.186719894409rem;height:15.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxexAS82yWl90wT0NpiGFCURDwFsZHiw { color:#121212;display:block;width:63.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99968;line-height:1.1;letter-spacing:0;top:1.40234375rem;left:4.3125rem;height:6.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNwkBTgWP7i8yJ3yKINhooJTfJ4cm8Gc { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(0,0,0,0.32) ;height:9.125rem;width:66.375rem;top:29.8125rem;left:4.3125rem;display:block; }
#rPqUTL7JlgZ7zdGC1pFW5qqQ3McCOqvJ { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:32.3125rem;left:5.375rem;height:5.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGvV7g19JMQZPIIuidtZ18CI027JeQKv { position:absolute;display:block;z-index:100011;background-color:#ebc252;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.5625rem;width:9.375rem;top:31.0625rem;left:31.4375rem;display:block; }
#IKfadXiHDBGByAqPSH0d3aBZHpZVpH3m { position:absolute;display:block;z-index:99967;background-color:#f1db9c;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:0.75rem;width:28.3125rem;top:4.625rem;left:38.499998092651rem;display:block; }
#y8lUs66PC5ZyHMxNeca3hGWUteHe6Wu2 { position:absolute;display:block;z-index:99966;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:28.25rem;top:8.0023436546325rem;left:0rem;overflow:hidden;display:block; }
#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/atsyaM7I/kjggf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9.adaptive-delivery-prevent-bg, #LoHa50khXJ6geeb0NzxGbJilTBt6bDt9.lazyload, #LoHa50khXJ6geeb0NzxGbJilTBt6bDt9.lazyloading { background-image: none; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container { background-color: transparent; background-image: none; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container > .video-iframe-container { display: none; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row > .video-iframe-container { display: none; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .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); }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container { border-width: 0; border-radius: 0; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#AUA0ZxD7xWaxRItRBPVWqf2ep1cHH70p { color:#22084c;display:block;width:33.625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:300;z-index:99968;line-height:1.4;letter-spacing:0;top:4.4865083694458rem;left:38.529829025269rem;height:7.5rem;font-style:normal;display:block; }
#fxyW27tKxMHXzHddpE9UWPfq2xTdBwCd { color:#5a5555;display:block;width:33.875rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:12.906258583069rem;left:38.404829025269rem;height:22.4rem;text-align:left;text-align-last:left;display:block; }
#B4hQqbTSpBnOLczhmC9Rol35DTcRQVRr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.375rem;width:36.5rem;top:7.8125088214875rem;left:1.0625rem;overflow:hidden;display:block; }
#XoPEdQd33n1DhPSK8gVrMM21ZHt9WsIo { position:absolute;display:block;z-index:99967;background-color:#f1db9c;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:0.75rem;width:23.375rem;top:8.2365083694456rem;left:48.092329025269rem;display:block; }
#zFTqMWbFpkuxq8NcE86vTX7pcyZaxTaW { color:#2b2d6a;display:block;width:55.375rem;position:absolute;font-family:lobster;font-size:1.6875rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:37.749228000641rem;left:11.093751907349rem;height:3.7rem;text-align:center;text-align-last:center;display:block; }
#HCwcLMogaNGBzmy62oRDkLBUoTeMuHLZ { position:absolute;display:block;z-index:100012;background-color:#ebc252;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:9.375rem;top:3.0475854873658rem;left:38.654829025269rem;display:block; }
#GTPeyc8wtOwt7qTntzKZ45eSB7ewfWmT { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #ffffff, #daa520);background-image: -moz-linear-gradient(200deg, #ffffff, #daa520);background-image: -ms-linear-gradient(200deg, #ffffff, #daa520);background-image: -o-linear-gradient(200deg, #ffffff, #daa520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daa520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daa520' );";background-image: linear-gradient(200deg, #ffffff, #daa520);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:20.3125rem;top:42.487951278686rem;left:27.343751907349rem;display:block; }
#wfL7KPTZ9Q122nqq3TybN8dhIFBi1551 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:43.97500038147rem;left:23.593751907349rem;display:block; }
#cFQJgFCSEBLcmxbmgGQsQiEoQNR6CqZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container { background-color: transparent; background-image: none; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container > .video-iframe-container { display: none; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row > .video-iframe-container { display: none; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .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); }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container { border-width: 0; border-radius: 0; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#oZo0iAvEgNPh8BrNg119XphnS3xeLhTn { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6484375rem;left:22.312501907349rem;height:1.45rem;text-align:center;text-align-last:center;display:block; }
#mRXe86f7xHTXE6Oz6mfaIeEBdlXlaXVT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.5rem;top:0.47343826293945rem;left:14.250001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg { display:block; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTCaR3l5h0tgn0nbwlXIJOic43IzdKTm { width:45rem;height:2.5625rem;top:8.9375rem;left:0.29545402526856rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNxMy8cR6LT0eGOzmX3wlKduESBoeIST { width:45rem;height:;top:4.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7n0bdui54LnPDfDzhqFe44Xa80dyBF { width:16.5rem;height:16.5rem;top:9.9375rem;left:14.545454025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyaNqT6biM9Kt4WuqXGbBCFB5NQaU71 { width:47.75rem;height:19.25rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLwGt4GhngaiVsJ9d2kT7uDaHtAXpcy { width:47.75rem;height:10.125rem;top:30.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwFG4bFroUvGuT8EeUkfzhTuXQzpe9kP { width:47.75rem;height:1.875rem;top:23.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6dQ3XPltEC2Q6XiUNu2ERqJAHmcfwz { width:37.5625rem;height:2.125rem;top:26.4375rem;left:4.0142040252686rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n676diJQsTFIgfCADZW5m7xveSLHN7Fw { width:37.375rem;height:1.6875rem;top:43.3125rem;left:3.5000019073486rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq6pJRDmFxw96n3sTQD5dpJAtOSRfZv { width:3.125rem;height:3.125rem;top:44.4375rem;left:21.23281288147rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN { display:block; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45dHfDubNcu6dl0Ts6frx4IMT2yPvbD { top:11.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHv2tIr5rr4eVxD8AdecITIoME9J8E54 { width:22.5rem;height:3.875rem;top:26.75rem;left:10.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0aS2KaMXokoTyDdRga05TBvk8VEtkuo { display:block; }
 }@media only screen and (max-width: 763px) { #XTcGhy9ScOpltLKbK7fuxG9bkfFDCbGz { width:37.125rem;height:7.375rem;top:19.375rem;left:3.6562519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka7eSATh9sTVp2UCmfmObDRfvOnATXuQ { width:;height:;top:45.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbgWKGJ8rhRF4FkAdPXSzRlh1FVQOi9g { top:3.3125rem;left:13.468751907349rem;width:20.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpEfxwJykG2TwtbRacTnT8TKbV07OAW { width:37.75rem;height:2.5625rem;top:32.4375rem;left:2.6875019073486rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gAD7Hu5EZs34yDew09KBpvR49pc2Re { width:10.3125rem;height:1rem;top:13.3125rem;left:12.88046836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFopSX2xuV6v1mKlTuJi8bRkQgEKILf { width:15.25rem;height:1rem;top:13.4375rem;left:26.631254196167rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hkAZKFtX7uw2GN2Ogv8fwk7HmQG45V { width:26.5625rem;height:15.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbWIfZ2r4rMawr0TX0eP1G9VhrmFPPt { width:21.6875rem;height:33.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3fLvPHGkFu8aUPAykCqob6KRix0Zp3V { width:16.25rem;height:16.25rem;top:10.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGX48pPvFL4QdLJ8Nzdam7paX4d6GNnA { width:14.125rem;height:10.1875rem;top:23.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkaslFbKWAzXuTS5sBBaCDEiL3FvO0H9 { width:12.5625rem;height:8.75rem;top:23.9375rem;left:35.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axauvXtNgeT0HgWtq1sIteqAK1Dc7dJV { width:12.1875rem;height:12.1875rem;top:22.25rem;left:35.5625rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e { display:block; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABHwNFw2t4wJt3QmF0vNGmRH55N14zT5 { width:33.375rem;height:7.25rem;top:9.4375rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulCZ9gxe2ko1D9bgrFW4AWIAcCkUXp2q { width:40.75rem;height:5.5625rem;top:3.0625rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxVnpXBqUKNp8X0EdguUcyRkvJyNbUrh { width:34.5rem;height:1.6875rem;top:22.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0TkmswFokfUow2cHi12mCGTV2RPShXF { width:35.3125rem;height:3.875rem;top:16.6875rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyHTyThvNxV114pPzJREiUs6kGrcy9T { width:9.5rem;height:0.5rem;top:21.625rem;left:33.246877670288rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU { display:block; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmC5dkFqnS96hbkfUeTQPaaxXswyplZt { width:14.5rem;height:15.25rem;top:9.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJAT64NTJf5IC8Trg9vKGEwSPcSmNt6H { width:14.5rem;height:15.25rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaki8GEikOULyKlZO3ZUw6iOTeR9xTP { width:14.375rem;height:14.3125rem;top:5.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfhAPBKUBOK5WQSygAnEqBk7JQQlkKG { width:14.375rem;height:14.4375rem;top:5.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqxw1H1yIg5cqXNQHABsc44M28gXQ3IF { width:12.5rem;height:2.5625rem;top:20.1875rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4nKQ0wdTJ5nL6pFhtPPVByz89FRlO9K { width:12.5rem;height:2.5625rem;top:20.1875rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWwezqcDS4x2bPvQsyKtveQr5RDfTWC { width:14.5rem;height:15.25rem;top:9.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxbfHaMNCbl49C1uVErVGb7GAUVR5KVA { width:14.375rem;height:14.375rem;top:4.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7is0St8o2m7GEzwGAhqyQT2MrgAZrX2 { width:12.5rem;height:4.1875rem;top:19.4375rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh22HsIyRkuUTnKZS1GdxG02D3dkaWrd { width:14.5rem;height:15.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIgrmGurU3F13LP0bWynvgGadq7BQp5M { width:14.375rem;height:14.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJvRD1Hooh2CeqVRq1x9J7t6aC0ylCB1 { width:13.125rem;height:5.1875rem;top:18.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwVULTr93vVDkpw81Tli5vLeft8hSrnv { width:47.75rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe { display:block; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXkkPT3KyDfxNXt432ufZiJSw2JVvq23 { width:31.5rem;height:25.625rem;top:17.625rem;left:5.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPkdC6icaVDdZVIMtamryZCHsrDv8bT4 { width:47.75rem;height:9.25rem;top:47.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSubxz9gbCkTwlqEN3y4JLNt5egPnRkB { width:46.9375rem;height:3.6875rem;top:11.0625rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k716yzFipT9i8QoP8i3JdDTLgfksemRn { width:47.1875rem;height:4.625rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ4yEurragph4iXc02akyUbECQ19Chv5 { width:47.75rem;height:2.75rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAPhmNm3DVfp0MU7ByIgeNwnTPPxoTq { width:9.5rem;height:0.5rem;top:15.3125rem;left:19.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJoTTTff3k6oeQK1XrDSliX7rvKQxvZf { width:39.5rem;height:0.75rem;top:2.9375rem;left:7.9367198944094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO90cT67VDTKI47OLcbZ48dBlfX8DUzb { width:47.75rem;height:2.0625rem;top:44.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPkZBVUFIulostI23E2v1exCP2i7zGtn { display:block; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmaOQUdhNovTrngVF8JxFUoIODPLOaZW { width:35.8125rem;height:18.8125rem;top:21.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkhJX1ZhUW6Ji5ALPc2uBnkoiBV6fOx { width:47.75rem;height:4.375rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIuOIcSWVaHwRkXXR7BqG5H4bpfKIdRp { width:35.8125rem;height:8.6875rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i05yMr2Q0MVmGWTOGVSH1IJCZ6egLGXo { width:32.0625rem;height:6rem;top:15.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnBIJycUMKmnq8SpGicToxAlsf8Tn2FS { width:20.3125rem;height:0.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrHCEMEhT7LtC9sIhdXMcvpeiLfwbHK { width:34.4375rem;height:32.875rem;top:8.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9I6OQmQgPP9fs99goUVz15PBpqrSF3W { display:block; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzpn6PTlxZVblGpJmlwJ0MxSEo9TGtia { width:34.9375rem;height:15.9375rem;top:11rem;left:12.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxexAS82yWl90wT0NpiGFCURDwFsZHiw { width:47.75rem;height:6.5625rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNwkBTgWP7i8yJ3yKINhooJTfJ4cm8Gc { width:47.75rem;height:9.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPqUTL7JlgZ7zdGC1pFW5qqQ3McCOqvJ { width:47.75rem;height:5.5rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGvV7g19JMQZPIIuidtZ18CI027JeQKv { width:9.375rem;height:0.5625rem;top:31.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKfadXiHDBGByAqPSH0d3aBZHpZVpH3m { width:28.3125rem;height:0.75rem;top:4.625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lUs66PC5ZyHMxNeca3hGWUteHe6Wu2 { width:28.25rem;height:28.1875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 { display:block; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUA0ZxD7xWaxRItRBPVWqf2ep1cHH70p { width:33.625rem;height:7.5rem;top:4.4375rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxyW27tKxMHXzHddpE9UWPfq2xTdBwCd { width:33.875rem;height:21.8125rem;top:12.875rem;left:13.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4hQqbTSpBnOLczhmC9Rol35DTcRQVRr { width:36.5rem;height:29.375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoPEdQd33n1DhPSK8gVrMM21ZHt9WsIo { width:23.375rem;height:0.75rem;top:8.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTqMWbFpkuxq8NcE86vTX7pcyZaxTaW { width:47.75rem;height:3.6875rem;top:37.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCwcLMogaNGBzmy62oRDkLBUoTeMuHLZ { width:9.375rem;height:0.4375rem;top:3rem;left:25.029829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPeyc8wtOwt7qTntzKZ45eSB7ewfWmT { width:20.3125rem;height:0.375rem;top:42.4375rem;left:13.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfL7KPTZ9Q122nqq3TybN8dhIFBi1551 { width:27.8125rem;height:3.8125rem;top:43.9375rem;left:9.9687519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFQJgFCSEBLcmxbmgGQsQiEoQNR6CqZJ { display:block; }
 }@media only screen and (max-width: 763px) { #VKXJGDtRxolOG27nkL9ihMgPHVC00E6J { display:block; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZo0iAvEgNPh8BrNg119XphnS3xeLhTn { width:35.875rem;height:1.4375rem;top:1.625rem;left:8.6875019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXe86f7xHTXE6Oz6mfaIeEBdlXlaXVT { width:7.5rem;height:3rem;top:0.4375rem;left:0.62500190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg { display:block; }#zKR76LNoCHA7t4EQTyFm7C99E1C2DJlg > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTCaR3l5h0tgn0nbwlXIJOic43IzdKTm { width:20rem;height:7.8rem;top:11.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNxMy8cR6LT0eGOzmX3wlKduESBoeIST { width:20rem;height:2.6rem;top:8.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7n0bdui54LnPDfDzhqFe44Xa80dyBF { width:7rem;height:7rem;top:1.6875rem;left:6.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyaNqT6biM9Kt4WuqXGbBCFB5NQaU71 { width:20rem;height:24.0625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLwGt4GhngaiVsJ9d2kT7uDaHtAXpcy { width:20rem;height:14.4rem;top:30.595882415771rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwFG4bFroUvGuT8EeUkfzhTuXQzpe9kP { width:20rem;height:1.3rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6dQ3XPltEC2Q6XiUNu2ERqJAHmcfwz { width:20rem;height:1.95rem;top:27.022018432618rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n676diJQsTFIgfCADZW5m7xveSLHN7Fw { width:20rem;height:0.8rem;top:48.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buq6pJRDmFxw96n3sTQD5dpJAtOSRfZv { width:3.125rem;height:3.125rem;top:50.7375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN { background-color:transparent;background-image:url("https://images.assets-landingi.com/D5GzNYrk/Artboard_5_0_5x.png");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.adaptive-delivery-prevent-bg, #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.lazyload, #UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN.lazyloading { background-image: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { background-color: transparent; background-image: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container > .video-iframe-container { display: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row > .video-iframe-container { display: none; }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .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); }#UeUPC4WDuJn12NdJtRsWp2oGtLJdMpbN > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45dHfDubNcu6dl0Ts6frx4IMT2yPvbD { width:20rem;height:3.7rem;top:7.8617186546325rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #vHv2tIr5rr4eVxD8AdecITIoME9J8E54 { width:15.6875rem;height:2.875rem;top:19.875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0aS2KaMXokoTyDdRga05TBvk8VEtkuo { display:block; }
 }@media only screen and (max-width: 763px) { #XTcGhy9ScOpltLKbK7fuxG9bkfFDCbGz { width:20rem;height:5.5rem;top:13.125rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ka7eSATh9sTVp2UCmfmObDRfvOnATXuQ { top:52.978298187256rem;left:0rem;width:19.75rem;height:39.6875rem;z-index:100002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #454b54;border-left:0.125rem dotted #454b54;border-right:0.125rem dotted #454b54;border-bottom:0.125rem dotted #454b54;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbgWKGJ8rhRF4FkAdPXSzRlh1FVQOi9g { width:11.4375rem;height:4.3125rem;top:3.5492188930511rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdpEfxwJykG2TwtbRacTnT8TKbV07OAW { width:16.8125rem;height:2.55rem;top:23.6875rem;left:1.5937501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gAD7Hu5EZs34yDew09KBpvR49pc2Re { width:14.75rem;height:1rem;top:8.625rem;left:5.1874998807907rem;z-index:99960;display:block; }
 }@media only screen and (max-width: 763px) { #LcFopSX2xuV6v1mKlTuJi8bRkQgEKILf { width:7.5rem;height:1rem;top:10.311718940735rem;left:8.2812498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hkAZKFtX7uw2GN2Ogv8fwk7HmQG45V { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibbWIfZ2r4rMawr0TX0eP1G9VhrmFPPt { width:19.875rem;height:33.0625rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3fLvPHGkFu8aUPAykCqob6KRix0Zp3V { width:16.375rem;height:16.375rem;top:26.237501144409rem;left:1.8125001192093rem;z-index:99962;display:block; }
 }@media only screen and (max-width: 763px) { #QGX48pPvFL4QdLJ8Nzdam7paX4d6GNnA { width:14.125rem;height:8.1875rem;top:40.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkaslFbKWAzXuTS5sBBaCDEiL3FvO0H9 { width:12.5625rem;height:6.65rem;top:40.9375rem;left:3.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axauvXtNgeT0HgWtq1sIteqAK1Dc7dJV { width:12.1875rem;height:12.1875rem;top:55.300001144409rem;left:3.875rem;font-size:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e { background-color:transparent;background-image:url("https://images.assets-landingi.com/fi8qZBMI/llll.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.adaptive-delivery-prevent-bg, #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.lazyload, #tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e.lazyloading { background-image: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { background-color: transparent; background-image: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container > .video-iframe-container { display: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row > .video-iframe-container { display: none; }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .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); }#tatiVC2nLHJSeTeSMa2gu0l35ByXFd1e > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABHwNFw2t4wJt3QmF0vNGmRH55N14zT5 { width:19.5rem;height:7.35rem;top:7.4123268127444rem;left:0.25rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulCZ9gxe2ko1D9bgrFW4AWIAcCkUXp2q { width:20rem;height:5.4rem;top:1.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxVnpXBqUKNp8X0EdguUcyRkvJyNbUrh { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K0TkmswFokfUow2cHi12mCGTV2RPShXF { width:20rem;height:4.5rem;top:13.987501144409rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyHTyThvNxV114pPzJREiUs6kGrcy9T { width:9.5rem;height:0.5rem;top:19.112501144409rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU { background-color:transparent;background-image:url("https://images.assets-landingi.com/OheornPS/Artboard_4_copiar.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.adaptive-delivery-prevent-bg, #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.lazyload, #kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU.lazyloading { background-image: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { background-color: transparent; background-image: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container > .video-iframe-container { display: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row > .video-iframe-container { display: none; }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .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); }#kg2NESZM4gbJvZVCUJQZiZwpkVHoulzU > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmC5dkFqnS96hbkfUeTQPaaxXswyplZt { width:9.1875rem;height:11.1875rem;top:16.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJAT64NTJf5IC8Trg9vKGEwSPcSmNt6H { width:9.1875rem;height:11.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaki8GEikOULyKlZO3ZUw6iOTeR9xTP { width:7.8125rem;height:7.8125rem;top:15.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfhAPBKUBOK5WQSygAnEqBk7JQQlkKG { width:8.3125rem;height:8.375rem;top:15.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqxw1H1yIg5cqXNQHABsc44M28gXQ3IF { width:8rem;height:2.55rem;top:23.5625rem;left:0.5625rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i4nKQ0wdTJ5nL6pFhtPPVByz89FRlO9K { width:7.3125rem;height:2.85rem;top:23.5rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWwezqcDS4x2bPvQsyKtveQr5RDfTWC { width:9.1875rem;height:11.25rem;top:3.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxbfHaMNCbl49C1uVErVGb7GAUVR5KVA { width:7.375rem;height:7.375rem;top:1.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7is0St8o2m7GEzwGAhqyQT2MrgAZrX2 { width:7.5625rem;height:3.2rem;top:9.75rem;left:11.875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vh22HsIyRkuUTnKZS1GdxG02D3dkaWrd { width:9.1875rem;height:11.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIgrmGurU3F13LP0bWynvgGadq7BQp5M { width:8rem;height:8rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJvRD1Hooh2CeqVRq1x9J7t6aC0ylCB1 { width:7.6875rem;height:4rem;top:9.375rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rwVULTr93vVDkpw81Tli5vLeft8hSrnv { width:20rem;height:4.2rem;top:29rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe { display:block; }#EbeaNwV4On4AxRIW7eJbrH0WvqreWSPe > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXkkPT3KyDfxNXt432ufZiJSw2JVvq23 { width:20rem;height:16.269841269841rem;top:39.639841461182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPkdC6icaVDdZVIMtamryZCHsrDv8bT4 { width:20rem;height:15.6rem;top:18.089375019074rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSubxz9gbCkTwlqEN3y4JLNt5egPnRkB { width:20rem;height:4.2rem;top:11.103126525879rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k716yzFipT9i8QoP8i3JdDTLgfksemRn { width:18.8125rem;height:3.8rem;top:5.7287502288818rem;left:0.59312504529953rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ4yEurragph4iXc02akyUbECQ19Chv5 { width:20rem;height:3.4rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODAPhmNm3DVfp0MU7ByIgeNwnTPPxoTq { width:9.5rem;height:0.5rem;top:16.151875019074rem;left:5.2499997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJoTTTff3k6oeQK1XrDSliX7rvKQxvZf { width:12.125rem;height:0.6875rem;top:2rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO90cT67VDTKI47OLcbZ48dBlfX8DUzb { width:20rem;height:2.4rem;top:35.990621566772rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GPkZBVUFIulostI23E2v1exCP2i7zGtn { display:block; }#GPkZBVUFIulostI23E2v1exCP2i7zGtn > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmaOQUdhNovTrngVF8JxFUoIODPLOaZW { width:20rem;height:14.25rem;top:7.0867190361025rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OPkhJX1ZhUW6Ji5ALPc2uBnkoiBV6fOx { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIuOIcSWVaHwRkXXR7BqG5H4bpfKIdRp { width:20rem;height:7.6rem;top:27.84921836853rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i05yMr2Q0MVmGWTOGVSH1IJCZ6egLGXo { width:20rem;height:4.95rem;top:21.336719512939rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnBIJycUMKmnq8SpGicToxAlsf8Tn2FS { width:6.25rem;height:0.375rem;top:26.811719894409rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrHCEMEhT7LtC9sIhdXMcvpeiLfwbHK { width:17.625rem;height:16.875rem;top:32.499219894409rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9I6OQmQgPP9fs99goUVz15PBpqrSF3W { display:block; }#x9I6OQmQgPP9fs99goUVz15PBpqrSF3W > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzpn6PTlxZVblGpJmlwJ0MxSEo9TGtia { width:20rem;height:14.25rem;top:22.250000238419rem;left:0rem;font-size:0.8125rem;line-height:1.2;z-index:99965;display:block; }
 }@media only screen and (max-width: 763px) { #wxexAS82yWl90wT0NpiGFCURDwFsZHiw { width:20rem;height:9rem;top:12.124217510223rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNwkBTgWP7i8yJ3yKINhooJTfJ4cm8Gc { width:20rem;height:9.125rem;top:1.3203139305115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPqUTL7JlgZ7zdGC1pFW5qqQ3McCOqvJ { width:18.6875rem;height:7.2rem;top:2.2820301055908rem;left:0.65625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UGvV7g19JMQZPIIuidtZ18CI027JeQKv { width:9.375rem;height:0.4375rem;top:0.55859375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKfadXiHDBGByAqPSH0d3aBZHpZVpH3m { width:20rem;height:0.75rem;top:18.562500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lUs66PC5ZyHMxNeca3hGWUteHe6Wu2 { width:15.375rem;height:15.3125rem;top:35.625000953674rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 { display:block; }#LoHa50khXJ6geeb0NzxGbJilTBt6bDt9 > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUA0ZxD7xWaxRItRBPVWqf2ep1cHH70p { width:20rem;height:5.4rem;top:1.3142395019531rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fxyW27tKxMHXzHddpE9UWPfq2xTdBwCd { width:19.9375rem;height:21rem;top:21.741424560547rem;left:0.15546870231628rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B4hQqbTSpBnOLczhmC9Rol35DTcRQVRr { width:20rem;height:16.0955rem;top:6.5937502384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoPEdQd33n1DhPSK8gVrMM21ZHt9WsIo { width:6.625rem;height:0.75rem;top:4.3037624359131rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTqMWbFpkuxq8NcE86vTX7pcyZaxTaW { width:20rem;height:4.5rem;top:44.153907775879rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HCwcLMogaNGBzmy62oRDkLBUoTeMuHLZ { width:9.375rem;height:0.125rem;top:0.62499952316284rem;left:5.3124997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPeyc8wtOwt7qTntzKZ45eSB7ewfWmT { width:6.25rem;height:0.375rem;top:49.340625762939rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfL7KPTZ9Q122nqq3TybN8dhIFBi1551 { width:19rem;height:3.8125rem;top:50.340627670288rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFQJgFCSEBLcmxbmgGQsQiEoQNR6CqZJ { display:block; }
 }@media only screen and (max-width: 763px) { #VKXJGDtRxolOG27nkL9ihMgPHVC00E6J { display:block; }#VKXJGDtRxolOG27nkL9ihMgPHVC00E6J > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZo0iAvEgNPh8BrNg119XphnS3xeLhTn { width:16.375rem;height:2.6rem;top:4.375rem;left:1.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXe86f7xHTXE6Oz6mfaIeEBdlXlaXVT { width:6.25rem;height:2.5rem;top:0.875rem;left:6.8749998807906rem;display:block; }
 }