.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,234,231;--color-primary-1:255,186,177;--color-primary-2:255,117,98;--color-primary-3:128,59,49;--color-primary-4:38,18,15;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:27,22,102;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"brown";--paragraphs-font-family:"brown"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7562;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { border-width: 0; border-radius: 0; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:none; }#fwGIfvRJaXzkGTKzVoBi0Ute2Sq2u693 { 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-shadow: none;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:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:7.5rem;display:none; }
#xg8k885vdkb2ttVCrFqEr4mgRlokLJL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDtGv7FgnBHniKhDUsoaBp4pXXn1BIuh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:0.625rem;left:30.125rem;overflow:hidden;display:block; }
#hbJutQrcwmMXuML6FM2aIB6uz9JVoySk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #pVybOAmw2OXPtKFginaOOGU2K9anazu6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #TRZZJxmC6L5QRJvXnesgKzXA6gIGxmAe { width:auto; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #AS9ilx2HihryMT0v5MnMzQOb3hX13H1H {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #xPortTp0fHPKMCbRxdZif3FDL5k8ncqH { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #ee2n5teq9x3vfThZZTRQuh96hNDu8Im5 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #BlKN621xV7sN5ezTsAucVOnCGBB6xJI7 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #XQbgtyZhcy6xg5cO6IHZ3yNOrDFFLxyg { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #tmmbtd0yVRwFpebiwbT5yBezgO3AQTEb {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #qvSnVFsCef4cghhtDgabGzTCefoIG02r {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #FhFKN65QoDwvDtVWBZ5Z7Zfp2mqKcngd { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #EQZTHf0dHe5QkIt8tTNaENJ02tKw6IFf {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #cyEQDTfF3ZSlQq8dThJ276VqR2K1sahz {  }
#yExbUUnLvT2vcL6h0CuSd8TMUmRALhtF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU { position:relative;display:none; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU { border-width: 0; border-radius: 0; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iZT1XCTMxbQm9VXgtqvI1lOPCNM845we { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.3125rem;left:7.5rem;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #voLkQMGgToT5EuS8ZyMXRkGAk2AHUO5w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #JCdmtB8TbhyL8S5LRrDBPwdnl6SL9xaC { width:auto; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #zpJ8JlNTkCNqPcAUwgCIghe2i7zqzg8L {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #vUEH7l0EqL6XLC3UhXC512g7MxT1sVNV { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #xzN86fnaFZcHdauE9ikRKVlm0OR7fTG6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Q2eQ0RW2yW3lLQxbxtgKoWn5pb3N0X0W {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Al3vb4I67PyrQdNWP2UO6t5aZiU68OSf { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #p7dALQTdronFuFx1fJwa665OTdblBKz6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #TySmQZ6i5I76TDhVXlkIKNuhS7RGF6P4 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #H3rHmnvcTSqh6EeA0XpwaBrT6zKz3NgO { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #VWMMSEMyTeDK1y7zt4ur0F3RPrxSXkfT {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #OTvJC6eOApSwgMRiSoGXTmXaFVevpnl2 {  }
#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { position:relative;display:none; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { border-width: 0; border-radius: 0; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V { position:relative;display:none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V { border-width: 0; border-radius: 0; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qbLFC6xECr9941NEnhPmUQGG97ldOWMs { color:#000000;display:block;width:22.75rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.5rem;height:8.125rem;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; }
#isJyD9XHDdRqQTWFf0QQaFwXn6O1laXW { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:7.5rem;display:none; }
#m2PpCNTaapkCnwEeNECeivUxbuIM1Whp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NIZReFpkOtUcZ0cOZIUX0THd2MXk8Zqz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qdlWDbcLg5DnLnar2DVbvtlsKW98rmnq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#k5raga0BsVGBznHTEyVtgkFpfPr9tXII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Rw2cGoTpRGDZJRlN2Ha5SBt2JwMRxGRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zqHfA3wc8yoT50KQaDryOh4aGEusFIaE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Te4ulewGumJSOys1WcRAC2s4AngZrfic { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GOnnNzW6ZVR3os2xGzMkgMzlWsQcE22A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dpaL8J5gML3maQGdmlfSrfuG4Npq1lah { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZF7phemsTGTcekaAJ7frlc0ylx7qMuin { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#umCTsTtseRr4bFvVzf3QCec4IgtDrTvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KgFLcGMvzpf8UUPzF3A77Cb6nyqOIEtn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:29rem;display:none; }
#JWKEFKFJrBzowTlhiAuBQcxaAeleN8hq { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:none; }
#JUliiFttlbXtFbT263m3ZMRh2ASJfP3K { color:#000000;display:block;width:22.75rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.5rem;height:8.125rem;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:none; }
#lu8VtfABDVQVn86xDmdbGFendk32miiF { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:38.3125rem;display:none; }
#AbnmXKLQzZBDfTlJqeR52RaMbTmFdxGf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MC0CFnMpHphSutF8JofGlg13VDbHZORV { position:relative;display:none; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV { border-width: 0; border-radius: 0; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kb1kMOGK6wBtZqbTwPan9XKTwZNdn5lX { 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-shadow: none;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:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:7.5rem;display:none; }
#KKrVGzskUrFgwQttz1KsLvNPsvfq2H3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iynzlN4LE8qUc7dRkVIKBdmQ3awIvrdh { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:32.4375rem;left:7.5rem;display:none; }
#tT6FmeEFUWDuSBPQCTCfRrwJr2AO5SmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ { position:relative;display:none; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ { border-width: 0; border-radius: 0; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n8lEOIVwLIHJrU76KGAZV8W0QNmyMdtb { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:20rem;left:1.0625rem;display:none; }
#atWCTzhuUr2kxHlTicHl3d7LHC3s47J4 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:6rem;left:0rem;display:none; }
#TMizsely1U55EepTzaBaiuKadiCcRWWm { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:block; }
#NLM3GpwCMIfMMcW7LxPfZmwfGVQGueeT { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:3.93676875rem;top:33.0625rem;left:48.1875rem;display:block; }
#hKTmlMN3Sm1Ely9A8n1wZCyAQVSpAb9o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75.25rem;width:58.5rem;display:none; }
#ZzTpFQbHiAEkEn8zOzaLFvJ0lT0Di6Sb { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:27.3125rem;left:10.9375rem;display:block; }
#kvQNA8fh4llBArfscy8JwMuGoBz8x4TQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#g0pQl8DX5we3ypyvckvBOvgaLBKvpShq { color:#000000;display:block;width:5.125rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:4.875rem;top:22.5rem;left:10.9375rem;display:block; }
#BAK8Jar5f52HuuygenrEuosmZcTDGo95 { color:#000000;display:block;width:1.9375rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:2.03125rem;top:13.5rem;left:52.625rem;display:block; }
#BXTFt7TMt20wyFa99ZumaOlHGRuBeU48 { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.05625rem;top:12.5068359375rem;left:48.25rem;display:none; }
#aVtuhbHJXx2AS4ck5nkuTEi2TLVKDGnu { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#W01yvCyOoWe5QTs0vvLU5U9nTU6RUXhI { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:4.875rem;top:2.25rem;left:15.5625rem;display:block; }
#vptEJ01bb5BgzIkR2mRySgA7ILJ0v6l5 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;height:2.03125rem;top:24.8125rem;left:16.4375rem;display:block; }
#ANOhwM4bldiBTTu8GfIrdWO6zKlmtJmB { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#di0Qis4CFoVgmywNCQKgVFKK8FazScTb { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.05625rem;top:12.5068359375rem;left:48.25rem;display:none; }
#qpX89ixdLvKM4wX5MrHOaxFVOmdTO6J1 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#HwupGXmkRBfDXA5h70HBrA1TEGfwzSrA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:block; }
#tgXMhDyIykLEEsMXtNowNT5hBBWxDKI4 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.3125rem;left:49.5rem;display:block; }
#NpIPqcNrtNRnTTGiKGaSfTzi6B0GdOkz { color:#000000;display:block;width:1.875rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:2.03125rem;top:4.5rem;left:21.625rem;display:block; }
#NJOv6erZubO0sR5VQ7XMLHC3RGfnTXR7 { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.05625rem;top:12.5068359375rem;left:48.25rem;display:block; }
#PXtF0AZ7oOfiQNRlE65KbZzXKMyszuaq { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#cy9dltJLerhcapAHubPfSdT9h8qWcX3S { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:19.96875rem;left:14.4375rem;display:block; }
#kKBwTfKs23QBrPq6HwyKRKAeLtvq6ATp { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#v3yKT4osQwNeAlevps9hK6D2GzqMdUKS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.4375rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#IOxe0QNNo6A6QVLbQJsAyWiruqSJfkLn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.5rem;width:40.5625rem;display:none; }
#OZ3Ozu1nRvKxt6BgGHJ0s78PmkNQt0nK { 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-shadow: none;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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dnOekN3oRT5nuJHXVVGGcttMTI4x5FSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhlCtphaf6RrGbweTWAUOB53Xr2qukZl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.625rem;width:58.75rem;display:none; }
#ZNBSPa8S9GKRzLuyJP43oLKZtXW7RhMW { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:45.0625rem;left:0rem;display:none; }
#EEDR4T86w6M5itpko8GxXWI5SLZWFklJ { 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-shadow: none;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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QdFgIV495ECxkX2IaCyfJDBfFPRnA79T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGeZPhiGM8hTLwfIPQtAByFmkGhlTO6t { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:57.5625rem;left:0.5rem;display:none; }
#LK09FW4BNUa2o84so8TWyT2otDF6HRvN { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:block; }
#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { position:relative;display:none; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { border-width: 0; border-radius: 0; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v6qHr0atQlfKPFEc6Gnt3HSkzwukTEFa { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:0.28244352340698rem;left:7.5rem;font-style:normal;display:none; }
#kUVPf70vWPzn44heDFR9STcgAgtigGIy { color:#000000;display:block;width:30.374875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:2.456814289093rem;left:7.6875rem;font-style:normal;display:none; }
#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt { position:relative;display:none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt { border-width: 0; border-radius: 0; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ghn5TDEmGNTqyAQtqHg1KWiocxiqg6FV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.6875rem;left:41.25rem;display:block; }
#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV { position:relative;display:none; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV { border-width: 0; border-radius: 0; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UWomBLrsRpsO3ORDBVPQnRwh4UPJoUw1 { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:block; }
#apmpcoenAzaRgl6rOntiBsnXP7l4XeTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxOLv0oALN6tof4MOJI3Kp6qvFHse9Eq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.5625rem;top:1.4375rem;left:52.56689453125rem;display:none; }
#oFHSiU1NQSik1ub771Pq7gx7q9ofaiXG { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:3.3125rem;display:none; }
#qnu3W07roqA0VIPXFzi0EifmMEguLFMm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:12.5rem;display:none; }
#hMJFdcucSvxb2n9HNQCvERMAlsyl9kDB { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#sHIvoiMfbpDuDCSHFzTPAMcxzXJACag7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xf3z9Q9atTHPmewKhHCuuyS9AzHNbVpf { color:#000000;display:block;width:8.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.5rem;left:10.8125rem;display:none; }
#bKIVbMvyIAlGShXnudQxLPcO8To9HXls { color:#000000;display:block;width:7.625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:0.875rem;left:11.3125rem;display:none; }
#mmiXcbo6zL6rHJhXGE7qFcFobQ398F0T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,243,255,0.39) ;height:12.5rem;width:12.5rem;display:none; }
#z8fdlz62LgqGkQAky3VnJ8RFcDfb0CR9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hEczvcvNWwd4FetKJJ9wNMwxJcxFinNZ { color:#000000;display:block;width:8.125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1.5625rem;left:0.75rem;display:none; }
#FayMosSa9e4K5o3L2bTw2TtKAWkkxyQ6 { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#BDzbxvKVsW05uuKq1XMdybSAEgwTWnLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bsUfRoDJ9h0U8w3Td1RtFNIIbffOC8Xb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#lqZbF6k2u4QgyFmPEyOXepOpd1pOKn0T { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:3.3125rem;display:none; }
#tKyn6sPMVmaoZqfDbfUBivMtxwwRQHTV { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:3.3125rem;display:none; }
#xpN5uZqzFVkN1rHAUtSocXuJqi7qoiAn { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#k4cO1fCCfbJKQecNP6Q2DqhDapzTiNR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxaOaeSwTmh1stg5oRTumdox4TbCwJVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eZgEZo6NoRT9seZTgDIoEPpMoa1VIDZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xqDplraNHcThFSR8e4JV27fsZGUmuBel { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.875rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#FM9yp5vXE7lhZdwPxAIpqtFcy3cw0fzN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;display:none; }
#dkDe6yhQbfDtTOOXsfrZAJlJOmLuWCzi { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#DAPsEPN4hSx2H5LCsT0sKsDS8R2JSAKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqUfTU5LsSLOcICdJ8LWJ9s2GbIvOCdT { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:brown;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:24.6875rem;left:14.3125rem;display:none; }
#NSbCyaNpfm61kpi5gMi5OusxTvlAPfZC { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#osQKcgxzgJusT85N9fHzwGrnoB8Evxpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOJz7guGadGB7GcXfaBuTcpXWTXXzgZb { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#PCIHdMaQVMBZkZUZzy7Ti2fvMlzQaJSP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBWxXo3nUDxhwu5G7ru09WHwzWtuQCuB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yLNmEPCS6d7T1CQXLyPxRBLeoLXwyM7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#A1APkMcTEF35q2QRe1flTiLMSeE4iyfG { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:3.3125rem;display:none; }
#lIt5pGSdBi7MqFwAmqJNJQpVIcFbVD52 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:3.3125rem;display:none; }
#GDoyTzGyEO3GyoHXNEmKTrXOA2C2Vzva { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:3.3125rem;display:none; }
#BwTtScfRsc9BAC6w0NgOZ6DxZFvK5fL8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cNWH0dbWaPPu4NNa5mzJ3EAoDkxVUtyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uhO6XPZ2B0L8gVV7QMeh92bsBZfRPr90 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QJcc6H1sn1i2dgyzpJvw5TQbovidepOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;display:none; }
#QxX8uthUOON8hOvmJgnBbxrNElboTixk { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#dc7Zxr1TOgxWn82c6sWJEGIgTqBZiyRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNC1dHHOlwGGl8BecDgu5A5IkHf9w8Td { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:brown;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:24.6875rem;left:14.3125rem;display:none; }
#kyUAcyH74CDJi0zVVJkWt0oIGoDRg1HG { background-color:#1b1666;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:3.3123226165771rem;display:none; }
#XOPNTgceoaUpmJ1X4bAseFDXeBALXw2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymK9tJ3A50SkvNkZR66yikNbPT3e4SZb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.875rem;top:1.71875rem;left:36.5rem;overflow:hidden;display:none; }
#J4vBr8bGdcxffmhHw6WZoRGmd05QdTUe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LT2NAlrRnc2i9xo4htxU60CxPChruWdz { position:relative;display:none; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz { border-width: 0; border-radius: 0; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CM0fB3fcrPQlu0eMOyATEUTwdvIigopr { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.73730625rem;top:1.25rem;left:23.8125rem;font-style:normal;display:block; }
#UED3cQxLUNZnK1uZA3SBxXz3fbyTRpJZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:26.4375rem;top:10.125rem;left:10.4375rem;overflow:hidden;display:block; }
#y2VrT7OiDD6IAVEycC4LNtnTsI2vAyU2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:14.3125rem;width:29.75rem;top:4.8743476867676rem;left:37.8125rem;display:none; }
#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi { position:relative;display:none; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi { border-width: 0; border-radius: 0; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .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:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bZUMAhtEPXiPTlKBqbTtdfNznyiVsmRd { color:#000000;display:block;width:28.25rem;position:absolute;font-family:canela;font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:2.47504375rem;top:0.062171936035156rem;left:-28.25rem;font-style:normal;display:block; }
#ep20VKO0XoZ63WCFhXAE9Ag5iClKsTaf { color:#000000;display:block;width:28.499875rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.68120625rem;top:2.4991149902344rem;left:7.5rem;font-style:normal;display:block; }
#itkgkMSi6nM5XqmQ4HpuTkgSWhvyKFMZ { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.89795rem;top:5.8740234375rem;left:7.5rem;display:block; }
#DsNEKZuBV2DfMHe4s91AtEKT7Q7TzWgm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:29.1875rem;top:0.17904663085938rem;left:38.1875rem;overflow:hidden;display:block; }
#DkmbQRTdTpU0TDP98DV4QsJFKWoLMGBU { color:#000000;display:block;width:17.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:5.1972625rem;top:20.49951171875rem;left:14.125rem;text-align:left;text-align-last:left;display:block; }
#Mqkg4MIGqGUOrDE5uVbNP8akItE1KnMa { color:#000000;display:block;width:19.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:3.89795rem;top:13.062286376953rem;left:14.1875rem;text-align:left;text-align-last:left;display:block; }
#pXGPckUKC7HuCbSB5TZOMiLfLJp4Fspa { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.3125rem;top:18.431640625rem;left:7.8125rem;display:block; }
#tU9dbx10oPflwIy2hnfJW9p18E4iWH3n { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249875rem;width:5.74978125rem;top:10.146606445312rem;left:7.5rem;display:block; }
#KeUt0BLb9HUVohIFWtMzxZR5q06ddeWv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.21875rem;top:11.124450683594rem;left:14.1875rem;display:block; }
#t9ac8rmyX88bXT0TMuPL1wsvTer945wV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.21875rem;top:18.812408447266rem;left:14.125rem;display:block; }
#Bnpsen7KqQ4rTrBEk21ILB9Er1Q9WEf5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.899963378906rem;left:7.5rem;display:block; }
#yhef3esEdUpukcaZ9eAfbDioCSqeKEVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDpn9UiI6Vz0b2FF9Of4tnSWoe5o1cWw { color:rgba(208,192,134,0.3);display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:10.933929443359rem;left:14.125rem;text-align:left;text-align-last:left;display:block; }
#IiHiIQIAtyEpAl4sae8NOqwPa7MMPnVv { color:rgba(208,192,134,0.3);display:block;width:22.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:18.683807373047rem;left:14.0625rem;text-align:left;text-align-last:left;display:block; }
#WB3dLeSeLLnxgQO5HeK4yF9bLAnu9XJs { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:4.875rem;top:10.954437255859rem;left:8rem;display:block; }
#V4cGy4L5T9RQBiAdVcIKINc1eHZrfsls { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.125rem;width:4.875rem;top:18.501647949219rem;left:7.875rem;display:block; }
#ONqbGToEHCsB4TeeSkZuQP4Lw5mrvBvP { background-color:transparent;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-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.3125rem;height:31.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.2939453125rem;left:19.5rem;display:block; }
#oB8Z7h6AsJZNpudHv5W7wWTUuf7HEcN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A { position:relative;display:none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A { border-width: 0; border-radius: 0; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AM1hzMkOW21xeT3nK67JLdetidXhQV77 { 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-shadow: none;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:16rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.079861164093rem;left:88.0625rem;display:block; }
#RgcunKJqQOb6TRTWmxmnC1T3PmLeCEw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW { position:relative;display:none; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW { border-width: 0; border-radius: 0; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i9mVZXctZyIGDlqa3NNMLcn1P4yfsttn { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:8.5rem;left:0rem;display:none; }
#TGL5iuwK6J98SvhbKwsPBaOFhqQf9gio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wGOsc5fPEGHWqGwg8yxu2FlVwuIJrW0t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fy2z8tt4TUq89svEmS5P0hTncToceMDG { color:#000000;display:block;width:14.25rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:7.9375rem;left:5.8125rem;display:none; }
#sWnZImak6CNarInGOHRlspVFDyXonKQq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#lSdLQT9eaqn1dTre3r2DpXmUNtaJIqUP { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6rem;top:29rem;left:2.6875rem;display:none; }
#C5TiJ8x5MR2W01wvmh9NSses7dv5zM8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TOa6qgG0UfoyTFEnMQXJrgf080QEb60H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LTvoGbWbBz8p2QVmEnFoWXaDnhs6sd3d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cRTDB91iTOPxJkx4VJbi2qMGCvLzr6Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bD0VM0yLtCP7Q2fpTUThy0SbGbzGO0RJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dGBIm1ovxF84JfDnsrcvgvC7NSxUqtTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w6MaZBTNQTP2LzUuNOykCmTiFAhuRwcu { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#IJKGPRhwCyoEv8ASThO7oWWa5VsepwAU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#C6FHlKKVcrPsV86f9gKmUE1yuu9hlLR2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eH91Jicriw7iQ6iv06Tie2izq53N5Q7I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:5.375rem;display:none; }
#KlJRPTr7d8MgPALuLAW7DOFLOs6EF0Ht { 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-shadow: none;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:15018;text-align:center;text-align-last:center;top:17.98046875rem;left:3.25rem;display:none; }
#iUuRqgQ56eREmnQV3mNLDJiHuVZZBNw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhrrSNAnHX2fm8RZSapWDvlvRBnbLwGX { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#NlUPCkmSKu70kT45KvDvHsn0cTF70kbP { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:39.625rem;left:0.75rem;display:none; }
#z6TTlUKcv4MhvaTr4gbcn4CCMWEZhcKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZJ7WCyiqz9fbmquckkQUGT08tJCxaF4e { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:18.5625rem;left:6.4375rem;display:none; }
#TJRbIhDuvrZwvhxkrAzW1KJeuX8rE1po { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:5.75rem;display:none; }
#DH5FipngBlTWP2FCwuRMPOi49Zn2iBc2 { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#yTg64cpNtHXnu1unGtSTT0RkGSX7szwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae { z-index:;position:relative;display:none; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae { border-width: 0; border-radius: 0; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#cHvmotWhBnDCNgwO2uMFXCPpRsSwR9bA { color:#000000;display:block;width:3.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:3.875rem;left:19.8125rem;text-align:center;text-align-last:center;display:block; }
#vZA8WPIaLtVGLDPkLhZVhIoZE3whBzss { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:29.25rem;left:19.75rem;text-align:center;text-align-last:center;display:block; }
#gziskfiKhGD8RfVKzLtOmnURwS72ngwQ { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:block; }
#hgDmoo52edl6NmvhIPFDXkrdnVl3A2Qq { position:absolute;display:block;z-index:15000;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:28.875rem;left:18.9375rem;display:block; }
#dyu8ZTTPDgQsBTxQ23v5msUoMtfxydK3 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:3.625rem;left:18.9375rem;display:block; }
#WqVwJn7r1UN42JvQPtTklDXeCk8WztAJ { color:#000000;display:block;width:32rem;position:absolute;font-family:brown;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.2871125rem;top:3.875rem;left:33.1875rem;text-align:center;text-align-last:center;display:block; }
#nif47ZtXRrKED9H40FwdTbxlBX2kkXug { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:none; }
#i9sBQ4coiQBwW6EcAMlETCkE3EOFKL64 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.1875rem;left:10.125rem;display:none; }
#bwKVzaIlL09zWgw4TgZHqzFTTgUgIVTR { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.875rem;left:11.1875rem;font-style:normal;display:none; }
#DJKH8eBB0J9B6dGFoOATArwRNbFO1QDQ { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8203125rem;top:9.0390739440919rem;left:10.59375rem;display:none; }
#wbMcLB9DrXQviSN5iISMyTolNTgpeXuM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:11.68725rem;top:5.9108652770519rem;left:3.3123226165771rem;display:none; }
#c2NHgWydaF3wezf6UEq1rbvcrT5bpbsE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.875rem;display:none; }
#h5UN1cKRUhx1VFUiNxkJgTgKpX2mfTLb { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:29.9375rem;left:4.4375rem;display:none; }
#ryUJPp6VTqzoXqUyIRn4qff8HcTl92cP { color:#000000;display:block;width:13.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:32.4375rem;left:3.6875rem;display:none; }
#i7tfNMxRXISVW529FIm7RTTWJhc8JRB5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sOu8FFZX7HVQAks7lmwkzJQnmk8MmnR9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NMgQzxTU6ygvqKC1roUsE2CDr6BwLuEZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Sneu6OKMhGkQAiUoSq6TadNehBv2C6VS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#C8IONEg1TI9olC9g0IENwTtkcxSTdwDh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17rem;top:4.25rem;left:12.5625rem;display:none; }
#LZwMQs3HuVftEB4BkyNKbFIm9Zc7KHRD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:15.875rem;top:4.25rem;left:12.5625rem;display:none; }
#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG { z-index:;position:relative;display:block; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG { background-color: transparent; background-image: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container > .video-iframe-container { display: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row > .video-iframe-container { display: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .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); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG { border-width: 0; border-radius: 0; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DQF6V2OkBQ8bVhGD5RpzHvNOk7lqCpF6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.0625rem;top:4.25rem;left:12.5625rem;display:block; }
#WhOwuCqGkP92IMkoukLkstK0BuIaWA4G { color:#000000;display:block;width:3.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:3.875rem;left:19.8125rem;text-align:center;text-align-last:center;display:block; }
#NNOyTDx5CZMRNoa9AMfMlC0PPEZFZw5b { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:29.25rem;left:19.75rem;text-align:center;text-align-last:center;display:block; }
#sJykiPAMBVp8PHT4IhmBhbVOWOBORhu1 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:block; }
#JzAUIcHbMzssiNOHgfTeLxcbJoQx9A2p { position:absolute;display:block;z-index:15000;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:28.875rem;left:18.9375rem;display:block; }
#rCM1Rr0PhvQAzIID9caCTmZBs4hmPitl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:3.625rem;left:18.9375rem;display:block; }
#DbdXAtvfzfs6W76dDokZn4R2PDd5TqiK { color:#000000;display:block;width:32rem;position:absolute;font-family:brown;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.2871125rem;top:3.875rem;left:33.1875rem;text-align:center;text-align-last:center;display:block; }
#rzVcQhW8enSwgai4MAHWyf5WkUbgfpyH { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#Zg7Xx7rhsit27EBQSR5L3lIgCP22P8JB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO { position:relative;display:block; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO { background-color: transparent; background-image: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container > .video-iframe-container { display: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row > .video-iframe-container { display: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .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); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO { border-width: 0; border-radius: 0; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PVOu7aBnG04oKtfVQAvMJ1vpxyFrdmPh { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#TMsd2umkxv9J3FC3w0USe0a1iD88N8hL { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:block; }
#bgUZXPwNA4nkq6TfP0BSBCG7bX9ewri4 { background-color:transparent;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-shadow: none;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:60rem;height:32.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0rem;left:7.5rem;display:none; }
#ArsQofdcf7l5PZcs0ySFaiyMBluahlUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykLaQ09WCiPkGH1GBhBkQhEtilB4H9ZH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.34375rem;left:36.5625rem;display:block; }
#I5miywWqAZO3DDAMueTs5AVqxor1F8Dn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.34375rem;left:46.900001525879rem;display:block; }
#S4GaXTbsoaHkaMIJyOwcsUPciMaaei4N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:2.3125rem;left:57.299999237061rem;display:block; }
#hXzhpcfxW5OzuHIXwdRS2I1BSJUSt7W6 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#CIBl493BSfb73V4N3lwyrTGDrco0GqRS { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#Zaw5TzSTCDGuHcFvumffBXrmNUp9fl48 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#sxmkfBzsFQoZcApN46dF029AqGKRM8ZH { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#eW7PWyQws5TLD2tqTzANDK9Px5eTxTvZ { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#o8kdBJIzXKLhqeLsKoxbTHNnsbBturGF { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/395547d2-f2f1-4aa7-b297-f4ffcb33eccd/gluteo_bodypower.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.adaptive-delivery-prevent-bg, #RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.lazyload, #RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.lazyloading { background-image: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { background-color: transparent; background-image: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container > .video-iframe-container { display: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container { display: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .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); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { border-width: 0; border-radius: 0; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#ogfZXJl1eWgPhMxLe2cgKTlQok74RQvq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:block; }
#i07VpTC6SI7QhD641NrV8ynvXPQXobJe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:block; }
#nZ83mmi1KQSaZ4DaabvUXNkovU65DkNs { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:2.6875rem;display:block; }
#cilIxPTE4vvRnAx9oaTetWNHdAfHVSzZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:block; }
#EaOTt8uvoUV4Bvr9osZ44pocnPMeXoIJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:block; }
#aBzdawOxXIVv5iXeQr6y2ZP8rthxT9cI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#W8lDEEIXlMhB9rTCQdsmd9GB9rxuKDfg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#es5BEFrVoTgacQMXAHwTqI9agzkuownB { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.19921875rem;top:31.4375rem;left:7.8125rem;display:block; }
#qBHqlM3gT0k1DztcUfL72ghisaTVInCG { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.9375rem;left:0rem;display:block; }
#ty5ZO6NOsWoq0IAGwNPiuJHUvkdkzOhb { color:#000000;display:block;width:6.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:7.375rem;left:0rem;display:block; }
#QPkDBOW4WCAxbHieEUC5X5fRiQQwpcxJ { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#LyAuJwFnSAiNLzgiotyellDbk3Tz6We5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3DS4VSiT9y9eQewBM065ZMXMQBZCeT0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:37.5rem;display:none; }
#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l { position:relative;display:block; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l { background-color: transparent; background-image: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container > .video-iframe-container { display: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row > .video-iframe-container { display: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .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); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l { border-width: 0; border-radius: 0; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kXI8p38ErKw3hmfqcxu2uD7acf4ZWLWu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:11.8125rem;top:1.40625rem;left:3.6708984375rem;overflow:hidden;display:block; }
#SKbAGKatnJ3E50G3EdF2WUHrNAbk6Sqp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2rem;top:2.3125rem;left:63.0625rem;display:block; }
#AeIInSWT4ae58Dv2oCXzuPKAkCTbH8Uv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2rem;top:2.19970703125rem;left:20.3125rem;display:block; }
#TElbwF0PWvtKMbrOdwconwhfPuIAMiOa { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41015625rem;top:2.33740234375rem;left:22.9375rem;text-align:center;text-align-last:center;display:block; }
#isABBFxNTonOsaTiieqkaMlLtuGfITNX { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:46.8125rem;top:1.875rem;left:19.625rem;display:block; }
#AeekBbmVk2Duul02HdqupbTU4ohEcQGU { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:block; }
#nq7VL88twhDRl99KrTb1VxpCnov1MMGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJTiOu7TV7N2Fy2hhhGtHL3uQOA9iT49 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:4.5625rem;left:0.8125rem;display:block; }
#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM { position:relative;display:block; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM { background-color: transparent; background-image: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container > .video-iframe-container { display: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row > .video-iframe-container { display: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .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); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM { border-width: 0; border-radius: 0; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ODO3zLocPzCLvVDodWVqSBsqF7086z2c { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.1875rem;left:10.125rem;display:block; }
#Lo7kkrxASd3nknnM8eSOepLAdc217zDt { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8203125rem;top:9.0390739440919rem;left:10.59375rem;display:block; }
#RbSNzuPdsIcL6UePk7c2rmupLB7FVrh7 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:11.1875rem; }
#WJRr2XJmv5RavihSNFlNpxnDzfHdUZ2s { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:12.625rem; }
#heTAPNrfpoyqyOCdHkVHHvyge5EGnX2h { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:17.125rem; }
#BxI5999LOWpkUDgRk8Zg7T250fDasEcX { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:14.125rem; }
#C034ou7QpLQTRwmOgLOcBhFJFHBsvFqz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:15.625rem; }
#eyEJJdnZrDtlaHctn5225RsfmliuiHNJ { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.875rem;left:11.1875rem;font-style:normal;display:block; }
#zpHKz8X1zs7gUPig8vNDAcTTZucf5bBv { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:1.3125rem;left:10.1875rem;text-align:left;text-align-last:left;display:block; }
#MVMbCM8e847wrTTJWbvfhCJXc8PLxRCi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.25rem;left:29.375rem;display:block; }
#yLZb8TO92L7N54TTzUEbwFBVFcA0AiyK { color:#000000;display:block;width:15.875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:30.6875rem;display:block; }
#A1gVUGu6LynXKeqbBtFCVaJHpTc4C6x9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:30.6875rem; }
#fz87RbZy6TJg7BakPv4JOZ2tEr5zUfBw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:32.25rem; }
#PrDy7kl6mnBLSEqu0C6QEMXvsQ9XuzC3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:33.875rem; }
#uyqOseVvMtTesPddS4wFhcbL9oyBpNdU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:35.4375rem; }
#elbVWCp9HDqhfxGlN8R3n5JX8Zv8hkxe { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.8125rem;left:30.75rem;font-style:normal;display:block; }
#ZMXXXwKQEbriUz2nEA2STLMD855XAR9h { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.1875rem;left:37rem; }
#IbCCVt0XFbw9FNRCf6sbc9WgOcuag0Zp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.21875rem;left:48.625rem;display:block; }
#CeV5G7JPwZPD7Dsam4KcoDhypMn3ubf6 { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:50.0625rem;display:block; }
#lMS4Imv2vmvqOkzKZknA2BybvPfk71Xo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:56.3125rem; }
#TzNQxA3swVCaLKODhiMyIThT4BSbarHL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:54.75rem; }
#JUVTQrv1nDwHuiEGxGi7AQrVw2mELI56 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7rem;left:53.1875rem; }
#B0xSJpwLiVBv4ViQUXTIaTRHbXrToBTU { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.82470703125rem;left:50.125rem;font-style:normal;display:block; }
#sPKquSchx2RuTtbAkyM5bmr69clTeHBl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.0498046875rem;left:51.75rem; }
#vhDKU4BrbHIUzObeTUkTleMOvpSaenWk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:50.0625rem; }
#uhdw1zhWQfidqwZ2lCx7s1UoTtcEuptg { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#Ssuqd6iUUffMFqlrWIodRXT3zmMNQVxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt { position:relative;display:block; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt { background-color: transparent; background-image: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container > .video-iframe-container { display: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row > .video-iframe-container { display: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .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); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt { border-width: 0; border-radius: 0; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .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:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jb3I1od2OiTR0JyZabSn8GOph5JJ8XUv { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7875rem;top:0.875rem;left:0rem;display:block; }
#UGxMEobGWxb62zUK2ws8pbBetowfB9pU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#bNM6ndh7xCzrdZNPXpET0Jek1ap10ys1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:4.5rem;left:3.5rem;display:block; }
#uoSTkQx1ICRkpsSNVCsLL5CEoQ2Q1AU3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;display:block; }
#Hu5fe35x8S8TCOcTkaOpWIiTvFAH8emb { color:#000000;display:block;width:16rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:7.75rem;left:4rem;display:block; }
#aP8fILXIIRzTHCFgRPC5VRwbc8mWJupZ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1375rem;top:11.4375rem;left:3.5rem;display:block; }
#ZGSRwQ2O3kE8gL0fIhzThoZTzmvCV4dd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;display:block; }
#QleCBEUWC8rXtWbf1Gsx2x80ZGt82Qb1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:11rem;display:block; }
#gy8ZW2ch0xWlNf4fQ2wRFLfIeSqngBKE { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:block; }
#IoEqO7RuRfiTXu2OBGhU6GADXMKZUFfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z62OCzivfFmTIkxqfPwogrHAvcXHtPW3 { 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-shadow: none;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:15000;text-align:center;text-align-last:center;display:none; }
#ui2Ggxe8GoNnmt73gPT5Mrh2HmngxzBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPLhNR54io9WSDW0nJsCmZVedl67PILk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { border-width: 0; border-radius: 0; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:none; }#o2MkaHw26xNXA2RlKhnQZpVotV3r6TDq { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.6252174377441rem;left:7.5rem;display:block; }
#ktRmfuBEZByspGyDRXyc3IilT7n3paSA { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:9.0275611877444rem;left:7.5rem;display:block; }
#OOiluWaMyIf1KgQ2VbcH1KZTiTUTI7wm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.697700500488rem;left:0rem;height:8.9323rem;text-align:center;text-align-last:center;display:block; }
#pziQI2pIr1oB3kuxcI8HkbT5NqNB4NXT { color:#ffffff;display:block;width:11.7496875rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5727005004882rem;left:9.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#JTGZSLa9vToX2NX8TOT01KOyrVazUs5B { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:0rem;left:52.375rem;display:block; }
#Nz9WPntkmFzwAXEeMzvfXbdoFPZ6lPba { color:#ffffff;display:block;width:11.8120625rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:0.6875rem;left:53.875rem;height:1.3125rem;font-style:normal;display:block; }
#P1ExmkW2979iqEVv1qQIyeFsplitBdks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.125rem;left:53.875rem; }
#OglxUQ142JX2Fq5N1uzbmJ4mCAdlREVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.375rem;left:57.0625rem; }
#DtTwDWxN1Tk5xv2NhDzRttIlGQdnuiNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.125rem;left:59.9375rem; }
#Wlki7v9qofC2Gu8PJ5BpafnGiy6eaPtz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.0625rem;left:63.1875rem; }
#tgviiFWMInT0t7i3oVww5peXGux3LdTg { box-sizing:content-box;height:5.625rem;width:0.0623915rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:0rem;left:23.6875rem;display:block; }
#FsrqFTWHDwvviFG3d8FUBOaUZ8TNgyRg { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.6252174377441rem;left:7.5rem;display:none; }
#zIekxV4eP8k8UPEh7L5y1V8kcrWBtTLh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.697700500488rem;left:0rem;height:8.9323rem;text-align:center;text-align-last:center;display:none; }
#nD4PzEo0KiZdyfglFBQeiSZ8AdLTMwUq { color:#ffffff;display:block;width:11.8120625rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:0.6875rem;left:53.875rem;height:1.3125rem;font-style:normal;display:none; }
body { position:relative;display:block; }
#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi { display:none; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { width:47.75rem;position:relative;display:none; }#fwGIfvRJaXzkGTKzVoBi0Ute2Sq2u693 { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#xg8k885vdkb2ttVCrFqEr4mgRlokLJL8 { display:block; }
#WDtGv7FgnBHniKhDUsoaBp4pXXn1BIuh { top:0.625rem;left:16.5rem;width:14.875rem;height:2.9956597222222rem;display:block; }
#hbJutQrcwmMXuML6FM2aIB6uz9JVoySk { display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH { width:13.5rem;height:5.0625rem;display:flex;z-index:1;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #pVybOAmw2OXPtKFginaOOGU2K9anazu6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #TRZZJxmC6L5QRJvXnesgKzXA6gIGxmAe {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #AS9ilx2HihryMT0v5MnMzQOb3hX13H1H {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #xPortTp0fHPKMCbRxdZif3FDL5k8ncqH { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #ee2n5teq9x3vfThZZTRQuh96hNDu8Im5 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #BlKN621xV7sN5ezTsAucVOnCGBB6xJI7 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #XQbgtyZhcy6xg5cO6IHZ3yNOrDFFLxyg { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #tmmbtd0yVRwFpebiwbT5yBezgO3AQTEb {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #qvSnVFsCef4cghhtDgabGzTCefoIG02r {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #FhFKN65QoDwvDtVWBZ5Z7Zfp2mqKcngd { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #EQZTHf0dHe5QkIt8tTNaENJ02tKw6IFf {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #cyEQDTfF3ZSlQq8dThJ276VqR2K1sahz {  }
#yExbUUnLvT2vcL6h0CuSd8TMUmRALhtF { top:0.625rem;left:0rem;width:11.0625rem;height:1rem;font-size:0.9375rem;display:none; }
#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU { display:none; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU { border-width: 0; border-radius: 0; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#iZT1XCTMxbQm9VXgtqvI1lOPCNM845we { top:0.5rem;left:0rem;width:9.625rem;height:2.1875rem;font-size:1rem;color:#000000;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#000000;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;color:#000000; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser { display:flex;width:13.5rem;height:5.0625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #voLkQMGgToT5EuS8ZyMXRkGAk2AHUO5w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #JCdmtB8TbhyL8S5LRrDBPwdnl6SL9xaC {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #zpJ8JlNTkCNqPcAUwgCIghe2i7zqzg8L {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #vUEH7l0EqL6XLC3UhXC512g7MxT1sVNV { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #xzN86fnaFZcHdauE9ikRKVlm0OR7fTG6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Q2eQ0RW2yW3lLQxbxtgKoWn5pb3N0X0W {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Al3vb4I67PyrQdNWP2UO6t5aZiU68OSf { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #p7dALQTdronFuFx1fJwa665OTdblBKz6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #TySmQZ6i5I76TDhVXlkIKNuhS7RGF6P4 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #H3rHmnvcTSqh6EeA0XpwaBrT6zKz3NgO { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #VWMMSEMyTeDK1y7zt4ur0F3RPrxSXkfT {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #OTvJC6eOApSwgMRiSoGXTmXaFVevpnl2 {  }
#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { display:none; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container { width:47.75rem;position:relative;display:none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V { display:none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container { width:47.75rem;position:relative;display:none; }#qbLFC6xECr9941NEnhPmUQGG97ldOWMs { top:2.5625rem;left:0rem;width:19.25rem;height:;font-size:1.9375rem;display:block; }
#isJyD9XHDdRqQTWFf0QQaFwXn6O1laXW { top:1.3125rem;left:0rem;width:11.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
#m2PpCNTaapkCnwEeNECeivUxbuIM1Whp { display:none; }
#NIZReFpkOtUcZ0cOZIUX0THd2MXk8Zqz { display:none; }
#qdlWDbcLg5DnLnar2DVbvtlsKW98rmnq { display:none; }
#k5raga0BsVGBznHTEyVtgkFpfPr9tXII { display:none; }
#Rw2cGoTpRGDZJRlN2Ha5SBt2JwMRxGRM { display:none; }
#zqHfA3wc8yoT50KQaDryOh4aGEusFIaE { top:26.75rem;left:0rem;width:15.125rem;height:1.25rem;font-size:1.125rem;display:none; }
#Te4ulewGumJSOys1WcRAC2s4AngZrfic { top:28.5rem;left:0rem;width:17.375rem;height:1.25rem;font-size:1.0625rem;display:none; }
#GOnnNzW6ZVR3os2xGzMkgMzlWsQcE22A { display:none; }
#dpaL8J5gML3maQGdmlfSrfuG4Npq1lah { top:30.1875rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1.0625rem;display:none; }
#ZF7phemsTGTcekaAJ7frlc0ylx7qMuin { display:none; }
#umCTsTtseRr4bFvVzf3QCec4IgtDrTvG { display:none; }
#KgFLcGMvzpf8UUPzF3A77Cb6nyqOIEtn { width:29rem;height:29rem;display:none; }
#JWKEFKFJrBzowTlhiAuBQcxaAeleN8hq { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:none; }
#JUliiFttlbXtFbT263m3ZMRh2ASJfP3K { top:10.8125rem;left:0rem;width:14.6875rem;height:;font-size:2.875rem;display:none; }
#lu8VtfABDVQVn86xDmdbGFendk32miiF { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#AbnmXKLQzZBDfTlJqeR52RaMbTmFdxGf { display:block; }
#MC0CFnMpHphSutF8JofGlg13VDbHZORV { display:none; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container { width:47.75rem;position:relative;display:none; }#kb1kMOGK6wBtZqbTwPan9XKTwZNdn5lX { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#KKrVGzskUrFgwQttz1KsLvNPsvfq2H3S { display:block; }
#iynzlN4LE8qUc7dRkVIKBdmQ3awIvrdh { top:5.1875rem;left:0rem;width:18.5rem;height:1.25rem;font-size:1rem;display:none; }
#tT6FmeEFUWDuSBPQCTCfRrwJr2AO5SmF { top:0rem;width:;height:;display:none; }
#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ { display:none; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container { width:47.75rem;position:relative;display:none; }#n8lEOIVwLIHJrU76KGAZV8W0QNmyMdtb { top:20rem;left:0rem;width:16.25rem;height:2.6875rem;font-size:1.5625rem;display:none; }
#atWCTzhuUr2kxHlTicHl3d7LHC3s47J4 { top:6rem;left:0rem;width:18.8125rem;height:0.9375rem;font-size:0.875rem;display:none; }
#TMizsely1U55EepTzaBaiuKadiCcRWWm { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:block; }
#NLM3GpwCMIfMMcW7LxPfZmwfGVQGueeT { top:52.3125rem;left:0rem;width:14.375rem;height:3.125rem;font-size:0.8125rem;display:none; }
#hKTmlMN3Sm1Ely9A8n1wZCyAQVSpAb9o { width:37.1875rem;height:47.875rem;display:none; }
#ZzTpFQbHiAEkEn8zOzaLFvJ0lT0Di6Sb { top:23rem;left:0rem;width:6.25rem;height:3.125rem;font-size:0.8125rem;display:none; }
#kvQNA8fh4llBArfscy8JwMuGoBz8x4TQ { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#g0pQl8DX5we3ypyvckvBOvgaLBKvpShq { top:25.4375rem;left:0rem;width:4.8125rem;height:2.4375rem;font-size:3.75rem;display:none; }
#BAK8Jar5f52HuuygenrEuosmZcTDGo95 { top:13.5rem;left:39rem;width:1.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#BXTFt7TMt20wyFa99ZumaOlHGRuBeU48 { top:12.5rem;left:34.625rem;width:2.0625rem;height:1rem;font-size:0.8125rem;display:none; }
#aVtuhbHJXx2AS4ck5nkuTEi2TLVKDGnu { top:13.3125rem;left:0rem;width:7.0625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#W01yvCyOoWe5QTs0vvLU5U9nTU6RUXhI { top:17.5625rem;left:0rem;width:4.75rem;height:4.875rem;font-size:3.75rem;display:none; }
#vptEJ01bb5BgzIkR2mRySgA7ILJ0v6l5 { top:24.8125rem;left:2.8125rem;width:3.4375rem;height:2rem;font-size:1.5625rem;display:none; }
#ANOhwM4bldiBTTu8GfIrdWO6zKlmtJmB { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#di0Qis4CFoVgmywNCQKgVFKK8FazScTb { top:12.5rem;left:34.625rem;width:2.0625rem;height:1rem;font-size:0.8125rem;display:none; }
#qpX89ixdLvKM4wX5MrHOaxFVOmdTO6J1 { top:6.25rem;left:0rem;width:5.625rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#HwupGXmkRBfDXA5h70HBrA1TEGfwzSrA { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#tgXMhDyIykLEEsMXtNowNT5hBBWxDKI4 { top:11.3125rem;left:35.875rem;width:4.0625rem;height:4.875rem;font-size:3.75rem;display:none; }
#NpIPqcNrtNRnTTGiKGaSfTzi6B0GdOkz { top:4.5rem;left:8rem;width:1.875rem;height:2rem;font-size:1.5625rem;display:none; }
#NJOv6erZubO0sR5VQ7XMLHC3RGfnTXR7 { top:12.5rem;left:34.625rem;width:2.0625rem;height:1rem;font-size:0.8125rem;display:none; }
#PXtF0AZ7oOfiQNRlE65KbZzXKMyszuaq { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#cy9dltJLerhcapAHubPfSdT9h8qWcX3S { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#kKBwTfKs23QBrPq6HwyKRKAeLtvq6ATp { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#v3yKT4osQwNeAlevps9hK6D2GzqMdUKS { top:1.6875rem;left:12.3125rem;width:1.4375rem;height:2.0625rem;display:none; }
#IOxe0QNNo6A6QVLbQJsAyWiruqSJfkLn { width:31.1875rem;height:34.9375rem;display:none; }
#OZ3Ozu1nRvKxt6BgGHJ0s78PmkNQt0nK { width:;height:;display:none; }
#dnOekN3oRT5nuJHXVVGGcttMTI4x5FSA { display:block; }
#RhlCtphaf6RrGbweTWAUOB53Xr2qukZl { width:45.0625rem;height:48.0625rem;display:none; }
#ZNBSPa8S9GKRzLuyJP43oLKZtXW7RhMW { top:45.0625rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:none; }
#EEDR4T86w6M5itpko8GxXWI5SLZWFklJ { width:;height:;display:none; }
#QdFgIV495ECxkX2IaCyfJDBfFPRnA79T { display:block; }
#cGeZPhiGM8hTLwfIPQtAByFmkGhlTO6t { top:57.5625rem;left:0rem;width:17.6875rem;height:2.6875rem;font-size:1.375rem;display:none; }
#LK09FW4BNUa2o84so8TWyT2otDF6HRvN { top:58.5625rem;left:0rem;width:15.4375rem;height:2.875rem;font-size:0.75rem;display:none; }
#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { display:none; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container { width:47.75rem;position:relative;display:none; }#v6qHr0atQlfKPFEc6Gnt3HSkzwukTEFa { top:2.3125rem;left:0rem;width:12.375rem;height:2.0625rem;font-size:2.1875rem;display:none; }
#kUVPf70vWPzn44heDFR9STcgAgtigGIy { top:4.8125rem;left:0rem;width:19.875rem;height:4.375rem;font-size:2rem;display:none; }
#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt { display:none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container { width:47.75rem;position:relative;display:none; }#Ghn5TDEmGNTqyAQtqHg1KWiocxiqg6FV { width:3rem;height:3rem;top:1.6875rem;left:23.875rem;display:none; }
#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV { display:none; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container { width:47.75rem;position:relative;display:none; }#UWomBLrsRpsO3ORDBVPQnRwh4UPJoUw1 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#apmpcoenAzaRgl6rOntiBsnXP7l4XeTS { display:block; }
#uxOLv0oALN6tof4MOJI3Kp6qvFHse9Eq { width:13.5625rem;height:24.3125rem;top:1.4375rem;left:31.5625rem;display:none; }
#oFHSiU1NQSik1ub771Pq7gx7q9ofaiXG { top:13.75rem;left:0rem;width:6.375rem;height:2.375rem;font-size:1rem;display:none; }
#qnu3W07roqA0VIPXFzi0EifmMEguLFMm { display:none; }
#hMJFdcucSvxb2n9HNQCvERMAlsyl9kDB { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#sHIvoiMfbpDuDCSHFzTPAMcxzXJACag7 { display:block; }
#xf3z9Q9atTHPmewKhHCuuyS9AzHNbVpf { top:2.5rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:none; }
#bKIVbMvyIAlGShXnudQxLPcO8To9HXls { top:0.875rem;left:0rem;width:7.625rem;height:2rem;font-size:1.5625rem;display:none; }
#mmiXcbo6zL6rHJhXGE7qFcFobQ398F0T { display:none; }
#z8fdlz62LgqGkQAky3VnJ8RFcDfb0CR9 { display:none; }
#hEczvcvNWwd4FetKJJ9wNMwxJcxFinNZ { top:1.5625rem;left:0rem;width:8.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#FayMosSa9e4K5o3L2bTw2TtKAWkkxyQ6 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#BDzbxvKVsW05uuKq1XMdybSAEgwTWnLM { display:block; }
#bsUfRoDJ9h0U8w3Td1RtFNIIbffOC8Xb { display:none; }
#lqZbF6k2u4QgyFmPEyOXepOpd1pOKn0T { top:16.4375rem;left:0rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#tKyn6sPMVmaoZqfDbfUBivMtxwwRQHTV { top:17.6875rem;left:0rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#xpN5uZqzFVkN1rHAUtSocXuJqi7qoiAn { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#k4cO1fCCfbJKQecNP6Q2DqhDapzTiNR8 { display:block; }
#sxaOaeSwTmh1stg5oRTumdox4TbCwJVl { display:none; }
#eZgEZo6NoRT9seZTgDIoEPpMoa1VIDZL { display:none; }
#xqDplraNHcThFSR8e4JV27fsZGUmuBel { top:1.6875rem;left:12.3125rem;width:1.875rem;height:2.75rem;display:none; }
#FM9yp5vXE7lhZdwPxAIpqtFcy3cw0fzN { width:24.5rem;height:24.5rem;display:none; }
#dkDe6yhQbfDtTOOXsfrZAJlJOmLuWCzi { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#DAPsEPN4hSx2H5LCsT0sKsDS8R2JSAKT { display:block; }
#XqUfTU5LsSLOcICdJ8LWJ9s2GbIvOCdT { top:24.6875rem;left:0.6875rem;width:4.1875rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#NSbCyaNpfm61kpi5gMi5OusxTvlAPfZC { width:0;height:0;display:none; }
#osQKcgxzgJusT85N9fHzwGrnoB8Evxpm { display:block; }
#nOJz7guGadGB7GcXfaBuTcpXWTXXzgZb { width:0;height:0;display:none; }
#PCIHdMaQVMBZkZUZzy7Ti2fvMlzQaJSP { display:block; }
#hBWxXo3nUDxhwu5G7ru09WHwzWtuQCuB { display:none; }
#yLNmEPCS6d7T1CQXLyPxRBLeoLXwyM7W { display:none; }
#A1APkMcTEF35q2QRe1flTiLMSeE4iyfG { top:13.75rem;left:0rem;width:6.375rem;height:2.375rem;font-size:1rem;display:none; }
#lIt5pGSdBi7MqFwAmqJNJQpVIcFbVD52 { top:21.4375rem;left:0rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#GDoyTzGyEO3GyoHXNEmKTrXOA2C2Vzva { top:22.875rem;left:0rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#BwTtScfRsc9BAC6w0NgOZ6DxZFvK5fL8 { display:none; }
#cNWH0dbWaPPu4NNa5mzJ3EAoDkxVUtyT { display:none; }
#uhO6XPZ2B0L8gVV7QMeh92bsBZfRPr90 { display:none; }
#QJcc6H1sn1i2dgyzpJvw5TQbovidepOO { width:24.5rem;height:24.5rem;display:none; }
#QxX8uthUOON8hOvmJgnBbxrNElboTixk { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#dc7Zxr1TOgxWn82c6sWJEGIgTqBZiyRp { display:block; }
#rNC1dHHOlwGGl8BecDgu5A5IkHf9w8Td { top:24.6875rem;left:0.6875rem;width:4.1875rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#kyUAcyH74CDJi0zVVJkWt0oIGoDRg1HG { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#XOPNTgceoaUpmJ1X4bAseFDXeBALXw2C { display:block; }
#ymK9tJ3A50SkvNkZR66yikNbPT3e4SZb { top:1.6875rem;left:12.3125rem;width:18.75rem;height:27.1875rem;display:none; }
#J4vBr8bGdcxffmhHw6WZoRGmd05QdTUe { display:none; }
#LT2NAlrRnc2i9xo4htxU60CxPChruWdz { display:none; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container { width:47.75rem;position:relative;display:none; }#CM0fB3fcrPQlu0eMOyATEUTwdvIigopr { top:1.375rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
#UED3cQxLUNZnK1uZA3SBxXz3fbyTRpJZ { width:26.4375rem;height:2.8916015625rem;top:10.125rem;left:0rem;display:none; }
#y2VrT7OiDD6IAVEycC4LNtnTsI2vAyU2 { width:29.75rem;height:15.710624015601rem;top:4.8125rem;left:18rem;display:none; }
#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi { display:none; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container { width:47.75rem;position:relative;display:none; }#bZUMAhtEPXiPTlKBqbTtdfNznyiVsmRd { top:3.375rem;left:0rem;width:19.875rem;height:2.375rem;font-size:2rem;display:none; }
#ep20VKO0XoZ63WCFhXAE9Ag5iClKsTaf { top:2.4375rem;left:0rem;width:19.9375rem;height:1.6875rem;font-size:1.625rem;display:none; }
#itkgkMSi6nM5XqmQ4HpuTkgSWhvyKFMZ { top:6.5rem;left:0rem;width:19.9375rem;height:6.0625rem;font-size:0.9375rem;display:none; }
#DsNEKZuBV2DfMHe4s91AtEKT7Q7TzWgm { top:0.125rem;left:18.5625rem;width:29.1875rem;height:44.693359375rem;display:block; }
#DkmbQRTdTpU0TDP98DV4QsJFKWoLMGBU { top:20.4375rem;left:0.5rem;width:17.75rem;height:5.1875rem;font-size:1rem;display:none; }
#Mqkg4MIGqGUOrDE5uVbNP8akItE1KnMa { top:13rem;left:0.5625rem;width:19.1875rem;height:3.875rem;font-size:1rem;display:none; }
#pXGPckUKC7HuCbSB5TZOMiLfLJp4Fspa { width:5.3125rem;height:5.9375rem;top:18.375rem;left:0rem;display:none; }
#tU9dbx10oPflwIy2hnfJW9p18E4iWH3n { width:5.6875rem;height:7.1715284526862rem;top:10.125rem;left:0rem;display:none; }
#KeUt0BLb9HUVohIFWtMzxZR5q06ddeWv { top:11.0625rem;left:0.5625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#t9ac8rmyX88bXT0TMuPL1wsvTer945wV { top:18.75rem;left:0.5rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#Bnpsen7KqQ4rTrBEk21ILB9Er1Q9WEf5 { width:24.75rem;height:3.625rem;top:26.875rem;left:0rem;display:none; }
#yhef3esEdUpukcaZ9eAfbDioCSqeKEVd { display:block; }
#aDpn9UiI6Vz0b2FF9Of4tnSWoe5o1cWw { top:10.875rem;left:0.5rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:none; }
#IiHiIQIAtyEpAl4sae8NOqwPa7MMPnVv { top:18.625rem;left:0.4375rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:none; }
#WB3dLeSeLLnxgQO5HeK4yF9bLAnu9XJs { top:10.9375rem;left:0rem;width:4.875rem;height:5.25rem;display:none; }
#V4cGy4L5T9RQBiAdVcIKINc1eHZrfsls { top:18.5rem;left:0rem;width:4.875rem;height:5.125rem;display:none; }
#ONqbGToEHCsB4TeeSkZuQP4Lw5mrvBvP { width:47.3125rem;height:31.9375rem;top:0.25rem;left:0.4375rem;display:none; }
#oB8Z7h6AsJZNpudHv5W7wWTUuf7HEcN8 { display:block; }
#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A { display:none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container { width:47.75rem;position:relative;display:none; }#AM1hzMkOW21xeT3nK67JLdetidXhQV77 { width:16rem;height:3.625rem;top:15.0625rem;left:31.75rem;display:none; }
#RgcunKJqQOb6TRTWmxmnC1T3PmLeCEw4 { display:block; }
#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW { display:none; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container { width:47.75rem;position:relative;display:none; }#i9mVZXctZyIGDlqa3NNMLcn1P4yfsttn { top:8.5rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:none; }
#TGL5iuwK6J98SvhbKwsPBaOFhqQf9gio { display:none; }
#wGOsc5fPEGHWqGwg8yxu2FlVwuIJrW0t { display:none; }
#fy2z8tt4TUq89svEmS5P0hTncToceMDG { top:7.9375rem;left:0rem;width:14.25rem;height:6.0625rem;font-size:0.875rem;display:none; }
#sWnZImak6CNarInGOHRlspVFDyXonKQq { display:none; }
#lSdLQT9eaqn1dTre3r2DpXmUNtaJIqUP { top:29rem;left:0rem;width:16.9375rem;height:6rem;font-size:0.9375rem;display:none; }
#C5TiJ8x5MR2W01wvmh9NSses7dv5zM8Z { display:none; }
#TOa6qgG0UfoyTFEnMQXJrgf080QEb60H { display:none; }
#LTvoGbWbBz8p2QVmEnFoWXaDnhs6sd3d { display:none; }
#cRTDB91iTOPxJkx4VJbi2qMGCvLzr6Tg { display:none; }
#bD0VM0yLtCP7Q2fpTUThy0SbGbzGO0RJ { display:none; }
#dGBIm1ovxF84JfDnsrcvgvC7NSxUqtTv { display:none; }
#w6MaZBTNQTP2LzUuNOykCmTiFAhuRwcu { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#IJKGPRhwCyoEv8ASThO7oWWa5VsepwAU { display:none; }
#C6FHlKKVcrPsV86f9gKmUE1yuu9hlLR2 { display:none; }
#eH91Jicriw7iQ6iv06Tie2izq53N5Q7I { width:5.375rem;height:7.3125rem;display:none; }
#KlJRPTr7d8MgPALuLAW7DOFLOs6EF0Ht { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#iUuRqgQ56eREmnQV3mNLDJiHuVZZBNw9 { display:block; }
#VhrrSNAnHX2fm8RZSapWDvlvRBnbLwGX { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#NlUPCkmSKu70kT45KvDvHsn0cTF70kbP { top:39.625rem;left:0rem;width:18.5rem;height:1.25rem;font-size:1rem;display:none; }
#z6TTlUKcv4MhvaTr4gbcn4CCMWEZhcKl { display:none; }
#ZJ7WCyiqz9fbmquckkQUGT08tJCxaF4e { top:18.5625rem;left:0rem;width:13.5625rem;height:6.0625rem;font-size:0.875rem;display:none; }
#TJRbIhDuvrZwvhxkrAzW1KJeuX8rE1po { width:5.75rem;height:7.9375rem;display:none; }
#DH5FipngBlTWP2FCwuRMPOi49Zn2iBc2 { width:0;height:0;display:none; }
#yTg64cpNtHXnu1unGtSTT0RkGSX7szwc { display:block; }
#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae { display:none; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container { width:47.5rem;position:relative;display:none; }#cHvmotWhBnDCNgwO2uMFXCPpRsSwR9bA { top:3.875rem;left:6.1875rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#vZA8WPIaLtVGLDPkLhZVhIoZE3whBzss { top:29.25rem;left:6.125rem;width:3.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#gziskfiKhGD8RfVKzLtOmnURwS72ngwQ { top:39.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#hgDmoo52edl6NmvhIPFDXkrdnVl3A2Qq { top:28.875rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#dyu8ZTTPDgQsBTxQ23v5msUoMtfxydK3 { top:3.625rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#WqVwJn7r1UN42JvQPtTklDXeCk8WztAJ { top:1.875rem;left:0rem;width:20rem;height:3.625rem;font-size:1.8125rem;display:none; }
#nif47ZtXRrKED9H40FwdTbxlBX2kkXug { top:4.8125rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#i9sBQ4coiQBwW6EcAMlETCkE3EOFKL64 { top:5.25rem;left:0rem;width:17.875rem;height:11.0625rem;display:none; }
#bwKVzaIlL09zWgw4TgZHqzFTTgUgIVTR { top:42.875rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#DJKH8eBB0J9B6dGFoOATArwRNbFO1QDQ { top:42.375rem;left:0rem;width:18.8125rem;height:3.125rem;font-size:0.8125rem;display:none; }
#wbMcLB9DrXQviSN5iISMyTolNTgpeXuM { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#c2NHgWydaF3wezf6UEq1rbvcrT5bpbsE { width:12.875rem;height:4rem;display:none; }
#h5UN1cKRUhx1VFUiNxkJgTgKpX2mfTLb { top:29.9375rem;left:0rem;width:11.0625rem;height:1.75rem;font-size:1.125rem;display:none; }
#ryUJPp6VTqzoXqUyIRn4qff8HcTl92cP { top:32.4375rem;left:0rem;width:13.375rem;height:1.75rem;font-size:1.125rem;display:none; }
#i7tfNMxRXISVW529FIm7RTTWJhc8JRB5 { display:none; }
#sOu8FFZX7HVQAks7lmwkzJQnmk8MmnR9 { display:none; }
#NMgQzxTU6ygvqKC1roUsE2CDr6BwLuEZ { display:none; }
#Sneu6OKMhGkQAiUoSq6TadNehBv2C6VS { display:none; }
#C8IONEg1TI9olC9g0IENwTtkcxSTdwDh { width:17rem;height:17.0625rem;top:4.25rem;left:0rem;display:none; }
#LZwMQs3HuVftEB4BkyNKbFIm9Zc7KHRD { width:15.875rem;height:16.875rem;top:4.25rem;left:0rem;display:none; }
#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG { display:none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container { width:47.5rem;position:relative;display:none; }#DQF6V2OkBQ8bVhGD5RpzHvNOk7lqCpF6 { width:18.0625rem;height:25.759235395189rem;top:4.25rem;left:0rem;display:none; }
#WhOwuCqGkP92IMkoukLkstK0BuIaWA4G { top:3.875rem;left:6.1875rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#NNOyTDx5CZMRNoa9AMfMlC0PPEZFZw5b { top:29.25rem;left:6.125rem;width:3.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#sJykiPAMBVp8PHT4IhmBhbVOWOBORhu1 { top:34rem;left:0rem;width:18.375rem;height:5.1875rem;font-size:1rem;display:none; }
#JzAUIcHbMzssiNOHgfTeLxcbJoQx9A2p { top:28.875rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#rCM1Rr0PhvQAzIID9caCTmZBs4hmPitl { top:3.625rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#DbdXAtvfzfs6W76dDokZn4R2PDd5TqiK { top:1rem;left:0rem;width:20rem;height:3.75rem;font-size:1.875rem;display:none; }
#rzVcQhW8enSwgai4MAHWyf5WkUbgfpyH { width:0;height:0;display:none; }
#Zg7Xx7rhsit27EBQSR5L3lIgCP22P8JB { display:block; }
#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO { display:none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container { width:47.75rem;position:relative;display:none; }#PVOu7aBnG04oKtfVQAvMJ1vpxyFrdmPh { top:12.25rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
#TMsd2umkxv9J3FC3w0USe0a1iD88N8hL { top:19.4375rem;left:0rem;width:18rem;height:4.125rem;font-size:1.0625rem;display:none; }
#bgUZXPwNA4nkq6TfP0BSBCG7bX9ewri4 { width:46.75rem;height:32.875rem;top:0rem;left:0rem;display:none; }
#ArsQofdcf7l5PZcs0ySFaiyMBluahlUy { display:block; }
#ykLaQ09WCiPkGH1GBhBkQhEtilB4H9ZH { width:9.875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#I5miywWqAZO3DDAMueTs5AVqxor1F8Dn { width:9.875rem;height:9.875rem;top:2.3125rem;left:33.275001525879rem;display:none; }
#S4GaXTbsoaHkaMIJyOwcsUPciMaaei4N { width:9.9375rem;height:9.9375rem;top:2.3125rem;left:37.8125rem;display:none; }
#hXzhpcfxW5OzuHIXwdRS2I1BSJUSt7W6 { top:12.1875rem;left:0rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:none; }
#CIBl493BSfb73V4N3lwyrTGDrco0GqRS { top:12.1875rem;left:1.12464427948rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:none; }
#Zaw5TzSTCDGuHcFvumffBXrmNUp9fl48 { top:0.625rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:none; }
#sxmkfBzsFQoZcApN46dF029AqGKRM8ZH { top:12.25rem;left:0rem;width:5.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#eW7PWyQws5TLD2tqTzANDK9Px5eTxTvZ { top:12.4375rem;left:0rem;width:5.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#o8kdBJIzXKLhqeLsKoxbTHNnsbBturGF { top:12.5rem;left:0rem;width:5.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV { display:none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { width:47.75rem;position:relative;display:none; }#ogfZXJl1eWgPhMxLe2cgKTlQok74RQvq { display:none; }
#i07VpTC6SI7QhD641NrV8ynvXPQXobJe { display:none; }
#nZ83mmi1KQSaZ4DaabvUXNkovU65DkNs { top:1rem;left:0rem;width:13.4375rem;height:;font-size:1.5625rem;display:none; }
#cilIxPTE4vvRnAx9oaTetWNHdAfHVSzZ { display:none; }
#EaOTt8uvoUV4Bvr9osZ44pocnPMeXoIJ { display:none; }
#aBzdawOxXIVv5iXeQr6y2ZP8rthxT9cI { display:none; }
#W8lDEEIXlMhB9rTCQdsmd9GB9rxuKDfg { display:none; }
#es5BEFrVoTgacQMXAHwTqI9agzkuownB { top:31.4375rem;left:0rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:none; }
#qBHqlM3gT0k1DztcUfL72ghisaTVInCG { top:3.9375rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
#ty5ZO6NOsWoq0IAGwNPiuJHUvkdkzOhb { top:7.375rem;left:0rem;width:6.5rem;height:6.4375rem;font-size:1rem;display:none; }
#QPkDBOW4WCAxbHieEUC5X5fRiQQwpcxJ { width:;height:;top:0rem;display:none; }
#LyAuJwFnSAiNLzgiotyellDbk3Tz6We5 { display:block; }
#b3DS4VSiT9y9eQewBM065ZMXMQBZCeT0 { width:37.5rem;height:60rem;display:none; }
#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l { display:none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container { width:47.75rem;position:relative;display:none; }#kXI8p38ErKw3hmfqcxu2uD7acf4ZWLWu { width:11.8125rem;height:4.5625rem;top:1.375rem;left:0rem;display:none; }
#SKbAGKatnJ3E50G3EdF2WUHrNAbk6Sqp { width:2rem;height:1.8461538461539rem;top:9.1875rem;left:45.75rem;display:none; }
#AeIInSWT4ae58Dv2oCXzuPKAkCTbH8Uv { width:2rem;height:2rem;top:3.8125rem;left:6.6875rem;display:none; }
#TElbwF0PWvtKMbrOdwconwhfPuIAMiOa { top:2.3125rem;left:8.8125rem;width:38.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
#isABBFxNTonOsaTiieqkaMlLtuGfITNX { top:3.1875rem;left:0.8125rem;width:46.8125rem;height:3.75rem;display:none; }
#AeekBbmVk2Duul02HdqupbTU4ohEcQGU { width:;height:;top:0rem;display:none; }
#nq7VL88twhDRl99KrTb1VxpCnov1MMGI { display:block; }
#NJTiOu7TV7N2Fy2hhhGtHL3uQOA9iT49 { top:4.5625rem;left:0rem;width:18.375rem;height:7.75rem;font-size:0.9375rem;display:none; }
#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM { display:none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container { width:47.75rem;position:relative;display:none; }#ODO3zLocPzCLvVDodWVqSBsqF7086z2c { top:5.25rem;left:0rem;width:17.875rem;height:11.0625rem;display:none; }
#Lo7kkrxASd3nknnM8eSOepLAdc217zDt { top:9rem;left:0rem;width:16.9375rem;height:6.8125rem;font-size:0.8125rem;display:none; }
#RbSNzuPdsIcL6UePk7c2rmupLB7FVrh7 { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#WJRr2XJmv5RavihSNFlNpxnDzfHdUZ2s { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#heTAPNrfpoyqyOCdHkVHHvyge5EGnX2h { top:7.1875rem;left:3.5rem;width:1.375rem;height:1.375rem;display:none; }
#BxI5999LOWpkUDgRk8Zg7T250fDasEcX { top:7.1875rem;left:0.5rem;width:1.375rem;height:1.375rem;display:none; }
#C034ou7QpLQTRwmOgLOcBhFJFHBsvFqz { top:7.1875rem;left:2rem;width:1.375rem;height:1.375rem;display:none; }
#eyEJJdnZrDtlaHctn5225RsfmliuiHNJ { top:5.875rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#zpHKz8X1zs7gUPig8vNDAcTTZucf5bBv { top:0.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:none; }
#MVMbCM8e847wrTTJWbvfhCJXc8PLxRCi { top:14.3125rem;left:15.75rem;width:17.875rem;height:11.0625rem;display:none; }
#yLZb8TO92L7N54TTzUEbwFBVFcA0AiyK { top:9.375rem;left:17.0625rem;width:15.875rem;height:5.6875rem;font-size:0.8125rem;display:none; }
#A1gVUGu6LynXKeqbBtFCVaJHpTc4C6x9 { top:7.1875rem;left:17.0625rem;width:1.375rem;height:1.375rem;display:none; }
#fz87RbZy6TJg7BakPv4JOZ2tEr5zUfBw { top:7.1875rem;left:18.625rem;width:1.375rem;height:1.375rem;display:none; }
#PrDy7kl6mnBLSEqu0C6QEMXvsQ9XuzC3 { top:7.1875rem;left:20.25rem;width:1.375rem;height:1.375rem;display:none; }
#uyqOseVvMtTesPddS4wFhcbL9oyBpNdU { top:7.1875rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
#elbVWCp9HDqhfxGlN8R3n5JX8Zv8hkxe { top:5.8125rem;left:17.125rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#ZMXXXwKQEbriUz2nEA2STLMD855XAR9h { top:7.1875rem;left:23.375rem;width:1.375rem;height:1.375rem;display:none; }
#IbCCVt0XFbw9FNRCf6sbc9WgOcuag0Zp { top:22.375rem;left:29.875rem;width:17.875rem;height:11.0625rem;display:none; }
#CeV5G7JPwZPD7Dsam4KcoDhypMn3ubf6 { top:26rem;left:0rem;width:19rem;height:4.5rem;font-size:0.8125rem;display:none; }
#lMS4Imv2vmvqOkzKZknA2BybvPfk71Xo { top:7rem;left:42.6875rem;width:1.375rem;height:1.375rem;display:none; }
#TzNQxA3swVCaLKODhiMyIThT4BSbarHL { top:7rem;left:41.125rem;width:1.375rem;height:1.375rem;display:none; }
#JUVTQrv1nDwHuiEGxGi7AQrVw2mELI56 { top:7rem;left:39.5625rem;width:1.375rem;height:1.375rem;display:none; }
#B0xSJpwLiVBv4ViQUXTIaTRHbXrToBTU { top:5.8125rem;left:29.125rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#sPKquSchx2RuTtbAkyM5bmr69clTeHBl { top:7rem;left:38.125rem;width:1.375rem;height:1.375rem;display:none; }
#vhDKU4BrbHIUzObeTUkTleMOvpSaenWk { top:7.125rem;left:36.4375rem;width:1.375rem;height:1.375rem;display:none; }
#uhdw1zhWQfidqwZ2lCx7s1UoTtcEuptg { width:;height:;top:0rem;display:none; }
#Ssuqd6iUUffMFqlrWIodRXT3zmMNQVxT { display:block; }
#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt { display:none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container { width:47.75rem;position:relative;display:none; }#Jb3I1od2OiTR0JyZabSn8GOph5JJ8XUv { top:0.875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.375rem;display:none; }
#UGxMEobGWxb62zUK2ws8pbBetowfB9pU { display:none; }
#bNM6ndh7xCzrdZNPXpET0Jek1ap10ys1 { top:4.5rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#uoSTkQx1ICRkpsSNVCsLL5CEoQ2Q1AU3 { width:9.3125rem;height:9.3125rem;display:none; }
#Hu5fe35x8S8TCOcTkaOpWIiTvFAH8emb { top:7.75rem;left:0rem;width:16rem;height:2.25rem;font-size:0.875rem;display:none; }
#aP8fILXIIRzTHCFgRPC5VRwbc8mWJupZ { top:11.4375rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#ZGSRwQ2O3kE8gL0fIhzThoZTzmvCV4dd { width:9.3125rem;height:9.3125rem;display:none; }
#QleCBEUWC8rXtWbf1Gsx2x80ZGt82Qb1 { width:6.9375rem;height:14.8125rem;display:none; }
#gy8ZW2ch0xWlNf4fQ2wRFLfIeSqngBKE { width:0;height:0;display:none; }
#IoEqO7RuRfiTXu2OBGhU6GADXMKZUFfx { display:block; }
#Z62OCzivfFmTIkxqfPwogrHAvcXHtPW3 { width:;height:;top:0rem;display:none; }
#ui2Ggxe8GoNnmt73gPT5Mrh2HmngxzBV { display:block; }
#SPLhNR54io9WSDW0nJsCmZVedl67PILk { display:none; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { width:47.75rem;position:relative;display:none; }#o2MkaHw26xNXA2RlKhnQZpVotV3r6TDq { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
#ktRmfuBEZByspGyDRXyc3IilT7n3paSA { top:9rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
#OOiluWaMyIf1KgQ2VbcH1KZTiTUTI7wm { top:10.6875rem;left:0rem;width:8.5rem;height:1.6875rem;font-size:0.4375rem;display:block; }
#pziQI2pIr1oB3kuxcI8HkbT5NqNB4NXT { top:1.5625rem;left:0rem;width:11.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
#JTGZSLa9vToX2NX8TOT01KOyrVazUs5B { top:0rem;left:38.75rem;width:0.0625rem;height:5.625rem;display:block; }
#Nz9WPntkmFzwAXEeMzvfXbdoFPZ6lPba { top:0.6875rem;left:36rem;width:11.75rem;height:1.25rem;font-size:0.625rem;display:block; }
#P1ExmkW2979iqEVv1qQIyeFsplitBdks { top:2.125rem;left:40.25rem;width:2.6875rem;height:2.6875rem;display:block; }
#OglxUQ142JX2Fq5N1uzbmJ4mCAdlREVq { top:2.375rem;left:43.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#DtTwDWxN1Tk5xv2NhDzRttIlGQdnuiNS { top:2.125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
#Wlki7v9qofC2Gu8PJ5BpafnGiy6eaPtz { top:2.0625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#tgviiFWMInT0t7i3oVww5peXGux3LdTg { top:0rem;left:10.0625rem;width:0.0625rem;height:5.625rem;display:block; }
#FsrqFTWHDwvviFG3d8FUBOaUZ8TNgyRg { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#zIekxV4eP8k8UPEh7L5y1V8kcrWBtTLh { top:9.9375rem;left:0rem;width:15rem;height:0.9375rem;font-size:0.75rem;display:none; }
#nD4PzEo0KiZdyfglFBQeiSZ8AdLTMwUq { top:0.6875rem;left:40.25rem;width:6.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
body { position:relative;top:0rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { background-color: transparent; background-image: none; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container > .video-iframe-container { display: none; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row > .video-iframe-container { display: none; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .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); }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { border-width: 0; border-radius: 0; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUcOeieUxtzIJu98wkrLZ1P5KWWQSfoi > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#fwGIfvRJaXzkGTKzVoBi0Ute2Sq2u693 { width:9.375rem;height:2rem;top:2.5rem;left:10.158402722125rem;z-index:15020;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#xg8k885vdkb2ttVCrFqEr4mgRlokLJL8 { display:block; }
#WDtGv7FgnBHniKhDUsoaBp4pXXn1BIuh { width:9rem;height:1.8125rem;top:2.5625rem;left:0.3125rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hbJutQrcwmMXuML6FM2aIB6uz9JVoySk { top:0rem;left:0rem;width:20rem;height:2.1875rem;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column;background-color:;background-image:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-number { padding-top:0.239375rem;padding-right:0.228125rem;padding-bottom:0.239375rem;padding-left:0.228125rem;width:1.366875rem;min-width:1.366875rem;height:1.283125rem;font-size:0.955625rem;line-height:20.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-family:var(--paragraphs-font-family); }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.149375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.823125rem;height:0.5075rem;font-size:0.358125rem;line-height:8.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;background-color:;background-image:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH { width:7.5rem;height:2.4375rem;display:flex;top:0.125rem;left:11.685546875rem;z-index:15001;padding-top:0.029375rem;padding-right:0.0325rem;padding-bottom:0.029375rem;padding-left:0.0325rem;border-bottom:0;border-left:0;border-right:0;border-top:0;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; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #pVybOAmw2OXPtKFginaOOGU2K9anazu6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #TRZZJxmC6L5QRJvXnesgKzXA6gIGxmAe {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #AS9ilx2HihryMT0v5MnMzQOb3hX13H1H {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #xPortTp0fHPKMCbRxdZif3FDL5k8ncqH { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #ee2n5teq9x3vfThZZTRQuh96hNDu8Im5 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #BlKN621xV7sN5ezTsAucVOnCGBB6xJI7 {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #XQbgtyZhcy6xg5cO6IHZ3yNOrDFFLxyg { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #tmmbtd0yVRwFpebiwbT5yBezgO3AQTEb {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #qvSnVFsCef4cghhtDgabGzTCefoIG02r {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #FhFKN65QoDwvDtVWBZ5Z7Zfp2mqKcngd { display:flex;position:relative;top:0rem;left:0rem; }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #EQZTHf0dHe5QkIt8tTNaENJ02tKw6IFf {  }
#N4dL5dkBCJwN1pNb9DUK5aC6mtiBmixH #cyEQDTfF3ZSlQq8dThJ276VqR2K1sahz {  }
#yExbUUnLvT2vcL6h0CuSd8TMUmRALhtF { top:0.625rem;left:0.623046875rem;width:11.0625rem;height:1.03071875rem;z-index:15003;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU { background-color:#ff7562;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .row .container { border-width: 0; border-radius: 0; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDmId8TgRXuMg3KDvpt8mLpBxQFf6soU > .row .container { width:20rem;height:3.125rem;position:relative;display:none; }#iZT1XCTMxbQm9VXgtqvI1lOPCNM845we { top:0.5rem;left:0.4375rem;width:9.625rem;height:2.19815625rem;z-index:15000;color:#ffffff;font-family:brown;font-weight:700;font-style:normal;line-height:1.1;font-size:1rem;display:block; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-number { padding-top:0.2425rem;padding-right:0.219375rem;padding-bottom:0.2425rem;padding-left:0.219375rem;width:1.321875rem;min-width:1.321875rem;height:1.305625rem;font-size:0.9725rem;line-height:20.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:brown;background-color:#ffffff;background-image:none;color:#000000; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.761875rem;height:0.515625rem;font-size:0.364375rem;line-height:8.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:"brown 2";font-weight:300;font-style:normal;background-color:;background-image:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser { display:flex;top:0.47119140625rem;left:11.1875rem;width:8.3125rem;height:2.4575rem;z-index:15004;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #voLkQMGgToT5EuS8ZyMXRkGAk2AHUO5w { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #JCdmtB8TbhyL8S5LRrDBPwdnl6SL9xaC {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #zpJ8JlNTkCNqPcAUwgCIghe2i7zqzg8L {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #vUEH7l0EqL6XLC3UhXC512g7MxT1sVNV { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #xzN86fnaFZcHdauE9ikRKVlm0OR7fTG6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Q2eQ0RW2yW3lLQxbxtgKoWn5pb3N0X0W {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #Al3vb4I67PyrQdNWP2UO6t5aZiU68OSf { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #p7dALQTdronFuFx1fJwa665OTdblBKz6 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #TySmQZ6i5I76TDhVXlkIKNuhS7RGF6P4 {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #H3rHmnvcTSqh6EeA0XpwaBrT6zKz3NgO { display:flex;position:relative;top:0rem;left:0rem; }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #VWMMSEMyTeDK1y7zt4ur0F3RPrxSXkfT {  }
#ZNvKkefzTkbVn2HSXabebRdxsdTxWser #OTvJC6eOApSwgMRiSoGXTmXaFVevpnl2 {  }
#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { display:block; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { background-color: transparent; background-image: none; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container > .video-iframe-container { display: none; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row > .video-iframe-container { display: none; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .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); }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn { border-width: 0; border-radius: 0; }#r487f9Ayd2r4msdZAm3tGUo3Xm5wetVn > .row .container { width:20rem;height:6rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V { background-color:#f8f6f6;background-image:url("https://images.assets-landingi.com/uc/f451c1c2-396c-4da1-917c-193893794edb/MainBodyPower.crop_1372x2032_0,118.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V.adaptive-delivery-prevent-bg, #KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V.lazyload, #KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V.lazyloading { background-image: none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container { background-color: transparent; background-image: none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container > .video-iframe-container { display: none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row > .video-iframe-container { display: none; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .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); }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container { border-width: 0; border-radius: 0; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzChfzyh3fIU6bTRlhJ3yfmRA7rw5m4V > .row .container { width:20rem;height:32.5rem;position:relative;display:block; }#qbLFC6xECr9941NEnhPmUQGG97ldOWMs { width:15.6875rem;height:6.972625rem;top:2.6839599609375rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.2;color:rgba(var(--color-tertiary-4),1);z-index:15026;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#isJyD9XHDdRqQTWFf0QQaFwXn6O1laXW { top:1.3677978515625rem;left:4.871337890625rem;width:11.812125rem;height:0.97523125rem;z-index:15007;font-size:0.75rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#m2PpCNTaapkCnwEeNECeivUxbuIM1Whp { display:flex;top:1.37451171875rem;left:0rem;width:0.875rem;height:0.875rem;z-index:15028;font-size:0.5625rem; }
#NIZReFpkOtUcZ0cOZIUX0THd2MXk8Zqz { display:flex;top:1.3739013671875rem;left:0.874267578125rem;width:0.875rem;height:0.875rem;z-index:15029;font-size:0.5625rem; }
#qdlWDbcLg5DnLnar2DVbvtlsKW98rmnq { display:flex;top:1.3739013671875rem;left:1.81103515625rem;width:0.875rem;height:0.875rem;z-index:15030;font-size:0.5625rem; }
#k5raga0BsVGBznHTEyVtgkFpfPr9tXII { display:flex;top:1.3739013671875rem;left:2.747802734375rem;width:0.875rem;height:0.875rem;z-index:15031;font-size:0.5625rem; }
#Rw2cGoTpRGDZJRlN2Ha5SBt2JwMRxGRM { display:flex;top:1.3739013671875rem;left:3.6845703125rem;width:0.875rem;height:0.875rem;z-index:15032;font-size:0.5625rem; }
#zqHfA3wc8yoT50KQaDryOh4aGEusFIaE { top:25.640625rem;left:1.533203125rem;width:15.187375rem;height:1.4624rem;z-index:15002;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#Te4ulewGumJSOys1WcRAC2s4AngZrfic { top:27.328125rem;left:1.533203125rem;width:18.3125rem;height:1.38139375rem;z-index:15003;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#GOnnNzW6ZVR3os2xGzMkgMzlWsQcE22A { display:flex;top:27.4375rem;left:0.3125rem;width:1.0625rem;height:1.0625rem;z-index:15034;font-size:0.6875rem; }
#dpaL8J5gML3maQGdmlfSrfuG4Npq1lah { top:28.93798828125rem;left:1.52978515625rem;width:18.4375rem;height:1.38139375rem;z-index:15004;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#ZF7phemsTGTcekaAJ7frlc0ylx7qMuin { display:flex;top:25.74951171875rem;left:0.3125rem;width:1.0625rem;height:1.0625rem;z-index:15036;font-size:0.6875rem; }
#umCTsTtseRr4bFvVzf3QCec4IgtDrTvG { display:flex;top:29.06201171875rem;left:0.3125rem;width:1.0625rem;height:1.0625rem;z-index:15036;font-size:0.6875rem; }
#KgFLcGMvzpf8UUPzF3A77Cb6nyqOIEtn { top:20.7265625rem;left:14.3125rem;width:5.68725625rem;height:5.68725625rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JWKEFKFJrBzowTlhiAuBQcxaAeleN8hq { width:20rem;height:6.25rem;top:24.8935546875rem;left:0rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JUliiFttlbXtFbT263m3ZMRh2ASJfP3K { width:14.6875rem;height:3.73756875rem;top:9.404052734375rem;left:0rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.3;color:rgba(var(--color-tertiary-4),1);z-index:15027;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#lu8VtfABDVQVn86xDmdbGFendk32miiF { top:1.02001953125rem;left:0rem;width:19.75rem;height:30.0625rem;z-index:15096;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),0);background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AbnmXKLQzZBDfTlJqeR52RaMbTmFdxGf { display:block; }
#MC0CFnMpHphSutF8JofGlg13VDbHZORV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container { background-color: transparent; background-image: none; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container > .video-iframe-container { display: none; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row > .video-iframe-container { display: none; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .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); }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container { border-width: 0; border-radius: 0; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MC0CFnMpHphSutF8JofGlg13VDbHZORV > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#kb1kMOGK6wBtZqbTwPan9XKTwZNdn5lX { width:15.9375rem;height:3.3125rem;top:0.625rem;left:2.03125rem;z-index:15021;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;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;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#KKrVGzskUrFgwQttz1KsLvNPsvfq2H3S { display:block; }
#iynzlN4LE8qUc7dRkVIKBdmQ3awIvrdh { top:4.375rem;left:2.4375rem;width:17.125rem;height:1.298825rem;z-index:15056;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#tT6FmeEFUWDuSBPQCTCfRrwJr2AO5SmF { display:flex;top:4.25rem;left:1rem;width:1.3125rem;height:1.3125rem;z-index:15057; }
#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container { background-color: transparent; background-image: none; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container > .video-iframe-container { display: none; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row > .video-iframe-container { display: none; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .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); }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container { border-width: 0; border-radius: 0; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWm23e4iDOidstkiCNEu6eeVRc78LXeZ > .row .container { width:20rem;height:61.875rem;position:relative;display:block; }#n8lEOIVwLIHJrU76KGAZV8W0QNmyMdtb { top:1.4375rem;left:0rem;width:19rem;height:4.0625rem;z-index:15001;font-size:1.5625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.3;font-family:var(--paragraphs-font-family);display:block; }
#atWCTzhuUr2kxHlTicHl3d7LHC3s47J4 { top:6rem;left:0rem;width:18.875rem;height:0.962525rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#TMizsely1U55EepTzaBaiuKadiCcRWWm { width:19.375rem;height:4.875rem;top:33.3125rem;left:0.25rem;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#NLM3GpwCMIfMMcW7LxPfZmwfGVQGueeT { top:34rem;left:5.25rem;width:14.0625rem;height:3.41175625rem;z-index:15004;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#hKTmlMN3Sm1Ely9A8n1wZCyAQVSpAb9o { top:8.375rem;left:0rem;width:20rem;height:25.8125rem;z-index:14997;overflow:hidden;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZzTpFQbHiAEkEn8zOzaLFvJ0lT0Di6Sb { top:29rem;left:12.3125rem;width:7.1875rem;height:2.11115rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#kvQNA8fh4llBArfscy8JwMuGoBz8x4TQ { top:28.4375rem;left:8.4375rem;width:11.0608125rem;height:0.062255875rem;z-index:15033;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g0pQl8DX5we3ypyvckvBOvgaLBKvpShq { top:25.4375rem;left:12.375rem;width:4.874875rem;height:2.45028125rem;z-index:15015;font-family:canela;font-size:3.0625rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#BAK8Jar5f52HuuygenrEuosmZcTDGo95 { top:26.3125rem;left:17.1875rem;width:1.5625rem;height:1.5rem;z-index:15016;font-family:canela;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#BXTFt7TMt20wyFa99ZumaOlHGRuBeU48 { top:27.25rem;left:10.125rem;width:2.06176875rem;height:1.0563125rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#aVtuhbHJXx2AS4ck5nkuTEi2TLVKDGnu { top:20.9375rem;left:12.625rem;width:6.93725rem;height:3.166725rem;z-index:15010;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#W01yvCyOoWe5QTs0vvLU5U9nTU6RUXhI { top:17.5625rem;left:12.125rem;width:4.8120125rem;height:2.45028125rem;z-index:15014;font-family:canela;font-size:3.0625rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#vptEJ01bb5BgzIkR2mRySgA7ILJ0v6l5 { top:18.5rem;left:17.1875rem;width:2.374875rem;height:1.5rem;z-index:15015;font-family:canela;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#ANOhwM4bldiBTTu8GfIrdWO6zKlmtJmB { top:20.5rem;left:8.4375rem;width:11.061375rem;height:0.062255875rem;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#di0Qis4CFoVgmywNCQKgVFKK8FazScTb { top:19.3125rem;left:10.0625rem;width:2.06176875rem;height:1.0563125rem;z-index:15011;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#qpX89ixdLvKM4wX5MrHOaxFVOmdTO6J1 { top:13.8125rem;left:12.375rem;width:7.124rem;height:2.11115rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#HwupGXmkRBfDXA5h70HBrA1TEGfwzSrA { top:12.875rem;left:8.4375rem;width:11.062rem;height:0.062255875rem;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tgXMhDyIykLEEsMXtNowNT5hBBWxDKI4 { top:10.0625rem;left:12.5625rem;width:2.37426875rem;height:2.45028125rem;z-index:15016;font-family:canela;font-size:3.0625rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#NpIPqcNrtNRnTTGiKGaSfTzi6B0GdOkz { top:10.8125rem;left:15.25rem;width:2.1875rem;height:1.5rem;z-index:15017;font-family:canela;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(var(--color-tertiary-4),1);display:block; }
#NJOv6erZubO0sR5VQ7XMLHC3RGfnTXR7 { top:11.8125rem;left:10.125rem;width:2.06176875rem;height:1.0563125rem;z-index:15010;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#PXtF0AZ7oOfiQNRlE65KbZzXKMyszuaq { top:20.1875rem;left:7.875rem;width:0.499878125rem;height:0.499878125rem;z-index:15031;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#cy9dltJLerhcapAHubPfSdT9h8qWcX3S { top:12.625rem;left:7.8125rem;width:0.499878125rem;height:0.499878125rem;z-index:15030;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#kKBwTfKs23QBrPq6HwyKRKAeLtvq6ATp { top:28.125rem;left:7.9375rem;width:0.499878125rem;height:0.499878125rem;z-index:15032;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#v3yKT4osQwNeAlevps9hK6D2GzqMdUKS { width:4.0625rem;height:5.8125rem;top:32.875rem;left:0.625rem;overflow:hidden;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IOxe0QNNo6A6QVLbQJsAyWiruqSJfkLn { top:46.25rem;left:10.25rem;width:9.75rem;height:10.875rem;z-index:15005;overflow:hidden;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OZ3Ozu1nRvKxt6BgGHJ0s78PmkNQt0nK { top:54.75rem;left:16.5625rem;width:3.4375rem;height:1.4375rem;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dnOekN3oRT5nuJHXVVGGcttMTI4x5FSA { display:block; }
#RhlCtphaf6RrGbweTWAUOB53Xr2qukZl { top:46.25rem;left:0rem;width:10.0625rem;height:10.8125rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZNBSPa8S9GKRzLuyJP43oLKZtXW7RhMW { top:43.75rem;left:0rem;width:16.3125rem;height:1.13725rem;z-index:15069;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#EEDR4T86w6M5itpko8GxXWI5SLZWFklJ { top:46.25rem;left:0rem;width:3.4375rem;height:1.375rem;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QdFgIV495ECxkX2IaCyfJDBfFPRnA79T { display:block; }
#cGeZPhiGM8hTLwfIPQtAByFmkGhlTO6t { top:40.3125rem;left:0rem;width:17.749625rem;height:4.5356875rem;z-index:15002;font-size:1.375rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#LK09FW4BNUa2o84so8TWyT2otDF6HRvN { top:58.624267578125rem;left:1.4764404296875rem;width:16.75rem;height:1.949575rem;z-index:15071;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { display:block; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { background-color: transparent; background-image: none; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container > .video-iframe-container { display: none; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row > .video-iframe-container { display: none; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .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); }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ { border-width: 0; border-radius: 0; }#f6T5x1CaJWMhVIhlMrvLnky4grMKOhfQ > .row .container { width:20rem;height:9.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#v6qHr0atQlfKPFEc6Gnt3HSkzwukTEFa { top:1.8125rem;left:0rem;width:12.4365rem;height:5.24858125rem;z-index:15004;font-size:2.1875rem;font-weight:300;font-style:italic;color:rgba(var(--color-tertiary-4),1);line-height:1.2;font-family:"canela italic";display:block; }
#kUVPf70vWPzn44heDFR9STcgAgtigGIy { top:4.6875rem;left:0rem;width:19.9358125rem;height:4.39985625rem;z-index:15003;font-size:2rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.1;font-family:var(--headlines-font-family);display:block; }
#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/2644cc92-ee67-4b88-b1ee-c5a399e635a8/BodyPowerSBMano04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt.adaptive-delivery-prevent-bg, #UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt.lazyload, #UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt.lazyloading { background-image: none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container { background-color: transparent; background-image: none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container > .video-iframe-container { display: none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row > .video-iframe-container { display: none; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .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); }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container { border-width: 0; border-radius: 0; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmZiaaJuc0ezp3KQfL9I8Wchb34Qi9dt > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; }#Ghn5TDEmGNTqyAQtqHg1KWiocxiqg6FV { top:1.600341796875rem;left:16.412841796875rem;width:2.9370125rem;height:2.9370125rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container { background-color: transparent; background-image: none; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container > .video-iframe-container { display: none; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row > .video-iframe-container { display: none; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .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); }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container { border-width: 0; border-radius: 0; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r90aJgpyZkiNXcxzDVp6ldRqSVn7S4rV > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; }#UWomBLrsRpsO3ORDBVPQnRwh4UPJoUw1 { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#apmpcoenAzaRgl6rOntiBsnXP7l4XeTS { display:block; }
#uxOLv0oALN6tof4MOJI3Kp6qvFHse9Eq { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oFHSiU1NQSik1ub771Pq7gx7q9ofaiXG { top:13.811307907104rem;left:10.687066078186rem;width:6.4375rem;height:2.3987875rem;z-index:15002;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#qnu3W07roqA0VIPXFzi0EifmMEguLFMm { top:1.623046875rem;left:10.229736328125rem;width:9.5625rem;height:27.625rem;z-index:14980;background-color:rgba(var(--color-primary-2),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#hMJFdcucSvxb2n9HNQCvERMAlsyl9kDB { width:7.9375rem;height:2.1875rem;top:26.5615234375rem;left:0.873779296875rem;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#sHIvoiMfbpDuDCSHFzTPAMcxzXJACag7 { display:block; }
#xf3z9Q9atTHPmewKhHCuuyS9AzHNbVpf { top:2.5611972808838rem;left:10.874566078186rem;width:8.5625rem;height:1.298825rem;z-index:15045;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
#bKIVbMvyIAlGShXnudQxLPcO8To9HXls { top:0.93619728088381rem;left:11.312500953674rem;width:7.625rem;height:2.03125rem;z-index:15046;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#mmiXcbo6zL6rHJhXGE7qFcFobQ398F0T { top:0.68685913085938rem;left:10.25rem;width:9.8125rem;height:3.4375rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#z8fdlz62LgqGkQAky3VnJ8RFcDfb0CR9 { top:4.075927734375rem;left:0rem;width:9.625rem;height:25.0625rem;z-index:14988;background-color:#faf8f8;background-image:none;border-top:0.125rem solid #faf8f8;border-left:0.125rem solid #faf8f8;border-right:0.125rem solid #faf8f8;border-bottom:0.125rem solid #faf8f8;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;display:block; }
#hEczvcvNWwd4FetKJJ9wNMwxJcxFinNZ { top:1.6241302490234rem;left:0.8121745586395rem;width:8.125rem;height:1.70631875rem;z-index:15046;color:rgba(var(--color-tertiary-4),1);font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:var(--paragraphs-font-family);display:block; }
#FayMosSa9e4K5o3L2bTw2TtKAWkkxyQ6 { width:7.9375rem;height:2.1875rem;top:26.1865234375rem;left:11.25rem;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#BDzbxvKVsW05uuKq1XMdybSAEgwTWnLM { display:block; }
#bsUfRoDJ9h0U8w3Td1RtFNIIbffOC8Xb { top:0.68663024902344rem;left:0rem;width:9.625rem;height:3.3125rem;z-index:15001;background-color:#f1ecec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lqZbF6k2u4QgyFmPEyOXepOpd1pOKn0T { top:16.498479843139rem;left:11.811740875244rem;width:8rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#tKyn6sPMVmaoZqfDbfUBivMtxwwRQHTV { top:17.749025344849rem;left:11.81228351593rem;width:8rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#xpN5uZqzFVkN1rHAUtSocXuJqi7qoiAn { width:9.0625rem;height:2.1875rem;top:23.685302734375rem;left:10.623779296875rem;z-index:15035;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-weight:400;font-style:normal;line-height:1;font-family:var(--paragraphs-font-family);display:block; }
#k4cO1fCCfbJKQecNP6Q2DqhDapzTiNR8 { display:block; }
#sxaOaeSwTmh1stg5oRTumdox4TbCwJVl { display:flex;top:17.623697280884rem;left:10.499349594116rem;width:0.99989375rem;height:0.99989375rem;z-index:14997; }
#eZgEZo6NoRT9seZTgDIoEPpMoa1VIDZL { display:flex;top:16.334634780884rem;left:10.499892234803rem;width:0.99989375rem;height:0.99989375rem;z-index:14998; }
#xqDplraNHcThFSR8e4JV27fsZGUmuBel { width:7.625rem;height:11.0625rem;top:3.85986328125rem;left:0.9345703125rem;overflow:hidden;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FM9yp5vXE7lhZdwPxAIpqtFcy3cw0fzN { top:20.06201171875rem;left:10.749755859375rem;width:3.25rem;height:3.25rem;z-index:15055;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#dkDe6yhQbfDtTOOXsfrZAJlJOmLuWCzi { width:5.499875rem;height:1.124875rem;top:20.125rem;left:14.25rem;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#DAPsEPN4hSx2H5LCsT0sKsDS8R2JSAKT { display:block; }
#XqUfTU5LsSLOcICdJ8LWJ9s2GbIvOCdT { top:21.56201171875rem;left:14.687255859375rem;width:4.1870125rem;height:1.4630625rem;z-index:15055;font-size:0.5625rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#NSbCyaNpfm61kpi5gMi5OusxTvlAPfZC { top:0.998046875rem;left:0rem;width:9.75rem;height:28.1875rem;z-index:15066;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#osQKcgxzgJusT85N9fHzwGrnoB8Evxpm { display:block; }
#nOJz7guGadGB7GcXfaBuTcpXWTXXzgZb { top:0.74574279785156rem;left:10.434125900269rem;width:9.3125rem;height:28.5625rem;z-index:15067;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PCIHdMaQVMBZkZUZzy7Ti2fvMlzQaJSP { display:block; }
#hBWxXo3nUDxhwu5G7ru09WHwzWtuQCuB { display:flex;top:6.470458984375rem;left:7.66943359375rem;width:1.2495125rem;height:1.2495125rem;z-index:15059; }
#yLNmEPCS6d7T1CQXLyPxRBLeoLXwyM7W { display:flex;top:19.5947265625rem;left:10.499267578125rem;width:1.18725625rem;height:1.18725625rem;z-index:15060; }
#A1APkMcTEF35q2QRe1flTiLMSeE4iyfG { top:13.9375rem;left:0.5625rem;width:6.43725rem;height:2.3987875rem;z-index:15002;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#lIt5pGSdBi7MqFwAmqJNJQpVIcFbVD52 { top:16.625rem;left:1.6875rem;width:7.9995rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#GDoyTzGyEO3GyoHXNEmKTrXOA2C2Vzva { top:17.875rem;left:1.6875rem;width:7.9995rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#BwTtScfRsc9BAC6w0NgOZ6DxZFvK5fL8 { display:flex;top:17.75rem;left:0.375rem;width:0.99975625rem;height:0.99975625rem;z-index:14997; }
#cNWH0dbWaPPu4NNa5mzJ3EAoDkxVUtyT { display:flex;top:16.4375rem;left:0.375rem;width:0.99975625rem;height:0.99975625rem;z-index:14998; }
#uhO6XPZ2B0L8gVV7QMeh92bsBZfRPr90 { display:flex;top:19.75rem;left:0.375rem;width:1.18725625rem;height:1.18725625rem;z-index:15060; }
#QJcc6H1sn1i2dgyzpJvw5TQbovidepOO { top:20.1875rem;left:0.625rem;width:3.24975625rem;height:3.24975625rem;z-index:15055;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#QxX8uthUOON8hOvmJgnBbxrNElboTixk { width:5.49975625rem;height:1.12426875rem;top:20.25rem;left:4.125rem;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
#dc7Zxr1TOgxWn82c6sWJEGIgTqBZiyRp { display:block; }
#rNC1dHHOlwGGl8BecDgu5A5IkHf9w8Td { top:21.6875rem;left:4.5625rem;width:4.186525rem;height:1.4630625rem;z-index:15055;font-size:0.5625rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#kyUAcyH74CDJi0zVVJkWt0oIGoDRg1HG { width:9.06225rem;height:2.1870125rem;top:23.81005859375rem;left:0.375rem;z-index:15035;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-weight:400;font-style:normal;line-height:1;font-family:var(--paragraphs-font-family);display:block; }
#XOPNTgceoaUpmJ1X4bAseFDXeBALXw2C { display:block; }
#ymK9tJ3A50SkvNkZR66yikNbPT3e4SZb { width:6.5rem;height:9.625rem;top:4.404541015625rem;left:11.7919921875rem;overflow:hidden;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#J4vBr8bGdcxffmhHw6WZoRGmd05QdTUe { display:flex;top:8.765380859375rem;left:17.373291015625rem;width:1.18725625rem;height:1.18725625rem;z-index:15061; }
#LT2NAlrRnc2i9xo4htxU60CxPChruWdz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0rem solid #515151;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container { background-color: transparent; background-image: none; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container > .video-iframe-container { display: none; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row > .video-iframe-container { display: none; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .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); }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container { border-width: 0; border-radius: 0; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LT2NAlrRnc2i9xo4htxU60CxPChruWdz > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#CM0fB3fcrPQlu0eMOyATEUTwdvIigopr { top:1.4375rem;left:0rem;width:20rem;height:3.57510625rem;z-index:15093;font-family:var(--paragraphs-font-family);font-size:1.375rem;line-height:1.3;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UED3cQxLUNZnK1uZA3SBxXz3fbyTRpJZ { top:16.8740234375rem;left:0rem;width:20rem;height:2.1875rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y2VrT7OiDD6IAVEycC4LNtnTsI2vAyU2 { top:5.6259765625rem;left:0rem;width:20rem;height:10.5615rem;z-index:15004;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container { background-color: transparent; background-image: none; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container > .video-iframe-container { display: none; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row > .video-iframe-container { display: none; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .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); }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container { border-width: 0; border-radius: 0; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iy7AG2aXk0eAIe5Dkoyvl3qnLN4qhqsi > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; }#bZUMAhtEPXiPTlKBqbTtdfNznyiVsmRd { top:3.499755859375rem;left:0rem;width:19.93725rem;height:4.7993625rem;z-index:15004;font-size:2rem;font-weight:300;font-style:italic;color:rgba(var(--color-tertiary-4),1);line-height:1.2;font-family:"canela italic";display:block; }
#ep20VKO0XoZ63WCFhXAE9Ag5iClKsTaf { top:1.812255859375rem;left:0rem;width:20rem;height:1.78755625rem;z-index:15006;font-size:1.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#itkgkMSi6nM5XqmQ4HpuTkgSWhvyKFMZ { top:6.55224609375rem;left:0rem;width:19.9995rem;height:4.87215625rem;z-index:15070;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
#DsNEKZuBV2DfMHe4s91AtEKT7Q7TzWgm { width:20rem;height:20.985010706638rem;top:0.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DkmbQRTdTpU0TDP98DV4QsJFKWoLMGBU { top:20.4375rem;left:1.125rem;width:17.75rem;height:auto;z-index:15073;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:none; }
#Mqkg4MIGqGUOrDE5uVbNP8akItE1KnMa { top:13rem;left:0.375rem;width:19.1875rem;height:auto;z-index:15074;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:none; }
#pXGPckUKC7HuCbSB5TZOMiLfLJp4Fspa { top:18.375rem;left:7.3125rem;width:5.3125rem;height:5.9375rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tU9dbx10oPflwIy2hnfJW9p18E4iWH3n { top:10.125rem;left:7.125rem;width:5.6875rem;height:7.1715284526862rem;z-index:14992;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;display:none; }
#KeUt0BLb9HUVohIFWtMzxZR5q06ddeWv { top:11.0625rem;left:3.75rem;width:12.5rem;height:auto;z-index:15071;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:none; }
#t9ac8rmyX88bXT0TMuPL1wsvTer945wV { top:18.75rem;left:3.75rem;width:12.5rem;height:auto;z-index:15072;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);display:none; }
#Bnpsen7KqQ4rTrBEk21ILB9Er1Q9WEf5 { top:26.875rem;left:0.5rem;width:19rem;height:3.625rem;z-index:15007;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yhef3esEdUpukcaZ9eAfbDioCSqeKEVd { display:block; }
#aDpn9UiI6Vz0b2FF9Of4tnSWoe5o1cWw { top:10.875rem;left:0rem;width:20rem;height:auto;z-index:15072;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),0.28);display:none; }
#IiHiIQIAtyEpAl4sae8NOqwPa7MMPnVv { top:18.625rem;left:0rem;width:20rem;height:auto;z-index:15072;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),0.28);display:none; }
#WB3dLeSeLLnxgQO5HeK4yF9bLAnu9XJs { top:10.9375rem;left:7.5625rem;width:4.875rem;height:5.25rem;z-index:14991;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:none; }
#V4cGy4L5T9RQBiAdVcIKINc1eHZrfsls { top:18.5rem;left:7.5625rem;width:4.875rem;height:5.125rem;z-index:14991;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:none; }
#ONqbGToEHCsB4TeeSkZuQP4Lw5mrvBvP { top:0.25rem;left:0.5rem;width:19rem;height:31.9375rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oB8Z7h6AsJZNpudHv5W7wWTUuf7HEcN8 { display:block; }
#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A { background-color:#f8f6f6;background-image:url("https://images.assets-landingi.com/uc/81a7eb73-be98-464f-98da-153cb287ac97/53299_BP_2025_BP_Model_01361.crop_2374x2390_253,378.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A.adaptive-delivery-prevent-bg, #BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A.lazyload, #BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A.lazyloading { background-image: none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container { background-color: transparent; background-image: none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container > .video-iframe-container { display: none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row > .video-iframe-container { display: none; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .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); }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container { border-width: 0; border-radius: 0; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMMJvBSf8NTrsvwqTgrhHyWg0KNs2n6A > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; }#AM1hzMkOW21xeT3nK67JLdetidXhQV77 { top:1.25rem;left:0rem;width:20rem;height:2.93728125rem;z-index:15007;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RgcunKJqQOb6TRTWmxmnC1T3PmLeCEw4 { display:block; }
#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container { background-color: transparent; background-image: none; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container > .video-iframe-container { display: none; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row > .video-iframe-container { display: none; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .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); }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container { border-width: 0; border-radius: 0; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p52lzipyOPhZcz2LfFeZu8HgXflH7tpW > .row .container { width:20rem;height:41.875rem;position:relative;display:block; }#i9mVZXctZyIGDlqa3NNMLcn1P4yfsttn { top:1.1875rem;left:0rem;width:19.9375rem;height:3.57510625rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TGL5iuwK6J98SvhbKwsPBaOFhqQf9gio { display:flex;top:6.375rem;left:6.4375rem;width:1.375rem;height:1.375rem;z-index:14990; }
#wGOsc5fPEGHWqGwg8yxu2FlVwuIJrW0t { display:flex;top:6.4375rem;left:6.5625rem;width:1.125rem;height:1.125rem;z-index:14989; }
#fy2z8tt4TUq89svEmS5P0hTncToceMDG { top:7.9375rem;left:6.5rem;width:13.5625rem;height:6.1257125rem;z-index:15003;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#sWnZImak6CNarInGOHRlspVFDyXonKQq { top:28.25rem;left:0rem;width:20rem;height:6.3125rem;z-index:14981;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#lSdLQT9eaqn1dTre3r2DpXmUNtaJIqUP { top:29rem;left:2.6875rem;width:16.9375rem;height:5.997875rem;z-index:15056;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;line-height:1.6;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#C5TiJ8x5MR2W01wvmh9NSses7dv5zM8Z { display:flex;top:29rem;left:1.1875rem;width:1.125rem;height:1.125rem;z-index:15060; }
#TOa6qgG0UfoyTFEnMQXJrgf080QEb60H { display:flex;top:29.0625rem;left:1.1875rem;width:0.9375rem;height:0.9375rem;z-index:15059; }
#LTvoGbWbBz8p2QVmEnFoWXaDnhs6sd3d { display:flex;top:30.5rem;left:1.1875rem;width:1.125rem;height:1.125rem;z-index:14986; }
#cRTDB91iTOPxJkx4VJbi2qMGCvLzr6Tg { display:flex;top:30.5625rem;left:1.25rem;width:0.9375rem;height:0.9375rem;z-index:14985; }
#bD0VM0yLtCP7Q2fpTUThy0SbGbzGO0RJ { display:flex;top:32.0625rem;left:1.25rem;width:0.9375rem;height:0.9375rem;z-index:14982; }
#dGBIm1ovxF84JfDnsrcvgvC7NSxUqtTv { display:flex;top:32.0625rem;left:1.1875rem;width:1.125rem;height:1.125rem;z-index:14983; }
#w6MaZBTNQTP2LzUuNOykCmTiFAhuRwcu { top:15.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15035;background-color:rgba(var(--color-tertiary-4),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IJKGPRhwCyoEv8ASThO7oWWa5VsepwAU { display:flex;top:17.1875rem;left:6.25rem;width:1.375rem;height:1.375rem;z-index:14992; }
#C6FHlKKVcrPsV86f9gKmUE1yuu9hlLR2 { display:flex;top:17.25rem;left:6.375rem;width:1.125rem;height:1.125rem;z-index:14991; }
#eH91Jicriw7iQ6iv06Tie2izq53N5Q7I { top:17.1875rem;left:0rem;width:5.375rem;height:7.375rem;z-index:14997;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KlJRPTr7d8MgPALuLAW7DOFLOs6EF0Ht { width:16.4375rem;height:3.0625rem;top:35.75rem;left:1.8125rem;z-index:15022;color:#f8f6f6;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#iUuRqgQ56eREmnQV3mNLDJiHuVZZBNw9 { display:block; }
#VhrrSNAnHX2fm8RZSapWDvlvRBnbLwGX { top:26.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:rgba(var(--color-tertiary-4),0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NlUPCkmSKu70kT45KvDvHsn0cTF70kbP { top:39.625rem;left:0.75rem;width:18.5rem;height:1.298825rem;z-index:15056;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#z6TTlUKcv4MhvaTr4gbcn4CCMWEZhcKl { display:flex;top:39.5rem;left:0.75rem;width:1.3125rem;height:1.3125rem;z-index:15057; }
#ZJ7WCyiqz9fbmquckkQUGT08tJCxaF4e { top:18.5625rem;left:6.4375rem;width:13.5625rem;height:6.1257125rem;z-index:15004;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TJRbIhDuvrZwvhxkrAzW1KJeuX8rE1po { top:6.5rem;left:0rem;width:5.3125rem;height:7.4375rem;z-index:14998;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DH5FipngBlTWP2FCwuRMPOi49Zn2iBc2 { top:0.3125rem;left:0rem;width:19.125rem;height:40.8125rem;z-index:15061;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yTg64cpNtHXnu1unGtSTT0RkGSX7szwc { display:block; }
#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae { background-color:#f4f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container { background-color: transparent; background-image: none; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container > .video-iframe-container { display: none; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row > .video-iframe-container { display: none; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .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); }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container { border-width: 0; border-radius: 0; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyHP0demhegFu4wJiJq4Bi95CVAFO9Ae > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; }#cHvmotWhBnDCNgwO2uMFXCPpRsSwR9bA { top:8.875rem;left:0.875rem;width:4.1875rem;height:0.97523125rem;z-index:15030;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#vZA8WPIaLtVGLDPkLhZVhIoZE3whBzss { top:27.8125rem;left:14.1875rem;width:4.875rem;height:0.97523125rem;z-index:15031;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#gziskfiKhGD8RfVKzLtOmnURwS72ngwQ { top:34.75rem;left:0rem;width:20rem;height:2.59765625rem;z-index:15022;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#hgDmoo52edl6NmvhIPFDXkrdnVl3A2Qq { top:8.625rem;left:0.3125rem;width:5.25rem;height:1.375rem;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#dyu8ZTTPDgQsBTxQ23v5msUoMtfxydK3 { top:27.474609375rem;left:13.9375rem;width:5.25rem;height:1.375rem;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#WqVwJn7r1UN42JvQPtTklDXeCk8WztAJ { top:0.875rem;left:0rem;width:20rem;height:3.6257125rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
#nif47ZtXRrKED9H40FwdTbxlBX2kkXug { top:5.1875rem;left:0rem;width:20rem;height:2.59765625rem;z-index:15023;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:normal;display:block; }
#i9sBQ4coiQBwW6EcAMlETCkE3EOFKL64 { top:38.3125rem;left:0rem;width:20rem;height:8.8125rem;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bwKVzaIlL09zWgw4TgZHqzFTTgUgIVTR { top:40.5625rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#DJKH8eBB0J9B6dGFoOATArwRNbFO1QDQ { top:42.375rem;left:0.8125rem;width:18.8125rem;height:3.166725rem;z-index:15009;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#wbMcLB9DrXQviSN5iISMyTolNTgpeXuM { top:39.3125rem;left:0.6875rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c2NHgWydaF3wezf6UEq1rbvcrT5bpbsE { top:38.8125rem;left:12.6875rem;width:7.1875rem;height:2.1875rem;z-index:15035;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h5UN1cKRUhx1VFUiNxkJgTgKpX2mfTLb { top:30.68701171875rem;left:4.46875rem;width:11.0625rem;height:1.79980625rem;z-index:15063;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ryUJPp6VTqzoXqUyIRn4qff8HcTl92cP { top:32.48681640625rem;left:3.71875rem;width:13.375rem;height:1.79980625rem;z-index:15064;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#i7tfNMxRXISVW529FIm7RTTWJhc8JRB5 { display:flex;top:30.75rem;left:2.8125rem;width:1.375rem;height:1.375rem;z-index:14999; }
#sOu8FFZX7HVQAks7lmwkzJQnmk8MmnR9 { display:flex;top:30.8125rem;left:2.875rem;width:1.125rem;height:1.125rem;z-index:14998; }
#NMgQzxTU6ygvqKC1roUsE2CDr6BwLuEZ { display:flex;top:32.4375rem;left:2.1875rem;width:1.375rem;height:1.375rem;z-index:14997; }
#Sneu6OKMhGkQAiUoSq6TadNehBv2C6VS { display:flex;top:32.5rem;left:2.3125rem;width:1.125rem;height:1.125rem;z-index:14996; }
#C8IONEg1TI9olC9g0IENwTtkcxSTdwDh { top:8.87451171875rem;left:0rem;width:20rem;height:20.0625rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LZwMQs3HuVftEB4BkyNKbFIm9Zc7KHRD { top:8.1875rem;left:-0.0126953125rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG { background-color:#f4f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container { background-color: transparent; background-image: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container > .video-iframe-container { display: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row > .video-iframe-container { display: none; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .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); }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container { border-width: 0; border-radius: 0; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9EBwf1CdyLkQFcpHASE2vf1oDp7GrNG > .row .container { width:20rem;height:40.498888183594rem;position:relative;display:block; }#DQF6V2OkBQ8bVhGD5RpzHvNOk7lqCpF6 { top:6.724609375rem;left:0.90625rem;width:18.1875rem;height:25.9375rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WhOwuCqGkP92IMkoukLkstK0BuIaWA4G { top:7.625rem;left:1.875rem;width:4.1875rem;height:0.97523125rem;z-index:15030;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#NNOyTDx5CZMRNoa9AMfMlC0PPEZFZw5b { top:30.75rem;left:12.625rem;width:6.6875rem;height:0.97523125rem;z-index:15031;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#sJykiPAMBVp8PHT4IhmBhbVOWOBORhu1 { top:34rem;left:0.8125rem;width:18.375rem;height:5.1953125rem;z-index:15022;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#JzAUIcHbMzssiNOHgfTeLxcbJoQx9A2p { top:7.3125rem;left:1.3125rem;width:5.25rem;height:1.375rem;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#rCM1Rr0PhvQAzIID9caCTmZBs4hmPitl { top:30.4375rem;left:13.25rem;width:5.25rem;height:1.375rem;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#DbdXAtvfzfs6W76dDokZn4R2PDd5TqiK { top:1rem;left:0rem;width:20rem;height:4.125rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(var(--color-tertiary-4),1);display:block; }
#rzVcQhW8enSwgai4MAHWyf5WkUbgfpyH { top:24.625rem;left:0rem;width:7.8125rem;height:15.875rem;z-index:15032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Zg7Xx7rhsit27EBQSR5L3lIgCP22P8JB { display:block; }
#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container { background-color: transparent; background-image: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container > .video-iframe-container { display: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row > .video-iframe-container { display: none; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .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); }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container { border-width: 0; border-radius: 0; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoCmIPafoBLKKvZbehDx1zrTIQ4aenrO > .row .container { width:20rem;height:20.937514404297rem;position:relative;display:block; }#PVOu7aBnG04oKtfVQAvMJ1vpxyFrdmPh { top:15.375rem;left:0.5rem;width:5.2499125rem;height:1.298825rem;z-index:15001;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TMsd2umkxv9J3FC3w0USe0a1iD88N8hL { top:4.30078125rem;left:0.78125rem;width:18.4375rem;height:2.76278125rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#bgUZXPwNA4nkq6TfP0BSBCG7bX9ewri4 { width:20rem;height:21.0625rem;top:-0.125rem;left:0rem;z-index:15027;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ArsQofdcf7l5PZcs0ySFaiyMBluahlUy { display:block; }
#ykLaQ09WCiPkGH1GBhBkQhEtilB4H9ZH { top:8.5rem;left:0rem;width:6.3125rem;height:6.3125rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I5miywWqAZO3DDAMueTs5AVqxor1F8Dn { top:8.4375rem;left:6.875rem;width:6.3125rem;height:6.3125rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S4GaXTbsoaHkaMIJyOwcsUPciMaaei4N { top:8.5rem;left:13.75rem;width:6.25rem;height:6.1875rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hXzhpcfxW5OzuHIXwdRS2I1BSJUSt7W6 { top:15.375rem;left:8rem;width:5.249025rem;height:1.298825rem;z-index:15002;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#CIBl493BSfb73V4N3lwyrTGDrco0GqRS { top:15.375rem;left:14.75rem;width:5.249025rem;height:1.298825rem;z-index:15003;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Zaw5TzSTCDGuHcFvumffBXrmNUp9fl48 { top:1.4140625rem;left:0rem;width:20rem;height:2.11248125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#sxmkfBzsFQoZcApN46dF029AqGKRM8ZH { top:16.6748046875rem;left:0.2802734375rem;width:5.6875rem;height:1.78621875rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#eW7PWyQws5TLD2tqTzANDK9Px5eTxTvZ { top:16.6748046875rem;left:7.15625rem;width:5.6875rem;height:1.78621875rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#o8kdBJIzXKLhqeLsKoxbTHNnsbBturGF { top:16.6748046875rem;left:14.3125rem;width:5.6875rem;height:1.78621875rem;z-index:15004;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69918387-5a3c-4b14-8b94-0cab098b3d29/texturaPamper.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.adaptive-delivery-prevent-bg, #RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.lazyload, #RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV.lazyloading { background-image: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { background-color: transparent; background-image: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container > .video-iframe-container { display: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container { display: none; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .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); }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { border-width: 0; border-radius: 0; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVAzSDUx2NK2T5Gap1MXMftMWT7C9lHV > .row .container { width:20rem;height:39.186767578125rem;position:relative;display:block; }#ogfZXJl1eWgPhMxLe2cgKTlQok74RQvq { top:21.3125rem;left:3.625rem;width:0.5rem;height:0.5rem;z-index:15027;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#i07VpTC6SI7QhD641NrV8ynvXPQXobJe { top:15.125rem;left:1.6875rem;width:0.0625rem;height:6.5625rem;z-index:15028;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nZ83mmi1KQSaZ4DaabvUXNkovU65DkNs { top:1.3117187023163rem;left:0rem;width:20rem;height:2.03125rem;z-index:15002;font-weight:700;font-style:normal;font-size:1.5625rem;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:center;text-align-last:center;font-family:canela;color:rgba(var(--color-tertiary-4),1);display:block; }
#cilIxPTE4vvRnAx9oaTetWNHdAfHVSzZ { top:21.625rem;left:1.6875rem;width:1.9375rem;height:0.0625rem;z-index:15029;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EaOTt8uvoUV4Bvr9osZ44pocnPMeXoIJ { top:24.75rem;left:14.9375rem;width:0.5rem;height:0.5rem;z-index:15028;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#aBzdawOxXIVv5iXeQr6y2ZP8rthxT9cI { top:25rem;left:15.5rem;width:1.9375rem;height:0.0625rem;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W8lDEEIXlMhB9rTCQdsmd9GB9rxuKDfg { top:25rem;left:17.375rem;width:0.0625rem;height:6.875rem;z-index:15029;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#es5BEFrVoTgacQMXAHwTqI9agzkuownB { top:33.5rem;left:5.3125rem;width:12.1875rem;height:5.1953125rem;z-index:15031;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#qBHqlM3gT0k1DztcUfL72ghisaTVInCG { top:3.9679687023163rem;left:0rem;width:20rem;height:;z-index:15003;font-weight:400;font-style:normal;font-size:1.125rem;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:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ty5ZO6NOsWoq0IAGwNPiuJHUvkdkzOhb { top:8.82666015625rem;left:0.8125rem;width:7.8125rem;height:3.89648125rem;z-index:15032;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#QPkDBOW4WCAxbHieEUC5X5fRiQQwpcxJ { top:0.125rem;left:0rem;width:20rem;height:39.0625rem;z-index:15046;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LyAuJwFnSAiNLzgiotyellDbk3Tz6We5 { display:block; }
#b3DS4VSiT9y9eQewBM065ZMXMQBZCeT0 { top:5.71875rem;left:0rem;width:19.75rem;height:31.8125rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container { background-color: transparent; background-image: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container > .video-iframe-container { display: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row > .video-iframe-container { display: none; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .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); }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container { border-width: 0; border-radius: 0; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHu4TPxdG4CvVKRV0qeQ4BXdzmdqcC7l > .row .container { width:20rem;height:16.124803710937rem;position:relative;display:block; }#kXI8p38ErKw3hmfqcxu2uD7acf4ZWLWu { top:1.25rem;left:0.625rem;width:5.3125rem;height:2rem;z-index:15003;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SKbAGKatnJ3E50G3EdF2WUHrNAbk6Sqp { top:12rem;left:11.75rem;width:0.8125rem;height:0.75rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AeIInSWT4ae58Dv2oCXzuPKAkCTbH8Uv { top:4.6875rem;left:1rem;width:0.75rem;height:0.75rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TElbwF0PWvtKMbrOdwconwhfPuIAMiOa { top:5.25rem;left:1.9375rem;width:16.4375rem;height:0;z-index:15002;text-align:left;text-align-last:left;font-size:0;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#isABBFxNTonOsaTiieqkaMlLtuGfITNX { top:4.5625rem;left:0.5rem;width:18.875rem;height:9.5rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#AeekBbmVk2Duul02HdqupbTU4ohEcQGU { top:-0.0625rem;left:0rem;width:20rem;height:16.1875rem;z-index:15045;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nq7VL88twhDRl99KrTb1VxpCnov1MMGI { display:block; }
#NJTiOu7TV7N2Fy2hhhGtHL3uQOA9iT49 { top:5.6875rem;left:1.3125rem;width:17.3125rem;height:6.0902rem;z-index:15043;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container { background-color: transparent; background-image: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container > .video-iframe-container { display: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row > .video-iframe-container { display: none; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .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); }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container { border-width: 0; border-radius: 0; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwxNwCEAHTwTyEi5ln9a2mwXT5FXZUMM > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#ODO3zLocPzCLvVDodWVqSBsqF7086z2c { top:5.25rem;left:0rem;width:20rem;height:8.5625rem;z-index:15000;background-color:rgba(227,227,227,0.72);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;display:block; }
#Lo7kkrxASd3nknnM8eSOepLAdc217zDt { top:8.2143096923825rem;left:0.87446713447569rem;width:18.25rem;height:5.277875rem;z-index:15001;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RbSNzuPdsIcL6UePk7c2rmupLB7FVrh7 { display:flex;top:6.94970703125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#WJRr2XJmv5RavihSNFlNpxnDzfHdUZ2s { display:flex;top:6.94970703125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#heTAPNrfpoyqyOCdHkVHHvyge5EGnX2h { display:flex;top:6.94970703125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#BxI5999LOWpkUDgRk8Zg7T250fDasEcX { display:flex;top:6.94970703125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#C034ou7QpLQTRwmOgLOcBhFJFHBsvFqz { display:flex;top:6.94970703125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#eyEJJdnZrDtlaHctn5225RsfmliuiHNJ { top:5.6875rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#zpHKz8X1zs7gUPig8vNDAcTTZucf5bBv { top:0.94970703125rem;left:0.03125rem;width:20rem;height:3.44815625rem;z-index:15000;font-family:canela;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#MVMbCM8e847wrTTJWbvfhCJXc8PLxRCi { top:14.3125rem;left:0rem;width:20rem;height:7.5625rem;z-index:15008;background-color:rgba(227,227,227,0.72);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;display:block; }
#yLZb8TO92L7N54TTzUEbwFBVFcA0AiyK { top:17.186613082886rem;left:0.65562844276431rem;width:18.6875rem;height:4.2223rem;z-index:15009;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#A1gVUGu6LynXKeqbBtFCVaJHpTc4C6x9 { display:flex;top:15.875rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#fz87RbZy6TJg7BakPv4JOZ2tEr5zUfBw { display:flex;top:15.875rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#PrDy7kl6mnBLSEqu0C6QEMXvsQ9XuzC3 { display:flex;top:15.875rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#uyqOseVvMtTesPddS4wFhcbL9oyBpNdU { display:flex;top:15.875rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#elbVWCp9HDqhfxGlN8R3n5JX8Zv8hkxe { top:14.624914169311rem;left:0.68714487552644rem;width:18.625rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ZMXXXwKQEbriUz2nEA2STLMD855XAR9h { display:flex;top:15.875rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#IbCCVt0XFbw9FNRCf6sbc9WgOcuag0Zp { top:22.375rem;left:0rem;width:20rem;height:8.5625rem;z-index:15016;background-color:rgba(227,227,227,0.72);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;display:block; }
#CeV5G7JPwZPD7Dsam4KcoDhypMn3ubf6 { top:26rem;left:0.6875rem;width:19rem;height:3.166725rem;z-index:15017;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#lMS4Imv2vmvqOkzKZknA2BybvPfk71Xo { display:flex;top:24.1875rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#TzNQxA3swVCaLKODhiMyIThT4BSbarHL { display:flex;top:24.1875rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#JUVTQrv1nDwHuiEGxGi7AQrVw2mELI56 { display:flex;top:24.1875rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#B0xSJpwLiVBv4ViQUXTIaTRHbXrToBTU { top:22.9375rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15018;font-size:0.875rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#sPKquSchx2RuTtbAkyM5bmr69clTeHBl { display:flex;top:24.1875rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#vhDKU4BrbHIUzObeTUkTleMOvpSaenWk { display:flex;top:24.1875rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#uhdw1zhWQfidqwZ2lCx7s1UoTtcEuptg { top:0rem;left:0rem;width:20rem;height:31.3125rem;z-index:15041;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ssuqd6iUUffMFqlrWIodRXT3zmMNQVxT { display:block; }
#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container { background-color: transparent; background-image: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container > .video-iframe-container { display: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row > .video-iframe-container { display: none; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .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); }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container { border-width: 0; border-radius: 0; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCam9OkRwKS6gpZqqbqqV4fglXZ4xqPt > .row .container { width:20rem;height:24.375rem;position:relative;display:block; }#Jb3I1od2OiTR0JyZabSn8GOph5JJ8XUv { top:0.88720703125rem;left:0rem;width:20rem;height:1.64994375rem;z-index:15001;font-family:canela;font-size:1.375rem;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#UGxMEobGWxb62zUK2ws8pbBetowfB9pU { display:flex;top:10.31201171875rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15002;font-size:2.1875rem; }
#bNM6ndh7xCzrdZNPXpET0Jek1ap10ys1 { top:7.375rem;left:0.5625rem;width:8.3125rem;height:2.2745rem;z-index:15003;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#uoSTkQx1ICRkpsSNVCsLL5CEoQ2Q1AU3 { top:4.25rem;left:2.59375rem;width:3.125rem;height:3.125rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Hu5fe35x8S8TCOcTkaOpWIiTvFAH8emb { top:13.43701171875rem;left:0.5625rem;width:10.625rem;height:2.2745rem;z-index:15004;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#aP8fILXIIRzTHCFgRPC5VRwbc8mWJupZ { top:21.22607421875rem;left:0.875rem;width:7.6875rem;height:2.2745rem;z-index:15005;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ZGSRwQ2O3kE8gL0fIhzThoZTzmvCV4dd { top:17.525390625rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QleCBEUWC8rXtWbf1Gsx2x80ZGt82Qb1 { top:4.25rem;left:10.1201171875rem;width:9rem;height:19.3125rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gy8ZW2ch0xWlNf4fQ2wRFLfIeSqngBKE { top:0.71171903610231rem;left:0rem;width:20rem;height:2rem;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IoEqO7RuRfiTXu2OBGhU6GADXMKZUFfx { display:block; }
#Z62OCzivfFmTIkxqfPwogrHAvcXHtPW3 { top:-0.0263671875rem;left:0rem;width:19.9375rem;height:24.125rem;z-index:15042;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ui2Ggxe8GoNnmt73gPT5Mrh2HmngxzBV { display:block; }
#SPLhNR54io9WSDW0nJsCmZVedl67PILk { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { background-color: transparent; background-image: none; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container > .video-iframe-container { display: none; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row > .video-iframe-container { display: none; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .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); }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { border-width: 0; border-radius: 0; }#SPLhNR54io9WSDW0nJsCmZVedl67PILk > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#o2MkaHw26xNXA2RlKhnQZpVotV3r6TDq { width:20rem;height:0.0625rem;top:8.9375rem;left:0rem;background-color:#e3e3e3;background-image:none;display:block; }
#ktRmfuBEZByspGyDRXyc3IilT7n3paSA { width:19.9995rem;height:0.062255875rem;top:11.687255859375rem;left:0rem;background-color:#e3e3e3;background-image:none;display:block; }
#OOiluWaMyIf1KgQ2VbcH1KZTiTUTI7wm { width:8.562rem;height:1.704544375rem;top:5.654296875rem;left:0.3896484375rem;font-size:0.4375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#pziQI2pIr1oB3kuxcI8HkbT5NqNB4NXT { width:20rem;height:2.599875rem;top:0.46213150024414rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#JTGZSLa9vToX2NX8TOT01KOyrVazUs5B { width:0.0625rem;height:5.625rem;top:17.0625rem;left:11.1875rem;background-color:#e3e3e3;background-image:none;display:none; }
#Nz9WPntkmFzwAXEeMzvfXbdoFPZ6lPba { width:8.125rem;height:0.875rem;top:4.02392578125rem;left:10.87451171875rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#P1ExmkW2979iqEVv1qQIyeFsplitBdks { display:flex;width:1.875rem;height:1.875rem;top:5.4375rem;left:10.81201171875rem;font-size:1.3125rem; }
#OglxUQ142JX2Fq5N1uzbmJ4mCAdlREVq { display:flex;width:1.6875rem;height:1.6875rem;top:5.625rem;left:13rem;font-size:1.125rem; }
#DtTwDWxN1Tk5xv2NhDzRttIlGQdnuiNS { display:flex;width:1.875rem;height:1.875rem;top:5.4621276855469rem;left:15.000000953674rem;font-size:1.3125rem; }
#Wlki7v9qofC2Gu8PJ5BpafnGiy6eaPtz { display:flex;width:1.875rem;height:1.875rem;top:5.461669921875rem;left:17.249755859375rem;font-size:1.3125rem; }
#tgviiFWMInT0t7i3oVww5peXGux3LdTg { width:0.062255875rem;height:5.3745125rem;top:3.608642578125rem;left:9.96826171875rem;background-color:#e3e3e3;background-image:none;display:block; }
#FsrqFTWHDwvviFG3d8FUBOaUZ8TNgyRg { width:20rem;height:0.0623915rem;top:3.4616966247559rem;left:0rem;z-index:15002;background-color:#e3e3e3;background-image:none;display:block; }
#zIekxV4eP8k8UPEh7L5y1V8kcrWBtTLh { width:15.06225rem;height:0.97523125rem;top:9.948486328125rem;left:2.46826171875rem;font-size:0.75rem;z-index:15004;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#nD4PzEo0KiZdyfglFBQeiSZ8AdLTMwUq { width:8.625rem;height:0.875rem;top:4.02392578125rem;left:0.389892578125rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15018;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
