.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:#ffd500;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd300;background-image:none;position:relative;display:block; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container { background-color: transparent; background-image: none; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container > .video-iframe-container { display: none; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row > .video-iframe-container { display: none; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .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); }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container { border-width: 0; border-radius: 0; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row > .video-iframe-container {  }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;overflow:visible;position:relative;display:block; }#VorcaLinzRV5C9woSP3zaHEcKDhttFtB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:21.25rem;top:2.8125rem;left:-0.60810810810811rem;overflow:hidden;display:block; }
#S1aGc8dRF3GJRKaCkGWSqJLNu9OzfWhK { color:#636363;display:block;width:45.25rem;position:absolute;font-family:"roboto condensed";font-size:3.4375rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:14.4375rem;left:0rem;height:11.343375rem;font-style:normal;display:block; }
#gKWHXhFrqGmJTkomaA2a2Ft7zNSSaR1d { color:#636363;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0rem;height:7.03125rem;font-style:normal;display:block; }
#E4WMi0HikB6FoMRTNS9pNakd8SSTrtch { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad08acb0-312c-43c3-a13d-dbbbc951a24b/amarelo.webp");background-position:top left !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;height:46.5rem;width:54.125rem;top:0rem;left:44.40625rem;display:block; }#E4WMi0HikB6FoMRTNS9pNakd8SSTrtch.adaptive-delivery-prevent-bg, #E4WMi0HikB6FoMRTNS9pNakd8SSTrtch.lazyload, #E4WMi0HikB6FoMRTNS9pNakd8SSTrtch.lazyloading { background-image: none; }
#HrZTs5Nm3JFGZVekde19QXdeoooIeTKB { position:absolute;display:block;z-index:100007;background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:14.375rem;top:25.06201171875rem;left:2.46826171875rem;display:block; }
#DbBdfAF6G1AgLMrV7glkFwEB51N8eXhK { background-color:#741481;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.375rem solid #590064;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:37.125rem;left:0rem;display:block; }
#nSbH6LU3e1W3ZJVsrG1oXTbbUwkRqnrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JH5CLubqlxPvuLnpxoEVAKrJdU2GDwHA { background-color:transparent;background-image:none;border-top:0.125rem solid #741481;border-left:0.125rem solid #741481;border-right:0.125rem solid #741481;border-bottom:0.125rem solid #741481;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#741481;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:37.125rem;left:18.9375rem;display:block; }
#dP1Pr29Gi0tSMkissoW1V8A4OkGqoHc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#devUmAnKBGLkwuicwypwAgnzkPLKM5FS { position:absolute;display:block;z-index:100000;background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:23.25rem;top:24.5625rem;left:16.78125rem;display:none; }
#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX { position:relative;display:none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX { border-width: 0; border-radius: 0; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container > .video-iframe-container {  }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff4;background-image:none;position:relative;display:block; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container { background-color: transparent; background-image: none; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container > .video-iframe-container { display: none; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row > .video-iframe-container { display: none; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .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); }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container { border-width: 0; border-radius: 0; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row > .video-iframe-container {  }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#Q9ZUXkZKiSv1XIk917nlliyxA3i6gLyr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.0625rem;top:6.40625rem;left:0rem;overflow:hidden;display:block; }
#I28IG4TsM4Up9EnH7qKxDy8AUrXBAhxJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:11.4375rem;top:6.0625rem;left:10.4375rem;overflow:hidden;display:block; }
#HgtpnBn9H5yZUQmIdpb1r8tzBdiKrxRR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.625rem;top:7.71875rem;left:22.375rem;overflow:hidden;display:block; }
#W8RT54I6c9LKa3fgW6FO05cW7IETAysM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:8.375rem;top:6.25rem;left:44.4375rem;overflow:hidden;display:block; }
#ksLGPvW6br6ZE1uNJ7lCxNePwPRmfI2a { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:10.5rem;top:7.03125rem;left:32.6875rem;overflow:hidden;display:block; }
#oQpfNHnXCn4Xb3NMFiOyut8VFpQUvMGA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:8.125rem;top:6.96875rem;left:54.5rem;overflow:hidden;display:block; }
#Tb0Q55uGAsR4NkvO1E2yg97KOiuVlHAt { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.4375rem;top:6.65625rem;left:63.75rem;overflow:hidden;display:block; }
#XAai4oJ5DgA0h1w5THbtAwgkQDh0CZft { color:#6e2683;display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.0317375rem;font-style:normal;display:block; }
#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd500;background-image:none;position:relative;display:none; }#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo > .row .container { border-width: 0; border-radius: 0; }#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo > .row > .video-iframe-container {  }#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:none; }#shof4POp1ScbB3CXkMwE7DfZ0xdIEOTr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:10rem;top:6.40625rem;left:0rem;overflow:hidden;display:block; }
#BLtiRf5n6NdZIh2vE0Zs3hxoS3AuLFEh { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:11.625rem;top:6.0625rem;left:10.6875rem;overflow:hidden;display:block; }
#aIPEVHq2CyLCnWvMWhAX3Atgl2MWD4i7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.8125rem;top:7.71875rem;left:22.625rem;overflow:hidden;display:block; }
#ckhckgCdILLeJ3MR6KUSVeueUGkKuTMV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:8.5rem;top:6.25rem;left:44.6875rem;overflow:hidden;display:block; }
#OCCuwLWBpeN0xKykcfsHoQiqwp2k2zAa { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:10.6875rem;top:7.03125rem;left:32.9375rem;overflow:hidden;display:block; }
#XWarX9VkvUPl14XfLvasGTTZzRN0x1XW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:8.3125rem;top:6.96875rem;left:54.75rem;overflow:hidden;display:block; }
#R93JeMC6F5inq85UX2TwN6uzUcs4s89G { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.4375rem;top:6.65625rem;left:64.375rem;overflow:hidden;display:block; }
#mQShpDQFAsA1CwSDgrsWBT48EBzpQgtU { color:#464646;display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd500;background-image:none;position:relative;display:block; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container { background-color: transparent; background-image: none; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container > .video-iframe-container { display: none; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row > .video-iframe-container { display: none; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .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); }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container { border-width: 0; border-radius: 0; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row > .video-iframe-container {  }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#RTEFMTAP9MWp9FJucfVIUFOvSQTdilxk { color:#6e2683;display:block;width:47.75rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:19.125rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#ANPo1ToWUrwpRmTngI0csQ9hTd6glw23 { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0rem rgba(0,0,0,0.06);top:8.40625rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#vpOE4hPt7GTIkMC48BzJBZOEhiNlCTVy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:100007;top:18.953125rem;left:36.125rem; }
#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd500;background-image:none;position:relative;display:block; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container { background-color: transparent; background-image: none; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container > .video-iframe-container { display: none; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row > .video-iframe-container { display: none; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .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); }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container { border-width: 0; border-radius: 0; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row > .video-iframe-container {  }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#W3Gx2KRKkkK0XXwxHzbVc4Jd9ByngH9n { color:#636363;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:8.4350625rem;font-style:normal;display:block; }
#bxNQSQy02xhDRGCU5MrM8rLLcvLQvTHi { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.3125rem;left:0rem;height:4.8125rem;font-style:normal;display:block; }
#xZzyrd4nG2MVi2ElShHHr3VPFHohFMcs { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:5.3125rem;left:25rem;height:4.8125rem;font-style:normal;display:block; }
#Sw8TsIDLmTAdXhZeknZTAmZmwqxfpfIs { color:#636363;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:10.8125rem;left:25rem;height:6.7480625rem;font-style:normal;display:block; }
#EUhezWTpZgQQHWzToiiGAOScILG5eBut { color:#6e2683;display:block;width:16.0625rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:5.3125rem;left:50rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hfV0aB6IxHGD62xqWchhxmEHmmeBzdMb { color:#636363;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:10.375rem;left:50rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLdTzZz7i2t5XqgkiFIbU70PzdblB5vk { position:absolute;display:block;z-index:100007;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;height:0.3125rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#ERpkdfnog2AvIE20kRTr2TVB7runzWH2 { position:absolute;display:block;z-index:100010;background-color:#6e2683;background-image:url("https://images.assets-landingi.com/uc/19294662-164c-4409-8696-5b6eec67e445/1.crop_1190x1135_0,91.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.625rem solid #6e2683;border-left:0.625rem solid #6e2683;border-right:0.625rem solid #6e2683;border-bottom:0.625rem solid #6e2683;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.0625rem;width:2.1875rem;top:0rem;left:49.9375rem;display:block; }#ERpkdfnog2AvIE20kRTr2TVB7runzWH2.adaptive-delivery-prevent-bg, #ERpkdfnog2AvIE20kRTr2TVB7runzWH2.lazyload, #ERpkdfnog2AvIE20kRTr2TVB7runzWH2.lazyloading { background-image: none; }
#FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa { position:absolute;display:block;z-index:100009;background-color:#6e2683;background-image:url("https://images.assets-landingi.com/uc/0838b6f7-b9dd-4374-972f-c27d3b55b2e1/conversation.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.625rem solid #6e2683;border-left:0.625rem solid #6e2683;border-right:0.625rem solid #6e2683;border-bottom:0.625rem solid #6e2683;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.0625rem;width:2.1875rem;top:0rem;left:24.8125rem;display:block; }#FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa.adaptive-delivery-prevent-bg, #FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa.lazyload, #FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa.lazyloading { background-image: none; }
#ugEkccuSIERpHxQiGhktRSI8D8CZWhZA { position:absolute;display:block;z-index:100008;background-color:#6e2683;background-image:url("https://images.assets-landingi.com/uc/88710852-aaac-4013-8d86-079e210fab41/brain1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.625rem solid #6e2683;border-left:0.625rem solid #6e2683;border-right:0.625rem solid #6e2683;border-bottom:0.625rem solid #6e2683;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.0625rem;width:2.1875rem;top:0rem;left:0rem;display:block; }#ugEkccuSIERpHxQiGhktRSI8D8CZWhZA.adaptive-delivery-prevent-bg, #ugEkccuSIERpHxQiGhktRSI8D8CZWhZA.lazyload, #ugEkccuSIERpHxQiGhktRSI8D8CZWhZA.lazyloading { background-image: none; }
#H9nhW0eqTp1761f8tTv1vnUUDRLGTZ8G { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffd500);background-image: -moz-linear-gradient(90deg, #ffffff, #ffd500);background-image: -ms-linear-gradient(90deg, #ffffff, #ffd500);background-image: -o-linear-gradient(90deg, #ffffff, #ffd500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd500' );";background-image: linear-gradient(90deg, #ffffff, #ffd500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:45.8125rem;top:1.5625rem;left:52.0625rem;display:block; }
#iJMWODNusVSD14xkIyQS2taDa8dTAN3K { position:relative;display:block; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K { background-color: transparent; background-image: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container > .video-iframe-container { display: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row > .video-iframe-container { display: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .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); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K { border-width: 0; border-radius: 0; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container > .video-iframe-container {  }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6e2683;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#T5XEuHy9R3W0s3doEqTVzty66zB4GNRn { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.15625rem;left:18.25rem;height:11.3745rem;font-style:normal;display:block; }
#C4ZBky7urE2SGNtT3vTN3CnkGupH6TT2 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:11.6875rem;top:-3.34375rem;left:3.375rem;overflow:hidden;display:block; }
#AyiKqDhxTBsw1FvfJoVrfnFItrnxTHdP { background-color:#25d366;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.375rem solid #23ae11;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:8rem;left:57.90625rem;display:block; }
#GSpZAZQrqJVZxvToSstSo0h7bECbET0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz { position:relative;display:block; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz { background-color: transparent; background-image: none; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container > .video-iframe-container { display: none; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row > .video-iframe-container { display: none; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .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); }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz { border-width: 0; border-radius: 0; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container > .video-iframe-container {  }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffd500;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container { background-color: transparent; background-image: none; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container > .video-iframe-container { display: none; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row > .video-iframe-container { display: none; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .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); }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container { border-width: 0; border-radius: 0; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row > .video-iframe-container {  }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#GrXBqeCyMVnbGFRZgvtoA7tapIyyUsA9 { color:#636363;display:block;width:65.0625rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:9.1875rem;left:0rem;height:8.75rem;font-style:normal;display:block; }
#qB3yO4ehgpibPO3GvkEn6KdgSBIV29M7 { color:#6e2683;display:block;width:47.75rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:5.75rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container { background-color: transparent; background-image: none; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container > .video-iframe-container { display: none; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row > .video-iframe-container { display: none; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .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); }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container { border-width: 0; border-radius: 0; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row > .video-iframe-container {  }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#sOb2A00zaBOwbMyc3EIwp8dXiHyPLDhm { color:#636363;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:6.125rem;left:0rem;height:3.374025rem;font-style:normal;display:block; }
#qFBiRlLH5Uf96qkCLSLkpUN2DEaTdkdl { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#XNTdkoc6dpChR0b7Vg2NT7drKoNKGzTK { color:#636363;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:6.125rem;left:18.75rem;height:3.374025rem;font-style:normal;display:block; }
#Ai4LckJEvgFAdC7mrpaIdQNUz1BG5tFs { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:0rem;left:18.75rem;height:6.1875rem;font-style:normal;display:block; }
#adw8e7aslv2yfudINATFH2aq0r16OS7D { color:#636363;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:6.125rem;left:37.5rem;height:3.374025rem;font-style:normal;display:block; }
#h3Si3S76IGvGxTsKsy6udHDsL631NMTk { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:0rem;left:37.5rem;height:6.1875rem;font-style:normal;display:block; }
#uEng8VXKpvxsQNfPkk3WssTDoKhWp3wl { color:#636363;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:6.125rem;left:56.25rem;height:3.374025rem;font-style:normal;display:block; }
#So6AxQ7pWfZe6S4yPff5t3zSryxr5286 { color:#6e2683;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:0rem;left:56.25rem;height:6.1875rem;font-style:normal;display:block; }
#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff4;background-image:none;position:relative;display:block; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container { background-color: transparent; background-image: none; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container > .video-iframe-container { display: none; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row > .video-iframe-container { display: none; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .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); }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container { border-width: 0; border-radius: 0; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row > .video-iframe-container {  }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#HuU0KTiG5kxdso3OzTuNV20t3bV1GPd3 { color:#6e2683;display:block;width:32.875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:11.5625rem;left:41.6875rem;height:21.65405625rem;font-style:normal;display:block; }
#x7urUetbVhuD7zmRWUD5KP9Zezro7HHl { color:#636363;display:block;width:32.875rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:300;z-index:100010;line-height:1.1;letter-spacing:0;top:11.5625rem;left:2.3125rem;height:21.65405625rem;font-style:normal;display:block; }
#WgFS2TanhrS0vMGKgQM5q79PQMkkoasG { position:absolute;display:block;z-index:100005;background-color:#ffd500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.5rem;width:60.375rem;top:0rem;left:37.5rem;display:block; }
#mEKWxtmZiBNVOaEFlDO2irlPFvI9fvbn { box-sizing:content-box;color:#5d92ff;font-size:22.875rem;font-weight:400;line-height:1;height:32.6875rem;width:32.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:5.1875rem;left:58.375rem; }
#sfdcximVdWFygx9I7HtI9fgWTgSmDD6U { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:11.5625rem;left:39.375rem;height:21.65405625rem;font-style:normal;display:block; }
#Oar2m4LwQMNAhkmNnSky6dDJgTHAfyIw { color:#7d7d7d;display:block;width:2.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:10.9375rem;left:0rem;height:21.65405625rem;font-style:normal;display:block; }
#PqN8MTCX689m8QfgS846OE6odDxefEpc { color:#636363;display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:3.4375rem;font-style:normal;display:block; }
#xS7cOFJ7GrsUbLHXWI3NBLkNsQtGFUqr { color:#6e2683;display:block;width:22.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:5.1875rem;left:39.375rem;height:5.15625rem;font-style:normal;display:block; }
#WlRZGI4WynrERWgyUc8KDDOyWhTPqfpw { position:absolute;display:block;z-index:100007;background-color:#ffd500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:17.6875rem;top:8rem;left:0rem;display:block; }
#H3gOHQaqCrBfOByWRbPcnc3dp35euRzH { 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;height:0.6875rem;width:16.25rem;top:8rem;left:39.375rem;display:block; }
#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff4;background-image:none;position:relative;display:block; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container { background-color: transparent; background-image: none; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container > .video-iframe-container { display: none; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row > .video-iframe-container { display: none; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .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); }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container { border-width: 0; border-radius: 0; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row > .video-iframe-container {  }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#wHxCiDMqfvL3v0ofJuL92B9Pe88M28zk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.25rem 1.875rem rgba(0,0,0,0.23) ;height:29rem;width:51.6875rem;top:6.6875rem;left:11.65625rem;display:block; }
#Vd11a7tA2irLza2rXvyAXB2NssKSN66D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.125rem;width:9.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:2.5rem;left:8.28125rem; }
#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6dc8f6c-f4c9-42b4-a72c-594c900f760f/3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4.adaptive-delivery-prevent-bg, #LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4.lazyload, #LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4.lazyloading { background-image: none; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container { background-color: transparent; background-image: none; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container > .video-iframe-container { display: none; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row > .video-iframe-container { display: none; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .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); }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container { border-width: 0; border-radius: 0; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row > .video-iframe-container {  }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#mQvAwyTyN6aKEvaPJNqePWLW64o0hWzJ { background-color:#25d366;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.375rem solid #23ae11;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:9.6875rem;left:54.125rem;display:block; }
#JGLnhcyDHzhUR9f3zyKXtblLX3Hkclef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pXS0OGKfMx3bOSvB082qFviGTcVnHEAb { color:#6e2683;display:block;width:49.3125rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:7.312rem;font-style:normal;display:block; }
#T8dOIeqlUnQkRsuvvAG0NXWARQE2UUMP { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:4.87426875rem;font-style:normal;display:block; }
#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container { background-color: transparent; background-image: none; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container > .video-iframe-container { display: none; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row > .video-iframe-container { display: none; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .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); }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container { border-width: 0; border-radius: 0; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row > .video-iframe-container {  }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:75rem;position:relative;display:block; }#SPbDEM1Zc9SGT4iWnKAbFaZUoFOQemny { color:#636363;display:block;width:46.875rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:3.7489128112793rem;left:14.062500953674rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDeSOdzzXEMP3Al7NCz05mh8ydwzVP8l { color:#6e2683;display:block;width:46.875rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:58.811849594116rem;left:14.062500953674rem;height:9.2797875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPutV7hl646ETleKJ58e4f8mQo33tMHb { position:absolute;display:block;z-index:100008;background-color:#ffd500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.81163125rem;width:32.561875rem;top:56.310766220093rem;left:21.21853351593rem;display:block; }
#AUpX0NEewIInCqECXbxIf6noSUkZEZQd { background-color:#ffd500;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.375rem solid #e5bf02;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#6e2683;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:70.1875rem;left:15.125rem;display:block; }
#JTgwAZUNK6unraGTN1Nw7J0vcz8LESOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FSpH79TkH1WRfURMee4itMnUBIXQxfx0 { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:41.9375rem;top:12rem;left:16.53125rem;display:none; }#FSpH79TkH1WRfURMee4itMnUBIXQxfx0.adaptive-delivery-prevent-bg, #FSpH79TkH1WRfURMee4itMnUBIXQxfx0.lazyload, #FSpH79TkH1WRfURMee4itMnUBIXQxfx0.lazyloading { background-image: none; }
#CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:41.9375rem;top:12rem;left:16.53125rem;display:none; }#CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.adaptive-delivery-prevent-bg, #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.lazyload, #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.lazyloading { background-image: none; }
#lA9Wiv9AuERJSIASacZfur2PV338ns3f { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:41.9375rem;top:12rem;left:16.53125rem;display:none; }#lA9Wiv9AuERJSIASacZfur2PV338ns3f.adaptive-delivery-prevent-bg, #lA9Wiv9AuERJSIASacZfur2PV338ns3f.lazyload, #lA9Wiv9AuERJSIASacZfur2PV338ns3f.lazyloading { background-image: none; }
#mm4DA0FoRLWML1fXyNpbR9nhkLChElV7 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:43.75rem;top:10.134546279908rem;left:15.625000953674rem;overflow:hidden;display:block; }
#D72SEGg3Bn979c4UJrvyTOuETwvHsNsM { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:41.9375rem;top:12rem;left:16.53125rem;display:none; }#D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.adaptive-delivery-prevent-bg, #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.lazyload, #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.lazyloading { background-image: none; }
#SBAzVUUGmnGSrOZSwSH3gt7w13zQC4Et { color:#6e2683;display:block;width:46.875rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:58.811849594116rem;left:14.062500953674rem;height:9.28059375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XmRFA2OLDxcRDmqZnCVkXJ0X1akqxNHF { background-color:#6e2683;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.375rem solid #551b66;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffd500;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:70.1875rem;left:38.3125rem;display:block; }
#uqr6tGv5lxqw4iRqeCU0roN9iIKsVF3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#frLqmPBz9fbWHvVUOH0T4sFu699CumVl { color:#6e2683;display:block;width:46.875rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:58.811849594116rem;left:14.062500953674rem;height:9.28059375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hw0kS7l2wsnrmoK0wceRADmbaFLx6f71 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100000;opacity:1;display:none; }
#TdrtazAL1yUiv3heOChR7va0DlVXPUTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff4;background-image:none;position:relative;display:block; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container { background-color: transparent; background-image: none; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container > .video-iframe-container { display: none; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row > .video-iframe-container { display: none; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .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); }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container { border-width: 0; border-radius: 0; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row > .video-iframe-container {  }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#mAxpMzcFrihSSatnTo0ETMPEygfifffT { position:absolute;display:block;z-index:100000;height:8.5625rem;width:75rem;top:7.4375rem;left:0rem;display:block; }
#QgSs5SmFH1TmV2GRXIps667N7qErp2nV { color:#6e2683;display:block;width:34.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:99999;line-height:1.1;letter-spacing:0;top:4.875rem;left:20.21875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mktV1roGnImFir7FiwrZGGcxkTTKfI4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:4.546875rem;left:20.40625rem; }
#SKEItCHwxOZyXmAb3x2S1JIJBpSJ3PPn { position:absolute;display:block;z-index:99998;background-color:#ffc900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.5rem;width:13.875rem;top:5.90625rem;left:38.15625rem;display:block; }
#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc900;background-image:none;position:relative;display:block; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container { background-color: transparent; background-image: none; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container > .video-iframe-container { display: none; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row > .video-iframe-container { display: none; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .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); }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container { border-width: 0; border-radius: 0; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row > .video-iframe-container {  }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc900;background-image:none;position:relative;display:block; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container { background-color: transparent; background-image: none; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container > .video-iframe-container { display: none; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row > .video-iframe-container { display: none; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .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); }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container { border-width: 0; border-radius: 0; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row > .video-iframe-container {  }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#ZBUfp53sz3aGQr6DScAQuq083JoEwqeT { color:#6e2683;display:block;width:20.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:13.296875rem;left:43.5625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwiiEGO3xqkAB0Iiszgx2bzdTATcCe4g { color:#6e2683;display:block;width:65rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:5.21875rem;left:4.96875rem;height:4.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KApBGCtSSpFybJKwfmFzuLd2hDIP3vXs { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:32.625rem;width:23rem;top:19.436850547791rem;left:43.561198234558rem;display:block; }
#D9bGWy69zGnsslcTsoJObvW7rC4xmnIa { background-color:#25d366;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.375rem solid #23ae11;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:5.6875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19.436208724976rem;left:11.21875rem;display:block; }
#RRLXM7eLOBkzkvQAOKwF2fQpCqxT7Tuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qhTFkwSTUbBFFFwKAJ1TpD8ClQ1BuIDm { color:#6e2683;display:block;width:20.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:100007;line-height:1.1;letter-spacing:0;top:13.421875rem;left:11.59375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwhBoehXGG94VX5ykRcZTmALTSM3ONvT { color:#6e2683;display:block;width:20.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:100008;line-height:1.1;letter-spacing:0;top:20.125rem;left:11.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rzaGdOIo7IlhiATWvW9zRvvH5a0gnMzP { position:absolute;display:block;z-index:100004;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;height:0.6875rem;width:7.8125rem;top:16.609375rem;left:15.84375rem;display:block; }
#z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19294662-164c-4409-8696-5b6eec67e445/1.crop_1039x972_53,167.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.0625rem;width:37.125rem;top:7.71875rem;left:-7.40625rem;display:block; }#z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh.adaptive-delivery-prevent-bg, #z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh.lazyload, #z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh.lazyloading { background-image: none; }
#UJ7A3vJRZgohwQ4EfxH2C74tqFAkWpmf { position:absolute;display:block;z-index:100009;height:18.5623125rem;width:20.186625rem;top:20.567491531372rem;left:45.036895751953rem;display:block; }
#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e2683;background-image:none;position:relative;display:block; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container { background-color: transparent; background-image: none; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container > .video-iframe-container { display: none; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row > .video-iframe-container { display: none; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .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); }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container { border-width: 0; border-radius: 0; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row > .video-iframe-container {  }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ySR2Phv941uIdntI9V3w3d3D2W9H0Vgs { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:3.212890625rem;left:19.65625rem;height:3.8983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container { background-color: transparent; background-image: none; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container > .video-iframe-container { display: none; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row > .video-iframe-container { display: none; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .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); }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container { border-width: 0; border-radius: 0; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row > .video-iframe-container {  }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T { background-color: transparent; background-image: none; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container > .video-iframe-container { display: none; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row > .video-iframe-container { display: none; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .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); }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T { border-width: 0; border-radius: 0; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container > .video-iframe-container {  }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#KOLeckrpCJLgMhAJqTCcs38tRb0UlgZB { background-color:#25d366;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;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#SmbhOTuaFbbhQDgNodahudT59WIeHu99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FhqOK0S2CNWciZHTlzV6LgTVOC5x3d0R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Uc1Q49uqGPTXFDfXBO2nxTPDokhZEcpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai { display:block; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VorcaLinzRV5C9woSP3zaHEcKDhttFtB { width:21.25rem;height:7.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1aGc8dRF3GJRKaCkGWSqJLNu9OzfWhK { width:45.1875rem;height:11.3125rem;top:14.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKWHXhFrqGmJTkomaA2a2Ft7zNSSaR1d { width:43.5rem;height:7rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WMi0HikB6FoMRTNS9pNakd8SSTrtch { width:47.75rem;height:46.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZTs5Nm3JFGZVekde19QXdeoooIeTKB { width:14.375rem;height:0.8125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbBdfAF6G1AgLMrV7glkFwEB51N8eXhK { width:17.6875rem;height:3.75rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbH6LU3e1W3ZJVsrG1oXTbbUwkRqnrN { display:block; }
 }@media only screen and (max-width: 763px) { #JH5CLubqlxPvuLnpxoEVAKrJdU2GDwHA { width:15.3125rem;height:3.75rem;top:37.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP1Pr29Gi0tSMkissoW1V8A4OkGqoHc2 { display:block; }
 }@media only screen and (max-width: 763px) { #devUmAnKBGLkwuicwypwAgnzkPLKM5FS { width:23.25rem;height:0.8125rem;top:24.5625rem;left:3.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX { display:none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 { display:block; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9ZUXkZKiSv1XIk917nlliyxA3i6gLyr { width:9.0625rem;height:4.4375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I28IG4TsM4Up9EnH7qKxDy8AUrXBAhxJ { width:11.4375rem;height:5.125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgtpnBn9H5yZUQmIdpb1r8tzBdiKrxRR { width:9.625rem;height:3.75rem;top:7.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8RT54I6c9LKa3fgW6FO05cW7IETAysM { width:8.375rem;height:4.75rem;top:6.25rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksLGPvW6br6ZE1uNJ7lCxNePwPRmfI2a { width:10.5rem;height:4.4375rem;top:7rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpfNHnXCn4Xb3NMFiOyut8VFpQUvMGA { width:8.125rem;height:4.0625rem;top:6.9375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0Q55uGAsR4NkvO1E2yg97KOiuVlHAt { width:9.4375rem;height:4.4375rem;top:6.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAai4oJ5DgA0h1w5THbtAwgkQDh0CZft { width:43.4375rem;height:2rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo { display:block; }#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shof4POp1ScbB3CXkMwE7DfZ0xdIEOTr { width:10rem;height:4.9375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLtiRf5n6NdZIh2vE0Zs3hxoS3AuLFEh { width:11.625rem;height:5.125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIPEVHq2CyLCnWvMWhAX3Atgl2MWD4i7 { width:9.8125rem;height:3.75rem;top:7.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhckgCdILLeJ3MR6KUSVeueUGkKuTMV { width:8.5rem;height:4.75rem;top:6.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCCuwLWBpeN0xKykcfsHoQiqwp2k2zAa { width:10.6875rem;height:4.4375rem;top:7rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWarX9VkvUPl14XfLvasGTTZzRN0x1XW { width:8.3125rem;height:4.0625rem;top:6.9375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93JeMC6F5inq85UX2TwN6uzUcs4s89G { width:9.4375rem;height:4.4375rem;top:6.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQShpDQFAsA1CwSDgrsWBT48EBzpQgtU { width:43.4375rem;height:2rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNd2Dgo9POxX7ceB6gP0VLUvme32mll { display:block; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTEFMTAP9MWp9FJucfVIUFOvSQTdilxk { width:47.75rem;height:2.375rem;top:19.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANPo1ToWUrwpRmTngI0csQ9hTd6glw23 { width:47.75rem;height:8.75rem;top:8.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpOE4hPt7GTIkMC48BzJBZOEhiNlCTVy { width:2.75rem;height:2.75rem;top:18.9375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 { display:block; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3Gx2KRKkkK0XXwxHzbVc4Jd9ByngH9n { width:16.3125rem;height:8.4375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxNQSQy02xhDRGCU5MrM8rLLcvLQvTHi { width:16.6875rem;height:4.8125rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZzyrd4nG2MVi2ElShHHr3VPFHohFMcs { width:16.6875rem;height:4.8125rem;top:5.3125rem;left:15.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw8TsIDLmTAdXhZeknZTAmZmwqxfpfIs { width:16.3125rem;height:6.75rem;top:10.8125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUhezWTpZgQQHWzToiiGAOScILG5eBut { width:16.0625rem;height:4.8125rem;top:5.3125rem;left:31.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfV0aB6IxHGD62xqWchhxmEHmmeBzdMb { width:17.3125rem;height:6.75rem;top:10.375rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdTzZz7i2t5XqgkiFIbU70PzdblB5vk { width:47.75rem;height:0.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpkdfnog2AvIE20kRTr2TVB7runzWH2 { width:2.1875rem;height:2.0625rem;top:0rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa { width:2.1875rem;height:2.0625rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugEkccuSIERpHxQiGhktRSI8D8CZWhZA { width:2.1875rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9nhW0eqTp1761f8tTv1vnUUDRLGTZ8G { width:45.8125rem;height:0.3125rem;top:1.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJMWODNusVSD14xkIyQS2taDa8dTAN3K { display:block; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5XEuHy9R3W0s3doEqTVzty66zB4GNRn { width:35.8125rem;height:13.3125rem;top:3.125rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ZBky7urE2SGNtT3vTN3CnkGupH6TT2 { width:11.6875rem;height:17.375rem;top:-3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyiKqDhxTBsw1FvfJoVrfnFItrnxTHdP { width:14.9375rem;height:3.75rem;top:8rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSpZAZQrqJVZxvToSstSo0h7bECbET0x { display:block; }
 }@media only screen and (max-width: 763px) { #Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz { display:block; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k { display:block; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrXBqeCyMVnbGFRZgvtoA7tapIyyUsA9 { width:47.75rem;height:8.75rem;top:9.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3yO4ehgpibPO3GvkEn6KdgSBIV29M7 { width:47.75rem;height:2.375rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt { display:block; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOb2A00zaBOwbMyc3EIwp8dXiHyPLDhm { width:13.1875rem;height:3.375rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFBiRlLH5Uf96qkCLSLkpUN2DEaTdkdl { width:16.6875rem;height:6.1875rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNTdkoc6dpChR0b7Vg2NT7drKoNKGzTK { width:14.4375rem;height:3.375rem;top:6.125rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai4LckJEvgFAdC7mrpaIdQNUz1BG5tFs { width:16.6875rem;height:6.1875rem;top:0rem;left:7.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adw8e7aslv2yfudINATFH2aq0r16OS7D { width:13.1875rem;height:3.375rem;top:6.125rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Si3S76IGvGxTsKsy6udHDsL631NMTk { width:16.6875rem;height:12.375rem;top:0rem;left:19.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEng8VXKpvxsQNfPkk3WssTDoKhWp3wl { width:13.1875rem;height:3.375rem;top:6.125rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So6AxQ7pWfZe6S4yPff5t3zSryxr5286 { width:16.6875rem;height:6.1875rem;top:0rem;left:31.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk { display:block; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuU0KTiG5kxdso3OzTuNV20t3bV1GPd3 { width:32.875rem;height:21.625rem;top:11.5625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7urUetbVhuD7zmRWUD5KP9Zezro7HHl { width:32.875rem;height:21.625rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgFS2TanhrS0vMGKgQM5q79PQMkkoasG { width:47.75rem;height:39.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEKWxtmZiBNVOaEFlDO2irlPFvI9fvbn { width:32.6875rem;height:32.6875rem;top:5.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfdcximVdWFygx9I7HtI9fgWTgSmDD6U { width:2.3125rem;height:21.625rem;top:11.5625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oar2m4LwQMNAhkmNnSky6dDJgTHAfyIw { width:2.3125rem;height:21.625rem;top:10.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqN8MTCX689m8QfgS846OE6odDxefEpc { width:19.75rem;height:3.4375rem;top:5.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7cOFJ7GrsUbLHXWI3NBLkNsQtGFUqr { width:22.5625rem;height:3.4375rem;top:5.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlRZGI4WynrERWgyUc8KDDOyWhTPqfpw { width:17.6875rem;height:0.6875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3gOHQaqCrBfOByWRbPcnc3dp35euRzH { width:16.25rem;height:0.6875rem;top:8rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg { display:block; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHxCiDMqfvL3v0ofJuL92B9Pe88M28zk { width:47.75rem;height:26.790810157194rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd11a7tA2irLza2rXvyAXB2NssKSN66D { width:9.125rem;height:9.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 { display:block; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQvAwyTyN6aKEvaPJNqePWLW64o0hWzJ { width:20.875rem;height:3.75rem;top:9.6875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGLnhcyDHzhUR9f3zyKXtblLX3Hkclef { display:block; }
 }@media only screen and (max-width: 763px) { #pXS0OGKfMx3bOSvB082qFviGTcVnHEAb { width:47.75rem;height:3.625rem;top:4.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dOIeqlUnQkRsuvvAG0NXWARQE2UUMP { width:45.875rem;height:4.875rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN { display:block; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPbDEM1Zc9SGT4iWnKAbFaZUoFOQemny { width:46.875rem;height:4.9375rem;top:3.6875rem;left:0.43750095367432rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDeSOdzzXEMP3Al7NCz05mh8ydwzVP8l { width:46.875rem;height:9.25rem;top:58.75rem;left:0.43750095367432rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPutV7hl646ETleKJ58e4f8mQo33tMHb { width:32.5rem;height:0.75rem;top:56.25rem;left:7.59353351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpX0NEewIInCqECXbxIf6noSUkZEZQd { width:21.5625rem;height:4.375rem;top:70.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgwAZUNK6unraGTN1Nw7J0vcz8LESOO { display:block; }
 }@media only screen and (max-width: 763px) { #FSpH79TkH1WRfURMee4itMnUBIXQxfx0 { width:41.9375rem;height:35.9375rem;top:12rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u { width:41.9375rem;height:35.9375rem;top:12rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA9Wiv9AuERJSIASacZfur2PV338ns3f { width:41.9375rem;height:35.9375rem;top:12rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm4DA0FoRLWML1fXyNpbR9nhkLChElV7 { width:43.75rem;height:43.75rem;top:10.125rem;left:2.0000009536743rem;display:none; }
 }@media only screen and (max-width: 763px) { #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM { width:41.9375rem;height:35.9375rem;top:12rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBAzVUUGmnGSrOZSwSH3gt7w13zQC4Et { width:20rem;height:2.8125rem;top:65.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmRFA2OLDxcRDmqZnCVkXJ0X1akqxNHF { width:21.5625rem;height:4.375rem;top:70.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqr6tGv5lxqw4iRqeCU0roN9iIKsVF3d { display:block; }
 }@media only screen and (max-width: 763px) { #frLqmPBz9fbWHvVUOH0T4sFu699CumVl { width:20rem;height:2.8125rem;top:65.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hw0kS7l2wsnrmoK0wceRADmbaFLx6f71 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdrtazAL1yUiv3heOChR7va0DlVXPUTK { display:block; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAxpMzcFrihSSatnTo0ETMPEygfifffT { width:47.75rem;height:8.5625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgSs5SmFH1TmV2GRXIps667N7qErp2nV { width:34.9375rem;height:1.6875rem;top:4.875rem;left:6.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktV1roGnImFir7FiwrZGGcxkTTKfI4g { width:2.25rem;height:2.25rem;top:4.5rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKEItCHwxOZyXmAb3x2S1JIJBpSJ3PPn { width:13.875rem;height:0.5rem;top:5.875rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n { display:block; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL { display:block; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBUfp53sz3aGQr6DScAQuq083JoEwqeT { width:20.8125rem;height:4.125rem;top:13.25rem;left:24.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwiiEGO3xqkAB0Iiszgx2bzdTATcCe4g { width:47.75rem;height:4.375rem;top:5.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApBGCtSSpFybJKwfmFzuLd2hDIP3vXs { width:23rem;height:32.625rem;top:19.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bGWy69zGnsslcTsoJObvW7rC4xmnIa { width:21.5625rem;height:5.6875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRLXM7eLOBkzkvQAOKwF2fQpCqxT7Tuu { display:block; }
 }@media only screen and (max-width: 763px) { #qhTFkwSTUbBFFFwKAJ1TpD8ClQ1BuIDm { width:20.8125rem;height:4.125rem;top:13.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwhBoehXGG94VX5ykRcZTmALTSM3ONvT { width:20.8125rem;height:2.0625rem;top:20.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzaGdOIo7IlhiATWvW9zRvvH5a0gnMzP { width:7.8125rem;height:0.6875rem;top:16.5625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh { width:37.125rem;height:35.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ7A3vJRZgohwQ4EfxH2C74tqFAkWpmf { width:20.125rem;height:18.5rem;top:20.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swXyfEunee80oWTZQyEuTH1cyeOKO2Kh { display:block; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySR2Phv941uIdntI9V3w3d3D2W9H0Vgs { width:35.6875rem;height:3.875rem;top:3.1875rem;left:6.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 { display:block; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyOe5wcmkbbm2EvedSCUPKrUbreTok5T { display:block; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOLeckrpCJLgMhAJqTCcs38tRb0UlgZB { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbhOTuaFbbhQDgNodahudT59WIeHu99 { display:block; }
 }@media only screen and (max-width: 763px) { #FhqOK0S2CNWciZHTlzV6LgTVOC5x3d0R { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc1Q49uqGPTXFDfXBO2nxTPDokhZEcpv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai { display:block; }#WAmXNvuFHc1kvbP6KGJaV4PXHQXOtgai > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VorcaLinzRV5C9woSP3zaHEcKDhttFtB { width:10.25rem;height:3.4375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S1aGc8dRF3GJRKaCkGWSqJLNu9OzfWhK { width:20rem;height:9rem;top:7.396484375rem;left:0rem;font-size:1.875rem;line-height:1.2;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #gKWHXhFrqGmJTkomaA2a2Ft7zNSSaR1d { width:20rem;height:6.796875rem;top:17.583984375rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E4WMi0HikB6FoMRTNS9pNakd8SSTrtch { width:20rem;height:38.4375rem;top:30.802734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrZTs5Nm3JFGZVekde19QXdeoooIeTKB { width:8.125rem;height:0.5rem;top:16.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbBdfAF6G1AgLMrV7glkFwEB51N8eXhK { width:17.6875rem;height:3.75rem;top:26.240234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSbH6LU3e1W3ZJVsrG1oXTbbUwkRqnrN { display:block; }
 }@media only screen and (max-width: 763px) { #JH5CLubqlxPvuLnpxoEVAKrJdU2GDwHA { width:11.62455875rem;height:2.562065rem;top:26.240235224366rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP1Pr29Gi0tSMkissoW1V8A4OkGqoHc2 { display:block; }
 }@media only screen and (max-width: 763px) { #devUmAnKBGLkwuicwypwAgnzkPLKM5FS { width:13.25rem;height:0.125rem;top:32.125rem;left:8.25rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad08acb0-312c-43c3-a13d-dbbbc951a24b/amarelo.crop_931x900_0,0.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX.adaptive-delivery-prevent-bg, #q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX.lazyload, #q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX.lazyloading { background-image: none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container { background-color: transparent; background-image: none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container > .video-iframe-container { display: none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row > .video-iframe-container { display: none; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .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); }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container { border-width: 0; border-radius: 0; }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row > .video-iframe-container {  }#q7guWIAKq7b5lwcJkPMnGz2vdXgP5HcX > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 { display:block; }#CE5G9rnFzMhFFemwp7TGsHFT7HyJv2P5 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9ZUXkZKiSv1XIk917nlliyxA3i6gLyr { width:9.0625rem;height:4.4375rem;top:8.90625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I28IG4TsM4Up9EnH7qKxDy8AUrXBAhxJ { width:9.3125rem;height:4.0625rem;top:9.09375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgtpnBn9H5yZUQmIdpb1r8tzBdiKrxRR { width:9.625rem;height:3.75rem;top:15.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8RT54I6c9LKa3fgW6FO05cW7IETAysM { width:7.75rem;height:4.25rem;top:20.21875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksLGPvW6br6ZE1uNJ7lCxNePwPRmfI2a { width:8.875rem;height:3.6875rem;top:15.03125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpfNHnXCn4Xb3NMFiOyut8VFpQUvMGA { width:8.125rem;height:4.0625rem;top:20.46875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0Q55uGAsR4NkvO1E2yg97KOiuVlHAt { width:9.4375rem;height:4.4375rem;top:42.65625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAai4oJ5DgA0h1w5THbtAwgkQDh0CZft { width:20rem;height:3.25rem;top:3.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo { display:none; }#mFQ34sJKrbpmTQ18kwIgzPVgegKUtmKo > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shof4POp1ScbB3CXkMwE7DfZ0xdIEOTr { width:10rem;height:4.9375rem;top:8.59375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLtiRf5n6NdZIh2vE0Zs3hxoS3AuLFEh { width:11.625rem;height:5.125rem;top:14.78125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIPEVHq2CyLCnWvMWhAX3Atgl2MWD4i7 { width:9.8125rem;height:3.75rem;top:21.15625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhckgCdILLeJ3MR6KUSVeueUGkKuTMV { width:8.5rem;height:4.75rem;top:31.84375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCCuwLWBpeN0xKykcfsHoQiqwp2k2zAa { width:10.6875rem;height:4.4375rem;top:26.15625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWarX9VkvUPl14XfLvasGTTZzRN0x1XW { width:8.3125rem;height:4.0625rem;top:37.84375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93JeMC6F5inq85UX2TwN6uzUcs4s89G { width:9.4375rem;height:4.4375rem;top:43.15625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQShpDQFAsA1CwSDgrsWBT48EBzpQgtU { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNd2Dgo9POxX7ceB6gP0VLUvme32mll { display:block; }#ieNd2Dgo9POxX7ceB6gP0VLUvme32mll > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTEFMTAP9MWp9FJucfVIUFOvSQTdilxk { width:20rem;height:3.4375rem;top:12.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANPo1ToWUrwpRmTngI0csQ9hTd6glw23 { width:20rem;height:8.75rem;top:3.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpOE4hPt7GTIkMC48BzJBZOEhiNlCTVy { width:1.625rem;height:1.625rem;top:14.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 { display:block; }#FGvZB4HLy7dSnO7Tx6leTazgsmvp8mQ4 > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3Gx2KRKkkK0XXwxHzbVc4Jd9ByngH9n { width:20rem;height:6rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxNQSQy02xhDRGCU5MrM8rLLcvLQvTHi { width:12.25rem;height:3.4375rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZzyrd4nG2MVi2ElShHHr3VPFHohFMcs { width:13.875rem;height:3.4375rem;top:21.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw8TsIDLmTAdXhZeknZTAmZmwqxfpfIs { width:16.3125rem;height:6rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUhezWTpZgQQHWzToiiGAOScILG5eBut { width:16.125rem;height:1.71875rem;top:38.21875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfV0aB6IxHGD62xqWchhxmEHmmeBzdMb { width:20rem;height:4.5rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdTzZz7i2t5XqgkiFIbU70PzdblB5vk { width:20rem;height:0.3125rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERpkdfnog2AvIE20kRTr2TVB7runzWH2 { width:2.1875rem;height:2.0625rem;top:34.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHX0DdxZgGQInmQbgCa6G8fTnFRIElfa { width:2.1875rem;height:2.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugEkccuSIERpHxQiGhktRSI8D8CZWhZA { width:2.1875rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9nhW0eqTp1761f8tTv1vnUUDRLGTZ8G { width:4rem;height:7.6875rem;top:3.625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJMWODNusVSD14xkIyQS2taDa8dTAN3K { background-color:#6e2683;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container { background-color: transparent; background-image: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container > .video-iframe-container { display: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row > .video-iframe-container { display: none; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .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); }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container { border-width: 0; border-radius: 0; }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row > .video-iframe-container {  }#iJMWODNusVSD14xkIyQS2taDa8dTAN3K > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5XEuHy9R3W0s3doEqTVzty66zB4GNRn { width:20rem;height:8.125rem;top:9.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ZBky7urE2SGNtT3vTN3CnkGupH6TT2 { width:4.4375rem;height:6.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyiKqDhxTBsw1FvfJoVrfnFItrnxTHdP { width:13.0625rem;height:3.75rem;top:19.873046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSpZAZQrqJVZxvToSstSo0h7bECbET0x { display:block; }
 }@media only screen and (max-width: 763px) { #Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz { display:none; }#Tafgi5mQMMTC4vNRpVTMzN9ql92pEZgz > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k { display:block; }#Jh0ttzeEduGxWGOX4q6CKSL0xqbM5z1k > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrXBqeCyMVnbGFRZgvtoA7tapIyyUsA9 { width:20rem;height:10.5rem;top:5.6484375rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qB3yO4ehgpibPO3GvkEn6KdgSBIV29M7 { width:20rem;height:1.375rem;top:3.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt { display:block; }#UzauCtQRpT3wfzTvQ4TWJ3Phh5V91hHt > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOb2A00zaBOwbMyc3EIwp8dXiHyPLDhm { width:13.1875rem;height:2.923825rem;top:0rem;left:5.9375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qFBiRlLH5Uf96qkCLSLkpUN2DEaTdkdl { width:5.9375rem;height:3.09375rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNTdkoc6dpChR0b7Vg2NT7drKoNKGzTK { width:12.5625rem;height:2.599825rem;top:5.5625rem;left:5.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ai4LckJEvgFAdC7mrpaIdQNUz1BG5tFs { width:5.875rem;height:3.09375rem;top:5.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adw8e7aslv2yfudINATFH2aq0r16OS7D { width:13.1875rem;height:2.599825rem;top:11.03125rem;left:5.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h3Si3S76IGvGxTsKsy6udHDsL631NMTk { width:7.125rem;height:3.09375rem;top:10.662109375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEng8VXKpvxsQNfPkk3WssTDoKhWp3wl { width:13.1875rem;height:2.599825rem;top:16.78125rem;left:5.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #So6AxQ7pWfZe6S4yPff5t3zSryxr5286 { width:6.5rem;height:3.09375rem;top:16.53515625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk { display:block; }#F2XwGTNxyO95EWuR48c2T1aDEb3OTQfk > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuU0KTiG5kxdso3OzTuNV20t3bV1GPd3 { width:20rem;height:12.375rem;top:36.2470703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7urUetbVhuD7zmRWUD5KP9Zezro7HHl { width:20rem;height:12.375rem;top:9.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgFS2TanhrS0vMGKgQM5q79PQMkkoasG { width:20rem;height:26.75rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEKWxtmZiBNVOaEFlDO2irlPFvI9fvbn { width:5.0625rem;height:8.3125rem;top:25.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfdcximVdWFygx9I7HtI9fgWTgSmDD6U { width:2.3125rem;height:0;top:38rem;left:1.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oar2m4LwQMNAhkmNnSky6dDJgTHAfyIw { width:2.3125rem;height:0;top:7.875rem;left:8.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqN8MTCX689m8QfgS846OE6odDxefEpc { width:19.75rem;height:3.4375rem;top:4.3125rem;left:0.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS7cOFJ7GrsUbLHXWI3NBLkNsQtGFUqr { width:14.4375rem;height:5.15625rem;top:29.34375rem;left:2.78125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlRZGI4WynrERWgyUc8KDDOyWhTPqfpw { width:17.6875rem;height:0.6875rem;top:1.25rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3gOHQaqCrBfOByWRbPcnc3dp35euRzH { width:16.25rem;height:0.6875rem;top:34.4375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg { display:block; }#iAUOAVMcSpqlTJvJZpfLBCqaleHgm1Dg > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHxCiDMqfvL3v0ofJuL92B9Pe88M28zk { height:11.2206875rem;width:20rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd11a7tA2irLza2rXvyAXB2NssKSN66D { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 { display:block; }#LCgQtOSkhIZy5WftWiZVgA2npxPW5kw4 > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQvAwyTyN6aKEvaPJNqePWLW64o0hWzJ { width:19rem;height:3.75rem;top:15.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGLnhcyDHzhUR9f3zyKXtblLX3Hkclef { display:block; }
 }@media only screen and (max-width: 763px) { #pXS0OGKfMx3bOSvB082qFviGTcVnHEAb { width:20rem;height:4.5rem;top:2.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T8dOIeqlUnQkRsuvvAG0NXWARQE2UUMP { width:17.5625rem;height:6.5rem;top:7.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN { display:block; }#iC8ZKB9qrZ37BFK6R6SXJyITXL4t4dLN > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPbDEM1Zc9SGT4iWnKAbFaZUoFOQemny { width:20rem;height:8.3984375rem;top:4.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eDeSOdzzXEMP3Al7NCz05mh8ydwzVP8l { width:20rem;height:4.5rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPutV7hl646ETleKJ58e4f8mQo33tMHb { width:16.125rem;height:1.125rem;top:17rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpX0NEewIInCqECXbxIf6noSUkZEZQd { width:19rem;height:3.5625rem;top:48.9375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgwAZUNK6unraGTN1Nw7J0vcz8LESOO { display:block; }
 }@media only screen and (max-width: 763px) { #FSpH79TkH1WRfURMee4itMnUBIXQxfx0 { width:8.8125rem;height:24.375rem;top:22.6875rem;left:10.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.crop_1233x3482_1456,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:100011;display:block; }#FSpH79TkH1WRfURMee4itMnUBIXQxfx0.adaptive-delivery-prevent-bg, #FSpH79TkH1WRfURMee4itMnUBIXQxfx0.lazyload, #FSpH79TkH1WRfURMee4itMnUBIXQxfx0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u { width:9.125rem;height:24.375rem;top:60rem;left:10.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.crop_1301x3482_2699,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:100013;display:block; }#CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.adaptive-delivery-prevent-bg, #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.lazyload, #CPXuiV5b9rOGtkIWZCbZAFyeMTLedZ0u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lA9Wiv9AuERJSIASacZfur2PV338ns3f { width:10rem;height:24.375rem;top:60rem;left:0.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.crop_1408x3482_0,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:100012;display:block; }#lA9Wiv9AuERJSIASacZfur2PV338ns3f.adaptive-delivery-prevent-bg, #lA9Wiv9AuERJSIASacZfur2PV338ns3f.lazyload, #lA9Wiv9AuERJSIASacZfur2PV338ns3f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mm4DA0FoRLWML1fXyNpbR9nhkLChElV7 { width:20rem;height:20rem;top:80.562067031862rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM { width:10rem;height:24.375rem;top:22.6875rem;left:0.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc833b70-99e2-4ead-8d13-477293905558/9.crop_1408x3482_0,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:100013;display:block; }#D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.adaptive-delivery-prevent-bg, #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.lazyload, #D72SEGg3Bn979c4UJrvyTOuETwvHsNsM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SBAzVUUGmnGSrOZSwSH3gt7w13zQC4Et { width:20rem;height:2.8125rem;top:91.75rem;left:0rem;font-size:0.625rem;z-index:100011;font-weight:300;font-style:normal;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #XmRFA2OLDxcRDmqZnCVkXJ0X1akqxNHF { width:19rem;height:4.375rem;top:86.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqr6tGv5lxqw4iRqeCU0roN9iIKsVF3d { display:block; }
 }@media only screen and (max-width: 763px) { #frLqmPBz9fbWHvVUOH0T4sFu699CumVl { width:20rem;height:2.8125rem;top:53.4375rem;left:0rem;font-size:0.625rem;z-index:100012;font-weight:300;font-style:normal;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #hw0kS7l2wsnrmoK0wceRADmbaFLx6f71 { top:19.375rem;left:9.71875rem;width:1.75rem;height:1.75rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #TdrtazAL1yUiv3heOChR7va0DlVXPUTK { display:block; }#TdrtazAL1yUiv3heOChR7va0DlVXPUTK > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAxpMzcFrihSSatnTo0ETMPEygfifffT { width:20rem;height:5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgSs5SmFH1TmV2GRXIps667N7qErp2nV { width:20rem;height:2.75rem;top:4.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktV1roGnImFir7FiwrZGGcxkTTKfI4g { width:2.25rem;height:2.25rem;top:2rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKEItCHwxOZyXmAb3x2S1JIJBpSJ3PPn { width:13.875rem;height:0.5rem;top:7rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n { display:block; }#ptcbkx6EUnDUbV6oMX0Wg0JrUAotMD4n > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL { display:block; }#oB3TB2owI1qX6ni26B3hM7qQFpCTqBDL > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBUfp53sz3aGQr6DScAQuq083JoEwqeT { width:20rem;height:3.4375rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwiiEGO3xqkAB0Iiszgx2bzdTATcCe4g { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KApBGCtSSpFybJKwfmFzuLd2hDIP3vXs { width:19.875rem;height:31.8125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9bGWy69zGnsslcTsoJObvW7rC4xmnIa { width:14.625rem;height:3.625rem;top:10.4375rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRLXM7eLOBkzkvQAOKwF2fQpCqxT7Tuu { display:block; }
 }@media only screen and (max-width: 763px) { #qhTFkwSTUbBFFFwKAJ1TpD8ClQ1BuIDm { width:15.5rem;height:2.88671875rem;top:6.8125rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwhBoehXGG94VX5ykRcZTmALTSM3ONvT { width:20rem;height:1.23730625rem;top:16.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzaGdOIo7IlhiATWvW9zRvvH5a0gnMzP { width:4.25rem;height:0.3125rem;top:0rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hRDaeoMH8PWJVruAQP9UEupDqbDzqh { width:20rem;height:35.0625rem;top:47.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJ7A3vJRZgohwQ4EfxH2C74tqFAkWpmf { width:18.2498125rem;height:18.499375rem;top:24rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swXyfEunee80oWTZQyEuTH1cyeOKO2Kh { display:block; }#swXyfEunee80oWTZQyEuTH1cyeOKO2Kh > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySR2Phv941uIdntI9V3w3d3D2W9H0Vgs { width:20rem;height:2.9238375rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 { display:block; }#KBG6qaSCUifT0JvZfNMOl0ywhg2shls6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyOe5wcmkbbm2EvedSCUPKrUbreTok5T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yyOe5wcmkbbm2EvedSCUPKrUbreTok5T > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOLeckrpCJLgMhAJqTCcs38tRb0UlgZB { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbhOTuaFbbhQDgNodahudT59WIeHu99 { display:block; }
 }@media only screen and (max-width: 763px) { #FhqOK0S2CNWciZHTlzV6LgTVOC5x3d0R { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc1Q49uqGPTXFDfXBO2nxTPDokhZEcpv { display:block; }
 }