.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:48.1875rem;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:2.6rem;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:52.5625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:30.1875rem;left:11rem;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:18.718751907349rem;height:2.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rtx1wtrQgTdGb3WsJ1qTUzpi9oGrK0a3 { color:#727272;display:block;width:37.375rem;position:absolute;font-family:proxima-nova;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:43.9375rem;left:16.88125038147rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wT0rRva4SICk9sx6PMA5loCsK9Wh6KVL { 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:100018;top:44.950000762939rem;left:34.00625038147rem;display:block; }
#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA { 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; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.adaptive-delivery-prevent-bg, #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.lazyload, #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.lazyloading { background-image: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { background-color: transparent; background-image: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container > .video-iframe-container { display: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .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); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row > .video-iframe-container { display: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .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); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { border-width: 0; border-radius: 0; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#svWCz0wTq5KaJtM6ekcUoydwQz40P1kt { 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; }
#d0u0R7WJMURmwNs7d4tehrKkLyLqx4Sq { 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; }
#aONvKMC60iErXbG9lP7oGHi2zhJDzoy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qn7eMosAwfcBGtWInQvHkc0GSmruf1Hg { 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; }
#ZPFRgsG5yQvJwkvaTsPM0tquqkWdan6F { 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; }
#N18lWMDxSDgqOrEry37spEu8KCznoew5 { 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; }
#aDsFheMc6MCSnTtsWmE59q9azPs9SKfe { 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; }
#fqXliqDqoZLzOELcOVHtrotANHA7EeVm { 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; }
#GETNE4DQ2AoMseQrAVqFp93lMUe5kMrr { 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; }
#iupqqcTLJJNsxrxGkGtbTwBP62CILE0a { 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; }
#E0IUt6wLERXlBOCAwn4b4QZ2TNoTa8RN { 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; }
#w6ZOVbPlPqMJQTiVLqheMvshrSn22PKL { 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; }
#KSc05EPUdWDWfTsAW147uVHLcOQ65UN2 { 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; }
#QgiQi6wZRnz1yGry6wbRWt2MK1loKZtf { 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; }
#fdJPT2EeDn13nOzLcAQab7pu5oCT9rrc { 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; }
#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y { 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; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.adaptive-delivery-prevent-bg, #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.lazyload, #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.lazyloading { background-image: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { background-color: transparent; background-image: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container > .video-iframe-container { display: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row > .video-iframe-container { display: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .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); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { border-width: 0; border-radius: 0; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#fsiPH8O6wreddFrZBnbKCk8cS813Fw9s { 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; }
#vB6XEe2mTto8rcoTf8WqkpCbRiiWWkek { 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; }
#TGUSkrcwtmonD5B6LRNCp3SlRXpnM9Mt { 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; }
#qOcxOKIeTCfWuq4lORWE02XUsIxKPS56 { 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; }
#C4C2pZM3GOhD5LezzSbX88LGu7QrC7AS { 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; }
#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 { 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; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.adaptive-delivery-prevent-bg, #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.lazyload, #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.lazyloading { background-image: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { background-color: transparent; background-image: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.38); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container > .video-iframe-container { display: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .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); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row > .video-iframe-container { display: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .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); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { border-width: 0; border-radius: 0; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#FMUaVvtfZsQt54r8FKFofr7HhdUZnry0 { 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; }
#gK9py7cTwT3s9kqQ0Pr6d8hUAx2yflNR { 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; }
#Hs1qs5NTgRrO8mfTphPOKN5RoKcZyttw { 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; }
#LnRiG0IxU1WP33EMvpgU6tR0mehpMpLc { 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; }
#hdnriZBoEQmfwAEw1sz9crOGh812uZXD { 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; }
#TmqXoHLPsWFm2RxcxHlzeUpBWyUniZle { 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; }
#i2agmKRdg4IaPeozOb32vzdViPE07n9R { 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; }
#MMH4geouKLI3uSSR9zG2SUIJ76FPwvTT { 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; }
#eL3XWVHaF01D83wXqpMqm84GkmVWc0E9 { 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; }
#BncI7QnQxxTQXE2uyy5NrpK8dfI12kKh { 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; }
#QyNz9RZ9hRMPZ2ZTT6hQS9trDSwNwEuT { 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; }
#KgRN5wNKRyxnECRVEFmSrAsBa3uCrOdi { 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; }
#w41TemXzspgmIkbKXU1cw2h5nWwA2dZf { 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; }
#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T { position:relative;display:block; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T { background-color: transparent; background-image: none; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.37); }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container > .video-iframe-container { display: none; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row > .video-iframe-container { display: none; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .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); }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T { border-width: 0; border-radius: 0; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .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; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container.adaptive-delivery-prevent-bg, #GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container.lazyload, #GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container.lazyloading { background-image: none; }#rQcKKAIQbiyiTcUgm0knG6p0aUd6PzDJ { 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; }
#qC6Nk6pFZCeKC2dZGoCfUeA9oPirHEXC { 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; }
#WVLJr1cVwDLtWMTr8SQT2WeO8csJOVXe { 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; }
#cWAVUqKiJnnUagcqWVPmA7UmNdIk7szN { 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; }
#aU4gOHKZZXTKOrMRF8yAsTN90MTBC44A { 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; }
#Th7KFcwTXuPQmJsaXw7qcaXqD3J9eXhR { 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; }
#gHK3dBJ9tQqSLK7FUs4HpnZrigz9Svit { 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; }
#B5G8M91eaMt0fTaVF7Pl7Q6ROAOsRV0W { 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; }
#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L { 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; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L.adaptive-delivery-prevent-bg, #IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L.lazyload, #IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L.lazyloading { background-image: none; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container { background-color: transparent; background-image: none; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76,150,158,0.71); }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container > .video-iframe-container { display: none; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .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); }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row > .video-iframe-container { display: none; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .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); }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container { border-width: 0; border-radius: 0; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#Dq2IUQTJSEJTAOqMSpbhagEzCpTXq0Vi { 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; }
#tKxZBCXCTgEoqDsyZAcllNBmWvxTShLq { 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; }
#TP27HHcOHkq3dKzswl9L81txSVkmtqmb { 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; }
#kgSflBkkgcZNm7imKmuWJv4DctKZgZpc { 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; }
#HBk3DebVIOBucBI1uzcAFDSxRwGDyG7p { 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; }
#q2Ht44VVmiT46P7LsigukbE91sV3uF2e { 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; }
#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container { background-color: transparent; background-image: none; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container > .video-iframe-container { display: none; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row > .video-iframe-container { display: none; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .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); }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container { border-width: 0; border-radius: 0; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#XfrvsUFttFGE17vBrT5PNi00VElJ7omO { 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; }
#zcUSWcQewKgo8Ew1eUeKQ5sXBW6chZTf { 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; }
#NWtSStM8rENMFWTLb5UR36Lf5zd33sGW { 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; }
#BZL3alLQ7NWpbXSxF1BoqhrmGT7Rro6K { 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; }
#E9Tg7PJKv3vnlOoStLoyw37kfs2Ix70P { 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; }
#f8HZZxqPs7IfHnIbLi2mitB61AcHuONG { 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; }
#wGxguE49ryB8ecXkyIVCrmiSpZesmaQk { 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; }
#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e { 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; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e.adaptive-delivery-prevent-bg, #uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e.lazyload, #uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e.lazyloading { background-image: none; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container { background-color: transparent; background-image: none; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.94); }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container > .video-iframe-container { display: none; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .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); }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row > .video-iframe-container { display: none; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .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); }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container { border-width: 0; border-radius: 0; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#yTcRTw81RHdQXT4pM8xGZ2VrrlkTlVu9 { 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; }
#iR2IknZyVVIfi7Il73tRwgP75Mm8b8IS { 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; }
#VNI4Rtuyy6lFwhfbcTTnRsd6NgZJDEWg { 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; }
#PVLPtN2k7kqXStiIsUhmlrQDJ05CHG2K { 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; }
#apJb77VuBiSJc4OJ1xTnBpTHpTSTZwPD { 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; }
#bZzpvwaTBAu0UQxs3BD7HDLkhtrvXNMc { 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; }
#woELlmppkIwm41iPaDeKkKSOtCyVkLiy { 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; }
#KRcxCw5SnxMDZFKntdeOb8e8d9rvJNSO { 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; }
#wrb6w4lHxzmwVircTmkRcZTzPZTuvLEZ { 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:8.6875rem;top:30.1875rem;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:5.0937519073486rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtx1wtrQgTdGb3WsJ1qTUzpi9oGrK0a3 { width:37.375rem;height:1.6875rem;top:43.9375rem;left:3.2562503814698rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0rRva4SICk9sx6PMA5loCsK9Wh6KVL { width:3.125rem;height:3.125rem;top:44.9375rem;left:20.38125038147rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA { display:block; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svWCz0wTq5KaJtM6ekcUoydwQz40P1kt { top:11.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0u0R7WJMURmwNs7d4tehrKkLyLqx4Sq { width:22.5rem;height:3.875rem;top:26.75rem;left:10.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aONvKMC60iErXbG9lP7oGHi2zhJDzoy9 { display:block; }
 }@media only screen and (max-width: 763px) { #Qn7eMosAwfcBGtWInQvHkc0GSmruf1Hg { width:37.125rem;height:7.375rem;top:19.375rem;left:3.6562519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPFRgsG5yQvJwkvaTsPM0tquqkWdan6F { width:;height:;top:45.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N18lWMDxSDgqOrEry37spEu8KCznoew5 { top:3.3125rem;left:13.468751907349rem;width:20.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsFheMc6MCSnTtsWmE59q9azPs9SKfe { 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) { #fqXliqDqoZLzOELcOVHtrotANHA7EeVm { width:10.3125rem;height:1rem;top:13.3125rem;left:12.88046836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #GETNE4DQ2AoMseQrAVqFp93lMUe5kMrr { width:15.25rem;height:1rem;top:13.4375rem;left:26.631254196167rem;display:block; }
 }@media only screen and (max-width: 763px) { #iupqqcTLJJNsxrxGkGtbTwBP62CILE0a { width:26.5625rem;height:15.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0IUt6wLERXlBOCAwn4b4QZ2TNoTa8RN { width:21.6875rem;height:33.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZOVbPlPqMJQTiVLqheMvshrSn22PKL { width:16.25rem;height:16.25rem;top:10.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSc05EPUdWDWfTsAW147uVHLcOQ65UN2 { width:14.125rem;height:10.1875rem;top:23.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgiQi6wZRnz1yGry6wbRWt2MK1loKZtf { 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) { #fdJPT2EeDn13nOzLcAQab7pu5oCT9rrc { 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) { #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y { display:block; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsiPH8O6wreddFrZBnbKCk8cS813Fw9s { 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) { #vB6XEe2mTto8rcoTf8WqkpCbRiiWWkek { width:40.75rem;height:5.5625rem;top:3.0625rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUSkrcwtmonD5B6LRNCp3SlRXpnM9Mt { width:34.5rem;height:1.6875rem;top:22.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcxOKIeTCfWuq4lORWE02XUsIxKPS56 { 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) { #C4C2pZM3GOhD5LezzSbX88LGu7QrC7AS { width:9.5rem;height:0.5rem;top:21.625rem;left:33.246877670288rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 { display:block; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMUaVvtfZsQt54r8FKFofr7HhdUZnry0 { width:14.5rem;height:15.25rem;top:9.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK9py7cTwT3s9kqQ0Pr6d8hUAx2yflNR { width:14.5rem;height:15.25rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs1qs5NTgRrO8mfTphPOKN5RoKcZyttw { width:14.375rem;height:14.3125rem;top:5.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnRiG0IxU1WP33EMvpgU6tR0mehpMpLc { width:14.375rem;height:14.4375rem;top:5.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnriZBoEQmfwAEw1sz9crOGh812uZXD { 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) { #TmqXoHLPsWFm2RxcxHlzeUpBWyUniZle { 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) { #i2agmKRdg4IaPeozOb32vzdViPE07n9R { width:14.5rem;height:15.25rem;top:9.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMH4geouKLI3uSSR9zG2SUIJ76FPwvTT { width:14.375rem;height:14.375rem;top:4.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3XWVHaF01D83wXqpMqm84GkmVWc0E9 { 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) { #BncI7QnQxxTQXE2uyy5NrpK8dfI12kKh { width:14.5rem;height:15.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNz9RZ9hRMPZ2ZTT6hQS9trDSwNwEuT { width:14.375rem;height:14.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRN5wNKRyxnECRVEFmSrAsBa3uCrOdi { width:13.125rem;height:5.1875rem;top:18.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w41TemXzspgmIkbKXU1cw2h5nWwA2dZf { width:47.75rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T { display:block; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcKKAIQbiyiTcUgm0knG6p0aUd6PzDJ { width:31.5rem;height:25.625rem;top:17.625rem;left:5.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6Nk6pFZCeKC2dZGoCfUeA9oPirHEXC { width:47.75rem;height:9.25rem;top:47.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLJr1cVwDLtWMTr8SQT2WeO8csJOVXe { 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) { #cWAVUqKiJnnUagcqWVPmA7UmNdIk7szN { width:47.1875rem;height:4.625rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4gOHKZZXTKOrMRF8yAsTN90MTBC44A { width:47.75rem;height:2.75rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7KFcwTXuPQmJsaXw7qcaXqD3J9eXhR { width:9.5rem;height:0.5rem;top:15.3125rem;left:19.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHK3dBJ9tQqSLK7FUs4HpnZrigz9Svit { width:39.5rem;height:0.75rem;top:2.9375rem;left:7.9367198944094rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5G8M91eaMt0fTaVF7Pl7Q6ROAOsRV0W { width:47.75rem;height:2.0625rem;top:44.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L { display:block; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq2IUQTJSEJTAOqMSpbhagEzCpTXq0Vi { width:35.8125rem;height:18.8125rem;top:21.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKxZBCXCTgEoqDsyZAcllNBmWvxTShLq { width:47.75rem;height:4.375rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP27HHcOHkq3dKzswl9L81txSVkmtqmb { width:35.8125rem;height:8.6875rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSflBkkgcZNm7imKmuWJv4DctKZgZpc { width:32.0625rem;height:6rem;top:15.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBk3DebVIOBucBI1uzcAFDSxRwGDyG7p { width:20.3125rem;height:0.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Ht44VVmiT46P7LsigukbE91sV3uF2e { width:34.4375rem;height:32.875rem;top:8.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 { display:block; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfrvsUFttFGE17vBrT5PNi00VElJ7omO { width:34.9375rem;height:15.9375rem;top:11rem;left:12.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcUSWcQewKgo8Ew1eUeKQ5sXBW6chZTf { width:47.75rem;height:6.5625rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWtSStM8rENMFWTLb5UR36Lf5zd33sGW { width:47.75rem;height:9.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZL3alLQ7NWpbXSxF1BoqhrmGT7Rro6K { width:47.75rem;height:5.5rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Tg7PJKv3vnlOoStLoyw37kfs2Ix70P { width:9.375rem;height:0.5625rem;top:31.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HZZxqPs7IfHnIbLi2mitB61AcHuONG { width:28.3125rem;height:0.75rem;top:4.625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxguE49ryB8ecXkyIVCrmiSpZesmaQk { width:28.25rem;height:28.1875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e { display:block; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTcRTw81RHdQXT4pM8xGZ2VrrlkTlVu9 { 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) { #iR2IknZyVVIfi7Il73tRwgP75Mm8b8IS { 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) { #VNI4Rtuyy6lFwhfbcTTnRsd6NgZJDEWg { width:36.5rem;height:29.375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLPtN2k7kqXStiIsUhmlrQDJ05CHG2K { width:23.375rem;height:0.75rem;top:8.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apJb77VuBiSJc4OJ1xTnBpTHpTSTZwPD { width:47.75rem;height:3.6875rem;top:37.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzpvwaTBAu0UQxs3BD7HDLkhtrvXNMc { width:9.375rem;height:0.4375rem;top:3rem;left:25.029829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #woELlmppkIwm41iPaDeKkKSOtCyVkLiy { width:20.3125rem;height:0.375rem;top:42.4375rem;left:13.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRcxCw5SnxMDZFKntdeOb8e8d9rvJNSO { width:27.8125rem;height:3.8125rem;top:43.9375rem;left:9.9687519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrb6w4lHxzmwVircTmkRcZTzPZTuvLEZ { 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:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTCaR3l5h0tgn0nbwlXIJOic43IzdKTm { width:20rem;height:7.8rem;top:11.9375rem;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:2.25rem;left:6.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyaNqT6biM9Kt4WuqXGbBCFB5NQaU71 { width:20rem;height:24rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLwGt4GhngaiVsJ9d2kT7uDaHtAXpcy { width:20rem;height:14.4rem;top:28.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwFG4bFroUvGuT8EeUkfzhTuXQzpe9kP { width:20rem;height:1.3rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6dQ3XPltEC2Q6XiUNu2ERqJAHmcfwz { width:20rem;height:3.9rem;top:24rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtx1wtrQgTdGb3WsJ1qTUzpi9oGrK0a3 { width:20rem;height:0.8rem;top:1.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0rRva4SICk9sx6PMA5loCsK9Wh6KVL { width:3.125rem;height:3.125rem;top:46rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA { 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; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.adaptive-delivery-prevent-bg, #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.lazyload, #HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA.lazyloading { background-image: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { background-color: transparent; background-image: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container > .video-iframe-container { display: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .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); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row > .video-iframe-container { display: none; }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .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); }#HlsI8fQHdCp8OmgqOAdK277uKaoLpOHA > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svWCz0wTq5KaJtM6ekcUoydwQz40P1kt { 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) { #d0u0R7WJMURmwNs7d4tehrKkLyLqx4Sq { 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) { #aONvKMC60iErXbG9lP7oGHi2zhJDzoy9 { display:block; }
 }@media only screen and (max-width: 763px) { #Qn7eMosAwfcBGtWInQvHkc0GSmruf1Hg { 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) { #ZPFRgsG5yQvJwkvaTsPM0tquqkWdan6F { 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) { #N18lWMDxSDgqOrEry37spEu8KCznoew5 { width:11.4375rem;height:4.3125rem;top:3.5492188930511rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsFheMc6MCSnTtsWmE59q9azPs9SKfe { 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) { #fqXliqDqoZLzOELcOVHtrotANHA7EeVm { width:14.75rem;height:1rem;top:8.625rem;left:5.1874998807907rem;z-index:99960;display:block; }
 }@media only screen and (max-width: 763px) { #GETNE4DQ2AoMseQrAVqFp93lMUe5kMrr { width:7.5rem;height:1rem;top:10.311718940735rem;left:8.2812498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iupqqcTLJJNsxrxGkGtbTwBP62CILE0a { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0IUt6wLERXlBOCAwn4b4QZ2TNoTa8RN { width:19.875rem;height:33.0625rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6ZOVbPlPqMJQTiVLqheMvshrSn22PKL { width:16.375rem;height:16.375rem;top:26.237501144409rem;left:1.8125001192093rem;z-index:99962;display:block; }
 }@media only screen and (max-width: 763px) { #KSc05EPUdWDWfTsAW147uVHLcOQ65UN2 { width:14.125rem;height:8.1875rem;top:40.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgiQi6wZRnz1yGry6wbRWt2MK1loKZtf { 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) { #fdJPT2EeDn13nOzLcAQab7pu5oCT9rrc { 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) { #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y { 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; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.adaptive-delivery-prevent-bg, #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.lazyload, #RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y.lazyloading { background-image: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { background-color: transparent; background-image: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container > .video-iframe-container { display: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .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); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row > .video-iframe-container { display: none; }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .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); }#RH81UkM8OH7kbbEk6KrqveGVT5e88Z8y > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsiPH8O6wreddFrZBnbKCk8cS813Fw9s { 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) { #vB6XEe2mTto8rcoTf8WqkpCbRiiWWkek { 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) { #TGUSkrcwtmonD5B6LRNCp3SlRXpnM9Mt { 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) { #qOcxOKIeTCfWuq4lORWE02XUsIxKPS56 { width:20rem;height:4.5rem;top:13.987501144409rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4C2pZM3GOhD5LezzSbX88LGu7QrC7AS { width:9.5rem;height:0.5rem;top:19.112501144409rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 { 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; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.adaptive-delivery-prevent-bg, #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.lazyload, #w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08.lazyloading { background-image: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { background-color: transparent; background-image: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container > .video-iframe-container { display: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .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); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row > .video-iframe-container { display: none; }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .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); }#w4ZLSKfUdIJFtymXUtPtfI7yBOylqu08 > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMUaVvtfZsQt54r8FKFofr7HhdUZnry0 { width:9.1875rem;height:11.1875rem;top:16.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK9py7cTwT3s9kqQ0Pr6d8hUAx2yflNR { width:9.1875rem;height:11.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs1qs5NTgRrO8mfTphPOKN5RoKcZyttw { width:7.8125rem;height:7.8125rem;top:15.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnRiG0IxU1WP33EMvpgU6tR0mehpMpLc { width:8.3125rem;height:8.375rem;top:15.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnriZBoEQmfwAEw1sz9crOGh812uZXD { 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) { #TmqXoHLPsWFm2RxcxHlzeUpBWyUniZle { 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) { #i2agmKRdg4IaPeozOb32vzdViPE07n9R { width:9.1875rem;height:11.25rem;top:3.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMH4geouKLI3uSSR9zG2SUIJ76FPwvTT { width:7.375rem;height:7.375rem;top:1.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3XWVHaF01D83wXqpMqm84GkmVWc0E9 { 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) { #BncI7QnQxxTQXE2uyy5NrpK8dfI12kKh { width:9.1875rem;height:11.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNz9RZ9hRMPZ2ZTT6hQS9trDSwNwEuT { width:8rem;height:8rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRN5wNKRyxnECRVEFmSrAsBa3uCrOdi { 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) { #w41TemXzspgmIkbKXU1cw2h5nWwA2dZf { 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) { #GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T { display:block; }#GyHVquRgPzQFsmMXLzH6Sli1KIwHt89T > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcKKAIQbiyiTcUgm0knG6p0aUd6PzDJ { width:20rem;height:16.269841269841rem;top:39.639841461182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6Nk6pFZCeKC2dZGoCfUeA9oPirHEXC { 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) { #WVLJr1cVwDLtWMTr8SQT2WeO8csJOVXe { width:20rem;height:4.2rem;top:11.103126525879rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWAVUqKiJnnUagcqWVPmA7UmNdIk7szN { 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) { #aU4gOHKZZXTKOrMRF8yAsTN90MTBC44A { 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) { #Th7KFcwTXuPQmJsaXw7qcaXqD3J9eXhR { width:9.5rem;height:0.5rem;top:16.151875019074rem;left:5.2499997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHK3dBJ9tQqSLK7FUs4HpnZrigz9Svit { width:12.125rem;height:0.6875rem;top:2rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5G8M91eaMt0fTaVF7Pl7Q6ROAOsRV0W { 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) { #IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L { display:block; }#IREE6JAd2WXhqeqTHsDn7TaV2qCkgs1L > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq2IUQTJSEJTAOqMSpbhagEzCpTXq0Vi { 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) { #tKxZBCXCTgEoqDsyZAcllNBmWvxTShLq { 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) { #TP27HHcOHkq3dKzswl9L81txSVkmtqmb { 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) { #kgSflBkkgcZNm7imKmuWJv4DctKZgZpc { width:20rem;height:4.95rem;top:21.336719512939rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBk3DebVIOBucBI1uzcAFDSxRwGDyG7p { width:6.25rem;height:0.375rem;top:26.811719894409rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Ht44VVmiT46P7LsigukbE91sV3uF2e { width:17.625rem;height:16.875rem;top:32.499219894409rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 { display:block; }#UqBgteTOWca8QxZnsRs8Ix43Uzn99oi2 > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfrvsUFttFGE17vBrT5PNi00VElJ7omO { 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) { #zcUSWcQewKgo8Ew1eUeKQ5sXBW6chZTf { width:20rem;height:9rem;top:12.124217510223rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWtSStM8rENMFWTLb5UR36Lf5zd33sGW { width:20rem;height:9.125rem;top:1.3203139305115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZL3alLQ7NWpbXSxF1BoqhrmGT7Rro6K { 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) { #E9Tg7PJKv3vnlOoStLoyw37kfs2Ix70P { width:9.375rem;height:0.4375rem;top:0.55859375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HZZxqPs7IfHnIbLi2mitB61AcHuONG { width:20rem;height:0.75rem;top:18.562500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxguE49ryB8ecXkyIVCrmiSpZesmaQk { width:15.375rem;height:15.3125rem;top:35.625000953674rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e { display:block; }#uLJwW9kQ2WozWMSqIpmc0tWM2UKUuh7e > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTcRTw81RHdQXT4pM8xGZ2VrrlkTlVu9 { 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) { #iR2IknZyVVIfi7Il73tRwgP75Mm8b8IS { 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) { #VNI4Rtuyy6lFwhfbcTTnRsd6NgZJDEWg { width:20rem;height:16.0955rem;top:6.5937502384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLPtN2k7kqXStiIsUhmlrQDJ05CHG2K { width:6.625rem;height:0.75rem;top:4.3037624359131rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #apJb77VuBiSJc4OJ1xTnBpTHpTSTZwPD { 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) { #bZzpvwaTBAu0UQxs3BD7HDLkhtrvXNMc { width:9.375rem;height:0.125rem;top:0.62499952316284rem;left:5.3124997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #woELlmppkIwm41iPaDeKkKSOtCyVkLiy { width:6.25rem;height:0.375rem;top:49.340625762939rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRcxCw5SnxMDZFKntdeOb8e8d9rvJNSO { width:19rem;height:3.8125rem;top:50.340627670288rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrb6w4lHxzmwVircTmkRcZTzPZTuvLEZ { 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; }
 }