.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/449aa027-b5e7-4c93-b004-f1565839b6b6/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#BoB7vX1JDLbGzpNyHwpEpHCttxAgCvsh { background-color:#fc3674;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.73) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.9355625rem;height:4.436525rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:43.5625rem;left:0rem;display:block; }
#aXgd2Epwctu4e7p2TIbAtIX0ipKW53go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lcQyLMIk3HlLyOxa3PIQkGsbJLx4TGti { color:#18d1ad;display:block;width:39.4375rem;position:absolute;font-family:"exo 2";font-size:2rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.25rem;left:0rem;height:5.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ANylL7OzDu3psGgRLNF6t0y3TsfGXX0M { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66.25rem;width:54.6875rem;display:none; }
#z01NgkPp1oybgKqmsxEo5s5OTLFwhadN { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"exo 2";font-size:3rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem #000000;top:20.5625rem;left:0rem;height:10.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#agD0clezT67VsZAMIIxSbTLVHHOTHHEX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:19.25rem;top:2.1240234375rem;left:0rem;overflow:hidden;display:block; }
#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f48b8a9a-68de-4277-bfcb-2dc3333a35c1/BG3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5.adaptive-delivery-prevent-bg, #QBu87kZysRPDebz3erU6RhNQuwaXHgS5.lazyload, #QBu87kZysRPDebz3erU6RhNQuwaXHgS5.lazyloading { background-image: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { background-color: transparent; background-image: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container > .video-iframe-container { display: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row > .video-iframe-container { display: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .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); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { border-width: 0; border-radius: 0; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row > .video-iframe-container {  }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#vAUV2SNM5fXGhR6ZLoEToExFSkaK1AsK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:22.625rem;top:15.5rem;left:26.1875rem;overflow:hidden;display:block; }
#qlZ3eCIwp1wvB1iA81Muc2Xmhp1TkhNb { color:#ffffff;display:block;width:66.686875rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:30.9345703125rem;left:4.12353515625rem;height:21.45rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTCey5uZmyxFJx87QSs4bazyKgE3ln15 { color:#5dedd0;display:block;width:40.875rem;position:absolute;font-family:"exo2 black";font-size:2.4375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.5000009536743rem;left:17.062500953674rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iabKVbR7rbd1t9SBttwqHEkEQoR6TIhE { color:#ffffff;display:block;width:64rem;position:absolute;font-family:"exo2 black";font-size:2.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.5rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avvgeFezrvLsPD4uH9MvzzZd2K3ydPAH { position:absolute;display:block;z-index:100000;background-color:#1b857d;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:4.0625rem;width:42.625rem;top:5.0531263351441rem;left:16.187500953674rem;display:block; }
#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36c27d3a-c329-4491-8cfa-7edf8d7bcccc/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS.adaptive-delivery-prevent-bg, #FKTbrBSMrShRqegSg9TUKRnPfII5V6OS.lazyload, #FKTbrBSMrShRqegSg9TUKRnPfII5V6OS.lazyloading { background-image: none; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container { background-color: transparent; background-image: none; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container > .video-iframe-container { display: none; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row > .video-iframe-container { display: none; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .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); }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container { border-width: 0; border-radius: 0; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row > .video-iframe-container {  }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container { font-size:0.875rem;font-family:arial;height:198rem;width:75rem;position:relative;display:block; }#eU5tJCerCHHb8E2xV1chX95oxBUT119M { color:#000000;display:block;width:59.4375rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:57.375rem;left:7.78125rem;height:21.45rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgqb8OpRfpbNApkOaTaRc7J4RNPuUqUv { color:#000000;display:block;width:61.5625rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:166.9375rem;left:6.71875rem;height:23.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uoxkVsQt3pyxl4OB65hlSJlg9iZk7UM8 { color:#fc3674;display:block;width:55.125rem;position:absolute;font-family:"exo2 black";font-size:2.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:9.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpB0eWBDaFy1yU26fhbeNDpeN0oorBEl { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"montserrat jr";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:9.7724609375rem;left:25.0625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pH6DZGLX12XNtzG89zUrr8tzKLMC4gJx { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.4375rem;width:18.9375rem;top:13.9970703125rem;left:28.03125rem;display:block; }
#mguD8ygJXo8f5hT9w8qaEoa4uKKTT5PB { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:19.6875rem;top:16.875rem;left:24.75rem;overflow:hidden;display:block; }
#eShUSxzeovnedep2fixuLbGX4o3slJSq { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:16.125rem;top:51.4375rem;left:28.5625rem;display:block; }
#uufP2Dxg5oHaQkslEXa4wupkqoCUmZRi { color:#9a7415;display:block;width:16.125rem;position:absolute;font-family:"exo2 black";font-size:2.3125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:47.6875rem;left:28.5625rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NpNDCNma7E9SAnElgx0ykDDHHTImpVxH { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:16.125rem;top:46.875rem;left:28.5625rem;display:block; }
#TRccb9gXTfTrI5XkZ578M7Qs6l5zQRQI { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"montserrat jr";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:21.1875rem;left:5.0625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJbHvB8Z60HSJzoyvNPtZqxxrSbFilau { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"montserrat jr";font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:21.1875rem;left:45.125rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1WOEiyFgeIb171c5BcnVGVwI2otDgmx { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6rem;top:80.5625rem;left:8.375rem;overflow:hidden;display:block; }
#prPXw0CuALFptEZgwwMMGXVwtVWTPZEW { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:5.375rem;top:88.248046875rem;left:61.24609375rem;overflow:hidden;display:block; }
#UF9TqkwnX1WVTkIVdTbK4oy6VoK3CRdE { color:#fc3674;display:block;width:45.375rem;position:absolute;font-family:"exo 2";font-size:2.1875rem;font-weight:normal;z-index:100018;line-height:1.1;letter-spacing:0;top:82.203125rem;left:16.625rem;height:7.36875rem;text-align:center;text-align-last:center;display:block; }
#IuqJP1pruU7p7ZQXWLa4ImtOI8w90MVZ { color:#17d1ab;display:block;width:45.375rem;position:absolute;font-family:"exo 2";font-size:2.1875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:89.375rem;left:16.625rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CZczlITiWqHrDvBCSAgimsNmVwKe7Lvi { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:"exo 2";font-size:1.75rem;font-weight:400;z-index:100019;line-height:1;letter-spacing:0;top:95.0625rem;left:17.248046875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sxdFGCByvxrGSIxCO5E1vlClK3oN1Cx9 { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:block; }
#XGd2DVKABNEdr9GS9opNiuB1skQvBq7y { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"exo 2";font-size:1.5625rem;font-weight:400;z-index:100020;line-height:1;letter-spacing:0;top:100.25rem;left:22.875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFXaUzMIgwsoGZR1d4Ai3JQGZVJoPqBb { color:#2acec1;display:block;width:45.375rem;position:absolute;font-family:"exo2 black";font-size:3.8125rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:106.6875rem;left:13.9375rem;height:4.19375rem;text-align:center;text-align-last:center;display:block; }
#sSRefvJCiQVdfIaZD2kHSgqfcVvP7UO7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:18.125rem;top:112.5625rem;left:26.25rem;overflow:hidden;display:block; }
#pXWiKShWHSHHGp5wfhWSxOwZVFwyHeWi { color:#2acec1;display:block;width:3.625rem;position:absolute;font-family:"exo2 black";font-size:8.5625rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:116.5rem;left:44.6875rem;height:9.41875rem;text-align:center;text-align-last:center;display:block; }
#QzuLpAW0M9qoK3hV4Kb15lwSmTzsS5zu { color:#fc3674;display:block;width:17.9375rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100022;line-height:1.1;letter-spacing:0;top:132.734375rem;left:18.84375rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#SezVuXBlxsxVcVnBwNKPqv9TWJ7WtoSA { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:6.625rem;top:131.6240234375rem;left:23.96875rem;overflow:hidden;display:block; }
#pEX35Jk8TPiOoUCmvJqqwZK45qxMps6c { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:14.5rem;top:126.396484375rem;left:40.010638297872rem;overflow:hidden;display:block; }
#E4xt0COSxwcZtKetTHennbTW6RW2zDmr { color:#fc3674;display:block;width:21.5rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100029;line-height:1;letter-spacing:0;top:132.208984375rem;left:36.96875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#KgTdTBf563VIgnR2rN54vGLpXltDQBT5 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:140.625rem;left:22.28125rem;overflow:hidden;display:block; }
#q74EwueRVBsq2NoNpqQOMLGtUA5reJxT { color:#fc3674;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100027;line-height:.9;letter-spacing:0;top:143.625rem;left:20.0625rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#XAFQ97PZX7rpqKq6nt5ybeB7bRXGqohG { color:#fc3674;display:block;width:17.9375rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100028;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:144.2001953125rem;left:38.560546875rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#tXkNvHl2T82LkrpDHttus6k9AMRkIFDJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.3125rem;top:142.03125rem;left:42.603515625rem;overflow:hidden;display:block; }
#GKtJcTUiE9zDu3wo8kLtyUqD5UrcnCR8 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:7.625rem;top:154.125rem;left:23.0625rem;overflow:hidden;display:block; }
#f8UPBK4SNyFB250bzbMcuZWH6P9HtgC8 { color:#fc3674;display:block;width:18.375rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100026;line-height:.9;letter-spacing:0;top:155.681640625rem;left:17.9375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#Qvf3NDBDg2a1XLVnX6GFeKLUNWAraHq6 { color:#fc3674;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100025;line-height:1;letter-spacing:0;top:156.25rem;left:40.125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#TStkhWQiEvXpRptkfzXfbdzw3aRNvGeC { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:14.5rem;top:152.875rem;left:40.197265625rem;overflow:hidden;display:block; }
#OlUKefrRQZO4v5yxgT8noceWTV2a329T { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:11.25rem;top:153.310546875rem;left:21.65625rem;overflow:hidden;display:block; }
#uDssGfRt1T19UR7Bh9w2plG3vTGu0aSp { position:absolute;display:block;z-index:100021;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;border-left:0.125rem solid #fc3674;border-right:0;border-bottom:0;height:31.1875rem;width:0.625rem;top:130.6875rem;left:37.4375rem;display:block; }
#Fx1gyWWebbHzbWEVUkT6h8FaTo4zczgS { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.4375rem;width:18.9375rem;top:25.412109375rem;left:7.78125rem;display:block; }
#yQUwfkHyVTFKGeOy7eeekdR4ylT0mqV7 { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.4375rem;width:18.9375rem;top:25.412109375rem;left:48.09375rem;display:block; }
#a8IkNNoTc5v3t61QclaZsLS92ELZiAmT { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:none; }
#L3ERo4k17X8B7fspzmHgTotZLw4yIxHf { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:none; }
#oFhmKT0BRe3dGLdMWEeGtZxd8wMThOg9 { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:none; }
#icu9AQSlDGAk4VIfB9J60Trg9kgWWEmi { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:none; }
#UKSpIQu0bWJOBMxFng7yKZnzmiCPKERG { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:37.3125rem;top:99.3125rem;left:18.84375rem;display:none; }
#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.adaptive-delivery-prevent-bg, #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.lazyload, #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.lazyloading { background-image: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { background-color: transparent; background-image: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container > .video-iframe-container { display: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row > .video-iframe-container { display: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .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); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { border-width: 0; border-radius: 0; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row > .video-iframe-container {  }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { font-size:0.875rem;font-family:arial;height:89.6875rem;width:75rem;position:relative;display:block; }#Gl5BpEneIZXB9ZAZ4CnXGq0Joqn32I1U { color:#fc3674;display:block;width:32.5rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:normal;z-index:100031;line-height:.9;letter-spacing:0;top:6.5625rem;left:20.3125rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#Hv0tTkpzHk5NXDweZIIHsVSfRRNPOiRf { color:#17d1ab;display:block;width:21.6875rem;position:absolute;font-family:"exo 2";font-size:1.5625rem;font-weight:400;z-index:100022;line-height:1;letter-spacing:0;top:11.375rem;left:25.6875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jn1ZUVUe5NcG5R8sFnfoJJNDky55mgZc { color:#fc3674;display:block;width:11.625rem;position:absolute;font-family:"exo2 black";font-size:2.25rem;font-weight:normal;z-index:100037;line-height:.9;letter-spacing:0;top:18.8125rem;left:12.6875rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#yr0kTmokRAQMxZPVZzy1y0TSs8OpEkyk { color:#17cbc1;display:block;width:18.875rem;position:absolute;font-family:"exo2 black";font-size:1.25rem;font-weight:normal;z-index:100037;line-height:.9;letter-spacing:0;top:22.0625rem;left:9.375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#HvJDbQavuFAx6TzSPC9IXshfpFatZZef { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8487db1-dcb9-4bf6-ae07-3f1779996af9/Elemento8Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.0625rem;width:26.375rem;top:17rem;left:5.8125rem;display:block; }#HvJDbQavuFAx6TzSPC9IXshfpFatZZef.adaptive-delivery-prevent-bg, #HvJDbQavuFAx6TzSPC9IXshfpFatZZef.lazyload, #HvJDbQavuFAx6TzSPC9IXshfpFatZZef.lazyloading { background-image: none; }
#HvJDbQavuFAx6TzSPC9IXshfpFatZZef::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#HvJDbQavuFAx6TzSPC9IXshfpFatZZef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#nxek2Ty9kNwwazCBM09LIXL0NdKUWetI { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.1875rem solid #17d1ab;border-left:0.1875rem solid #17d1ab;border-right:0.1875rem solid #17d1ab;border-bottom:0.1875rem solid #17d1ab;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30.6875rem;width:27.8125rem;top:16rem;left:4.875rem;display:block; }
#ECPu9xH1DDcZ2yqEF6EC5eoWdyV8zIut { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"exo 2";font-size:1.1875rem;font-weight:400;z-index:100028;line-height:.9;letter-spacing:0;top:26.875rem;left:10.8125rem;height:12.825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBCt6uR5fONBTpMxgv4C2Z3ZzINrfnnm { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"exo 2";font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.1;letter-spacing:0;top:41.8125rem;left:9rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWezC4T3hL4bJrSvaKG0OlSGUGALwA35 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfdbd378-9395-452d-8eb8-58da27f29524/Elemento82Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.0625rem;width:26.375rem;top:17rem;left:43.25rem;display:block; }#KWezC4T3hL4bJrSvaKG0OlSGUGALwA35.adaptive-delivery-prevent-bg, #KWezC4T3hL4bJrSvaKG0OlSGUGALwA35.lazyload, #KWezC4T3hL4bJrSvaKG0OlSGUGALwA35.lazyloading { background-image: none; }
#KWezC4T3hL4bJrSvaKG0OlSGUGALwA35::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#KWezC4T3hL4bJrSvaKG0OlSGUGALwA35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#pkJrfaL9PmnlvMfUUcBK2NhKD8unOosg { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.1875rem solid #17d1ab;border-left:0.1875rem solid #17d1ab;border-right:0.1875rem solid #17d1ab;border-bottom:0.1875rem solid #17d1ab;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30.6875rem;width:27.8125rem;top:16rem;left:42.375rem;display:block; }
#rmbCPXr8oOgezibbUckmU0zgnRmzSCOA { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"exo 2";font-size:1.0625rem;font-weight:700;z-index:100035;line-height:1.1;letter-spacing:0;top:39.5rem;left:46.375rem;height:3.50625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiT3drTGi7i2KGcTEJy24xwI6L8KNPZS { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"exo 2";font-size:1.1875rem;font-weight:400;z-index:100034;line-height:1.2;letter-spacing:0;top:26.6875rem;left:46.125rem;height:9.975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ALqyDgcONID6GXHOqWl9GtHsOagAGIcq { color:#fc3674;display:block;width:18.875rem;position:absolute;font-family:"exo2 black";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:.9;letter-spacing:0;top:22.0625rem;left:46.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#REWBdTd8inAOIVMLT3KJii8tEaQGrcmL { color:#17cbc1;display:block;width:11.625rem;position:absolute;font-family:"exo2 black";font-size:2.25rem;font-weight:normal;z-index:100043;line-height:.9;letter-spacing:0;top:18.8125rem;left:50.125rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#RJC4gpsV42i9rXALvB0dSo0NZ102v9J8 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"exo 2";font-size:1.0625rem;font-weight:700;z-index:100035;line-height:1.1;letter-spacing:0;top:78.0625rem;left:7.8125rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8487db1-dcb9-4bf6-ae07-3f1779996af9/Elemento8Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.0625rem;width:26.375rem;top:53.25rem;left:5.8125rem;display:block; }#o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl.adaptive-delivery-prevent-bg, #o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl.lazyload, #o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl.lazyloading { background-image: none; }
#o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#k8eXJ8n0T5352B8tfsUdbeTc6w5aqv94 { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.1875rem solid #17d1ab;border-left:0.1875rem solid #17d1ab;border-right:0.1875rem solid #17d1ab;border-bottom:0.1875rem solid #17d1ab;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30.6875rem;width:27.8125rem;top:52.25rem;left:4.875rem;display:block; }
#TNOFo77smeuPlLUrEJRmW4TBdgUDqADH { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"exo 2";font-size:1.1875rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:62.375rem;left:10rem;height:12.35rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tbyAFHbBnRQxtTUIVFroATbLWsrgTR8S { color:#17cbc1;display:block;width:18.875rem;position:absolute;font-family:"exo2 black";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:.9;letter-spacing:0;top:58.3125rem;left:9.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Ki69ollDZNP6n8p5BZZnH7TBmTEhFbcA { color:#fc3674;display:block;width:11.625rem;position:absolute;font-family:"exo2 black";font-size:2.25rem;font-weight:normal;z-index:100043;line-height:.9;letter-spacing:0;top:55.0625rem;left:12.6875rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfdbd378-9395-452d-8eb8-58da27f29524/Elemento82Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.0625rem;width:26.375rem;top:53.25rem;left:43.25rem;display:block; }#RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB.adaptive-delivery-prevent-bg, #RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB.lazyload, #RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB.lazyloading { background-image: none; }
#RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#Rcnr4Mc9Zc1kgspJgwcI4tlVccJNTiOa { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.1875rem solid #17d1ab;border-left:0.1875rem solid #17d1ab;border-right:0.1875rem solid #17d1ab;border-bottom:0.1875rem solid #17d1ab;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30.6875rem;width:27.8125rem;top:52.25rem;left:42.375rem;display:block; }
#SNyxQV3NO8DSHBMetVpZSTqO3c7A0tpZ { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"exo 2";font-size:1.0625rem;font-weight:700;z-index:100041;line-height:1.1;letter-spacing:0;top:78.125rem;left:45.4375rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ue7a7ybs76Rk0E5ZQx9avm1x5twJTkvJ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"exo 2";font-size:1.1875rem;font-weight:400;z-index:100029;line-height:1.2;letter-spacing:0;top:62.9375rem;left:45.75rem;height:11.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwikg33y6L7x14tC96UdADVl6wNnUylA { color:#fc3674;display:block;width:18.875rem;position:absolute;font-family:"exo2 black";font-size:1.25rem;font-weight:normal;z-index:100049;line-height:.9;letter-spacing:0;top:58.3125rem;left:46.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#hoRlDGEkxODP4PtoWmJXm4dU7lE843hx { color:#17cbc1;display:block;width:11.625rem;position:absolute;font-family:"exo2 black";font-size:2.25rem;font-weight:normal;z-index:100049;line-height:.9;letter-spacing:0;top:55.0625rem;left:50.125rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/072e286a-6a5d-4959-aff9-c172da7784a3/bg5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN.adaptive-delivery-prevent-bg, #LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN.lazyload, #LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN.lazyloading { background-image: none; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container { background-color: transparent; background-image: none; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container > .video-iframe-container { display: none; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row > .video-iframe-container { display: none; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .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); }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container { border-width: 0; border-radius: 0; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row > .video-iframe-container {  }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#TzGEJw9RT3gR7D9P0g0hQ4uuzQnTcAp7 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:6.3125rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWyp7p9fb6RAlpSmU149BtNoZBfGGITA { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:99998;line-height:1.1;letter-spacing:0;top:15.1875rem;left:6.3125rem;height:25.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wseoALv8dSQG4ocLPCoqz0QHurOraruF { color:#2acec1;display:block;width:25.124rem;position:absolute;font-family:"exo2 black";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:43.6875rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSTMH9ErAEMuE972QfoHogEozqAwe6D5 { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:99999;line-height:1.1;letter-spacing:0;top:15.875rem;left:43.4375rem;height:21.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oiDtQM6ig09Z7BsqrQuBGImPmG441ogx { color:#ffffff;display:block;width:27.6245rem;position:absolute;font-family:"montserrat 500";font-size:1.375rem;font-weight:700;z-index:99998;line-height:1.3;letter-spacing:0;top:10.99951171875rem;left:3.49951171875rem;height:35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#MJGFGXrRbKzgC6b0moclwLo02eEDf6iZ { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8285a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8285a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:30.75rem;width:29.25rem;top:13rem;left:4.125rem;display:block; }
#mwIRTtHTyEV92c06mrOGTlT874rVP3o9 { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #c8285a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8285a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8285a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #c8285a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:27.375rem;width:29.25rem;top:13rem;left:41.625rem;display:block; }
#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7a2b90a-06fa-442f-9c0d-5964a98fe35e/bg6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr.adaptive-delivery-prevent-bg, #vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr.lazyload, #vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr.lazyloading { background-image: none; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container { background-color: transparent; background-image: none; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container > .video-iframe-container { display: none; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row > .video-iframe-container { display: none; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .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); }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container { border-width: 0; border-radius: 0; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row > .video-iframe-container {  }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container { font-size:0.875rem;font-family:arial;height:222.3125rem;width:75rem;position:relative;display:block; }#H2bgQkpPWnU3uX3fQyW7KCUgPFCciEMc { background-color:#17d1ab;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(15,133,109,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"exo 2";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:4.12305rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:60.091796875rem;left:20.15625rem;display:block; }
#Witd4uSm8uOpc2I8N4lvcu00m0Eb09pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NR3NdN0e4B1TPmK8GcJvzJpcacznA0ZT { color:#060606;display:block;width:53.75rem;position:absolute;font-family:"montserrat 500";font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:165.8359375rem;left:10.625rem;height:39.325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itgeMqip8DGihOG6fxo87fKdeeZCBWQp { color:#fc3674;display:block;width:62.74875rem;position:absolute;font-family:"exo2 black";font-size:2.1875rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:4.251953125rem;left:6.1240234375rem;height:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHrwtgtWFJBo7a0HgnWsrWM5FzuaKTsX { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:4.1875rem;width:54.125rem;top:16.9375rem;left:10.4375rem;display:block; }
#xhfuv3nEs41urf3BnedmAEEOTrgLwP7g { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"exo2 black";font-size:2.1875rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:17.8125rem;left:24.3125rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTuuOveR0OVKGac0hT1gT6hkDCqDTtBR { color:#fc3674;display:block;width:22.4375rem;position:absolute;font-family:"exo2 black";font-size:1.9375rem;font-weight:400;z-index:100009;line-height:.9;letter-spacing:0;top:25.5625rem;left:6.125rem;height:6.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKRe7fNZWIpL7Jdxy8cNE1vLN5PLoTPD { color:#060606;display:block;width:23.875rem;position:absolute;font-family:"montserrat black";font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.2;letter-spacing:0;top:31.25rem;left:8.0625rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzpE7TSEWsP343N03zl6cZytS6qOQZVX { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.0625rem;top:31.25rem;left:6.125rem;overflow:hidden;display:block; }
#gGwqre0r8mg1omL2yCTk8iZgnwmKxQRx { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.0625rem;top:34.375rem;left:6.125rem;overflow:hidden;display:block; }
#GM64aCuC9RNTxDbiRtgROKE4ThTcQuc8 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.0625rem;top:37.4375rem;left:6.125rem;overflow:hidden;display:block; }
#tSyRRMfepKedVWXn9hVimCFmAa4GIxwr { color:#2acec1;display:block;width:20.6875rem;position:absolute;font-family:"exo2 black";font-size:1.9375rem;font-weight:400;z-index:100010;line-height:.9;letter-spacing:0;top:25.5625rem;left:37.947265625rem;height:6.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZiv1ZKpCZ2OvXVBoceqHVDOtoeeGV3W { color:#060606;display:block;width:25.125rem;position:absolute;font-family:"montserrat black";font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;top:33rem;left:39.822265625rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w2Xv4JxuNmxUkkXHvM4vkeNiNO5dx2ab { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:33.0625rem;left:37.947265625rem;overflow:hidden;display:block; }
#KZVX76aCqFKTkPpVFbpClwT9puKEi0Vy { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:40.6875rem;left:37.947265625rem;overflow:hidden;display:block; }
#TSC4HaDmL4w9sV5TXleiKAvaD77tW6UG { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:48.25rem;left:37.947265625rem;overflow:hidden;display:block; }
#rCCLW2PUTvhfITmkbcdLXiKhWOqzsmI4 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:52.75rem;left:37.947265625rem;overflow:hidden;display:block; }
#FT8T0dPwtQgTc4M2omxqvhtT1kF2EToZ { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.375rem;width:32.5rem;top:74.0625rem;left:1.75rem;overflow:hidden;display:block; }
#fJiN9uFED9ib15tDfvrJOkmIZ8hc8pK5 { color:#fc3674;display:block;width:31.6875rem;position:absolute;font-family:"exo2 black";font-size:3.625rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:74.8125rem;left:40.1875rem;height:7.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQJ534WDim8Z2n9oFxdVi82cFFvtyyNh { color:#060606;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;top:72.875rem;left:51.75rem;height:2.475rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zuZkoFW2As2x6HfpsKo0v6Gg2xVD5drk { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.4375rem;width:25rem;top:79.6875rem;left:46.875rem;display:block; }
#csU9vHw8moqU3Zz2rtzBqAuJpdwf62gf { color:#060606;display:block;width:36rem;position:absolute;font-family:"montserrat black";font-size:1.1875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:85.0625rem;left:35.9375rem;height:24.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WMQiZ5yALLx9H0KPnIWGG6bOLlDZbD9n { color:#fc3674;display:block;width:43rem;position:absolute;font-family:"exo2 black";font-size:3.625rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:120.375rem;left:3.125rem;height:7.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GayTTRlm3syeQhX6dInXE1EmyW9ZlTNo { color:#060606;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:100026;line-height:1.2;letter-spacing:0;top:118.4375rem;left:3.125rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oiGIVSm7d3AXJXa0anHLgeCAZ0QsEhh2 { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(89deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(89deg, #7c6218, #f1e156);background-image: -o-linear-gradient(89deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(89deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.4375rem;width:25rem;top:125.25rem;left:3.125rem;display:block; }
#S0rMfH6TXGBIESJGFQCTJsKAVUpCXrQJ { color:#060606;display:block;width:36rem;position:absolute;font-family:"montserrat black";font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:130.6875rem;left:3.259765625rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zrQ0B6ZLzZLAZMBKV9VZwwxvt6G9ovWr { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.875rem;width:31.875rem;top:119.5625rem;left:40.351076877269rem;overflow:hidden;display:block; }
#RRySQ7nsMMCUzbicu02U106OFKXy4g6i { color:#9a7415;display:block;width:46.8125rem;position:absolute;font-family:"exo2 black";font-size:2.4375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:156.3125rem;left:14.75rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vrn1zkXGXrFFO3HV2pZIvErainFoa99T { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f3f3f3);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f3f3f3);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f3f3f3);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f3f3f3' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f3f3f3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27rem;width:38.5625rem;top:84.062503337862rem;left:34.624999046326rem;display:block; }
#vf7Td1NzoSQO77pXU8TancQPTiULv19B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97f817d6-c0db-43df-ac48-a141ce22391d/Background2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B.adaptive-delivery-prevent-bg, #vf7Td1NzoSQO77pXU8TancQPTiULv19B.lazyload, #vf7Td1NzoSQO77pXU8TancQPTiULv19B.lazyloading { background-image: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { background-color: transparent; background-image: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container > .video-iframe-container { display: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row > .video-iframe-container { display: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .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); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { border-width: 0; border-radius: 0; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row > .video-iframe-container {  }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#CkSqOQl6wTmVMRFt2nal3Fwf4INOL8mE { background-color:#fc3674;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(200,40,90,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:4.12109375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:46.75rem;left:20.15625rem;display:block; }
#zNfknv2NdmSiGM5KNC39rLsy82Rmk4S4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DSnmyKmqILHwiplsvGhxSqDn5y2XqzbA { color:#fc3674;display:block;width:62.625rem;position:absolute;font-family:"exo2 black";font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.1875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkCwN4qpkdk6XJt0igTL8EABIWAuhGk4 { color:#fc3674;display:block;width:62.436rem;position:absolute;font-family:"montserrat 900";font-size:2rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.04638671875rem;left:6.27978515625rem;height:5.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#U6uTmFsKwEAgTfsCqvimoeXL1yT8fcDm { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:20.25rem;top:17.625rem;left:32rem;overflow:hidden;display:block; }
#l92pDpWULsItzQo6TNb6NhxJEhcdXJlT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:27.75rem;top:17.6875rem;left:3.5625rem;overflow:hidden;display:block; }
#DSrO4Nz00gfx8UOikOTvC5mWrSKFPBwH { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:18.8125rem;top:32.0625rem;left:52.625rem;overflow:hidden;display:block; }
#yXHmrl5CbvwFOT3cT64zKDqfc7E00owS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:18.75rem;top:17.625rem;left:52.625rem;overflow:hidden;display:block; }
#rwTpVOFrzI2yS0HQzkUP6TgefMW36VKz { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:"montserrat 900";font-size:1.5625rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:10.6875rem;left:17.3125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcMk1crV5n3s957aK5URFXfQTzVoHZBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bfd7fa5-cedd-47f0-aafb-72d9c7c9c2a7/bg8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH.adaptive-delivery-prevent-bg, #dcMk1crV5n3s957aK5URFXfQTzVoHZBH.lazyload, #dcMk1crV5n3s957aK5URFXfQTzVoHZBH.lazyloading { background-image: none; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container { background-color: transparent; background-image: none; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container > .video-iframe-container { display: none; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row > .video-iframe-container { display: none; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .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); }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container { border-width: 0; border-radius: 0; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row > .video-iframe-container {  }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container { font-size:0.875rem;font-family:arial;height:243.25rem;width:75rem;position:relative;display:block; }#lFeqUq09SiZThypedqwcOLil25Tqc7s5 { color:#fc3674;display:block;width:41.4375rem;position:absolute;font-family:"exo2 black";font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:4.5rem;left:16.781250953674rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTyyS1u5gTK8QgOJFZTmif9IAuzmfTWM { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15.0625rem;top:14rem;left:3.125rem;overflow:hidden;display:block; }
#fTgrTzyIc5F20QrNTVgTaSnPumSPGgtK { color:#000000;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:19.1875rem;left:20.9375rem;height:1.7875rem;font-style:normal;display:block; }
#qJv2fvFzGGOfL3wEIUdBzqJlTJxQrVn3 { color:#000000;display:block;width:39rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.75rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXwVxm2aVvE7LxZ2eThmv3zo5O94SoNX { color:#ffffff;display:block;width:0.625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:18.875rem;left:17.25rem;height:2.4375rem;font-style:normal;display:block; }
#ovfUM4TKOyLoAoTOU6ozTWc3zlxoGbnA { position:absolute;display:block;z-index:100016;background-color:#fc3674;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:17.875rem;left:15.375rem;display:block; }
#c7qa86qrD2wELHMU0RwFPuvyzgTDXp0U { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:49rem;top:20.0625rem;left:14rem;display:block; }
#in6eeMdpLtbbkFW9Su0lRwcpIpN6GxD0 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(175deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(175deg, #7c6218, #f1e156);background-image: -o-linear-gradient(175deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(175deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:31.4375rem;top:18.4375rem;left:17.5625rem;display:block; }
#WDOMsD2PAJzW0RF0TWO4CusJGKKkOUZE { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15.0625rem;top:36.71875rem;left:56.8125rem;overflow:hidden;display:block; }
#LUsBNc0AGJOfbLyUvqulmgvFJ32GTdIW { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:46.661743164062rem;left:15.593750953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vo0tAqUyQnVyNSlqxUGpcgAMr0cJ9bgk { color:#ffffff;display:block;width:1.125rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:41.40625rem;left:56.3125rem;height:2.4375rem;font-style:normal;display:block; }
#AQ6UCSfb93rHR1OpIct4yvmA74nWX8is { position:absolute;display:block;z-index:100023;background-color:#2acec1;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:40.4375rem;left:54.5625rem;display:block; }
#BK7DFFTcTfIMqoBCpUq14aPnmgMVFss7 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(343deg, #f1e156, #7c6218);background-image: -moz-linear-gradient(343deg, #f1e156, #7c6218);background-image: -ms-linear-gradient(343deg, #f1e156, #7c6218);background-image: -o-linear-gradient(343deg, #f1e156, #7c6218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );";background-image: linear-gradient(343deg, #f1e156, #7c6218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:30.625rem;top:41rem;left:26.25rem;display:block; }
#VAE3OPzmGyrKQ5BDZ2BuZgiNoaaG2Hz9 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:41.75rem;left:27.3125rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sWnIW9qts6JsPZIWPQZV0UK2lirrTdCr { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:69.1875rem;left:20.937500953674rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XweNMP7aQK0gUvTQIkbumTLt7BKLJLWS { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:49rem;top:65.6875rem;left:14rem;display:block; }
#eyV1Fnz3COEvo1zXOqzuTTWlXUIdFPcU { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:59.625rem;left:3.125rem;overflow:hidden;display:block; }
#JeuxLIoaeGeR8knD0AsArGhgv2JR8IM2 { color:#ffffff;display:block;width:1rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:64.46875rem;left:17.03125rem;height:2.4375rem;font-style:normal;display:block; }
#ZzmHGT5gtv1G5OTAF0i8vNbwSn810M6k { position:absolute;display:block;z-index:100023;background-color:#fc3674;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:63.5rem;left:15.375rem;display:block; }
#F2rvCpwkxteH6yn3yydr49tVFC8FIV9i { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(175deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(175deg, #7c6218, #f1e156);background-image: -o-linear-gradient(175deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(175deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:26.3125rem;top:64.0625rem;left:17.562500953674rem;display:block; }
#MdaSWkFBZ9RtbTuyvxGBJ782msV0TeAM { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:64.8125rem;left:20.937500953674rem;height:1.7875rem;font-style:normal;display:block; }
#n4nG47GP8RI3ZoMxangzTAuMdhLKVNnI { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:82.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#T883vI8EXAdvb9Luc0XoSCpntR4T8W91 { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:92.625rem;left:15.625000953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pPimAdQRgRDlfTrdN213SpSToPa7h1fx { position:absolute;display:block;z-index:100030;background-color:#2acec1;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:86.1875rem;left:54.5625rem;display:block; }
#VEVOnHf4pvMOhbO3nTeNv3GEFDIw0GDc { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(343deg, #f1e156, #7c6218);background-image: -moz-linear-gradient(343deg, #f1e156, #7c6218);background-image: -ms-linear-gradient(343deg, #f1e156, #7c6218);background-image: -o-linear-gradient(343deg, #f1e156, #7c6218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );";background-image: linear-gradient(343deg, #f1e156, #7c6218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:38.3125rem;top:86.75rem;left:18.687500953674rem;display:block; }
#erT1c4F2O3ThK5ULykyPn6gda5bGyfyV { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:87.125rem;left:56.125002861023rem;height:2.4375rem;font-style:normal;display:block; }
#kylKVSdd1rc94Z1pPvk6x56BWiCX57d1 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:87.5rem;left:18.875rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CoHy0uJKXZcdGSceLEK5tTHbAsgbHSSd { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:114.625rem;left:20.937500953674rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ib0pCdm3PIhZPoQXkBU8FAH9zTpCloey { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(200,40,90,0.32) ;height:10.75rem;width:49rem;top:111rem;left:14rem;display:block; }
#PHsskkfuedvQcn5DczdUO6kDePuGPiNy { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:104.9375rem;left:3.125rem;overflow:hidden;display:block; }
#r1NgVZTWGOUE3igIRJMfqVcEk84Kvtdx { position:absolute;display:block;z-index:100030;background-color:#fc3674;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:108.8125rem;left:15.375rem;display:block; }
#yW4CN8rpfMqDgS7nf7NyKE9TJZkiVzXo { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(175deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(175deg, #7c6218, #f1e156);background-image: -o-linear-gradient(175deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(175deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:22rem;top:109.375rem;left:18.8125rem;display:block; }
#C0Ni4Hr42IN90AmWwJbhwuSnbc3Mh1Bk { color:#ffffff;display:block;width:1rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:109.8125rem;left:17.0625rem;height:2.4375rem;font-style:normal;display:block; }
#p8tfWl49oQfwSi0xWIUtSBwRncvBwfbG { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:110.125rem;left:20.9375rem;height:1.7875rem;font-style:normal;display:block; }
#dRFvCTp2eglT6s6VTFsDDwQo7ETkTbtC { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:127.5625rem;left:56.8125rem;overflow:hidden;display:block; }
#lGr1UpWJsVBtQt54TyeG9qxDoop7FOlO { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:137.6875rem;left:15.625000953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hiEqNHuxXkeOgvdrIXf6KS0sguVsml00 { position:absolute;display:block;z-index:100037;background-color:#2acec1;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:131.3125rem;left:54.5625rem;display:block; }
#IlVPCeA18RbpeaVkbDGM7SeoDrs286SV { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(4deg, #f1e156, #7c6218);background-image: -moz-linear-gradient(4deg, #f1e156, #7c6218);background-image: -ms-linear-gradient(4deg, #f1e156, #7c6218);background-image: -o-linear-gradient(4deg, #f1e156, #7c6218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );";background-image: linear-gradient(4deg, #f1e156, #7c6218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:43rem;top:131.875rem;left:14.125rem;display:block; }
#enC5ysbtd4clzfuXcxwapHHgovh4PTs2 { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:132.25rem;left:56.125rem;height:2.4375rem;font-style:normal;display:block; }
#JWVoRy6cKQA45lX6DctTxaLBLQnsqTBe { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:132.625rem;left:14rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y2JZXBdFJ1tTGuFaWk2EuAneqRRhP8ER { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:160.0625rem;left:20.937500953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vVSRJry1JFgKH9vSJ0gItJAvvbNimdgq { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:49rem;top:156.4375rem;left:14rem;display:block; }
#MNrCesbpNLJQgOlJNNgf2EcpQCxnWR0F { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:150.375rem;left:3.125rem;overflow:hidden;display:block; }
#LqHQxXaGVVOcch6yxV8izs8HzFrLbstL { position:absolute;display:block;z-index:100037;background-color:#fc3674;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:154.25rem;left:15.375rem;display:block; }
#Xfd4hJuEQfBV3VMModUmvmktXw64XdUU { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(175deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(175deg, #7c6218, #f1e156);background-image: -o-linear-gradient(175deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(175deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:20.5rem;top:154.8125rem;left:17.5rem;display:block; }
#AaI1VOV3TU0lwIHa3QxOVR5vx0XWGSTa { color:#ffffff;display:block;width:1rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:155.25rem;left:17.0625rem;height:2.4375rem;font-style:normal;display:block; }
#vnEswUo3h32Is0vrcdoEtA9okqhhmzpq { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:155.5625rem;left:20.9375rem;height:1.7875rem;font-style:normal;display:block; }
#AXxERKpIZAiEclu9X90KH6zSCdUvAuVb { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -moz-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -ms-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -o-linear-gradient(180deg, #fc3674, #fd7ea6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );";background-image: linear-gradient(180deg, #fc3674, #fd7ea6);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:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:53rem;top:178.9375rem;left:7.375rem;display:block; }
#KGoE85BQ2N4rwTCVcWbC1ZL1HSG8wgP4 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:173.25rem;left:56.875rem;overflow:hidden;display:block; }
#Zi0WgR0qHIcSxVcDuf4VHzcIMp5VUGkG { color:#000000;display:block;width:44.25rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:182.75rem;left:9.5000009536744rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#zTuuJGD06VShdIBC5NAdUTvII2owrw6r { position:absolute;display:block;z-index:100044;background-color:#2acec1;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:177rem;left:54.625rem;display:block; }
#MAPwTcrgiMwVJai5ocSDVh4ZQNhJEtdK { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(4deg, #f1e156, #7c6218);background-image: -moz-linear-gradient(4deg, #f1e156, #7c6218);background-image: -ms-linear-gradient(4deg, #f1e156, #7c6218);background-image: -o-linear-gradient(4deg, #f1e156, #7c6218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );";background-image: linear-gradient(4deg, #f1e156, #7c6218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:39.5625rem;top:177.5625rem;left:17.75rem;display:block; }
#Wu8vv9x2QMaBxL6UB1brgd2BhXUWeNB2 { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:177.9375rem;left:56.1875rem;height:2.4375rem;font-style:normal;display:block; }
#cCLyUIuQTErax7MmOTUQHm6ZNCzxPPiQ { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:178.3125rem;left:19.0625rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ToaxuH0lkfTEwMtdBiT42AqbM2fRtMi6 { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -moz-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -ms-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -o-linear-gradient(180deg, #fc3674, #fd7ea6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );";background-image: linear-gradient(180deg, #fc3674, #fd7ea6);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:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:53rem;top:133.25rem;left:11.21875rem;display:block; }
#AspkOaXlO9ONy01d5EAnZiLZUNGUQrBw { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -moz-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -ms-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -o-linear-gradient(180deg, #fc3674, #fd7ea6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );";background-image: linear-gradient(180deg, #fc3674, #fd7ea6);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:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:53rem;top:88.125rem;left:11.25rem;display:block; }
#OQ8niJau1xp8NCtvLXsDSSB99o7Ktp2m { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -moz-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -ms-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -o-linear-gradient(180deg, #fc3674, #fd7ea6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );";background-image: linear-gradient(180deg, #fc3674, #fd7ea6);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:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:53rem;top:42.375rem;left:11.25rem;display:block; }
#AGhcwszE3k7yConyexlUidfgAZ0B1NNf { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:10.75rem;width:49rem;top:202rem;left:14rem;display:block; }
#ANas30yBUINKzH6K5wMkcuTpPXTsJvqX { color:#000000;display:block;width:35.375rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:400;z-index:100038;line-height:1.3;letter-spacing:0;top:206.5rem;left:20.937500953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLVn02uErSoAASDNHktRGEMuaRWtE7p2 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:195.9375rem;left:3.125rem;overflow:hidden;display:block; }
#XaUvJvthJRIWEMRs59CmomNxM3RBrttN { position:absolute;display:block;z-index:100044;background-color:#fc3674;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:199.8125rem;left:15.375rem;display:block; }
#KG8TOARBPDzi3zk9Lhnli5KxwDfplnoh { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c6218, #f1e156);background-image: -moz-linear-gradient(175deg, #7c6218, #f1e156);background-image: -ms-linear-gradient(175deg, #7c6218, #f1e156);background-image: -o-linear-gradient(175deg, #7c6218, #f1e156);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6218', endColorstr='#f1e156' );";background-image: linear-gradient(175deg, #7c6218, #f1e156);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:29.4375rem;top:200.375rem;left:16.937500953674rem;display:block; }
#LpZM9epO2IZTmeZAHTDQUSBZ6LzJCK7r { color:#ffffff;display:block;width:1rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:200.8125rem;left:17.0625rem;height:2.4375rem;font-style:normal;display:block; }
#bUuBTn6vLbrPoBicbIB486NG3TNiv6gh { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:201.125rem;left:20.937500953674rem;height:3.575rem;font-style:normal;display:block; }
#mLD1nlBt6dBQdvbfyrUL5NhkL9oaDpkZ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:15rem;top:218.6875rem;left:56.625rem;overflow:hidden;display:block; }
#aiML6FZRwZJTgmDdT8MECaoCaLnpCndM { position:absolute;display:block;z-index:100034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -moz-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -ms-linear-gradient(180deg, #fc3674, #fd7ea6);background-image: -o-linear-gradient(180deg, #fc3674, #fd7ea6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3674', endColorstr='#fd7ea6' );";background-image: linear-gradient(180deg, #fc3674, #fd7ea6);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:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(252,54,116,0.32) ;height:11.8125rem;width:52.4375rem;top:224.375rem;left:7.6875rem;display:block; }
#Qyo0Z44S7AkiX5W0JMmw4Qn7W0VJiET2 { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"montserrat jr";font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.2;letter-spacing:0;top:228.125rem;left:11rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#T8mOVQgC5A8Oc6X57t7SF9dFdQTnzaRU { position:absolute;display:block;z-index:100051;background-color:#2acec1;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.375rem;width:4.375rem;top:222.4375rem;left:54.375rem;display:block; }
#AlKiPTADz27O22foFhhXAwT7CDR0avHH { position:absolute;display:block;z-index:100036;background-color:transparent;background-image: -webkit-linear-gradient(4deg, #f1e156, #7c6218);background-image: -moz-linear-gradient(4deg, #f1e156, #7c6218);background-image: -ms-linear-gradient(4deg, #f1e156, #7c6218);background-image: -o-linear-gradient(4deg, #f1e156, #7c6218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e156', endColorstr='#7c6218' );";background-image: linear-gradient(4deg, #f1e156, #7c6218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:3.25rem;width:36.5rem;top:223rem;left:20.625rem;display:block; }
#N4ZUog591UT3Muk6V28IuhIMatvMv7Qe { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:223.40625rem;left:55.71875rem;height:2.4375rem;font-style:normal;display:block; }
#Evl0flgxJ0igxFQsgF8RK3LJIpwu3HUg { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(255,255,255,0.5);top:223.75rem;left:21.6875rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3.adaptive-delivery-prevent-bg, #Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3.lazyload, #Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3.lazyloading { background-image: none; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container { background-color: transparent; background-image: none; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container > .video-iframe-container { display: none; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row > .video-iframe-container { display: none; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .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); }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container { border-width: 0; border-radius: 0; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row > .video-iframe-container {  }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K9QOrpt0O0zOaCwWclZXHtMkT2MEQ3TL { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:17.9375rem;width:26.9375rem;top:11.4375rem;left:8.6875rem;display:block; }
#HP5zB1ugTpahiIUoOSXhhbtbyFFF3boD { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20.8125rem;left:18.25rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#U4ueTx3g6RZFhBCTVQJKh0pP1zzkd3LC { color:#2a2927;display:block;width:15.5rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:19rem;left:18.25rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#AUQv7S19ZPQfOE7C9ROLZMpJHHoPKFko { color:#2a2927;display:block;width:18rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:16.75rem;left:18.25rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#BN5IkwffRgGwO5NE2PNASRniNysFKIFn { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:13.3125rem;left:18.0625rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h5Cg60pOUbU8bNXiJG8dxk6SZbDhUIzN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:17.625rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#ArcN98nBbMG1KVhcfFELEUXmqc1Khb8M { color:#fc3674;display:block;width:41.4375rem;position:absolute;font-family:"exo2 black";font-size:3.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:3.759765625rem;left:16.78125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULaI2iWM4naycFaC92Su3g7wacVFk9Gp { color:#fc3674;display:block;width:14.375rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:13.312481880188rem;left:39.625003814698rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OwKFiQ1kNTu4OuDceOxFSA2zp3iskJ3O { color:#2a2927;display:block;width:15.4375rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:16.674982070923rem;left:39.625003814698rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#BcpTEw9WGvizWmnlsB4ybFNF026FtPvG { color:#2a2927;display:block;width:14.375rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:19.049982070923rem;left:39.625003814698rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#lFftFPEH8JAxN7wnIP2nlCxMDZCqE7Da { color:#fc3674;display:block;width:13.9375rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20.972898483276rem;left:39.843753814698rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#l9ZhRvCaJlTHhhozNC5m46vTxMDlHv4Z { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:17.75rem;width:27.9375rem;top:11.5rem;left:38.375rem;display:block; }
#z1TediW2oMXMl4wXkbbCwOTsa7fWeTZq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:17.625rem;top:9.6875rem;left:57.375rem;overflow:hidden;display:block; }
#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps.adaptive-delivery-prevent-bg, #Boki8VnHtiqXR2kGC3C4ta3MSOPNStps.lazyload, #Boki8VnHtiqXR2kGC3C4ta3MSOPNStps.lazyloading { background-image: none; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container { background-color: transparent; background-image: none; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container > .video-iframe-container { display: none; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row > .video-iframe-container { display: none; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .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); }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container { border-width: 0; border-radius: 0; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row > .video-iframe-container {  }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#y9PeznTCMVWVFZB5x0FFDt6iVlGWr7TE { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.3125rem;width:26.375rem;top:2.5625rem;left:9.3125rem;display:block; }
#IbfHdFTLb1QVkmZkAruflvtT4PMcEHIL { color:#fc3674;display:block;width:14.75rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:11.473979949951rem;left:18.1875rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#zP61EPlZNsqDN6eFw4VTXMT86WE630q1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:17.625rem;top:1.3125rem;left:0.5625rem;overflow:hidden;display:block; }
#UT7eXzgiALNsuxEgrwl3pdVolxCv6Cxl { color:#2a2927;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:10.198980331421rem;left:18.1875rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#ynevTTM3QC3HCHGZTwyyRhW0bNx5CwJ9 { color:#2a2927;display:block;width:14rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:7.0489807128906rem;left:18.1875rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#fDT5RXb1QQxfZSaNFTVy97AvKlMVZZPw { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.0135631561279rem;left:18.1875rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#saCZpVkhkth6z6sG5AbLUxP4PtLMpgg5 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.25rem;width:28.8125rem;top:2.625rem;left:38.875rem;display:block; }
#PKT6oBrulFh5RPEDI1ZZreRNExOh0VTp { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:17.8125rem;top:1.125rem;left:57.1875rem;overflow:hidden;display:block; }
#T3XpRBvTfoC5yB4V9mea7cvuKewDITX5 { color:#2a2927;display:block;width:15.8125rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:8.375rem;left:40.3125rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#vtwTkdnkzHZdKWyxzTmxx9KdzXlwTJ9T { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.4375rem;left:40.3125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uvo5fBEoRv0IpF2hgIvwzlyWJL61EWG8 { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:14rem;left:40.3125rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#alfOOI5fynJWfDRBSD6FLpiQu4Ldw2K2 { color:#2a2927;display:block;width:12.375rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:12.125rem;left:40.3125rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62.adaptive-delivery-prevent-bg, #i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62.lazyload, #i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62.lazyloading { background-image: none; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container { background-color: transparent; background-image: none; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container > .video-iframe-container { display: none; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row > .video-iframe-container { display: none; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .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); }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container { border-width: 0; border-radius: 0; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row > .video-iframe-container {  }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#IbceUJ2GEVE8hoATgNIAEW6RtLC6WDJg { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:27.9375rem;top:3.1875rem;left:7.4375rem;display:block; }
#B5broW247yLmc1m8kTl5KTocfl7ANRay { color:#fc3674;display:block;width:14.75rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:15rem;left:18.8125rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#Vwci7VXs3s50XKc98VrEdWQ9LX3gisaL { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:17.625rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#aZzrrDCDxNSqWpfE8cas2NLwqm5o79lO { color:#2a2927;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:13.0625rem;left:18.8125rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#urgZUK49xQfA5XGGOz09pHtZ8STiql4n { color:#2a2927;display:block;width:14rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:9rem;left:18.8125rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#GfHOOU8n31WzWcmu2zDVOvxmnNN4Dpbr { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:5.0625rem;left:18.8125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HabZDAb0vwOiWhtMuQ8x3GRBWlQcHp3O { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:19.0625rem;top:1.1875rem;left:55.9375rem;overflow:hidden;display:block; }
#w5LDStqU9liNH56kRLbEn1VwERfnI3Mm { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:28.875rem;top:3.25rem;left:38.25rem;display:block; }
#PwFNqqqulfOCTvI5rn4xWnZTNqvRCK4J { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:12.8125rem;left:39.5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#canLgrdOhAF8HR7JdrNTtcnxW1Hy760t { color:#2a2927;display:block;width:12.375rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:10.875rem;left:39.5rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#QQvSUyvogQchsiT3MpFv5ig0TaRCltwk { color:#2a2927;display:block;width:15.8125rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:39.5rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#JIhhoH8TOSRHps239VTDcoiNRmksO9WR { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:5.0625rem;left:39.5rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA.adaptive-delivery-prevent-bg, #mBpFhtUKeTLepq0rsZFerti5XBii8ZUA.lazyload, #mBpFhtUKeTLepq0rsZFerti5XBii8ZUA.lazyloading { background-image: none; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container { background-color: transparent; background-image: none; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container > .video-iframe-container { display: none; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row > .video-iframe-container { display: none; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .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); }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container { border-width: 0; border-radius: 0; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row > .video-iframe-container {  }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#Xy2Wx7SGE38bKC3QSku7K9vehI9I1R95 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:27rem;top:3.1875rem;left:8.5625rem;display:block; }
#cTTev9SePBra81cqxGR8Gk4OpycTDHRz { color:#fc3674;display:block;width:14.75rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:14.6875rem;left:18.25rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#a7UT9wCW3drwFB1p5osH3dC4sJ414iFc { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:16.9375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#B92X4g440Gxth9gl2xud8mK8b5Su0u4o { color:#2a2927;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:12.8125rem;left:18.1875rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#A6qne4bXtRdPUQv6gxngTfsHGxxqC4VN { color:#2a2927;display:block;width:14rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:9rem;left:18.25rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#hxV3L6TkN9ILrpnEgv9v4J86sRxa0W64 { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:5.0625rem;left:18.25rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCckT4pR9dGhTm73q9XCy262LSUz1r7h { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:19.125rem;top:0.9375rem;left:55.875rem;overflow:hidden;display:block; }
#xCTgpTGF1kGVUmtprcILr0T3tJLpDb19 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:28.5625rem;top:3.25rem;left:37.8125rem;display:block; }
#sRfATKooJLeEhhNFIBrylm5Pe71xCX5x { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:14.625rem;left:39.5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#aCvvpegarF50VhILeeFAq4FTqiDBHaXO { color:#2a2927;display:block;width:12.375rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:12.75rem;left:39.5rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#nyZ4J0urGNgIJa7IFlv423BLL18Z4OlP { color:#2a2927;display:block;width:15.8125rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:8.9375rem;left:39.5rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#Gl63r12KW40c2n3Fq2pMWQBqinITtXo2 { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:5.0625rem;left:39.5rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN.adaptive-delivery-prevent-bg, #tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN.lazyload, #tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN.lazyloading { background-image: none; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container { background-color: transparent; background-image: none; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container > .video-iframe-container { display: none; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row > .video-iframe-container { display: none; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .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); }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container { border-width: 0; border-radius: 0; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row > .video-iframe-container {  }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#R9f67BrfIuV1WZ2BLNCyyw6nu3u14FIf { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:19.5rem;width:30.625rem;top:2.6875rem;left:37.5625rem;display:block; }
#Vf5gZ3NflBQOSyQGJgZOd4vvVFsUnTXD { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:17.8125rem;top:1.5rem;left:57.0625rem;overflow:hidden;display:block; }
#hPtphsWvMhF87FZsMbrkp85HuZd293Ma { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:27.6875rem;top:2.625rem;left:6.625rem;display:block; }
#GU3eM4zrP5Og80dTSNEyfS65cJ36A2Vx { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:13.6875rem;left:38.8125rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#OFbUpNRTMirD0o4GHRhT26FUrEuDsO8t { color:#2a2927;display:block;width:12.375rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:11.8125rem;left:38.8125rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#PGlO2tKRkkNPzT9fQ6f4zcBwgHqHkQe8 { color:#2a2927;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:12.312519073486rem;left:17.8125rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#WiZrfmiXaZaTM0viT6GT57l2CiTQV3Td { color:#2a2927;display:block;width:15.8125rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:8.4375rem;left:38.8125rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#JqBaZnwcOvWXwMpvzB3JWpM3B8v0kTWy { color:#2a2927;display:block;width:14rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:8.6041870117188rem;left:17.8125rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#IPJpnZ0aIXB8f8J3TXPhhRBSMz7H6t5q { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:17.1875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#Rm4dzT4vh0qPT2NpMwzuekbTwT400XtO { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.5625rem;left:38.8125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2C6A6CNKIkPSwCmSgGF29FalVMrme6p { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.5625190734863rem;left:17.816669464111rem;height:6.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOIBMs9uchK9snfUzy2h0TXakQ234UOi { color:#fc3674;display:block;width:13.875rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:13.984375rem;left:17.8125rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk.adaptive-delivery-prevent-bg, #J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk.lazyload, #J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk.lazyloading { background-image: none; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container { background-color: transparent; background-image: none; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container > .video-iframe-container { display: none; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row > .video-iframe-container { display: none; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .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); }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container { border-width: 0; border-radius: 0; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row > .video-iframe-container {  }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#yM97tcuTeHRHB4OwkMo7lkT3fKBBKc2u { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:18.875rem;width:28.4375rem;top:3.4375rem;left:28.25rem;display:block; }
#TRaIKbTzdKc6lJuiVoSDH8o1QNP2SRTe { color:#fc3674;display:block;width:14.75rem;position:absolute;font-family:"exo 2";font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:14.828125rem;left:38.125003814698rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#i5CM0RNIt8xdRwIbwazGLM8siIKD2THM { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:18.5rem;top:1.3125rem;left:18.375rem;overflow:hidden;display:block; }
#PROTPmdFAMObaxBFls0EISIwIUZTwXB9 { color:#2a2927;display:block;width:14.8125rem;position:absolute;font-family:"exo2 black";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:13.012500762939rem;left:38.125003814698rem;height:1.275rem;text-align:left;text-align-last:left;display:block; }
#H7WuLXMp6x9TIh60pO7cAhHWVi1Imsgu { color:#2a2927;display:block;width:14rem;position:absolute;font-family:"exo 2";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:9.2375011444094rem;left:38.125003814698rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#zetRfDwzpU8pk1wQl5cdDkIrqvTcfDTm { color:#fc3674;display:block;width:15.5625rem;position:absolute;font-family:"exo2 black";font-size:3rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:5.3125rem;left:38.125003814698rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh.adaptive-delivery-prevent-bg, #mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh.lazyload, #mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh.lazyloading { background-image: none; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container { background-color: transparent; background-image: none; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container > .video-iframe-container { display: none; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row > .video-iframe-container { display: none; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .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); }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container { border-width: 0; border-radius: 0; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row > .video-iframe-container {  }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#ruCeWDwDKMawtgSuV3GGfewOMXOF4wK2 { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:block; }
#MGBi8AZJ2GkJVc2ZI9va5c8fOUEtGSNA { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"montserrat jr";font-size:1.5625rem;font-weight:400;z-index:100021;line-height:1.9;letter-spacing:0;top:28.8125rem;left:23.375rem;height:26.71875rem;font-style:normal;display:block; }
#S7Nl0tO2V7Mn2zspKdKSfxZXIQZ07mTz { color:#fc3674;display:block;width:62.4353125rem;position:absolute;font-family:"montserrat 900";font-size:2rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:64.248046875rem;left:4.913330078125rem;height:7.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Vp4t83qMmI1emslq1QHKoKnpAxooETe1 { color:#fc3674;display:block;width:41.4375rem;position:absolute;font-family:"exo2 black";font-size:3.125rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.5624523162842rem;left:15.936718940735rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySoEN55iXMQIqRyDJf8kEoRQ6TbrSHIh { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:9.8125rem;top:16.75rem;left:43.3125rem;overflow:hidden;display:block; }
#wi1cWhDJcUGcg03FmG9APR60pogJqMvT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:22.0625rem;top:11.75rem;left:25.625rem;overflow:hidden;display:block; }
#ZNfcGzSSmkf1yzriiPnqTkM56LKGbuc7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:6.875rem;top:13.8125rem;left:52.125rem;overflow:hidden;display:block; }
#pKCE4GVy8WFl6L19wZ326oobCPQ4SnnL { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:3.75rem;top:16.1875rem;left:43.3125rem;overflow:hidden;display:block; }
#WDFv3VbF4r46HH8iqolTM94wfu3VP8n5 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:3.75rem;top:16.5625rem;left:25.875rem;overflow:hidden;display:block; }
#gLkISXcKrO6qrb4xNs3BtDMTAVnKptQo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:9.4375rem;top:11.375rem;left:19.875rem;overflow:hidden;display:block; }
#WOJuSQ5p8RUv58p2cOXbhlmGMEwsoDrZ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:9.4375rem;top:11.6875rem;left:13.6875rem;overflow:hidden;display:block; }
#TUcuWidQTnMI8LPwCU3X6U1SRgTJyHve { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:32.5rem;left:20.625rem;display:block; }
#bbqBqpGPy7rvNT2eN7Drib5fZ8zwecsV { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:35.4375rem;left:20.625rem;display:block; }
#y6ypgsfNHxPB9a103Cb4yi1CucDpkooA { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:38.4375rem;left:20.625rem;display:block; }
#fPPMwls60V2wZl8svHATyz6euVJTdwXJ { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:41.375rem;left:20.625rem;display:block; }
#pfddc4tLMc9hurdi85ZI1iC57OG2GvAu { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:44.3125rem;left:20.625rem;display:block; }
#mtnxcyBpAady4hpNv1iT925N0v3Aao9R { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:47.3125rem;left:20.625rem;display:block; }
#MDyMplzWxoeX34xxBJg7bkycHPAZET60 { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:50.25rem;left:20.625rem;display:block; }
#GJOrWR2H7w11oFFaZo4DMoSwiRSDQQzU { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:53.1875rem;left:20.625rem;display:block; }
#r7WKlEzKIVoSh3dRTMtsvxyaINoQHfg5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:75rem;top:50.212230145036rem;left:0rem;overflow:hidden;display:none; }
#XEJkR1cCT3wgLadHGQxGVz56SFEJ7i2T { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#BTS1WLB51HfUdciPJ3zfMb4TITfJROyc { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#kTbtCO8DJXuU410USPhCFkEGnHfO9SLc { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#avL2fSUU4ssrwrm2Zrph0bGxBVOvr87o { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#QmN1I36oMeShWuJ4laGR0tQ59XGPbPJQ { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#eJp4UnaGQpL43PXaTLavQ2EGIzqkRfS3 { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#ZNC1STew9nzDzDGITu1eTxWCB8X8ieUS { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#xkdmqlzXk5hpzmV4zDe37BEcNxoddXsq { box-sizing:content-box;color:#fc3674;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5rem;left:20.625rem;display:none; }
#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20b8edd2-b328-4863-a206-5a82539d06e4/Fundo6Resultado.webp");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.adaptive-delivery-prevent-bg, #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.lazyload, #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.lazyloading { background-image: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { background-color: transparent; background-image: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container > .video-iframe-container { display: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row > .video-iframe-container { display: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .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); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { border-width: 0; border-radius: 0; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row > .video-iframe-container {  }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { font-size:0.875rem;font-family:arial;height:112.875rem;width:75rem;position:relative;display:block; }#RSJTtGFax4cBoRkdkh7SA41mbtnJfHsL { color:#ff9400;display:block;width:44.625rem;position:absolute;font-family:"exo2 black";font-size:2.1875rem;font-weight:400;z-index:100041;line-height:1.1;letter-spacing:0;top:1.63671875rem;left:15.1875rem;height:7.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUFiTtzetXuVbwDFbpDpwdJSCl6yo2e6 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:49.02499961853rem;display:none; }
#JTU09rWg9tCTgX0hgiXrkFaLyBBAa98J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A0smvhawImmcQ5Gszrewi4FvCOwBkrZx { color:#ff0000;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100040;line-height:1.1;letter-spacing:0;top:44.831199645996rem;left:29.186458587646rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSIJFpnyoLMM3bWF6sTvTM3FDEufNTxL { position:absolute;display:block;z-index:99968;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc3674;border-left:0.0625rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:38.4375rem;width:48.5625rem;top:12.147917747497rem;left:14.494792938233rem;display:block; }
#XpORzBbygCJQwVh15ufhpVkBXkaNofga { color:#e8f7ff;display:block;width:35.9375rem;position:absolute;font-family:"montserrat jr";font-size:1.125rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:53.84379196167rem;left:20.873958587646rem;height:21.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d6bferq1hFgang3r7XFx2iumZa8GapSu { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:22.0625rem;top:94.75rem;left:36.625rem;overflow:hidden;display:block; }
#FxuvTHPdrMiiksoxirX4NJBnL3d5y7U9 { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:4.5rem;top:97.5rem;left:36.0625rem;overflow:hidden;display:block; }
#oalAf3SD1qMoQ8FyASop5dRngzOglAOn { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:3.8125rem;top:100.3125rem;left:24.8125rem;overflow:hidden;display:block; }
#DeViMdpIWZZc3nGyUTBeZSdJoPxzI7ma { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:3.8125rem;top:98.25rem;left:17.625rem;overflow:hidden;display:block; }
#oBALHTuwSwQUDP7UVSZUk0NZ0Fi9vwUl { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:4.4375rem;top:97.4375rem;left:55.125rem;overflow:hidden;display:block; }
#k2VaRJFmQLtteh93RZImWAlN7Mwd7XqK { position:absolute;display:block;z-index:99961;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:4.4375rem;top:96.0625rem;left:58.25rem;overflow:hidden;display:block; }
#A868Q8cweN9g4b1zT09Xnl6cXxgSMXSJ { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:14.875rem;top:90.0625rem;left:44.75rem;overflow:hidden;display:block; }
#BtoAPT9JvehoitcPyOVPy472X9Uddi66 { position:absolute;display:block;z-index:99967;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:9.9375rem;top:95.3125rem;left:27.25rem;overflow:hidden;display:block; }
#M6pvmQ1PBQmvigVHURbUfZmDXCKJv571 { position:absolute;display:block;z-index:99959;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:9.8125rem;top:94rem;left:38rem;overflow:hidden;display:block; }
#TT2LGsK1OdxJBCFSxgq6pWUHn1qIuQfo { position:absolute;display:block;z-index:99966;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:9.75rem;top:95.4375rem;left:19.9375rem;overflow:hidden;display:block; }
#pHX9KRXMvdK5mNJ1VggcPiaTolD6TItb { position:absolute;display:block;z-index:99964;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:9.6875rem;top:93.4375rem;left:11.625rem;overflow:hidden;display:block; }
#M34BFE503mnDML4uCpxudqbFWWL7iStH { position:absolute;display:block;z-index:99962;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:9.5rem;top:90.0625rem;left:15.75rem;overflow:hidden;display:block; }
#MJ1fKNIEQWFmLMoS5vfBcishwNfc2s3n { position:absolute;display:block;z-index:99963;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:9.5rem;top:89.875rem;left:7.25rem;overflow:hidden;display:block; }
#FbTDJWXiRUAwSfZrxbeqUd4iIlDTFAMK { position:absolute;display:block;z-index:99958;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:9.3125rem;top:90.0625rem;left:58.375rem;overflow:hidden;display:block; }
#i658hGZmi8w8FQyxakPGFrShy779NQ37 { position:absolute;display:block;z-index:99957;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:9.6875rem;top:90.0625rem;left:24.1875rem;overflow:hidden;display:block; }
#KGq1cqSnF1rqZiN2mVaIQtAVIeAAKKAU { position:absolute;display:block;z-index:99964;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:3.75rem;top:98.25rem;left:14.9375rem;overflow:hidden;display:block; }
#fpIDVE9tnTeidvtiWxzB9TPVPWwfe2Ls { position:absolute;display:block;z-index:99949;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:24.4375rem;top:81.25rem;left:26.125rem;overflow:hidden;display:block; }
#MbIWcIFGD11faFTspxSbFnrVEi3zcGlL { position:absolute;display:block;z-index:99959;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:9.5rem;top:89.9375rem;left:54.125rem;overflow:hidden;display:block; }
#RyWpCNvP7KBFM3FHRC5Qyyn04K5EaBFd { position:absolute;display:block;z-index:99955;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:6.3125rem;top:84.8125rem;left:20.3125rem;overflow:hidden;display:block; }
#vvDl2OnFyG3DtRy6CCCikoWHBz9fAczv { position:absolute;display:block;z-index:99954;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:6.3125rem;top:85.8125rem;left:14.625rem;overflow:hidden;display:block; }
#dZKt9F7XDpluFLJwPnt1QRsGkEMXGiZs { position:absolute;display:block;z-index:99953;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:6.3125rem;top:84.8125rem;left:47.75rem;overflow:hidden;display:block; }
#surGk3AiPOo1kpUrP8iUWhTiBpG3nvqc { position:absolute;display:block;z-index:99952;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:6.3125rem;top:85.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#MvAcUun9ukTWUqW95WJbym24lSiAXbFH { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:6.4375rem;top:92.375rem;left:39.6875rem;overflow:hidden;display:block; }
#b3RL2lrwoXg85boZi8gF8T6zTlTD0wmh { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:17.125rem;left:18.0625rem;height:3.4125rem;display:block; }
#nHFENquJKTPWrX2wRlOrz5wUF4Td4yEH { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:22.4375rem;left:18.0625rem;height:3.4125rem;display:block; }
#m1LNEo8kTHdAqlT6ZRsInu5wTEysa3wr { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:27.6875rem;left:18.0625rem;height:3.4125rem;display:block; }
#CTbqum2rULLDEC1VMEBCClnhuhlJhfbn { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:33.000003814698rem;left:18.0625rem;height:5.11875rem;display:block; }
#EaFkTesBHynHGHZE2zFHPUJlzlTw9RwI { color:#fc3674;display:block;width:7.25rem;position:absolute;font-family:"montserrat jr";font-size:1.375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:17.9375rem;left:49.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IsENvCF7FwJBdBA6qppWxHBUnkIr74mS { color:#fc3674;display:block;width:7.25rem;position:absolute;font-family:"montserrat jr";font-size:1.375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:23.25rem;left:49.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4mLwCORtm7XPbSLKITNxhUinhIsboxs { color:#fc3674;display:block;width:7.25rem;position:absolute;font-family:"montserrat jr";font-size:1.375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:28.5rem;left:49.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyEfeELw4DoH1ueRWABdwWMovMikpzcM { color:#fc3674;display:block;width:7.25rem;position:absolute;font-family:"montserrat jr";font-size:1.375rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:33.5625rem;left:49.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CQ4ycDXronRZB4wInzkqW1fgUKhNLd9n { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:40rem;left:18rem;height:1.70625rem;display:block; }
#Ve1oV45ZRLpo9CS6T3ib8aTqcuyFD343 { color:#fc3674;display:block;width:9.375rem;position:absolute;font-family:"montserrat jr";font-size:1.375rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:39.958343505859rem;left:49.629169464111rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.61);background-image:url("https://images.assets-landingi.com/uc/56fb8e0f-d421-4c52-934c-10304ea8d3a7/Fundo3FadeResultado.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.adaptive-delivery-prevent-bg, #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.lazyload, #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.lazyloading { background-image: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { background-color: transparent; background-image: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container > .video-iframe-container { display: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row > .video-iframe-container { display: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .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); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { border-width: 0; border-radius: 0; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row > .video-iframe-container {  }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#eApOHvtE8bFSvwikIO3nirKkEhA5V7GF { color:#464141;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:46.3125rem;left:48.0625rem;height:2.6rem;font-style:italic;display:block; }
#ug1liARDBaqdv6LQVNWCmkrX5Mp7ytvR { box-sizing:content-box;color:#fc3674;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:46.25rem;left:45.75rem;display:block; }
#QoGMTvq71Q8gfvc2ylk9mq9K69gz2r2B { color:#464141;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:46.4375rem;left:34.375rem;height:2.6rem;font-style:italic;display:block; }
#uhtyMI41WBpbLZlJiAxMNAT0C7m6zMlE { box-sizing:content-box;color:#fc3674;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:46.25rem;left:31.6875rem;display:block; }
#T8D3AfdtnLHmdBzzUINOU87zahahvGT8 { color:#464141;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:46.25rem;left:24.875rem;height:2.6rem;font-style:italic;display:block; }
#rIUZVfgVHTPVo7t2DNo38O2EyBc0ZBT2 { box-sizing:content-box;color:#fc3674;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:46.125rem;left:22.1875rem;display:block; }
#rTL0SuzTgPtCEaVqT6xQsBI9OFUbitTE { color:#fc3674;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100034;line-height:1.1;letter-spacing:0;top:14rem;left:23.125rem;height:1.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyNqr9oUJoJuuDwnNPoR7Mcldo0SfnTf { color:#fc3674;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:99998;line-height:1.3;letter-spacing:0;top:16.3125rem;left:30.5rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sstPr4al9uGo6Cm6Xw7LtZRzmSMDxyL6 { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.5625rem;height:1.95rem;font-style:normal;display:block; }
#KHnODSavm1HleuUdGNLCmWSFbHfm9SU3 { color:#2a2927;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.4375rem;height:1.95rem;font-style:normal;display:block; }
#O0fCIbxTszAIG08l1onJeRTQc3hiLXWJ { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:22.625rem;left:42.5625rem;height:2.51875rem;font-style:normal;display:block; }
#tkAz3HOTLCOR7TGhcX7GVyy3eh2iHCE6 { color:#ff5151;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:26.875rem;left:27.125rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRWpWKMLOAcqkkt4TfH7m1tPTE3owTdu { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.0625rem solid #fc3674;border-left:0.0625rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:21.5rem;top:26.3125rem;left:27.125rem;display:block; }
#hO6mwPMp1NPkZxq6nL3vDdPqPdav275d { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:49.02499961853rem;display:none; }
#FNrWti7zTS8pK3HZgQwCTWfk11tdVWVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mOzRZtapCRdMika8gO6ZkZCtDDmEpAOQ { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #fd7ea6, #fc3674);background-image: -moz-linear-gradient(160deg, #fd7ea6, #fc3674);background-image: -ms-linear-gradient(160deg, #fd7ea6, #fc3674);background-image: -o-linear-gradient(160deg, #fd7ea6, #fc3674);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7ea6', endColorstr='#fc3674' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7ea6', endColorstr='#fc3674' );";background-image: linear-gradient(160deg, #fd7ea6, #fc3674);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(200,40,90,0.32) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"exo 2";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:35.875rem;left:22.8125rem;display:block; }
#dKoJlLVhCLoE0123I8hTksFOt9bL2z9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pc3mP2Xr72Gz32nGFIs3JgDBEwzCFbfW { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100037;line-height:1.1;letter-spacing:0;top:7.125rem;left:21.125rem;height:4.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPCepyLrCtUXkQkFIw6EM5XkkzJJHW54 { position:absolute;display:block;z-index:99967;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(200,40,90,0.3) ;height:46.6875rem;width:36.625rem;top:4.25rem;left:19.1875rem;display:block; }
#iTTU33mFCkTNTn90A1dMwOSZ0kodkeO4 { color:#2a2927;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:16.3125rem;left:30.8125rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XS0M7I04PyFhMXQNZmyWeLau0wVIdQRV { color:#2a2927;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:100038;line-height:1.1;letter-spacing:0;top:30.625rem;left:21.25rem;height:3.50625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll5f97tNhk2O8RZlSAK1kU3U6ZRLh5mV { color:#ff0000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:100039;line-height:1.1;letter-spacing:0;top:40.875rem;left:21.625rem;height:1.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f83ee950-db86-4276-a030-6a571c1ad58d/bg11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72.adaptive-delivery-prevent-bg, #NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72.lazyload, #NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72.lazyloading { background-image: none; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container { background-color: transparent; background-image: none; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,40,90,0.7); }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container > .video-iframe-container { display: none; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,40,90,0.7); }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row > .video-iframe-container { display: none; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .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); }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container { border-width: 0; border-radius: 0; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row > .video-iframe-container {  }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#PdrZRCo5fCnMIsw17PbqniiC505vfU8d { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:"exo2 black";font-size:2.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4.875rem;left:24.5625rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlZ8ZUXgHXIvPcfooxOikv4ITXhm9F75 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:18.375rem;top:7.03125rem;left:1.9375rem;overflow:hidden;display:block; }
#hEJQK08rodD2pvKmnwgQ51yRWDQW33mT { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:10.25rem;left:24.5625rem;height:13.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3.adaptive-delivery-prevent-bg, #X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3.lazyload, #X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3.lazyloading { background-image: none; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container { background-color: transparent; background-image: none; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container > .video-iframe-container { display: none; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row > .video-iframe-container { display: none; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .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); }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container { border-width: 0; border-radius: 0; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row > .video-iframe-container {  }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#nrFi0T3Ze0RtwIaJyxIhLGoyNZX0t6Su { color:#fc3674;display:block;width:41.4375rem;position:absolute;font-family:"exo2 black";font-size:3.125rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:3.9033203125rem;left:16.78125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78.adaptive-delivery-prevent-bg, #sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78.lazyload, #sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78.lazyloading { background-image: none; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container { background-color: transparent; background-image: none; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container > .video-iframe-container { display: none; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row > .video-iframe-container { display: none; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .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); }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container { border-width: 0; border-radius: 0; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row > .video-iframe-container {  }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#m5FTO3SHrHpXU2HzlUscvEt5mG9dPg6O { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.625rem;font-style:normal;display:block; }
#q2SgASqOZfQloQXb2TMyR7ReLvPDNpIO { position:absolute;display:block;z-index:99999;background-color:#fc3674;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fc3674;border-left:0.3125rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.6875rem;width:49.4375rem;top:1.875rem;left:12.75rem;display:block; }
#QOxsdv9F5atdiDbo6DfZNcBVTEJCvtTH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:56.8125rem;display:block; }
#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy.adaptive-delivery-prevent-bg, #DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy.lazyload, #DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy.lazyloading { background-image: none; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container { background-color: transparent; background-image: none; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container > .video-iframe-container { display: none; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row > .video-iframe-container { display: none; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .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); }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container { border-width: 0; border-radius: 0; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row > .video-iframe-container {  }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#LymvzfTqiHK9ZxAfNDCsyQMeVbgW6oJl { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.125rem;left:14.1875rem;height:11.2rem;display:block; }
#QfUeeh78HoRlg0O3PsubAQJa7EKCqKJ4 { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #fc3674;border-left:0rem solid #fc3674;border-right:0rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:14.125rem;width:49.75rem;top:0rem;left:12.8125rem;display:block; }
#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv.adaptive-delivery-prevent-bg, #ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv.lazyload, #ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv.lazyloading { background-image: none; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container { background-color: transparent; background-image: none; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container > .video-iframe-container { display: none; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row > .video-iframe-container { display: none; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .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); }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container { border-width: 0; border-radius: 0; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row > .video-iframe-container {  }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#ABLabwsE31bnsaiNRX5aXneWEheJB4Mu { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.625rem;font-style:normal;display:block; }
#Xy8aBWyT03EDWZZI2PRM9eSyM8Rl18T4 { position:absolute;display:block;z-index:99999;background-color:#fc3674;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fc3674;border-left:0.3125rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.6875rem;width:49.4375rem;top:1.875rem;left:12.75rem;display:block; }
#nHiS9wcng6udmJ0BCMCuWh6kcTnDoGqb { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:56.8125rem;display:block; }
#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw.adaptive-delivery-prevent-bg, #uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw.lazyload, #uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw.lazyloading { background-image: none; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container { background-color: transparent; background-image: none; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container > .video-iframe-container { display: none; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row > .video-iframe-container { display: none; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .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); }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container { border-width: 0; border-radius: 0; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row > .video-iframe-container {  }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Tzo0TGtMHMDpgOgeTFavGhvx1eUe2rHT { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.125rem;left:14.1875rem;height:3.2rem;display:block; }
#pXxcdN0QeFBE2FXTs2h8Z834XKrt7XW4 { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #fc3674;border-left:0rem solid #fc3674;border-right:0rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.5rem;width:49.75rem;top:0rem;left:12.8125rem;display:block; }
#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb.adaptive-delivery-prevent-bg, #K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb.lazyload, #K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb.lazyloading { background-image: none; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container { background-color: transparent; background-image: none; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container > .video-iframe-container { display: none; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row > .video-iframe-container { display: none; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .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); }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container { border-width: 0; border-radius: 0; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row > .video-iframe-container {  }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#l7sAAsN8X3FKSMfzeSOTmVU6AkTcS53N { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.625rem;font-style:normal;display:block; }
#oOV43WUSIVroE2rvzdF5NrtrWD75MpGo { position:absolute;display:block;z-index:99999;background-color:#fc3674;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fc3674;border-left:0.3125rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.6875rem;width:49.4375rem;top:1.875rem;left:12.75rem;display:block; }
#apG1XzX2TIFvtxf8k4DUQV5FstyLzSdP { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:56.8125rem;display:block; }
#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ.adaptive-delivery-prevent-bg, #G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ.lazyload, #G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ.lazyloading { background-image: none; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container { background-color: transparent; background-image: none; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container > .video-iframe-container { display: none; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row > .video-iframe-container { display: none; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .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); }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container { border-width: 0; border-radius: 0; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row > .video-iframe-container {  }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#PDsA9rTgRGRKPc9xkD1aXrpmAleFsb9C { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.125rem;left:14.1875rem;height:4.8rem;display:block; }
#lpyJ8uHH72rt4TVRVEUPFNTDaduEbOWd { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #fc3674;border-left:0rem solid #fc3674;border-right:0rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.875rem;width:49.75rem;top:0rem;left:12.8125rem;display:block; }
#gxiSaXLA621grBwoEMZfQGGOcTD0JBou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou.adaptive-delivery-prevent-bg, #gxiSaXLA621grBwoEMZfQGGOcTD0JBou.lazyload, #gxiSaXLA621grBwoEMZfQGGOcTD0JBou.lazyloading { background-image: none; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container { background-color: transparent; background-image: none; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container > .video-iframe-container { display: none; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row > .video-iframe-container { display: none; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .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); }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container { border-width: 0; border-radius: 0; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row > .video-iframe-container {  }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#B0OQa1Lbl9CO1pCJDzEeq5Z5nNZPbr6i { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.625rem;font-style:normal;display:block; }
#LVBJQtE7R1pTak4tJqw0P0tUmO4avfkm { position:absolute;display:block;z-index:99999;background-color:#fc3674;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fc3674;border-left:0.3125rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.6875rem;width:49.4375rem;top:1.875rem;left:12.75rem;display:block; }
#lcZznemZs4v4TQ6yD4uWJ2mnMJTA9TG4 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:56.8125rem;display:block; }
#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid.adaptive-delivery-prevent-bg, #kmFlsln8K3QlHtXEzgOzyxq8xsqidcid.lazyload, #kmFlsln8K3QlHtXEzgOzyxq8xsqidcid.lazyloading { background-image: none; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container { background-color: transparent; background-image: none; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container > .video-iframe-container { display: none; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row > .video-iframe-container { display: none; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .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); }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container { border-width: 0; border-radius: 0; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row > .video-iframe-container {  }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#G3uTT5ZswpKPS2v8c9oyO46FS5crrZpb { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.125rem;left:14.1875rem;height:3.2rem;display:block; }
#gRwqowJmzeQ1EPmt9pHsz8ytxsce6kT5 { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #fc3674;border-left:0rem solid #fc3674;border-right:0rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:49.75rem;top:0rem;left:12.8125rem;display:block; }
#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC.adaptive-delivery-prevent-bg, #zPmCctBhxNqNv0otc77TIRbq1gEIsuyC.lazyload, #zPmCctBhxNqNv0otc77TIRbq1gEIsuyC.lazyloading { background-image: none; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container { background-color: transparent; background-image: none; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container > .video-iframe-container { display: none; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row > .video-iframe-container { display: none; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .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); }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container { border-width: 0; border-radius: 0; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row > .video-iframe-container {  }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#yPTTCb0Pm9zbKq5IMyJT0kcXUGTemBHQ { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.625rem;font-style:normal;display:block; }
#Qm3R6wz7U4TR9UPwiZfrqiU8w7MZwfh2 { position:absolute;display:block;z-index:99999;background-color:#fc3674;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fc3674;border-left:0.3125rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.6875rem;width:49.4375rem;top:1.875rem;left:12.75rem;display:block; }
#my7BKbvTUIMynwF3yOTitWwAqmBl0Jgs { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:56.8125rem;display:block; }
#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG.adaptive-delivery-prevent-bg, #TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG.lazyload, #TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG.lazyloading { background-image: none; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container { background-color: transparent; background-image: none; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container > .video-iframe-container { display: none; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row > .video-iframe-container { display: none; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .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); }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container { border-width: 0; border-radius: 0; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row > .video-iframe-container {  }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#LXT7kn0OJhXhTHGpnMZMsyEqxHWqTOzx { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.125rem;left:14.1875rem;height:3.2rem;display:block; }
#ChKKPOl3m2KCLPOfTVTJqTMVdJI1HuiM { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #fc3674;border-left:0rem solid #fc3674;border-right:0rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.3125rem;width:49.75rem;top:0rem;left:12.8125rem;display:block; }
#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3381d75d-6b45-41df-a93b-bca6f76a6728/bg12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4.adaptive-delivery-prevent-bg, #R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4.lazyload, #R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4.lazyloading { background-image: none; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container { background-color: transparent; background-image: none; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container > .video-iframe-container { display: none; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,198,215,0.15); }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row > .video-iframe-container { display: none; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .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); }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container { border-width: 0; border-radius: 0; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row > .video-iframe-container {  }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0b9fa6e-8cd1-40aa-a4dd-90bb8ebbd98c/bg13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w.adaptive-delivery-prevent-bg, #qL4cwfDwM7HuSMBkrFcK4buihLuzT92w.lazyload, #qL4cwfDwM7HuSMBkrFcK4buihLuzT92w.lazyloading { background-image: none; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container { background-color: transparent; background-image: none; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container > .video-iframe-container { display: none; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row > .video-iframe-container { display: none; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .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); }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container { border-width: 0; border-radius: 0; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row > .video-iframe-container {  }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#sFclyw6FtXobWWKrTekJcSNqHTRpsa1C { color:#000000;display:block;width:73.373125rem;position:absolute;font-family:"montserrat 900";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.376953125rem;left:0.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoB7vX1JDLbGzpNyHwpEpHCttxAgCvsh { width:38.875rem;height:4.375rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXgd2Epwctu4e7p2TIbAtIX0ipKW53go { display:block; }
 }@media only screen and (max-width: 763px) { #lcQyLMIk3HlLyOxa3PIQkGsbJLx4TGti { width:39.4375rem;height:5.1875rem;top:33.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANylL7OzDu3psGgRLNF6t0y3TsfGXX0M { width:47.6875rem;height:57.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z01NgkPp1oybgKqmsxEo5s5OTLFwhadN { width:42.6875rem;height:10.75rem;top:20.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #agD0clezT67VsZAMIIxSbTLVHHOTHHEX { width:19.25rem;height:15.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBu87kZysRPDebz3erU6RhNQuwaXHgS5 { display:block; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAUV2SNM5fXGhR6ZLoEToExFSkaK1AsK { width:22.625rem;height:12.375rem;top:15.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZ3eCIwp1wvB1iA81Muc2Xmhp1TkhNb { width:47.75rem;height:20.625rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCey5uZmyxFJx87QSs4bazyKgE3ln15 { width:40.875rem;height:3.125rem;top:5.5rem;left:3.4375009536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iabKVbR7rbd1t9SBttwqHEkEQoR6TIhE { width:47.75rem;height:3.0625rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvgeFezrvLsPD4uH9MvzzZd2K3ydPAH { width:42.625rem;height:4.0625rem;top:5rem;left:2.5625009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTbrBSMrShRqegSg9TUKRnPfII5V6OS { display:block; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU5tJCerCHHb8E2xV1chX95oxBUT119M { width:47.75rem;height:21.4375rem;top:57.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqb8OpRfpbNApkOaTaRc7J4RNPuUqUv { width:47.75rem;height:24.6875rem;top:166.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoxkVsQt3pyxl4OB65hlSJlg9iZk7UM8 { width:47.75rem;height:3.25rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpB0eWBDaFy1yU26fhbeNDpeN0oorBEl { width:24.875rem;height:3.5625rem;top:9.75rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH6DZGLX12XNtzG89zUrr8tzKLMC4gJx { width:18.9375rem;height:0.4375rem;top:13.9375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguD8ygJXo8f5hT9w8qaEoa4uKKTT5PB { width:19.6875rem;height:27.5rem;top:16.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eShUSxzeovnedep2fixuLbGX4o3slJSq { width:16.125rem;height:0.25rem;top:51.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufP2Dxg5oHaQkslEXa4wupkqoCUmZRi { width:16.125rem;height:3rem;top:47.6875rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNDCNma7E9SAnElgx0ykDDHHTImpVxH { width:16.125rem;height:0.25rem;top:46.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRccb9gXTfTrI5XkZ578M7Qs6l5zQRQI { width:24.875rem;height:3.5625rem;top:21.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbHvB8Z60HSJzoyvNPtZqxxrSbFilau { width:24.875rem;height:3.5625rem;top:21.1875rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WOEiyFgeIb171c5BcnVGVwI2otDgmx { width:6rem;height:6.125rem;top:80.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPXw0CuALFptEZgwwMMGXVwtVWTPZEW { width:5.375rem;height:7.875rem;top:88.1875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9TqkwnX1WVTkIVdTbK4oy6VoK3CRdE { width:45.375rem;height:7.1875rem;top:82.1875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuqJP1pruU7p7ZQXWLa4ImtOI8w90MVZ { width:45.375rem;height:2.375rem;top:89.375rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZczlITiWqHrDvBCSAgimsNmVwKe7Lvi { width:39.1875rem;height:3.5rem;top:95.0625rem;left:3.623046875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdFGCByvxrGSIxCO5E1vlClK3oN1Cx9 { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGd2DVKABNEdr9GS9opNiuB1skQvBq7y { width:29.25rem;height:3.125rem;top:100.25rem;left:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFXaUzMIgwsoGZR1d4Ai3JQGZVJoPqBb { width:45.375rem;height:4.1875rem;top:106.6875rem;left:0.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSRefvJCiQVdfIaZD2kHSgqfcVvP7UO7 { width:18.125rem;height:14.5625rem;top:112.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWiKShWHSHHGp5wfhWSxOwZVFwyHeWi { width:3.625rem;height:9.375rem;top:116.5rem;left:31.0625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuLpAW0M9qoK3hV4Kb15lwSmTzsS5zu { width:17.9375rem;height:2.1875rem;top:132.6875rem;left:5.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SezVuXBlxsxVcVnBwNKPqv9TWJ7WtoSA { width:6.625rem;height:5.375rem;top:131.5625rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEX35Jk8TPiOoUCmvJqqwZK45qxMps6c { width:14.5rem;height:15rem;top:126.375rem;left:26.385638297873rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4xt0COSxwcZtKetTHennbTW6RW2zDmr { width:21.5rem;height:4rem;top:132.1875rem;left:23.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgTdTBf563VIgnR2rN54vGLpXltDQBT5 { width:10rem;height:10rem;top:140.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q74EwueRVBsq2NoNpqQOMLGtUA5reJxT { width:14.8125rem;height:3.5625rem;top:143.625rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFQ97PZX7rpqKq6nt5ybeB7bRXGqohG { width:17.9375rem;height:2.1875rem;top:144.1875rem;left:24.935546875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXkNvHl2T82LkrpDHttus6k9AMRkIFDJ { width:10.3125rem;height:6.9375rem;top:142rem;left:28.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtJcTUiE9zDu3wo8kLtyUqD5UrcnCR8 { width:7.625rem;height:6.125rem;top:154.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8UPBK4SNyFB250bzbMcuZWH6P9HtgC8 { width:18.375rem;height:3.5625rem;top:155.625rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvf3NDBDg2a1XLVnX6GFeKLUNWAraHq6 { width:14.8125rem;height:4rem;top:156.25rem;left:26.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStkhWQiEvXpRptkfzXfbdzw3aRNvGeC { width:14.5rem;height:8.5rem;top:152.875rem;left:26.572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlUKefrRQZO4v5yxgT8noceWTV2a329T { width:11.25rem;height:9.1875rem;top:153.25rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDssGfRt1T19UR7Bh9w2plG3vTGu0aSp { width:0.625rem;height:31.1875rem;top:130.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx1gyWWebbHzbWEVUkT6h8FaTo4zczgS { width:18.9375rem;height:0.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUwfkHyVTFKGeOy7eeekdR4ylT0mqV7 { width:18.9375rem;height:0.4375rem;top:25.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8IkNNoTc5v3t61QclaZsLS92ELZiAmT { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3ERo4k17X8B7fspzmHgTotZLw4yIxHf { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFhmKT0BRe3dGLdMWEeGtZxd8wMThOg9 { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icu9AQSlDGAk4VIfB9J60Trg9kgWWEmi { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKSpIQu0bWJOBMxFng7yKZnzmiCPKERG { width:37.3125rem;height:0.875rem;top:99.3125rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec { display:block; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gl5BpEneIZXB9ZAZ4CnXGq0Joqn32I1U { width:32.5rem;height:3.5625rem;top:6.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0tTkpzHk5NXDweZIIHsVSfRRNPOiRf { width:21.6875rem;height:1.5625rem;top:11.375rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn1ZUVUe5NcG5R8sFnfoJJNDky55mgZc { width:11.625rem;height:2rem;top:18.8125rem;left:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0kTmokRAQMxZPVZzy1y0TSs8OpEkyk { width:18.875rem;height:2.25rem;top:22.0625rem;left:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvJDbQavuFAx6TzSPC9IXshfpFatZZef { width:26.375rem;height:29.0625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxek2Ty9kNwwazCBM09LIXL0NdKUWetI { width:27.8125rem;height:30.6875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPu9xH1DDcZ2yqEF6EC5eoWdyV8zIut { width:16.875rem;height:12.8125rem;top:26.875rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBCt6uR5fONBTpMxgv4C2Z3ZzINrfnnm { width:19.8125rem;height:2.3125rem;top:41.8125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWezC4T3hL4bJrSvaKG0OlSGUGALwA35 { width:26.375rem;height:29.0625rem;top:17rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJrfaL9PmnlvMfUUcBK2NhKD8unOosg { width:27.8125rem;height:30.6875rem;top:16rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbCPXr8oOgezibbUckmU0zgnRmzSCOA { width:19.625rem;height:3.5rem;top:39.5rem;left:25.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiT3drTGi7i2KGcTEJy24xwI6L8KNPZS { width:20.5625rem;height:9.9375rem;top:26.6875rem;left:25.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqyDgcONID6GXHOqWl9GtHsOagAGIcq { width:18.875rem;height:1.125rem;top:22.0625rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWBdTd8inAOIVMLT3KJii8tEaQGrcmL { width:11.625rem;height:2rem;top:18.8125rem;left:29.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJC4gpsV42i9rXALvB0dSo0NZ102v9J8 { width:22.8125rem;height:2.3125rem;top:78.0625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl { width:26.375rem;height:29.0625rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8eXJ8n0T5352B8tfsUdbeTc6w5aqv94 { width:27.8125rem;height:30.6875rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOFo77smeuPlLUrEJRmW4TBdgUDqADH { width:17.8125rem;height:12.3125rem;top:62.375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbyAFHbBnRQxtTUIVFroATbLWsrgTR8S { width:18.875rem;height:1.125rem;top:58.3125rem;left:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki69ollDZNP6n8p5BZZnH7TBmTEhFbcA { width:11.625rem;height:2rem;top:55.0625rem;left:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB { width:26.375rem;height:29.0625rem;top:53.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcnr4Mc9Zc1kgspJgwcI4tlVccJNTiOa { width:27.8125rem;height:30.6875rem;top:52.25rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyxQV3NO8DSHBMetVpZSTqO3c7A0tpZ { width:21.4375rem;height:2.3125rem;top:78.125rem;left:25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7a7ybs76Rk0E5ZQx9avm1x5twJTkvJ { width:21.5625rem;height:11.375rem;top:62.9375rem;left:25.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwikg33y6L7x14tC96UdADVl6wNnUylA { width:18.875rem;height:1.125rem;top:58.3125rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRlDGEkxODP4PtoWmJXm4dU7lE843hx { width:11.625rem;height:2rem;top:55.0625rem;left:29.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN { display:block; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzGEJw9RT3gR7D9P0g0hQ4uuzQnTcAp7 { width:20rem;height:2.5625rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWyp7p9fb6RAlpSmU149BtNoZBfGGITA { width:24.9375rem;height:25.9375rem;top:15.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseoALv8dSQG4ocLPCoqz0QHurOraruF { width:25.0625rem;height:2.5625rem;top:6.8125rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTMH9ErAEMuE972QfoHogEozqAwe6D5 { width:25.6875rem;height:21.625rem;top:15.875rem;left:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDtQM6ig09Z7BsqrQuBGImPmG441ogx { width:27.5625rem;height:35rem;top:10.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJGFGXrRbKzgC6b0moclwLo02eEDf6iZ { width:29.25rem;height:30.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIRTtHTyEV92c06mrOGTlT874rVP3o9 { width:29.25rem;height:27.375rem;top:13rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr { display:block; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2bgQkpPWnU3uX3fQyW7KCUgPFCciEMc { width:34.6875rem;height:4.0625rem;top:60.0625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Witd4uSm8uOpc2I8N4lvcu00m0Eb09pm { display:block; }
 }@media only screen and (max-width: 763px) { #NR3NdN0e4B1TPmK8GcJvzJpcacznA0ZT { width:47.75rem;height:48.25rem;top:165.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itgeMqip8DGihOG6fxo87fKdeeZCBWQp { width:47.75rem;height:9.625rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHrwtgtWFJBo7a0HgnWsrWM5FzuaKTsX { width:47.75rem;height:4.1875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfuv3nEs41urf3BnedmAEEOTrgLwP7g { width:26.5rem;height:2.375rem;top:17.8125rem;left:10.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuuOveR0OVKGac0hT1gT6hkDCqDTtBR { width:22.4375rem;height:3.4375rem;top:25.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKRe7fNZWIpL7Jdxy8cNE1vLN5PLoTPD { width:23.875rem;height:9rem;top:31.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzpE7TSEWsP343N03zl6cZytS6qOQZVX { width:1.0625rem;height:1.375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGwqre0r8mg1omL2yCTk8iZgnwmKxQRx { width:1.0625rem;height:1.375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM64aCuC9RNTxDbiRtgROKE4ThTcQuc8 { width:1.0625rem;height:1.375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSyRRMfepKedVWXn9hVimCFmAa4GIxwr { width:20.6875rem;height:5.1875rem;top:25.5625rem;left:24.322265625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZiv1ZKpCZ2OvXVBoceqHVDOtoeeGV3W { width:25.125rem;height:22.5rem;top:33rem;left:22.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xv4JxuNmxUkkXHvM4vkeNiNO5dx2ab { width:1.25rem;height:1.25rem;top:33.0625rem;left:24.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVX76aCqFKTkPpVFbpClwT9puKEi0Vy { width:1.25rem;height:1.25rem;top:40.6875rem;left:24.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSC4HaDmL4w9sV5TXleiKAvaD77tW6UG { width:1.25rem;height:1.25rem;top:48.25rem;left:24.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCLW2PUTvhfITmkbcdLXiKhWOqzsmI4 { width:1.25rem;height:1.25rem;top:52.75rem;left:24.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8T0dPwtQgTc4M2omxqvhtT1kF2EToZ { width:32.5rem;height:38.375rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiN9uFED9ib15tDfvrJOkmIZ8hc8pK5 { width:31.6875rem;height:3.9375rem;top:74.8125rem;left:16.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQJ534WDim8Z2n9oFxdVi82cFFvtyyNh { width:20.125rem;height:2.4375rem;top:72.875rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZkoFW2As2x6HfpsKo0v6Gg2xVD5drk { width:25rem;height:0.4375rem;top:79.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csU9vHw8moqU3Zz2rtzBqAuJpdwf62gf { width:36rem;height:24.9375rem;top:85.0625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQiZ5yALLx9H0KPnIWGG6bOLlDZbD9n { width:43rem;height:3.9375rem;top:120.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GayTTRlm3syeQhX6dInXE1EmyW9ZlTNo { width:30.375rem;height:2.5rem;top:118.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGIVSm7d3AXJXa0anHLgeCAZ0QsEhh2 { width:25rem;height:0.4375rem;top:125.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rMfH6TXGBIESJGFQCTJsKAVUpCXrQJ { width:36rem;height:22.5rem;top:130.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ0B6ZLzZLAZMBKV9VZwwxvt6G9ovWr { width:31.875rem;height:33.875rem;top:119.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRySQ7nsMMCUzbicu02U106OFKXy4g6i { width:46.8125rem;height:6.3125rem;top:156.3125rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrn1zkXGXrFFO3HV2pZIvErainFoa99T { width:38.5625rem;height:27rem;top:84.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf7Td1NzoSQO77pXU8TancQPTiULv19B { display:block; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkSqOQl6wTmVMRFt2nal3Fwf4INOL8mE { width:34.6875rem;height:4.0625rem;top:46.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNfknv2NdmSiGM5KNC39rLsy82Rmk4S4 { display:block; }
 }@media only screen and (max-width: 763px) { #DSnmyKmqILHwiplsvGhxSqDn5y2XqzbA { width:47.75rem;height:5.6875rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCwN4qpkdk6XJt0igTL8EABIWAuhGk4 { width:19.9375rem;height:3.5625rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6uTmFsKwEAgTfsCqvimoeXL1yT8fcDm { width:20.25rem;height:21.25rem;top:17.625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92pDpWULsItzQo6TNb6NhxJEhcdXJlT { width:27.75rem;height:21.125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSrO4Nz00gfx8UOikOTvC5mWrSKFPBwH { width:18.8125rem;height:9rem;top:32.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHmrl5CbvwFOT3cT64zKDqfc7E00owS { width:18.75rem;height:13.5625rem;top:17.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTpVOFrzI2yS0HQzkUP6TgefMW36VKz { width:40.375rem;height:3.125rem;top:10.6875rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMk1crV5n3s957aK5URFXfQTzVoHZBH { display:block; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFeqUq09SiZThypedqwcOLil25Tqc7s5 { width:41.4375rem;height:4.8125rem;top:4.5rem;left:3.1562509536743rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTyyS1u5gTK8QgOJFZTmif9IAuzmfTWM { width:15.0625rem;height:20.6875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgrTzyIc5F20QrNTVgTaSnPumSPGgtK { width:26.875rem;height:1.75rem;top:19.1875rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJv2fvFzGGOfL3wEIUdBzqJlTJxQrVn3 { width:39rem;height:3.25rem;top:24.4375rem;left:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwVxm2aVvE7LxZ2eThmv3zo5O94SoNX { width:0.625rem;height:2.4375rem;top:18.875rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovfUM4TKOyLoAoTOU6ozTWc3zlxoGbnA { width:4.375rem;height:4.375rem;top:17.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7qa86qrD2wELHMU0RwFPuvyzgTDXp0U { width:47.75rem;height:10.75rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in6eeMdpLtbbkFW9Su0lRwcpIpN6GxD0 { width:31.4375rem;height:3.25rem;top:18.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDOMsD2PAJzW0RF0TWO4CusJGKKkOUZE { width:15.0625rem;height:20.6875rem;top:36.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUsBNc0AGJOfbLyUvqulmgvFJ32GTdIW { width:38.0625rem;height:3.25rem;top:46.625rem;left:1.9687509536743rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0tAqUyQnVyNSlqxUGpcgAMr0cJ9bgk { width:1.125rem;height:2.4375rem;top:41.375rem;left:42.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ6UCSfb93rHR1OpIct4yvmA74nWX8is { width:4.375rem;height:4.375rem;top:40.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK7DFFTcTfIMqoBCpUq14aPnmgMVFss7 { width:30.625rem;height:3.25rem;top:41rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAE3OPzmGyrKQ5BDZ2BuZgiNoaaG2Hz9 { width:26.125rem;height:1.75rem;top:41.75rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWnIW9qts6JsPZIWPQZV0UK2lirrTdCr { width:34.625rem;height:4.875rem;top:69.1875rem;left:7.3125009536744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XweNMP7aQK0gUvTQIkbumTLt7BKLJLWS { width:47.75rem;height:10.75rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyV1Fnz3COEvo1zXOqzuTTWlXUIdFPcU { width:15rem;height:20.6875rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeuxLIoaeGeR8knD0AsArGhgv2JR8IM2 { width:1rem;height:2.4375rem;top:64.4375rem;left:3.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmHGT5gtv1G5OTAF0i8vNbwSn810M6k { width:4.375rem;height:4.375rem;top:63.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rvCpwkxteH6yn3yydr49tVFC8FIV9i { width:26.3125rem;height:3.25rem;top:64.0625rem;left:3.9375009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdaSWkFBZ9RtbTuyvxGBJ782msV0TeAM { width:21.9375rem;height:1.8125rem;top:64.8125rem;left:7.3125009536744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4nG47GP8RI3ZoMxangzTAuMdhLKVNnI { width:15rem;height:20.6875rem;top:82.4375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T883vI8EXAdvb9Luc0XoSCpntR4T8W91 { width:38.0625rem;height:;top:92.625rem;left:2.0000009536743rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPimAdQRgRDlfTrdN213SpSToPa7h1fx { width:4.375rem;height:4.375rem;top:86.1875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEVOnHf4pvMOhbO3nTeNv3GEFDIw0GDc { width:38.3125rem;height:3.25rem;top:86.75rem;left:5.0625009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT1c4F2O3ThK5ULykyPn6gda5bGyfyV { width:1.1875rem;height:2.4375rem;top:87.125rem;left:42.500002861023rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylKVSdd1rc94Z1pPvk6x56BWiCX57d1 { width:34.5625rem;height:1.8125rem;top:87.5rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoHy0uJKXZcdGSceLEK5tTHbAsgbHSSd { width:36.8125rem;height:4.875rem;top:114.625rem;left:7.3125009536744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0pCdm3PIhZPoQXkBU8FAH9zTpCloey { width:47.75rem;height:10.75rem;top:111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHsskkfuedvQcn5DczdUO6kDePuGPiNy { width:15rem;height:20.6875rem;top:104.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1NgVZTWGOUE3igIRJMfqVcEk84Kvtdx { width:4.375rem;height:4.375rem;top:108.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4CN8rpfMqDgS7nf7NyKE9TJZkiVzXo { width:22rem;height:3.25rem;top:109.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Ni4Hr42IN90AmWwJbhwuSnbc3Mh1Bk { width:1rem;height:2.4375rem;top:109.8125rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tfWl49oQfwSi0xWIUtSBwRncvBwfbG { width:19.0625rem;height:1.8125rem;top:110.125rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFvCTp2eglT6s6VTFsDDwQo7ETkTbtC { width:15rem;height:20.6875rem;top:127.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGr1UpWJsVBtQt54TyeG9qxDoop7FOlO { width:38.0625rem;height:;top:137.6875rem;left:2.0000009536743rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiEqNHuxXkeOgvdrIXf6KS0sguVsml00 { width:4.375rem;height:4.375rem;top:131.3125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVPCeA18RbpeaVkbDGM7SeoDrs286SV { width:43rem;height:3.25rem;top:131.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enC5ysbtd4clzfuXcxwapHHgovh4PTs2 { width:1.1875rem;height:2.4375rem;top:132.25rem;left:42.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVoRy6cKQA45lX6DctTxaLBLQnsqTBe { width:39.4375rem;height:1.8125rem;top:132.625rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2JZXBdFJ1tTGuFaWk2EuAneqRRhP8ER { width:36.8125rem;height:;top:160.0625rem;left:7.3125009536744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVSRJry1JFgKH9vSJ0gItJAvvbNimdgq { width:47.75rem;height:10.75rem;top:156.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrCesbpNLJQgOlJNNgf2EcpQCxnWR0F { width:15rem;height:20.6875rem;top:150.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqHQxXaGVVOcch6yxV8izs8HzFrLbstL { width:4.375rem;height:4.375rem;top:154.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfd4hJuEQfBV3VMModUmvmktXw64XdUU { width:20.5rem;height:3.25rem;top:154.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaI1VOV3TU0lwIHa3QxOVR5vx0XWGSTa { width:1rem;height:2.4375rem;top:155.25rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnEswUo3h32Is0vrcdoEtA9okqhhmzpq { width:16.0625rem;height:1.8125rem;top:155.5625rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxERKpIZAiEclu9X90KH6zSCdUvAuVb { width:47.75rem;height:10.75rem;top:178.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoE85BQ2N4rwTCVcWbC1ZL1HSG8wgP4 { width:15rem;height:20.6875rem;top:173.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi0WgR0qHIcSxVcDuf4VHzcIMp5VUGkG { width:44.25rem;height:4.875rem;top:182.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuuJGD06VShdIBC5NAdUTvII2owrw6r { width:4.375rem;height:4.375rem;top:177rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAPwTcrgiMwVJai5ocSDVh4ZQNhJEtdK { width:39.5625rem;height:3.25rem;top:177.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8vv9x2QMaBxL6UB1brgd2BhXUWeNB2 { width:1.1875rem;height:2.4375rem;top:177.9375rem;left:42.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLyUIuQTErax7MmOTUQHm6ZNCzxPPiQ { width:34.4375rem;height:1.8125rem;top:178.3125rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToaxuH0lkfTEwMtdBiT42AqbM2fRtMi6 { width:47.75rem;height:10.75rem;top:133.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspkOaXlO9ONy01d5EAnZiLZUNGUQrBw { width:47.75rem;height:10.75rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ8niJau1xp8NCtvLXsDSSB99o7Ktp2m { width:47.75rem;height:10.75rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGhcwszE3k7yConyexlUidfgAZ0B1NNf { width:47.75rem;height:10.75rem;top:202rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANas30yBUINKzH6K5wMkcuTpPXTsJvqX { width:35.375rem;height:;top:206.5rem;left:7.3125009536744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVn02uErSoAASDNHktRGEMuaRWtE7p2 { width:15rem;height:20.6875rem;top:195.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaUvJvthJRIWEMRs59CmomNxM3RBrttN { width:4.375rem;height:4.375rem;top:199.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8TOARBPDzi3zk9Lhnli5KxwDfplnoh { width:29.4375rem;height:3.25rem;top:200.375rem;left:3.3125009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpZM9epO2IZTmeZAHTDQUSBZ6LzJCK7r { width:1rem;height:2.4375rem;top:200.8125rem;left:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUuBTn6vLbrPoBicbIB486NG3TNiv6gh { width:24.1875rem;height:1.8125rem;top:201.125rem;left:7.3125009536744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLD1nlBt6dBQdvbfyrUL5NhkL9oaDpkZ { width:15rem;height:20.6875rem;top:218.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiML6FZRwZJTgmDdT8MECaoCaLnpCndM { width:47.75rem;height:11.8125rem;top:224.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyo0Z44S7AkiX5W0JMmw4Qn7W0VJiET2 { width:42.5rem;height:6rem;top:228.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mOVQgC5A8Oc6X57t7SF9dFdQTnzaRU { width:4.375rem;height:4.375rem;top:222.4375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKiPTADz27O22foFhhXAwT7CDR0avHH { width:36.5rem;height:3.25rem;top:223rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZUog591UT3Muk6V28IuhIMatvMv7Qe { width:1.9375rem;height:2.4375rem;top:223.375rem;left:42.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evl0flgxJ0igxFQsgF8RK3LJIpwu3HUg { width:31.5625rem;height:1.8125rem;top:223.75rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 { display:block; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9QOrpt0O0zOaCwWclZXHtMkT2MEQ3TL { width:26.9375rem;height:17.9375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP5zB1ugTpahiIUoOSXhhbtbyFFF3boD { width:13.875rem;height:3.625rem;top:20.8125rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ueTx3g6RZFhBCTVQJKh0pP1zzkd3LC { width:15.5rem;height:1.25rem;top:19rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUQv7S19ZPQfOE7C9ROLZMpJHHoPKFko { width:18rem;height:1.5625rem;top:16.75rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5IkwffRgGwO5NE2PNASRniNysFKIFn { width:15.5625rem;height:3.25rem;top:13.3125rem;left:4.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Cg60pOUbU8bNXiJG8dxk6SZbDhUIzN { width:17.625rem;height:21.75rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcN98nBbMG1KVhcfFELEUXmqc1Khb8M { width:41.4375rem;height:3.4375rem;top:3.75rem;left:3.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULaI2iWM4naycFaC92Su3g7wacVFk9Gp { width:14.375rem;height:3.25rem;top:13.25rem;left:26.000003814698rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwKFiQ1kNTu4OuDceOxFSA2zp3iskJ3O { width:15.4375rem;height:1.5625rem;top:16.625rem;left:26.000003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcpTEw9WGvizWmnlsB4ybFNF026FtPvG { width:14.375rem;height:1.25rem;top:19rem;left:26.000003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFftFPEH8JAxN7wnIP2nlCxMDZCqE7Da { width:13.9375rem;height:3.625rem;top:20.9375rem;left:26.218753814698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZhRvCaJlTHhhozNC5m46vTxMDlHv4Z { width:27.9375rem;height:17.75rem;top:11.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TediW2oMXMl4wXkbbCwOTsa7fWeTZq { width:17.625rem;height:21.6875rem;top:9.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boki8VnHtiqXR2kGC3C4ta3MSOPNStps { display:block; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9PeznTCMVWVFZB5x0FFDt6iVlGWr7TE { width:26.375rem;height:18.3125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfHdFTLb1QVkmZkAruflvtT4PMcEHIL { width:14.75rem;height:3.625rem;top:11.4375rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP61EPlZNsqDN6eFw4VTXMT86WE630q1 { width:17.625rem;height:21.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7eXzgiALNsuxEgrwl3pdVolxCv6Cxl { width:14.8125rem;height:1.25rem;top:10.1875rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynevTTM3QC3HCHGZTwyyRhW0bNx5CwJ9 { width:14rem;height:3.125rem;top:7rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDT5RXb1QQxfZSaNFTVy97AvKlMVZZPw { width:15.5625rem;height:3.25rem;top:4rem;left:4.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saCZpVkhkth6z6sG5AbLUxP4PtLMpgg5 { width:28.8125rem;height:18.25rem;top:2.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKT6oBrulFh5RPEDI1ZZreRNExOh0VTp { width:17.8125rem;height:22.1875rem;top:1.125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XpRBvTfoC5yB4V9mea7cvuKewDITX5 { width:15.8125rem;height:3.125rem;top:8.375rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtwTkdnkzHZdKWyxzTmxx9KdzXlwTJ9T { width:15.5625rem;height:3.25rem;top:4.4375rem;left:26.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvo5fBEoRv0IpF2hgIvwzlyWJL61EWG8 { width:13.875rem;height:3.625rem;top:14rem;left:26.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alfOOI5fynJWfDRBSD6FLpiQu4Ldw2K2 { width:12.375rem;height:1.25rem;top:12.125rem;left:26.687503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 { display:block; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbceUJ2GEVE8hoATgNIAEW6RtLC6WDJg { width:27.9375rem;height:18.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5broW247yLmc1m8kTl5KTocfl7ANRay { width:14.75rem;height:3.625rem;top:15rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwci7VXs3s50XKc98VrEdWQ9LX3gisaL { width:17.625rem;height:22.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzrrDCDxNSqWpfE8cas2NLwqm5o79lO { width:14.8125rem;height:1.25rem;top:13.0625rem;left:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgZUK49xQfA5XGGOz09pHtZ8STiql4n { width:14rem;height:3.125rem;top:9rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfHOOU8n31WzWcmu2zDVOvxmnNN4Dpbr { width:15.5625rem;height:3.25rem;top:5.0625rem;left:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HabZDAb0vwOiWhtMuQ8x3GRBWlQcHp3O { width:19.0625rem;height:23.8125rem;top:1.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5LDStqU9liNH56kRLbEn1VwERfnI3Mm { width:28.875rem;height:18.875rem;top:3.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFNqqqulfOCTvI5rn4xWnZTNqvRCK4J { width:13.875rem;height:3.625rem;top:12.8125rem;left:25.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #canLgrdOhAF8HR7JdrNTtcnxW1Hy760t { width:12.375rem;height:1.25rem;top:10.875rem;left:25.875003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQvSUyvogQchsiT3MpFv5ig0TaRCltwk { width:15.8125rem;height:1.5625rem;top:8.6875rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIhhoH8TOSRHps239VTDcoiNRmksO9WR { width:15.5625rem;height:3.25rem;top:5.0625rem;left:25.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBpFhtUKeTLepq0rsZFerti5XBii8ZUA { display:block; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy2Wx7SGE38bKC3QSku7K9vehI9I1R95 { width:27rem;height:18.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTev9SePBra81cqxGR8Gk4OpycTDHRz { width:14.75rem;height:3.625rem;top:14.6875rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7UT9wCW3drwFB1p5osH3dC4sJ414iFc { width:16.9375rem;height:21.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92X4g440Gxth9gl2xud8mK8b5Su0u4o { width:14.8125rem;height:1.25rem;top:12.8125rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6qne4bXtRdPUQv6gxngTfsHGxxqC4VN { width:14rem;height:3.125rem;top:9rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxV3L6TkN9ILrpnEgv9v4J86sRxa0W64 { width:15.5625rem;height:3.25rem;top:5.0625rem;left:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCckT4pR9dGhTm73q9XCy262LSUz1r7h { width:19.125rem;height:24rem;top:0.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTgpTGF1kGVUmtprcILr0T3tJLpDb19 { width:28.5625rem;height:18.875rem;top:3.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRfATKooJLeEhhNFIBrylm5Pe71xCX5x { width:13.875rem;height:3.625rem;top:14.625rem;left:25.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCvvpegarF50VhILeeFAq4FTqiDBHaXO { width:12.375rem;height:1.25rem;top:12.75rem;left:25.875003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZ4J0urGNgIJa7IFlv423BLL18Z4OlP { width:15.8125rem;height:3.125rem;top:8.9375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl63r12KW40c2n3Fq2pMWQBqinITtXo2 { width:15.5625rem;height:3.25rem;top:5.0625rem;left:25.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN { display:block; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9f67BrfIuV1WZ2BLNCyyw6nu3u14FIf { width:30.625rem;height:19.5rem;top:2.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5gZ3NflBQOSyQGJgZOd4vvVFsUnTXD { width:17.8125rem;height:22.0625rem;top:1.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPtphsWvMhF87FZsMbrkp85HuZd293Ma { width:27.6875rem;height:18.875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3eM4zrP5Og80dTSNEyfS65cJ36A2Vx { width:13.875rem;height:3.625rem;top:13.6875rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFbUpNRTMirD0o4GHRhT26FUrEuDsO8t { width:12.375rem;height:1.25rem;top:11.8125rem;left:25.187503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGlO2tKRkkNPzT9fQ6f4zcBwgHqHkQe8 { width:14.8125rem;height:1.25rem;top:12.3125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiZrfmiXaZaTM0viT6GT57l2CiTQV3Td { width:15.8125rem;height:3.125rem;top:8.4375rem;left:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqBaZnwcOvWXwMpvzB3JWpM3B8v0kTWy { width:14rem;height:3.125rem;top:8.5625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPJpnZ0aIXB8f8J3TXPhhRBSMz7H6t5q { width:17.1875rem;height:21.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm4dzT4vh0qPT2NpMwzuekbTwT400XtO { width:15.5625rem;height:3.25rem;top:4.5625rem;left:25.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2C6A6CNKIkPSwCmSgGF29FalVMrme6p { width:15.5625rem;height:3.25rem;top:4.5625rem;left:4.1916694641113rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOIBMs9uchK9snfUzy2h0TXakQ234UOi { width:13.875rem;height:3.625rem;top:13.9375rem;left:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk { display:block; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM97tcuTeHRHB4OwkMo7lkT3fKBBKc2u { width:28.4375rem;height:18.875rem;top:3.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaIKbTzdKc6lJuiVoSDH8o1QNP2SRTe { width:14.75rem;height:3.625rem;top:14.8125rem;left:24.500003814698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5CM0RNIt8xdRwIbwazGLM8siIKD2THM { width:18.5rem;height:23.1875rem;top:1.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PROTPmdFAMObaxBFls0EISIwIUZTwXB9 { width:14.8125rem;height:1.25rem;top:13rem;left:24.500003814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7WuLXMp6x9TIh60pO7cAhHWVi1Imsgu { width:14rem;height:3.125rem;top:9.1875rem;left:24.500003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetRfDwzpU8pk1wQl5cdDkIrqvTcfDTm { width:15.5625rem;height:3.25rem;top:5.3125rem;left:24.500003814698rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh { display:block; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruCeWDwDKMawtgSuV3GGfewOMXOF4wK2 { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBi8AZJ2GkJVc2ZI9va5c8fOUEtGSNA { width:31.0625rem;height:26.6875rem;top:28.8125rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7Nl0tO2V7Mn2zspKdKSfxZXIQZ07mTz { width:19.9375rem;height:5.5rem;top:27.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vp4t83qMmI1emslq1QHKoKnpAxooETe1 { width:41.4375rem;height:3.4375rem;top:4.5rem;left:2.3117189407349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySoEN55iXMQIqRyDJf8kEoRQ6TbrSHIh { width:9.8125rem;height:7.125rem;top:16.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi1cWhDJcUGcg03FmG9APR60pogJqMvT { width:22.0625rem;height:12.8125rem;top:11.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfcGzSSmkf1yzriiPnqTkM56LKGbuc7 { width:6.875rem;height:9.875rem;top:13.8125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCE4GVy8WFl6L19wZ326oobCPQ4SnnL { width:3.75rem;height:8.5625rem;top:16.1875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFv3VbF4r46HH8iqolTM94wfu3VP8n5 { width:3.75rem;height:8.25rem;top:16.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLkISXcKrO6qrb4xNs3BtDMTAVnKptQo { width:9.4375rem;height:13.25rem;top:11.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJuSQ5p8RUv58p2cOXbhlmGMEwsoDrZ { width:9.4375rem;height:12.9375rem;top:11.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcuWidQTnMI8LPwCU3X6U1SRgTJyHve { width:1.5625rem;height:1.5625rem;top:32.5rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbqBqpGPy7rvNT2eN7Drib5fZ8zwecsV { width:1.5625rem;height:1.5625rem;top:35.4375rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ypgsfNHxPB9a103Cb4yi1CucDpkooA { width:1.5625rem;height:1.5625rem;top:38.4375rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPMwls60V2wZl8svHATyz6euVJTdwXJ { width:1.5625rem;height:1.5625rem;top:41.375rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfddc4tLMc9hurdi85ZI1iC57OG2GvAu { width:1.5625rem;height:1.5625rem;top:44.3125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnxcyBpAady4hpNv1iT925N0v3Aao9R { width:1.5625rem;height:1.5625rem;top:47.3125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDyMplzWxoeX34xxBJg7bkycHPAZET60 { width:1.5625rem;height:1.5625rem;top:50.25rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOrWR2H7w11oFFaZo4DMoSwiRSDQQzU { width:1.5625rem;height:1.5625rem;top:53.1875rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WKlEzKIVoSh3dRTMtsvxyaINoQHfg5 { width:47.75rem;height:14.444375rem;top:50.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEJkR1cCT3wgLadHGQxGVz56SFEJ7i2T { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTS1WLB51HfUdciPJ3zfMb4TITfJROyc { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTbtCO8DJXuU410USPhCFkEGnHfO9SLc { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #avL2fSUU4ssrwrm2Zrph0bGxBVOvr87o { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmN1I36oMeShWuJ4laGR0tQ59XGPbPJQ { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJp4UnaGQpL43PXaTLavQ2EGIzqkRfS3 { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNC1STew9nzDzDGITu1eTxWCB8X8ieUS { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkdmqlzXk5hpzmV4zDe37BEcNxoddXsq { width:1.5625rem;height:1.5625rem;top:29.5rem;left:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 { display:none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSJTtGFax4cBoRkdkh7SA41mbtnJfHsL { width:44.625rem;height:7.1875rem;top:1.625rem;left:1.5625009536743rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFiTtzetXuVbwDFbpDpwdJSCl6yo2e6 { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTU09rWg9tCTgX0hgiXrkFaLyBBAa98J { display:block; }
 }@media only screen and (max-width: 763px) { #A0smvhawImmcQ5Gszrewi4FvCOwBkrZx { width:19.3125rem;height:1.6875rem;top:44.8125rem;left:15.561458587646rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSIJFpnyoLMM3bWF6sTvTM3FDEufNTxL { width:47.625rem;height:38.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpORzBbygCJQwVh15ufhpVkBXkaNofga { top:53.8125rem;left:7.2489585876462rem;width:35.9375rem;height:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bferq1hFgang3r7XFx2iumZa8GapSu { width:22.0625rem;height:12.8125rem;top:94.75rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxuvTHPdrMiiksoxirX4NJBnL3d5y7U9 { width:4.5rem;height:10rem;top:97.5rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oalAf3SD1qMoQ8FyASop5dRngzOglAOn { width:3.8125rem;height:8.4375rem;top:100.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeViMdpIWZZc3nGyUTBeZSdJoPxzI7ma { width:3.8125rem;height:8.4375rem;top:98.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBALHTuwSwQUDP7UVSZUk0NZ0Fi9vwUl { width:4.4375rem;height:10.0625rem;top:97.4375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2VaRJFmQLtteh93RZImWAlN7Mwd7XqK { width:4.4375rem;height:9.75rem;top:96.0625rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A868Q8cweN9g4b1zT09Xnl6cXxgSMXSJ { width:14.875rem;height:10.75rem;top:90.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtoAPT9JvehoitcPyOVPy472X9Uddi66 { width:9.9375rem;height:13.75rem;top:95.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6pvmQ1PBQmvigVHURbUfZmDXCKJv571 { width:9.8125rem;height:13.5625rem;top:94rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2LGsK1OdxJBCFSxgq6pWUHn1qIuQfo { width:9.75rem;height:13.5625rem;top:95.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHX9KRXMvdK5mNJ1VggcPiaTolD6TItb { width:9.6875rem;height:13.4375rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M34BFE503mnDML4uCpxudqbFWWL7iStH { width:9.5rem;height:13.1875rem;top:90.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1fKNIEQWFmLMoS5vfBcishwNfc2s3n { width:9.5rem;height:13.1875rem;top:89.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbTDJWXiRUAwSfZrxbeqUd4iIlDTFAMK { width:9.3125rem;height:13rem;top:90.0625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i658hGZmi8w8FQyxakPGFrShy779NQ37 { width:9.6875rem;height:13.3125rem;top:90.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGq1cqSnF1rqZiN2mVaIQtAVIeAAKKAU { width:3.75rem;height:8.4375rem;top:98.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpIDVE9tnTeidvtiWxzB9TPVPWwfe2Ls { width:24.4375rem;height:19.125rem;top:81.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIWcIFGD11faFTspxSbFnrVEi3zcGlL { width:9.5rem;height:13.125rem;top:89.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyWpCNvP7KBFM3FHRC5Qyyn04K5EaBFd { width:6.3125rem;height:8.6875rem;top:84.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvDl2OnFyG3DtRy6CCCikoWHBz9fAczv { width:6.3125rem;height:8.6875rem;top:85.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZKt9F7XDpluFLJwPnt1QRsGkEMXGiZs { width:6.3125rem;height:8.6875rem;top:84.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #surGk3AiPOo1kpUrP8iUWhTiBpG3nvqc { width:6.3125rem;height:8.6875rem;top:85.8125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAcUun9ukTWUqW95WJbym24lSiAXbFH { width:6.4375rem;height:10.125rem;top:92.375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3RL2lrwoXg85boZi8gF8T6zTlTD0wmh { width:25.9375rem;height:3.375rem;top:17.125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHFENquJKTPWrX2wRlOrz5wUF4Td4yEH { width:25.9375rem;height:3.375rem;top:22.4375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1LNEo8kTHdAqlT6ZRsInu5wTEysa3wr { width:25.9375rem;height:3.375rem;top:27.6875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbqum2rULLDEC1VMEBCClnhuhlJhfbn { width:26.0625rem;height:5.0625rem;top:33rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFkTesBHynHGHZE2zFHPUJlzlTw9RwI { width:7.25rem;height:1.75rem;top:17.9375rem;left:36.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsENvCF7FwJBdBA6qppWxHBUnkIr74mS { width:7.25rem;height:1.75rem;top:23.25rem;left:36.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4mLwCORtm7XPbSLKITNxhUinhIsboxs { width:7.25rem;height:1.75rem;top:28.5rem;left:36.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyEfeELw4DoH1ueRWABdwWMovMikpzcM { width:7.25rem;height:1.75rem;top:33.5625rem;left:36.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ4ycDXronRZB4wInzkqW1fgUKhNLd9n { width:26.0625rem;height:1.6875rem;top:40rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve1oV45ZRLpo9CS6T3ib8aTqcuyFD343 { width:9.375rem;height:1.75rem;top:39.9375rem;left:36.004169464111rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q { display:none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eApOHvtE8bFSvwikIO3nirKkEhA5V7GF { width:5.5625rem;height:2.5625rem;top:46.3125rem;left:34.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug1liARDBaqdv6LQVNWCmkrX5Mp7ytvR { width:2.75rem;height:2.75rem;top:46.25rem;left:32.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGMTvq71Q8gfvc2ylk9mq9K69gz2r2B { width:10.6875rem;height:2.5625rem;top:46.4375rem;left:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhtyMI41WBpbLZlJiAxMNAT0C7m6zMlE { width:2.75rem;height:2.75rem;top:46.25rem;left:18.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8D3AfdtnLHmdBzzUINOU87zahahvGT8 { width:4.75rem;height:2.5625rem;top:46.25rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIUZVfgVHTPVo7t2DNo38O2EyBc0ZBT2 { width:2.75rem;height:2.75rem;top:46.125rem;left:8.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTL0SuzTgPtCEaVqT6xQsBI9OFUbitTE { width:29.5rem;height:1.4375rem;top:13.9375rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyNqr9oUJoJuuDwnNPoR7Mcldo0SfnTf { width:13.625rem;height:11.1875rem;top:16.3125rem;left:16.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstPr4al9uGo6Cm6Xw7LtZRzmSMDxyL6 { width:2.0625rem;height:1.9375rem;top:22.875rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHnODSavm1HleuUdGNLCmWSFbHfm9SU3 { width:3.375rem;height:1.9375rem;top:20.9375rem;left:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fCIbxTszAIG08l1onJeRTQc3hiLXWJ { width:3.1875rem;height:2.5rem;top:22.625rem;left:28.937499046326rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAz3HOTLCOR7TGhcX7GVyy3eh2iHCE6 { width:21.5625rem;height:1.5rem;top:26.875rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWpWKMLOAcqkkt4TfH7m1tPTE3owTdu { width:21.5rem;height:2.5rem;top:26.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6mwPMp1NPkZxq6nL3vDdPqPdav275d { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNrWti7zTS8pK3HZgQwCTWfk11tdVWVw { display:block; }
 }@media only screen and (max-width: 763px) { #mOzRZtapCRdMika8gO6ZkZCtDDmEpAOQ { width:29.375rem;height:3.8125rem;top:35.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKoJlLVhCLoE0123I8hTksFOt9bL2z9k { display:block; }
 }@media only screen and (max-width: 763px) { #Pc3mP2Xr72Gz32nGFIs3JgDBEwzCFbfW { width:32.0625rem;height:4.3125rem;top:7.125rem;left:7.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCepyLrCtUXkQkFIw6EM5XkkzJJHW54 { width:36.625rem;height:46.6875rem;top:4.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTU33mFCkTNTn90A1dMwOSZ0kodkeO4 { width:13.9375rem;height:1.25rem;top:16.3125rem;left:17.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS0M7I04PyFhMXQNZmyWeLau0wVIdQRV { width:32.0625rem;height:3.5rem;top:30.625rem;left:7.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll5f97tNhk2O8RZlSAK1kU3U6ZRLh5mV { width:32.0625rem;height:1.125rem;top:40.8125rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 { display:block; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdrZRCo5fCnMIsw17PbqniiC505vfU8d { width:38.375rem;height:2.875rem;top:4.875rem;left:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZ8ZUXgHXIvPcfooxOikv4ITXhm9F75 { width:18.375rem;height:18.375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEJQK08rodD2pvKmnwgQ51yRWDQW33mT { width:47.3125rem;height:17.3125rem;top:10.25rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 { display:block; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrFi0T3Ze0RtwIaJyxIhLGoyNZX0t6Su { width:41.4375rem;height:3.4375rem;top:3.875rem;left:3.15625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 { display:block; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5FTO3SHrHpXU2HzlUscvEt5mG9dPg6O { width:44.75rem;height:1.625rem;top:3.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2SgASqOZfQloQXb2TMyR7ReLvPDNpIO { width:47.375rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOxsdv9F5atdiDbo6DfZNcBVTEJCvtTH { width:3.125rem;height:3.125rem;top:2.3125rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy { display:block; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LymvzfTqiHK9ZxAfNDCsyQMeVbgW6oJl { width:47.75rem;height:11.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfUeeh78HoRlg0O3PsubAQJa7EKCqKJ4 { width:47.75rem;height:14.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv { display:block; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABLabwsE31bnsaiNRX5aXneWEheJB4Mu { width:44.75rem;height:1.625rem;top:3.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8aBWyT03EDWZZI2PRM9eSyM8Rl18T4 { width:47.375rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiS9wcng6udmJ0BCMCuWh6kcTnDoGqb { width:3.125rem;height:3.125rem;top:2.3125rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw { display:block; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzo0TGtMHMDpgOgeTFavGhvx1eUe2rHT { width:47.75rem;height:3.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxcdN0QeFBE2FXTs2h8Z834XKrt7XW4 { width:47.75rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb { display:block; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7sAAsN8X3FKSMfzeSOTmVU6AkTcS53N { width:44.75rem;height:1.625rem;top:3.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOV43WUSIVroE2rvzdF5NrtrWD75MpGo { width:47.375rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apG1XzX2TIFvtxf8k4DUQV5FstyLzSdP { width:3.125rem;height:3.125rem;top:2.3125rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ { display:block; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDsA9rTgRGRKPc9xkD1aXrpmAleFsb9C { width:47.75rem;height:4.75rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyJ8uHH72rt4TVRVEUPFNTDaduEbOWd { width:47.75rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxiSaXLA621grBwoEMZfQGGOcTD0JBou { display:block; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0OQa1Lbl9CO1pCJDzEeq5Z5nNZPbr6i { width:44.75rem;height:1.625rem;top:3.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVBJQtE7R1pTak4tJqw0P0tUmO4avfkm { width:47.375rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcZznemZs4v4TQ6yD4uWJ2mnMJTA9TG4 { width:3.125rem;height:3.125rem;top:2.3125rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmFlsln8K3QlHtXEzgOzyxq8xsqidcid { display:block; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uTT5ZswpKPS2v8c9oyO46FS5crrZpb { width:47.75rem;height:3.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRwqowJmzeQ1EPmt9pHsz8ytxsce6kT5 { width:47.75rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmCctBhxNqNv0otc77TIRbq1gEIsuyC { display:block; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPTTCb0Pm9zbKq5IMyJT0kcXUGTemBHQ { width:44.75rem;height:1.625rem;top:3.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3R6wz7U4TR9UPwiZfrqiU8w7MZwfh2 { width:47.375rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7BKbvTUIMynwF3yOTitWwAqmBl0Jgs { width:3.125rem;height:3.125rem;top:2.3125rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG { display:block; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXT7kn0OJhXhTHGpnMZMsyEqxHWqTOzx { width:47.75rem;height:3.1875rem;top:2.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChKKPOl3m2KCLPOfTVTJqTMVdJI1HuiM { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 { display:block; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4cwfDwM7HuSMBkrFcK4buihLuzT92w { display:block; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFclyw6FtXobWWKrTekJcSNqHTRpsa1C { width:47.75rem;height:5.625rem;top:3.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/449aa027-b5e7-4c93-b004-f1565839b6b6/bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoB7vX1JDLbGzpNyHwpEpHCttxAgCvsh { width:20rem;height:4.375rem;top:24.53125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXgd2Epwctu4e7p2TIbAtIX0ipKW53go { display:block; }
 }@media only screen and (max-width: 763px) { #lcQyLMIk3HlLyOxa3PIQkGsbJLx4TGti { width:20rem;height:2.75rem;top:20.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ANylL7OzDu3psGgRLNF6t0y3TsfGXX0M { top:30.4375rem;left:0rem;width:20rem;height:24.3125rem;z-index:100010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z01NgkPp1oybgKqmsxEo5s5OTLFwhadN { width:20rem;height:10.4rem;top:8.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.83);display:block; }
 }@media only screen and (max-width: 763px) { #agD0clezT67VsZAMIIxSbTLVHHOTHHEX { width:8.6875rem;height:7rem;top:0.6875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBu87kZysRPDebz3erU6RhNQuwaXHgS5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f48b8a9a-68de-4277-bfcb-2dc3333a35c1/BG3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5.adaptive-delivery-prevent-bg, #QBu87kZysRPDebz3erU6RhNQuwaXHgS5.lazyload, #QBu87kZysRPDebz3erU6RhNQuwaXHgS5.lazyloading { background-image: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { background-color: transparent; background-image: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container > .video-iframe-container { display: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row > .video-iframe-container { display: none; }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .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); }#QBu87kZysRPDebz3erU6RhNQuwaXHgS5 > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAUV2SNM5fXGhR6ZLoEToExFSkaK1AsK { width:14.6875rem;height:7.9375rem;top:12.53750038147rem;left:2.6562499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZ3eCIwp1wvB1iA81Muc2Xmhp1TkhNb { width:20rem;height:28.6rem;top:22.35000038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCey5uZmyxFJx87QSs4bazyKgE3ln15 { width:16.9375rem;height:3.9rem;top:1.4250001907349rem;left:1.5304688811302rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iabKVbR7rbd1t9SBttwqHEkEQoR6TIhE { width:20rem;height:3.9rem;top:6.7625007629394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvgeFezrvLsPD4uH9MvzzZd2K3ydPAH { width:18.625rem;height:4.5rem;top:1.125rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTbrBSMrShRqegSg9TUKRnPfII5V6OS { display:block; }#FKTbrBSMrShRqegSg9TUKRnPfII5V6OS > .row .container { width:20rem;height:246.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU5tJCerCHHb8E2xV1chX95oxBUT119M { width:20rem;height:24rem;top:59.625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qgqb8OpRfpbNApkOaTaRc7J4RNPuUqUv { width:19.996875rem;height:30.8rem;top:212.31172180176rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uoxkVsQt3pyxl4OB65hlSJlg9iZk7UM8 { width:16.875rem;height:4.875rem;top:1.875rem;left:1.5617188811302rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpB0eWBDaFy1yU26fhbeNDpeN0oorBEl { width:16.625rem;height:4.125rem;top:9.4375rem;left:0.625rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pH6DZGLX12XNtzG89zUrr8tzKLMC4gJx { width:12.5rem;height:0.3125rem;top:14.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguD8ygJXo8f5hT9w8qaEoa4uKKTT5PB { width:14.5625rem;height:20.375rem;top:32.125rem;left:2.7187499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #eShUSxzeovnedep2fixuLbGX4o3slJSq { width:10.875rem;height:0.25rem;top:57.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufP2Dxg5oHaQkslEXa4wupkqoCUmZRi { width:10.875rem;height:2.03125rem;top:55.1875rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNDCNma7E9SAnElgx0ykDDHHTImpVxH { width:10.875rem;height:0.25rem;top:54.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRccb9gXTfTrI5XkZ578M7Qs6l5zQRQI { width:16.625rem;height:4.125rem;top:17.625rem;left:2.7500001788139rem;font-size:1.25rem;line-height:1.1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zJbHvB8Z60HSJzoyvNPtZqxxrSbFilau { width:16.625rem;height:4.125rem;top:25.1875rem;left:0.625rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1WOEiyFgeIb171c5BcnVGVwI2otDgmx { width:2.6875rem;height:2.75rem;top:85.498439311981rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPXw0CuALFptEZgwwMMGXVwtVWTPZEW { width:2.25rem;height:3.375rem;top:100.30937767029rem;left:17.250001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9TqkwnX1WVTkIVdTbK4oy6VoK3CRdE { width:12.875rem;height:15.625rem;top:86.747657775881rem;left:3.5625001788139rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IuqJP1pruU7p7ZQXWLa4ImtOI8w90MVZ { width:16.125rem;height:2.8875rem;top:104.30859565735rem;left:1.9374999403954rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZczlITiWqHrDvBCSAgimsNmVwKe7Lvi { width:19rem;height:5.75rem;top:109.07031440735rem;left:0.50000005960464rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdFGCByvxrGSIxCO5E1vlClK3oN1Cx9 { width:18.5rem;height:0.875rem;top:115.44453239441rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGd2DVKABNEdr9GS9opNiuB1skQvBq7y { width:17.125rem;height:4.275rem;top:116.06875228882rem;left:1.4367188811302rem;font-size:1.1875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gFXaUzMIgwsoGZR1d4Ai3JQGZVJoPqBb { width:20rem;height:2.2rem;top:123.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSRefvJCiQVdfIaZD2kHSgqfcVvP7UO7 { width:10.8125rem;height:8.6875rem;top:126.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWiKShWHSHHGp5wfhWSxOwZVFwyHeWi { width:3.625rem;height:5.29375rem;top:130.3125rem;left:13.6875rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuLpAW0M9qoK3hV4Kb15lwSmTzsS5zu { width:17.9375rem;height:1.71875rem;top:140.4375rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SezVuXBlxsxVcVnBwNKPqv9TWJ7WtoSA { width:6.625rem;height:5.375rem;top:138.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEX35Jk8TPiOoUCmvJqqwZK45qxMps6c { width:12.1875rem;height:12.625rem;top:146.25rem;left:3.9062501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4xt0COSxwcZtKetTHennbTW6RW2zDmr { width:16.5625rem;height:3.125rem;top:151rem;left:1.7187499403954rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgTdTBf563VIgnR2rN54vGLpXltDQBT5 { width:9.5625rem;height:9.5625rem;top:160.9375rem;left:5.2187501788139rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #q74EwueRVBsq2NoNpqQOMLGtUA5reJxT { width:14.8125rem;height:3.125rem;top:164.15625rem;left:2.5937499403954rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XAFQ97PZX7rpqKq6nt5ybeB7bRXGqohG { width:17.9375rem;height:1.925rem;top:178.10000038147rem;left:1.0312500596046rem;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.3125rem #efefef;display:block; }
 }@media only screen and (max-width: 763px) { #tXkNvHl2T82LkrpDHttus6k9AMRkIFDJ { width:9rem;height:6rem;top:176.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtJcTUiE9zDu3wo8kLtyUqD5UrcnCR8 { width:7.625rem;height:6.125rem;top:189.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8UPBK4SNyFB250bzbMcuZWH6P9HtgC8 { width:14rem;height:3.125rem;top:190.78125rem;left:2.9999999403954rem;font-size:1.5625rem;line-height:1;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #Qvf3NDBDg2a1XLVnX6GFeKLUNWAraHq6 { width:14.8125rem;height:3.125rem;top:204.09375rem;left:2.5937499403954rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStkhWQiEvXpRptkfzXfbdzw3aRNvGeC { width:14.5rem;height:8.5rem;top:201.40625rem;left:2.7499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlUKefrRQZO4v5yxgT8noceWTV2a329T { width:11.25rem;height:9.1875rem;top:187.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDssGfRt1T19UR7Bh9w2plG3vTGu0aSp { width:0.625rem;height:31.1875rem;top:289.963853125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fx1gyWWebbHzbWEVUkT6h8FaTo4zczgS { width:12.5rem;height:0.3125rem;top:22.375rem;left:6.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUwfkHyVTFKGeOy7eeekdR4ylT0mqV7 { width:12.5rem;height:0.3125rem;top:29.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8IkNNoTc5v3t61QclaZsLS92ELZiAmT { width:15rem;height:0.875rem;top:145.9375rem;left:2.4999999403954rem;z-index:100021;border-top:0.125rem solid #fc3674;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #L3ERo4k17X8B7fspzmHgTotZLw4yIxHf { width:15rem;height:0.875rem;top:159.0625rem;left:2.4999999403954rem;z-index:100022;border-top:0.125rem solid #fc3674;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oFhmKT0BRe3dGLdMWEeGtZxd8wMThOg9 { width:15rem;height:0.875rem;top:172.375rem;left:2.4999999403954rem;z-index:100023;border-top:0.125rem solid #fc3674;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #icu9AQSlDGAk4VIfB9J60Trg9kgWWEmi { width:15rem;height:0.875rem;top:185.6875rem;left:2.4999999403954rem;z-index:100024;border-top:0.125rem solid #fc3674;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UKSpIQu0bWJOBMxFng7yKZnzmiCPKERG { width:15rem;height:0.875rem;top:199rem;left:2.4999999403954rem;z-index:100025;border-top:0.125rem solid #fc3674;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da3db863-0574-438b-9690-f4b8e4963543/Fundo1Resultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.adaptive-delivery-prevent-bg, #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.lazyload, #AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec.lazyloading { background-image: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { background-color: transparent; background-image: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container > .video-iframe-container { display: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row > .video-iframe-container { display: none; }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .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); }#AeFRZJ3l4Fnv3LdVSNbRDzpQwn1kdKec > .row .container { width:20rem;height:126.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gl5BpEneIZXB9ZAZ4CnXGq0Joqn32I1U { width:19.0625rem;height:6.75rem;top:1.875rem;left:0.46875005960464rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv0tTkpzHk5NXDweZIIHsVSfRRNPOiRf { width:16rem;height:1.4375rem;top:9.875rem;left:1.9999999403954rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn1ZUVUe5NcG5R8sFnfoJJNDky55mgZc { width:11.625rem;height:1.575rem;top:14.385938644409rem;left:4.1875001788139rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0kTmokRAQMxZPVZzy1y0TSs8OpEkyk { width:16.875rem;height:2.375rem;top:16.960937976837rem;left:1.5617188811302rem;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HvJDbQavuFAx6TzSPC9IXshfpFatZZef { width:18.5rem;height:28.25rem;top:13.135937690735rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxek2Ty9kNwwazCBM09LIXL0NdKUWetI { width:19.5rem;height:29.125rem;top:12.511718988419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPu9xH1DDcZ2yqEF6EC5eoWdyV8zIut { width:14.8125rem;height:12.75rem;top:21.210156440735rem;left:2.5937499403954rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pBCt6uR5fONBTpMxgv4C2Z3ZzINrfnnm { width:15.9375rem;height:3.50625rem;top:35.896876335144rem;left:2.0312499403954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWezC4T3hL4bJrSvaKG0OlSGUGALwA35 { width:18.5rem;height:23.125rem;top:44.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJrfaL9PmnlvMfUUcBK2NhKD8unOosg { width:19.625rem;height:23.9375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbCPXr8oOgezibbUckmU0zgnRmzSCOA { width:16.0625rem;height:3.50625rem;top:63.125rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiT3drTGi7i2KGcTEJy24xwI6L8KNPZS { width:13.5rem;height:10.51875rem;top:51.1875rem;left:3.25rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ALqyDgcONID6GXHOqWl9GtHsOagAGIcq { width:18.875rem;height:1.06875rem;top:47.9375rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWBdTd8inAOIVMLT3KJii8tEaQGrcmL { width:11.625rem;height:1.575rem;top:45.125rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJC4gpsV42i9rXALvB0dSo0NZ102v9J8 { width:15.5625rem;height:3.50625rem;top:88.5625rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Ph9VTHzDERpuwyqEynXpTUcfBD1MLl { width:18.5rem;height:23.125rem;top:70.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8eXJ8n0T5352B8tfsUdbeTc6w5aqv94 { width:19.5rem;height:23.9375rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOFo77smeuPlLUrEJRmW4TBdgUDqADH { width:13.5rem;height:9.5625rem;top:77.125rem;left:3.25rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tbyAFHbBnRQxtTUIVFroATbLWsrgTR8S { width:18.875rem;height:1.06875rem;top:74.1875rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki69ollDZNP6n8p5BZZnH7TBmTEhFbcA { width:11.625rem;height:1.575rem;top:71.3125rem;left:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDr2Aq43q8x1BhooWnd16xEvLq6PhiB { width:18.5rem;height:27.125rem;top:97rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcnr4Mc9Zc1kgspJgwcI4tlVccJNTiOa { width:19.625rem;height:28.125rem;top:96.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyxQV3NO8DSHBMetVpZSTqO3c7A0tpZ { width:15.9375rem;height:3.50625rem;top:119.4375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7a7ybs76Rk0E5ZQx9avm1x5twJTkvJ { width:13.5rem;height:14.025rem;top:103.5rem;left:3.25rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gwikg33y6L7x14tC96UdADVl6wNnUylA { width:18.875rem;height:1.06875rem;top:100.5625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRlDGEkxODP4PtoWmJXm4dU7lE843hx { width:11.625rem;height:1.575rem;top:97.75rem;left:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN { display:block; }#LXSO0ZUyuM6rrdMoo95yrtLc189ScwWN > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzGEJw9RT3gR7D9P0g0hQ4uuzQnTcAp7 { width:13.5rem;height:2.275rem;top:4.8093719482422rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWyp7p9fb6RAlpSmU149BtNoZBfGGITA { width:19rem;height:0;top:6.3125rem;left:0.9404296875rem;font-size:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wseoALv8dSQG4ocLPCoqz0QHurOraruF { width:17.5rem;height:2.275rem;top:30.271873474121rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTMH9ErAEMuE972QfoHogEozqAwe6D5 { width:15.9375rem;height:14.0625rem;top:34.296875953674rem;left:2.0312499403954rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oiDtQM6ig09Z7BsqrQuBGImPmG441ogx { width:15.9375rem;height:18.5625rem;top:8.7085941433906rem;left:2.2499999403954rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;z-index:99999;line-height:.9;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MJGFGXrRbKzgC6b0moclwLo02eEDf6iZ { width:20rem;height:16.9375rem;top:33.234375953674rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIRTtHTyEV92c06mrOGTlT874rVP3o9 { width:20rem;height:21.4375rem;top:7.7085939049719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr { display:block; }#vTiT0BcZz5lerWmUTtly8Eq9pVFeWKTr > .row .container { width:20rem;height:234.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2bgQkpPWnU3uX3fQyW7KCUgPFCciEMc { width:19rem;height:4.0625rem;top:76.100000381469rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Witd4uSm8uOpc2I8N4lvcu00m0Eb09pm { display:block; }
 }@media only screen and (max-width: 763px) { #NR3NdN0e4B1TPmK8GcJvzJpcacznA0ZT { width:19.9980625rem;height:38.4375rem;top:192.8935546875rem;left:0rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #itgeMqip8DGihOG6fxo87fKdeeZCBWQp { width:18.25rem;height:11.1875rem;top:1.875rem;left:0.87500005960463rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yHrwtgtWFJBo7a0HgnWsrWM5FzuaKTsX { width:20rem;height:4.8125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfuv3nEs41urf3BnedmAEEOTrgLwP7g { width:15.75rem;height:1.925rem;top:16.1875rem;left:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuuOveR0OVKGac0hT1gT6hkDCqDTtBR { width:18.25rem;height:3.4375rem;top:21.625rem;left:0.625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aKRe7fNZWIpL7Jdxy8cNE1vLN5PLoTPD { width:15.875rem;height:10.2rem;top:27rem;left:2.125rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BzpE7TSEWsP343N03zl6cZytS6qOQZVX { width:1.0625rem;height:1.375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGwqre0r8mg1omL2yCTk8iZgnwmKxQRx { width:1.0625rem;height:1.375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM64aCuC9RNTxDbiRtgROKE4ThTcQuc8 { width:1.0625rem;height:1.375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSyRRMfepKedVWXn9hVimCFmAa4GIxwr { width:16.9375rem;height:5.15625rem;top:40.325000762939rem;left:0.625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gZiv1ZKpCZ2OvXVBoceqHVDOtoeeGV3W { width:15.875rem;height:24.225rem;top:48.75rem;left:2.0624999403954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xv4JxuNmxUkkXHvM4vkeNiNO5dx2ab { width:1.25rem;height:1.25rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVX76aCqFKTkPpVFbpClwT9puKEi0Vy { width:1.25rem;height:1.25rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSC4HaDmL4w9sV5TXleiKAvaD77tW6UG { width:1.25rem;height:1.25rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCLW2PUTvhfITmkbcdLXiKhWOqzsmI4 { width:1.25rem;height:1.25rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8T0dPwtQgTc4M2omxqvhtT1kF2EToZ { width:14.875rem;height:17.5625rem;top:89.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJiN9uFED9ib15tDfvrJOkmIZ8hc8pK5 { width:19.375rem;height:2.2rem;top:84.625rem;left:0.625rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xQJ534WDim8Z2n9oFxdVi82cFFvtyyNh { width:14.375rem;height:1.725rem;top:83.3125rem;left:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZkoFW2As2x6HfpsKo0v6Gg2xVD5drk { width:17.3125rem;height:0.3125rem;top:87.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csU9vHw8moqU3Zz2rtzBqAuJpdwf62gf { width:20rem;height:22rem;top:108.875rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WMQiZ5yALLx9H0KPnIWGG6bOLlDZbD9n { width:14.75rem;height:4rem;top:136.625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GayTTRlm3syeQhX6dInXE1EmyW9ZlTNo { width:13.4375rem;height:2.875rem;top:133.6875rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oiGIVSm7d3AXJXa0anHLgeCAZ0QsEhh2 { width:15.9375rem;height:0.3125rem;top:141.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rMfH6TXGBIESJGFQCTJsKAVUpCXrQJ { width:20rem;height:22.1rem;top:160.6875rem;left:0rem;font-size:1rem;line-height:1.3;font-family:"montserrat up";display:block; }
 }@media only screen and (max-width: 763px) { #zrQ0B6ZLzZLAZMBKV9VZwwxvt6G9ovWr { width:14.625rem;height:15.5rem;top:143.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRySQ7nsMMCUzbicu02U106OFKXy4g6i { width:19.6875rem;height:5.15625rem;top:185.8623046875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vrn1zkXGXrFFO3HV2pZIvErainFoa99T { width:20rem;height:27rem;top:336.05312502384rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf7Td1NzoSQO77pXU8TancQPTiULv19B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97f817d6-c0db-43df-ac48-a141ce22391d/Background2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B.adaptive-delivery-prevent-bg, #vf7Td1NzoSQO77pXU8TancQPTiULv19B.lazyload, #vf7Td1NzoSQO77pXU8TancQPTiULv19B.lazyloading { background-image: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { background-color: transparent; background-image: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container > .video-iframe-container { display: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,163,152,0.5); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row > .video-iframe-container { display: none; }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .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); }#vf7Td1NzoSQO77pXU8TancQPTiULv19B > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkSqOQl6wTmVMRFt2nal3Fwf4INOL8mE { width:18.9980625rem;height:4.0625rem;top:77.4375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNfknv2NdmSiGM5KNC39rLsy82Rmk4S4 { display:block; }
 }@media only screen and (max-width: 763px) { #DSnmyKmqILHwiplsvGhxSqDn5y2XqzbA { width:19.999rem;height:0;top:0.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkCwN4qpkdk6XJt0igTL8EABIWAuhGk4 { width:19.0625rem;height:9.625rem;top:2.3125rem;left:0.46875rem;font-size:1.75rem;z-index:100007;font-family:"exo2 black";font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U6uTmFsKwEAgTfsCqvimoeXL1yT8fcDm { width:18.1875rem;height:19.0625rem;top:16.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l92pDpWULsItzQo6TNb6NhxJEhcdXJlT { width:18.1875rem;height:14.0625rem;top:37.125rem;left:0.875rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #DSrO4Nz00gfx8UOikOTvC5mWrSKFPBwH { width:18.1875rem;height:8.8125rem;top:66.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHmrl5CbvwFOT3cT64zKDqfc7E00owS { width:18.1875rem;height:13.1875rem;top:52.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTpVOFrzI2yS0HQzkUP6TgefMW36VKz { width:19.1875rem;height:2.3375rem;top:13.4365234375rem;left:0.40625rem;font-size:1.0625rem;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dcMk1crV5n3s957aK5URFXfQTzVoHZBH { display:block; }#dcMk1crV5n3s957aK5URFXfQTzVoHZBH > .row .container { width:20rem;height:287.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFeqUq09SiZThypedqwcOLil25Tqc7s5 { width:17.3125rem;height:7.7rem;top:1.875rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTyyS1u5gTK8QgOJFZTmif9IAuzmfTWM { width:10rem;height:13.6875rem;top:11.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgrTzyIc5F20QrNTVgTaSnPumSPGgtK { width:13.25rem;height:2.25rem;top:23.6875rem;left:5rem;font-size:1.125rem;z-index:100056;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qJv2fvFzGGOfL3wEIUdBzqJlTJxQrVn3 { width:18.6875rem;height:5.525rem;top:28.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwVxm2aVvE7LxZ2eThmv3zo5O94SoNX { width:0.625rem;height:2.4375rem;top:23.59375rem;left:1.875rem;font-size:1.875rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #ovfUM4TKOyLoAoTOU6ozTWc3zlxoGbnA { width:4.375rem;height:4.375rem;top:22.625rem;left:0rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #c7qa86qrD2wELHMU0RwFPuvyzgTDXp0U { width:20rem;height:13.125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in6eeMdpLtbbkFW9Su0lRwcpIpN6GxD0 { width:18.3125rem;height:3.25rem;top:23.1875rem;left:1.6875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #WDOMsD2PAJzW0RF0TWO4CusJGKKkOUZE { width:10rem;height:13.6875rem;top:38.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUsBNc0AGJOfbLyUvqulmgvFJ32GTdIW { width:17.375rem;height:5.525rem;top:55.099609375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0tAqUyQnVyNSlqxUGpcgAMr0cJ9bgk { width:1.125rem;height:2.4375rem;top:50.40625rem;left:17.1875rem;font-size:1.875rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #AQ6UCSfb93rHR1OpIct4yvmA74nWX8is { width:4.375rem;height:4.375rem;top:49.4375rem;left:15.625rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #BK7DFFTcTfIMqoBCpUq14aPnmgMVFss7 { width:18.3125rem;height:3.25rem;top:50rem;left:0rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #VAE3OPzmGyrKQ5BDZ2BuZgiNoaaG2Hz9 { width:14.125rem;height:2.25rem;top:50.5rem;left:0.875rem;font-size:1.125rem;line-height:1;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #sWnIW9qts6JsPZIWPQZV0UK2lirrTdCr { width:17.75rem;height:6.90625rem;top:81.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XweNMP7aQK0gUvTQIkbumTLt7BKLJLWS { width:20rem;height:13.8125rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyV1Fnz3COEvo1zXOqzuTTWlXUIdFPcU { width:10rem;height:13.75rem;top:65rem;left:0.625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #JeuxLIoaeGeR8knD0AsArGhgv2JR8IM2 { width:1rem;height:2.4375rem;top:76.625rem;left:1.625rem;font-size:1.875rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmHGT5gtv1G5OTAF0i8vNbwSn810M6k { width:4.375rem;height:4.375rem;top:75.625rem;left:0rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #F2rvCpwkxteH6yn3yydr49tVFC8FIV9i { width:18.3125rem;height:3.25rem;top:76.25rem;left:1.6875rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #MdaSWkFBZ9RtbTuyvxGBJ782msV0TeAM { width:12.625rem;height:2.475rem;top:76.5625rem;left:5rem;font-size:1.125rem;line-height:1.1;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #n4nG47GP8RI3ZoMxangzTAuMdhLKVNnI { width:10rem;height:13.75rem;top:92.5rem;left:9.375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #T883vI8EXAdvb9Luc0XoSCpntR4T8W91 { width:14.3125rem;height:4.14375rem;top:108.875rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPimAdQRgRDlfTrdN213SpSToPa7h1fx { width:4.375rem;height:4.375rem;top:103.25rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEVOnHf4pvMOhbO3nTeNv3GEFDIw0GDc { width:18.3125rem;height:3.25rem;top:103.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT1c4F2O3ThK5ULykyPn6gda5bGyfyV { width:1.1875rem;height:2.4375rem;top:104.21875rem;left:17.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylKVSdd1rc94Z1pPvk6x56BWiCX57d1 { width:13.6875rem;height:2.3375rem;top:104.25rem;left:1.3125rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CoHy0uJKXZcdGSceLEK5tTHbAsgbHSSd { width:16.9375rem;height:8.2875rem;top:133.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0pCdm3PIhZPoQXkBU8FAH9zTpCloey { width:20rem;height:15.1875rem;top:128.0625rem;left:0rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #PHsskkfuedvQcn5DczdUO6kDePuGPiNy { width:10rem;height:13.75rem;top:117.4375rem;left:0.625rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #r1NgVZTWGOUE3igIRJMfqVcEk84Kvtdx { width:4.375rem;height:4.375rem;top:128.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4CN8rpfMqDgS7nf7NyKE9TJZkiVzXo { width:18.3125rem;height:3.25rem;top:128.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Ni4Hr42IN90AmWwJbhwuSnbc3Mh1Bk { width:1rem;height:2.4375rem;top:129.03125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tfWl49oQfwSi0xWIUtSBwRncvBwfbG { width:11.25rem;height:2.475rem;top:129.01171875rem;left:5rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dRFvCTp2eglT6s6VTFsDDwQo7ETkTbtC { width:10rem;height:13.75rem;top:146.375rem;left:9.375rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #lGr1UpWJsVBtQt54TyeG9qxDoop7FOlO { width:16.9375rem;height:5.525rem;top:162.9375rem;left:2.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hiEqNHuxXkeOgvdrIXf6KS0sguVsml00 { width:4.375rem;height:4.375rem;top:157.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVPCeA18RbpeaVkbDGM7SeoDrs286SV { width:18.3125rem;height:4.25rem;top:157.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enC5ysbtd4clzfuXcxwapHHgovh4PTs2 { width:1.1875rem;height:2.4375rem;top:158.34375rem;left:17.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVoRy6cKQA45lX6DctTxaLBLQnsqTBe { width:12.875rem;height:3.1875rem;top:158rem;left:2.1875rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y2JZXBdFJ1tTGuFaWk2EuAneqRRhP8ER { width:16.25rem;height:6.90625rem;top:189rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVSRJry1JFgKH9vSJ0gItJAvvbNimdgq { width:20rem;height:13.75rem;top:183.375rem;left:0rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #MNrCesbpNLJQgOlJNNgf2EcpQCxnWR0F { width:10rem;height:13.75rem;top:172.9375rem;left:0.625rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #LqHQxXaGVVOcch6yxV8izs8HzFrLbstL { width:4.375rem;height:4.375rem;top:183.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfd4hJuEQfBV3VMModUmvmktXw64XdUU { width:18.3125rem;height:3.25rem;top:184rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaI1VOV3TU0lwIHa3QxOVR5vx0XWGSTa { width:1rem;height:2.4375rem;top:184.3125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnEswUo3h32Is0vrcdoEtA9okqhhmzpq { width:13.25rem;height:1.4625rem;top:184.8310546875rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxERKpIZAiEclu9X90KH6zSCdUvAuVb { width:20rem;height:17.125rem;top:210.75rem;left:0rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #KGoE85BQ2N4rwTCVcWbC1ZL1HSG8wgP4 { width:10rem;height:13.75rem;top:200.25rem;left:9.375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #Zi0WgR0qHIcSxVcDuf4VHzcIMp5VUGkG { width:17.5625rem;height:9.66875rem;top:216.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuuJGD06VShdIBC5NAdUTvII2owrw6r { width:4.375rem;height:4.375rem;top:211.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAPwTcrgiMwVJai5ocSDVh4ZQNhJEtdK { width:18.3125rem;height:4.25rem;top:211.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8vv9x2QMaBxL6UB1brgd2BhXUWeNB2 { width:1.1875rem;height:2.4375rem;top:212.28125rem;left:17.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCLyUIuQTErax7MmOTUQHm6ZNCzxPPiQ { width:13.4375rem;height:3.1875rem;top:211.90625rem;left:1.5615234375rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ToaxuH0lkfTEwMtdBiT42AqbM2fRtMi6 { width:20rem;height:13rem;top:156.8125rem;left:0rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #AspkOaXlO9ONy01d5EAnZiLZUNGUQrBw { width:20rem;height:11.125rem;top:103.1875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #OQ8niJau1xp8NCtvLXsDSSB99o7Ktp2m { width:20rem;height:13.125rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGhcwszE3k7yConyexlUidfgAZ0B1NNf { width:20rem;height:10.9375rem;top:241.5625rem;left:0rem;z-index:99986;display:block; }
 }@media only screen and (max-width: 763px) { #ANas30yBUINKzH6K5wMkcuTpPXTsJvqX { width:16.6875rem;height:4.14375rem;top:247.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVn02uErSoAASDNHktRGEMuaRWtE7p2 { width:10rem;height:13.75rem;top:231rem;left:0.625rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 763px) { #XaUvJvthJRIWEMRs59CmomNxM3RBrttN { width:4.375rem;height:4.375rem;top:241.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8TOARBPDzi3zk9Lhnli5KxwDfplnoh { width:18.3125rem;height:3.25rem;top:242.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpZM9epO2IZTmeZAHTDQUSBZ6LzJCK7r { width:1rem;height:2.4375rem;top:242.375rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUuBTn6vLbrPoBicbIB486NG3TNiv6gh { width:11.25rem;height:2.475rem;top:242.6494140625rem;left:5rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mLD1nlBt6dBQdvbfyrUL5NhkL9oaDpkZ { width:10rem;height:13.75rem;top:255.625rem;left:10rem;z-index:99985;display:block; }
 }@media only screen and (max-width: 763px) { #aiML6FZRwZJTgmDdT8MECaoCaLnpCndM { width:20rem;height:18rem;top:266.1875rem;left:0rem;z-index:99984;display:block; }
 }@media only screen and (max-width: 763px) { #Qyo0Z44S7AkiX5W0JMmw4Qn7W0VJiET2 { width:18.375rem;height:11.05rem;top:271.8125rem;left:0.9990234375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T8mOVQgC5A8Oc6X57t7SF9dFdQTnzaRU { width:4.375rem;height:4.375rem;top:266.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlKiPTADz27O22foFhhXAwT7CDR0avHH { width:18.3125rem;height:3.25rem;top:266.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZUog591UT3Muk6V28IuhIMatvMv7Qe { width:1.9375rem;height:2.4375rem;top:267rem;left:16.7802734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evl0flgxJ0igxFQsgF8RK3LJIpwu3HUg { width:13.8125rem;height:2.475rem;top:267.125rem;left:1.25rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 { display:block; }#Kt43zxTX1HDc5E9FDkvRESO7ln1IrFr3 > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9QOrpt0O0zOaCwWclZXHtMkT2MEQ3TL { width:20rem;height:17.9375rem;top:41.918749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP5zB1ugTpahiIUoOSXhhbtbyFFF3boD { width:11.875rem;height:2.7rem;top:55.800001144409rem;left:4.0625001788139rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4ueTx3g6RZFhBCTVQJKh0pP1zzkd3LC { width:13.25rem;height:1.275rem;top:26.1875rem;left:3.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUQv7S19ZPQfOE7C9ROLZMpJHHoPKFko { width:14.3125rem;height:1.275rem;top:24.3125rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BN5IkwffRgGwO5NE2PNASRniNysFKIFn { width:15.5625rem;height:1.6875rem;top:22rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5Cg60pOUbU8bNXiJG8dxk6SZbDhUIzN { width:9.625rem;height:11.875rem;top:8.9375rem;left:5.1875001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcN98nBbMG1KVhcfFELEUXmqc1Khb8M { width:20rem;height:4.125rem;top:1.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULaI2iWM4naycFaC92Su3g7wacVFk9Gp { width:15.5625rem;height:1.6875rem;top:49.0625rem;left:2.25rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwKFiQ1kNTu4OuDceOxFSA2zp3iskJ3O { width:17.375rem;height:1.275rem;top:51.375rem;left:1.3117188811302rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcpTEw9WGvizWmnlsB4ybFNF026FtPvG { width:15.625rem;height:1.275rem;top:53.27499961853rem;left:2.1874999403954rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFftFPEH8JAxN7wnIP2nlCxMDZCqE7Da { width:11.25rem;height:2.7rem;top:28.75rem;left:4.375rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZhRvCaJlTHhhozNC5m46vTxMDlHv4Z { width:20rem;height:17.9375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TediW2oMXMl4wXkbbCwOTsa7fWeTZq { width:9.6875rem;height:11.875rem;top:35.9375rem;left:5.1562501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boki8VnHtiqXR2kGC3C4ta3MSOPNStps { display:block; }#Boki8VnHtiqXR2kGC3C4ta3MSOPNStps > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9PeznTCMVWVFZB5x0FFDt6iVlGWr7TE { width:20rem;height:17.9375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfHdFTLb1QVkmZkAruflvtT4PMcEHIL { width:11.625rem;height:2.7rem;top:23.9375rem;left:4.1875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zP61EPlZNsqDN6eFw4VTXMT86WE630q1 { width:9.625rem;height:11.875rem;top:3.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7eXzgiALNsuxEgrwl3pdVolxCv6Cxl { width:14.6875rem;height:1.275rem;top:48.5625rem;left:2.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynevTTM3QC3HCHGZTwyyRhW0bNx5CwJ9 { width:14.6875rem;height:2.25rem;top:18.5625rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fDT5RXb1QQxfZSaNFTVy97AvKlMVZZPw { width:15.5625rem;height:1.6875rem;top:16.25rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saCZpVkhkth6z6sG5AbLUxP4PtLMpgg5 { width:20rem;height:18.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKT6oBrulFh5RPEDI1ZZreRNExOh0VTp { width:9.6875rem;height:11.875rem;top:31.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XpRBvTfoC5yB4V9mea7cvuKewDITX5 { width:15.6875rem;height:1.35rem;top:46.5625rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtwTkdnkzHZdKWyxzTmxx9KdzXlwTJ9T { width:15.5625rem;height:1.6875rem;top:44.25rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvo5fBEoRv0IpF2hgIvwzlyWJL61EWG8 { width:11.875rem;height:2.7rem;top:51.0625rem;left:4.0625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alfOOI5fynJWfDRBSD6FLpiQu4Ldw2K2 { width:15.6875rem;height:1.275rem;top:21.4375rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 { display:block; }#i8tC3HV1ml6tG2Z2vxT4BPTnooqecM62 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbceUJ2GEVE8hoATgNIAEW6RtLC6WDJg { width:20rem;height:18.8125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5broW247yLmc1m8kTl5KTocfl7ANRay { width:11.3125rem;height:2.7rem;top:50.75rem;left:4.375rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vwci7VXs3s50XKc98VrEdWQ9LX3gisaL { width:9.6875rem;height:12.125rem;top:3.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzrrDCDxNSqWpfE8cas2NLwqm5o79lO { width:18.625rem;height:1.275rem;top:48.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urgZUK49xQfA5XGGOz09pHtZ8STiql4n { width:16.3125rem;height:2.25rem;top:18.6875rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GfHOOU8n31WzWcmu2zDVOvxmnNN4Dpbr { width:15.5625rem;height:1.6875rem;top:16.4375rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HabZDAb0vwOiWhtMuQ8x3GRBWlQcHp3O { width:9.625rem;height:11.875rem;top:31.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5LDStqU9liNH56kRLbEn1VwERfnI3Mm { width:20rem;height:17.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFNqqqulfOCTvI5rn4xWnZTNqvRCK4J { width:11.875rem;height:2.7rem;top:24.125rem;left:4.0625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #canLgrdOhAF8HR7JdrNTtcnxW1Hy760t { width:14.4375rem;height:1.275rem;top:21.5625rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQvSUyvogQchsiT3MpFv5ig0TaRCltwk { width:14.6875rem;height:1.125rem;top:46.4375rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JIhhoH8TOSRHps239VTDcoiNRmksO9WR { width:15.5625rem;height:1.6875rem;top:44.1875rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBpFhtUKeTLepq0rsZFerti5XBii8ZUA { display:block; }#mBpFhtUKeTLepq0rsZFerti5XBii8ZUA > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy2Wx7SGE38bKC3QSku7K9vehI9I1R95 { width:20rem;height:18.625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTev9SePBra81cqxGR8Gk4OpycTDHRz { width:11.875rem;height:2.7rem;top:23.8125rem;left:4.0625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7UT9wCW3drwFB1p5osH3dC4sJ414iFc { width:9.3125rem;height:11.875rem;top:3.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92X4g440Gxth9gl2xud8mK8b5Su0u4o { width:18.625rem;height:1.275rem;top:21.3125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6qne4bXtRdPUQv6gxngTfsHGxxqC4VN { width:16.3125rem;height:2.25rem;top:18.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hxV3L6TkN9ILrpnEgv9v4J86sRxa0W64 { width:15.5625rem;height:1.6875rem;top:16.1875rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCckT4pR9dGhTm73q9XCy262LSUz1r7h { width:9.5rem;height:11.875rem;top:30.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTgpTGF1kGVUmtprcILr0T3tJLpDb19 { width:20rem;height:19.0625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRfATKooJLeEhhNFIBrylm5Pe71xCX5x { width:12rem;height:2.7rem;top:51.8125rem;left:4rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCvvpegarF50VhILeeFAq4FTqiDBHaXO { width:18.625rem;height:1.275rem;top:49.3125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyZ4J0urGNgIJa7IFlv423BLL18Z4OlP { width:13.25rem;height:2.475rem;top:46.1875rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Gl63r12KW40c2n3Fq2pMWQBqinITtXo2 { width:15.5625rem;height:1.6875rem;top:43.875rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN { display:block; }#tD95ZZCKU8kfT8RstscodhQzZlwJ4fzN > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9f67BrfIuV1WZ2BLNCyyw6nu3u14FIf { width:20rem;height:18.875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5gZ3NflBQOSyQGJgZOd4vvVFsUnTXD { width:9.6875rem;height:11.875rem;top:31rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPtphsWvMhF87FZsMbrkp85HuZd293Ma { width:20rem;height:18.9375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3eM4zrP5Og80dTSNEyfS65cJ36A2Vx { width:11.625rem;height:2.7rem;top:24rem;left:4.1875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFbUpNRTMirD0o4GHRhT26FUrEuDsO8t { width:18.625rem;height:1.275rem;top:21.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGlO2tKRkkNPzT9fQ6f4zcBwgHqHkQe8 { width:18.625rem;height:1.275rem;top:49.4375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiZrfmiXaZaTM0viT6GT57l2CiTQV3Td { width:12.8125rem;height:2.475rem;top:46.3125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JqBaZnwcOvWXwMpvzB3JWpM3B8v0kTWy { width:13.6875rem;height:2.475rem;top:18.375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IPJpnZ0aIXB8f8J3TXPhhRBSMz7H6t5q { width:9.5625rem;height:11.875rem;top:3.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm4dzT4vh0qPT2NpMwzuekbTwT400XtO { width:15.5625rem;height:1.6875rem;top:44.0625rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2C6A6CNKIkPSwCmSgGF29FalVMrme6p { width:15.5625rem;height:1.6875rem;top:16.1875rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOIBMs9uchK9snfUzy2h0TXakQ234UOi { width:13.875rem;height:2.7rem;top:57.0625rem;left:3.0625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk { display:block; }#J8w8k6kaQkaSrsqly7wLQO9fB1DZn4Hk > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM97tcuTeHRHB4OwkMo7lkT3fKBBKc2u { width:20rem;height:19rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaIKbTzdKc6lJuiVoSDH8o1QNP2SRTe { width:11.3125rem;height:2.7rem;top:24.3125rem;left:4.375rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5CM0RNIt8xdRwIbwazGLM8siIKD2THM { width:9.6875rem;height:12.0625rem;top:3.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PROTPmdFAMObaxBFls0EISIwIUZTwXB9 { width:18.625rem;height:1.275rem;top:21.75rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7WuLXMp6x9TIh60pO7cAhHWVi1Imsgu { width:12.5625rem;height:2.475rem;top:18.6875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zetRfDwzpU8pk1wQl5cdDkIrqvTcfDTm { width:15.5625rem;height:1.6875rem;top:16.375rem;left:2.1875rem;font-size:1.6875rem;line-height:1;font-family:"exo2 black";font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh { display:block; }#mrVp4Rr9z7Gb1t6KW45ndg9hQKgQ9kqh > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruCeWDwDKMawtgSuV3GGfewOMXOF4wK2 { width:0.9375rem;height:0.9375rem;top:27.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBi8AZJ2GkJVc2ZI9va5c8fOUEtGSNA { width:18.75rem;height:19.40625rem;top:26.5625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:99999;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #S7Nl0tO2V7Mn2zspKdKSfxZXIQZ07mTz { width:19.997625rem;height:0;top:31.759375751019rem;left:0.0023437738418579rem;font-size:1.0625rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #Vp4t83qMmI1emslq1QHKoKnpAxooETe1 { width:20rem;height:4.4rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySoEN55iXMQIqRyDJf8kEoRQ6TbrSHIh { width:7.6875rem;height:5.5625rem;top:10.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi1cWhDJcUGcg03FmG9APR60pogJqMvT { width:16.8125rem;height:9.625rem;top:15.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfcGzSSmkf1yzriiPnqTkM56LKGbuc7 { width:5.375rem;height:7.875rem;top:9.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCE4GVy8WFl6L19wZ326oobCPQ4SnnL { width:2.1875rem;height:5.125rem;top:19.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFv3VbF4r46HH8iqolTM94wfu3VP8n5 { width:2.25rem;height:5.0625rem;top:15.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLkISXcKrO6qrb4xNs3BtDMTAVnKptQo { width:5.8125rem;height:8.1875rem;top:11.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJuSQ5p8RUv58p2cOXbhlmGMEwsoDrZ { width:5.9375rem;height:8.1875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcuWidQTnMI8LPwCU3X6U1SRgTJyHve { width:1.5625rem;height:1.5625rem;top:32.5rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbqBqpGPy7rvNT2eN7Drib5fZ8zwecsV { width:1.5625rem;height:1.5625rem;top:35.4375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6ypgsfNHxPB9a103Cb4yi1CucDpkooA { width:1.5625rem;height:1.5625rem;top:38.4375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPPMwls60V2wZl8svHATyz6euVJTdwXJ { width:1.5625rem;height:1.5625rem;top:41.375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfddc4tLMc9hurdi85ZI1iC57OG2GvAu { width:1.5625rem;height:1.5625rem;top:44.3125rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtnxcyBpAady4hpNv1iT925N0v3Aao9R { width:1.5625rem;height:1.5625rem;top:47.3125rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDyMplzWxoeX34xxBJg7bkycHPAZET60 { width:1.5625rem;height:1.5625rem;top:50.25rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJOrWR2H7w11oFFaZo4DMoSwiRSDQQzU { width:1.5625rem;height:1.5625rem;top:53.1875rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7WKlEzKIVoSh3dRTMtsvxyaINoQHfg5 { width:20rem;height:6.05rem;top:47.221099853516rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEJkR1cCT3wgLadHGQxGVz56SFEJ7i2T { width:0.9375rem;height:0.9375rem;top:29.3125rem;left:0rem;font-size:0.625rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #BTS1WLB51HfUdciPJ3zfMb4TITfJROyc { width:0.9375rem;height:0.9375rem;top:31.5rem;left:0rem;font-size:0.625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #kTbtCO8DJXuU410USPhCFkEGnHfO9SLc { width:0.9375rem;height:0.9375rem;top:33.625rem;left:0rem;font-size:0.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #avL2fSUU4ssrwrm2Zrph0bGxBVOvr87o { width:0.9375rem;height:0.9375rem;top:35.875rem;left:0rem;font-size:0.625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #QmN1I36oMeShWuJ4laGR0tQ59XGPbPJQ { width:0.9375rem;height:0.9375rem;top:37.9375rem;left:0rem;font-size:0.625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #eJp4UnaGQpL43PXaTLavQ2EGIzqkRfS3 { width:0.9375rem;height:0.9375rem;top:40.125rem;left:0rem;font-size:0.625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #ZNC1STew9nzDzDGITu1eTxWCB8X8ieUS { width:0.9375rem;height:0.9375rem;top:42.3125rem;left:0rem;font-size:0.625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #xkdmqlzXk5hpzmV4zDe37BEcNxoddXsq { width:0.9375rem;height:0.9375rem;top:44.4375rem;left:0rem;font-size:0.625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84e0b9d6-ee53-4139-9ea2-c583af5fb004/4bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.adaptive-delivery-prevent-bg, #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.lazyload, #tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7.lazyloading { background-image: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { background-color: transparent; background-image: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container > .video-iframe-container { display: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row > .video-iframe-container { display: none; }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .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); }#tQLpJiIHKd7w9TwJWsuEaXe3JgwEMEl7 > .row .container { width:20rem;height:137.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSJTtGFax4cBoRkdkh7SA41mbtnJfHsL { width:17rem;height:9.9rem;top:3.125rem;left:1.4992188811302rem;font-size:1.5rem;line-height:1.1;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #wUFiTtzetXuVbwDFbpDpwdJSCl6yo2e6 { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #JTU09rWg9tCTgX0hgiXrkFaLyBBAa98J { display:block; }
 }@media only screen and (max-width: 763px) { #A0smvhawImmcQ5Gszrewi4FvCOwBkrZx { width:17.1875rem;height:1.16875rem;top:52.687501907349rem;left:1.4062500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSIJFpnyoLMM3bWF6sTvTM3FDEufNTxL { width:19.875rem;height:40.4375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpORzBbygCJQwVh15ufhpVkBXkaNofga { width:19.3125rem;height:26rem;top:59.94162940979rem;left:0.34375005960464rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #d6bferq1hFgang3r7XFx2iumZa8GapSu { width:15.6875rem;height:9rem;top:109.3125rem;left:4.6875rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #FxuvTHPdrMiiksoxirX4NJBnL3d5y7U9 { width:2.375rem;height:5.25rem;top:121.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oalAf3SD1qMoQ8FyASop5dRngzOglAOn { width:2.375rem;height:5.25rem;top:121.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeViMdpIWZZc3nGyUTBeZSdJoPxzI7ma { width:2.375rem;height:5.375rem;top:129.4375rem;left:9.1875rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #oBALHTuwSwQUDP7UVSZUk0NZ0Fi9vwUl { width:2.375rem;height:5.375rem;top:128.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2VaRJFmQLtteh93RZImWAlN7Mwd7XqK { width:2.375rem;height:5.1875rem;top:128.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A868Q8cweN9g4b1zT09Xnl6cXxgSMXSJ { width:11.4375rem;height:8.25rem;top:89rem;left:0.375rem;z-index:99937;display:block; }
 }@media only screen and (max-width: 763px) { #BtoAPT9JvehoitcPyOVPy472X9Uddi66 { width:5.8125rem;height:8rem;top:117.1875rem;left:14.5625rem;z-index:99931;display:block; }
 }@media only screen and (max-width: 763px) { #M6pvmQ1PBQmvigVHURbUfZmDXCKJv571 { width:5.8125rem;height:8rem;top:117.1875rem;left:5.375rem;z-index:99933;display:block; }
 }@media only screen and (max-width: 763px) { #TT2LGsK1OdxJBCFSxgq6pWUHn1qIuQfo { width:5.8125rem;height:8.0625rem;top:117.125rem;left:9.625rem;z-index:99932;display:block; }
 }@media only screen and (max-width: 763px) { #pHX9KRXMvdK5mNJ1VggcPiaTolD6TItb { width:5.8125rem;height:8.0625rem;top:102.75rem;left:9.625rem;z-index:99948;display:block; }
 }@media only screen and (max-width: 763px) { #M34BFE503mnDML4uCpxudqbFWWL7iStH { width:5.8125rem;height:8.0625rem;top:101.5rem;left:14.5625rem;z-index:99941;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1fKNIEQWFmLMoS5vfBcishwNfc2s3n { width:5.8125rem;height:8.0625rem;top:105.25rem;left:0.375rem;z-index:99945;display:block; }
 }@media only screen and (max-width: 763px) { #FbTDJWXiRUAwSfZrxbeqUd4iIlDTFAMK { width:5.8125rem;height:8.0625rem;top:103.875rem;left:4.75rem;z-index:99929;display:block; }
 }@media only screen and (max-width: 763px) { #i658hGZmi8w8FQyxakPGFrShy779NQ37 { width:5.8125rem;height:7.9375rem;top:117.1875rem;left:0.375rem;z-index:99934;display:block; }
 }@media only screen and (max-width: 763px) { #KGq1cqSnF1rqZiN2mVaIQtAVIeAAKKAU { width:2.375rem;height:5.4375rem;top:121.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpIDVE9tnTeidvtiWxzB9TPVPWwfe2Ls { width:13.1875rem;height:10.25rem;top:92.0625rem;left:7.1875rem;z-index:99939;display:block; }
 }@media only screen and (max-width: 763px) { #MbIWcIFGD11faFTspxSbFnrVEi3zcGlL { width:5.8125rem;height:8rem;top:94.8125rem;left:2.9375rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #RyWpCNvP7KBFM3FHRC5Qyyn04K5EaBFd { width:5.8125rem;height:7.9375rem;top:124.0625rem;left:14.5625rem;z-index:99928;display:block; }
 }@media only screen and (max-width: 763px) { #vvDl2OnFyG3DtRy6CCCikoWHBz9fAczv { width:5.8125rem;height:7.9375rem;top:124.0625rem;left:0.375rem;z-index:99927;display:block; }
 }@media only screen and (max-width: 763px) { #dZKt9F7XDpluFLJwPnt1QRsGkEMXGiZs { width:5.8125rem;height:7.9375rem;top:124rem;left:5.375rem;z-index:99936;display:block; }
 }@media only screen and (max-width: 763px) { #surGk3AiPOo1kpUrP8iUWhTiBpG3nvqc { width:5.8125rem;height:7.9375rem;top:124rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAcUun9ukTWUqW95WJbym24lSiAXbFH { width:4.875rem;height:7.75rem;top:112.8125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3RL2lrwoXg85boZi8gF8T6zTlTD0wmh { width:18.75rem;height:2.6rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHFENquJKTPWrX2wRlOrz5wUF4Td4yEH { width:18.75rem;height:2.6rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1LNEo8kTHdAqlT6ZRsInu5wTEysa3wr { width:19.625rem;height:2.6rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbqum2rULLDEC1VMEBCClnhuhlJhfbn { width:19.5625rem;height:3.9rem;top:38.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFkTesBHynHGHZE2zFHPUJlzlTw9RwI { width:7.25rem;height:1.38125rem;top:22.1875rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IsENvCF7FwJBdBA6qppWxHBUnkIr74mS { width:7.25rem;height:1.38125rem;top:28.625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4mLwCORtm7XPbSLKITNxhUinhIsboxs { width:7.25rem;height:1.38125rem;top:35.1875rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyEfeELw4DoH1ueRWABdwWMovMikpzcM { width:7.25rem;height:1.38125rem;top:43rem;left:1.5000000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQ4ycDXronRZB4wInzkqW1fgUKhNLd9n { width:20rem;height:1.3rem;top:46.256252288818rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve1oV45ZRLpo9CS6T3ib8aTqcuyFD343 { width:7.25rem;height:1.38125rem;top:48.181253433228rem;left:1.4989584088326rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84e0b9d6-ee53-4139-9ea2-c583af5fb004/4bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.adaptive-delivery-prevent-bg, #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.lazyload, #qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q.lazyloading { background-image: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { background-color: transparent; background-image: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container > .video-iframe-container { display: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row > .video-iframe-container { display: none; }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .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); }#qilfVwBRF6iIAiTFWGcdN1rrk5TwQt7q > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eApOHvtE8bFSvwikIO3nirKkEhA5V7GF { width:5.5625rem;height:2.1125rem;top:39.9375rem;left:13.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ug1liARDBaqdv6LQVNWCmkrX5Mp7ytvR { width:2.75rem;height:2.75rem;top:36.9375rem;left:14.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGMTvq71Q8gfvc2ylk9mq9K69gz2r2B { width:4.875rem;height:4.225rem;top:39.4375rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhtyMI41WBpbLZlJiAxMNAT0C7m6zMlE { width:2.75rem;height:2.75rem;top:36.9375rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8D3AfdtnLHmdBzzUINOU87zahahvGT8 { width:4.75rem;height:2.1125rem;top:40.25rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIUZVfgVHTPVo7t2DNo38O2EyBc0ZBT2 { width:2.75rem;height:2.75rem;top:36.9375rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTL0SuzTgPtCEaVqT6xQsBI9OFUbitTE { width:18.25rem;height:1.16875rem;top:11.873958587646rem;left:0.87500005960463rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyNqr9oUJoJuuDwnNPoR7Mcldo0SfnTf { width:20rem;height:7.3125rem;top:14.5625rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstPr4al9uGo6Cm6Xw7LtZRzmSMDxyL6 { width:2.0625rem;height:1.625rem;top:18.1875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHnODSavm1HleuUdGNLCmWSFbHfm9SU3 { width:3.375rem;height:1.4625rem;top:16.75rem;left:3.75rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #O0fCIbxTszAIG08l1onJeRTQc3hiLXWJ { width:3.1875rem;height:2.1125rem;top:17.875rem;left:13.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAz3HOTLCOR7TGhcX7GVyy3eh2iHCE6 { width:17rem;height:1.1375rem;top:21.4375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWpWKMLOAcqkkt4TfH7m1tPTE3owTdu { width:17.25rem;height:2.125rem;top:20.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6mwPMp1NPkZxq6nL3vDdPqPdav275d { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #FNrWti7zTS8pK3HZgQwCTWfk11tdVWVw { display:block; }
 }@media only screen and (max-width: 763px) { #mOzRZtapCRdMika8gO6ZkZCtDDmEpAOQ { width:20rem;height:3.8125rem;top:28.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKoJlLVhCLoE0123I8hTksFOt9bL2z9k { display:block; }
 }@media only screen and (max-width: 763px) { #Pc3mP2Xr72Gz32nGFIs3JgDBEwzCFbfW { width:20rem;height:4.675rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCepyLrCtUXkQkFIw6EM5XkkzJJHW54 { width:20rem;height:42.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTU33mFCkTNTn90A1dMwOSZ0kodkeO4 { width:13.9375rem;height:1.05625rem;top:13.9375rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XS0M7I04PyFhMXQNZmyWeLau0wVIdQRV { width:20rem;height:3.575rem;top:23.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll5f97tNhk2O8RZlSAK1kU3U6ZRLh5mV { width:20rem;height:1.03125rem;top:34.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 { display:block; }#NyV46eiNJt0NsWdxMmvqRCVDXSIN0k72 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdrZRCo5fCnMIsw17PbqniiC505vfU8d { width:19.999375rem;height:1.4625rem;top:3.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlZ8ZUXgHXIvPcfooxOikv4ITXhm9F75 { width:11.8125rem;height:11.8125rem;top:4.8750004768372rem;left:4.0937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEJQK08rodD2pvKmnwgQ51yRWDQW33mT { width:19.375rem;height:14.85rem;top:17.937499523163rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 { display:block; }#X679sOlmhB37yo7ZTZrL5Py4qSMFiWH3 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrFi0T3Ze0RtwIaJyxIhLGoyNZX0t6Su { width:20rem;height:4.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 { display:block; }#sJM0ZwaJkCWX77r8O3hZcL26ylH8lN78 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5FTO3SHrHpXU2HzlUscvEt5mG9dPg6O { width:16.8125rem;height:2.275rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2SgASqOZfQloQXb2TMyR7ReLvPDNpIO { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOxsdv9F5atdiDbo6DfZNcBVTEJCvtTH { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy { display:block; }#DGTSCOdMeTk3nW59UwTuMMiuH7y4i5Cy > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LymvzfTqiHK9ZxAfNDCsyQMeVbgW6oJl { width:20rem;height:13.65rem;top:1.25rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QfUeeh78HoRlg0O3PsubAQJa7EKCqKJ4 { width:20rem;height:9.875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv { display:block; }#ohU5rMQxf2sAfOL7pOlXqaAm5JpA64qv > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABLabwsE31bnsaiNRX5aXneWEheJB4Mu { width:16.8125rem;height:2.275rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8aBWyT03EDWZZI2PRM9eSyM8Rl18T4 { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiS9wcng6udmJ0BCMCuWh6kcTnDoGqb { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw { display:block; }#uIeMhUf6EIVU4Lm2KD35yrXuJUvO3OJw > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzo0TGtMHMDpgOgeTFavGhvx1eUe2rHT { width:20rem;height:2.925rem;top:1.875rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pXxcdN0QeFBE2FXTs2h8Z834XKrt7XW4 { width:20rem;height:2.75rem;top:3.7742176055908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb { display:block; }#K0Eoq7iqOXo7G0C750s7KxHyhgDaEVpb > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7sAAsN8X3FKSMfzeSOTmVU6AkTcS53N { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOV43WUSIVroE2rvzdF5NrtrWD75MpGo { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apG1XzX2TIFvtxf8k4DUQV5FstyLzSdP { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ { display:block; }#G3BgK4obZIfm0VCEDIxQVISa9WdvM8pZ > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDsA9rTgRGRKPc9xkD1aXrpmAleFsb9C { width:20rem;height:5.85rem;top:1.9375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lpyJ8uHH72rt4TVRVEUPFNTDaduEbOWd { width:20rem;height:4.25rem;top:5.3492183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxiSaXLA621grBwoEMZfQGGOcTD0JBou { display:block; }#gxiSaXLA621grBwoEMZfQGGOcTD0JBou > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0OQa1Lbl9CO1pCJDzEeq5Z5nNZPbr6i { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVBJQtE7R1pTak4tJqw0P0tUmO4avfkm { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcZznemZs4v4TQ6yD4uWJ2mnMJTA9TG4 { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmFlsln8K3QlHtXEzgOzyxq8xsqidcid { display:block; }#kmFlsln8K3QlHtXEzgOzyxq8xsqidcid > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uTT5ZswpKPS2v8c9oyO46FS5crrZpb { width:20rem;height:2.925rem;top:1.9375009536743rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gRwqowJmzeQ1EPmt9pHsz8ytxsce6kT5 { width:20rem;height:3.3125rem;top:3.4312505722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmCctBhxNqNv0otc77TIRbq1gEIsuyC { display:block; }#zPmCctBhxNqNv0otc77TIRbq1gEIsuyC > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPTTCb0Pm9zbKq5IMyJT0kcXUGTemBHQ { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3R6wz7U4TR9UPwiZfrqiU8w7MZwfh2 { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7BKbvTUIMynwF3yOTitWwAqmBl0Jgs { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG { display:block; }#TBvaq9LvBxbPqp3yUBNdFV6shatPdMOG > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXT7kn0OJhXhTHGpnMZMsyEqxHWqTOzx { width:20rem;height:2.925rem;top:1.9375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ChKKPOl3m2KCLPOfTVTJqTMVdJI1HuiM { width:20rem;height:4.1875rem;top:2.4867172241211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 { display:block; }#R4n3nTmTeStRcU86kPsVUG3KNoHyLsw4 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4cwfDwM7HuSMBkrFcK4buihLuzT92w { display:block; }#qL4cwfDwM7HuSMBkrFcK4buihLuzT92w > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFclyw6FtXobWWKrTekJcSNqHTRpsa1C { width:19.9995rem;height:5.6875rem;top:1.25rem;left:0rem;font-size:0.4375rem;display:block; }
 }