.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1b1666;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color:#1b1666;background-image:url("https://images.assets-landingi.com/uc/7ed4d1f3-3942-4861-865e-10ca983fdd47/202203BodyPowerJanaina603Slider.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:37.4375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container.lazyloading { background-image: none; }#xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:10.875rem;left:8.125rem;height:4.0625rem;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:15.625rem;left:8.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pA0woraBkOrG7h8epGH9kdPphFWm9gBx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:2.875rem;left:63.125rem;overflow:hidden;display:block; }
#FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:22.5rem;left:8.125rem;display:block; }
#pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:9.8125rem;top:0.375rem;left:33.375rem;overflow:hidden;display:block; }
#sc9Vxqkb8zThoNJ0VD7u3PMhGsLoPEMC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#e4xHHT3XM1pFSAAPTdk0a5hUo42SJNlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container { background-color: transparent; background-image: none; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container > .video-iframe-container { display: none; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row > .video-iframe-container { display: none; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .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); }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container { border-width: 0; border-radius: 0; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#l8IfB2LKlum4lBn3ZxSw2ZiwTNhBAoMG { color:#000000;display:block;width:47.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:13.625rem;height:2.7246125rem;text-align:center;text-align-last:center;display:block; }
#pykmBuUfBhBxT12CbNKeQ9uBp5ZbH2Sb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1.1875rem;left:25.53125rem;overflow:hidden;display:block; }
#ZiH9A1hI6C084mzN01kElOzG84CcbZbQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#aTCmGlOnMT8bTFvhx0kh01LJMRV72fgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container { background-color: transparent; background-image: none; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container > .video-iframe-container { display: none; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row > .video-iframe-container { display: none; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .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); }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container { border-width: 0; border-radius: 0; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#LFZudVTQp2t92CR6kSXklBWFIHx6yM3E { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1rem;left:4.625rem;overflow:hidden;display:block; }
#pMMZJWWs2I0ZOy1L9mQPBEUUDsBDzNUb { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.96875rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkLe2PcsNcTqWotmf2Wp2HaCVBkTtWT0 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1rem;left:23.375rem;overflow:hidden;display:block; }
#e0A8ixOgLh2f0z2FzofLLbMT1gNTfZ63 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:8.375rem;left:19.96875rem;height:1.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQAT2KlbZuIoHew93SFUWiVksJf1SWNN { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:39.78125rem;height:1.36230625rem;text-align:center;text-align-last:center;display:block; }
#iNESDphMl6nWZxit5iRAVogJCX0w6vmi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1rem;left:43.1875rem;overflow:hidden;display:block; }
#ofHLGvsUWk16miIu2LlKds2KmrDLiJMp { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1rem;left:61.9375rem;overflow:hidden;display:block; }
#DT1TdTsny6k7sLhsAXAd0WlzrSePLSkH { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:58.53125rem;height:1.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPVqwRvxHIab8B5G9omP4KZwD50nptod { position:absolute;display:block;z-index:100017;background-color:#000000;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.0625rem;width:75rem;top:12.375rem;left:0rem;display:block; }
#MIyztPSgXt6TUh12op1cLT9M2BIERVDB { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.1875rem;left:28.78125rem;display:none; }
#aPyb6r7za41oFTaQnBxzkwWpSeXmzvTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tOEOXkrC78lNtqDsHeMzZmPgXVMzZFhy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#GH18CemkQXzWiMIXyo9HA49hcE3UVeeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { background-color: transparent; background-image: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .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); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { border-width: 0; border-radius: 0; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:6.09375rem;left:8.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.2;letter-spacing:0;top:2.75rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#esKbsb7vIHl0h05cfR0RvtPvGBlwh1SO { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#uqGsBiImSslwzItanQwJ26zRN6gveeey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { background-color: transparent; background-image: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .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); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:2.94189453125rem;left:37.5rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.9;letter-spacing:0;top:5.59375rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
#bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3125rem;width:17.8125rem;top:4.5rem;left:9.75rem;overflow:hidden;display:block; }
#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.9;letter-spacing:0;top:13.34375rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
#vABzprJxL8KM5pTiaQirIKtANeTNuSoq { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:24.90576171875rem;left:37.5rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { position:absolute;display:block;z-index:100017;background-color:#000000;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.0625rem;width:75rem;top:31.1875rem;left:0rem;display:block; }
#BcwBUPbKUTvUI0HfBgUlWSTK58Ta7NNV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#fti6yAzpKQFarnoSumhVickO8m0dADIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { background-color: transparent; background-image: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { border-width: 0; border-radius: 0; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:4rem;left:9.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:8.125rem;left:0rem;height:15.4375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:23.1875rem;left:28.78125rem;display:block; }
#NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { color:#000000;display:block;width:30.625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:9.3125rem;left:44.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
#Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { position:absolute;display:block;z-index:100018;background-color:#000000;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.0625rem;width:30.625rem;top:11.875rem;left:44.375rem;display:block; }
#T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { position:absolute;display:block;z-index:100019;background-color:#000000;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.0625rem;width:30.625rem;top:14.5rem;left:44.375rem;display:block; }
#fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { position:absolute;display:block;z-index:100018;background-color:#000000;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.0625rem;width:75rem;top:29.3125rem;left:0rem;display:block; }
#IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:29.1875rem;top:10.6875rem;left:45.8125rem;overflow:hidden;display:block; }
#eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0rem;height:3.41161875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hZTIz7UMV6x0qXaZOOgyopQucvHVu2ca { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#INI4SpnXloSmEUMvON0fLnI5H1i0AyI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { background-color: transparent; background-image: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .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); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { border-width: 0; border-radius: 0; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:21.0625rem;top:5.8125rem;left:27rem;overflow:hidden;display:block; }
#frkl27Tn1QV7Tg84lyO8szIiycMGdhON { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:3.8125rem;left:11.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:13.84912109375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:13.84912109375rem;left:48rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:10.96142578125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:10.96142578125rem;left:48.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#eRcIv8hOVkGgFh0ff1dixDyVNi0DTA9X { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#bNPka7lUAhGkM02eeEaCWiJ0oTJi18LT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { position:relative;display:block; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { background-color: transparent; background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .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); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { border-width: 0; border-radius: 0; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:brown;font-size:4.9375rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.95556640625rem;left:3.25rem;height:13.118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:17.98046875rem;left:3.25rem;display:block; }
#C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TitONUggB0oKf8ZRmOnedirJrIwUmTkP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#vHuKaLXdJO5cS8fL8wXFeRFNmfEGyMKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv { position:relative;display:none; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv { border-width: 0; border-radius: 0; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .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; }#LCZtA1kVutU9BVKp70v8EOut3rUnLB2W { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.4375rem;left:9.75rem;display:none; }
#P6WrHulk9KoLRPDFVhZT0g3fEcD9NOt0 { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.25rem;top:2.875rem;left:7.5rem;display:none; }
#xSrIqMfg6lXrPZxPHnbTZC8UP5BhICUx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#CGBivArz9tLedklVpHDak0zXsQXdRSZ5 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:8.6875rem;left:12.5rem;display:none; }
#hiPBnA3FTfPaly2ClxXiPQdWAfV9FLww { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#Vaxy2zGMDTpfVtTclnv31FCu4TSspM4q { color:#000000;display:block;width:13rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.5rem;top:13.5625rem;left:9.6875rem;display:none; }
#Sui6lfxr2iPGX7gNomxiu0wdrlIlBQKT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:23.8125rem;display:none; }
#rTp6LhKJfdNgPKTwfSfdsqomHlrRfxew { color:#000000;display:block;width:15rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:19.9375rem;left:12.5rem;display:none; }
#k1lE06IJOUM4BtTwwaLK661NGyIfTv8L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#imGTcXdRhTbp2CZ513pAzAXVUcwp4hct { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:23.6875rem;left:7.5rem;display:none; }
#I8Pd02tL4OTVw87AZHMwxgftB7loPsFC { color:#000000;display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:29.1875rem;left:12.375rem;display:none; }
#tJS0o7f5fkM6SeV0p9dKXzu8wLLGiNT9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.25rem;display:none; }
#GsZUDfsUf2gs8r393B9XfSML9421KbTf { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:6.125rem;left:9.75rem;display:none; }
#isF4Tl1wqRf0ixwLJh4SQHF8XUIpS7rn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#hKhmm7fwy25NyqWxbpSubh1bueAiecaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp { position:relative;display:none; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp { border-width: 0; border-radius: 0; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .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; }#FkbSHi1HmFoof4rZaI8NxuuFMC6h3RVK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1rem;left:25.5rem;overflow:hidden;display:none; }
#fZKcLXP6UVfZOJh1oehtf2LQXM4BzC3C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;display:none; }
#SU0wiVmJGJhwdXrUgDzzDqZTqKuf49m2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#UJndvCX3QOnxKXTb33CETwa4Xs1knUk1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#bGt2vy5bueohLviBXAAMt0vbz96uBPJX { color:#000000;display:block;width:47.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.76220703125rem;left:21.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#ErgsIbQgmtD6v1c7AAgsMeprfkMpQWtW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#VsQErtSnhMymZGWw2VnZ8qTcQ59D6IEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t { position:relative;z-index:auto;display:none; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t { border-width: 0; border-radius: 0; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#HzxKzIop8yX7u2hDBDmHAXU7yX4tI3kC { position:absolute;display:block;z-index:100005;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:36.25rem;display:block; }
#ZwG99JXPHRD4q08V2QWlrTaeSK2cs6Fl { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.6875rem;left:36.75rem;display:block; }
#UxqhyOnb9l6ItDxFfiRuGUyU42d7pDFq { position:absolute;display:block;z-index:100007;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:40.6875rem;display:block; }
#HNKnvzaiT5UgADVRCQ7pRnXlwepzez0Z { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.6875rem;left:41.25rem;display:block; }
#ZDTVcamG2ZU89IhUPJXpP77Q5yzOb5s7 { position:absolute;display:block;z-index:100015;background-color:#000000;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.125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#kJSzCxvdpJpbtMQpnUnE3tPOCbmJhw9R { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { background-color: transparent; background-image: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container > .video-iframe-container { display: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row > .video-iframe-container { display: none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .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); }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { border-width: 0; border-radius: 0; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { position:absolute;display:block;z-index:100005;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:36.25rem;display:block; }
#nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.6875rem;left:36.75rem;display:block; }
#thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { position:absolute;display:block;z-index:100007;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:3.125rem;left:40.6875rem;display:block; }
#gIrRMfmlSb5humifPIEZGdknWROgyI3x { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.6875rem;left:41.25rem;display:block; }
#ecShDalvvqnTrnIhQaSiH1fET49pXWss { position:absolute;display:block;z-index:100015;background-color:#000000;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.125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container { border-width: 0; border-radius: 0; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#PqDox3OTxPUMGgsmdlBbmqb30wtG9BOK { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3.25rem;left:16.4375rem;display:none; }
#WITv38THQn9dTqtzAdAUIQbZhqU3wtka { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#WWJ2ooo9eTldQngV3HqcXQn1dkzptiP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PXe6ZZnAveA93doxaDv2a905FT6mJ5i1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#oCJa5sGX0SEBxsJNTo95qT0zvxcwA8vT { 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) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { top:10.875rem;left:0rem;width:20.625rem;height:4.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:15.625rem;left:0rem;width:20.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { top:2.875rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { top:0.375rem;left:19.75rem;width:9.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9Vxqkb8zThoNJ0VD7u3PMhGsLoPEMC { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e4xHHT3XM1pFSAAPTdk0a5hUo42SJNlP { display:block; }
 }@media only screen and (max-width: 763px) { #Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW { display:block; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8IfB2LKlum4lBn3ZxSw2ZiwTNhBAoMG { top:3.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykmBuUfBhBxT12CbNKeQ9uBp5ZbH2Sb { top:1.1875rem;left:11.90625rem;width:23.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiH9A1hI6C084mzN01kElOzG84CcbZbQ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #aTCmGlOnMT8bTFvhx0kh01LJMRV72fgz { display:block; }
 }@media only screen and (max-width: 763px) { #MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP { display:block; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFZudVTQp2t92CR6kSXklBWFIHx6yM3E { top:1rem;left:1.21875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMZJWWs2I0ZOy1L9mQPBEUUDsBDzNUb { top:8.375rem;left:0rem;width:14.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkLe2PcsNcTqWotmf2Wp2HaCVBkTtWT0 { top:1rem;left:13.15625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A8ixOgLh2f0z2FzofLLbMT1gNTfZ63 { top:8.375rem;left:9.6875rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAT2KlbZuIoHew93SFUWiVksJf1SWNN { top:8.6875rem;left:21.625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNESDphMl6nWZxit5iRAVogJCX0w6vmi { top:1rem;left:26.15625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofHLGvsUWk16miIu2LlKds2KmrDLiJMp { top:1rem;left:38.09375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1TdTsny6k7sLhsAXAd0WlzrSePLSkH { top:8.6875rem;left:33.5625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPVqwRvxHIab8B5G9omP4KZwD50nptod { top:12.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyztPSgXt6TUh12op1cLT9M2BIERVDB { width:17.5rem;height:3.4375rem;top:23.1875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPyb6r7za41oFTaQnBxzkwWpSeXmzvTo { display:block; }
 }@media only screen and (max-width: 763px) { #tOEOXkrC78lNtqDsHeMzZmPgXVMzZFhy { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #GH18CemkQXzWiMIXyo9HA49hcE3UVeeZ { display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { top:6.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { top:2.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKbsb7vIHl0h05cfR0RvtPvGBlwh1SO { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uqGsBiImSslwzItanQwJ26zRN6gveeey { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { top:2.9375rem;left:13.375rem;width:22.4375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { top:5.5625rem;left:6rem;width:29.8125rem;height:;font-size:1rem;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
 }@media only screen and (max-width: 763px) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { top:4.5rem;left:0rem;width:17.8125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { top:13.3125rem;left:8.3125rem;width:27.5rem;height:;font-size:1rem;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
 }@media only screen and (max-width: 763px) { #vABzprJxL8KM5pTiaQirIKtANeTNuSoq { top:24.875rem;left:7.4375rem;width:28.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { top:31.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcwBUPbKUTvUI0HfBgUlWSTK58Ta7NNV { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fti6yAzpKQFarnoSumhVickO8m0dADIx { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { top:4rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { top:8.125rem;left:0rem;width:37.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:23.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { top:9.3125rem;left:5.1875rem;width:30.625rem;height:;font-size:1rem;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
 }@media only screen and (max-width: 763px) { #Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { top:11.875rem;left:5.1875rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { top:14.5rem;left:5.1875rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { top:29.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { top:10.6875rem;left:6.625rem;width:29.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { top:24.8125rem;left:0rem;width:21.9375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZTIz7UMV6x0qXaZOOgyopQucvHVu2ca { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #INI4SpnXloSmEUMvON0fLnI5H1i0AyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { top:5.8125rem;left:2.8125rem;width:21.0625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { top:3.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { top:13.8125rem;left:0rem;width:27rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { top:13.8125rem;left:8.8125rem;width:27rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { top:10.9375rem;left:0rem;width:27rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { top:10.9375rem;left:23.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcIv8hOVkGgFh0ff1dixDyVNi0DTA9X { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bNPka7lUAhGkM02eeEaCWiJ0oTJi18LT { display:block; }
 }@media only screen and (max-width: 763px) { #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { display:block; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { top:3.9375rem;left:0rem;width:39.25rem;height:12.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block; }
 }@media only screen and (max-width: 763px) { #WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { top:0rem;left:0rem;width:47.75rem;height:19.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitONUggB0oKf8ZRmOnedirJrIwUmTkP { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #vHuKaLXdJO5cS8fL8wXFeRFNmfEGyMKm { display:block; }
 }@media only screen and (max-width: 763px) { #Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv { display:none; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCZtA1kVutU9BVKp70v8EOut3rUnLB2W { top:1.4375rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6WrHulk9KoLRPDFVhZT0g3fEcD9NOt0 { top:2.875rem;left:0rem;width:20rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSrIqMfg6lXrPZxPHnbTZC8UP5BhICUx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGBivArz9tLedklVpHDak0zXsQXdRSZ5 { top:8.6875rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiPBnA3FTfPaly2ClxXiPQdWAfV9FLww { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vaxy2zGMDTpfVtTclnv31FCu4TSspM4q { top:13.5625rem;left:0rem;width:13rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sui6lfxr2iPGX7gNomxiu0wdrlIlBQKT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTp6LhKJfdNgPKTwfSfdsqomHlrRfxew { top:19.9375rem;left:0rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1lE06IJOUM4BtTwwaLK661NGyIfTv8L { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #imGTcXdRhTbp2CZ513pAzAXVUcwp4hct { top:23.6875rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Pd02tL4OTVw87AZHMwxgftB7loPsFC { top:29.1875rem;left:0rem;width:15.125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJS0o7f5fkM6SeV0p9dKXzu8wLLGiNT9 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsZUDfsUf2gs8r393B9XfSML9421KbTf { top:6.125rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #isF4Tl1wqRf0ixwLJh4SQHF8XUIpS7rn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKhmm7fwy25NyqWxbpSubh1bueAiecaS { display:block; }
 }@media only screen and (max-width: 763px) { #J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp { display:none; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FkbSHi1HmFoof4rZaI8NxuuFMC6h3RVK { top:1rem;left:11.875rem;width:23.9375rem;height:1.9355712890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZKcLXP6UVfZOJh1oehtf2LQXM4BzC3C { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SU0wiVmJGJhwdXrUgDzzDqZTqKuf49m2 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJndvCX3QOnxKXTb33CETwa4Xs1knUk1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGt2vy5bueohLviBXAAMt0vbz96uBPJX { top:3.75rem;left:7.5rem;width:19.0625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErgsIbQgmtD6v1c7AAgsMeprfkMpQWtW { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsQErtSnhMymZGWw2VnZ8qTcQ59D6IEn { display:block; }
 }@media only screen and (max-width: 763px) { #eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t { display:none; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzxKzIop8yX7u2hDBDmHAXU7yX4tI3kC { top:3.125rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwG99JXPHRD4q08V2QWlrTaeSK2cs6Fl { top:3.6875rem;left:23.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxqhyOnb9l6ItDxFfiRuGUyU42d7pDFq { top:3.125rem;left:27.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKnvzaiT5UgADVRCQ7pRnXlwepzez0Z { top:3.6875rem;left:27.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTVcamG2ZU89IhUPJXpP77Q5yzOb5s7 { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJSzCxvdpJpbtMQpnUnE3tPOCbmJhw9R { top:3.75rem;left:0rem;width:9.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { display:block; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { top:3.125rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { top:3.6875rem;left:23.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { top:3.125rem;left:27.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { top:3.6875rem;left:27.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecShDalvvqnTrnIhQaSiH1fET49pXWss { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { top:3.75rem;left:0rem;width:9.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN { display:none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PqDox3OTxPUMGgsmdlBbmqb30wtG9BOK { top:1.875rem;left:0rem;width:13.8125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WITv38THQn9dTqtzAdAUIQbZhqU3wtka { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWJ2ooo9eTldQngV3HqcXQn1dkzptiP0 { display:block; }
 }@media only screen and (max-width: 763px) { #PXe6ZZnAveA93doxaDv2a905FT6mJ5i1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCJa5sGX0SEBxsJNTo95qT0zvxcwA8vT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;background-color:#1b1666;background-image:url("https://images.assets-landingi.com/uc/2e11e3cd-da4e-425b-b088-dc1550e0fe21/main.png");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;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:2.125rem;top:24.3125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:20rem;height:2.75rem;top:26.8720703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { width:4.125rem;height:4.125rem;top:4rem;left:14.6875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { width:9.8125rem;height:1.625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9Vxqkb8zThoNJ0VD7u3PMhGsLoPEMC { top:0rem;left:0rem;width:20rem;height:35.875rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e4xHHT3XM1pFSAAPTdk0a5hUo42SJNlP { display:block; }
 }@media only screen and (max-width: 763px) { #Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW { display:none; }#Bl8yTd4zDiaUsn9dn9cAQfi73ooRzwmW > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l8IfB2LKlum4lBn3ZxSw2ZiwTNhBAoMG { width:17.5625rem;height:6.499rem;top:4.0556640625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykmBuUfBhBxT12CbNKeQ9uBp5ZbH2Sb { width:20rem;height:1.6187989556136rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiH9A1hI6C084mzN01kElOzG84CcbZbQ { top:0rem;left:0rem;width:20rem;height:11.875rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aTCmGlOnMT8bTFvhx0kh01LJMRV72fgz { display:block; }
 }@media only screen and (max-width: 763px) { #MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP { display:none; }#MGXwNiT7MWcVTucf3UaB0rI8mqgAShAP > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFZudVTQp2t92CR6kSXklBWFIHx6yM3E { width:7.375rem;height:7.375rem;top:1.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMZJWWs2I0ZOy1L9mQPBEUUDsBDzNUb { width:11.125rem;height:3.8994125rem;top:2.9453125rem;left:8.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkLe2PcsNcTqWotmf2Wp2HaCVBkTtWT0 { width:7.375rem;height:7.375rem;top:9.0703125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A8ixOgLh2f0z2FzofLLbMT1gNTfZ63 { width:9.5625rem;height:2.5996125rem;top:11.58251953125rem;left:1.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DQAT2KlbZuIoHew93SFUWiVksJf1SWNN { width:11.1875rem;height:1.29980625rem;top:18.54541015625rem;left:8.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iNESDphMl6nWZxit5iRAVogJCX0w6vmi { width:7.375rem;height:7.375rem;top:15.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofHLGvsUWk16miIu2LlKds2KmrDLiJMp { width:7.375rem;height:7.375rem;top:22.8828125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1TdTsny6k7sLhsAXAd0WlzrSePLSkH { width:8.4375rem;height:2.5996125rem;top:25.27001953125rem;left:2.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GPVqwRvxHIab8B5G9omP4KZwD50nptod { width:20rem;height:0.0625rem;top:12.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIyztPSgXt6TUh12op1cLT9M2BIERVDB { width:17.5rem;height:3.4375rem;top:31.5625rem;left:1.25rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #aPyb6r7za41oFTaQnBxzkwWpSeXmzvTo { display:block; }
 }@media only screen and (max-width: 763px) { #tOEOXkrC78lNtqDsHeMzZmPgXVMzZFhy { top:0rem;left:0rem;width:20rem;height:36.1875rem;z-index:100025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GH18CemkQXzWiMIXyo9HA49hcE3UVeeZ { display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:4.798825rem;top:7.3984375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { width:20rem;height:5.3994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esKbsb7vIHl0h05cfR0RvtPvGBlwh1SO { top:0rem;left:0rem;width:20rem;height:14.1875rem;z-index:100026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uqGsBiImSslwzItanQwJ26zRN6gveeey { display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { width:20rem;height:1.5rem;top:27.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA { width:20rem;height:5.34911875rem;top:30.25rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#g8dgn8E1Iks9UdcnkDx2T5nfyvQEXszA li:before{  }
 }@media only screen and (max-width: 763px) { #bsERmsnIAN2h5GmK8clLqe6TLCgBG9PX { width:20rem;height:25.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { width:18.3125rem;height:5.736325rem;top:36.84863125rem;left:0.8125rem;font-size:1rem;line-height:1.2;display:block; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ li:before{  }
 }@media only screen and (max-width: 763px) { #vABzprJxL8KM5pTiaQirIKtANeTNuSoq { width:20rem;height:3.14941875rem;top:44.8701171875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SMiQe2kuLSZcf4xovTdX98s3Py3kPShN { width:20rem;height:0.0625rem;top:49.60840625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcwBUPbKUTvUI0HfBgUlWSTK58Ta7NNV { top:0rem;left:0rem;width:20rem;height:50.3125rem;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fti6yAzpKQFarnoSumhVickO8m0dADIx { display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { width:16.4375rem;height:5.3994125rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { width:20rem;height:15.5961875rem;top:10.625rem;left:0rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:39.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb { width:20rem;height:8.94825rem;top:28.3125rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW4mk4s1XkuweTt0Opb58uc3bTeQBgMb li:before{  }
 }@media only screen and (max-width: 763px) { #Qox2COTBpVp5DhPnqfylS9utzrpsaDIa { width:20rem;height:0.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WwXCVfGWqObcbVkMGtOkTWAhTzCANc { width:20rem;height:0.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJTz7Xxk8I4CBZwbpz69TIEXRwzR5rG { width:20rem;height:0.0625rem;top:36.658203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhsqbeypNUrQvmnRdOuuXPLPFhtHrSzo { width:11.6875rem;height:8.5625rem;top:2.125rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eeDU1q07iNbUDsB4IV4W8gesHndr0ZXS { width:20rem;height:3.14941875rem;top:38.6005859375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hZTIz7UMV6x0qXaZOOgyopQucvHVu2ca { top:0rem;left:0rem;width:20rem;height:42.9375rem;z-index:100028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #INI4SpnXloSmEUMvON0fLnI5H1i0AyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9xsot34daQ027cIVq0iiWJPKzt9HZ60 { width:13.5rem;height:16.9375rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { width:11.3125rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { width:20rem;height:6.82325rem;top:16.625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AQJBbygCTPFDGoVcXUTqsE2OTCnm1NAZ { width:20rem;height:5.6860375rem;top:28.01171875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #znE70ZOHvw8vbz453T6kFyGs0yGRGOAE { width:20rem;height:1.94970625rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp02W2PnQJJKiCeVpsPOVmE1aZp4GOk { width:12.5rem;height:1.94970625rem;top:26.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcIv8hOVkGgFh0ff1dixDyVNi0DTA9X { top:0rem;left:0rem;width:20rem;height:36.25rem;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bNPka7lUAhGkM02eeEaCWiJ0oTJi18LT { display:block; }
 }@media only screen and (max-width: 763px) { #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f86ecbd0-825f-4db2-8a24-1cc3947041c1/202203BodyPowerPati076.jpg");background-position:bottom 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; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.adaptive-delivery-prevent-bg, #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.lazyload, #FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba.lazyloading { background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { background-color: transparent; background-image: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row > .video-iframe-container { display: none; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .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); }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { border-width: 0; border-radius: 0; }#FrtBPAIpSgM2sIiPPzUAFnQ1RBghysba > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEW3WPbm1Tn5EpBLMUBDe8lbASy8XtOT { width:20rem;height:6.9873rem;top:8.77001953125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sT6VAA6bFV9vmSUhWgevlzTlaD3mKLuH { width:17.5rem;height:3.4375rem;top:11.18212890625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C75cmqnJDDCbQTUBAnuXuJpL9oKOoLcR { display:block; }
 }@media only screen and (max-width: 763px) { #WA4deL1znNc3U21CoZOwGHCpVyf8eal8 { width:20rem;height:8.3333333333331rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TitONUggB0oKf8ZRmOnedirJrIwUmTkP { top:0rem;left:0rem;width:20rem;height:32.5rem;z-index:100030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vHuKaLXdJO5cS8fL8wXFeRFNmfEGyMKm { display:block; }
 }@media only screen and (max-width: 763px) { #Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container { background-color: transparent; background-image: none; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container > .video-iframe-container { display: none; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row > .video-iframe-container { display: none; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .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); }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container { border-width: 0; border-radius: 0; }#Z6CA1Hv6B95lTquKFq5OiFWZuHHg5qOv > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCZtA1kVutU9BVKp70v8EOut3rUnLB2W { top:1.44970703125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:100001;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6WrHulk9KoLRPDFVhZT0g3fEcD9NOt0 { top:2.0986328125rem;left:0rem;width:20rem;height:3.25rem;z-index:100002;font-family:canela;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xSrIqMfg6lXrPZxPHnbTZC8UP5BhICUx { top:8.5rem;left:0.1875rem;width:4.5rem;height:3.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CGBivArz9tLedklVpHDak0zXsQXdRSZ5 { top:8.6875rem;left:5rem;width:15.1875rem;height:3.41161875rem;z-index:100002;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hiPBnA3FTfPaly2ClxXiPQdWAfV9FLww { top:14.125rem;left:15.6875rem;width:4rem;height:3.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vaxy2zGMDTpfVtTclnv31FCu4TSspM4q { top:13.5625rem;left:2.1875rem;width:13rem;height:4.548825rem;z-index:100003;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sui6lfxr2iPGX7gNomxiu0wdrlIlBQKT { top:19.5rem;left:0.375rem;width:3.875rem;height:3.125rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTp6LhKJfdNgPKTwfSfdsqomHlrRfxew { top:19.9375rem;left:5rem;width:15rem;height:2.2744125rem;z-index:100004;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k1lE06IJOUM4BtTwwaLK661NGyIfTv8L { top:23.9375rem;left:16.1875rem;width:3.8125rem;height:2.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #imGTcXdRhTbp2CZ513pAzAXVUcwp4hct { top:23.6875rem;left:0rem;width:14.9375rem;height:3.41161875rem;z-index:100005;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I8Pd02tL4OTVw87AZHMwxgftB7loPsFC { top:29.1875rem;left:4.875rem;width:15.125rem;height:3.41161875rem;z-index:100006;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tJS0o7f5fkM6SeV0p9dKXzu8wLLGiNT9 { top:27.75rem;left:0.875rem;width:3.125rem;height:5.0625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GsZUDfsUf2gs8r393B9XfSML9421KbTf { top:5.3486328125rem;left:2.28125rem;width:15.4375rem;height:1.4624rem;z-index:100002;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isF4Tl1wqRf0ixwLJh4SQHF8XUIpS7rn { top:-0.0625rem;left:0rem;width:20rem;height:34.625rem;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hKhmm7fwy25NyqWxbpSubh1bueAiecaS { display:block; }
 }@media only screen and (max-width: 763px) { #J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container { background-color: transparent; background-image: none; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container > .video-iframe-container { display: none; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row > .video-iframe-container { display: none; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .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); }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container { border-width: 0; border-radius: 0; }#J0igBcN6DU9Eb4cu44wcwBXi1TgcM9wp > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkbSHi1HmFoof4rZaI8NxuuFMC6h3RVK { width:20rem;height:1.617675rem;top:1.25rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #fZKcLXP6UVfZOJh1oehtf2LQXM4BzC3C { top:10.5625rem;left:1.375rem;width:5rem;height:5rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SU0wiVmJGJhwdXrUgDzzDqZTqKuf49m2 { top:10.5625rem;left:7.3125rem;width:5rem;height:5rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UJndvCX3QOnxKXTb33CETwa4Xs1knUk1 { top:10.5625rem;left:13.625rem;width:5rem;height:5rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bGt2vy5bueohLviBXAAMt0vbz96uBPJX { width:19.0625rem;height:6.499rem;top:4.05078125rem;left:0.46875rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #ErgsIbQgmtD6v1c7AAgsMeprfkMpQWtW { top:0rem;left:0rem;width:20rem;height:16.6875rem;z-index:100007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VsQErtSnhMymZGWw2VnZ8qTcQ59D6IEn { display:block; }
 }@media only screen and (max-width: 763px) { #eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container { background-color: transparent; background-image: none; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container > .video-iframe-container { display: none; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row > .video-iframe-container { display: none; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .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); }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container { border-width: 0; border-radius: 0; }#eNbx1rhpFwCuNWZHmlpT6AurLsJU0l7t > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzxKzIop8yX7u2hDBDmHAXU7yX4tI3kC { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwG99JXPHRD4q08V2QWlrTaeSK2cs6Fl { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxqhyOnb9l6ItDxFfiRuGUyU42d7pDFq { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKnvzaiT5UgADVRCQ7pRnXlwepzez0Z { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTVcamG2ZU89IhUPJXpP77Q5yzOb5s7 { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJSzCxvdpJpbtMQpnUnE3tPOCbmJhw9R { width:9.8125rem;height:2.5rem;top:0.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN { position:relative;z-index:auto;display:none; }#NrMkfpqWsge3NzBk0zpJdRTyHzFWlkQN > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNTQOmQlDz8shRLS2FlwRVuAFOmAkW3C { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu9wI2u7eq9ETX3PkngvcyEcetWPw0U { width:2rem;height:2rem;top:4rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thu20O8VrqWOFKrdxWi9OzlXwTlqdWQC { width:3.0625rem;height:3.0625rem;top:3.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrRMfmlSb5humifPIEZGdknWROgyI3x { width:2rem;height:2rem;top:4rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecShDalvvqnTrnIhQaSiH1fET49pXWss { width:18.75rem;height:0.0625rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvBxM2y3Xi3zrLAG8saKVeHO2FctxzLh { width:9.8125rem;height:2.5rem;top:0.9375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN { position:fixed;z-index:199999;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a9131c5-ae9b-4775-ae2c-0f97ac7b43f9/CTA.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;bottom:0rem;left:0rem;right:0rem;display:block; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN.adaptive-delivery-prevent-bg, #b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN.lazyload, #b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN.lazyloading { background-image: none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container { background-color: transparent; background-image: none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container > .video-iframe-container { display: none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row > .video-iframe-container { display: none; }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .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); }#b3nkXnaNwmkkLuob4oKB1x1vz92bdsFN > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqDox3OTxPUMGgsmdlBbmqb30wtG9BOK { top:1.875rem;left:0rem;width:13.8125rem;height:3.89941875rem;z-index:100001;font-family:brown;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WITv38THQn9dTqtzAdAUIQbZhqU3wtka { top:8.9375rem;left:0rem;width:20rem;height:1.9375rem;z-index:100002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWJ2ooo9eTldQngV3HqcXQn1dkzptiP0 { display:block; }
 }@media only screen and (max-width: 763px) { #PXe6ZZnAveA93doxaDv2a905FT6mJ5i1 { top:0rem;left:0rem;width:20rem;height:12.1875rem;z-index:100003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oCJa5sGX0SEBxsJNTo95qT0zvxcwA8vT { display:block; }
 }