.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { border-width: 0; border-radius: 0; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:none; }#W6RR4lmPio5dWbnStdTVqcruzoCW94aE { 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:2.8125rem;width:17rem;top:0.1875rem;left:7.5rem;overflow:hidden;display:block; }
#rvTXPAD35dvusdRWQUAFvRBSNkHPgC2G { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.40625002980232rem;left:50.5rem;display:block; }
#TBJkRHkanZ3KEh4iEgTWwTe1KlFw2fDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CivbzPnHKND6JaODREtXCBB2F1xobnaI { color:#ffffff;display:block;width:22.9996875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0.82139760255812rem;left:24.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P7GZUQto59yMp1zzOJV562sr9cQxuLaA { position:relative;display:none; }#P7GZUQto59yMp1zzOJV562sr9cQxuLaA { border-width: 0; border-radius: 0; }#P7GZUQto59yMp1zzOJV562sr9cQxuLaA > .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; }#P7GZUQto59yMp1zzOJV562sr9cQxuLaA > .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; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw { position:relative;display:none; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw { border-width: 0; border-radius: 0; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw > .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; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw > .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: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; }#nxZWVq5kJCotAPCOb176L41VxhLg45zh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3rem;left:14.75rem;display:none; }
#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb { position:relative;display:none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb { border-width: 0; border-radius: 0; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .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; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .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; }#ETiiZdMFEE35VTMr06QRQpyxSJNXScBf { 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; }
#qXJqFRcr4NpEw2rT8Lwfhvrh4nbSzvKL { 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:#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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:30.4375rem;display:none; }
#Bi6gum4Vx4qJBBcLk3M3X9ilrC2PFxKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNqcE26c8Cwsxmnhh7pewA90dZlwa4tV { 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; }
#h02weuv4pvD0RSD7Rd4vliT7RyZGrKUX { 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; }
#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container { border-width: 0; border-radius: 0; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#oSzOhyXQ8DH1TZ3MM6N67r0BRATND6cw { color:#000000;display:block;width:28.56225rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.687133789062rem;left:41.625rem;height:4.0625rem;display:block; }
#XE47TDg8MElmrWN3nMPy5DD0sxTTxNSd { position:absolute;display:block;z-index:15002;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:30.375rem;width:28.5625rem;top:2.874755859375rem;left:3.75rem;overflow:hidden;display:block; }
#bzXVcAKpxrRzXqIeIHbM17dhdXuA0XUA { color:#000000;display:block;width:29.6235625rem;position:absolute;font-family:"canela italic";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:3.75rem;top:6.875rem;left:41.6875rem;font-style:italic;display:block; }
#T38DmtQVgJMd8GPVhIU9bKbOOK6mLMcO { position:absolute;display:block;z-index:15006;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.1875rem;width:7.5rem;left:63.6875rem;top:3.5382080078125rem;overflow:hidden;display:block; }
#zcbHDSJfVRR05wHyfTuwZFhcq1gMNd7Q { 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:#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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:41.6875rem;display:block; }
#ylJaGUHZPyd8QlMUDUTTusTgekqgsTK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzT212VVkbSURToXogWd16rBzpORU4Ws { color:#000000;display:block;width:24.8745rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:29.375rem;left:44.9375rem;text-align:left;text-align-last:left;display:block; }
#kmRf0BFXGeIiNKGe5eBWc74cvGAT2bGP { color:#000000;display:block;width:24.4995rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:24.875rem;left:44.875rem;text-align:left;text-align-last:left;display:block; }
#Z4WbLJih1rmuvWK8BLyALEKPCI3VLzTf { color:#000000;display:block;width:23.93675rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:21.875rem;left:44.875rem;text-align:left;text-align-last:left;display:block; }
#ODNOT4M0P8DD7FM3NabpnVc3d7qMrydq { position:absolute;display:block;z-index:15007;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.3125rem;width:2.3125rem;left:41.625rem;top:21.436157226562rem;overflow:hidden;display:block; }
#M56rOQvz9CfxeihIGPETvod7enCsZrtX { position:absolute;display:block;z-index:15008;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.37426875rem;width:2.37426875rem;left:41.625rem;top:25.3125rem;overflow:hidden;display:block; }
#oQTt6nPTVevo5yJkSrUw6mGkiKO2r7vF { position:absolute;display:block;z-index:15009;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.3125rem;width:2.3125rem;left:41.625rem;top:29.351318359375rem;overflow:hidden;display:block; }
#iSgrau1n8TUUiUUCIoFTlG3udwnUEzfS { background-color:#e7ff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31225rem;height:1.3745125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.1241455078125rem;left:41.625rem;display:block; }
#rAlU1MVcUtcPa2g1oaewJOLclwryCVPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 { position:relative;display:none; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 { border-width: 0; border-radius: 0; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .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; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .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:13.8125rem;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; }#busPHQCvCJqt89RSie33pnNqqp3NdONk { color:#000000;display:block;width:25.7495rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;height:5.4992625rem;top:2.8125rem;left:7.5rem;font-style:normal;display:block; }
#SsmxxshW8wmI7r0v7Bwd1bd1NC9mk7sk { color:#000000;display:block;width:25.7495rem;position:absolute;font-family:"canela italic";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;height:2.74963125rem;top:9.1875rem;left:9.0625rem;font-style:italic;display:block; }
#FewSTb08auxZTx61e6imWEy49wKzTubk { position:relative;display:none; }#FewSTb08auxZTx61e6imWEy49wKzTubk { border-width: 0; border-radius: 0; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .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; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .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; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 { position:relative;display:none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 { border-width: 0; border-radius: 0; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .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; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .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:73.25rem;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; }#D4mBQtaF7GkC1MVMMxv6nyl63cE53KFP { 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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.188585281372rem;left:7.5rem;display:none; }
#gUUZPZCUlULAftraySzMFA0gkgUkWTyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4b4UO6wVxxK36PEiyPWUlJemBSNU699 { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:68.125rem;left:45.3125rem;text-align:center;text-align-last:center;display:block; }
#sMLGuxCqEtQL7OnsO02qAXTA8ktdlILp { 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:13rem;width:18.375rem;left:8.5625rem;top:54.3125rem;overflow:hidden;display:block; }
#fdJTT5aFZI5XEeDTTprzds8iEuQ5TXBq { position:absolute;display:block;z-index:15002;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:13.125rem;width:19.25rem;left:28.125rem;top:54.3125rem;overflow:hidden;display:block; }
#t7MSPGOupzAFFxTixEnEHKJar8xZVXu1 { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.35623125rem;top:51.625rem;left:45.3125rem;text-align:center;text-align-last:center;display:block; }
#p5zX9riX4xXyMWdoftTcdXwiC8ViqLDS { 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:26.9375rem;width:60rem;display:none; }
#FWIdOZm7xRDi4RmAtS7EZuB1ZEmq8esB { 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:13.125rem;width:19.2496875rem;left:48.3125rem;top:54.1875rem;overflow:hidden;display:block; }
#l4PEXBExgEOTRpKbFJkVN2NhbZNq8fCA { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:1.5rem;left:7.5rem;display:none; }
#XTqun3y4wOQed80Kb82SqqOOdqq4FdTS { 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; }
#vLd8q9PkTaJwA5wmbl3e7TvO5iLHeHmS { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#SWmeaZBbTCSAUgADfPayZ3nXvTsFdMhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tnf9IZtTKEMJJQcxmwnARRz3OJ2owV0I { 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; }
#GMAEucmtCxCZV6GBqzMehUDeo2ldvln9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Gf2OfNhokTL4EfAc7Glls9BHqADzEXcQ { 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:37rem;width:21.8125rem;display:none; }
#CxZv1WPN6tM0cQxyC3ckr89bCApElAWD { 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:36.375rem;width:21.8125rem;display:none; }
#pSsE6zmLKnTFBiNt6P0eX8pJvxWUlJpR { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#MIF6T6WCWDbKUasLPvPKokiREx01Qzdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bw6gPzPlnlv5nGaMrPHaI6AXJhJFMRme { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#QcdtWMIToSCqxG9JEvWo30XvX0i07kFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twwwMvIfLKT7ymEu66kEwtVhs7SrarWb { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:1.5rem;left:7.5rem;display:none; }
#PvOrcaLzsSreIlramJMPazuVcNJuTIEs { 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; }
#pTgHyTMrzrGfIFO66etbQe0P7o8a3kTM { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#NwzpXOpxKuPipqdqSLFo1iBMAoCFu25k { 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.5) ;height:12.5rem;width:12.5rem;display:none; }
#LHv6NPwM2dKTXbQmW3enabP6rCi5fOvP { 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; }
#LWbmvpP9Hz7XkcvHVWnKRZUg8cUPGatw { 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.5) ;height:12.5rem;width:12.5rem;display:none; }
#r1VLHy1TRtyvQeTEMvmwMLvEqz6JTdcg { 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; }
#pXATeCaMPIcexaenvk1EsUOkaODEv64w { 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; }
#SqdwZfckx29RSMsoSnvTN3qSGcwpCdXc { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#Tog2gLVal88sTTaElUmFyGX078tp8VCu { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#P12OGGz5dw6GalPfxLRzWbcpFOAt6OEL { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#xFqTzeVeO2NTMOLImLWmiKIUBLu48ytK { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#CdebMi9NE9TNQikbTchZfdxucXgnFg4y { 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.5) ;height:12.5rem;width:12.5rem;display:none; }
#aFsls1cJN0COsSAxHGHSpq2ZqArDVKXO { 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; }
#RMasevMxbw6Ov7D7HIy1Zea17yKvAK72 { 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; }
#chvgT4l4f0FxAc6im21PbWnh01UGJCWy { color:#000000;display:block;width:22.249375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:18.5rem;left:10.4375rem;text-align:left;text-align-last:left;display:none; }
#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 { position:relative;display:none; }#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 { border-width: 0; border-radius: 0; }#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 > .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; }#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 > .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; }#FqiAs9A4hhCseqbmqfSOK9sX3rDD8AME { 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; }
#hv6bROszzaXvsHOWO8c3XDrClRDOu9qX { 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; }
#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 { position:relative;display:none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 { border-width: 0; border-radius: 0; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .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; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .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; }#HoESicWNvLITR6KTsrODvszmUDKhn1ws { 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; }
#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG { position:relative;display:none; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG { border-width: 0; border-radius: 0; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .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; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .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:23.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; }#Watf2E9BHnOA5QkiXBd4vSq4uZfbsRns { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:41.25rem;top:5.5625rem; }
#Tp73pJWL9kf2CPkafmBq8RvDUQrtOMax { color:#000000;display:block;width:30.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:2.79980625rem;top:12.674560546875rem;left:41.25rem;display:block; }
#PvVPJo7P0PL0GD5shZJ0wGbaGSTgQdwV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:43.8125rem;top:5.5625rem; }
#vhwMNRxTlFgttTqcTeTwkh1x2LL1gG3i { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:42.5rem;top:5.5625rem; }
#Tga9hvrIwPkt9BT1en34TPXsxg3xBGBE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:46.5rem;top:5.5625rem; }
#SAzXgX3SPkmnIw7q8yrfxwlXhP2hXOeV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:45.125rem;top:5.5625rem; }
#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:2.79980625rem;top:12.674560546875rem;left:41.25rem;display:none; }#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 li:before{  }
#cfHVy3bCghCKucLzfAWwJxl8wcIswVew { color:#515151;display:block;width:22rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:45.125rem;height:0;text-align:left;text-align-last:left;display:none; }
#IdqPHENQeFpUF99z0nPRvc61FIcyKK96 { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#T4mw4FsVc9ZiGqTh5ulknz8BZlNELIRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMAEhT2ruWmfA2yq7IcbA26OWsCVIDnZ { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:1.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.3125rem;left:30rem;display:none; }
#KCtTMW5NzpgvqwPxGBURQIBwCkHkAwOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Maei07x1Noml6ZOoylVPfxF03exEryqm { 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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:1.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.3125rem;left:30rem;display:none; }
#x9KnOFFWRxzdEqhS97Fd4aCugQ2GqZFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWv9oqMZEa5LM5lRnMRvNTwRsoXOCBze { color:#000000;display:block;width:30.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:2.79980625rem;top:12.674560546875rem;left:41.25rem;display:none; }
#chQSXNaARXARCKAhcTx18wqTQkbKxSSH { position:relative;display:none; }#chQSXNaARXARCKAhcTx18wqTQkbKxSSH { border-width: 0; border-radius: 0; }#chQSXNaARXARCKAhcTx18wqTQkbKxSSH > .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; }#chQSXNaARXARCKAhcTx18wqTQkbKxSSH > .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; }#BlVl4WDW2fJQyCy3g6luBIrInVks8G1v { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1.0625rem;left:7.5rem;display:none; }
#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 { position:relative;display:none; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 { border-width: 0; border-radius: 0; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .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; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .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; }#txB2BruP8vzf2aaSLQl5s89lrsiR6954 { 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:7.5rem;display:block; }
#TEy7dtpSgTQ1LtLv9Uo1MTv301Oh7cNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuZRT8HBgIPZCTiz3sK9krPFIhcAkA3L { 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.5625rem;display:none; }
#tAO0CuCOpzeOJJE4UfuCmF9FnJfimsJJ { 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:7.5rem;display:none; }
#RFGvDNUyuBvfeqLZa1WeOXMX9Sd1egeb { 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:10.4375rem;top:5.9108652770519rem;left:7.5rem;display:none; }
#cdPyMU7s7CcRog3D9H6l7W3rcIMprW0L { 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:7.5rem;display:none; }
#fff2TfFFuk1oepIf7v0miUOmAulscwo5 { 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:7.5rem;display:none; }
#nnGkselzlf1e5izNTQylWL8TwTtT94AI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuaa5IkM1KhBnOuFFAggvn14yNJ0MSpV { color:#000000;display:block;width:5.625rem;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:22.5625rem;left:14.375rem;display:none; }
#ud8gpFaZ3VUsSdu80TAJ9HL4er0P5BU7 { color:#000000;display:block;width:10.5625rem;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:1.0625rem;left:9.5625rem;display:none; }
#vM4HAskiOLE9QWUKCksCgC9LVM32NSBA { 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; }
#nIt6UBkoMqtB1VPyWETVaXVQOBlk1ImU { 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; }
#qASoArzcu3Am4PZg2Xrct8zsRLUxTS4y { color:#000000;display:block;width:10.5625rem;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:1.0625rem;left:9.5625rem;display:none; }
#RPkH3zqZxiZWJrCFNEPQJBBqHBZvp94N { 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:10.4375rem;top:5.9108652770519rem;left:7.5rem;display:none; }
#WpzTw9cLc8uiNkKxMah1foeUvs69GUxk { 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:2rem;width:2rem;top:1.71875rem;left:36.5rem;overflow:hidden;display:none; }
#Vg9NMsy02nXdZBAfRJcmyaLxsOW8kuSC { color:#000000;display:block;width:8rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.4375rem;left:12rem;display:none; }
#RkVwskyPepDNihMQgDTPWl5hgy5tu5wG { color:#000000;display:block;width:8rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.4375rem;left:12rem;display:none; }
#MI4GwaTnxWin0W6waaANo75wGVUPGnuT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OcBHsG1Gdo9WMlX3Vseaft4hwTWTzkiD { 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:7.5rem;display:none; }
#h0JCPLCM0nIIIVBp3Cs184npAHUbIWAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkcZxoN4mTnNeafIKCUgFJFqIzdELP8V { 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:7.5rem;display:none; }
#g9Hy9AT7UBBghtkgqA3ugu6EXB4G7coV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZv4rVz3sfDuWBRmhKH5WLQzw6bap2wx { 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:7.5rem;display:none; }
#xcDnM1ZvaP0vL6bO1JRtRXXegBLT7i3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVDxnB8QKFRX310dQgPG8cqUr3GKMxwK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29936875rem;top:4.4992380142212rem;left:34.25rem;display:none; }
#DGqydxVGIlCnLglH9Ge1rZEz92OdXoW0 { 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; }
#m3xw8ygDwg7FemFSBdkX4u5rDJQQwliu { 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; }
#T0pFaoeBMDTNzTBuUxvvUvyb5H9nz6F2 { 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; }
#HkB254Ww6SNsDsJCewn47MMtidQShZFA { 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:2rem;width:2rem;top:1.71875rem;left:36.5rem;overflow:hidden;display:none; }
#d8Gipw77LMBvJq2spKDlAtEmmRTQKFOv { color:#000000;display:block;width:5.625rem;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:22.5625rem;left:14.375rem;display:none; }
#aBw1DOvt8rfQTkdyg3vuKCJ2ssA6Fgdi { color:#000000;display:block;width:5.625rem;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:22.5625rem;left:14.375rem;display:none; }
#fFTsGpp3yrXFTxWBBkiutfAPRousl8Ac { color:#000000;display:block;width:5.625rem;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:22.5625rem;left:14.375rem;display:none; }
#nPNxOEEn7ve6xmhZcN6nuV027Muue568 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#H4gsAPeEPt1NugafadXowCMsoMsnt7bD { 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; }
#NbTVQAyuJ7twL9G3ahKz1DBDlMVS2was { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhfLysBmToTvAE5Ce2IbvaT214bJqKVB { 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; }
#p5BOiXQSE3NzaseTuJ056gHnBqTowOMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXghgZGyV1KzsP0801sQe9HTOz0QacB4 { 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; }
#ZiwGqbFBwdAbgo3b3TnZ0WpobWuLx9Ab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ay8MbbPRGt4ELoT5q0kfrRnXAMJ39sNR { 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; }
#yZaqp3B87HUBxS3PIIPctm6gbfw9WoGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd { position:relative;display:none; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd { border-width: 0; border-radius: 0; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .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; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .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; }#tWgGL8hkkRc22lUZQlBNOHmhea35hlL3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29936875rem;top:4.4992380142212rem;left:34.25rem;display:none; }
#hsaZZTBNbmetq0r0c42dNGzvg7PPdTyO { 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:3.0625rem;width:22.1875rem;left:38.125rem;top:37.59548997879rem;display:none; }
#aAezLZCTO8lnkdhpID0EZHWhTpF34fzF { 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:arial;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; }
#EEPZBAuNKPTvWbiaC2EllrPWVL5Quh7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { border-width: 0; border-radius: 0; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#IZaiWenXR9KfPARgoDZZeGFGk1oiwLtU { color:#000000;display:block;width:30.1245rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;height:3rem;top:1.5625rem;left:7.4375rem;font-style:normal;display:block; }
#QkU7kCWd3UwBHN8J11xTzlXiNaofPT59 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"canela italic";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;height:3rem;top:1.4375rem;left:42.125rem;font-style:italic;display:block; }
#XksIGyGSWqAGfzIRMZNqzmcdIVTZa59P { color:#000000;display:block;width:37.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqWuTlC24acJD52b6CJfNFvervcCeCGB { position:relative;display:none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB { border-width: 0; border-radius: 0; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .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; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .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; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO { z-index:;position:relative;display:none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO { border-width: 0; border-radius: 0; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .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; }#wJhRNi3pqELGbAAvJBBscesFETapfW8O { 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; }
#ycI22vgVhobwypdGantl72RVfmxi8Q7A { 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; }
#u8bHXvwKE4IAIUiu3LQx2zrTpWIkkcfd { 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; }
#b1ckr1naVB8pgpg4snMfvSVfht93y4IX { position:absolute;display:block;z-index:15021;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.749875rem;width:1.49963125rem;top:10.3125rem;left:0rem;overflow:hidden;display:none; }
#xZgNCcErJlTyPEaidMJmZN1xzK4ACvdN { position:absolute;display:block;z-index:15021;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.749875rem;width:1.49963125rem;top:10.3125rem;left:0rem;overflow:hidden;display:none; }
#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su { z-index:;position:relative;display:none; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su { border-width: 0; border-radius: 0; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su > .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; }#Utd2r672dcZIR3FT0mpJHu1VKpSbhOrw { box-sizing:content-box;height:10.1245rem;width:51.62475rem;position:absolute;display:block;z-index:14999;background-color:#f8f8f8;background-image:none;top:11rem;left:7.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qRODQcSM8wVsvmSDAxeSORKiTFbPEM6R { color:#000000;display:block;width:40.625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:12.374877929688rem;left:13.125rem;height:4.1235375rem;display:block; }
#l85yUKnuQy0qyHxMPBONkp6t06LyUctg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.12475625rem;top:11.875rem;left:8.0625rem;overflow:hidden;display:block; }
#xaCTfyRKeklPffGXwKmkhKKwL6hMO1P2 { color:#000000;display:block;width:45.686625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18rem;left:8.0625rem;height:2.06176875rem;display:block; }
#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N { z-index:;position:relative;display:none; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N { border-width: 0; border-radius: 0; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .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; }#Ki88klJaNOPhbXFXw29SFLPOpLezlTXI { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#aSequ4Qbwxbk4wN5y1OW2Cy8R6BHcwGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI { position:relative;display:none; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI { border-width: 0; border-radius: 0; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .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; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .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:25.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:none; }#IJsOy2kxv8UhHVzXg4ZIwH5kJI7pyTWw { color:#000000;display:block;width:25.999875rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;height:4.875rem;top:8.375rem;left:7.5rem;font-style:normal;display:block; }
#O4ldsozkKy68i3JwVRiUvPedQTwKeqpZ { 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:2.999675rem;width:26.4371875rem;top:14.6875rem;left:7.5rem;overflow:hidden;display:block; }
#McmSPSofTVWr9P7skfyggNbmHGH7Vglw { 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:block; }
#FiOsAhctE65vRKCkTAwmsmGZeHoWe4XX { 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:21.125rem;height:18.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.0978727340698rem;left:34.75rem;display:none; }
#Ts2MDage05TCzSlWXf124gVVTzWT9itn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ { position:relative;display:none; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ { border-width: 0; border-radius: 0; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .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; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .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; }#qwMnVNupmVEPELM9TllcbwdWdsgpbaUS { 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; }
#XFzomKSt7C3pdXDz0RPdHcwbFGXrzNAT { 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; }
#DOZg1T7nFks8hXdTMdtwaEOGI0doPdNg { 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; }
#GvQbgTZP5vHW3UFtOqXHbDvsTrk3tqbc { 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; }
#SyETzF02eZDcBOXJvhCRWQaDGfNzw0rO { 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; }
#GTaa8x6abidG2fGk9T2OERU5merRcMUv { 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; }
#D99NAv4PxKhoIon5efbJ4qbve07PoKu1 { 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; }
#X4nCPaV6nCUL8qJKFuaTFko1q0TGBqSx { 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; }
#Ogwfst1T6MVQ4bxLkgbFSbPMrLn9iBtw { 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; }
#b8avL7BJEnLfkyH15WrzCyUHSfkWP1Mn { 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; }
#Uu8mZn7U2GpFMXBco1unTK4FZnTKhdiz { 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; }
#KAmaETNeTHkpb664SwOZsb1EUHIiAUdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mx9CBKRzZ6xiEx1dHd6PzVMkR5ALWzso { 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; }
#LTISOqcz325korw2rx5LDhvGqPeTXTdT { 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; }
#KUED6scpmBJsiPIPkumx9bL8e6DTwVVH { 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; }
#TBSTRygf08TRh9miGobRW4XZRvxOfEOa { 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; }
#deUeUf0CkWvFcHOhygu29otgPA8X9Z2n { 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; }
#IisFTilN8JopwaIbD31RvubvI3zqwz2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS { position:relative;display:none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS { border-width: 0; border-radius: 0; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .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; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .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; }#Q18lweWUOEF9b8rgDZTBmtdvEPhiDpvB { 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; }
#e1nrI1D6VT9ZTEw8t7R1oM5SI4n6zGZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg { position:relative;display:none; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg { border-width: 0; border-radius: 0; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .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; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .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:40.8125rem;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; }#nfEwS6Xi79oVJ9l63rIt2HdXLzKT2TUr { 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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2495625rem;height:3.81239375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.471588134766rem;left:35.5625rem;display:none; }
#yR4fSJCRATOLsFoUIVyFNtTkzT0WKlBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDkpf1k6CQw7wuDbTO8VHfos3gu7iAlv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:26.208770751953rem;left:9.9375rem;display:none; }
#QSCC2md3ncx2W9A7uOubX8Os7lku74nT { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:26.208777427673rem;left:23.0625rem;text-align:left;text-align-last:left;display:none; }
#T6tbgJ6R9ZDzT9vvs1lKDnyFX0b2eItF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:31.561958312988rem;left:9.9375rem;display:none; }
#TTfKy2WyJTg1yqG3iGXTIim2xIXtd21P { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:18.834101676941rem;left:22.375rem;text-align:left;text-align-last:left;display:none; }
#ed4oskIa81qW6QORSviCuLVbxFfg6XvA { color:#000000;display:block;width:28.812375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:15.402019500733rem;left:7.9375rem;text-align:left;text-align-last:left;display:none; }
#TNIJLUeskXwdHIZAbcWXcXxLWXxz46T7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rFDJnZHvzEwAbboe1JUKtCaPxpg6Q4ie { 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:5.6875rem;width:5.75rem;display:none; }
#vsO0VLxyi5QD6lkimzUvUiHXLJvxAa8z { 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:5.375rem;width:5.375rem;display:none; }
#c18rEfL0mIF6uyyhqzn9R54lhstsDKKu { 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:#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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.1875rem;left:30rem;display:none; }
#qTfq16SWQ943ucq3I9gKRVvTtWcR0AsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylmyiP7tN1xIW5NTzytmAJ0H4gxBZuWu { color:#000000;display:block;width:19.875rem;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:2.0625rem;left:0rem;display:none; }
#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR { position:relative;display:none; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR { border-width: 0; border-radius: 0; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .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; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .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; }#G4XaUhGtNFfvVWpnErf2UFdcWI8oANTP { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:7.5rem;font-style:normal;display:block; }
#e4JETDneLR3MuRc5AuE56BxtV1ws1dWT { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:7.5rem;font-style:normal;display:none; }
#TnuwzVU7nxEylZcmNvfplMdB8TJisGti { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:7.5rem;font-style:normal;display:none; }
#vcdZCaJO0e7avZrTf4Bf8udUL9p9AUTR { 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:arial;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; }
#aAnAoTrBGXaINLHR7M8cL0KVGquPTQ9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC { position:relative;display:none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC { border-width: 0; border-radius: 0; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .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; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .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; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F { position:relative;display:none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F { border-width: 0; border-radius: 0; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .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; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .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; }#nXpqegWWmqE77eI9XU9xoEXo2ND7J6ck { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:7.5rem;font-style:normal;display:block; }
#NbKe0obFp56ECzxtdAeTNNz07O53T6Ji { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:7.5rem;font-style:normal;display:none; }
#mqhPx4T2KKqzyERXMn0qyoViTHJbU4gh { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:35.625rem;display:none; }
#hyvLbLNQrzUww3Tl5QUiuNUkp3QT12ac { 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:arial;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; }
#oi6Z05uNKS8F22mKQSnW7TWbV4ShkuSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L95zDNRztQkAKi9Fum05TFzKiRfukFWS { 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; }
#v0iTIz5It6zP9VAKNHcqqZfwkQKh2ChG { 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:18.0625rem;display:none; }
#deLfCnW4dWMhCwzJLPyRdwMfdsDbOy8p { 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:arial;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; }
#NE2zmMeATcT0uFnUtI2r0d4PEp50cL1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rus2C8D7U6yvZrPOus0VlM5tCNeFmQbd { 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; }
#fp6rEm72Wfh5UM3NnUlsLy1eJ3Ml0oHT { 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; }
#vtQB3Hos6taBUDVTsFgafn8Rgmp8fghG { 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; }
#hE0BzmAizArMozIqHVvJa2NWGnMBtRrI { 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; }
#c84xmh7SP3BnO7RHhu1lxat8VZBI64vR { 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; }
#KqMuft1Wr2gb7P293OeJRc4BDpgKC4TA { 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; }
#mJleXuJ6a0dJdIbxW7PqsTHQ4tJX9spK { 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; }
#xmQ9PfHi0SF4XTicZCKOrQg131qn2Shz { 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:37.8125rem;width:38.25rem;display:none; }
#qODVg3mlx3Kwz0vxmRLqI0Xydmo0sEZE { 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; }
#DCJLmQoDerhM9BQ72hrfrBVagUZRQAJP { 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:18.0625rem;display:none; }
#EMssK78eLRxOLZCNIS1fZ3RJ2p50hWtI { 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; }
#AwWGTKzdJHuTCc9TMn9PiI0ydvSX67lp { 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; }
#JZ4OZpnBRDT5esmNlqTUIhCCXhyRy0Wh { 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; }
#rGM58RAW6spwMryk3X4Xz86b0nASiGJ5 { 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; }
#KxxNcV1v0C0ETPA8LZCzedTtPtBhVg8d { 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; }
#qhQM6cfdvTXnV7ai4MAXSStuSxWMP1lw { 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; }
#D2ArZnU5wrcDHiLDsbtC0VIVnDnRnWb2 { 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; }
#xWspfO269Xy2yBOQgCOrLShpPIUrPV3M { 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:arial;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; }
#IOnWvVJyKQW0bFJEkwodRD8AM3t13RkS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3eHn70lZrWCLE18lNanKiF8oDXVNXSD { 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:37.8125rem;width:36.25rem;display:none; }
#AXkdyXqaH0wd7y58RvEKVMQGhdOT6VGw { 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; }
#crhKkOhIkd5eeRziXgt79b8T3vWG7TVI { 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; }
#gnzHdyS0BKtNdbAzy2uvkDI3M418QeWi { 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:arial;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; }
#ZDBWr5vqaSBNVHzJHUIgPXvuQbAwtyr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F45rGrFhxw5EUDoDzg4noxE7p6TJQ5aC { 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:18.0625rem;display:none; }
#nOL0pQuzhtVVoo7MCPBkO337VCiUfmPZ { 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; }
#mcopSxpHttRLwopQXSnQ2JIQyefQK72m { 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; }
#iVXkRnuiDGFDcVxa2VUqXfaaHhqMOOeG { 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; }
#t2THuOm6TV2aSVbF7C0HGvU5hqwIult7 { 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; }
#lvauMzWAImIuHaHlCiweouZXHJZeqBZ7 { 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; }
#b4b8bbeMkdtOuhK2yOapqcwR2eCqfxsS { 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; }
#U1KhykNU77nthN60QeEJ0piSEmoPFCTa { 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:36.8125rem;width:38.25rem;display:none; }
#AnehTABFhyXESTzPssz3GWkO0FaTie82 { position:relative;display:none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 { border-width: 0; border-radius: 0; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .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; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .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; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z { position:relative;display:none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z { border-width: 0; border-radius: 0; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .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; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .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:28.8125rem;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; }#LXogqu7G1D9IPtALxXSdalolbtTyoick { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.2749rem;top:3.56103515625rem;left:36.375rem;font-style:normal;display:block; }
#DUZThQ1fO4Q6xw4eRxF9TPoPLNVmRHXS { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.501rem;top:6.99853515625rem;left:36.4375rem;text-align:left;text-align-last:left;display:block; }
#bT5s5s83rEO88nhiUJDXhkm7bUfxZMZ4 { 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.562rem;height:3.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:19.34326171875rem;left:36.375rem;display:block; }
#gIeiKF6LiTVHgu2TS0uAZR4tDAyLeoUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1Oy6cCORke4S4ophbXiKayBzJFarVJx { 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:21.9375rem;width:27.5rem;top:0.96842384338381rem;left:7.5625rem;overflow:hidden;display:block; }
#POzKBBcG6uvAy3edEhhr76TgBvZOnLt0 { 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:58.4375rem;height:23.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.9677734375rem;left:8rem;display:block; }
#sXlnNGMyf6OAZA0l632ZM6BfL6zH30zZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl { 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; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container { border-width: 0; border-radius: 0; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:none; }#Hqb9R2Q0B7cWXX8Jh6LgzMvExkhDmOXc { 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; }
#g6dXLGO2hxf10ExQ7bLrHcfiqO8JZTPd { 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; }
#GV6aGCulwPKTyz0vleHVAkXNTODPNXL4 { 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; }
#dkP1wtOClFZ8ThiXHGrs7FKWDJlAueop { 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; }
#xh8neqisvtJy5r4STmOWfL5WHCS5S83o { 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; }
#ZeR4bcFJQDMrygBq0wxhhtD4Ty8gHHfe { 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; }
#sFCpAIEmqZmGhoydNEewGRDSc8o2OsG0 { 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; }
#aSTyC2WkybvZzDZ2tZX4FEXIkEFTAvT5 { 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; }
#fTcBAnu5CVeRmkK0wBi5I4dcQ6VexfUX { 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; }
#ckn8gLlwsv2umD1k5V5RHvz5q4XoLoqZ { 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; }
#tkmDE0K6yKbhvu3To3nJBMJOcVrwwglU { 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; }
#sRSD3gZ5EED6gbarlLJUvHqvKK07PKVo { 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; }
#c4EFolMB4cCNs9nSg9qfPbfK88LsHnJ7 { 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; }
#Ao8EqxTMkU98sy7U2kMGxO85E3WfKrmJ { 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; }
#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { border-width: 0; border-radius: 0; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .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; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;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; }#BnxAk9asCJhGUPcZWTTfSSalmUtH6kz7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.8125rem;left:11.25rem;display:none; }
#inFPklmpGkovPexsIqeWxvDSGdHnvbQz { 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:#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:23.3745625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1876068115234rem;left:42.75rem;display:block; }
#yKtbfluD82RQff0WDhmT7llHtdkI6BGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M { display:none; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { width:47.75rem;position:relative;display:none; }#W6RR4lmPio5dWbnStdTVqcruzoCW94aE { width:17rem;height:2.9rem;top:0.1875rem;left:0rem;display:none; }
#rvTXPAD35dvusdRWQUAFvRBSNkHPgC2G { width:15.6875rem;height:2.375rem;top:0.375rem;left:32.0625rem;display:none; }
#TBJkRHkanZ3KEh4iEgTWwTe1KlFw2fDD { display:block; }
#CivbzPnHKND6JaODREtXCBB2F1xobnaI { top:0.1875rem;left:0rem;width:19.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#P7GZUQto59yMp1zzOJV562sr9cQxuLaA { display:none; }#P7GZUQto59yMp1zzOJV562sr9cQxuLaA > .row .container { width:47.75rem;position:relative;display:none; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw { display:none; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw > .row .container { width:47.75rem;position:relative;display:none; }#nxZWVq5kJCotAPCOb176L41VxhLg45zh { top:3rem;left:1.125rem;width:12.5rem;height:1.25rem;font-size:2.5rem;display:none; }
#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb { display:none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container { width:47.75rem;position:relative;display:none; }#ETiiZdMFEE35VTMr06QRQpyxSJNXScBf { top:1.875rem;left:0rem;width:19.9375rem;height:;font-size:2rem;display:block; }
#qXJqFRcr4NpEw2rT8Lwfhvrh4nbSzvKL { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#Bi6gum4Vx4qJBBcLk3M3X9ilrC2PFxKO { display:block; }
#iNqcE26c8Cwsxmnhh7pewA90dZlwa4tV { top:8.8125rem;left:0rem;width:19.9375rem;height:;font-size:2rem;display:none; }
#h02weuv4pvD0RSD7Rd4vliT7RyZGrKUX { top:5.3125rem;left:0rem;width:19.9375rem;height:;font-size:2rem;display:none; }
#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx { display:none; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container { width:47.75rem;position:relative;display:none; }#oSzOhyXQ8DH1TZ3MM6N67r0BRATND6cw { top:10.625rem;left:19.25rem;width:28.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
#XE47TDg8MElmrWN3nMPy5DD0sxTTxNSd { width:28.5625rem;height:30.395903716216rem;top:2.8125rem;left:0rem;display:none; }
#bzXVcAKpxrRzXqIeIHbM17dhdXuA0XUA { top:6.875rem;left:18.1875rem;width:29.5625rem;height:3.75rem;font-size:3.125rem;display:none; }
#T38DmtQVgJMd8GPVhIU9bKbOOK6mLMcO { width:7.5rem;height:7.2084482222956rem;top:3.5rem;left:40.25rem;display:none; }
#zcbHDSJfVRR05wHyfTuwZFhcq1gMNd7Q { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#ylJaGUHZPyd8QlMUDUTTusTgekqgsTK2 { display:block; }
#uzT212VVkbSURToXogWd16rBzpORU4Ws { top:5.1875rem;left:0rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:none; }
#kmRf0BFXGeIiNKGe5eBWc74cvGAT2bGP { top:8.75rem;left:0rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:none; }
#Z4WbLJih1rmuvWK8BLyALEKPCI3VLzTf { top:1.875rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:1rem;display:none; }
#ODNOT4M0P8DD7FM3NabpnVc3d7qMrydq { width:2.3125rem;height:2.3125rem;top:21.375rem;left:23.875rem;display:none; }
#M56rOQvz9CfxeihIGPETvod7enCsZrtX { width:2.3125rem;height:2.3125rem;top:25.3125rem;left:23.875rem;display:none; }
#oQTt6nPTVevo5yJkSrUw6mGkiKO2r7vF { width:2.3125rem;height:2.3125rem;top:29.3125rem;left:23.875rem;display:none; }
#iSgrau1n8TUUiUUCIoFTlG3udwnUEzfS { width:16.25rem;height:1.3125rem;top:5.0625rem;left:23.875rem;display:block; }
#rAlU1MVcUtcPa2g1oaewJOLclwryCVPF { display:block; }
#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 { display:none; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container { width:47.75rem;position:relative;display:none; }#busPHQCvCJqt89RSie33pnNqqp3NdONk { top:1.625rem;left:0rem;width:19.9375rem;height:2.625rem;font-size:2rem;display:none; }
#SsmxxshW8wmI7r0v7Bwd1bd1NC9mk7sk { top:6.875rem;left:0rem;width:19.9375rem;height:2.4375rem;font-size:2.1875rem;display:none; }
#FewSTb08auxZTx61e6imWEy49wKzTubk { display:none; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container { width:47.75rem;position:relative;display:none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 { display:none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container { width:47.75rem;position:relative;display:none; }#D4mBQtaF7GkC1MVMMxv6nyl63cE53KFP { width:25.9375rem;height:2.4375rem;top:22.1875rem;left:0rem;display:none; }
#gUUZPZCUlULAftraySzMFA0gkgUkWTyX { display:block; }
#H4b4UO6wVxxK36PEiyPWUlJemBSNU699 { top:68.125rem;left:25.5625rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:none; }
#sMLGuxCqEtQL7OnsO02qAXTA8ktdlILp { width:18.3125rem;height:12.9375rem;top:54.25rem;left:0rem;display:none; }
#fdJTT5aFZI5XEeDTTprzds8iEuQ5TXBq { width:19.1875rem;height:13.125rem;top:54.25rem;left:14.5rem;display:none; }
#t7MSPGOupzAFFxTixEnEHKJar8xZVXu1 { top:51.5625rem;left:25.5625rem;width:22.1875rem;height:2.3125rem;font-size:0.75rem;display:none; }
#p5zX9riX4xXyMWdoftTcdXwiC8ViqLDS { width:;height:;top:0rem;display:none; }
#FWIdOZm7xRDi4RmAtS7EZuB1ZEmq8esB { width:19.1875rem;height:13.125rem;top:54.125rem;left:28.5625rem;display:none; }
#l4PEXBExgEOTRpKbFJkVN2NhbZNq8fCA { top:1.25rem;left:0rem;width:19.6875rem;height:2.8125rem;font-size:1.1875rem;display:none; }
#XTqun3y4wOQed80Kb82SqqOOdqq4FdTS { top:0rem;width:;height:;display:none; }
#vLd8q9PkTaJwA5wmbl3e7TvO5iLHeHmS { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#SWmeaZBbTCSAUgADfPayZ3nXvTsFdMhf { display:block; }
#Tnf9IZtTKEMJJQcxmwnARRz3OJ2owV0I { top:39.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.625rem;display:none; }
#GMAEucmtCxCZV6GBqzMehUDeo2ldvln9 { display:none; }
#Gf2OfNhokTL4EfAc7Glls9BHqADzEXcQ { width:21.8125rem;height:37rem;display:none; }
#CxZv1WPN6tM0cQxyC3ckr89bCApElAWD { width:21.8125rem;height:36.375rem;display:none; }
#pSsE6zmLKnTFBiNt6P0eX8pJvxWUlJpR { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#MIF6T6WCWDbKUasLPvPKokiREx01Qzdw { display:block; }
#bw6gPzPlnlv5nGaMrPHaI6AXJhJFMRme { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#QcdtWMIToSCqxG9JEvWo30XvX0i07kFW { display:block; }
#twwwMvIfLKT7ymEu66kEwtVhs7SrarWb { top:48.75rem;left:0rem;width:19.125rem;height:1.375rem;font-size:1rem;display:none; }
#PvOrcaLzsSreIlramJMPazuVcNJuTIEs { top:0rem;width:;height:;display:none; }
#pTgHyTMrzrGfIFO66etbQe0P7o8a3kTM { top:17.1875rem;left:0rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:none; }
#NwzpXOpxKuPipqdqSLFo1iBMAoCFu25k { top:0rem;width:;height:;display:none; }
#LHv6NPwM2dKTXbQmW3enabP6rCi5fOvP { top:0rem;width:;height:;display:none; }
#LWbmvpP9Hz7XkcvHVWnKRZUg8cUPGatw { top:0rem;width:;height:;display:none; }
#r1VLHy1TRtyvQeTEMvmwMLvEqz6JTdcg { top:0rem;width:;height:;display:none; }
#pXATeCaMPIcexaenvk1EsUOkaODEv64w { top:0rem;width:;height:;display:none; }
#SqdwZfckx29RSMsoSnvTN3qSGcwpCdXc { top:7.1875rem;left:0rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
#Tog2gLVal88sTTaElUmFyGX078tp8VCu { top:5.3125rem;left:0rem;width:7.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#P12OGGz5dw6GalPfxLRzWbcpFOAt6OEL { top:10.3125rem;left:0rem;width:7.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#xFqTzeVeO2NTMOLImLWmiKIUBLu48ytK { top:15.375rem;left:0rem;width:7.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#CdebMi9NE9TNQikbTchZfdxucXgnFg4y { top:0rem;width:;height:;display:none; }
#aFsls1cJN0COsSAxHGHSpq2ZqArDVKXO { top:0rem;width:;height:;display:none; }
#RMasevMxbw6Ov7D7HIy1Zea17yKvAK72 { top:0rem;width:;height:;display:none; }
#chvgT4l4f0FxAc6im21PbWnh01UGJCWy { top:12.1875rem;left:0rem;width:15.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 { display:none; }#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 > .row .container { width:47.75rem;position:relative;display:none; }#FqiAs9A4hhCseqbmqfSOK9sX3rDD8AME { top:2.3125rem;left:0rem;width:12.375rem;height:2.0625rem;font-size:2.1875rem;display:none; }
#hv6bROszzaXvsHOWO8c3XDrClRDOu9qX { top:4.8125rem;left:0rem;width:19.875rem;height:4.375rem;font-size:2rem;display:none; }
#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 { display:none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container { width:47.75rem;position:relative;display:none; }#HoESicWNvLITR6KTsrODvszmUDKhn1ws { width:3rem;height:3rem;top:1.6875rem;left:23.875rem;display:none; }
#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG { display:none; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container { width:47.75rem;position:relative;display:none; }#Watf2E9BHnOA5QkiXBd4vSq4uZfbsRns { top:5.5rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#Tp73pJWL9kf2CPkafmBq8RvDUQrtOMax { top:27.5rem;left:0rem;width:19.9375rem;height:5.5625rem;font-size:1rem;display:none; }
#PvVPJo7P0PL0GD5shZJ0wGbaGSTgQdwV { top:5.5rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#vhwMNRxTlFgttTqcTeTwkh1x2LL1gG3i { top:5.5rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#Tga9hvrIwPkt9BT1en34TPXsxg3xBGBE { top:5.5rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#SAzXgX3SPkmnIw7q8yrfxwlXhP2hXOeV { top:5.5rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 { top:40.8125rem;left:0rem;width:19.1875rem;height:;font-size:1rem;display:none; }#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 li:before{  }
#cfHVy3bCghCKucLzfAWwJxl8wcIswVew { top:1.3125rem;left:24.6875rem;width:5.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
#IdqPHENQeFpUF99z0nPRvc61FIcyKK96 { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#T4mw4FsVc9ZiGqTh5ulknz8BZlNELIRZ { display:block; }
#iMAEhT2ruWmfA2yq7IcbA26OWsCVIDnZ { width:15.1875rem;height:1.625rem;top:1.3125rem;left:23.875rem;display:none; }
#KCtTMW5NzpgvqwPxGBURQIBwCkHkAwOt { display:block; }
#Maei07x1Noml6ZOoylVPfxF03exEryqm { width:15.1875rem;height:1.625rem;top:1.3125rem;left:23.875rem;display:none; }
#x9KnOFFWRxzdEqhS97Fd4aCugQ2GqZFX { display:block; }
#MWv9oqMZEa5LM5lRnMRvNTwRsoXOCBze { top:38.75rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1rem;display:none; }
#chQSXNaARXARCKAhcTx18wqTQkbKxSSH { display:none; }#chQSXNaARXARCKAhcTx18wqTQkbKxSSH > .row .container { width:47.75rem;position:relative;display:none; }#BlVl4WDW2fJQyCy3g6luBIrInVks8G1v { top:1.0625rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 { display:none; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .row .container { width:47.75rem;position:relative;display:none; }#txB2BruP8vzf2aaSLQl5s89lrsiR6954 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#TEy7dtpSgTQ1LtLv9Uo1MTv301Oh7cNX { display:block; }
#TuZRT8HBgIPZCTiz3sK9krPFIhcAkA3L { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#tAO0CuCOpzeOJJE4UfuCmF9FnJfimsJJ { top:13.4375rem;left:0rem;width:9.375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#RFGvDNUyuBvfeqLZa1WeOXMX9Sd1egeb { width:11.625rem;height:1.8355263157895rem;top:5.875rem;left:0rem;display:none; }
#cdPyMU7s7CcRog3D9H6l7W3rcIMprW0L { top:13.4375rem;left:0rem;width:9.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#fff2TfFFuk1oepIf7v0miUOmAulscwo5 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#nnGkselzlf1e5izNTQylWL8TwTtT94AI { display:block; }
#zuaa5IkM1KhBnOuFFAggvn14yNJ0MSpV { top:18.3125rem;left:0rem;width:8.4375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#ud8gpFaZ3VUsSdu80TAJ9HL4er0P5BU7 { top:0.9375rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.25rem;display:none; }
#vM4HAskiOLE9QWUKCksCgC9LVM32NSBA { top:0rem;width:;height:;display:none; }
#nIt6UBkoMqtB1VPyWETVaXVQOBlk1ImU { top:0rem;width:;height:;display:none; }
#qASoArzcu3Am4PZg2Xrct8zsRLUxTS4y { top:0.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:none; }
#RPkH3zqZxiZWJrCFNEPQJBBqHBZvp94N { width:11.625rem;height:1.8357775274511rem;top:5.875rem;left:0rem;display:none; }
#WpzTw9cLc8uiNkKxMah1foeUvs69GUxk { top:1.6875rem;left:12.3125rem;width:35.4375rem;height:35.4375rem;display:none; }
#Vg9NMsy02nXdZBAfRJcmyaLxsOW8kuSC { top:17.4375rem;left:0rem;width:7.9375rem;height:1rem;font-size:0.8125rem;display:none; }
#RkVwskyPepDNihMQgDTPWl5hgy5tu5wG { top:17.4375rem;left:0rem;width:7.9375rem;height:1rem;font-size:0.8125rem;display:none; }
#MI4GwaTnxWin0W6waaANo75wGVUPGnuT { top:0rem;width:;height:;display:none; }
#OcBHsG1Gdo9WMlX3Vseaft4hwTWTzkiD { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#h0JCPLCM0nIIIVBp3Cs184npAHUbIWAe { display:block; }
#OkcZxoN4mTnNeafIKCUgFJFqIzdELP8V { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#g9Hy9AT7UBBghtkgqA3ugu6EXB4G7coV { display:block; }
#IZv4rVz3sfDuWBRmhKH5WLQzw6bap2wx { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#xcDnM1ZvaP0vL6bO1JRtRXXegBLT7i3W { display:block; }
#SVDxnB8QKFRX310dQgPG8cqUr3GKMxwK { top:4.4375rem;left:20.625rem;width:15rem;height:1.25rem;font-size:0.875rem;display:none; }
#DGqydxVGIlCnLglH9Ge1rZEz92OdXoW0 { top:0rem;width:;height:;display:none; }
#m3xw8ygDwg7FemFSBdkX4u5rDJQQwliu { top:0rem;width:;height:;display:none; }
#T0pFaoeBMDTNzTBuUxvvUvyb5H9nz6F2 { top:0rem;width:;height:;display:none; }
#HkB254Ww6SNsDsJCewn47MMtidQShZFA { top:1.6875rem;left:12.3125rem;width:35.4375rem;height:35.4375rem;display:none; }
#d8Gipw77LMBvJq2spKDlAtEmmRTQKFOv { top:20.8125rem;left:0rem;width:8.4375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#aBw1DOvt8rfQTkdyg3vuKCJ2ssA6Fgdi { top:18.3125rem;left:0rem;width:8.4375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#fFTsGpp3yrXFTxWBBkiutfAPRousl8Ac { top:21.1875rem;left:0rem;width:8.4375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#nPNxOEEn7ve6xmhZcN6nuV027Muue568 { top:0rem;width:;height:;display:none; }
#H4gsAPeEPt1NugafadXowCMsoMsnt7bD { width:;height:;top:0rem;display:none; }
#NbTVQAyuJ7twL9G3ahKz1DBDlMVS2was { display:block; }
#QhfLysBmToTvAE5Ce2IbvaT214bJqKVB { width:;height:;top:0rem;display:none; }
#p5BOiXQSE3NzaseTuJ056gHnBqTowOMx { display:block; }
#OXghgZGyV1KzsP0801sQe9HTOz0QacB4 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#ZiwGqbFBwdAbgo3b3TnZ0WpobWuLx9Ab { display:block; }
#Ay8MbbPRGt4ELoT5q0kfrRnXAMJ39sNR { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#yZaqp3B87HUBxS3PIIPctm6gbfw9WoGk { display:block; }
#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd { display:none; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .row .container { width:47.75rem;position:relative;display:none; }#tWgGL8hkkRc22lUZQlBNOHmhea35hlL3 { top:4.4375rem;left:20.625rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
#hsaZZTBNbmetq0r0c42dNGzvg7PPdTyO { width:22.1875rem;height:2.9812494335796rem;top:37.5625rem;left:24.5rem;display:none; }
#aAezLZCTO8lnkdhpID0EZHWhTpF34fzF { width:;height:;top:0rem;display:none; }
#EEPZBAuNKPTvWbiaC2EllrPWVL5Quh7C { display:block; }
#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 { display:none; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { width:47.75rem;position:relative;display:none; }#IZaiWenXR9KfPARgoDZZeGFGk1oiwLtU { top:1.5625rem;left:0rem;width:30.0625rem;height:2.9375rem;font-size:2.3125rem;display:none; }
#QkU7kCWd3UwBHN8J11xTzlXiNaofPT59 { top:1.4375rem;left:23.875rem;width:19.4375rem;height:2.9375rem;font-size:2.1875rem;display:none; }
#XksIGyGSWqAGfzIRMZNqzmcdIVTZa59P { top:5.1875rem;left:0rem;width:43.125rem;height:2.6875rem;font-size:1.125rem;display:none; }
#OqWuTlC24acJD52b6CJfNFvervcCeCGB { display:none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container { width:47.75rem;position:relative;display:none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO { display:none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container { width:47.5rem;position:relative;display:none; }#wJhRNi3pqELGbAAvJBBscesFETapfW8O { top:39.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#ycI22vgVhobwypdGantl72RVfmxi8Q7A { top:29.9375rem;left:0rem;width:11.0625rem;height:1.75rem;font-size:1.125rem;display:none; }
#u8bHXvwKE4IAIUiu3LQx2zrTpWIkkcfd { top:32.4375rem;left:0rem;width:13.375rem;height:1.75rem;font-size:1.125rem;display:none; }
#b1ckr1naVB8pgpg4snMfvSVfht93y4IX { top:10.3125rem;left:0rem;width:1.4375rem;height:1.6774729094745rem;display:none; }
#xZgNCcErJlTyPEaidMJmZN1xzK4ACvdN { top:10.3125rem;left:0rem;width:1.4375rem;height:1.6774729094745rem;display:none; }
#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su { display:none; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su > .row .container { width:47.5rem;position:relative;display:none; }#Utd2r672dcZIR3FT0mpJHu1VKpSbhOrw { top:10.9375rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
#qRODQcSM8wVsvmSDAxeSORKiTFbPEM6R { top:13.0625rem;left:0rem;width:19.5rem;height:4.1875rem;font-size:1rem;display:block; }
#l85yUKnuQy0qyHxMPBONkp6t06LyUctg { top:11.8125rem;left:0rem;width:4.0625rem;height:4.2882433555048rem;display:block; }
#xaCTfyRKeklPffGXwKmkhKKwL6hMO1P2 { top:19.125rem;left:0rem;width:19.5rem;height:1.375rem;font-size:1rem;display:block; }
#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N { display:none; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container { width:47.5rem;position:relative;display:none; }#Ki88klJaNOPhbXFXw29SFLPOpLezlTXI { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#aSequ4Qbwxbk4wN5y1OW2Cy8R6BHcwGr { display:block; }
#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI { display:none; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container { width:47.75rem;position:relative;display:none; }#IJsOy2kxv8UhHVzXg4ZIwH5kJI7pyTWw { top:8.3125rem;left:0rem;width:25.9375rem;height:4.8125rem;font-size:1.625rem;display:none; }
#O4ldsozkKy68i3JwVRiUvPedQTwKeqpZ { width:26.375rem;height:2.884194839246rem;top:14.625rem;left:0rem;display:none; }
#McmSPSofTVWr9P7skfyggNbmHGH7Vglw { width:29.75rem;height:15.710624015601rem;top:4.8125rem;left:18rem;display:none; }
#FiOsAhctE65vRKCkTAwmsmGZeHoWe4XX { width:21.125rem;height:18.125rem;top:5.0625rem;left:21.125rem;display:none; }
#Ts2MDage05TCzSlWXf124gVVTzWT9itn { display:block; }
#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ { display:none; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container { width:47.75rem;position:relative;display:none; }#qwMnVNupmVEPELM9TllcbwdWdsgpbaUS { top:3.375rem;left:0rem;width:19.875rem;height:2.375rem;font-size:2rem;display:none; }
#XFzomKSt7C3pdXDz0RPdHcwbFGXrzNAT { top:2.4375rem;left:0rem;width:19.9375rem;height:1.6875rem;font-size:1.625rem;display:none; }
#DOZg1T7nFks8hXdTMdtwaEOGI0doPdNg { top:6.3125rem;left:0rem;width:19.9375rem;height:6.0625rem;font-size:0.9375rem;display:none; }
#GvQbgTZP5vHW3UFtOqXHbDvsTrk3tqbc { top:0.125rem;left:18.5625rem;width:29.1875rem;height:44.693359375rem;display:block; }
#SyETzF02eZDcBOXJvhCRWQaDGfNzw0rO { top:20.4375rem;left:0.5rem;width:17.75rem;height:5.1875rem;font-size:1rem;display:none; }
#GTaa8x6abidG2fGk9T2OERU5merRcMUv { top:13rem;left:0.5625rem;width:19.1875rem;height:3.875rem;font-size:1rem;display:none; }
#D99NAv4PxKhoIon5efbJ4qbve07PoKu1 { width:5.3125rem;height:5.9375rem;top:18.375rem;left:0rem;display:none; }
#X4nCPaV6nCUL8qJKFuaTFko1q0TGBqSx { width:5.6875rem;height:7.1715284526862rem;top:10.125rem;left:0rem;display:none; }
#Ogwfst1T6MVQ4bxLkgbFSbPMrLn9iBtw { top:11.0625rem;left:0.5625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#b8avL7BJEnLfkyH15WrzCyUHSfkWP1Mn { top:18.75rem;left:0.5rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#Uu8mZn7U2GpFMXBco1unTK4FZnTKhdiz { width:24.75rem;height:3.625rem;top:26.875rem;left:0rem;display:none; }
#KAmaETNeTHkpb664SwOZsb1EUHIiAUdm { display:block; }
#mx9CBKRzZ6xiEx1dHd6PzVMkR5ALWzso { top:10.875rem;left:0.5rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:none; }
#LTISOqcz325korw2rx5LDhvGqPeTXTdT { top:18.625rem;left:0.4375rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:none; }
#KUED6scpmBJsiPIPkumx9bL8e6DTwVVH { top:10.9375rem;left:0rem;width:4.875rem;height:5.25rem;display:none; }
#TBSTRygf08TRh9miGobRW4XZRvxOfEOa { top:18.5rem;left:0rem;width:4.875rem;height:5.125rem;display:none; }
#deUeUf0CkWvFcHOhygu29otgPA8X9Z2n { width:47.3125rem;height:31.9375rem;top:0.25rem;left:0.4375rem;display:none; }
#IisFTilN8JopwaIbD31RvubvI3zqwz2c { display:block; }
#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS { display:none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container { width:47.75rem;position:relative;display:none; }#Q18lweWUOEF9b8rgDZTBmtdvEPhiDpvB { width:16rem;height:3.625rem;top:15.0625rem;left:31.75rem;display:none; }
#e1nrI1D6VT9ZTEw8t7R1oM5SI4n6zGZd { display:block; }
#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg { display:none; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container { width:47.75rem;position:relative;display:none; }#nfEwS6Xi79oVJ9l63rIt2HdXLzKT2TUr { width:30.1875rem;height:3.75rem;top:30.4375rem;left:17.5625rem;display:none; }
#yR4fSJCRATOLsFoUIVyFNtTkzT0WKlBo { display:block; }
#JDkpf1k6CQw7wuDbTO8VHfos3gu7iAlv { top:2.4375rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1.125rem;display:none; }
#QSCC2md3ncx2W9A7uOubX8Os7lku74nT { top:4.875rem;left:0rem;width:12.75rem;height:6.0625rem;font-size:0.9375rem;display:none; }
#T6tbgJ6R9ZDzT9vvs1lKDnyFX0b2eItF { top:14.25rem;left:0rem;width:12.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#TTfKy2WyJTg1yqG3iGXTIim2xIXtd21P { top:16.375rem;left:0rem;width:13rem;height:6.0625rem;font-size:0.9375rem;display:none; }
#ed4oskIa81qW6QORSviCuLVbxFfg6XvA { top:15.375rem;left:0rem;width:12.3125rem;height:1rem;font-size:1.375rem;display:none; }
#TNIJLUeskXwdHIZAbcWXcXxLWXxz46T7 { top:0rem;width:;height:;display:none; }
#rFDJnZHvzEwAbboe1JUKtCaPxpg6Q4ie { width:5.75rem;height:5.6875rem;display:none; }
#vsO0VLxyi5QD6lkimzUvUiHXLJvxAa8z { width:5.375rem;height:5.375rem;display:none; }
#c18rEfL0mIF6uyyhqzn9R54lhstsDKKu { width:14.625rem;height:2.875rem;top:17.1875rem;left:23.875rem;display:none; }
#qTfq16SWQ943ucq3I9gKRVvTtWcR0AsM { display:block; }
#ylmyiP7tN1xIW5NTzytmAJ0H4gxBZuWu { top:2.0625rem;left:0rem;width:19.875rem;height:3.5625rem;font-size:1.375rem;display:none; }
#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR { display:none; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container { width:47.75rem;position:relative;display:none; }#G4XaUhGtNFfvVWpnErf2UFdcWI8oANTP { top:3.875rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.625rem;display:none; }
#e4JETDneLR3MuRc5AuE56BxtV1ws1dWT { top:3.875rem;left:0rem;width:13.75rem;height:1.875rem;font-size:1.5625rem;display:none; }
#TnuwzVU7nxEylZcmNvfplMdB8TJisGti { top:3.875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5rem;display:none; }
#vcdZCaJO0e7avZrTf4Bf8udUL9p9AUTR { width:;height:;top:0rem;display:none; }
#aAnAoTrBGXaINLHR7M8cL0KVGquPTQ9u { display:block; }
#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC { display:none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container { width:47.75rem;position:relative;display:none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F { display:none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row .container { width:47.75rem;position:relative;display:none; }#nXpqegWWmqE77eI9XU9xoEXo2ND7J6ck { top:3.875rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.75rem;display:none; }
#NbKe0obFp56ECzxtdAeTNNz07O53T6Ji { top:3.875rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.75rem;display:none; }
#mqhPx4T2KKqzyERXMn0qyoViTHJbU4gh { top:4.6875rem;left:22rem;width:19.9375rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#hyvLbLNQrzUww3Tl5QUiuNUkp3QT12ac { width:;height:;top:0rem;display:none; }
#oi6Z05uNKS8F22mKQSnW7TWbV4ShkuSg { display:block; }
#L95zDNRztQkAKi9Fum05TFzKiRfukFWS { top:0rem;width:;height:;display:none; }
#v0iTIz5It6zP9VAKNHcqqZfwkQKh2ChG { top:14.6875rem;left:0rem;width:19.1875rem;height:4.875rem;font-size:0.9375rem;display:none; }
#deLfCnW4dWMhCwzJLPyRdwMfdsDbOy8p { width:;height:;top:0rem;display:none; }
#NE2zmMeATcT0uFnUtI2r0d4PEp50cL1l { display:block; }
#rus2C8D7U6yvZrPOus0VlM5tCNeFmQbd { width:;height:;top:0rem;display:none; }
#fp6rEm72Wfh5UM3NnUlsLy1eJ3Ml0oHT { top:13.8125rem;left:24.4375rem;width:5rem;height:1.125rem;font-size:0.875rem;display:none; }
#vtQB3Hos6taBUDVTsFgafn8Rgmp8fghG { top:0rem;width:;height:;display:none; }
#hE0BzmAizArMozIqHVvJa2NWGnMBtRrI { top:0rem;width:;height:;display:none; }
#c84xmh7SP3BnO7RHhu1lxat8VZBI64vR { top:0rem;width:;height:;display:none; }
#KqMuft1Wr2gb7P293OeJRc4BDpgKC4TA { top:0rem;width:;height:;display:none; }
#mJleXuJ6a0dJdIbxW7PqsTHQ4tJX9spK { top:0rem;width:;height:;display:none; }
#xmQ9PfHi0SF4XTicZCKOrQg131qn2Shz { width:;height:;top:0rem;display:none; }
#qODVg3mlx3Kwz0vxmRLqI0Xydmo0sEZE { top:0rem;width:;height:;display:none; }
#DCJLmQoDerhM9BQ72hrfrBVagUZRQAJP { top:23.625rem;left:0rem;width:18.9375rem;height:4.875rem;font-size:0.9375rem;display:none; }
#EMssK78eLRxOLZCNIS1fZ3RJ2p50hWtI { width:;height:;top:0rem;display:none; }
#AwWGTKzdJHuTCc9TMn9PiI0ydvSX67lp { top:13.8125rem;left:24.4375rem;width:5rem;height:1.125rem;font-size:0.875rem;display:none; }
#JZ4OZpnBRDT5esmNlqTUIhCCXhyRy0Wh { top:0rem;width:;height:;display:none; }
#rGM58RAW6spwMryk3X4Xz86b0nASiGJ5 { top:0rem;width:;height:;display:none; }
#KxxNcV1v0C0ETPA8LZCzedTtPtBhVg8d { top:0rem;width:;height:;display:none; }
#qhQM6cfdvTXnV7ai4MAXSStuSxWMP1lw { top:0rem;width:;height:;display:none; }
#D2ArZnU5wrcDHiLDsbtC0VIVnDnRnWb2 { top:0rem;width:;height:;display:none; }
#xWspfO269Xy2yBOQgCOrLShpPIUrPV3M { width:;height:;top:0rem;display:none; }
#IOnWvVJyKQW0bFJEkwodRD8AM3t13RkS { display:block; }
#K3eHn70lZrWCLE18lNanKiF8oDXVNXSD { width:;height:;top:0rem;display:none; }
#AXkdyXqaH0wd7y58RvEKVMQGhdOT6VGw { top:0rem;width:;height:;display:none; }
#crhKkOhIkd5eeRziXgt79b8T3vWG7TVI { width:;height:;top:0rem;display:none; }
#gnzHdyS0BKtNdbAzy2uvkDI3M418QeWi { width:;height:;top:0rem;display:none; }
#ZDBWr5vqaSBNVHzJHUIgPXvuQbAwtyr8 { display:block; }
#F45rGrFhxw5EUDoDzg4noxE7p6TJQ5aC { top:32.875rem;left:0rem;width:18.75rem;height:4.875rem;font-size:0.9375rem;display:none; }
#nOL0pQuzhtVVoo7MCPBkO337VCiUfmPZ { top:0rem;width:;height:;display:none; }
#mcopSxpHttRLwopQXSnQ2JIQyefQK72m { top:0rem;width:;height:;display:none; }
#iVXkRnuiDGFDcVxa2VUqXfaaHhqMOOeG { top:0rem;width:;height:;display:none; }
#t2THuOm6TV2aSVbF7C0HGvU5hqwIult7 { top:0rem;width:;height:;display:none; }
#lvauMzWAImIuHaHlCiweouZXHJZeqBZ7 { top:0rem;width:;height:;display:none; }
#b4b8bbeMkdtOuhK2yOapqcwR2eCqfxsS { top:13.8125rem;left:24.4375rem;width:5rem;height:1.125rem;font-size:0.875rem;display:none; }
#U1KhykNU77nthN60QeEJ0piSEmoPFCTa { width:;height:;top:0rem;display:none; }
#AnehTABFhyXESTzPssz3GWkO0FaTie82 { display:none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container { width:47.75rem;position:relative;display:none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z { display:none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row .container { width:47.75rem;position:relative;display:none; }#LXogqu7G1D9IPtALxXSdalolbtTyoick { top:1.125rem;left:0rem;width:18.25rem;height:2.6875rem;font-size:1.75rem;display:none; }
#DUZThQ1fO4Q6xw4eRxF9TPoPLNVmRHXS { top:3.1875rem;left:0rem;width:19.9375rem;height:6.9375rem;font-size:1rem;display:none; }
#bT5s5s83rEO88nhiUJDXhkm7bUfxZMZ4 { width:24.5rem;height:3.625rem;top:19.3125rem;left:22.75rem;display:none; }
#gIeiKF6LiTVHgu2TS0uAZR4tDAyLeoUg { display:block; }
#A1Oy6cCORke4S4ophbXiKayBzJFarVJx { top:0.9375rem;left:0rem;width:27.5rem;height:30.1640625rem;display:block; }
#POzKBBcG6uvAy3edEhhr76TgBvZOnLt0 { width:46.75rem;height:23.9375rem;top:0.9375rem;left:0rem;display:none; }
#sXlnNGMyf6OAZA0l632ZM6BfL6zH30zZ { display:block; }
#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl { display:none; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container { width:47.75rem;position:relative;display:none; }#Hqb9R2Q0B7cWXX8Jh6LgzMvExkhDmOXc { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
#g6dXLGO2hxf10ExQ7bLrHcfiqO8JZTPd { top:9rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
#GV6aGCulwPKTyz0vleHVAkXNTODPNXL4 { top:10.6875rem;left:0rem;width:8.5rem;height:1.6875rem;font-size:0.4375rem;display:block; }
#dkP1wtOClFZ8ThiXHGrs7FKWDJlAueop { top:1.5625rem;left:0rem;width:11.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
#xh8neqisvtJy5r4STmOWfL5WHCS5S83o { top:0rem;left:38.75rem;width:0.0625rem;height:5.625rem;display:block; }
#ZeR4bcFJQDMrygBq0wxhhtD4Ty8gHHfe { top:0.6875rem;left:36rem;width:11.75rem;height:1.25rem;font-size:0.625rem;display:block; }
#sFCpAIEmqZmGhoydNEewGRDSc8o2OsG0 { top:2.125rem;left:40.25rem;width:2.6875rem;height:2.6875rem;display:block; }
#aSTyC2WkybvZzDZ2tZX4FEXIkEFTAvT5 { top:2.375rem;left:43.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#fTcBAnu5CVeRmkK0wBi5I4dcQ6VexfUX { top:2.125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
#ckn8gLlwsv2umD1k5V5RHvz5q4XoLoqZ { top:2.0625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
#tkmDE0K6yKbhvu3To3nJBMJOcVrwwglU { top:0rem;left:10.0625rem;width:0.0625rem;height:5.625rem;display:block; }
#sRSD3gZ5EED6gbarlLJUvHqvKK07PKVo { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#c4EFolMB4cCNs9nSg9qfPbfK88LsHnJ7 { top:9.9375rem;left:0rem;width:15rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Ao8EqxTMkU98sy7U2kMGxO85E3WfKrmJ { top:0.6875rem;left:40.25rem;width:6.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { display:none; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row .container { width:47.75rem;position:relative;display:none; }#BnxAk9asCJhGUPcZWTTfSSalmUtH6kz7 { top:0.8125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#inFPklmpGkovPexsIqeWxvDSGdHnvbQz { width:23.3125rem;height:3.4375rem;top:1.125rem;left:24.4375rem;display:none; }
#yKtbfluD82RQff0WDhmT7llHtdkI6BGQ { display:block; }
body { position:relative;top:0rem;left:0rem;background-color:#ffffff;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); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M { background-color:#000000;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; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { background-color: transparent; background-image: none; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container > .video-iframe-container { display: none; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row > .video-iframe-container { display: none; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .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); }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { border-width: 0; border-radius: 0; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSGomg6Nl7Io25F6lkCoAscGuLM5Mb9M > .row .container { width:20rem;height:2.625rem;position:relative;display:block; }#W6RR4lmPio5dWbnStdTVqcruzoCW94aE { top:0rem;left:1.3742406368256rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;display:none; }
#rvTXPAD35dvusdRWQUAFvRBSNkHPgC2G { top:24.937065839767rem;left:0.5rem;width:19rem;height:2.375rem;z-index:15004;font-size:1.0625rem;color:#ffffff;background-color:#000000;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;display:none; }
#TBJkRHkanZ3KEh4iEgTWwTe1KlFw2fDD { display:block; }
#CivbzPnHKND6JaODREtXCBB2F1xobnaI { top:0.1875rem;left:0rem;width:20rem;height:2.4375rem;z-index:15001;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
#P7GZUQto59yMp1zzOJV562sr9cQxuLaA { display:block; }#P7GZUQto59yMp1zzOJV562sr9cQxuLaA > .row .container { width:20rem;height:1.5rem;position:relative;display:block; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw { display:block; }#rmTsQc0bGD6tmF10LmrPiPCo444xMVOw > .row .container { width:20rem;height:3.5rem;position:relative;display:block; }#nxZWVq5kJCotAPCOb176L41VxhLg45zh { top:0.25rem;left:0rem;width:20rem;height:3.25rem;z-index:15000;font-family:brown;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:2.5rem;display:block; }
#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb { background-color:#f3f3f2;background-image:url("https://images.assets-landingi.com/uc/c04fa5c8-3aaf-4890-8d6a-e9343694d722/2025_BP_Model_0028_21.crop_979x973_140,202.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; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb.adaptive-delivery-prevent-bg, #B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb.lazyload, #B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb.lazyloading { background-image: none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container { background-color: transparent; background-image: none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container > .video-iframe-container { display: none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row > .video-iframe-container { display: none; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .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); }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container { border-width: 0; border-radius: 0; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2K8ZT8XANaHTi09BiOD6bZIU8DJyPdb > .row .container { width:20rem;height:28.875rem;position:relative;display:block; }#ETiiZdMFEE35VTMr06QRQpyxSJNXScBf { width:14.12475rem;height:4.79980625rem;top:0.89599609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;color:#000000;z-index:15026;font-weight:400;font-style:normal;display:block; }
#qXJqFRcr4NpEw2rT8Lwfhvrh4nbSzvKL { top:23.884521484375rem;left:0.500244140625rem;width:18.9983125rem;height:3.31128125rem;z-index:15005;font-size:1.25rem;color:#ffffff;background-color:#000000;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;display:block; }
#Bi6gum4Vx4qJBBcLk3M3X9ilrC2PFxKO { display:block; }
#iNqcE26c8Cwsxmnhh7pewA90dZlwa4tV { width:5.5625rem;height:4.79980625rem;top:0.745849609375rem;left:14.170166015625rem;font-size:2rem;text-align:right;text-align-last:right;line-height:1.2;color:#000000;z-index:15027;font-weight:300;font-style:italic;font-family:"canela italic";display:block; }
#h02weuv4pvD0RSD7Rd4vliT7RyZGrKUX { width:19.99875rem;height:2.40014375rem;top:3.202392578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;z-index:15027;font-weight:400;font-style:normal;display:block; }
#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx { background-color:#ffffff;background-image:none;display:block; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container { background-color: transparent; background-image: none; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container > .video-iframe-container { display: none; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row > .video-iframe-container { display: none; }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .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); }#eSevTFFpC4XXxD6BsWKu5LUIqVEfWUdx > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#oSzOhyXQ8DH1TZ3MM6N67r0BRATND6cw { width:19.9981875rem;height:0;top:5.9375rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#000000;display:none; }
#XE47TDg8MElmrWN3nMPy5DD0sxTTxNSd { top:21.400756835938rem;left:0rem;width:18.5rem;height:19.6875rem;z-index:15000;overflow:hidden;display:none; }
#bzXVcAKpxrRzXqIeIHbM17dhdXuA0XUA { top:2.3125rem;left:0rem;width:18.9984375rem;height:0;z-index:15001;font-size:2.8125rem;font-weight:400;font-style:italic;color:#000000;line-height:1.2;font-family:"canela italic";display:none; }
#T38DmtQVgJMd8GPVhIU9bKbOOK6mLMcO { top:9.25rem;left:13.625rem;width:6.4375rem;height:6.1875rem;z-index:15076;overflow:hidden;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:none; }
#zcbHDSJfVRR05wHyfTuwZFhcq1gMNd7Q { top:31.560546875rem;left:0.4998779296875rem;width:19rem;height:3.3125rem;z-index:15004;font-size:1.25rem;color:#ffffff;background-color:#000000;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;display:none; }
#ylJaGUHZPyd8QlMUDUTTusTgekqgsTK2 { display:block; }
#uzT212VVkbSURToXogWd16rBzpORU4Ws { top:4.8125rem;left:2.625rem;width:17.3125rem;height:2.5996125rem;z-index:15072;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#kmRf0BFXGeIiNKGe5eBWc74cvGAT2bGP { top:8.474609375rem;left:2.5625rem;width:17.436875rem;height:2.5996125rem;z-index:15073;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#Z4WbLJih1rmuvWK8BLyALEKPCI3VLzTf { top:1.4375rem;left:2.6875rem;width:16.875rem;height:2.5996125rem;z-index:15071;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#ODNOT4M0P8DD7FM3NabpnVc3d7qMrydq { top:1.5rem;left:0rem;width:2rem;height:2rem;z-index:15076;overflow:hidden;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; }
#M56rOQvz9CfxeihIGPETvod7enCsZrtX { top:4.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15076;overflow:hidden;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; }
#oQTt6nPTVevo5yJkSrUw6mGkiKO2r7vF { top:8.4375rem;left:0rem;width:2rem;height:2rem;z-index:15076;overflow:hidden;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; }
#iSgrau1n8TUUiUUCIoFTlG3udwnUEzfS { width:4.875rem;height:1.4375rem;top:0.72607421875rem;left:0rem;font-size:0.875rem;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;background-color:#e7ff00;background-image:none;display:none; }
#rAlU1MVcUtcPa2g1oaewJOLclwryCVPF { display:block; }
#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 { background-color:#ffffff;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; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container { background-color: transparent; background-image: none; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container > .video-iframe-container { display: none; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row > .video-iframe-container { display: none; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .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); }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container { border-width: 0; border-radius: 0; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8LKXoEU1uKHC2mXTa2DGhqcTRpvwdI9 > .row .container { width:20rem;height:9.2099609375rem;position:relative;display:block; }#busPHQCvCJqt89RSie33pnNqqp3NdONk { top:1.7490234375rem;left:0rem;width:20rem;height:2.40014375rem;z-index:15008;font-size:2rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:brown;display:block; }
#SsmxxshW8wmI7r0v7Bwd1bd1NC9mk7sk { top:3.960205078125rem;left:0rem;width:19.99875rem;height:5.25rem;z-index:15010;font-size:2.1875rem;font-weight:300;font-style:italic;color:#000000;line-height:1.2;font-family:"canela italic";display:block; }
#FewSTb08auxZTx61e6imWEy49wKzTubk { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/3290a5a8-ed92-4b27-a34e-a0cf8f2bc697/53299_BP_2025_BP_Model_06161.crop_1225x1283_128,165.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; }#FewSTb08auxZTx61e6imWEy49wKzTubk.adaptive-delivery-prevent-bg, #FewSTb08auxZTx61e6imWEy49wKzTubk.lazyload, #FewSTb08auxZTx61e6imWEy49wKzTubk.lazyloading { background-image: none; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container { background-color: transparent; background-image: none; }#FewSTb08auxZTx61e6imWEy49wKzTubk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container > .video-iframe-container { display: none; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row > .video-iframe-container { display: none; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .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); }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container { border-width: 0; border-radius: 0; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FewSTb08auxZTx61e6imWEy49wKzTubk > .row .container { width:20rem;height:22.125rem;position:relative;display:block; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 { background-color:#ffffff;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; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container { background-color: transparent; background-image: none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container > .video-iframe-container { display: none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row > .video-iframe-container { display: none; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .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); }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container { border-width: 0; border-radius: 0; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbSABudlFVoFhcMoF99mkm1B8exfDrQ6 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; }#D4mBQtaF7GkC1MVMMxv6nyl63cE53KFP { top:22.1875rem;left:0.5rem;width:19rem;height:2.4375rem;z-index:15004;font-size:0.875rem;color:#ffffff;background-color:#dd3961;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;display:none; }
#gUUZPZCUlULAftraySzMFA0gkgUkWTyX { display:block; }
#H4b4UO6wVxxK36PEiyPWUlJemBSNU699 { top:68.125rem;left:0rem;width:20rem;height:auto;z-index:15076;font-family:brown;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#sMLGuxCqEtQL7OnsO02qAXTA8ktdlILp { top:54.25rem;left:0.8125rem;width:18.3125rem;height:12.955779346787rem;z-index:15078;overflow:hidden;display:none; }
#fdJTT5aFZI5XEeDTTprzds8iEuQ5TXBq { top:54.25rem;left:0.375rem;width:19.1875rem;height:13.082598743486rem;z-index:15078;overflow:hidden;display:none; }
#t7MSPGOupzAFFxTixEnEHKJar8xZVXu1 { top:51.499571884918rem;left:0rem;width:20rem;height:0;z-index:15077;font-family:brown;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#p5zX9riX4xXyMWdoftTcdXwiC8ViqLDS { top:2.3420104980469rem;left:11.500108718872rem;width:8.499875rem;height:3.75rem;z-index:14998;overflow:hidden;display:none; }
#FWIdOZm7xRDi4RmAtS7EZuB1ZEmq8esB { top:54.125rem;left:0.375rem;width:19.1875rem;height:13.082598743486rem;z-index:15078;overflow:hidden;display:none; }
#l4PEXBExgEOTRpKbFJkVN2NhbZNq8fCA { top:1.311767578125rem;left:0.74951171875rem;width:19.125rem;height:2.8496125rem;z-index:15003;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;color:#000000;display:block; }
#XTqun3y4wOQed80Kb82SqqOOdqq4FdTS { top:1.3932304382324rem;left:0rem;width:0.187174375rem;height:2.56239375rem;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#vLd8q9PkTaJwA5wmbl3e7TvO5iLHeHmS { top:43.686767578125rem;left:0.500244140625rem;width:18.9983125rem;height:3.23364375rem;z-index:15010;font-size:1.1875rem;color:#ffffff;background-color:#000000;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SWmeaZBbTCSAUgADfPayZ3nXvTsFdMhf { display:block; }
#Tnf9IZtTKEMJJQcxmwnARRz3OJ2owV0I { top:40.0625rem;left:0.9375rem;width:18.24975rem;height:1.5rem;z-index:15023;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;display:block; }
#GMAEucmtCxCZV6GBqzMehUDeo2ldvln9 { top:21.9375rem;left:0.0625rem;width:19.9995rem;height:20.12475rem;z-index:14999;background-color:#f8f8f8;background-image:none;display:block; }
#Gf2OfNhokTL4EfAc7Glls9BHqADzEXcQ { top:24.8125rem;left:10.5rem;width:8.4375rem;height:14.4375rem;z-index:15006;overflow:hidden;display:block; }
#CxZv1WPN6tM0cQxyC3ckr89bCApElAWD { top:24.8125rem;left:0.9375rem;width:8.625rem;height:14.49975rem;z-index:15007;overflow:hidden;display:block; }
#pSsE6zmLKnTFBiNt6P0eX8pJvxWUlJpR { top:25.3125rem;left:11.0625rem;width:3.9682625rem;height:1.09350625rem;z-index:15012;font-size:0.875rem;color:#ffffff;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#MIF6T6WCWDbKUasLPvPKokiREx01Qzdw { display:block; }
#bw6gPzPlnlv5nGaMrPHaI6AXJhJFMRme { top:25.25rem;left:1.375rem;width:4.03125rem;height:1.21875rem;z-index:15011;font-size:0.875rem;color:#ffffff;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#QcdtWMIToSCqxG9JEvWo30XvX0i07kFW { display:block; }
#twwwMvIfLKT7ymEu66kEwtVhs7SrarWb { top:22.9375rem;left:0.9375rem;width:14.87475rem;height:1.19970625rem;z-index:15004;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:#000000;display:block; }
#PvOrcaLzsSreIlramJMPazuVcNJuTIEs { top:6.125rem;left:7.6875rem;width:12.0615rem;height:0.5617675rem;z-index:15087;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#pTgHyTMrzrGfIFO66etbQe0P7o8a3kTM { top:7.1875rem;left:4.9375rem;width:13.9995rem;height:2.2744125rem;z-index:15085;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#NwzpXOpxKuPipqdqSLFo1iBMAoCFu25k { top:5.75rem;left:13.375rem;width:1.06128125rem;height:1.06128125rem;z-index:15089;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #c3c2bd;border-left:0.125rem solid #c3c2bd;border-right:0.125rem solid #c3c2bd;border-bottom:0.125rem solid #c3c2bd;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LHv6NPwM2dKTXbQmW3enabP6rCi5fOvP { top:6.125rem;left:4.875rem;width:9.24975rem;height:0.5617675rem;z-index:15088;background-color:#c3c2bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#LWbmvpP9Hz7XkcvHVWnKRZUg8cUPGatw { top:10.75rem;left:15.75rem;width:1.06128125rem;height:1.06128125rem;z-index:15089;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #c3c2bd;border-left:0.125rem solid #c3c2bd;border-right:0.125rem solid #c3c2bd;border-bottom:0.125rem solid #c3c2bd;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#r1VLHy1TRtyvQeTEMvmwMLvEqz6JTdcg { top:11.0625rem;left:7.6875rem;width:12.0615rem;height:0.5617675rem;z-index:15087;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#pXATeCaMPIcexaenvk1EsUOkaODEv64w { top:11.0625rem;left:4.875rem;width:11.87475rem;height:0.5617675rem;z-index:15088;background-color:#c3c2bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#SqdwZfckx29RSMsoSnvTN3qSGcwpCdXc { top:12.1875rem;left:4.875rem;width:15.06225rem;height:2.2744125rem;z-index:15085;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#Tog2gLVal88sTTaElUmFyGX078tp8VCu { top:5.5625rem;left:0rem;width:7.374rem;height:1.70605625rem;z-index:15086;font-family:brown;font-size:1.3125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#P12OGGz5dw6GalPfxLRzWbcpFOAt6OEL { top:10.5rem;left:0rem;width:7.374rem;height:1.70605625rem;z-index:15086;font-family:brown;font-size:1.3125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#xFqTzeVeO2NTMOLImLWmiKIUBLu48ytK { top:15.25rem;left:0rem;width:7.374rem;height:1.70605625rem;z-index:15086;font-family:brown;font-size:1.3125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#CdebMi9NE9TNQikbTchZfdxucXgnFg4y { top:15.4375rem;left:17.9375rem;width:1.0620125rem;height:1.0620125rem;z-index:15089;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #c3c2bd;border-left:0.125rem solid #c3c2bd;border-right:0.125rem solid #c3c2bd;border-bottom:0.125rem solid #c3c2bd;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#aFsls1cJN0COsSAxHGHSpq2ZqArDVKXO { top:15.8125rem;left:7.875rem;width:12.0615rem;height:0.5617675rem;z-index:15087;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#RMasevMxbw6Ov7D7HIy1Zea17yKvAK72 { top:15.8125rem;left:5.0625rem;width:13.2495rem;height:0.5617675rem;z-index:15088;background-color:#c3c2bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#chvgT4l4f0FxAc6im21PbWnh01UGJCWy { top:17rem;left:4.875rem;width:15.1245rem;height:2.2744125rem;z-index:15085;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 { display:block; }#oUEyJPRR2ACTpHugvlSgzTVDAPOL8uJ6 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; }#FqiAs9A4hhCseqbmqfSOK9sX3rDD8AME { top:1.8125rem;left:0rem;width:12.4365rem;height:5.25rem;z-index:15004;font-size:2.1875rem;font-weight:300;font-style:italic;color:#000000;line-height:1.2;font-family:"canela italic";display:block; }
#hv6bROszzaXvsHOWO8c3XDrClRDOu9qX { top:4.6875rem;left:0rem;width:19.9358125rem;height:4.3994125rem;z-index:15003;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 { 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; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6.adaptive-delivery-prevent-bg, #X340EqUS1V4GFbmc8fN60o2p2TvuxHV6.lazyload, #X340EqUS1V4GFbmc8fN60o2p2TvuxHV6.lazyloading { background-image: none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container { background-color: transparent; background-image: none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container > .video-iframe-container { display: none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row > .video-iframe-container { display: none; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .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); }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container { border-width: 0; border-radius: 0; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X340EqUS1V4GFbmc8fN60o2p2TvuxHV6 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; }#HoESicWNvLITR6KTsrODvszmUDKhn1ws { top:1.600341796875rem;left:16.412841796875rem;width:2.9370125rem;height:2.9370125rem;z-index:15002;overflow:hidden;display:block; }
#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG { background-color:#ffffff;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; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container { background-color: transparent; background-image: none; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container > .video-iframe-container { display: none; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row > .video-iframe-container { display: none; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .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); }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container { border-width: 0; border-radius: 0; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvGZXAAXgZ2ZMFHPDTiT2sXOiJLx1tmG > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; }#Watf2E9BHnOA5QkiXBd4vSq4uZfbsRns { display:flex;top:1.375rem;left:0.0625rem;width:0.9375rem;height:0.9375rem;z-index:15028;font-size:0.625rem; }
#Tp73pJWL9kf2CPkafmBq8RvDUQrtOMax { top:5.061767578125rem;left:0rem;width:19.9980625rem;height:4.19970625rem;z-index:15007;font-weight:400;font-style:normal;font-size:1rem;line-height:1.4;color:#000000;display:block; }
#PvVPJo7P0PL0GD5shZJ0wGbaGSTgQdwV { display:flex;top:1.375rem;left:1rem;width:0.9375rem;height:0.9375rem;z-index:15028;font-size:0.625rem; }
#vhwMNRxTlFgttTqcTeTwkh1x2LL1gG3i { display:flex;top:1.375rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15028;font-size:0.625rem; }
#Tga9hvrIwPkt9BT1en34TPXsxg3xBGBE { display:flex;top:1.375rem;left:3.9375rem;width:0.9375rem;height:0.9375rem;z-index:15028;font-size:0.625rem; }
#SAzXgX3SPkmnIw7q8yrfxwlXhP2hXOeV { display:flex;top:1.375rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15028;font-size:0.625rem; }
#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 { top:13.9375rem;left:0rem;width:19.2495rem;height:6.51175rem;z-index:15008;font-weight:400;font-style:normal;font-size:1rem;line-height:1.3;display:block; }#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XrT1SCoIfAhsJcLDiMCczfIaUFJffTG2 li:before{  }
#cfHVy3bCghCKucLzfAWwJxl8wcIswVew { width:5.9368875rem;height:0.97485625rem;top:1.4375rem;left:5.25rem;font-size:0.75rem;z-index:15004;display:block; }
#IdqPHENQeFpUF99z0nPRvc61FIcyKK96 { top:22.125rem;left:0.4375rem;width:18.999rem;height:3.23364375rem;z-index:15007;font-size:1.1875rem;color:#ffffff;background-color:#000000;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T4mw4FsVc9ZiGqTh5ulknz8BZlNELIRZ { display:block; }
#iMAEhT2ruWmfA2yq7IcbA26OWsCVIDnZ { top:3rem;left:5.6875rem;width:6.8125rem;height:1.0625rem;z-index:15013;font-size:0.75rem;color:#000000;background-color:transparent;background-image:none;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#KCtTMW5NzpgvqwPxGBURQIBwCkHkAwOt { display:block; }
#Maei07x1Noml6ZOoylVPfxF03exEryqm { top:3rem;left:0.0625rem;width:5.092775rem;height:0.99975625rem;z-index:15012;font-size:0.75rem;color:#000000;background-color:transparent;background-image:none;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#x9KnOFFWRxzdEqhS97Fd4aCugQ2GqZFX { display:block; }
#MWv9oqMZEa5LM5lRnMRvNTwRsoXOCBze { top:11.9375rem;left:0rem;width:19.9980625rem;height:1.3999rem;z-index:15008;font-weight:400;font-style:normal;font-size:1rem;line-height:1.4;color:#000000;display:block; }
#chQSXNaARXARCKAhcTx18wqTQkbKxSSH { display:none; }#chQSXNaARXARCKAhcTx18wqTQkbKxSSH > .row .container { width:20rem;height:3.375rem;position:relative;display:none; }#BlVl4WDW2fJQyCy3g6luBIrInVks8G1v { top:1.0785598754882rem;left:0rem;width:20rem;height:1.70605625rem;z-index:15000;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 { background-color:#ffffff;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:none; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .row .container { border-width: 0; border-radius: 0; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRrRZdPKTv6SWWpcbTJxIsllB0L2frz5 > .row .container { width:20rem;height:32.625rem;position:relative;display:none; }#txB2BruP8vzf2aaSLQl5s89lrsiR6954 { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:none; }
#TEy7dtpSgTQ1LtLv9Uo1MTv301Oh7cNX { display:block; }
#TuZRT8HBgIPZCTiz3sK9krPFIhcAkA3L { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#tAO0CuCOpzeOJJE4UfuCmF9FnJfimsJJ { top:13.4990234375rem;left:10.62451171875rem;width:9.4375rem;height:2.5rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
#RFGvDNUyuBvfeqLZa1WeOXMX9Sd1egeb { top:12.1865234375rem;left:0.375rem;width:4.75rem;height:0.75rem;z-index:15033;overflow:hidden;display:block; }
#cdPyMU7s7CcRog3D9H6l7W3rcIMprW0L { top:13.499755859375rem;left:0.437255859375rem;width:9.5rem;height:2.5rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
#fff2TfFFuk1oepIf7v0miUOmAulscwo5 { width:5.0625rem;height:1.2495125rem;top:16.5615234375rem;left:0.375rem;z-index:15023;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.8125rem;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:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnGkselzlf1e5izNTQylWL8TwTtT94AI { display:block; }
#zuaa5IkM1KhBnOuFFAggvn14yNJ0MSpV { top:18.373291015625rem;left:0.4375rem;width:8.5rem;height:2.111325rem;z-index:15053;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#ud8gpFaZ3VUsSdu80TAJ9HL4er0P5BU7 { top:0.96728515625rem;left:0.062255859375rem;width:9.625rem;height:1.62524375rem;z-index:14991;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
#vM4HAskiOLE9QWUKCksCgC9LVM32NSBA { top:0.82747268676756rem;left:0rem;width:9.875rem;height:1.9375rem;z-index:14990;background-color:#e7e7e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nIt6UBkoMqtB1VPyWETVaXVQOBlk1ImU { top:0.82704067230225rem;left:10.12478351593rem;width:9.8746875rem;height:1.93739375rem;z-index:14991;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qASoArzcu3Am4PZg2Xrct8zsRLUxTS4y { top:0.966796875rem;left:10.249267578125rem;width:9.75rem;height:1.62524375rem;z-index:14992;color:#000000;font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
#RPkH3zqZxiZWJrCFNEPQJBBqHBZvp94N { top:12.1865234375rem;left:10.62451171875rem;width:4.74975625rem;height:0.75rem;z-index:15034;overflow:hidden;display:block; }
#WpzTw9cLc8uiNkKxMah1foeUvs69GUxk { width:7.9995rem;height:7.9995rem;top:2.90380859375rem;left:0.935791015625rem;overflow:hidden;z-index:15023;display:block; }
#Vg9NMsy02nXdZBAfRJcmyaLxsOW8kuSC { top:12.134521484375rem;left:5.4990234375rem;width:2.5rem;height:1.0556625rem;z-index:15052;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#RkVwskyPepDNihMQgDTPWl5hgy5tu5wG { top:12.134521484375rem;left:15.70166015625rem;width:2.49975625rem;height:1.0556625rem;z-index:15053;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#MI4GwaTnxWin0W6waaANo75wGVUPGnuT { top:24.37353515625rem;left:0.375rem;width:3.8125rem;height:1.625rem;z-index:15080;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;background-color:#e7ff00;background-image:none;display:block; }
#OcBHsG1Gdo9WMlX3Vseaft4hwTWTzkiD { width:5.0625rem;height:1.2495125rem;top:16.5615234375rem;left:10.62451171875rem;z-index:15023;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.8125rem;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:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0JCPLCM0nIIIVBp3Cs184npAHUbIWAe { display:block; }
#OkcZxoN4mTnNeafIKCUgFJFqIzdELP8V { width:9.06225rem;height:2.25rem;top:27.377685546875rem;left:10.499267578125rem;z-index:15062;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;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;display:block; }
#g9Hy9AT7UBBghtkgqA3ugu6EXB4G7coV { display:block; }
#IZv4rVz3sfDuWBRmhKH5WLQzw6bap2wx { width:9.0615rem;height:2.25rem;top:27.314697265625rem;left:0.375rem;z-index:15063;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;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;display:block; }
#xcDnM1ZvaP0vL6bO1JRtRXXegBLT7i3W { display:block; }
#SVDxnB8QKFRX310dQgPG8cqUr3GKMxwK { top:30.76513671875rem;left:10.311767578125rem;width:8.875rem;height:1.13745rem;z-index:15002;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
#DGqydxVGIlCnLglH9Ge1rZEz92OdXoW0 { display:flex;top:30.689697265625rem;left:18.561767578125rem;width:1.2495125rem;height:1.2495125rem;z-index:15004; }
#m3xw8ygDwg7FemFSBdkX4u5rDJQQwliu { top:2.2509765625rem;left:0rem;width:9.6875rem;height:27.75rem;z-index:14984;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #e7e7e5;border-left:0.125rem solid #e7e7e5;border-right:0.125rem solid #e7e7e5;border-bottom:0.125rem solid #e7e7e5;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#T0pFaoeBMDTNzTBuUxvvUvyb5H9nz6F2 { top:1.77880859375rem;left:10.125rem;width:9.75rem;height:28.1875rem;z-index:14986;background-color:#faffdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e7ff00;border-left:0.125rem solid #e7ff00;border-right:0.125rem solid #e7ff00;border-bottom:0.125rem solid #e7ff00;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#HkB254Ww6SNsDsJCewn47MMtidQShZFA { width:9.25rem;height:9.25rem;top:2.84130859375rem;left:10.56201171875rem;overflow:hidden;z-index:15024;display:block; }
#d8Gipw77LMBvJq2spKDlAtEmmRTQKFOv { top:20.85791015625rem;left:0.375rem;width:8.49975rem;height:2.111325rem;z-index:15054;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#aBw1DOvt8rfQTkdyg3vuKCJ2ssA6Fgdi { top:18.3720703125rem;left:10.62451171875rem;width:8.49975rem;height:2.111325rem;z-index:15054;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#fFTsGpp3yrXFTxWBBkiutfAPRousl8Ac { top:20.857177734375rem;left:10.62451171875rem;width:8.499rem;height:2.111325rem;z-index:15055;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nPNxOEEn7ve6xmhZcN6nuV027Muue568 { top:24.42041015625rem;left:10.62451171875rem;width:3.875rem;height:1.625rem;z-index:15081;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;background-color:#e7ff00;background-image:none;display:block; }
#H4gsAPeEPt1NugafadXowCMsoMsnt7bD { top:0.435791015625rem;left:0rem;width:9.75rem;height:29.9375rem;z-index:15069;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NbTVQAyuJ7twL9G3ahKz1DBDlMVS2was { display:block; }
#QhfLysBmToTvAE5Ce2IbvaT214bJqKVB { top:0.966796875rem;left:10.24951171875rem;width:9.75rem;height:29.5625rem;z-index:15070;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#p5BOiXQSE3NzaseTuJ056gHnBqTowOMx { display:block; }
#OXghgZGyV1KzsP0801sQe9HTOz0QacB4 { width:9.0615rem;height:2.1870125rem;top:24.02978515625rem;left:0.125rem;z-index:15085;background-color:transparent;background-image:none;color:#000000;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;display:block; }
#ZiwGqbFBwdAbgo3b3TnZ0WpobWuLx9Ab { display:block; }
#Ay8MbbPRGt4ELoT5q0kfrRnXAMJ39sNR { width:9.06225rem;height:2.1870125rem;top:24.09228515625rem;left:10.811279296875rem;z-index:15086;background-color:transparent;background-image:none;color:#000000;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;display:block; }
#yZaqp3B87HUBxS3PIIPctm6gbfw9WoGk { display:block; }
#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd { background-color:#ffffff;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:none; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .row .container { border-width: 0; border-radius: 0; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNOIC9f7qpavJn7st1DcJ97J0wsZxgFd > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; }#tWgGL8hkkRc22lUZQlBNOHmhea35hlL3 { top:1rem;left:0.5625rem;width:18.75rem;height:1.29980625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
#hsaZZTBNbmetq0r0c42dNGzvg7PPdTyO { top:2.8125rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;overflow:hidden;display:block; }
#aAezLZCTO8lnkdhpID0EZHWhTpF34fzF { top:0.4998779296875rem;left:0rem;width:2.375rem;height:5.25rem;z-index:15084;background-color:transparent;background-image:none;display:block; }
#EEPZBAuNKPTvWbiaC2EllrPWVL5Quh7C { display:block; }
#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 { background-color:#ffffff;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; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { background-color: transparent; background-image: none; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container > .video-iframe-container { display: none; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row > .video-iframe-container { display: none; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .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); }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { border-width: 0; border-radius: 0; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAvnRT46ccrEQ91q3KstemGMn9MLIy14 > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; }#IZaiWenXR9KfPARgoDZZeGFGk1oiwLtU { top:1.1875rem;left:0rem;width:20rem;height:5.0869125rem;z-index:15005;font-size:2.3125rem;font-weight:400;font-style:normal;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
#QkU7kCWd3UwBHN8J11xTzlXiNaofPT59 { top:3.730224609375rem;left:0rem;width:19.9995rem;height:2.40625rem;z-index:15005;font-size:2.1875rem;font-weight:400;font-style:italic;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
#XksIGyGSWqAGfzIRMZNqzmcdIVTZa59P { width:20rem;height:3.59911875rem;top:7.25rem;left:0rem;font-size:1rem;color:#000000;z-index:15010;text-align:center;text-align-last:center;display:block; }
#OqWuTlC24acJD52b6CJfNFvervcCeCGB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89aa9f1b-d41d-4d8b-8d7c-fdf2b8e89bda/5cd83fbfedec4c9db2511d18589cfd0b.jpg");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; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB.adaptive-delivery-prevent-bg, #OqWuTlC24acJD52b6CJfNFvervcCeCGB.lazyload, #OqWuTlC24acJD52b6CJfNFvervcCeCGB.lazyloading { background-image: none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container { background-color: transparent; background-image: none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container > .video-iframe-container { display: none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row > .video-iframe-container { display: none; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .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); }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container { border-width: 0; border-radius: 0; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqWuTlC24acJD52b6CJfNFvervcCeCGB > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO { background-color:#ffffff;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; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container { background-color: transparent; background-image: none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container > .video-iframe-container { display: none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row > .video-iframe-container { display: none; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .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); }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container { border-width: 0; border-radius: 0; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4UzQK0cgXkteK108SvT17Ke9SEbo1uO > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; }#wJhRNi3pqELGbAAvJBBscesFETapfW8O { top:5.625rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15022;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#ycI22vgVhobwypdGantl72RVfmxi8Q7A { top:1.5625rem;left:4.5rem;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;display:block; }
#u8bHXvwKE4IAIUiu3LQx2zrTpWIkkcfd { top:3.375rem;left:3.75rem;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;display:block; }
#b1ckr1naVB8pgpg4snMfvSVfht93y4IX { width:1.125rem;height:1.375rem;top:1.774658203125rem;left:3.92138671875rem;z-index:15022;display:block; }
#xZgNCcErJlTyPEaidMJmZN1xzK4ACvdN { width:1.125rem;height:1.37475625rem;top:3.612060546875rem;left:2.359375rem;z-index:15023;display:block; }
#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su { background-color:#ffffff;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:none; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su > .row .container { border-width: 0; border-radius: 0; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqEnyLiKTUNonKG5yV2laJzoNlUwN5su > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#Utd2r672dcZIR3FT0mpJHu1VKpSbhOrw { width:19.9995rem;height:9.9375rem;top:2rem;left:0rem;display:block; }
#qRODQcSM8wVsvmSDAxeSORKiTFbPEM6R { width:19.56225rem;height:4.19970625rem;top:4.8125rem;left:0.25rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
#l85yUKnuQy0qyHxMPBONkp6t06LyUctg { width:3.37426875rem;height:3.56176875rem;top:0.75rem;left:8.25rem;display:block; }
#xaCTfyRKeklPffGXwKmkhKKwL6hMO1P2 { width:19.56225rem;height:1.3999rem;top:9.75rem;left:0.0625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N { background-color:#ffffff;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; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container { background-color: transparent; background-image: none; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container > .video-iframe-container { display: none; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row > .video-iframe-container { display: none; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .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); }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container { border-width: 0; border-radius: 0; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#squ8XNfJDuSLA9XOkyMMzxKJL1VuXb6N > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; }#Ki88klJaNOPhbXFXw29SFLPOpLezlTXI { top:0.6728515625rem;left:0.50048828125rem;width:18.9980625rem;height:3.2334rem;z-index:15009;font-size:1.1875rem;color:#ffffff;background-color:#000000;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aSequ4Qbwxbk4wN5y1OW2Cy8R6BHcwGr { display:block; }
#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI { background-color:#ffffff;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; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container { background-color: transparent; background-image: none; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container > .video-iframe-container { display: none; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row > .video-iframe-container { display: none; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .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); }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container { border-width: 0; border-radius: 0; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrgMqhcrzKbZugELZPI3QsFciPJdTtkI > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#IJsOy2kxv8UhHVzXg4ZIwH5kJI7pyTWw { top:1rem;left:0rem;width:20rem;height:3.57421875rem;z-index:15093;font-family:brown;font-size:1.375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
#O4ldsozkKy68i3JwVRiUvPedQTwKeqpZ { top:16.437175750733rem;left:0rem;width:20rem;height:2.1875rem;z-index:15006;overflow:hidden;display:block; }
#McmSPSofTVWr9P7skfyggNbmHGH7Vglw { top:5.1866321563721rem;left:0rem;width:20rem;height:10.5620625rem;z-index:15003;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FiOsAhctE65vRKCkTAwmsmGZeHoWe4XX { top:0.68750286102294rem;left:0rem;width:20rem;height:19.8125rem;z-index:15070;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Ts2MDage05TCzSlWXf124gVVTzWT9itn { display:block; }
#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ { background-color:#ffffff;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; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container { background-color: transparent; background-image: none; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container > .video-iframe-container { display: none; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row > .video-iframe-container { display: none; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .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); }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container { border-width: 0; border-radius: 0; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQ1dTIkrkx2Hkp0gs665DiOkbWrkiNIQ > .row .container { width:20rem;height:13.5rem;position:relative;display:block; }#qwMnVNupmVEPELM9TllcbwdWdsgpbaUS { top:3.499755859375rem;left:0rem;width:19.93725rem;height:4.79980625rem;z-index:15004;font-size:2rem;font-weight:300;font-style:italic;color:#000000;line-height:1.2;font-family:"canela italic";display:block; }
#XFzomKSt7C3pdXDz0RPdHcwbFGXrzNAT { top:1.812255859375rem;left:0rem;width:20rem;height:1.7871125rem;z-index:15006;font-size:1.625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.1;display:block; }
#DOZg1T7nFks8hXdTMdtwaEOGI0doPdNg { top:6.55224609375rem;left:0rem;width:19.9995rem;height:4.875rem;z-index:15070;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
#GvQbgTZP5vHW3UFtOqXHbDvsTrk3tqbc { width:20rem;height:20.985010706638rem;top:0.125rem;left:0rem;display:none; }
#SyETzF02eZDcBOXJvhCRWQaDGfNzw0rO { top:20.4375rem;left:1.125rem;width:17.75rem;height:auto;z-index:15073;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:none; }
#GTaa8x6abidG2fGk9T2OERU5merRcMUv { top:13rem;left:0.375rem;width:19.1875rem;height:auto;z-index:15074;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:none; }
#D99NAv4PxKhoIon5efbJ4qbve07PoKu1 { top:18.375rem;left:7.3125rem;width:5.3125rem;height:5.9375rem;z-index:15002;overflow:hidden;display:none; }
#X4nCPaV6nCUL8qJKFuaTFko1q0TGBqSx { 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; }
#Ogwfst1T6MVQ4bxLkgbFSbPMrLn9iBtw { top:11.0625rem;left:3.75rem;width:12.5rem;height:auto;z-index:15071;font-family:brown;font-weight:400;font-style:normal;font-size:0.9375rem;display:none; }
#b8avL7BJEnLfkyH15WrzCyUHSfkWP1Mn { top:18.75rem;left:3.75rem;width:12.5rem;height:auto;z-index:15072;font-family:brown;font-weight:400;font-style:normal;font-size:0.9375rem;display:none; }
#Uu8mZn7U2GpFMXBco1unTK4FZnTKhdiz { top:26.875rem;left:0.5rem;width:19rem;height:3.625rem;z-index:15007;font-size:1.0625rem;color:#ffffff;background-color:#000000;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;display:none; }
#KAmaETNeTHkpb664SwOZsb1EUHIiAUdm { display:block; }
#mx9CBKRzZ6xiEx1dHd6PzVMkR5ALWzso { 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(0,0,0,0.28);display:none; }
#LTISOqcz325korw2rx5LDhvGqPeTXTdT { 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(0,0,0,0.28);display:none; }
#KUED6scpmBJsiPIPkumx9bL8e6DTwVVH { 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 #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:none; }
#TBSTRygf08TRh9miGobRW4XZRvxOfEOa { 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 #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:none; }
#deUeUf0CkWvFcHOhygu29otgPA8X9Z2n { top:0.25rem;left:0.5rem;width:19rem;height:31.9375rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#IisFTilN8JopwaIbD31RvubvI3zqwz2c { display:block; }
#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS { 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; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS.adaptive-delivery-prevent-bg, #AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS.lazyload, #AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS.lazyloading { background-image: none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container { background-color: transparent; background-image: none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container > .video-iframe-container { display: none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row > .video-iframe-container { display: none; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .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); }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container { border-width: 0; border-radius: 0; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZ0r7JTgpkebEMzGbEPC77nOfRnkbMdS > .row .container { width:20rem;height:23.25rem;position:relative;display:block; }#Q18lweWUOEF9b8rgDZTBmtdvEPhiDpvB { top:1.25rem;left:0rem;width:20rem;height:2.93728125rem;z-index:15007;font-size:1.0625rem;color:#ffffff;background-color:#000000;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;display:none; }
#e1nrI1D6VT9ZTEw8t7R1oM5SI4n6zGZd { display:block; }
#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg { background-color:#ffffff;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; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container { background-color: transparent; background-image: none; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container > .video-iframe-container { display: none; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row > .video-iframe-container { display: none; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .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); }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container { border-width: 0; border-radius: 0; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6tMT3niWinmWKt7pTuUmZw57Trxc5Tg > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; }#nfEwS6Xi79oVJ9l63rIt2HdXLzKT2TUr { top:30.4375rem;left:0.5rem;width:19rem;height:3.75rem;z-index:15004;font-size:0.875rem;color:#ffffff;background-color:#dd3961;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;display:none; }
#yR4fSJCRATOLsFoUIVyFNtTkzT0WKlBo { display:block; }
#JDkpf1k6CQw7wuDbTO8VHfos3gu7iAlv { top:7.4375rem;left:0rem;width:12.5rem;height:1.4624rem;z-index:15071;font-family:brown;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
#QSCC2md3ncx2W9A7uOubX8Os7lku74nT { top:9.875rem;left:0rem;width:12.8125rem;height:4.875rem;z-index:15073;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#T6tbgJ6R9ZDzT9vvs1lKDnyFX0b2eItF { top:18.25rem;left:0rem;width:12.5rem;height:1.4624rem;z-index:15072;font-family:brown;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
#TTfKy2WyJTg1yqG3iGXTIim2xIXtd21P { top:20.375rem;left:0rem;width:13.0625rem;height:6.09375rem;z-index:15074;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#ed4oskIa81qW6QORSviCuLVbxFfg6XvA { top:18.875rem;left:0rem;width:12.375rem;height:1.05615rem;z-index:15074;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:#e1dede;display:block; }
#TNIJLUeskXwdHIZAbcWXcXxLWXxz46T7 { top:9.0625rem;left:0rem;width:11.875rem;height:0.125rem;z-index:15075;display:block; }
#rFDJnZHvzEwAbboe1JUKtCaPxpg6Q4ie { top:19.5625rem;left:13rem;width:6.9375rem;height:6.875rem;z-index:14998;overflow:hidden;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;display:block; }
#vsO0VLxyi5QD6lkimzUvUiHXLJvxAa8z { top:8.75rem;left:13.0625rem;width:6.9375rem;height:6.9375rem;z-index:14998;overflow:hidden;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#c18rEfL0mIF6uyyhqzn9R54lhstsDKKu { top:29.25rem;left:0.5rem;width:18.9983125rem;height:3.23364375rem;z-index:15008;font-size:1.1875rem;color:#ffffff;background-color:#000000;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qTfq16SWQ943ucq3I9gKRVvTtWcR0AsM { display:block; }
#ylmyiP7tN1xIW5NTzytmAJ0H4gxBZuWu { top:2.06396484375rem;left:0rem;width:19.93725rem;height:3.57421875rem;z-index:15003;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR { background-color:#ffffff;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; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container { background-color: transparent; background-image: none; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container > .video-iframe-container { display: none; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row > .video-iframe-container { display: none; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .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); }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container { border-width: 0; border-radius: 0; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo2lgomoTCbsHH6Fy0GRl6kC7t1JDKSR > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#G4XaUhGtNFfvVWpnErf2UFdcWI8oANTP { top:1.9375rem;left:0rem;width:20rem;height:1.94986875rem;z-index:15003;font-size:1.625rem;font-weight:300;font-style:normal;color:#000000;line-height:1.2;display:block; }
#e4JETDneLR3MuRc5AuE56BxtV1ws1dWT { top:5.6869659423828rem;left:0rem;width:13.75rem;height:1.875rem;z-index:15004;font-size:1.5625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#TnuwzVU7nxEylZcmNvfplMdB8TJisGti { top:3.749454498291rem;left:0rem;width:20rem;height:1.79980625rem;z-index:15005;font-size:1.5rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#vcdZCaJO0e7avZrTf4Bf8udUL9p9AUTR { top:1.40576171875rem;left:0rem;width:20rem;height:7.4375rem;z-index:15089;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#aAnAoTrBGXaINLHR7M8cL0KVGquPTQ9u { display:block; }
#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34daa13c-7c45-4a62-b567-997fc7094189/9c1f5c10d14c49a988873ecf45d6b4e2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC.adaptive-delivery-prevent-bg, #XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC.lazyload, #XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC.lazyloading { background-image: none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container { background-color: transparent; background-image: none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container > .video-iframe-container { display: none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row > .video-iframe-container { display: none; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .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); }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container { border-width: 0; border-radius: 0; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtH0AuEdmuu7ksEEDvpr4zU5VU1uCDiC > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F { display:block; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F { background-color: transparent; background-image: none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row .container > .video-iframe-container { display: none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row > .video-iframe-container { display: none; }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .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); }#hQytE4PICgrg0xgU0Nvr6fFPtetq4f1F > .row .container { width:20rem;height:41.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#nXpqegWWmqE77eI9XU9xoEXo2ND7J6ck { top:1.7986145019531rem;left:0rem;width:20rem;height:2.0996125rem;z-index:15003;font-size:1.75rem;font-weight:300;font-style:normal;color:#000000;line-height:1.2;display:block; }
#NbKe0obFp56ECzxtdAeTNNz07O53T6Ji { top:3.9111328125rem;left:-0.061848878860474rem;width:19.9375rem;height:2.0996125rem;z-index:15004;font-size:1.75rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#mqhPx4T2KKqzyERXMn0qyoViTHJbU4gh { top:6.6474609375rem;left:0rem;width:20rem;height:2.625rem;z-index:15071;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#hyvLbLNQrzUww3Tl5QUiuNUkp3QT12ac { top:0.6005859375rem;left:0.186767578125rem;width:19.8125rem;height:6.8125rem;z-index:15090;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#oi6Z05uNKS8F22mKQSnW7TWbV4ShkuSg { display:block; }
#L95zDNRztQkAKi9Fum05TFzKiRfukFWS { top:12.3125rem;left:0rem;width:19.9995rem;height:8.25rem;z-index:14999;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:#f6f6f6;background-image:none;display:block; }
#v0iTIz5It6zP9VAKNHcqqZfwkQKh2ChG { top:14.75rem;left:0.375rem;width:19.2495rem;height:4.875rem;z-index:15010;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#deLfCnW4dWMhCwzJLPyRdwMfdsDbOy8p { top:12.25rem;left:0rem;width:19.812rem;height:2.9370125rem;z-index:15097;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#NE2zmMeATcT0uFnUtI2r0d4PEp50cL1l { display:block; }
#rus2C8D7U6yvZrPOus0VlM5tCNeFmQbd { top:12.3125rem;left:12.8125rem;width:7.18725rem;height:2.1870125rem;z-index:15036;overflow:hidden;display:block; }
#fp6rEm72Wfh5UM3NnUlsLy1eJ3Ml0oHT { top:12.875rem;left:1.375rem;width:5.06176875rem;height:1.13745rem;z-index:15024;font-family:brown;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
#vtQB3Hos6taBUDVTsFgafn8Rgmp8fghG { display:flex;top:13rem;left:11.5rem;width:0.8745125rem;height:0.8745125rem;z-index:15067; }
#hE0BzmAizArMozIqHVvJa2NWGnMBtRrI { display:flex;top:13rem;left:10.5625rem;width:0.8745125rem;height:0.8745125rem;z-index:15068; }
#c84xmh7SP3BnO7RHhu1lxat8VZBI64vR { display:flex;top:13rem;left:9.625rem;width:0.8745125rem;height:0.8745125rem;z-index:15069; }
#KqMuft1Wr2gb7P293OeJRc4BDpgKC4TA { display:flex;top:13rem;left:8.6875rem;width:0.8745125rem;height:0.8745125rem;z-index:15070; }
#mJleXuJ6a0dJdIbxW7PqsTHQ4tJX9spK { display:flex;top:13rem;left:7.6875rem;width:0.8745125rem;height:0.8745125rem;z-index:15071; }
#xmQ9PfHi0SF4XTicZCKOrQg131qn2Shz { top:12.75rem;left:0.25rem;width:1.3125rem;height:1.2495125rem;z-index:15075;overflow:hidden;display:block; }
#qODVg3mlx3Kwz0vxmRLqI0Xydmo0sEZE { top:21.3125rem;left:0.0625rem;width:19.9995rem;height:8.49975rem;z-index:14999;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:#f6f6f6;background-image:none;display:block; }
#DCJLmQoDerhM9BQ72hrfrBVagUZRQAJP { top:23.6875rem;left:0.625rem;width:18.9375rem;height:6.09375rem;z-index:15010;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#EMssK78eLRxOLZCNIS1fZ3RJ2p50hWtI { top:21.3125rem;left:12.875rem;width:7.18725rem;height:2.1870125rem;z-index:15036;overflow:hidden;display:block; }
#AwWGTKzdJHuTCc9TMn9PiI0ydvSX67lp { top:21.875rem;left:1.875rem;width:5.06176875rem;height:1.13745rem;z-index:15024;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
#JZ4OZpnBRDT5esmNlqTUIhCCXhyRy0Wh { display:flex;top:22rem;left:11.5625rem;width:0.8745125rem;height:0.8745125rem;z-index:15067; }
#rGM58RAW6spwMryk3X4Xz86b0nASiGJ5 { display:flex;top:22rem;left:10.625rem;width:0.8745125rem;height:0.8745125rem;z-index:15068; }
#KxxNcV1v0C0ETPA8LZCzedTtPtBhVg8d { display:flex;top:22rem;left:9.6875rem;width:0.8745125rem;height:0.8745125rem;z-index:15069; }
#qhQM6cfdvTXnV7ai4MAXSStuSxWMP1lw { display:flex;top:22rem;left:8.75rem;width:0.8745125rem;height:0.8745125rem;z-index:15070; }
#D2ArZnU5wrcDHiLDsbtC0VIVnDnRnWb2 { display:flex;top:22rem;left:7.75rem;width:0.8745125rem;height:0.8745125rem;z-index:15071; }
#xWspfO269Xy2yBOQgCOrLShpPIUrPV3M { top:21.4375rem;left:0.25rem;width:19.812rem;height:1.125rem;z-index:15096;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#IOnWvVJyKQW0bFJEkwodRD8AM3t13RkS { display:block; }
#K3eHn70lZrWCLE18lNanKiF8oDXVNXSD { top:21.75rem;left:0.3125rem;width:1.2495125rem;height:1.2495125rem;z-index:15076;overflow:hidden;display:block; }
#AXkdyXqaH0wd7y58RvEKVMQGhdOT6VGw { top:30.625rem;left:0.0625rem;width:19.9995rem;height:8.12475rem;z-index:14999;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:#f6f6f6;background-image:none;display:block; }
#crhKkOhIkd5eeRziXgt79b8T3vWG7TVI { top:30.625rem;left:12.875rem;width:7.18725rem;height:2.1870125rem;z-index:15036;overflow:hidden;display:block; }
#gnzHdyS0BKtNdbAzy2uvkDI3M418QeWi { top:30.625rem;left:0.25rem;width:19.812rem;height:1.4370125rem;z-index:15095;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:block; }
#ZDBWr5vqaSBNVHzJHUIgPXvuQbAwtyr8 { display:block; }
#F45rGrFhxw5EUDoDzg4noxE7p6TJQ5aC { top:32.9375rem;left:0.625rem;width:18.81225rem;height:4.875rem;z-index:15010;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
#nOL0pQuzhtVVoo7MCPBkO337VCiUfmPZ { display:flex;top:31.3125rem;left:11.5625rem;width:0.8745125rem;height:0.8745125rem;z-index:15067; }
#mcopSxpHttRLwopQXSnQ2JIQyefQK72m { display:flex;top:31.3125rem;left:10.625rem;width:0.8745125rem;height:0.8745125rem;z-index:15068; }
#iVXkRnuiDGFDcVxa2VUqXfaaHhqMOOeG { display:flex;top:31.3125rem;left:9.6875rem;width:0.8745125rem;height:0.8745125rem;z-index:15069; }
#t2THuOm6TV2aSVbF7C0HGvU5hqwIult7 { display:flex;top:31.3125rem;left:8.75rem;width:0.8745125rem;height:0.8745125rem;z-index:15070; }
#lvauMzWAImIuHaHlCiweouZXHJZeqBZ7 { display:flex;top:31.3125rem;left:7.75rem;width:0.8745125rem;height:0.8745125rem;z-index:15071; }
#b4b8bbeMkdtOuhK2yOapqcwR2eCqfxsS { top:31.0625rem;left:1.9375rem;width:5.06176875rem;height:1.13745rem;z-index:15024;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
#U1KhykNU77nthN60QeEJ0piSEmoPFCTa { top:30.9375rem;left:0.3125rem;width:1.18725625rem;height:1.125rem;z-index:15077;overflow:hidden;display:block; }
#AnehTABFhyXESTzPssz3GWkO0FaTie82 { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/f472a792-a86f-47b6-953e-cb5274407494/53299_BP_2025_BP_Model_0088.crop_655x652_166,291.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; }#AnehTABFhyXESTzPssz3GWkO0FaTie82.adaptive-delivery-prevent-bg, #AnehTABFhyXESTzPssz3GWkO0FaTie82.lazyload, #AnehTABFhyXESTzPssz3GWkO0FaTie82.lazyloading { background-image: none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container { background-color: transparent; background-image: none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container > .video-iframe-container { display: none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row > .video-iframe-container { display: none; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .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); }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container { border-width: 0; border-radius: 0; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnehTABFhyXESTzPssz3GWkO0FaTie82 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z { display:block; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z { background-color: transparent; background-image: none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row .container > .video-iframe-container { display: none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row > .video-iframe-container { display: none; }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .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); }#VKtOwm9oZ3qlX6WGPcX95WFDsfUbxh2z > .row .container { width:20rem;background-color:#ffffff;background-image:none;height:13.6875rem;position:relative;display:block; }#LXogqu7G1D9IPtALxXSdalolbtTyoick { top:2.375rem;left:0rem;width:19.6875rem;height:2.75rem;z-index:15005;font-size:1.25rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;display:block; }
#DUZThQ1fO4Q6xw4eRxF9TPoPLNVmRHXS { top:4.375rem;left:0rem;width:20rem;height:5.5996125rem;z-index:15075;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
#bT5s5s83rEO88nhiUJDXhkm7bUfxZMZ4 { top:8.8914794921875rem;left:0rem;width:19.875rem;height:3.375rem;z-index:15005;font-size:1rem;color:#ffffff;background-color:#000000;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;display:none; }
#gIeiKF6LiTVHgu2TS0uAZR4tDAyLeoUg { display:block; }
#A1Oy6cCORke4S4ophbXiKayBzJFarVJx { width:20rem;height:15.954545454546rem;top:0.9375rem;left:0rem;display:none; }
#POzKBBcG6uvAy3edEhhr76TgBvZOnLt0 { top:0.9375rem;left:0.5rem;width:19rem;height:23.9375rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#sXlnNGMyf6OAZA0l632ZM6BfL6zH30zZ { display:block; }
#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container { background-color: transparent; background-image: none; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container > .video-iframe-container { display: none; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row > .video-iframe-container { display: none; }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .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); }#KNuxkvXXnOau2eTJxcWPbyQhT1sIQvhl > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; }#Hqb9R2Q0B7cWXX8Jh6LgzMvExkhDmOXc { width:20rem;height:0.0625rem;top:8.9375rem;left:0rem;display:block; }
#g6dXLGO2hxf10ExQ7bLrHcfiqO8JZTPd { width:19.9995rem;height:0.062255875rem;top:11.687255859375rem;left:0rem;display:block; }
#GV6aGCulwPKTyz0vleHVAkXNTODPNXL4 { width:8.562rem;height:1.705078125rem;top:5.654296875rem;left:0.3896484375rem;font-size:0.4375rem;display:block; }
#dkP1wtOClFZ8ThiXHGrs7FKWDJlAueop { width:20rem;height:2.5996125rem;top:0.46213150024414rem;left:0rem;font-size:2rem;display:block; }
#xh8neqisvtJy5r4STmOWfL5WHCS5S83o { width:0.0625rem;height:5.625rem;top:17.0625rem;left:11.1875rem;display:none; }
#ZeR4bcFJQDMrygBq0wxhhtD4Ty8gHHfe { 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;display:block; }
#sFCpAIEmqZmGhoydNEewGRDSc8o2OsG0 { display:flex;width:1.875rem;height:1.875rem;top:5.4375rem;left:10.81201171875rem;font-size:1.3125rem; }
#aSTyC2WkybvZzDZ2tZX4FEXIkEFTAvT5 { display:flex;width:1.6875rem;height:1.6875rem;top:5.625rem;left:13rem;font-size:1.125rem; }
#fTcBAnu5CVeRmkK0wBi5I4dcQ6VexfUX { display:flex;width:1.875rem;height:1.875rem;top:5.4621276855469rem;left:15.000000953674rem;font-size:1.3125rem; }
#ckn8gLlwsv2umD1k5V5RHvz5q4XoLoqZ { display:flex;width:1.875rem;height:1.875rem;top:5.461669921875rem;left:17.249755859375rem;font-size:1.3125rem; }
#tkmDE0K6yKbhvu3To3nJBMJOcVrwwglU { width:0.062255875rem;height:5.3745125rem;top:3.608642578125rem;left:9.96826171875rem;display:block; }
#sRSD3gZ5EED6gbarlLJUvHqvKK07PKVo { width:20rem;height:0.0623915rem;top:3.4616966247559rem;left:0rem;z-index:15002;display:block; }
#c4EFolMB4cCNs9nSg9qfPbfK88LsHnJ7 { width:15.06225rem;height:0.9746125rem;top:9.948486328125rem;left:2.46826171875rem;font-size:0.75rem;z-index:15004;display:block; }
#Ao8EqxTMkU98sy7U2kMGxO85E3WfKrmJ { 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;display:block; }
#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { background-color: transparent; background-image: none; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row .container > .video-iframe-container { display: none; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row > .video-iframe-container { display: none; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .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); }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr { border-width: 0; border-radius: 0; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .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; }#Rei6SPamaNVuO6kn1vyUKNptPUqG5GFr > .row .container { width:20rem;height:4.875rem;background-color:transparent;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;display:block; }#BnxAk9asCJhGUPcZWTTfSSalmUtH6kz7 { top:1.9656028747559rem;left:2.3437502384186rem;width:12.5rem;height:1.3808625rem;z-index:15000;font-family:brown;color:#ffffff;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#inFPklmpGkovPexsIqeWxvDSGdHnvbQz { top:0.59288024902344rem;left:1.4062502384186rem;width:17.1875rem;height:3.37456875rem;z-index:15007;font-size:1.25rem;color:#ffffff;background-color:#000000;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;display:block; }
#yKtbfluD82RQff0WDhmT7llHtdkI6BGQ { display:block; }
