.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#132035;background-image:none;position:relative;top:0rem;left:0rem;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); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #040c19, #091321);background-image: -moz-linear-gradient(180deg, #040c19, #091321);background-image: -ms-linear-gradient(180deg, #040c19, #091321);background-image: -o-linear-gradient(180deg, #040c19, #091321);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c19', endColorstr='#091321' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c19', endColorstr='#091321' );";background-image: linear-gradient(180deg, #040c19, #091321);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { background-color: transparent; background-image: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container > .video-iframe-container { display: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container { display: none; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .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); }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { border-width: 0; border-radius: 0; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.9375rem;top:0rem;left:2.5263671875rem;overflow:hidden;display:block; }
#IMixCP353f2Uschb9olqkGyqIqdm7lsk { color:#c1a575;display:block;width:34.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15031;line-height:1.1;letter-spacing:0;top:2.193359375rem;left:15.28125rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#132035;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.78125rem;left:54.47265625rem;display:block; }
#cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { position:absolute;display:block;z-index:15048;height:1.75rem;width:3.125rem;top:0rem;left:0rem;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:#030327;background-image:url("https://images.assets-landingi.com/uc/c0d911bd-2106-4d06-99f0-7de0ae58744f/cdnlugc.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:75rem;height:52.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.4375rem;color:#304c27;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d0e0ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#304c27;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d4c12b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#304c27;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.7;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.875rem;left:38.375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.875rem;left:45.875rem;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:16rem;left:0.375rem;height:4.3984375rem;font-style:normal;display:block; }
#Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { color:#fdfbff;display:block;width:45.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:22.625rem;left:0.375rem;height:2.0625rem;font-style:normal;display:block; }
#dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { color:#fdfbff;display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:25.9375rem;left:0.375rem;height:3.1484375rem;font-style:normal;display:block; }
#plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { color:#fdfbff;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:35.75rem;left:3.5rem;height:1.2744125rem;font-style:normal;display:block; }
#uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { color:#fdfbff;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:31.3125rem;left:3.75rem;height:1.2744125rem;font-style:normal;display:block; }
#bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { color:#fdfbff;display:block;width:26.5605625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:32.7490234375rem;left:3.75rem;height:0.9746125rem;font-style:italic;display:block; }
#zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56171875rem;width:3.1875rem;top:35.125rem;left:0.375rem;overflow:hidden;display:block; }
#OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.49960625rem;width:3.06210625rem;top:30.6875rem;left:0.375rem;overflow:hidden;display:block; }
#KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:20.3125rem;top:7.375rem;left:0.375rem;overflow:hidden;display:block; }
#vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:14.125rem;left:48.375rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #192841, #0c1928);background-image: -moz-linear-gradient(180deg, #192841, #0c1928);background-image: -ms-linear-gradient(180deg, #192841, #0c1928);background-image: -o-linear-gradient(180deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(180deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.8125rem;width:34.6875rem;top:10.125rem;left:40.3125rem;display:block; }
#wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.25rem;top:43.2490234375rem;left:9.84375rem;overflow:hidden;display:block; }
#s1P316XbhtTPu91TwN4TiulWTk9E40Pc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#132035;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:45.875rem;left:25.3125rem;display:block; }
#tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEm6vIHQpRtmJpii3Ps84uuFnwdRAwR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:46.5625rem;left:47.310546875rem; }
#fJhNeN9cGPTwP2Fa5vELXZqfUJqEf2d6 { position:absolute;display:block;z-index:15048;height:13.8125rem;width:29.5rem;top:18.8359375rem;left:42.90625rem;display:block; }
#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.adaptive-delivery-prevent-bg, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyload, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyloading { background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { background-color: transparent; background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .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); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { border-width: 0; border-radius: 0; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#0e0e0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:40.25rem;left:47.15625rem;display:block; }
#Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { color:#c1a575;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.0361328125rem;left:3.2490234375rem;height:7.287625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:mohave;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:40.4375rem;left:6.0625rem;height:2.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { color:#132035;display:block;width:37.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:15.52734375rem;left:3.2490234375rem;height:14.29780625rem;font-style:normal;display:block; }
#HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.8125rem;width:24.125rem;top:6.75rem;left:47rem;display:block; }
#xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:24.125rem;top:6.75rem;left:47rem;display:block; }
#yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { color:#132035;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:7.8125rem;left:47rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { color:#ffffff;display:block;width:21.4991875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.1;letter-spacing:0;top:13.4375rem;left:48.5rem;height:18.6875rem;font-style:normal;display:block; }
#aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:40.25rem;left:2.625rem;overflow:hidden;display:block; }
#gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:40.71875rem;left:67.998046875rem; }
#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#132035;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { background-color: transparent; background-image: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container > .video-iframe-container { display: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container { display: none; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .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); }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { border-width: 0; border-radius: 0; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { font-size:0.875rem;font-family:arial;height:154.9375rem;width:75rem;position:relative;display:block; }#HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { color:#c1a575;display:block;width:53.1855625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.7275390625rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3UUIu5iAWW7tempwixguW2m7yDTAEGX { color:#ffffff;display:block;width:38.499rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:14.1103515625rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { color:#c7a877;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.333316802979rem;left:18.248960494995rem;height:0;font-style:normal;display:none; }
#UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12rem;width:12rem;top:19.443744659424rem;left:3.9427089691162rem;overflow:hidden;display:none; }
#OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { color:#ffffff;display:block;width:52.0616875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:23.271869659424rem;left:18.248960494995rem;height:0;font-style:normal;display:none; }
#hDRt2qSUccTKT9oo7MVEyWoextcutcCS { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12rem;width:12rem;top:20.375rem;left:38.875rem;overflow:hidden;display:block; }
#GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { color:#c7a877;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.375rem;left:52.310546875rem;height:1.8681625rem;font-style:normal;display:block; }
#dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:22.2421875rem;left:52.3125rem;height:12.42775rem;font-style:normal;display:block; }
#NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:44.552734375rem;left:0rem;overflow:hidden;display:block; }
#IhSVCB4u3rrrgvBOT22PmconAcw78nHA { color:#c7a877;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:44.552734375rem;left:12.75rem;height:1.8681625rem;font-style:normal;display:block; }
#xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:46.419921875rem;left:12.75rem;height:17.9511875rem;font-style:normal;display:block; }
#dTd9uRvZliuknphofoeTTmPuKRMl1pCe { position:absolute;display:block;z-index:15047;background-color:#c7a877;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.249609375rem;width:12.4991875rem;top:21.384357452392rem;left:37.473958969116rem;display:none; }
#mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:46.419921875rem;left:52.3125rem;height:16.5703125rem;font-style:normal;display:block; }
#rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { color:#c7a877;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:44.552734375rem;left:52.310546875rem;height:1.8681625rem;font-style:normal;display:block; }
#plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { position:absolute;display:block;z-index:15052;background-color:#c7a877;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.25rem;width:75rem;top:16.9375rem;left:0rem;display:block; }
#Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12rem;width:12rem;top:44.552734375rem;left:38.375rem;overflow:hidden;display:block; }
#rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:79.1171875rem;left:12.75rem;height:11.046875rem;font-style:normal;display:block; }
#gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { color:#c7a877;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:77.25rem;left:12.6875rem;height:1.8681625rem;font-style:normal;display:block; }
#rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:77.25rem;left:0rem;overflow:hidden;display:block; }
#wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:79.1171875rem;left:52.125rem;height:17.9511875rem;font-style:normal;display:block; }
#iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { color:#c7a877;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:77.25rem;left:52.25rem;height:1.8681625rem;font-style:normal;display:block; }
#vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:77.25rem;left:38.4375rem;overflow:hidden;display:block; }
#QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:136.373125rem;top:153.6845703125rem;left:-29.66015625rem;overflow:hidden;display:block; }
#ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { position:absolute;display:block;z-index:15004;background-color:#182943;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:75rem;top:43.1865234375rem;left:0rem;display:block; }
#albtTTs83io7DGsipLR3X51lbvoteP6U { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:20.375rem;left:0.0625rem;overflow:hidden;display:block; }
#f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { color:#c7a877;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.375rem;left:12.75rem;height:1.8681625rem;font-style:normal;display:block; }
#eyuNiRl782fviwusooKKBz6iieWahHIX { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:22.2421875rem;left:12.75rem;height:16.5703125rem;font-style:normal;display:block; }
#gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:102.6875rem;left:0.3125rem;overflow:hidden;display:block; }
#t1CKTxx3TtclT27qW9v3FimZeTGTaFww { position:absolute;display:block;z-index:15011;background-color:#182943;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:75rem;top:101.0625rem;left:0rem;display:block; }
#ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { color:#c7a877;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:102.6875rem;left:12.75rem;height:1.8681625rem;font-style:normal;display:block; }
#IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:105.078125rem;left:12.75rem;height:6.9043125rem;font-style:normal;display:block; }
#eQc3KhMF2bMih2NIE7BROV0GcFqGEIRn { color:#ffffff;display:block;width:63.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVzhOB2XCubVWgzeOlMocoITBinXdqoo { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:104.5546875rem;left:50.875rem;height:12.42775rem;font-style:normal;display:block; }
#Zq9udJRzV7SmvTpQpySGe1tCq6VV5y3w { color:#c7a877;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:102.75rem;left:50.9375rem;height:1.8681625rem;font-style:normal;display:block; }
#hBZc0PE0ZF7ogNftu931Vz9khp9qlLUw { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:102.75rem;left:38.5rem;overflow:hidden;display:block; }
#UET0L3h1wSrqPmJJyLTT1EMT5iCVb8cu { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:126.1875rem;left:0rem;overflow:hidden;display:block; }
#J4IXz3Iq5nyHTFbCLJC4xpQ8mTOgEMRk { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:128.0546875rem;left:12.75rem;height:22.09375rem;font-style:normal;display:block; }
#MMqirgv3TPfxuMUd0IytpkzAVlcOhH5L { color:#c7a877;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:126.1875rem;left:12.75rem;height:1.8681625rem;font-style:normal;display:block; }
#fp3ZIfMQpT9ioakqLWp7GulKcXaOAbdR { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:126.1875rem;left:38.4375rem;overflow:hidden;display:block; }
#o4cbyl7g7J58hWvLCzswxx3mrgiEXw34 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:128.0625rem;left:52.125rem;height:5.5234375rem;font-style:normal;display:block; }
#KnTDIDPCQbbCKMTIK7r54O0XkQhqQ4IR { color:#c7a877;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:126.1875rem;left:52.25rem;height:1.8681625rem;font-style:normal;display:block; }
#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83585f78-4f2f-446a-b3fa-0172f698e64a/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { border-width: 0; border-radius: 0; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#JPrgONWMWbFawg9tx77p6FacTIx76kzB { color:#c1a575;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.625rem;left:3.96875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:11.625rem;left:3.96875rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZVfhvLHM14BXwytvLufzLggZVXqmgwu { color:#ffffff;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15056;line-height:1.7;letter-spacing:0;top:19.408203125rem;left:3.96875rem;height:11.15234375rem;font-style:normal;display:block; }
#IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;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: none;height:13.3125rem;width:35.25rem;top:18.3291015625rem;left:3.123046875rem;display:block; }
#P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:136.373125rem;top:41.5rem;left:-28.90625rem;overflow:hidden;display:block; }
#LHOSLc7SPCtqUtg6QVi3nJXmoAp0XzKO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#0e0e0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.3125rem;left:3.125rem;display:block; }
#ULDX2nmKwr8DTXXOzT4hd0ggqFteDr6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoGLJlTvhhFiQSf80ZJhHPSxVI0SgKwB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:33.8125rem;left:23.9375rem; }
#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.adaptive-delivery-prevent-bg, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyload, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyloading { background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { background-color: transparent; background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .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); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { border-width: 0; border-radius: 0; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#kPGQTD4tubphRSZniOmf0L21Q11sdzqT { color:#c1a575;display:block;width:45.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.0625rem;left:15.28125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:16.515625rem;left:4.54296875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:9.875rem;width:21.3125rem;top:12.76171875rem;left:3.38671875rem;display:block; }
#mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:9.875rem;width:21.3125rem;top:12.8125rem;left:26.78125rem;display:block; }
#vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:9.875rem;width:21.3125rem;top:12.8125rem;left:50rem;display:block; }
#vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:21.3125rem;top:12.8125rem;left:3.4375rem;display:block; }
#gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:21.3125rem;top:12.8125rem;left:26.84375rem;display:block; }
#Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:21.3125rem;top:12.8125rem;left:50.0625rem;display:block; }
#iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:16.515625rem;left:28.78125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:17.921875rem;left:53.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:13.25rem;left:9.5625rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:9.9375rem;width:21.25rem;top:25rem;left:37.4375rem;display:block; }
#gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:30.125rem;left:40.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:21.3125rem;top:25rem;left:37.5rem;display:block; }
#vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:9.875rem;width:21.3125rem;top:25rem;left:14.0625rem;display:block; }
#TunG5uaa4819tlgphlCBDTZiTkvCouzA { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:21.3125rem;top:25rem;left:14.125rem;display:block; }
#uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:28.8125rem;left:15.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:13.25rem;left:16rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:13.25rem;left:39.4375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:13.25rem;left:33rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:13.25rem;left:62.75rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.3125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:25.4375rem;left:26.75rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrLJeN0bVsiige32JEmGXWOICCHg5bCX { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.4375rem;left:20.3125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piTmBmm8btQ0moDF2iGNs2qnruobVSSb { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.4375rem;left:50rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:25.4375rem;left:43.5625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(180deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(180deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(180deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.6875rem;top:17.796875rem;left:3.65625rem;display:block; }
#kW5RktIHZ3haB3U8v0Q4Run9WMaAeByW { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:17.921875rem;left:4.54296875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URTB7uRJ8kToiT2cpTSXwELzh5r7RRGL { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:17.921875rem;left:28.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdvGApOGDzfVndVGN7EtPfVNfQsZWb6r { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:16.515625rem;left:53.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8e0z5Tk6PRfXc8fQ1lSE8vuNeISLM72 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:30.125rem;left:15.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DL8vbheL5iyNRUB2c5XRKa6RMcK8AT3V { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:28.75rem;left:40.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2dr0P87Xm8pGQnuPhrofEdycNaqHlnV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#0e0e0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:39rem;left:24.5rem;display:block; }
#ReA0H1OV2IHXPCc4qeGaMxqoBz2Qwo0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ei4rH2IoRVzL4uCp9Nml0rawLTeUOcwG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:39.5rem;left:45.3125rem; }
#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13493063-5984-4936-84eb-41de40c118c2/SemTtulo5_01.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.adaptive-delivery-prevent-bg, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyload, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyloading { background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { background-color: transparent; background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .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); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { border-width: 0; border-radius: 0; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:16.1875rem;left:22.4375rem;display:block; }
#pbXqGCJIs0KIEHScarnknSSr3fng02EC { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:20.5rem;left:22.4375rem;display:block; }
#WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:24.875rem;left:22.4375rem;display:block; }
#nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:33.625rem;left:22.4375rem;display:block; }
#CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:38rem;left:22.4375rem;display:block; }
#ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:3.125rem;width:30.1875rem;top:29.3125rem;left:22.4375rem;display:block; }
#h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:17.1875rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:21.5rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:25.875rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:30.3125rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxveaUAXSanA5u9usoltd3N1sN5szbTN { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:34.625rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:38.625rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eKCCeqTALDiydOvBFM466ndKusSQv8fv { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.875rem;top:16.1875rem;left:23.625rem;overflow:hidden;display:block; }
#HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.75rem;top:20rem;left:23.25rem;overflow:hidden;display:block; }
#R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.875rem;top:24.9375rem;left:23.625rem;overflow:hidden;display:block; }
#OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3rem;top:29.3125rem;left:23.5625rem;overflow:hidden;display:block; }
#mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.6875rem;top:34.1875rem;left:23.75rem;overflow:hidden;display:block; }
#pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.3125rem;top:37.8125rem;left:23.4375rem;overflow:hidden;display:block; }
#WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:39.875rem;left:26.9375rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { color:#c7a877;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.0625rem;left:14.5rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#132035;background-image:url("https://images.assets-landingi.com/uc/1a4ee40b-3267-48b1-b124-65bd3098b5d8/SemTtulo5_02.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.adaptive-delivery-prevent-bg, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyload, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyloading { background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { background-color: transparent; background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .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); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { border-width: 0; border-radius: 0; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:8.9375rem;width:17.875rem;top:8.625rem;left:38.3125rem;display:block; }
#ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:10.9375rem;left:46.375rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.5625rem;top:10.875rem;left:40.3125rem;overflow:hidden;display:block; }
#hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.9375rem;top:22.375rem;left:40.4375rem;overflow:hidden;display:block; }
#CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:8.9375rem;width:17.875rem;top:19.625rem;left:38.3125rem;display:block; }
#W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.1;letter-spacing:0;top:22.5rem;left:46.75rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:8.9375rem;width:17.875rem;top:8.625rem;left:18.75rem;display:block; }
#rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.1;letter-spacing:0;top:11.75rem;left:25.5625rem;height:3.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:10.5rem;left:19.625rem;overflow:hidden;display:block; }
#lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:22.5625rem;left:25.375rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:21.6875rem;left:20.125rem;overflow:hidden;display:block; }
#saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:8.9375rem;width:17.875rem;top:19.625rem;left:18.75rem;display:block; }
#OO0qOgu2zw8lV2foR12T47UCTbEThEkt { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.37);background-image:none;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:12.875rem;width:22.3125rem;top:44.8125rem;left:26.4375rem;display:block; }
#z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { color:#c7a877;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1.1;letter-spacing:0;top:52.125rem;left:26.25rem;height:1.16796875rem;text-align:center;text-align-last:center;display:block; }
#dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { color:#c7a877;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15081;line-height:1.1;letter-spacing:0;top:54.125rem;left:28.0625rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:11.625rem;top:46.0625rem;left:31.375rem;overflow:hidden;display:block; }
#zM8fyvG52iPT4A3DXQs2iLoEZ3nKkcoi { color:#c7a877;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.4375rem;left:14.5rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BG3d9ezRR84NSevVKrXemJwR81OZCAcW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(90deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(90deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(90deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#0e0e0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:61.5rem;left:25.625rem;display:block; }
#rRX9tBun67MHzd6nAy2e23gHTQ61o4UK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUUP3creVS9bPTbKRTug1eSPwx0OUkFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:62rem;left:46.4375rem; }
#Bzc6amdbEmf3Wf4c9Wr0E1KBoDHwHTIw { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -moz-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -ms-linear-gradient(205deg, #e5ca9e, #c7a877);background-image: -o-linear-gradient(205deg, #e5ca9e, #c7a877);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ca9e', endColorstr='#c7a877' );";background-image: linear-gradient(205deg, #e5ca9e, #c7a877);background-size:auto !important;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:8.9375rem;width:17.875rem;top:32.3125rem;left:28.5625rem;display:block; }
#p2u4ghzRb6HsegWxAhG1TdWa3tN1qbVL { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:34.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#XPmF8UasEMebJn90yXmFeD3GBEJFpLBr { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15079;line-height:1.1;letter-spacing:0;top:35.5625rem;left:34.9375rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { border-width: 0; border-radius: 0; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #132035;border-left:0.0625rem solid #132035;border-right:0.0625rem solid #132035;border-bottom:0.0625rem solid #132035;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:26rem;width:41.4375rem;top:6.5625rem;left:32.1875rem;display:block; }
#qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { color:#132035;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15080;line-height:1.5;letter-spacing:0;top:11.0625rem;left:36.0625rem;height:12.9375rem;text-align:left;text-align-last:left;display:block; }
#BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.9375rem;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { position:absolute;display:block;z-index:15082;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:4.4375rem;left:68rem;display:block; }
#X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:7.25rem;top:3.625rem;left:67.75rem;overflow:hidden;display:block; }
#VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { position:absolute;display:block;z-index:15086;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:10rem;left:31.125rem;display:block; }
#QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { position:absolute;display:block;z-index:15087;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:13.625rem;left:31.125rem;display:block; }
#byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { position:absolute;display:block;z-index:15087;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:16.875rem;left:31.125rem;display:block; }
#l8PsTfDuAgR62z71149eZREVrdvkyiQc { position:absolute;display:block;z-index:15088;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:21.5625rem;left:31.125rem;display:block; }
#GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { position:absolute;display:block;z-index:15087;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:25.125rem;left:31.125rem;display:block; }
#aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { position:absolute;display:block;z-index:15087;background-color:#132035;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.5rem;width:2.125rem;top:27.5625rem;left:31.125rem;display:block; }
#DowqeN2pgOagFybN0shfwCiVOcEtinI0 { color:#132035;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { border-width: 0; border-radius: 0; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:none; }#yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { color:#c7a877;display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:9rem;left:10.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.9375rem;top:5.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.4375rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:19.5625rem;left:10.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:23.9375rem;top:2.3125rem;left:43.9375rem;overflow:hidden;display:block; }
#mbeGLv6524q0HT80xwFH8p6a95NL63Vb { position:absolute;display:block;z-index:15078;height:4rem;width:18.875rem;top:22.4375rem;left:9.9375rem;display:block; }
#oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:136.373125rem;top:31.9375rem;left:-29.96875rem;overflow:hidden;display:block; }
#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/071bbafe-6756-4fed-94dc-5752cf6e8b17/bg5.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.adaptive-delivery-prevent-bg, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyload, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyloading { background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { border-width: 0; border-radius: 0; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:none; }#xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { color:#c7a877;display:block;width:57.0625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.7275390625rem;left:8.96875rem;height:10.34765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15075;line-height:1.8;letter-spacing:0;top:16.630859375rem;left:7.96875rem;height:14.957rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { 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.1875rem solid #c1a575;border-left:0.1875rem solid #c1a575;border-right:0.1875rem solid #c1a575;border-bottom:0.1875rem solid #c1a575;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#c1a575;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4824375rem;height:3.419925rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:34.5625rem;left:28.7578125rem;display:block; }
#TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:136.373125rem;top:42.8125rem;left:-31.96875rem;overflow:hidden;display:block; }
#GRs4ObrfirNswl6ciTXXANk7221dNExG { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.7);background-image:none;border-top:0.0625rem solid #c7a877;border-left:0.0625rem solid #c7a877;border-right:0.0625rem solid #c7a877;border-bottom:0.0625rem solid #c7a877;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: none;height:17.9375rem;width:63.9375rem;top:15.53125rem;left:6.3828125rem;display:block; }
#VHo568JDl8nnQ13yi2ppNQccKai8rC2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { background-color: transparent; background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .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); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { border-width: 0; border-radius: 0; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { color:#c7a877;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.5rem;left:2.25rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.9375rem;top:5.3125rem;left:2.25rem;overflow:hidden;display:block; }
#RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(205deg, #192841, #0c1928);background-image: -moz-linear-gradient(205deg, #192841, #0c1928);background-image: -ms-linear-gradient(205deg, #192841, #0c1928);background-image: -o-linear-gradient(205deg, #192841, #0c1928);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192841', endColorstr='#0c1928' );";background-image: linear-gradient(205deg, #192841, #0c1928);background-size:auto !important;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: none;height:17.125rem;width:61.5625rem;top:5.3125rem;left:36.25rem;display:block; }
#k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -moz-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -ms-linear-gradient(90deg, #c7a877, #e5ca9e);background-image: -o-linear-gradient(90deg, #c7a877, #e5ca9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7a877', endColorstr='#e5ca9e' );";background-image: linear-gradient(90deg, #c7a877, #e5ca9e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#132035;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:25.40625rem;left:28.75rem;display:block; }
#nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyPAoxDXRQx8U4LZx9SUNbz6a7QLQyxI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:32.3125rem;top:9.21875rem;left:42.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { top:0rem;left:0rem;width:7.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMixCP353f2Uschb9olqkGyqIqdm7lsk { top:2.1875rem;left:1.65625rem;width:34.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { width:17.4375rem;height:3.375rem;top:1.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block; }
 }@media only screen and (max-width: 763px) { #lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { top:0rem;left:0rem;width:3.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { top:16rem;left:0rem;width:38.6875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { top:22.625rem;left:0rem;width:45.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { top:25.9375rem;left:0rem;width:38.125rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { top:35.75rem;left:0rem;width:18.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { top:31.3125rem;left:0rem;width:30.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { top:32.6875rem;left:0rem;width:26.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { top:35.125rem;left:0rem;width:3.1875rem;height:2.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { top:30.6875rem;left:0rem;width:3rem;height:2.4488041090633rem;display:block; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { top:7.375rem;left:0rem;width:20.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { top:14.125rem;left:29.1875rem;width:18.5625rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { top:10.125rem;left:13.0625rem;width:34.6875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { top:43.1875rem;left:0rem;width:47.75rem;height:0.15916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1P316XbhtTPu91TwN4TiulWTk9E40Pc { width:24.9375rem;height:3.4375rem;top:45.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block; }
 }@media only screen and (max-width: 763px) { #sEm6vIHQpRtmJpii3Ps84uuFnwdRAwR4 { top:46.5625rem;left:33.685546875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJhNeN9cGPTwP2Fa5vELXZqfUJqEf2d6 { top:18.8125rem;left:18.25rem;width:29.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { display:block; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { width:23.8125rem;height:3.125rem;top:40.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block; }
 }@media only screen and (max-width: 763px) { #Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { top:6rem;left:0rem;width:31.75rem;height:7.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { top:40.4375rem;left:0rem;width:26.1875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { top:15.5rem;left:0rem;width:37.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { top:6.75rem;left:23.6875rem;width:24.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { top:6.75rem;left:23.6875rem;width:24.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { top:7.8125rem;left:23.6875rem;width:24.0625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { top:13.4375rem;left:26.3125rem;width:21.4375rem;height:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { top:40.25rem;left:0rem;width:3.375rem;height:2.7613636363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { top:40.6875rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { display:block; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { top:2.6875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3UUIu5iAWW7tempwixguW2m7yDTAEGX { top:14.0625rem;left:0rem;width:38.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { top:20.3125rem;left:4.6239604949951rem;width:38.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { top:19.4375rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { top:23.25rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDRt2qSUccTKT9oo7MVEyWoextcutcCS { top:20.375rem;left:25.25rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { top:20.375rem;left:24.3125rem;width:23.4375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { top:22.1875rem;left:25.0625rem;width:22.6875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { top:44.5rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSVCB4u3rrrgvBOT22PmconAcw78nHA { top:44.5rem;left:0rem;width:23.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { top:46.375rem;left:0rem;width:23.5625rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTd9uRvZliuknphofoeTTmPuKRMl1pCe { top:21.375rem;left:23.848958969116rem;width:12.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { top:46.375rem;left:25.0625rem;width:22.6875rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { top:44.5rem;left:27.125rem;width:20.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { top:16.9375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { top:44.5rem;left:24.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { top:79.0625rem;left:0rem;width:22.5rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { top:77.25rem;left:0rem;width:21.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { top:77.25rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { top:79.0625rem;left:24.875rem;width:22.875rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { top:77.25rem;left:27.625rem;width:20.125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { top:77.25rem;left:24.8125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { top:153.625rem;left:0rem;width:47.75rem;height:0.43767787824764rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { top:43.125rem;left:0rem;width:47.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #albtTTs83io7DGsipLR3X51lbvoteP6U { top:20.375rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { top:20.375rem;left:0rem;width:22.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyuNiRl782fviwusooKKBz6iieWahHIX { top:22.1875rem;left:0rem;width:23.5rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { top:102.6875rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CKTxx3TtclT27qW9v3FimZeTGTaFww { top:101.0625rem;left:0rem;width:47.75rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { top:102.6875rem;left:0rem;width:20.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { top:105.0625rem;left:0rem;width:21.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQc3KhMF2bMih2NIE7BROV0GcFqGEIRn { top:10.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzhOB2XCubVWgzeOlMocoITBinXdqoo { top:104.5rem;left:25.9375rem;width:21.8125rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9udJRzV7SmvTpQpySGe1tCq6VV5y3w { top:102.75rem;left:27.1875rem;width:20.5625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBZc0PE0ZF7ogNftu931Vz9khp9qlLUw { top:102.75rem;left:24.875rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET0L3h1wSrqPmJJyLTT1EMT5iCVb8cu { top:126.1875rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IXz3Iq5nyHTFbCLJC4xpQ8mTOgEMRk { top:128rem;left:0rem;width:22.5rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMqirgv3TPfxuMUd0IytpkzAVlcOhH5L { top:126.1875rem;left:0rem;width:21.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp3ZIfMQpT9ioakqLWp7GulKcXaOAbdR { top:126.1875rem;left:24.8125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4cbyl7g7J58hWvLCzswxx3mrgiEXw34 { top:128.0625rem;left:24.875rem;width:22.875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTDIDPCQbbCKMTIK7r54O0XkQhqQ4IR { top:126.1875rem;left:27.625rem;width:20.125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPrgONWMWbFawg9tx77p6FacTIx76kzB { top:6.625rem;left:0rem;width:32.3125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { top:11.625rem;left:0rem;width:35.4375rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZVfhvLHM14BXwytvLufzLggZVXqmgwu { top:19.375rem;left:0rem;width:35rem;height:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { top:18.3125rem;left:0rem;width:35.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { top:41.5rem;left:0rem;width:47.75rem;height:0.43767787824764rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOSLc7SPCtqUtg6QVi3nJXmoAp0XzKO { width:23.8125rem;height:3.125rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDX2nmKwr8DTXXOzT4hd0ggqFteDr6h { display:block; }
 }@media only screen and (max-width: 763px) { #HoGLJlTvhhFiQSf80ZJhHPSxVI0SgKwB { top:33.8125rem;left:10.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { display:block; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPGQTD4tubphRSZniOmf0L21Q11sdzqT { top:4.0625rem;left:1.65625rem;width:45.875rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { top:16.5rem;left:0rem;width:19.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { top:12.75rem;left:0rem;width:21.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { top:12.8125rem;left:13.15625rem;width:21.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { top:12.8125rem;left:26.3125rem;width:21.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { top:12.8125rem;left:0rem;width:21.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { top:12.8125rem;left:13.21875rem;width:21.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { top:12.8125rem;left:26.4375rem;width:21.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { top:16.5rem;left:15.15625rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { top:17.875rem;left:32.4375rem;width:15.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { top:13.25rem;left:0rem;width:6.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { top:25rem;left:23.8125rem;width:21.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { top:30.125rem;left:27rem;width:14.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { top:25rem;left:23.875rem;width:21.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { top:25rem;left:0.4375rem;width:21.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TunG5uaa4819tlgphlCBDTZiTkvCouzA { top:25rem;left:0.5rem;width:21.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { top:28.8125rem;left:1.4375rem;width:19.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { top:13.25rem;left:2.375rem;width:2.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { top:13.25rem;left:25.8125rem;width:2.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { top:13.25rem;left:19.375rem;width:6.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { top:13.25rem;left:45.125rem;width:2.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { top:13.25rem;left:40.9375rem;width:6.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { top:25.4375rem;left:13.125rem;width:2.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrLJeN0bVsiige32JEmGXWOICCHg5bCX { top:25.4375rem;left:6.6875rem;width:6.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTmBmm8btQ0moDF2iGNs2qnruobVSSb { top:25.4375rem;left:36.375rem;width:2.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { top:25.4375rem;left:29.9375rem;width:6.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { top:17.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW5RktIHZ3haB3U8v0Q4Run9WMaAeByW { top:17.875rem;left:0rem;width:19.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTB7uRJ8kToiT2cpTSXwELzh5r7RRGL { top:17.875rem;left:15.15625rem;width:17.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdvGApOGDzfVndVGN7EtPfVNfQsZWb6r { top:16.5rem;left:32.4375rem;width:15.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8e0z5Tk6PRfXc8fQ1lSE8vuNeISLM72 { top:30.125rem;left:1.4375rem;width:19.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8vbheL5iyNRUB2c5XRKa6RMcK8AT3V { top:28.75rem;left:27rem;width:14.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2dr0P87Xm8pGQnuPhrofEdycNaqHlnV { width:23.8125rem;height:3.125rem;top:39rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReA0H1OV2IHXPCc4qeGaMxqoBz2Qwo0N { display:block; }
 }@media only screen and (max-width: 763px) { #Ei4rH2IoRVzL4uCp9Nml0rawLTeUOcwG { top:39.5rem;left:31.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { display:block; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { top:16.1875rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbXqGCJIs0KIEHScarnknSSr3fng02EC { top:20.5rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { top:24.875rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { top:33.625rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { top:38rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { top:29.3125rem;left:8.8125rem;width:30.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { top:17.1875rem;left:13.3125rem;width:25.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { top:21.5rem;left:13.3125rem;width:25.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { top:25.875rem;left:13.3125rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { top:30.3125rem;left:13.3125rem;width:25.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxveaUAXSanA5u9usoltd3N1sN5szbTN { top:34.625rem;left:13.3125rem;width:25.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { top:38.625rem;left:13.3125rem;width:22.125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCCeqTALDiydOvBFM466ndKusSQv8fv { top:16.1875rem;left:10rem;width:2.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { top:20rem;left:9.625rem;width:3.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { top:24.9375rem;left:10rem;width:2.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { top:29.3125rem;left:9.9375rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { top:34.1875rem;left:10.125rem;width:2.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { top:37.8125rem;left:9.8125rem;width:3.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { top:39.875rem;left:13.3125rem;width:10.8125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { top:5.0625rem;left:0.875rem;width:46rem;height:8.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { display:block; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { top:8.625rem;left:24.6875rem;width:17.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { top:10.9375rem;left:32.75rem;width:9.1875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { top:10.875rem;left:26.6875rem;width:4.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { top:22.375rem;left:26.8125rem;width:4.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { top:19.625rem;left:24.6875rem;width:17.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { top:22.5rem;left:33.125rem;width:7.4375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { top:8.625rem;left:5.125rem;width:17.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { top:11.75rem;left:11.9375rem;width:9.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { top:10.5rem;left:6rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { top:22.5625rem;left:11.75rem;width:10.4375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { top:21.6875rem;left:6.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { top:19.625rem;left:5.125rem;width:17.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO0qOgu2zw8lV2foR12T47UCTbEThEkt { top:44.8125rem;left:12.8125rem;width:22.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { top:52.125rem;left:12.625rem;width:22.4375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { top:54.125rem;left:14.4375rem;width:18.8125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { top:46.0625rem;left:17.75rem;width:11.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM8fyvG52iPT4A3DXQs2iLoEZ3nKkcoi { top:3.4375rem;left:0.875rem;width:46rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG3d9ezRR84NSevVKrXemJwR81OZCAcW { width:23.8125rem;height:3.125rem;top:61.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRX9tBun67MHzd6nAy2e23gHTQ61o4UK { display:block; }
 }@media only screen and (max-width: 763px) { #xUUP3creVS9bPTbKRTug1eSPwx0OUkFU { top:62rem;left:32.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzc6amdbEmf3Wf4c9Wr0E1KBoDHwHTIw { top:32.3125rem;left:14.9375rem;width:17.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2u4ghzRb6HsegWxAhG1TdWa3tN1qbVL { top:34.6875rem;left:16.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPmF8UasEMebJn90yXmFeD3GBEJFpLBr { top:35.5625rem;left:21.3125rem;width:10.4375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { top:6.5625rem;left:6.1875rem;width:41.4375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { top:11.0625rem;left:12.1875rem;width:35.5625rem;height:12.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { top:5.875rem;left:0rem;width:6.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { top:4.4375rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { top:3.625rem;left:40.5rem;width:7.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { top:10rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { top:13.625rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { top:16.875rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PsTfDuAgR62z71149eZREVrdvkyiQc { top:21.5625rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { top:25.125rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { top:27.5625rem;left:17.5rem;width:2.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { top:10.1875rem;left:0rem;width:29.375rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { display:block; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { top:9rem;left:0rem;width:32.625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { top:5.6875rem;left:0rem;width:6.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { top:13.3125rem;left:0rem;width:33.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { top:19.5625rem;left:0rem;width:19.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { top:2.3125rem;left:23.8125rem;width:23.9375rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbeGLv6524q0HT80xwFH8p6a95NL63Vb { top:22.4375rem;left:0rem;width:18.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { top:31.9375rem;left:0rem;width:47.75rem;height:0.43767787824764rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { display:block; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { top:3.6875rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { top:16.625rem;left:0rem;width:47.75rem;height:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { width:17.4375rem;height:3.375rem;top:34.5625rem;left:15.1328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block; }
 }@media only screen and (max-width: 763px) { #ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { top:42.8125rem;left:0rem;width:47.75rem;height:0.43767787824764rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4ObrfirNswl6ciTXXANk7221dNExG { top:15.5rem;left:0rem;width:47.625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHo568JDl8nnQ13yi2ppNQccKai8rC2o { display:block; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { top:10.5rem;left:0rem;width:30.8125rem;height:12rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { top:5.3125rem;left:0rem;width:6.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { top:5.3125rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { width:17.5rem;height:3.4375rem;top:25.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block; }
 }@media only screen and (max-width: 763px) { #vyPAoxDXRQx8U4LZx9SUNbz6a7QLQyxI { top:9.1875rem;left:15.4375rem;width:32.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OReyv8HozZN9OEBPKnE6QKQIQOL16zsK { position:relative;z-index:auto;display:block; }#OReyv8HozZN9OEBPKnE6QKQIQOL16zsK > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It8hDS8D5HGzmTvPD75sdtrTE7S2msaO { width:6.3125rem;height:4.875rem;top:0.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMixCP353f2Uschb9olqkGyqIqdm7lsk { width:14.875rem;height:0.9624rem;top:1.75rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c1a575;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QCm4THoUBgrh9lsu3bJvNXJ5AJwoE8GC { width:10.625rem;height:2rem;top:3.25rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8ipnbVXTNUoVa654gu8tNsSyE3z0dr { display:block; }
 }@media only screen and (max-width: 763px) { #lbX9NTzkBHUheU8uoRwTa9bOcUiv0OAK { width:3.125rem;height:1.75rem;top:0.9609375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b1dc186-148a-4fbb-a25e-92863b3dc32f/BG1.png");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:36.9375rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SUD9Usc3iHPT5nt3Ol7Gbu7Pz3ENMtc1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #K3Dzo4RZM6Gv4zhMzG9lggcsc0I8NrQO { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #wokC8SZzrLMvGJPgirh3QTCPGM3fTRpf {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #GFOIJDBFEbV62vcLN1oNTWgKapWUSE1b {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #X85CPhUOEf4cDaFtMvcXoRNAOEFp6TH2 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #J5eIxFSgvo4TyycteHq2lqQcbtwxOlTW {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #a2ly6MKetU8cEkSu2qcwAkTu2h5fqa9P {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NRTcNcDg9ZCsBndArb5NxflAkq6UOpZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q3hlOTf1gZiTHM00ivalkf81p2hUDhsF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TVGA87AIKfKe5ahD9vDrJTniSpGuPKFd {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #q5ZgIPJQBsUc03ihPdAvAVGH0WmtmPMJ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #pKUhmpMAFGFvCeOTC6MVskgP16PmH3aG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #JwfHZHbQ6G4T3UPhPRM2nnRfTogpTM3O { width:20rem;height:5.97949375rem;top:7.1875rem;left:-0.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ags7VP2a44bAzNokwPCnXcmqxZd7xumR { width:19.1875rem;height:2.88671875rem;top:14.1669921875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwdhEI0cF2SE7ZCngWXLPMtlqc7IXocB { width:19.875rem;height:4.4619125rem;top:19.2841796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #plKa7dcNmTgEmWa4bpqqzL6IHAH7U4PC { width:16.5rem;height:2.25rem;top:30.875rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBIQ2hcMqH1ekMS2cn6cz2kKveEOgF4P { width:15.375rem;height:1.125rem;top:26.8125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bUDJsGSK4ddN0OxdT6Bxm88sGdyg2a8m { width:15.125rem;height:0.9746125rem;top:27.9375rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkQZqEKhqnIT47nwSptHSIoHTJA9Iv44 { width:3.1875rem;height:2.561525rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUVzKpXAnZdHsbgDsxHEDCreMSp9gNm { width:3rem;height:2.44824375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KswmTEiRZKbQGJBBnzhtkWEUiD24F5tR { width:15.5rem;height:3.1875rem;top:1.1875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWH7tA7P8LkPBgNFyoieT45NFyTp5b9u { width:17.6875rem;height:6.171875rem;top:38.1875rem;left:1.15625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4sgGkP8SDhFAtxM9gK0uX3stCiebBeF { width:20rem;height:29.5rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBCkx0rzCQEVPooxg7EcXzpwSt5UBSR { width:20rem;height:0.066666666666667rem;top:43.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1P316XbhtTPu91TwN4TiulWTk9E40Pc { width:19rem;height:3.4375rem;top:69.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0Tcbc3UcX7GTBM1N5rtco6giboNAwl { display:block; }
 }@media only screen and (max-width: 763px) { #sEm6vIHQpRtmJpii3Ps84uuFnwdRAwR4 { display:flex;width:2.0625rem;height:2.0625rem;top:69.75rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #fJhNeN9cGPTwP2Fa5vELXZqfUJqEf2d6 { width:17.6875rem;height:13.8125rem;top:44.96875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.adaptive-delivery-prevent-bg, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyload, #fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb.lazyloading { background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { background-color: transparent; background-image: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row > .video-iframe-container { display: none; }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .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); }#fXEKdOhTaVrsV49q4TeutOzEnkUZmpSb > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPqNZmS2pS5fSFtczToNVOzka0ZqQiCI { width:18.709rem;height:4.07324375rem;top:82.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu77bElRfrU1qSlMeCyUgwJscTuNcNIK { display:block; }
 }@media only screen and (max-width: 763px) { #Bl6NKAMGLguUUsTpDHc7HLougeOcXfV1 { width:20rem;height:4.3984375rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#c1a575;display:block; }
 }@media only screen and (max-width: 763px) { #QkBbBPd5OT0aHa17G7MLIOeiqFE8MPDa { width:16.5rem;height:1.57421875rem;top:41.6875rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #swLk1ThMBnTGM9A9mNApsSRNbOeNu2mf { width:20rem;height:25.99611875rem;top:10.1484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#164263;display:block; }
 }@media only screen and (max-width: 763px) { #HsMbfaI34OurDit0cOOn9dLG9z3FyTVx { width:20rem;height:34.4375rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt1BZapvxytQBH28qDqz8OHQDxk8mfl4 { width:20rem;height:3.75rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWR8A9VUgZuTQ6qfiUDunxJ53VNxrI4U { width:20rem;height:1.51171875rem;top:47rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVszJd09WRiBCqdhWCi9ANBzhJUbGB9V { width:17.125rem;height:19.85546875rem;top:51.6875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqRNv4TrInkoNTBcUmMk8I97EksEaaVr { width:3.375rem;height:2.76074375rem;top:37.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJn598GmHW5wGdESJDdRbkh8ouP5LEy1 { display:flex;width:2.0625rem;height:2.0625rem;top:83.8173828125rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #z9UehPoZEgRAoZXaRMSAPVihZDrerCZh { display:block; }#z9UehPoZEgRAoZXaRMSAPVihZDrerCZh > .row .container { width:20rem;height:385.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG3NciRQmV2oHKP43hHMTZm7GbCTG0tg { width:20rem;height:4.3984375rem;top:2.7451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3UUIu5iAWW7tempwixguW2m7yDTAEGX { width:20rem;height:1.3808625rem;top:11.12890625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPxBqQRxzr53Vr3WT2ZfSNrvptE659Ch { width:20rem;height:2.35595625rem;top:23.393555rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UdrzuCMA7dI0bIX1S2oc0gAwVXfDSdqE { width:12rem;height:12rem;top:10.143555rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmPolmssd3N6dFeuJ70ahdLK9m9RMBtm { width:20rem;height:19.332rem;top:28.43652375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hDRt2qSUccTKT9oo7MVEyWoextcutcCS { width:12rem;height:12rem;top:57.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqZKdy30pScrqxpbDE7UsRnxvLdUvTB { width:12.9375rem;height:1.625rem;top:70.75rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFbTEM63BsLTqDIbmKI4BJ1azcpt0Wc4 { width:18.875rem;height:13.808625rem;top:73.125rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NycCUffBAFrtauQ7R40Rk8UpSur9ohJn { width:12rem;height:12rem;top:92.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSVCB4u3rrrgvBOT22PmconAcw78nHA { width:20rem;height:1.625rem;top:105.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtQK2Mufm0nRZ8SJEoAdTNOCytlsPRul { width:20rem;height:23.474625rem;top:108.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTd9uRvZliuknphofoeTTmPuKRMl1pCe { width:12.4375rem;height:0.1875rem;top:47.71436359375rem;left:2.59814453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcAQGcyTvyw1XClBCnIc2eLehNctJwCD { width:18.5rem;height:19.332rem;top:151.8125rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUn1Rt7olP9LHpdOS2NAKMV1qrTHN2Lh { width:20rem;height:1.625rem;top:149.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plZJbdkSgtG1scfSG2DUFCVP0FElOTiW { width:12.4375rem;height:0.1875rem;top:18.0185546875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt2hCCnHe1boQoyuEBLwRwbgSG9hutM { width:12rem;height:12rem;top:135.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmiKJCnHVNCV9bl4QlXGVPNr2A291d8S { width:20rem;height:12.42775rem;top:194.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLuvl31XyLfRfwZ0KlguFlrKTtmmcP { width:12.625rem;height:1.625rem;top:191.75rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJoO1qtGob6GoC85X2Dc4vUSTwiGJO54 { width:12rem;height:12rem;top:178.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX4FJTH1xWT7LcyxeaDqNqn2dDUThTXa { width:18.6875rem;height:22.09375rem;top:226.9375rem;left:0.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRXJoDKdeB8urGz3I0wVkpBLqWbiybH7 { width:20rem;height:1.625rem;top:224.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsPuPbhUDNFtAG3JkTLqxTyx6Zy5xMcR { width:11.4375rem;height:11.4375rem;top:211.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDuxw40XuFsepHXCUGsbmT54HnPOkQQ { width:20rem;height:0.1826175rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClbIU1oDfPEyk3CD2H14AyUvneaa4sIM { width:20rem;height:85.375rem;top:89.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #albtTTs83io7DGsipLR3X51lbvoteP6U { width:11.5rem;height:11.5rem;top:19.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3OrooDZ0VfHboaM4EDTTv6EproCBSfO { width:16.9365rem;height:1.625rem;top:32.6875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyuNiRl782fviwusooKKBz6iieWahHIX { width:19.5625rem;height:20.712875rem;top:34.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNI0nUM1ELxs6rdQenWpLUQZCrV0FI1c { width:11.6875rem;height:11.6875rem;top:252.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CKTxx3TtclT27qW9v3FimZeTGTaFww { width:20rem;height:60.625rem;top:251.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfUiiHbmabTq8JofIbH93vpyT9nmG9Xl { width:20rem;height:1.625rem;top:266.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOSaEOacpOPx11CGN3MB4WX7UQJKJevp { width:20rem;height:8.285125rem;top:268.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQc3KhMF2bMih2NIE7BROV0GcFqGEIRn { width:20rem;height:7.96875rem;top:7.8349609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVzhOB2XCubVWgzeOlMocoITBinXdqoo { width:20rem;height:13.808625rem;top:295.751953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9udJRzV7SmvTpQpySGe1tCq6VV5y3w { width:20rem;height:1.625rem;top:293.458984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBZc0PE0ZF7ogNftu931Vz9khp9qlLUw { width:11.6875rem;height:11.6875rem;top:280.021484375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET0L3h1wSrqPmJJyLTT1EMT5iCVb8cu { width:11.4375rem;height:11.4375rem;top:313.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IXz3Iq5nyHTFbCLJC4xpQ8mTOgEMRk { width:20rem;height:26.2363125rem;top:328.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMqirgv3TPfxuMUd0IytpkzAVlcOhH5L { width:20rem;height:1.625rem;top:326rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp3ZIfMQpT9ioakqLWp7GulKcXaOAbdR { width:11.375rem;height:11.375rem;top:357.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4cbyl7g7J58hWvLCzswxx3mrgiEXw34 { width:20rem;height:6.9043125rem;top:372.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnTDIDPCQbbCKMTIK7r54O0XkQhqQ4IR { width:20rem;height:1.625rem;top:370.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7249c77b-762f-42cc-a611-bc77a45cc6c8/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.adaptive-delivery-prevent-bg, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyload, #N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ.lazyloading { background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { background-color: transparent; background-image: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row > .video-iframe-container { display: none; }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .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); }#N0R5UfC3K6IOt44ySu8cIauhOBwvDkOJ > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPrgONWMWbFawg9tx77p6FacTIx76kzB { width:17.9375rem;height:2.19970625rem;top:2.875rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTIOPIGB0UN9NnnmltuXWxTzrbLKEQQM { width:18.5rem;height:4.78125rem;top:6.0234375rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZVfhvLHM14BXwytvLufzLggZVXqmgwu { width:16.6875rem;height:8.9238375rem;top:13.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatxTL89P9UZ4TXlf6WdFhCw5elZLKDp { width:20rem;height:12.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P70uXa7D7yJRvi8DBbKkcWW4ooWsbMp2 { width:20rem;height:0.1826175rem;top:26.4423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOSLc7SPCtqUtg6QVi3nJXmoAp0XzKO { width:19rem;height:3.125rem;top:28.625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDX2nmKwr8DTXXOzT4hd0ggqFteDr6h { display:block; }
 }@media only screen and (max-width: 763px) { #HoGLJlTvhhFiQSf80ZJhHPSxVI0SgKwB { display:flex;width:2.0625rem;height:2.0625rem;top:29.15625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.adaptive-delivery-prevent-bg, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyload, #vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H.lazyloading { background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { background-color: transparent; background-image: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row > .video-iframe-container { display: none; }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .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); }#vKcHwJUpKAbhuJfRU8APSnJO1x79Qx4H > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPGQTD4tubphRSZniOmf0L21Q11sdzqT { width:20rem;height:6.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRlvT8TVxPVZVzbuQgBharKvBfRi5wtD { width:19.125rem;height:1.21875rem;top:12.5693359375rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQl471BolOJTUU0V8zoPbzkTR8BhWLc { width:19.875rem;height:9.875rem;top:9.0966875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6oOhz3g6F63e0EmtUKWxSH8L8qqX88 { width:19.875rem;height:9.875rem;top:21.7216875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgKrzi2tZ47FoHuLev61R2ZsoJZdd8B { width:19.875rem;height:9.875rem;top:32.9716875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7rXK0haq2PHi8U5ryEMwJPSZ9zi8Aa { width:20rem;height:2.6875rem;top:9.14746875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKGc8JCmFBzLSezTzynf67QWMzOWDJvy { width:20rem;height:2.6875rem;top:21.7216875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1w6dKiA98T90WVP3mSIISoiPKmaQAX { width:20rem;height:2.6875rem;top:32.9716875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHefkMM988pmKmc8IhKDGWL3qRVTQdw0 { width:17.4375rem;height:1.21875rem;top:25.5341796875rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6kcNxrK6lZbKZL2Z082Ay14emQ2gZ1E { width:15.3125rem;height:1.21875rem;top:38.3310546875rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPC3p9LZqQS8qz1q33DmGMUfTGaG4m7p { width:6.8125rem;height:1.86865rem;top:9.58496875rem;left:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlwBs7WOOwMiW7HsGUMk4IXSmx6uIy2 { width:19.875rem;height:9.9375rem;top:56.8466875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcKZS1nnfNWHxRZwI0bt8nVu1J9VWL6H { width:14.8125rem;height:3.65625rem;top:62.0341796875rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbnvMXIGd959ncrN4ciCNALDfeWc5sx { width:20rem;height:2.6875rem;top:56.8466875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAZzkzNThWivdJIlCDTlkSXX7n9qDFuW { width:19.875rem;height:9.875rem;top:44.2216875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TunG5uaa4819tlgphlCBDTZiTkvCouzA { width:20rem;height:2.6875rem;top:44.2216875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB39WzVeeX8HlAAfZV7Dze4oBfK5ROaE { width:19.125rem;height:1.21875rem;top:47.9091796875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxcIfs20zr6MnnOxFsStdm6WC5Ag0qJK { width:2.625rem;height:1.86865rem;top:9.58496875rem;left:12.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcVWaPIllTavgin7M21knBpuwD7Ogsi8 { width:2.625rem;height:1.86865rem;top:22.1591875rem;left:12.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX6Fx8IKTmGy8w7dBsydbMe0wxAFyMJ7 { width:6.8125rem;height:1.86865rem;top:22.1591875rem;left:6.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAGcpHovEGwiPkFgPyHoXfwbRkg6a8a0 { width:2.625rem;height:1.86865rem;top:33.4091875rem;left:12.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuMIeuFua4ZZOa9ghvcCl8GMvuQ0zs { width:6.8125rem;height:1.86865rem;top:33.4091875rem;left:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqdzDwBKQmCPgSFnOxFkuU71hiGiXWbt { width:2.625rem;height:1.86865rem;top:44.6591875rem;left:12.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrLJeN0bVsiige32JEmGXWOICCHg5bCX { width:6.8125rem;height:1.86865rem;top:44.6591875rem;left:6.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTmBmm8btQ0moDF2iGNs2qnruobVSSb { width:2.625rem;height:1.86865rem;top:57.2841875rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4MXwb8NEQGoAHGAxvOSfySTCxhTvnv0 { width:6.8125rem;height:1.86865rem;top:57.2841875rem;left:6.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG5GoRHkNRvLTQRt8SrK2iJdRoxR3wRU { width:20rem;height:0.125rem;top:20.3466875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW5RktIHZ3haB3U8v0Q4Run9WMaAeByW { width:19.125rem;height:3.65625rem;top:14.3779296875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTB7uRJ8kToiT2cpTSXwELzh5r7RRGL { width:17.4375rem;height:3.65625rem;top:27.2529296875rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdvGApOGDzfVndVGN7EtPfVNfQsZWb6r { width:15.3125rem;height:1.21875rem;top:36.6123046875rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8e0z5Tk6PRfXc8fQ1lSE8vuNeISLM72 { width:19.125rem;height:2.4375rem;top:49.78125rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8vbheL5iyNRUB2c5XRKa6RMcK8AT3V { width:14.8125rem;height:1.21875rem;top:60.5654296875rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2dr0P87Xm8pGQnuPhrofEdycNaqHlnV { width:19rem;height:3.125rem;top:68.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReA0H1OV2IHXPCc4qeGaMxqoBz2Qwo0N { display:block; }
 }@media only screen and (max-width: 763px) { #Ei4rH2IoRVzL4uCp9Nml0rawLTeUOcwG { display:flex;width:2.0625rem;height:2.0625rem;top:69.3125rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13493063-5984-4936-84eb-41de40c118c2/SemTtulo5_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.adaptive-delivery-prevent-bg, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyload, #AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb.lazyloading { background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { background-color: transparent; background-image: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row > .video-iframe-container { display: none; }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .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); }#AzXc0oTEftGfFcPvTiK8PuLca93EK7Xb > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vvv7MgNo8preDhodSvvTPqrvpaR2mJt0 { width:19.875rem;height:3.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbXqGCJIs0KIEHScarnknSSr3fng02EC { width:19.875rem;height:3.125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqEW4WVIe2T2yOtuEV7POJncdpc3N7v6 { width:19.875rem;height:3.125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyDpZToi9KVRqJkusHPCsTpKUnHRz3yT { width:19.875rem;height:3.125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgPNQdSDDW3SXQcsDZipPoTTNX6uMpXq { width:19.875rem;height:4.5rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyUnvVL6yX7d0wXn8wt12aXQbVJBwuA { width:19.875rem;height:3.125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0EDITUGG5JJDqa19iXeR4Szz0CKCBwy { width:15.625rem;height:1.13720625rem;top:19.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qib7X8BgcOMVv5UyGcXEuTqqm6TSSgir { width:15.6875rem;height:1.13720625rem;top:24.3125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5l1fizVTuz91sR0gF7G8snTNGmiVbvN { width:15.6875rem;height:2.111325rem;top:29.6875rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU5PenHTsVIVKVZsb0MwfT2vkS6g2Zcc { width:15.5rem;height:1.94921875rem;top:33.837890625rem;left:3.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxveaUAXSanA5u9usoltd3N1sN5szbTN { width:15.75rem;height:1.13720625rem;top:38.75rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKwnIsMdVzhmV3BGUq0a7S3fbIgFiJuL { width:15.9375rem;height:0.9746125rem;top:43.625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCCeqTALDiydOvBFM466ndKusSQv8fv { width:2.875rem;height:3.1875rem;top:18.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQNoSUvyyXOloy6lssSr6UQzcMG1xTtV { width:3.75rem;height:4.25rem;top:22.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2vPXedOkURDzeLDelK5MMT0Gqy8GVTx { width:2.875rem;height:3.1875rem;top:28.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETcGv0BuOsknPCNpQ79qNZHcA6hJQa0 { width:3rem;height:3.3125rem;top:33.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBqmMWveCKtScuPUy3N49rfHQ4XPzvc { width:2.6875rem;height:2.1875rem;top:38.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKEugPXVI5coD9PCl2EpBut9LAt0x5 { width:3.3125rem;height:3.6875rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVKGauO07JonNvtGbpBPGLvnSc6vJh0Z { width:10.8125rem;height:0.89355625rem;top:44.625rem;left:3.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQflRaZRUA326XRMx5HcuJfDv7UrMxdZ { width:20rem;height:11.9970625rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG { background-color:#132035;background-image:url("https://images.assets-landingi.com/uc/1a4ee40b-3267-48b1-b124-65bd3098b5d8/SemTtulo5_02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.adaptive-delivery-prevent-bg, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyload, #eRJvm62ledlME0eRuc4AR4A2XM1lS6lG.lazyloading { background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { background-color: transparent; background-image: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row > .video-iframe-container { display: none; }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .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); }#eRJvm62ledlME0eRuc4AR4A2XM1lS6lG > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnW9mBcEwu1b3hTVxNUoUeDQNXP4Ox3E { width:17.875rem;height:8.9375rem;top:17.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohvMHDoUE6dktTy9UCPx6F6P58mtukL1 { width:7.4375rem;height:4.53515625rem;top:20.1875rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTX4QTdaZbKWWZQ2GyZt5CRDwoxinLL { width:4.5625rem;height:3.625rem;top:20.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGL4A7DKOOz1KGLAObWiaLhTM1ZZkyp { width:4.8125rem;height:3.5rem;top:40.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfUTQCmIV3TH7Fufw0xLx2xgVQA9mF7I { width:17.875rem;height:8.9375rem;top:38.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5XgQJsVczFtSTVTPe5TrEmn5ZJb4kEU { width:7.4375rem;height:3.0234375rem;top:40.6875rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimsurp9TmJz8vCfvOd4WzTdifrVrU4F { width:17.875rem;height:8.9375rem;top:7.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNmNBnRbq27FzxlzxTGabVidcMTMXV7i { width:9.6875rem;height:3.0234375rem;top:10.6875rem;left:7.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtNdQtffHcvSpgxKPPVMfztxs8PpD8mM { width:4.9375rem;height:4.9375rem;top:9.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2mT9VDydBD5TzIXgH8crUG8XtVCh0F { width:10.4375rem;height:2.88671875rem;top:31.125rem;left:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgZHGNo7RHAdwBqF0Dyw26N2rycCx6T9 { width:4.6875rem;height:4.6875rem;top:30.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saC2Ms3ZAVwT8g4h2r7B9SNpp8pCXcTF { width:17.875rem;height:8.9375rem;top:28.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO0qOgu2zw8lV2foR12T47UCTbEThEkt { width:17.875rem;height:14.9375rem;top:61.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z394zRmNUp7AfCJD9kkUcvmSNOpUDTBK { width:14.1875rem;height:2.3359375rem;top:70.5625rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqCOWVGAisNfre3OHhHKmUMaXQsNUJIw { width:14.1875rem;height:0.89355625rem;top:74.1875rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfoUKbbSb5FU3d1lqlDT4UNpZbyQTZL { width:12.3125rem;height:4.625rem;top:64.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM8fyvG52iPT4A3DXQs2iLoEZ3nKkcoi { width:20rem;height:4.798825rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BG3d9ezRR84NSevVKrXemJwR81OZCAcW { width:19rem;height:3.125rem;top:79rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRX9tBun67MHzd6nAy2e23gHTQ61o4UK { display:block; }
 }@media only screen and (max-width: 763px) { #xUUP3creVS9bPTbKRTug1eSPwx0OUkFU { display:flex;width:2.0625rem;height:2.0625rem;top:79.53125rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #Bzc6amdbEmf3Wf4c9Wr0E1KBoDHwHTIw { width:17.875rem;height:8.9375rem;top:48.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2u4ghzRb6HsegWxAhG1TdWa3tN1qbVL { width:4.375rem;height:4.375rem;top:51.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPmF8UasEMebJn90yXmFeD3GBEJFpLBr { width:10.4375rem;height:2.88671875rem;top:52.0625rem;left:7.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263cfeb1-2dbc-42d8-b454-3a91d23f6f01/bgbranco2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.adaptive-delivery-prevent-bg, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyload, #epPD2hitGsn0QqzIu1f8zT1zokbTTkGt.lazyloading { background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { background-color: transparent; background-image: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row > .video-iframe-container { display: none; }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .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); }#epPD2hitGsn0QqzIu1f8zT1zokbTTkGt > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inGdI6PCpKJ5z9KxKQM0KFS4vbwcRG0J { width:19.875rem;height:24.75rem;top:18.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBGJD82xoes6yQoyOsZ6gfwIx26ceZd { width:17.625rem;height:14.34375rem;top:21.847625rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6sQ2lEtqn7VuLdK0O7uVKv5HEo0sC4 { width:6.9375rem;height:3.5rem;top:5.0625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJsuRGxACI0W902WLFfr0MceLGu9z7Mh { width:4.9375rem;height:4.9375rem;top:16.2841796875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IvTAbyDD6db7KeU4U4QAUEvPJbfOk4 { width:5.5625rem;height:6.3125rem;top:15.5966796875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFti7aNNS9quvrgWGFd1gCU32gQzl7PH { width:2.125rem;height:0.5rem;top:22.160125rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhNAvsSO8ltTyBnNFQvrE8xdB5qkLZT { width:2.125rem;height:0.5rem;top:25.785125rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byHRx98wJ6pqNHUT46In4KqP9l2esHv8 { width:2.125rem;height:0.5rem;top:29.035125rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8PsTfDuAgR62z71149eZREVrdvkyiQc { width:2.125rem;height:0.5rem;top:33.722625rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGFwAHTaMPOeEDkioicWemVt4tAB5HS { width:2.125rem;height:0.5rem;top:37.285125rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOHq4v0DlIZscXSBShb5DoSqsF7fRgEN { width:2.125rem;height:0.5rem;top:39.722625rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowqeN2pgOagFybN0shfwCiVOcEtinI0 { width:20rem;height:4.7998rem;top:10.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.adaptive-delivery-prevent-bg, #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.lazyload, #eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl.lazyloading { background-image: none; }#eQGte7tcwSQ5MThMkH2JNwpGBUcvdgCl > .row .container { width:20rem;height:52.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yffXXNTe2iQCaKKmTIF38Uz3piQBtZdi { width:18.25rem;height:4.79980625rem;top:4.625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkGvDfkWBmEz20TmpAvOif2AgEiTyCy9 { width:4.3125rem;height:2.125rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCNmJ0CD8953EATMW0FPM0pDe4mThh7 { width:18.25rem;height:6.09375rem;top:10.7841796875rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg9vVn9xs9ZpR45Bl8CLxOCCg1PR7krn { width:17.9375rem;height:1.21875rem;top:19.3154296875rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKoKUVVxMl2xaGQlLOFMw5gBBaG8rvKH { width:20rem;height:22.6875rem;top:28.2529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbeGLv6524q0HT80xwFH8p6a95NL63Vb { width:18.875rem;height:4rem;top:22.2841796875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQAx35TUTlbsa5D7IhpZC5Z6mTnrq8F0 { width:20rem;height:0.1833205772765rem;top:52.1904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.adaptive-delivery-prevent-bg, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyload, #CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd.lazyloading { background-image: none; }#CQ2hgdRolO3RAP2TXT7RIwx96RZiwDPd > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xNLuWikSsJflOpFQ7WOvc42iCUFkEtAQ { width:20rem;height:6.29883125rem;top:4.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsGoC3wvQpO8A7WO4JqHAttMoQgbC31B { width:18.6875rem;height:30.375rem;top:14.826171875rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vweu7Qu05ro9lsVxORoR9BPZIx17Xmiv { width:17.4375rem;height:3.375rem;top:48.1435625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCNZADS9LBEBrxLzAl3aQymcKRQcLli { display:block; }
 }@media only screen and (max-width: 763px) { #ykTheTAwzhE61COXwgxA1ToGVT7hdF5k { width:20rem;height:0.1833205772765rem;top:52.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4ObrfirNswl6ciTXXANk7221dNExG { width:19.875rem;height:34.5rem;top:12.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHo568JDl8nnQ13yi2ppNQccKai8rC2o { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ea4b512-2766-4481-a760-ec0de065023a/bg_metodologia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o.adaptive-delivery-prevent-bg, #VHo568JDl8nnQ13yi2ppNQccKai8rC2o.lazyload, #VHo568JDl8nnQ13yi2ppNQccKai8rC2o.lazyloading { background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { background-color: transparent; background-image: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row > .video-iframe-container { display: none; }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .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); }#VHo568JDl8nnQ13yi2ppNQccKai8rC2o > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE8o8OedSUZbmuPBTPEKiKBdTwFy3CCs { width:20rem;height:5.17383125rem;top:6rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTiPlHp4ehKZtmy8RJfA36c7tR1gXBlw { width:6.9375rem;height:3.5rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuKCG2ytInndiSpfiTzq2K9w9wThdkEW { width:20rem;height:18.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FDewwZkOW9aXLQhkfdddfbHnr5sZn2 { width:17.5rem;height:3.4375rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkg860u35HJLIdukAqyRyA90CbcRZnOZ { display:block; }
 }@media only screen and (max-width: 763px) { #vyPAoxDXRQx8U4LZx9SUNbz6a7QLQyxI { width:20rem;height:5.763675rem;top:15.4375rem;left:0rem;display:block; }
 }