.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { position:relative;display:none; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { border-width: 0; border-radius: 0; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .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; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wMX1qwxCGVDBCltZhKMLdAn89okvf5W5 { 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.375rem;width:14.375rem;display:none; }
#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H { position:relative;display:none; }#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H { border-width: 0; border-radius: 0; }#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H > .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; }#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#deu1mobF95d4wwNhG4tqNMcSOiyxbBN7 { color:rgba(0,0,0,0.63);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:5.625rem;left:37.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#bC4RNr8aTdWkHRNuPMK1ya4MhydyBcKA { 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:35.25rem;top:5.5625rem;display:none; }
#S7MANA6UUVSP0q1J3CVDkWsTI4z37NVm { 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:33.875rem;top:5.5625rem;display:none; }
#ltPPhtfQWFggmaPO37bcHWTSztdCrCqX { 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:32.5625rem;top:5.5625rem;display:none; }
#p4RkUwA6KrExiheXwCssy3fe0hICK0Xo { 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:31.25rem;top:5.5625rem;display:none; }
#Qo14gXNQ8LVWPuOhkKeKhca3uIhhBoPt { 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:30rem;top:5.5625rem;display:none; }
#kWtFXTcmF6KTm5KcOfmldwKM05ZuNhEv { 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:15000;opacity:1;left:31.6875rem;top:27.5rem; }
#UEKE2LhtCoBsucoFNr5MxKrAqiogI1ep { 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:15000;opacity:1;left:31.6875rem;top:35.9375rem; }
#x2d5T4ivKpOEwLVrkJlqlFpFAqGuE6G0 { 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:15000;opacity:1;left:31.6875rem;top:31.6875rem; }
#wGPwcGVnF0V8hce9k5Wc0tEXtKeQnasf { 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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.5625rem;left:30.8125rem;display:block; }
#K0Vnq0JEdZZeZZn0d7TTrS2GwpMnLrTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7MhDSk4ITHRXkbTEo1GGHadk5xhzedr { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:15.75rem;left:30.875rem;display:block; }
#geq8oI5SBHdTJgRSDTPKNzfovTBHWsvE { color:#000000;display:block;width:29.125rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:5.3993rem;top:5.78125rem;left:30.875rem;font-style:normal;display:block; }
#de1cv3pbXh90QX7zypbd73GMBWtzwUrF { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-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:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:block; }
#a54oQDagc32CRpxuy4FAVC12g0ghswmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVEyGJemCNrg84DspIBRtCWUQTfM35EL { 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:31.875rem;width:46.875rem;display:none; }
#TdhVuBClsg4KhBMsBbaErH7T2gO8uogI { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-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:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:none; }
#z2M0KROxHfnPF0xS2ZZHX8yvWIaXSsvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tu3he4qBkRvuk9SNMt2CGkkfpbSI5o8Q { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-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:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:none; }
#vpZAPuOuDJCBzzlQL8dW0WvWubAmGqSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6aF1TTe8Z8doqDGIAm9b18ceMT4cx0H { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#vXu5UgIzAlTsiN4dsaiOTRpkJbxs0AEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lR7rc56D8zv9rlH7qvQoGwbzyvzszTPO { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92448125rem;top:35.75rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnwsNnUfcScDvxzHDDIbCUeEQ3tXnvpk { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.924475rem;top:31.5625rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdRCHVGnM6ZMTuAgMADCb68cNO7W5wgQ { color:#000000;display:block;width:22.625rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0872375rem;top:27.375rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D { position:relative;display:block; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D { background-color: transparent; background-image: none; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row .container > .video-iframe-container { display: none; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row > .video-iframe-container { display: none; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .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); }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D { border-width: 0; border-radius: 0; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .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; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .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:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PSkQXI2TqO6NH3Ox8fq5QmCeVFX9Km2T { 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:4.4987rem;width:25.8121875rem;top:0.56206512451172rem;left:2.125rem;overflow:hidden;display:block; }
#iw9DCbb1vK3mX6Qu50s9SaKvgwd3rtMI { 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:3.24924375rem;width:27.249375rem;top:1.3115234375rem;left:28.249893188476rem;overflow:hidden;display:block; }
#EuqHd10nZOwMTA2A7Kie1koHLfKzUvo2 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.9375rem;top:0.99891662597656rem;left:1.8125rem;display:block; }
#suvp17mbGGDmFoLfMI04nTnXsbG6anz5 { 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:1.8125rem;width:7.6875rem;top:1.9602903144531rem;left:2.7307535926398rem;display:block; }
#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA { position:relative;display:none; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA { border-width: 0; border-radius: 0; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .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; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wDKB6mXPAv4PTpCrSDx7zSieM9Zp7E5m { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#T4w93DN7yeXt0oTRvuS8Pv7WQ7MtfxAg { 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:6.375rem;width:6.9375rem;display:none; }
#R09L7AQ2DEDEagM7w14fT5r1frOWaVvx { 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; }
#du0BsCBgH3z7KVxs5mfzpyGfrKrksXQA { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4375rem;top:1.375rem;left:0rem;display:none; }
#zyKAPWVl6RIVAu50cfOovPKfZctVuUcJ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#nZhcavnm66sTbc6gVPBqmA4XhXTJ8Xno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv { position:relative;display:none; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv { border-width: 0; border-radius: 0; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .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; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ltT5wOFipPnfdc4qtHuNRQMWv8a1IHEB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:26.4375rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA { position:relative;display:block; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA { background-color: transparent; background-image: none; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row .container > .video-iframe-container { display: none; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row > .video-iframe-container { display: none; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .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); }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA { border-width: 0; border-radius: 0; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .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; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .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:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H3p6Uo86ABhcLrcA2IU7J5xFQtOKLxgx { color:#d3d3d3;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 { position:relative;display:none; }#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 { border-width: 0; border-radius: 0; }#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 > .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; }#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 > .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:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#etNtHGM9R6AqZOq6Tcp1xueLNIRh7rtV { position:absolute;display:block;z-index:14998;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:28.125rem;width:28.875rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#UcwbPLNea5agkbeKgDRT4qpPGvBkxDhl { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.532341003418rem;left:27.633031845092rem;display:none; }
#iCmLgCi0ylElaqRie25VquPrKT8MIk9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2XxbiWRdJ1kqyaUShtQ0FX6U0M543QV { color:#000000;display:block;width:30.3745rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;height:3.1499rem;top:3.95654296875rem;left:3.125rem;font-style:normal;display:block; }
#KvH8TU0bp63kuo4L0gRmBNCMGWqx9T1E { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:3rem;top:1.01220703125rem;left:3.125rem;font-style:normal;display:block; }
#zC0Dz1Nw9ezDLaq0GUACzebKZcHTD0gJ { color:rgba(208,192,134,0.14);display:block;width:28.811875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:23.875rem;left:28.375rem;text-align:left;text-align-last:left;display:none; }
#ducfAOtFe0blw32sDqi2NkfcknPbwIEk { color:#000000;display:block;width:5.499675rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;height:0;top:8.1875rem;left:29.1875rem;font-style:normal;display:none; }
#rGPfUSNZl1E57NZNBMUSoJfdc4tsI0gJ { 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:16.3125rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.125rem;left:40.8125rem;display:none; }
#TWfEsF8co5kwaKCQtvEzsa5yQ0EQimfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0xuaxeZfvSBSSSeJDNT1x1hixr8JBqM { 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:16.625rem;height:3.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.625rem;left:40.75rem;display:none; }
#TLZlMvhHHprSRPbOBlcWomqeELrh68lL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eu5rtsQztROxWbaPvQdaXTKz6N7MdzZS { position:absolute;display:block;z-index:14997;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:30.0625rem;top:18.4375rem;left:29.93701171875rem;display:block; }
#sVx4tBiunoER103LAoBoZWrHUhnadJOV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:57.4375rem;height:34.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.375rem;left:0.375rem;display:block; }
#PSSpLmp18UgehAqVXkuDK2TIkhry0gTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPxMNtgMCdF2Iyu3FCACoG3qnm86Ct4L { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#sLIIn3kSqXT3dW3TLMha0eHQly6u9EJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ { 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:block; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { background-color: transparent; background-image: none; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container > .video-iframe-container { display: none; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row > .video-iframe-container { display: none; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .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); }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { border-width: 0; border-radius: 0; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#cHQr3QTr0Lx5KMC4MAlPMyKUkW9wq0L3 { color:#000000;display:block;width:60rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#Od7CKGbiUWNnbbiwBRNx9GaISM3dZMBl { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:3.96240234375rem;left:9.65625rem;text-align:center;text-align-last:center;display:block; }
#hqXPzu16PlMcLekWg4T5ewElzHz0Mgv0 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#TWz0QZ5DuOuMNpHGw0lIDpK1x360LMWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA { 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:block; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { background-color: transparent; background-image: none; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container > .video-iframe-container { display: none; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row > .video-iframe-container { display: none; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .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); }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { border-width: 0; border-radius: 0; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#QbwWSJrIofoFoA9rGtJGOem5PV1ZlsEC { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;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;height:15.625rem;width:15.625rem;top:0.6875rem;left:15.25rem;display:block; }
#GMehLwr7lcPNpJsF3IVlbfJ7AIXLv9TJ { color:#515151;display:block;width:2.4375rem;position:absolute;font-family:arial;font-size:3.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:5.1188125rem;top:6rem;left:28.625rem;display:block; }
#d28EdWUePWTxnE3HEsMM4NloAl1BVsSs { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.625rem;width:15.625rem;top:0.75rem;left:15.3125rem;display:block; }
#c31RoUE33SDMHTnRn49THoUiwbqDDBJl { color:#000000;display:block;width:12.625rem;position:absolute;font-family:canela;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5989625rem;top:17.72509765625rem;left:16.8125rem;text-align:center;text-align-last:center;display:block; }
#sBlSkmP19WELxus1WSuHrkaIWGQmutCq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:canela;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5989625rem;top:17.72509765625rem;left:30.5625rem;text-align:center;text-align-last:center;display:block; }
#qaTb3PzMTnG7xDuquf8iv76T0b788ms4 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:0.75rem;left:28.75rem;display:block; }
#Rs1OI6Dbdi6WTJi3hzf0mehxXnTWcD6J { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:16rem;width:16rem;top:0.75rem;left:28.6875rem;display:block; }
#vST7Lw2lKLAXd89bSqtOGrzgJ5ylpevv { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#Zt27Pe9x0dstAzyu8yEXMVZ2zkWPZwx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NOt4XqONhGBl3FLcCbayuBhG29gghuHs { 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:block; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { background-color: transparent; background-image: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container > .video-iframe-container { display: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row > .video-iframe-container { display: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .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); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { border-width: 0; border-radius: 0; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#yyal74NQZ8awMG1l7azrPK5kdh2Sv09V { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.950075rem;top:5.8125rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#Kc53E0UwPakI1FQURVc1LrMGTC3oaMFS { color:#000000;display:block;width:37.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:1.8374rem;top:9.8748779296875rem;left:13.312377929688rem;text-align:left;text-align-last:left;display:block; }
#y8aQz9JZG38zGk56rI8aRTb2SbZnFPNd { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;height:4.875rem;top:0.25rem;left:20.15625rem;text-align:center;text-align-last:center;display:block; }
#h5gKrZJKNxGTQMzlZv4eCarbQTZRyPt6 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;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;height:4.0625rem;width:4.0625rem;top:0.65625rem;left:27.96875rem;display:block; }
#rgG2590VCBRMD6U83ooMZBaByZ4okvkm { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:22.4375rem;left:0rem;display:none; }
#eFgUBFoDMGTth3U07mfyZB1TUuO9EwPx { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:1.8374rem;top:14.375rem;left:13.499755859375rem;text-align:left;text-align-last:left;display:block; }
#aAkDJd59WdTr0Vq1aPNrnzAWCXq8Ikcn { color:#000000;display:block;width:37.75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:1.75rem;top:18.5625rem;left:13.5rem;text-align:left;text-align-last:left;display:block; }
#vzQCPEvgs1LI3Q5Nt8vnJhOIqzT5z8wz { position:absolute;display:block;z-index:14998;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.8125rem;width:42.5rem;top:13.375rem;left:8.875rem;display:block; }
#amPwTRSFQbyoMt0am7VKTxs3WswoqnxM { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#Q7I8DrSZn5vLH3wA5JxzKkdUtrGHTgFe { 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.1875rem;width:3.1875rem;top:9.125rem;left:10rem;display:block; }
#k4BJvTRClk1h1nw1NS5FBO6mDsQTnTl9 { 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.125rem;width:3.125rem;top:13.625rem;left:10.25rem;display:block; }
#WeKTQUhBQRHCfJXqM7t8Au56644zAu8u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.3125rem;left:9.4375rem;display:block; }
#WMNM1XoeGutCav4Wxe4ADS7Wya0KsosX { position:absolute;display:block;z-index:14999;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.625rem;width:42.5rem;top:17.8125rem;left:8.9375rem;display:block; }
#PTQJFvJn4NA8TybOeAfZTbhwgAml0D9o { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.6875rem;left:19.25rem;display:block; }
#TW7TNUQTOEW2TQRs0T6TDEHH3LZmLgZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6FkzSb4SleiTpGJzvgaSX6KSlMvrctl { color:#515151;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#qus0CHT9hbHV1rWKVkZ1SLZcXBdtGcKI { position:absolute;display:block;z-index:14997;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4rem;width:42.5rem;top:8.75rem;left:8.9375rem;display:block; }
#CMXcNBryABsr2bFSv1v4EINvzUJWT3uK { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:23.20947265625rem;left:19.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhNlMPotlZkn3PWvVzOZgxuATwFTgW0d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:59.375rem;height:5.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:-0.0311279296875rem;left:0.374755859375rem;display:block; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvWQ7B5DRSogJnMnQdfiW1iXQpUD3Br0 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#eUX1C3KBJzPTTJygpFQdWnTGa53rlqJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT { position:relative;display:block; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT { background-color: transparent; background-image: none; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row .container > .video-iframe-container { display: none; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row > .video-iframe-container { display: none; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .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); }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT { border-width: 0; border-radius: 0; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .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; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .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:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hz89HM91A11WF5PJlTvTiUAxDZFVXOLa { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.6875rem;left:0rem;display:none; }
#ffiMwfc2rhXqupXITk4h0LSSE86BeMst { color:#d3d3d3;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { z-index:;position:relative;display:block; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { background-color: transparent; background-image: none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container > .video-iframe-container { display: none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row > .video-iframe-container { display: none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .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); }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { border-width: 0; border-radius: 0; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .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.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hrL5RGMhgBlVaRPLslD6iHh2AGHlpXLb { color:#000000;display:block;width:26.125rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:1.799925rem;top:2.75rem;left:0rem;display:block; }
#p64rb7weaAuZsw6HhHA2DnT10B4TBV97 { 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:5.9375rem;width:5.9375rem;top:5.4375rem;left:21.3125rem;display:none; }
#zP2ax1Tic7FUss0zHCknxIIds9pkrpJd { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#zJcWiTGBOCTqbS5U1t10q2XVp5s5m9cy { 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;top:9.1220703125rem;left:12.5rem;display:none; }
#DWrW4GxdsoFGR8KMkH3nqTdVT4f8IV00 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26.03125rem;left:0rem;display:block; }
#gtWt2yLSSgtTpPFJHW0w9bPe7ip4pVNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:4.4609375rem;top:5.8746337890625rem;left:0rem;display:block; }
#NTfK228WTRRucuaJGrZK2fCFuvmmTvzf { 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; }
#dNm2kP7BlHa4LJCvlLenzgzqw7vm5oFP { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.25rem;left:0rem;display:none; }
#RufcAmHgHX1aqrh1Rn9Kb0QJUynFgqNP { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:canela;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:1.72485625rem;top:12.1875rem;left:0rem;display:block; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:5.94791875rem;top:16.312255859375rem;left:0rem;display:block; }
#mHzzDnaD1UowCnv14F82Whi1EJQxbPSG { 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:18.1875rem;width:30.375rem;display:none; }
#c7ktOsEUe4ZXTSzargnMmeLJWPkL2XIf { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:45.9375rem;top:3.34375rem;left:14.0625rem;display:block; }
#NF1DMEHVNxAgND441nzUrPD9PCVtxTyt { position:absolute;display:block;z-index:14997;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:16.1875rem;top:1.68359375rem;left:13.02587890625rem;display:block; }
#P38cgZ5nvEmTulqrRn38csqbnAJCepGp { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:26.55322265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzIXufu7RizOH7auO5ygpNZdOu1JhIT6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:59.3125rem;height:27.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.37451171875rem;left:0.3125rem;display:block; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMQTIBciNNLV2TKfduGap8wrbnEUFL86 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#FRoVsQdAxmRfDL2ifknMzJvddABHPwzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 { position:relative;display:block; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 { background-color: transparent; background-image: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container > .video-iframe-container { display: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row > .video-iframe-container { display: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .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); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 { border-width: 0; border-radius: 0; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .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; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .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:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zyseglAit2ce0iPWbOtS80FUTdkR8bdQ { color:#000000;display:block;width:60rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.6248779296875rem;left:0rem;display:block; }
#cxpOeZVNUauiqTyMRDqUWgp8pU7LIJ67 { color:#000000;display:block;width:51.625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:3.67480625rem;top:7.1368408203125rem;left:0rem;display:block; }
#oA750iNbQ0TZqLBtg57cOw0ZTkTkyrf2 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#q30SofEDgrfOpf6GmpuunB94TuQVfdHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t { position:relative;display:none; }#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t { border-width: 0; border-radius: 0; }#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t > .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; }#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s7Z0HJfAoADxhDwCmJL10wUKOpuu6geB { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.43706875rem;top:20.842342376709rem;left:7.3154296875rem;display:block; }
#EonwR3mANeS3So2WMN3R8ll13mtzfT2U { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:block; }
#uub9tburNXsNpL55Mt4kkTMKVQ16kIGX { 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.8125rem;width:3.75rem;display:none; }
#pkdn5KUgi9lhQcMqr55ErKvXOhbTrMfR { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:none; }
#GaNzeigOT78h73aI87ibksWggPUp3wN9 { position:absolute;display:block;z-index:14999;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.625rem;width:42.5rem;top:17.8125rem;left:8.9375rem;display:none; }
#hWZS7w2TLN60Tp1Jl7c4l5t8u9t2yJSJ { 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:6rem;width:6.125rem;display:none; }
#H4WZRWV68TVTDNJoOlsF1AIfh8CasGM1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#xyDHlP3CekmCSeBapbSbTddOOTzwTV7G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 { position:relative;display:none; }#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 { border-width: 0; border-radius: 0; }#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 > .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; }#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EzZVDVkALnmynsnH9eka53cNcshoTRpk { 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.9375rem;width:3.9375rem;display:none; }
#bB8q7VT8NA15eDCGZVc9yrFyGt9dtZoU { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:block; }
#ibNxHToh9OBX761JPV2aTdD6e6Qz4kse { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:none; }
#pONL6kERh851XdZMRlD1S5JT4qc4Zkq3 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.43706875rem;top:20.842342376709rem;left:7.3154296875rem;display:block; }
#ghfQhl8XqB9FsW1JhSSUONGa6pH7ETqH { 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:6rem;width:6.125rem;display:none; }
#fxJiKlr48fspSLQzN1l3uWyl3SafQVpt { position:absolute;display:block;z-index:14999;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.625rem;width:42.5rem;top:17.8125rem;left:8.9375rem;display:none; }
#wPGRA32DJGFJCprQp1MixGC4EXDuneQw { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#crZr9O8dts1aHkg9i6Dt96RecMGuy07l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f { position:relative;display:none; }#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f { border-width: 0; border-radius: 0; }#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f > .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; }#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O3eQDsOuNDoQz8KDBfwhphpXmRSeKEIu { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:19.875rem;left:0rem;display:none; }
#FxUGNfzyMWsJHLGgo5zP8T9qtNkHHwv7 { color:#000000;display:block;width:12.3125rem;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:20.842342376709rem;left:7.3154296875rem;display:none; }
#f2ED2qmh7rlO8d4hDsXTiuZhLanaXxmL { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#P6L41LyxV0AC77Pz79He2CvO3zmQsIAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5gJkv7Tl3nUqwKG3U3TmT7rB4tz5i3n { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSu6yEcGlIXoXIm4fwUFr6vaGiATh4JJ { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:none; }
#RTu11a6pPgoQqi9kqMifLpTlzukBZHG2 { 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.875rem;width:3.8125rem;display:none; }
#h9QWI0iXEBW6uesmIe5EEEe4h4uszcRu { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:none; }
#fHHHFyXtTpIm0ccHRtwKVoXQCTeWFQe1 { 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:6rem;width:6.125rem;display:none; }
#WHxyogeWTeuU1fLJutH3pyLgZPM5hebW { position:absolute;display:block;z-index:14999;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.625rem;width:42.5rem;top:17.8125rem;left:8.9375rem;display:none; }
#EVrJtqHUr4a4Fzxtomhd7vTabr1SKVIz { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#v9JtuTh1Xi2bHWRJ6BLRSAoxuFca1d24 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#M68aNbaqC86uDA1u0lFMgql45MBbEpau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 { position:relative;display:none; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 { border-width: 0; border-radius: 0; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .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; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Nyl4EFZTa50CLGnxS5Iz1lRmnHdS8rVk { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1.6875rem;left:0rem;display:none; }
#QEcJloS9CHMnIhEdKTTQehrDAhQryqqx { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:6.4375rem;left:0rem;display:none; }
#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF { position:relative;display:none; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF { border-width: 0; border-radius: 0; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .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; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dlpwgpJ4Cmvp5pdD9Fk0kLFiTUnferpG { 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:0rem;display:block; }
#qW19hKFpdeh51KbEm3FESGnLVMRRiTc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwJ3PSUV5khuiRhW7liEZJpPLViUfTgD { 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:45.0625rem;display:none; }
#oIn8Ifv3VbDhxvOnyZeGphfXCcMSAgPZ { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TTa4cOpCTTE7Bk7OazKZhRCX6fm9vB2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PngJLMF809hFNe1U0BAAWCPQnU2kX7wm { 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; }
#csZ0KrQtuRsFFcAGFfhlNuCJ5h2OVbpF { 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:39.125rem;width:14.875rem;display:none; }
#wtVSEya0aeUXXThkH9RhGhCsX5ACI21d { 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:39.125rem;width:14.875rem;display:none; }
#rMvZvPCpgIeeyqBR2cap4GonVR8wDrT7 { 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:0rem;display:none; }
#WlCZ6A6cGeL5zJnTX0zTfgORRrPxJnZ7 { 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; }
#GKCenEKDlBJCXt1fX2fCktz14ldSNPq7 { 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:0rem;display:none; }
#gGEvq6wNU6hRLIQavTll2RKeXpLX0zyN { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GXRMIRLyMEGtWXMAwa6dCkpv1BcvTSGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLvvLcChX6uTr1WxScIsEosdZWDptkhf { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TBbKBhqIlDZtuq8M29leUCCfWE6qMrto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8TrUWyFygKHoKpsbCdQ9oF4Ci0FWnhf { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QEsCVRVayiy3uwgozZTUKuxsTWIJJbbu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#daETNt5UG4bKFXVFWSmULEMASzuBsgFs { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qH2srPnyzt7C2UMlmOeTzbqA30eTaiWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM1i0K2hoXUg3SPDvXo9XXl9inRy5Bp0 { 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:39.125rem;width:14.875rem;display:none; }
#LwIsPhBfEHGJZnWfJQEZdTlaTKC3SWyk { 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; }
#MnOF82cHNSngh6KC4yDTo0nA8NHNUy6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJc8UcHToyoQsZiKthZVw4bacQWgh6Vx { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#toQfcpw8v0wGKLoTEJOb0BTPTXZJwx95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9XtH9MmcntkQv3Akg9GFkk3pn6H4fL2 { 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; }
#V1XqaThTegngC794I3JvWzgd0IEUp5Ad { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Km0XuvOQWkmD9h68b0PXTwcMkUXlWwIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLyweTGLar2gJTtd9WiUzuPqV0Ptbl1D { 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:0rem;display:none; }
#KUHSami8sT9NDv9t7Am6Wi8vWh1HfxWT { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ffBgA8hTVl7P8b1dyuXLbiA1AsgesQnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ws1FtsJ7bmxgT0TaQ89JdXaRZBqw8XQT { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hlW6TA60i1S5c9yIfB7EAvnWTZv7a9nK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FeS6AfG94r42ZLvKuEPGts2onXqUOIMW { 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:39.125rem;width:14.875rem;display:none; }
#KPzXa6RNXD0RhAMpXXDT8Axm1A3TARbl { 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:39.125rem;width:14.875rem;display:none; }
#uhKPNdBPNTKUWJvSOwQ83d08HOTTFvRg { 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:39.125rem;width:14.875rem;display:none; }
#oDVSUnhEz775hNrnJXVPxaqy33maFnFA { 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; }
#SipEWvJAz2kdJuieVybtV6FlX1kLvUBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSIo400fCWUzsNnDTWRq8sGz43XCvdsd { 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; }
#wT9EJgTx5MzRm0I2C6F2Ik7cVcsG8zDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ { position:relative;display:none; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ { border-width: 0; border-radius: 0; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .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; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oTqFtJuKpTk8KsdBF36SVtC8klFJQF6Q { 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:26.812068939209rem;display:none; }
#ZLrASk4HgQr9BRl5fCJgwNltZZbwsnZW { 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:30.687393188476rem;top:37.59548997879rem;display:none; }
#GF8gNQBrJVdKVtWR4sKivFEGDTB8gigd { 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:6.3747806549075rem;left:42.5rem;display:none; }
#bW5ZEkRpuVEP4As36OIlU968mvFLyvbU { 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;top:24.937067508697rem;left:32.937286376953rem;display:none; }
#Step2emGoT7NMO0boiqevoCpRzA3UUPi { 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;top:11.37478351593rem;left:32.937286376953rem;display:none; }
#LASnufedCfhhVNa5y4AWnToOEye2mszm { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#R5uxO6E539b5PmApTB9ZXll85NSNUdSS { z-index:;position:relative;display:none; }#R5uxO6E539b5PmApTB9ZXll85NSNUdSS { border-width: 0; border-radius: 0; }#R5uxO6E539b5PmApTB9ZXll85NSNUdSS > .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.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#IWS3iWNCTR1V7gPiTd8eyg3QmV9ciw83 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:1.799925rem;top:2.75rem;left:0rem;display:block; }
#D5cpFeCS0iP7WCUWrMZPC1FM1ywSTWOu { 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:5.9375rem;width:5.9375rem;top:5.4375rem;left:21.3125rem;display:none; }
#tynGtM8MFJizZykw3FT4VvQLo26CG93g { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#eVMM5XSb8grCuR5xw7AadJKtcuZ4KRgQ { 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;top:9.1220703125rem;left:12.5rem;display:none; }
#fTmGdsLlKWFa8UsP3EKdAA5mMmcyZvBr { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26.03125rem;left:0rem;display:block; }
#DzFqbSGKBeypTfGJbxrrzFr2TgDuKxVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qrav89AW5zQ5I10KMK7JnbKb16pwORZy { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:4.46228125rem;top:5.875rem;left:0rem;display:block; }
#IW91TF4c2mriyXkieRy3OQe84mTdt0eM { 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; }
#TBJx2qCpafW1JrQZPuqXzkBiR6fnsxa8 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.25rem;left:0rem;display:none; }
#g4HLrZQFnryTxAHgb2KQJiONz3OSQra8 { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:canela;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:3.44970625rem;top:12.1875rem;left:0rem;display:block; }
#TCH1eE5J1M09vksPpKDGgEpZV2SMpwIw { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:5.94970625rem;top:16.312255859375rem;left:0rem;display:block; }
#B6Qwm4fWbH5cgwN0ZfTG48q5TiCXRL7W { 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:18.1875rem;width:30.375rem;display:none; }
#ragT4hyof0HHRUyCQtpv18anFTI31MHB { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:45.9375rem;top:3.34375rem;left:14.0625rem;display:block; }
#QBDMfHkQhF5oPqT9TyBREFTduB7LALD2 { position:absolute;display:block;z-index:14997;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:16.1875rem;top:1.68359375rem;left:13.02587890625rem;display:block; }
#gMAcKpGCeDSvp0olyTnCsGCsRVpgP4rN { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70593125rem;top:26.55322265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AL7RpMrmzTlct3xge5Irlprdy5ITi9MA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.25rem;height:27.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.37451171875rem;left:12.625rem;display:block; }
#H7TD38Je26vtTs8trXEM3tlC15Q2DLWe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNS7TybOS09N6dUkZzVJaSiZLEkVQ6Ft { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#auTsHruM3Pg2BtT4iMJB9XTzixWm92yx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC { position:relative;display:none; }#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC { border-width: 0; border-radius: 0; }#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC > .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; }#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LBAssUH10ZbmVroCpmrplKRGXV8fBxnK { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:42.8125rem;left:0.375rem;display:none; }
#ER6M7uwbEkySZqTKvk02pIzTCduaBDJh { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:40.3125rem;left:0.375rem;display:none; }
#i9wbGE51ehX0fW89epCH3ewwsdHI1HlS { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:37.6875rem;left:0.375rem;display:none; }
#VcHJFmZqibRCPxawImeV6oOtVPEIPLyn { color:#000000;display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:35.625rem;left:0.375rem;display:none; }
#nzcw5lJzf0FlctVFADF1S02h0DkosGDb { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:32.5rem;left:0.375rem;display:none; }
#y4h3TdbWSt20eW4vKpBrJXeLL7vcgn3r { color:#000000;display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:30.1875rem;left:0.375rem;display:none; }
#WAK8xs0utG5A8oH6FachnsUsuMrMAcwH { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:27.8125rem;left:0.375rem;display:none; }
#v6ZdW72LTt1ISCCdB4J7y8WwBLwX2BlL { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:25rem;left:0.375rem;display:none; }
#bnCioZ7BZwsHuRK4G1cqI0JGka1fifRW { 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; }
#Dwcoi4GQsHN81ix4Fd7AmbzaAUh0DZ8T { 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; }
#MOD9hf9ZS8eMvHTc4i7nVyORE9w9gEev { 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; }
#TgaStRedp8JNDZGvGI64c27CHloaLvSk { 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; }
#eu9VQNUKp7VQPyvfKBTTfiHUPRavawAC { 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; }
#LD1w4pPXwZqmoX4QW9VdT2NOeOHuVEMl { 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; }
#s8t2ilwlFOskFH8fk3MdRwlKPPB421dV { 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; }
#c6PQQBQXgJVWUbquTwFAwDi8O0yKlza6 { 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; }
#Ngy2m7s2Xt1UMIFpJ7suJ3yODFscry48 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:11.3125rem;left:9.0625rem;display:none; }
#ZuS7U4B5nTsZxt4h23ca0DKiVtFs4COl { 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; }
#hsQs8CupRDx0r73kLOscU8r2DLnmduQu { 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; }
#XQ53gvJM018g25kx7Jy88UtLb2wKTkcD { 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; }
#Vs67sIbKT3TsmutB7yku8LqNVk752bLA { 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; }
#yrtrqEkctQs3MlFS50P4fC6FiUkRZvFb { 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; }
#puaXqfRc4iKFmKS2Q8R3HZSnszAZCwSx { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:21.375rem;left:14.5625rem;display:none; }
#cSAOXMRMAOMazwWXwhWhhmp9UAvrbULa { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#WFAElvb3oz0D25CratDBB0qMkQ0dsEJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfaMsdzIOXyIfHtE50UQspb5K7eTQTgM { color:#000000;display:block;width:6.875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:21.75rem;left:0.375rem;display:none; }
#TPsVGOXouEeW0NJU79TIdE75VTJ2Fhes { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#WqZHCM93iULSQ6qOUAC0EIqsnL8v36Zr { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#vb3gPxTSaPfRzTiRRx9Zt6esHoM2plmR { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#TErGdbawJpphDukAdPBeZe2OqfxlMLRM { color:#d3d3d3;display:block;width:20.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:12.585071086884rem;left:0.5rem;display:none; }
#kt1c3ZpuH9rkE4hqliJkyzFnwNW2FMiT { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#Iix06migEezWOSnBsXATpVPXEFzp6GXf { 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; }
#TcIpFLaAZlU1JgCq0IzN1kXkCittMHX3 { 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; }
#keIfv0FVTdiaDDHzpevLJEzHc7IwLQRE { 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; }
#IyLdC80gqqE7sfG0iFeNe9MdUJeQ7uGQ { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C2FB4S6d0RrOwzUVJTTdya0Ww34vUOXl { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#w7T46yyd4JCsd4h0k1UwQqCU0wsBxxEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWpJgdIevrD0MyQiuOxzEN1RaETQPB2y { 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.375rem;width:2.375rem;display:none; }
#ZD58PJunT503Z9S1J1OMFTTGgv4ktUfT { 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.875rem;width:1.25rem;display:none; }
#FzPk0oSDgX03hMlwsBAaS3uFUFlA3mXH { 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; }
#mDPuboHeiPCmLWGFT99Xd1WkNO1yDD00 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#NQeBorqMU3rW48Pda7mhNRNkW2L5QGqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKKT64obUlcQ6pTqhN2iUyXKkwcRV50b { 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; }
#TzQxd7lzvixNXWa7I0Z7tgyT880e5oDJ { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.125rem;left:6.5rem;display:none; }
#zukbb8rco8L5EKhbybWyhkuCFhE8zVop { 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; }
#PJlODuFOFz4JReC9t2NAITmlrG98IRB3 { 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.5rem;width:1.25rem;display:none; }
#KRVCV2TiTfOs6u1paEQpt0qDUr6CWamH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#Rufnt9VJsNuu1nqzCRXrmDNrtEntOwri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSJ9qHRUlIMDtMfDx4AGD3TtAMtCmefJ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4375rem;top:0.9375rem;left:0rem;display:none; }
#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC { position:relative;display:none; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC { border-width: 0; border-radius: 0; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .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; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wvrsyW6qam6xWJV8zrfyZt9cdfwJc9kq { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:0.75rem;left:0rem;display:none; }
#muermUpkxPvF7cSX8kLVhTX5fFrIEQfm { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:5.1875rem;left:0rem;display:none; }
#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP { z-index:;position:relative;display:none; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP { border-width: 0; border-radius: 0; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .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:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#JouDUGiC02i6hLhdBKBNGtATTJDZSxq9 { 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; }
#s6UmWLQms6pQb4mUWoZ3QHla25XAye8L { 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:64.3125rem;width:60rem;display:none; }
#VNnyPx9TFh3up9O7vTTclyw0f558MQkI { position:relative;display:none; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI { border-width: 0; border-radius: 0; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .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; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TrAb71OsOiSWwRLacRyef8eqqwwTs0ER { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:3.75rem;left:0.9375rem;display:none; }
#lFddWIZXg7Qu8qm0nZavJtwU7Bv94tob { 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; }
#bowxhaaEeFCm0QCATGzIWUTsLsQ0hGxx { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.08) ;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#k4DCV8lioC3v6LToiIM1UWot4Hust12O { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#yOnTTHtgrUJ9AdXJyJf40vOwHrSUpGSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEnCUheWOoSadpubRPnnwru7JqtVhHgQ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:2.5rem;left:6.125rem;display:none; }
#FVL0s38kfADLMrWsUR5vcscnd0a8dJBD { 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; }
#F8QtoG8r0TPkdMcsHs617yr1cv4UvfGT { 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; }
#BacuHI25LF5oxEPNFvbnpRI2mocK5Rb2 { 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; }
#t9SykADDX9kdTBodXOmTyrp9ms0gy07o { 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; }
#EzOzaqR9mAlaAMuqDqJi1J79GfCxnKJp { 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; }
#pKDn59RTrcAwPX490SDVffBydIFetybd { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sJdI7T3hTDWJRUufqFaGDLR2eUcXSknx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#VmaiTiq9raCKHFaRDpdNTPP52tMsEDHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yufzS9RXTWiXWwduqvbwDS2deuooO68N { position:relative;display:block; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N { background-color: transparent; background-image: none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container > .video-iframe-container { display: none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row > .video-iframe-container { display: none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .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); }#yufzS9RXTWiXWwduqvbwDS2deuooO68N { border-width: 0; border-radius: 0; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .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; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .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:41.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Db65Wmz0eGvQQeprTdWy0XFyATh01Khc { color:#000000;display:block;width:27.875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:4.25rem;left:31.875rem;display:none; }
#X23t9RStMuo8mI3c8qKbyJGKP129lQVR { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.75rem;left:31.875rem;display:none; }
#FsEvpAJK2dooWk43G97hh0r0f0tFfD7w { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:2.8125rem;left:30.59375rem;font-style:normal;display:block; }
#nJQOakhRNLPpb757ctNuURfVRVT2zqx3 { position:absolute;display:block;z-index:15000;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:27.625rem;top:4.625rem;left:30.6875rem;display:block; }
#VqqXS5bKsN4gL7s3iHPx3glUAbzwTvLJ { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59895625rem;top:13.125rem;left:48.812255859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmlomAxPXXTgQS2fG6gNSGkGMxCoK34W { color:#000000;display:block;width:8.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5989625rem;top:13.125rem;left:39.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXhWz7XrvUsn7mDWSHGDZgNSXw7v47x5 { 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:6.25rem;width:6.5625rem;top:6.6875rem;left:49.1875rem;display:block; }
#Uxe4nJOrz82T7V9bQin6fRbTQRSQPABi { 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:6.25rem;width:6.5625rem;top:6.625rem;left:40.5rem;display:block; }
#hiL972LPTioNJt6exOh6WHaREW37KtlE { color:#000000;display:block;width:6.749rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:8.8125rem;left:40.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfUFXy4r734RQ4E4inHv4Sd8MDCOL3dr { color:#000000;display:block;width:6.749rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:8.875rem;left:49.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dghBOJe6naGTGShabq9vVbOkxoBEuetT { 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:6.0625rem;width:6.375rem;top:6.625rem;left:32rem;display:block; }
#uKiATcGPZcyri9wZ8JAqIfTiMeqVFMsZ { color:#000000;display:block;width:6.749rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:8.8125rem;left:31.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcTcDAS6m91KKwUJOrTgRTATzGh2pw2l { color:#000000;display:block;width:9.375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5989625rem;top:13.187255859375rem;left:30.59326171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJSqUShJqtthI8NDrvc5miM35TpA23v3 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.21875rem;top:5.4998779296875rem;left:49.249877929688rem;text-align:center;text-align-last:center;display:block; }
#IqBvRfT9y1Swp5iy6WFZsgW24S1kvr1C { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.21875rem;top:5.43701171875rem;left:39.4375rem;text-align:center;text-align-last:center;display:block; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { color:#000000;display:block;width:7.875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.21875rem;top:5.3748779296875rem;left:31.1875rem;text-align:center;text-align-last:center;display:block; }
#HqnbwgPmxCIZovyfTm2Q2Uw5BLPggsVd { color:#000000;display:block;width:23.25rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.97473125rem;top:35.6875rem;left:32.875rem;text-align:center;text-align-last:center;display:block; }
#BDXnrHVNsWimHE3hbiVPQ3HnoEBO7dG6 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.0625rem;left:32.8125rem;display:block; }
#TZRgm7GtlJMiZuaAToyuE4GR6MAHcivE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TG6Fx7zHcgZX771lpPOCaEJiTvU2lTEl { 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:10.75rem;width:27.875rem;left:30.53125rem;top:20.4375rem;display:block; }
#SJvUMtuducMJpP386xTe1T05Dz8CnlcF { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4624rem;top:18.375rem;left:30.4375rem;text-align:center;text-align-last:center;display:block; }
#W3y3OEfKhBoPkrGEH3yAgRqyuuQxM65A { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4624rem;top:18.375rem;left:39.5625rem;text-align:center;text-align-last:center;display:block; }
#IxMaWFb0u84Kq78tWPRNMeRGz47U81fO { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4624rem;top:18.375rem;left:49rem;text-align:center;text-align-last:center;display:block; }
#ldroDp2oKplszoSJFhAuXt28d4Fz6wqI { 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:34.8125rem;width:28.3125rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#z3snCWn1TaioeSFD3ZhMQuROnyhuPVyK { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:33.42822265625rem;left:32.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSf8JUfTmpTF9RxHNFTOsTDHPyMykhcJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:57.5625rem;height:34.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.24951171875rem;left:-0.12451171875rem;display:block; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWqibt7iWuXSTe0ZzcwO98oT22bTEGCB { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#RsoEyadSSZU23yp0kP1dIR3NvEyJkLmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWpQAKHDQU0daN7TNG6eK0M5Ov4Iztat { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#v5hJGvozC8mIGqazCrFKsukdJfuOwATn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xR76qkufZWp1OKDH6p8x3dX70DcrobCs { position:relative;display:none; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs { border-width: 0; border-radius: 0; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .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; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yEln5HRBsqRzJUzN8yVWlm1Gu97yClDn { 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:3.125rem;top:0.875rem;left:0rem;display:none; }
#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv { position:relative;display:none; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv { border-width: 0; border-radius: 0; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .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; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tSxzOktraBvOZ4QH2hzApertpWJNfCyo { 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:25.4375rem;display:none; }
#DlfGQpmX3o3rMcPsL24fOzNsQAZDA2hC { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#G2WtmFrx8qFhCzG7MNpA3WD9vsiQPEgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { position:relative;display:block; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { background-color: transparent; background-image: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container > .video-iframe-container { display: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row > .video-iframe-container { display: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .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); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { border-width: 0; border-radius: 0; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .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; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .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:31.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTgm1NM5AVnZmS9yeqVT8u9r7ffXG4W7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:9.15625rem;left:5.8427734375rem;display:block; }
#HXkGULLtaO4wPVot3GJUbJGpxo4Jr6wa { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:13.76171875rem;left:5.7802734375rem;display:block; }
#W7W7LHsraclFeCQdPbgW5U0J48CvIyps { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:18.41796875rem;left:5.7490234375rem;display:block; }
#IbrTT9eSwZ8hBlyOFJBtXLZokJ26EaKo { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.4375rem;left:1.4375rem;display:none; }
#TKmmQ1xx27SM59ECIRqMs8CfzKTmVJl0 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.4375rem;left:1.4375rem;display:none; }
#yQRZeMcEBqsZqQ0rBBt96Hd3QxQTL5ep { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:11.5rem;left:1.4375rem;display:none; }
#ETXCpbDhc0xPNTT9eon8r7zqVheV607T { color:#000000;display:block;width:6.749rem;position:absolute;font-family:canela;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0874rem;top:9.125rem;left:0.74951171875rem;font-style:normal;display:block; }
#CbEpxTO89CpnKbIz9VdB8l7IPemBKfPD { color:#000000;display:block;width:6.7495rem;position:absolute;font-family:canela;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0874rem;top:18.467895507812rem;left:1.06201171875rem;font-style:normal;display:block; }
#UUroxUFsv0aRSGoFi5c5MNELZoQFTETM { color:#000000;display:block;width:6.7495rem;position:absolute;font-family:canela;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0874rem;top:13.78076171875rem;left:0.998046875rem;font-style:normal;display:block; }
#LE9N0aOmfrndeJNJ0119h9gkB8lgQ5XJ { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.97473125rem;top:27.0625rem;left:3.75rem;display:block; }
#rbylBunTixh6TDgaXgsPDPELUgJiSGfE { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:24.0625rem;left:0rem;display:block; }
#sLp8orZWc8abamA7nTr1vF2oH15SLPqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcFchHwpFO8HmvCmEaGZHh6Bl2FfWZzv { 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:28.5rem;width:29.8125rem;top:1.4361572265625rem;left:30.0625rem;display:block; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:4.5rem;top:2.6873779296875rem;left:0rem;display:block; }
#wUTZ6yn5ODMUznaK4D83KXWw3dRnAmIV { position:absolute;display:block;z-index:14998;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4rem;width:28.1875rem;top:18.125rem;left:0rem;display:block; }
#JXKuWJ445AGObwPRz5vyc4O9OHI3KLBK { position:absolute;display:block;z-index:14999;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4rem;width:28.25rem;top:13.51171875rem;left:0rem;display:block; }
#w5NfWQr37AGuZr392ub4LpT6ZHe7rrtf { position:absolute;display:block;z-index:14997;background-color:#faf8f8;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4rem;width:28.25rem;top:8.8623046875rem;left:0rem;display:block; }
#Mo7wREVDb1sUWudEI1ebJgEVhB27Ltm8 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gt5CzT7anVttVmauo6xbC2FEPRaw5AoQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:59.25rem;height:28.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.37451171875rem;left:0.2496337890625rem;display:block; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mh6StdxpmGyXgAH6IzsZBiLrtSD5k7O3 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#WCNoQWfe9XEN77nO9zs9q9ZKRgxPutoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl { position:relative;display:block; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl { background-color: transparent; background-image: none; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row .container > .video-iframe-container { display: none; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row > .video-iframe-container { display: none; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .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); }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl { border-width: 0; border-radius: 0; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .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; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .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:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aMrC2ikqsVMrfLzTwnItg1eX3aKRLAwx { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.6875rem;left:0rem;display:none; }
#uZnD4TNWbTViVXSmkfhrB9zNHSEgKbNg { color:#d3d3d3;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { position:relative;display:block; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { background-color: transparent; background-image: none; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container > .video-iframe-container { display: none; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row > .video-iframe-container { display: none; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .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); }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { border-width: 0; border-radius: 0; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .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; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .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:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NXmVFgQoRTSzFNBTmz7Xw0aoyyizWS1W { color:#000000;display:block;width:36.5rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:4.5rem;top:1.25rem;left:0rem;display:block; }
#R4TmCXc1LntESgJpJFJFzX5p4qlH41mp { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#B9xRJktpPxCWLsweRn1WRLQy9RkPai9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu { position:relative;display:block; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu { background-color: transparent; background-image: none; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row .container > .video-iframe-container { display: none; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row > .video-iframe-container { display: none; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .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); }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu { border-width: 0; border-radius: 0; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .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; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .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:22rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uu1uU3CulBzRu6bemaQTiDhABz5NV34k { 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:21.875rem;width:54.375rem;top:0rem;left:0rem;display:block; }
#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa { position:relative;display:block; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa { background-color: transparent; background-image: none; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row .container > .video-iframe-container { display: none; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row > .video-iframe-container { display: none; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .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); }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa { border-width: 0; border-radius: 0; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .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; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .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:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P4ldfATUyTcb1PGn9dTUwvxDLwcletlP { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.53125rem;left:0rem;display:block; }
#yCcNILMOKxSNKFSB0ZTT3VWecd4lmCCN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.55615234375rem;left:57.5rem; }
#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu { position:relative;display:block; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu { background-color: transparent; background-image: none; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row .container > .video-iframe-container { display: none; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row > .video-iframe-container { display: none; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .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); }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu { border-width: 0; border-radius: 0; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .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; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .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:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AhQPqMEuas0nxmiJLrqiLo7hitQKlztR { color:#000000;display:block;width:51.5rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:0.490234375rem;left:8.5rem;display:none; }
#EAcI7yrFsD0ghaqnwXzsKFWh01btkwW7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:0.1875rem;left:0.1875rem;display:block; }
#lJvJGFbfnHOD1gUtaPd3ig2UDxo3lVuw { color:#000000;display:block;width:47.375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:1.212158203125rem;left:6.06201171875rem;display:block; }
#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { position:relative;display:block; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { background-color: transparent; background-image: none; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container > .video-iframe-container { display: none; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row > .video-iframe-container { display: none; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .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); }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { border-width: 0; border-radius: 0; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .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; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EizkmIeLXTV3ctNraF46zBoI8HV0EFqH { 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:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#ebQ4MKked9i3PJNRArEvesRGmopxEkyr { position:relative;display:block; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr { background-color: transparent; background-image: none; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row .container > .video-iframe-container { display: none; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row > .video-iframe-container { display: none; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .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); }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr { border-width: 0; border-radius: 0; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .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; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .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:22.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTGxKQJgQstc7d9WPI0N7k2uKdVUObzk { 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:21.75rem;width:54.375rem;top:0rem;left:0rem;display:block; }
#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL { position:relative;display:block; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL { background-color: transparent; background-image: none; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row .container > .video-iframe-container { display: none; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row > .video-iframe-container { display: none; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .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); }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL { border-width: 0; border-radius: 0; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .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; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .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:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NavZ1NV0GobtqUTDfgV6Kwn0vguvSlyQ { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.75rem;left:0rem;display:block; }
#TwUTLEd1AJAJF5P8pnIJi6LMsuGGI40T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.71875rem;left:57.5rem; }
#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR { position:relative;display:block; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR { background-color: transparent; background-image: none; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row .container > .video-iframe-container { display: none; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row > .video-iframe-container { display: none; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .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); }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR { border-width: 0; border-radius: 0; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .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; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .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:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GxmWSTZksERcPMWcbCJGqTpWfsA27PZH { color:#000000;display:block;width:48rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:9.9375rem;left:7.0625rem;display:block; }
#GowfIN3bwhBewSbvUixp2bvflW8gT3FL { color:#000000;display:block;width:49.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:2.12451171875rem;left:7.0625rem;display:block; }
#TeVhblrAAIX1MqGZTK4spL1t4yM5l97L { 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.8125rem;width:5.8125rem;top:8rem;left:0rem;display:block; }
#Z7IFBLyn5F1n3QOFDIEI1TCVqbPx3iNl { 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:5rem;width:5rem;top:1.3310546875rem;left:0.625rem;display:block; }
#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc { position:relative;display:block; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc { background-color: transparent; background-image: none; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row .container > .video-iframe-container { display: none; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row > .video-iframe-container { display: none; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .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); }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc { border-width: 0; border-radius: 0; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .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; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ro9bGsv12SNCtZopqPzTvRy9Rm3yt5Qd { 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:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr { position:relative;display:block; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr { background-color: transparent; background-image: none; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row .container > .video-iframe-container { display: none; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row > .video-iframe-container { display: none; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .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); }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr { border-width: 0; border-radius: 0; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .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; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .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:22rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEtCUq9eE11l6lwCg5ihACfe4mexahRg { 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:21.75rem;width:54.375rem;top:0rem;left:0rem;display:block; }
#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU { position:relative;display:block; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU { background-color: transparent; background-image: none; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row .container > .video-iframe-container { display: none; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row > .video-iframe-container { display: none; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .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); }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU { border-width: 0; border-radius: 0; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .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; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .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:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdfqVViytVvA0IoWzCmJyQOzfygTV3Fz { color:#000000;display:block;width:37.875rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.8125rem;left:0rem;display:block; }
#TcmF4eNCELXTGZdSvUG9GLdgqThWG4QV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.35302734375rem;left:57.5rem; }
#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN { position:relative;display:block; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN { background-color: transparent; background-image: none; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row .container > .video-iframe-container { display: none; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row > .video-iframe-container { display: none; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .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); }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN { border-width: 0; border-radius: 0; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .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; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .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:12.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qznFnBmeAdon4Mvb8gOaVPqdv4fSJD2L { color:#000000;display:block;width:41.625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:7.3746337890625rem;left:8.24951171875rem;display:block; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { color:#000000;display:block;width:48.375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:1.624755859375rem;left:8.24951171875rem;display:block; }
#GTqLwSoLI0q1TzOpyIxIAv06wSHeumuv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0rem;left:0.59375rem;display:block; }
#zb66g1NXrMx4I4uT0a62o0QtEtRXyEQD { 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:6rem;width:6rem;top:5.3125rem;left:0rem;display:block; }
#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg { position:relative;display:block; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg { background-color: transparent; background-image: none; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row .container > .video-iframe-container { display: none; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row > .video-iframe-container { display: none; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .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); }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg { border-width: 0; border-radius: 0; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .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; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gIlEXc0cumWFJbMGOL91wGXHVS6riA8C { 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:0.0625rem;width:60rem;top:0.125rem;left:0rem;display:block; }
#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX { position:relative;display:block; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX { background-color: transparent; background-image: none; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row .container > .video-iframe-container { display: none; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row > .video-iframe-container { display: none; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .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); }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX { border-width: 0; border-radius: 0; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .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; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .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:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nc9G1Xs2p4IXuoIgbqoOWlgM8xToTGvE { 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:21.8125rem;width:54.375rem;top:0rem;left:0rem;display:block; }
#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu { position:relative;display:block; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu { background-color: transparent; background-image: none; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row .container > .video-iframe-container { display: none; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row > .video-iframe-container { display: none; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .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); }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu { border-width: 0; border-radius: 0; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .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; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .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:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MTOkiDMZEWGI4lLWC9JsCQcUZGMXlVEW { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.8125rem;left:0rem;display:block; }
#E1HksJFE5Te2DPRGFbhAmKcgs5GMiJcS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.46875rem;left:56.375rem; }
#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr { position:relative;display:block; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr { background-color: transparent; background-image: none; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row .container > .video-iframe-container { display: none; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row > .video-iframe-container { display: none; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .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); }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr { border-width: 0; border-radius: 0; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .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; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .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.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vfpWTiGeX8b2dfmyyVbdpmE43C9f0wts { color:#000000;display:block;width:49.375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:12.6875rem;left:5.9375rem;display:block; }
#KdrCt8a2L8VxGU8EAIVFpBuLMmpWoBmP { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:8.396484375rem;left:5.9375rem;display:block; }
#WREOJiN7xiaUC0zUQfCgSMDNaL0xp3bU { color:#000000;display:block;width:49.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:4.54345703125rem;left:5.9375rem;display:block; }
#HDp0UXpfSSAipulm1q9KFZm6CXhMezkM { color:#000000;display:block;width:53.625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:1.3125rem;left:0rem;display:block; }
#MpqlM4BtCt7GRvGNBBrIQx412NiLqbT8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:11.07177734375rem;left:0rem;display:block; }
#ubm1K8cGRbmFhP3UeJczoqUruZNI2H2I { 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:5rem;width:5rem;top:6.75rem;left:0rem;display:block; }
#FoOwc2ZCpLFvBZ5xa8563NeZ30qyg6ny { 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:5rem;width:5rem;top:2.896484375rem;left:0rem;display:block; }
#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg { position:relative;display:block; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg { background-color: transparent; background-image: none; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row .container > .video-iframe-container { display: none; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row > .video-iframe-container { display: none; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .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); }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg { border-width: 0; border-radius: 0; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .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; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .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:5.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SmfpkxTd16OkL8nskPRcKhfAxeKmZW6H { 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;top:3.125rem;left:0rem;display:none; }
#ZuiIfW3kolopiJiUH9ek20DoFaOKhPTd { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6245rem;height:2.4370125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:10.06005859375rem;left:30.93701171875rem;display:none; }
#fIfHc7SfJDEAvTu7aQSv2BSqUH3ds4Fv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WE4ZBOPRVmrUOFxwaAZ026dM8rdQ4cIR { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:10.42529296875rem;left:32.37353515625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BtwvI12K6T7JGA3yC6vz8orunTrHcq8T { position:absolute;display:block;z-index:15001;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:0.0625rem;width:60rem;top:0.09375rem;left:0rem;display:block; }
#ItA2qmTqvXsxDHiNsTB8d5Z9P7edT0yc { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#NGCxuCxt0vBt5ob0O3ulf7TnooSbTLKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr { position:relative;display:none; }#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr { border-width: 0; border-radius: 0; }#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr > .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; }#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#afm3q22TEP8llNSRkfmSMiT0TQ2pgm1R { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:0.75rem;left:0rem;display:none; }
#sxgOeXIi9kydTd2pUx9Kyhpf6J9p9iTS { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:2.875rem;left:0rem;display:none; }
#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA { position:relative;display:none; }#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA { border-width: 0; border-radius: 0; }#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA > .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; }#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EvhB4MknaZLFmOVdpuHoAUCwEhKWbsvo { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:13.625rem;left:0rem;display:none; }
#CrdCqaGZgCV8KpyvqUpJVcuS0Bc4g0bO { 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.1875rem;top:14.0625rem;left:0rem;display:none; }
#pwJ8XT4p34JCbx4V2X7L9Ratt2ZeeFHF { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#fy5L7OczrSF0IXmwxfHk8WORcOg0x9oy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCdL13UG87z8kvgqO00plC3WqJ6O62Bl { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#BUySpu8BTSDmCN0PuuqtyOXEgvTXFZnO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UX2XdAfKkXwQspqSb3oyfJ9MgzynmmdN { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#QVtW9lvZk8JvQIDhPxT981TmZaephCiM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MmndvZFyZ8WlrI1TDnNp5rFvNBUd156m { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#bbAdPEIGy8JgBvaEkqTJJNAAbGgpakZr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MkQfWvdRMQeLVBhugntK5RBBrIQmOnJ0 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#izy6L0VSsT7VoRaShfZBQanEcWitUiLf { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#BI26HEu4TdaAqrIJw01SyWKMzxMyO2HS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B9hlLTanGpZ6pcHMrLQ9qv4PTppM2NPe { 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; }
#HK74tfyMF1T42kPW7gTb4cG089AupOLm { 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; }
#lFurZtSlld7SfF3ABM9Qzptd4avDzC8s { 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; }
#veeJgeIF4mCycE6t1TMM50cyIHGLsre0 { 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; }
#boRfkpllLfK0EECE4W3KHcTfDCon6plu { 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:22.1875rem;width:28.4375rem;display:none; }
#TTwiWpFufRTIwI99FCDQ02g9684mythI { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT { position:relative;display:block; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT { background-color: transparent; background-image: none; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row .container > .video-iframe-container { display: none; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row > .video-iframe-container { display: none; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .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); }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT { border-width: 0; border-radius: 0; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .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; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .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:38rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oZHmq9GxHu2kcLTpvxv70kILHP6uOc2J { position:absolute;display:block;z-index:14998;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:28.125rem;width:28.875rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#Ps4SbeTBrX233gV9wKgamQsEEkm52zoJ { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.532341003418rem;left:27.633031845092rem;display:none; }
#z43LTcPKXCwfpMnRUzCDytw6RfRJ4T5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J81BUKofOGUQSqSTg6hHei1yaTBEIVUg { color:#000000;display:block;width:30.3745rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;height:3.150025rem;top:3.95654296875rem;left:3.125rem;font-style:normal;display:block; }
#dyKRTurbTbxlSzEXKRVbKL2o4hQrruOD { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:3rem;top:1.01220703125rem;left:3.125rem;font-style:normal;display:block; }
#ulwoA3n3b026fbtaTTDKGzwSBlKUeNGU { color:rgba(208,192,134,0.14);display:block;width:28.811875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:23.875rem;left:28.375rem;text-align:left;text-align-last:left;display:none; }
#Z6PiKyWFzAAoDV4NtEAJKhiig1TiEbyB { color:#000000;display:block;width:5.499675rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;height:0;top:8.1875rem;left:29.1875rem;font-style:normal;display:none; }
#iHw6MSt8TBIVvyqycVdTX4FIw2fXUrhv { 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:16.3125rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.125rem;left:40.8125rem;display:none; }
#N7RcKb64Ntx8T6DrqAZVcAgTb8wUhFAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agqal8PS4wpeHM5XW9mGFBRuSADJtZt8 { 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:16.625rem;height:3.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.625rem;left:40.75rem;display:none; }
#sP5brxE0aoVdLxk5Xy5C8wtHGfrZhGAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqc2Zio0hvG73egtxuJxTVJGFA8IahRJ { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:32.875rem;left:29.9375rem;display:block; }
#T1OH1xqnn94LRM16Us48ZJxs8UVi6GJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PM8GsVKXEkQ9dcDGx8cgaRIe2dCChaqS { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#rzKurLLF1HaDbSVUeW6WBTnTow2RzKuu { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#xDK1oMhPzMWSGWOO2glMKZg2PMB6vq3y { color:#000000;display:block;width:26.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:19.5625rem;left:32.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qzi2aIHbbEFhfTdTDoBL0ToBUSxkofMt { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#weiZZTMl4N7XTIGgr6J5JZqAg8zdJyFb { color:#000000;display:block;width:27.125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.9375rem;left:32.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeXZz2IClArgu5GvHtEeCRFm0srST9xc { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#lK9OytyJowoPgN6v7alPOkbweNu7GUT7 { color:#000000;display:block;width:26.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:27.75rem;left:32.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbTsgaCNbkObK4AUD9TmHHW0zN3lkAML { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#XC7bfiUB8qQssi6468owGkiRzMrmnTU4 { color:#000000;display:block;width:26.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:22.375rem;left:32.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4rkFEIOKz3tTBHMay1XEQDwHPWZKF36 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41145625rem;top:12.5625rem;left:29.75rem;font-style:normal;display:block; }
#JnWT7RMU5lnm6T8SfvittVMdawUKiGyO { color:#000000;display:block;width:30.5rem;position:absolute;font-family:canela;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35656875rem;top:8.25rem;left:29.5625rem;display:block; }
#SGUt4NPzBUCvBMdldv8VLc1CSiguSzNC { 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:15000;opacity:1;left:30.6875rem;top:19.8125rem; }
#vQTzpnfU46atV6oH8NnCgMI7ZX0MmofW { 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:15000;opacity:1;left:30.6875rem;top:22.5rem; }
#f42Z1cfPdah5rLT0PAS11oNVGrxScucn { 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:15000;opacity:1;left:30.6875rem;top:25.1875rem; }
#d4t1b2kqCtrPfTEN74HLlh4MO32wgxtp { 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:15000;opacity:1;left:30.6875rem;top:27.875rem; }
#dcDkPsfdEyrFJdToSaOTUK5sQQqUdXt2 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:33.375rem;left:31.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er4Qsh5mlurDew2KdGrQnJfq6yzbp1dc { position:absolute;display:block;z-index:14997;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:30.0625rem;top:18.4375rem;left:29.93701171875rem;display:block; }
#zBMwdTeIarl4yTihA0ZCox3EoiiHEz5y { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:27.875rem;height:34.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.937255859375rem;left:0.3125rem;display:block; }
#FnUdMw73KRdEXDlv6gwpS9JpURo4qnTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPOlOf0P4XO8rKCudaMRL6isKfiITDH6 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#izFx1RO0zf9khLzotZXuEwiNWEly5Syg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT { position:relative;display:block; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT { background-color: transparent; background-image: none; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row .container > .video-iframe-container { display: none; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row > .video-iframe-container { display: none; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .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); }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT { border-width: 0; border-radius: 0; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .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; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .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:1.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aJsGzcV7MBSSIbcqCwVxLgtTNL7otU6W { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.6875rem;left:0rem;display:none; }
#B8s1yQitq8AzNPZp881PG3Rp9aCfgCic { color:#d3d3d3;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE { position:relative;display:block; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE { background-color: transparent; background-image: none; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row .container > .video-iframe-container { display: none; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row > .video-iframe-container { display: none; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .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); }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE { border-width: 0; border-radius: 0; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .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; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .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:3.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vwHhk4dcXeLCef7BlFdRMqQzoydfDZnb { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:1rem;left:0rem;display:block; }
#uPe5CN7toamW1OyxqboddAoUlxIzMVqD { position:relative;display:block; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD { background-color: transparent; background-image: none; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row .container > .video-iframe-container { display: none; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row > .video-iframe-container { display: none; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .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); }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD { border-width: 0; border-radius: 0; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .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; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .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:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LirR0CkLWVPbndvTyaMp36g1z7hfgOzw { 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:13.6875rem;width:10.625rem;top:3.9375rem;left:1.875rem;display:block; }
#HBVezkgiqs8BVolKldmUaEgraLbrKTce { 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:2.1875rem;width:2.1875rem;top:3.625rem;left:1.4375rem;display:block; }
#PkIRe4N2KTJ9QlyvveoM6mkJk23ToJEU { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:3.6875rem;left:14.46875rem;display:block; }
#TioETCCsFnDOz3cNvTuB1R7ZUQLUHMIo { color:#000000;display:block;width:18.125rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;height:1.54361875rem;top:1.396484375rem;left:11.5625rem;text-align:center;text-align-last:center;display:block; }
#xZI2wAOCibQ2RyhrIIUpcUZT2Nkxe3il { background-color:#bff3f3;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:18.125rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.1875rem;left:11.5625rem;display:block; }
#I7PdaWUopTM5XbzeJDFmJwWZEDGuKAN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfuCKh6kbkeL600UiEDhQGeFHgAoNzh9 { 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:13.125rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.25rem;left:14.5rem;display:block; }
#iFIXxywKkEPmgRZpcqdmKeJneRk7mTsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtpT12RvUXMhwqriTHMhDBixO5N9IRxb { background-color:#bff3f3;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:5.5rem;height:2rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.75rem;left:14.5625rem;display:block; }
#mTsGI8ppsKMQs7GrRdwGL2V76iiyawSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXGsHqyXIMxiVz6FSdeVqEWuEJJpVIfc { position:absolute;display:block;z-index:14999;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.125rem;width:29.5625rem;top:3.1875rem;left:0rem;display:block; }
#nZ5gZFSeWdxkZ3zc0hy2KlNno39Zm7EC { color:#000000;display:block;width:13.1875rem;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:7.9375rem;left:14.53125rem;display:block; }
#bSXH7DaBlhOWCVxopOGdLr2pNiO4GCMr { color:#000000;display:block;width:13.1875rem;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:9.21875rem;left:14.46875rem;display:block; }
#WImxOAwaJnhUBe32akeIp3ArTlm3SrxG { color:#000000;display:block;width:13.1875rem;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:10.515625rem;left:14.46875rem;display:block; }
#xaN6yguJMIkZr2VqgvBgPkSmmdclTNAa { 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:13.125rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:15.1875rem;left:43.9375rem;display:block; }
#WQfrR9TefArrT5yIUOgcrQBGzsphd6To { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BC4uTFkM7Z0eRFBXJoCxWuaX8SWfKRkP { position:absolute;display:block;z-index:15011;background-color:#f3fdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.25rem;width:29.375rem;top:3.125rem;left:30.3125rem;display:block; }
#CGywy9ADq502v7oTSuX9gsqNvGBtJLQy { background-color:#bff3f3;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:4.8125rem;height:2rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:12.625rem;left:44rem;display:block; }
#wPpk4qK2b6KWACRMACLSP1dTbKEiA7hW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbm5TzfR27pTR6DVlsgACAgT4gUqgduR { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;height:1.21875rem;top:9.5625rem;left:43.9375rem;display:block; }
#J4lpiVRg4aJxSnTwT5oG0yNzNTFZrmGD { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;height:1.21875rem;top:8.4375rem;left:43.9375rem;display:block; }
#WhNNNAqDuSWJ3W5ncZDfdxubUFEzF5z2 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;height:1.21875rem;top:7.3125rem;left:44rem;display:block; }
#AMdZLfcSyZp4TuTWOEKzX7zHTRc49MFl { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:3.5625rem;left:43.9375rem;display:block; }
#RxmHpVF7Ks09DcnZT00gCztTNTn0TBCM { position:absolute;display:block;z-index:15037;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.1875rem;width:2.1875rem;top:3.5625rem;left:31.1875rem;display:block; }
#aFhMPlw0RonwThGnQcK5TF5OJzhqJq7X { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;height:1.54361875rem;top:1.375rem;left:41.6875rem;text-align:center;text-align-last:center;display:block; }
#MRn8UvBvc0Aln7IwR2E1i8q7oGieUWn1 { background-color:#bff3f3;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:18.125rem;height:2rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.125rem;left:41.6875rem;display:block; }
#eiVy9QtA04NfnuxxlqHucynSQvdQLLyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VlsnJdZMCPWKMPVE1hdzelPQ8ewTrkHT { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;height:1.21875rem;top:10.703125rem;left:43.9375rem;display:block; }
#J0dauIqqykW5rqCpeMdCvFcFk6uMmk3E { position:absolute;display:block;z-index:15036;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:14.0625rem;width:10.3125rem;top:3.7900390625rem;left:31.5rem;display:block; }
#ZTBhR4dVG06xU87BdgKHcuagKUefn9wl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:29.625rem;height:18.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.812255859375rem;left:0rem;display:block; }
#ei4zdkMZ3g8GiutUf2qzNwGxWgRQ0RNi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShtrpImRMloTCxXIwvH9eSuxRidvOf3n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:29rem;height:18.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0.90576171875rem;left:30.2490234375rem;display:block; }
#kWya8bXUDVXol2M8V4xO2Qs5DNDTDDEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZRToWbHTm7qktJ9Kc6D96ylyXHb1eKt { color:#000000;display:block;width:50rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:12.775390625rem;left:14.59375rem;display:block; }
#L17QMs3qzhesI9ss9dka6H7n4yheeDHi { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;height:1.950075rem;top:12.650390625rem;left:44.09375rem;display:block; }
#Xz7afI6Awr62qHXEyhV587pqGegAg14t { position:relative;display:none; }#Xz7afI6Awr62qHXEyhV587pqGegAg14t { border-width: 0; border-radius: 0; }#Xz7afI6Awr62qHXEyhV587pqGegAg14t > .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; }#Xz7afI6Awr62qHXEyhV587pqGegAg14t > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kwTaJkZ152FsqLneA2fUsOFZw8I2Ltxl { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.9375rem;top:38.9375rem;left:0rem;display:none; }
#agxugVb065tZgoJbkCfSaOcUZS9JO8TT { position:relative;display:none; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT { border-width: 0; border-radius: 0; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .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; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bp7sEsfiddfeJDyXiH3nbkc4tQQOrZ8y { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1.5625rem;left:0rem;display:none; }
#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh { position:relative;display:none; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh { border-width: 0; border-radius: 0; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .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; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .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:38.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TQ1CnQfT9DRUeeGxp7DXHhCTTyeFcxRH { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:5.5625rem;left:11.125rem;display:block; }
#NpBg5J1KtgCrpHqiInqQF4TfwJHRmE0w { color:#000000;display:block;width:3.5rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:0.97439375rem;top:5.9375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
#ce0nBTBd3fDA9SM0TrvaPn94TNKkRKo4 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0.97439375rem;top:5.875rem;left:11.9375rem;text-align:center;text-align-last:center;display:block; }
#iPlbR1HOh3yfTzI1Ows9fgFpo7zGSPNa { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.43706875rem;top:20.842342376709rem;left:7.3154296875rem;display:block; }
#zmb5qILNnsT7hDcJQncZTR5JUsB4r5tw { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:block; }
#JksJVxlmyReRQoZwhLBgsfEQnTrgRHhg { color:#000000;display:block;width:5.37489375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.21853125rem;top:18.671442031861rem;left:1.875rem;text-align:center;text-align-last:center;display:none; }
#SNpD9z6xCunrnBTPzmEoSuTEM2PC4hzR { 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.8125rem;width:6.0625rem;left:14.381618499756rem;top:18.093751907349rem;display:block; }
#XsbmpGwZPXu7xZ9Xc7nnpt6y4wqlqUzh { position:absolute;display:block;z-index:14998;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:6.125rem;width:9.875rem;top:5.125rem;left:0.875rem;display:none; }
#KBxqmoZndpILlTrSKxVJakvISV0KsRET { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.13) ;height:33.25rem;width:21rem;top:4.3343048095703rem;left:0rem;display:block; }
#JzlURJFKzte7rX3nTSh1GhZNNGigQuGh { color:#d7d7d7;display:block;width:20.999875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:22.673503875733rem;left:1.0959205627441rem;text-align:left;text-align-last:left;display:block; }
#w7MOpTQP0HVyFTfzdxEU45TNR6IliHrt { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;height:6.8125rem;width:26.0625rem;top:13.999567031861rem;left:0rem;display:none; }
#bc6uNdGrAkgdE2t5eTipDGZopqmZ737K { 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.875rem;width:39.125rem;display:none; }
#Q8FN2KWiGtixwNI0e136aE0fEdGEBm32 { 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:6rem;width:6.125rem;display:none; }
#oyy0nT44ZRbtGtMRx3Mc3eM1sTamiuJS { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59874375rem;top:24.976237297058rem;left:1.0964622497559rem;font-style:normal;display:none; }
#cZocaQrpPBHDhJU5Axq9K25UVgspZExr { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.11263125rem;top:34.062067985534rem;left:3.3745670318604rem;text-align:left;text-align-last:left;display:none; }
#XG2vEQPbv6VvJM04w83LVvLPrgGaKBUe { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#rfdqKB8wTkN9M1TD5dl7x6JqAJTlTWtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTH7n6XmuH5fa6nL0OCTmOqQ8R2U1nGX { 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; }
#H1ng77mVJTFn2T2dDWxtvJz4v9q0JBT6 { 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; }
#BMhDBVOAaFeI1dQm7Hk4bzAENL7tmo0Z { 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; }
#omIH05flA5M9tcUyAbfy1PTO7Veg46nB { 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; }
#XXfvQCvvOyu9nt3wbDhn3tPU4A6oZ43m { 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; }
#HEi86sA1wm35qeIwApzQBI9HBnTOLSvq { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:5.5625rem;left:11.125rem;display:none; }
#GoaBDfJDTSiOtMFpaUklp5BPqbrSTWF0 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#d6yfDAgmg6920PwTHUiK3RVuqLkVJkTA { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#s7iDhTEinvZqXZrBt07Jpmn62foG1ldx { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k1ix4GF6wN0BJN77T1UZHn9QLJcGbFG8 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#vo4RSOLchEwEww0JODfCAdamliUIF2kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA { position:relative;display:none; }#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA { border-width: 0; border-radius: 0; }#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA > .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; }#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#davI1aEHvTOT4MlLCMXaw9MQ40ldqNox { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1.375rem;left:0rem;display:none; }
#Sby4ATPZClPNr6KhmBPwTHGDyPpXzQnx { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:3.25rem;left:0rem;display:none; }
#db1mPvSne5q7nlkkvyq0cVtbXgbgEBBy { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#VUJ98bT716PAvU4oXzcDBuKMzAmXzkku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH { position:relative;display:none; }#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH { border-width: 0; border-radius: 0; }#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH > .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; }#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HF6mbNFWi5tNJdv4M6C1n1ZUHwP8odU1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:7.6875rem;display:none; }
#bA5OPuKe5W6vU2b66rfGGPXLT4UWLxkr { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#MfvippJswKACluAFZLPfCxUTSFztbhzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhW8aWLCeouXKAzR6hrWooh2zMgil41S { position:relative;display:none; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S { border-width: 0; border-radius: 0; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .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; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z99nDNel9DhaArZpRiBn0WrnR6wMUUPl { 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:6.375rem;width:8rem;display:none; }
#yMzJUu3E665vihsVi2kiiTUxVR5bkm6I { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:1.9375rem;left:8.875rem;display:none; }
#z7xgIn4Wo56tmyd6yoATdoiTdTbHqCJX { 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; }
#sCbNoGuouIWXkii59oArA3qqRksfSPWO { 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; }
#y9GWilNMgcdtstgBaWaS3MSkyBaNKq82 { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:9.8125rem;left:8.875rem;display:none; }
#SGXkpJW3CwC3KqoXN7DPPCE0l63Q54iI { 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; }
#fQ8ytzbHMTPO7QB6lO8ycaP3x1pxiC92 { 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:6.375rem;width:8rem;display:none; }
#HZMWKXmRurr1IITBivCLeThliLq7NzQ1 { 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; }
#I7XZuHCWtkprBysC2HPVWl4wqyil5lTQ { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.6875rem;top:17.8125rem;left:8.875rem;display:none; }
#B1wWTfSacxRTtdIQuOc08694xuFN5O9N { 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:6.375rem;width:8rem;display:none; }
#dOApI1VoxOyqpEfGvfIWDlK4Hr1sDEz3 { 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; }
#gyXyNT5Sr9Jb0TIs0IJshoeMHUGLTcHa { 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:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:29.937065124512rem;display:none; }
#CwS2IE89lWenGCeKWmAIyVS0po7Lcund { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fe9t0fTP344JmSaxxx8WRfTvqioJOzkt { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:28.875rem;left:0rem;display:none; }
#MBXAqZJ7fCw6rtClkwAiW2EzJgPmfN0E { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:24.42822265625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GUAOkOph7Thuw1mJumqgHl1cvPnhoo7u { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#O4cCiDpeeTiDNuQuGT87uxzX3F4mVtkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UleD13ctu2trWh7TJIC6b0FV7vslovFd { position:relative;display:none; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd { border-width: 0; border-radius: 0; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .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; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JsOBTXFQOm6oSJWWq4f7UI3NBew5sgIH { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:5.75rem;display:none; }
#FDiLtyAy4U3hM4pVxzeCVG9DkDSbTsFP { 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; }
#JX8KwTwSuBFetsr9KHTKe8c46WDZnodx { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:12.75rem;display:none; }
#MvBxIsZMebSRRn4uMVUVVHpKmbLloe6W { 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; }
#SQZ0F0nD5QuUr4pKIdmgGMZW0fv5EzqH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.25rem;left:0rem;display:none; }
#eEK4wnTvywktsAF3RMiJbxkIQkhFc928 { 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:6.375rem;width:6.375rem;display:none; }
#u2QR1CgZkJfqk5srb7b3owVqnduviyvK { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#VdzSZ8KCtgeGCQTBmnZwHp8byJOTqgKL { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.0625rem;left:0rem;display:none; }
#fxh9TgxfVEnxrdkENdV45z920tNItuZx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#bBzPPzHvwBvFAzFoXDkxc8g1PWUWm8t1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IImCVXgd8nmc7sT9pa91QusLck1VZfyB { position:relative;display:none; }#IImCVXgd8nmc7sT9pa91QusLck1VZfyB { border-width: 0; border-radius: 0; }#IImCVXgd8nmc7sT9pa91QusLck1VZfyB > .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; }#IImCVXgd8nmc7sT9pa91QusLck1VZfyB > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G6JHVuv2HEFAPx5Nn6ABGrFavobT91X4 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1rem;left:0rem;display:none; }
#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 { position:relative;display:none; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 { border-width: 0; border-radius: 0; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .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; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QyDFsWTflWn9xzMV1dJZVe83d4eD96KI { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.1875rem;left:0rem;display:none; }
#fTe4nPyIqsQqxJCH0we5WguhynBDmMNP { 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; }
#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe { position:relative;display:none; }#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe { border-width: 0; border-radius: 0; }#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe > .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; }#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZVrdL8pmxZF5FNB28lPXQXiEuEHr9E2X { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.75rem;top:0.9375rem;left:0rem;display:none; }
#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.875rem;left:0rem;display:none; }#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 li:before{  }
#Nqg11abZ9f99cd6xL3CiGGFp1fFboCpL { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:21.6875rem;left:0rem;display:none; }
#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt { position:relative;display:none; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt { border-width: 0; border-radius: 0; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt > .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; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa { position:relative;display:none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa { border-width: 0; border-radius: 0; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .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; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x0PX4m0vT1avNgzT6KeNBzo5mm9Ls6nf { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.125rem;left:0rem;display:none; }
#Uw36KdUebvNoIDItGDCEyqMTZaK2q0Ge { 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; }
#KNBvuVtItuCLGRynBETPchbGorLy7eAG { position:relative;display:none; }#KNBvuVtItuCLGRynBETPchbGorLy7eAG { border-width: 0; border-radius: 0; }#KNBvuVtItuCLGRynBETPchbGorLy7eAG > .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; }#KNBvuVtItuCLGRynBETPchbGorLy7eAG > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HBk7o4T1Rt58ys2gGS1C3VzESznDiDtc { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.5rem;left:0rem;display:none; }
#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu { position:relative;display:none; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu { border-width: 0; border-radius: 0; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu > .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; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n { position:relative;display:none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n { border-width: 0; border-radius: 0; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .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; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v2L5QbkfrGqKXLToDbNE2VWZnfQssTyO { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.0625rem;left:0rem;display:none; }
#QGEbh3LVPTiPS9e32zkSFNTD2VhigWag { 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; }
#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd { position:relative;display:none; }#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd { border-width: 0; border-radius: 0; }#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd > .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; }#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eOXopQvic8NKLUSwDtOPVwOcTESgLau3 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:0.9375rem;left:0rem;display:none; }
#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b { position:relative;display:none; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b { border-width: 0; border-radius: 0; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b > .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; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 { position:relative;display:none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 { border-width: 0; border-radius: 0; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .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; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yTBHmgWRKT8CZN71mEIZoKQ7NMDZxb4S { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:0.0625rem;left:0rem;display:none; }
#gs64kwWJ7SGUzKA9kVv55mv1ddXiRy7r { 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; }
#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 { position:relative;display:none; }#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 { border-width: 0; border-radius: 0; }#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 > .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; }#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Lrxy6fsRHQTgi5pAJbEcA5prEFCFXN7D { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.9375rem;left:0rem;display:none; }
#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 { position:relative;display:none; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 { border-width: 0; border-radius: 0; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 > .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; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl { position:relative;display:none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl { border-width: 0; border-radius: 0; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .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; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BSEZ4wC4u6IqtcPfeI32VuyLuil04lN5 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:0.0625rem;left:0rem;display:none; }
#mvsPX6ghQLTHBKyZiFOqZgvebTQh0iAT { 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; }
#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD { position:relative;display:none; }#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD { border-width: 0; border-radius: 0; }#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD > .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; }#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BMlxGOwE2i90g1NTxLM4GWCxsBLPXsKT { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:0.9375rem;left:0rem;display:none; }
#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo { position:relative;display:none; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo { border-width: 0; border-radius: 0; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo > .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; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E { position:relative;display:none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E { border-width: 0; border-radius: 0; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .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; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EnMTCE4AQOQmIb0UiL3XO3ZqvLgUlN7r { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.0625rem;left:0rem;display:none; }
#CAlnGR6uJvhUE1tUlqP496h7WpchVsvG { 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; }
#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU { position:relative;display:none; }#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU { border-width: 0; border-radius: 0; }#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU > .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; }#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dfsTLauzaQ28dkw4ei0ZMQn2OuHbGSde { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.75rem;top:0.9375rem;left:0rem;display:none; }
#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ { position:relative;display:none; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ { border-width: 0; border-radius: 0; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ > .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; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey { position:relative;display:none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey { border-width: 0; border-radius: 0; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .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; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x7trVGiBft9TlRSJDR29Mb5bHkC4O5LN { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.0625rem;left:0rem;display:none; }
#yU6PAV0AFr0sNBEI3hvZh0eS8F6QUiwW { 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; }
#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL { position:relative;display:none; }#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL { border-width: 0; border-radius: 0; }#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL > .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; }#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ghMTblfDDMsHE9or6xCGe9sRX0MMBoyJ { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:0.9375rem;left:0rem;display:none; }
#cnTLymDLzsLlT4v4m5duboExb25feB7G { position:relative;display:none; }#cnTLymDLzsLlT4v4m5duboExb25feB7G { border-width: 0; border-radius: 0; }#cnTLymDLzsLlT4v4m5duboExb25feB7G > .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; }#cnTLymDLzsLlT4v4m5duboExb25feB7G > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev { position:relative;display:none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev { border-width: 0; border-radius: 0; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .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; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HIUIyMwEtb8TtWWoNqlf9ZME3MlqphOe { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.0625rem;left:0rem;display:none; }
#pPmsdtRW1iCpb8pezvSvNi6F0rxpxeff { 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; }
#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF { position:relative;display:none; }#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF { border-width: 0; border-radius: 0; }#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF > .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; }#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CsslihFA6FCHybSNW3pA6lhitQQOJhy7 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:0.9375rem;left:0rem;display:none; }
#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh { position:relative;display:none; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh { border-width: 0; border-radius: 0; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh > .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; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt { position:relative;display:none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt { border-width: 0; border-radius: 0; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .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; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JZoP6vbvq2gvOMSeFiPlwdOgLrRaxcTt { color:#000000;display:block;width:17.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.0625rem;left:0rem;display:none; }
#LLJzhDgr4wClnKNt5iBpmbosWP9T6AEy { 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; }
#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA { position:relative;display:none; }#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA { border-width: 0; border-radius: 0; }#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA > .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; }#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EDB19zJBtco8LXQdPZqqPDZ9FTSxWB3T { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.5625rem;top:0.9375rem;left:0rem;display:none; }
#INC2yewXoSTHxlN44eUh24ElZAB49aQq { position:relative;display:none; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq { border-width: 0; border-radius: 0; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq > .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; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 { position:relative;display:none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 { border-width: 0; border-radius: 0; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .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; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wO8Ef4f5h66mMrTBfkwtTakyUg8aIrza { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:0.0625rem;left:0rem;display:none; }
#mn9P1aZHpvhvaWLg6xHITJ1SynVkzP0P { 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; }
#WxF3kl1aNpNJIhquRrENPPZhlN42levk { position:relative;display:none; }#WxF3kl1aNpNJIhquRrENPPZhlN42levk { border-width: 0; border-radius: 0; }#WxF3kl1aNpNJIhquRrENPPZhlN42levk > .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; }#WxF3kl1aNpNJIhquRrENPPZhlN42levk > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BwCf2VLnOy9BrMXXWFRVsXLtnwrmyvMg { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:0.9375rem;left:0rem;display:none; }
#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 { position:relative;display:none; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 { border-width: 0; border-radius: 0; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 > .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; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk { position:relative;display:none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk { border-width: 0; border-radius: 0; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .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; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MTEwAKJ0bRx7gOcvTM0ZsQD99PIN5RpF { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.3125rem;left:0rem;display:none; }
#XtWRfEKtDIo1k3rTsZSFCshbZTc6Wkat { 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; }
#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH { position:relative;display:none; }#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH { border-width: 0; border-radius: 0; }#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH > .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; }#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sULLzJesTJNShSSl9KF1Hr1VdwP4prrP { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:0.9375rem;left:0rem;display:none; }
#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u { position:relative;display:none; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u { border-width: 0; border-radius: 0; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u > .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; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE { position:relative;display:none; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE { border-width: 0; border-radius: 0; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE > .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; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE > .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:7.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ci8dXO8vRP8SmgAWi2KLqVAkoKQxF9Xf { color:#000000;display:block;width:29.625rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5rem;left:0rem;display:none; }
#MpbsEenOcVPGewZH9Oykt212tRmxfmHL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#LR7sBEOfJuE0ukasF5u3OPIwnABOU0ik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDOImF9ivMImARg26E3ECklHFyiQZy0l { position:relative;display:block; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l { background-color: transparent; background-image: none; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row .container > .video-iframe-container { display: none; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row > .video-iframe-container { display: none; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .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); }#iDOImF9ivMImARg26E3ECklHFyiQZy0l { border-width: 0; border-radius: 0; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .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; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .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:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SfC0QF2Wr5v4lc3GHJyDApqzo7uLIVkU { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:6.6875rem;left:0rem;display:none; }
#sUHfzimeBVA4E1gID5KT2Kz9nV0qwbOH { color:#d3d3d3;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { position:relative;display:block; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { background-color: transparent; background-image: none; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row .container > .video-iframe-container { display: none; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row > .video-iframe-container { display: none; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .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); }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { border-width: 0; border-radius: 0; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .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; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .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:37.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VEB5saKmndC4WUNo0IGnql0LNtscbwEL { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.949225rem;top:20.56884765625rem;left:30.6552734375rem;text-align:center;text-align-last:center;display:block; }
#oQEpnxIN9iJuRh8GlVp3seUXhG8IFnEP { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.37255859375rem;left:30.74951171875rem;display:block; }
#OuL0g9gSTDuXPAXvEAwfOBswWOQygA0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTI4lTdwUBbwqmrlJSRfcZsoOcLS4eUF { 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:28.0625rem;width:29.375rem;display:block; }
#CJVgi0h1TGxsboD57pOZeAvBVFOu3MW5 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:17.73779296875rem;left:32.1865234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { color:#000000;display:block;width:27.875rem;position:absolute;font-family:canela;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:4.72395625rem;top:7.78076171875rem;left:30.68603515625rem;text-align:center;text-align-last:center;display:block; }
#szSkOKtl3AORytd95EvAffWNVunw9vSq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:57.875rem;height:32.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.18408203125rem;left:0.74951171875rem;display:block; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdafWQIHfDSCGd4X3Wnw45TdDPIitecd { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:21.0625rem;left:30.8125rem;display:none; }
#l0XXUSR3Ei0fmCb6AvWVg2wLrwPfT45A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfd;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;bottom:0rem;left:0rem;right:0rem;display:block; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { background-color: transparent; background-image: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container > .video-iframe-container { display: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container { display: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .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); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { border-width: 0; border-radius: 0; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#NFTQxU0MGkO850XKisdsJxoMDRwOS38C { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #87d3d3;border-left:0.125rem solid #87d3d3;border-right:0.125rem solid #87d3d3;border-bottom:0.125rem solid #87d3d3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;box-sizing:border-box;color:#bff3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:36.4677734375rem;display:block; }
#E164Txn0yPtOI2Ulr2hkas9NzVwWN7pV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBT0unE0UPOb441QFZNuELV9iFeKlD1P { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:2.0625rem;height:1.70605625rem;display:block; }
#oTvBiKKNXrkxS0mBRH6fwhPhJNL2vmeX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:59rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.53076171875rem;left:0rem;display:block; }
#B28fDprKkRCqotQP33sNuPbk1EbmSp4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { display:none; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .row .container { width:47.75rem;position:relative;display:none; }#wMX1qwxCGVDBCltZhKMLdAn89okvf5W5 { width:14.375rem;height:2.375rem;display:none; }
#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H { display:none; }#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H > .row .container { width:47.75rem;position:relative;display:none; }#deu1mobF95d4wwNhG4tqNMcSOiyxbBN7 { top:27.375rem;left:0rem;width:13.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#bC4RNr8aTdWkHRNuPMK1ya4MhydyBcKA { top:5.5625rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#S7MANA6UUVSP0q1J3CVDkWsTI4z37NVm { top:5.5625rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#ltPPhtfQWFggmaPO37bcHWTSztdCrCqX { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#p4RkUwA6KrExiheXwCssy3fe0hICK0Xo { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#Qo14gXNQ8LVWPuOhkKeKhca3uIhhBoPt { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#kWtFXTcmF6KTm5KcOfmldwKM05ZuNhEv { top:27.5rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#UEKE2LhtCoBsucoFNr5MxKrAqiogI1ep { top:35.9375rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#x2d5T4ivKpOEwLVrkJlqlFpFAqGuE6G0 { top:31.6875rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#wGPwcGVnF0V8hce9k5Wc0tEXtKeQnasf { width:24.9375rem;height:3.0625rem;top:21.5625rem;left:22.8125rem;display:none; }
#K0Vnq0JEdZZeZZn0d7TTrS2GwpMnLrTz { display:block; }
#G7MhDSk4ITHRXkbTEo1GGHadk5xhzedr { top:17.0625rem;left:0rem;width:19.875rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#geq8oI5SBHdTJgRSDTPKNzfovTBHWsvE { top:21.9375rem;left:0rem;width:19.9375rem;height:4.75rem;font-size:2rem;display:none; }
#de1cv3pbXh90QX7zypbd73GMBWtzwUrF { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#a54oQDagc32CRpxuy4FAVC12g0ghswmI { display:block; }
#oVEyGJemCNrg84DspIBRtCWUQTfM35EL { width:46.875rem;height:31.875rem;display:none; }
#TdhVuBClsg4KhBMsBbaErH7T2gO8uogI { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#z2M0KROxHfnPF0xS2ZZHX8yvWIaXSsvo { display:block; }
#tu3he4qBkRvuk9SNMt2CGkkfpbSI5o8Q { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#vpZAPuOuDJCBzzlQL8dW0WvWubAmGqSM { display:block; }
#P6aF1TTe8Z8doqDGIAm9b18ceMT4cx0H { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#vXu5UgIzAlTsiN4dsaiOTRpkJbxs0AEV { display:block; }
#lR7rc56D8zv9rlH7qvQoGwbzyvzszTPO { top:35.6875rem;left:24.625rem;width:23.125rem;height:2.875rem;font-size:1.125rem;display:none; }
#bnwsNnUfcScDvxzHDDIbCUeEQ3tXnvpk { top:31.5625rem;left:25.5625rem;width:22.1875rem;height:2.875rem;font-size:1.125rem;display:none; }
#WdRCHVGnM6ZMTuAgMADCb68cNO7W5wgQ { top:27.3125rem;left:25.1875rem;width:22.5625rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D { display:block; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row .container { width:47.75rem;position:relative;display:block; }#PSkQXI2TqO6NH3Ox8fq5QmCeVFX9Km2T { width:25.75rem;height:4.4878615963874rem;top:0.5rem;left:0rem;display:none; }
#iw9DCbb1vK3mX6Qu50s9SaKvgwd3rtMI { width:27.1875rem;height:3.2418657107961rem;top:1.25rem;left:20.5625rem;display:none; }
#EuqHd10nZOwMTA2A7Kie1koHLfKzUvo2 { top:0.9375rem;left:0rem;width:9.9375rem;height:3.75rem;display:none; }
#suvp17mbGGDmFoLfMI04nTnXsbG6anz5 { width:7.6875rem;height:1.8121424143258rem;top:1.9375rem;left:0rem;display:none; }
#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA { display:none; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container { width:47.75rem;position:relative;display:none; }#wDKB6mXPAv4PTpCrSDx7zSieM9Zp7E5m { top:7.0625rem;left:0rem;width:14.6875rem;height:3.125rem;font-size:0.8125rem;display:none; }
#T4w93DN7yeXt0oTRvuS8Pv7WQ7MtfxAg { width:6rem;height:5.5625rem;display:none; }
#R09L7AQ2DEDEagM7w14fT5r1frOWaVvx { display:none; }
#du0BsCBgH3z7KVxs5mfzpyGfrKrksXQA { top:1.375rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.4375rem;display:none; }
#zyKAPWVl6RIVAu50cfOovPKfZctVuUcJ { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#nZhcavnm66sTbc6gVPBqmA4XhXTJ8Xno { display:block; }
#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv { display:none; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container { width:47.75rem;position:relative;display:none; }#ltT5wOFipPnfdc4qtHuNRQMWv8a1IHEB { width:26.5625rem;height:3rem;top:1.375rem;left:0rem;display:none; }
#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA { display:none; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row .container { width:47.75rem;position:relative;display:none; }#H3p6Uo86ABhcLrcA2IU7J5xFQtOKLxgx { top:0.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 { display:none; }#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 > .row .container { width:47.75rem;position:relative;display:none; }#etNtHGM9R6AqZOq6Tcp1xueLNIRh7rtV { top:7.1875rem;left:0rem;width:28.875rem;height:28.125rem;display:none; }
#UcwbPLNea5agkbeKgDRT4qpPGvBkxDhl { width:28.375rem;height:2.4375rem;top:24.5rem;left:19.375rem;display:none; }
#iCmLgCi0ylElaqRie25VquPrKT8MIk9X { display:block; }
#i2XxbiWRdJ1kqyaUShtQ0FX6U0M543QV { top:3.9375rem;left:0rem;width:30.3125rem;height:3.125rem;font-size:2.625rem;display:none; }
#KvH8TU0bp63kuo4L0gRmBNCMGWqx9T1E { top:1rem;left:0rem;width:28.125rem;height:3rem;font-size:2.5rem;display:none; }
#zC0Dz1Nw9ezDLaq0GUACzebKZcHTD0gJ { top:23.875rem;left:19rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:none; }
#ducfAOtFe0blw32sDqi2NkfcknPbwIEk { top:8.1875rem;left:23.0625rem;width:5.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
#rGPfUSNZl1E57NZNBMUSoJfdc4tsI0gJ { width:16.3125rem;height:2.6875rem;top:26.125rem;left:31.4375rem;display:none; }
#TWfEsF8co5kwaKCQtvEzsa5yQ0EQimfJ { display:block; }
#I0xuaxeZfvSBSSSeJDNT1x1hixr8JBqM { width:16.625rem;height:3.8125rem;top:25.625rem;left:31.125rem;display:none; }
#TLZlMvhHHprSRPbOBlcWomqeELrh68lL { display:block; }
#eu5rtsQztROxWbaPvQdaXTKz6N7MdzZS { top:18.4375rem;left:17.6875rem;width:30.0625rem;height:12.125rem;display:none; }
#sVx4tBiunoER103LAoBoZWrHUhnadJOV { width:46.75rem;height:34.6875rem;top:1.375rem;left:0rem;display:block; }
#PSSpLmp18UgehAqVXkuDK2TIkhry0gTt { display:block; }
#TPxMNtgMCdF2Iyu3FCACoG3qnm86Ct4L { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#sLIIn3kSqXT3dW3TLMha0eHQly6u9EJo { display:block; }
#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ { display:none; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { width:47.75rem;position:relative;display:none; }#cHQr3QTr0Lx5KMC4MAlPMyKUkW9wq0L3 { top:0.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:none; }
#Od7CKGbiUWNnbbiwBRNx9GaISM3dZMBl { top:3.9375rem;left:3.53076171875rem;width:40.625rem;height:3.375rem;font-size:0.875rem;display:none; }
#hqXPzu16PlMcLekWg4T5ewElzHz0Mgv0 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#TWz0QZ5DuOuMNpHGw0lIDpK1x360LMWL { display:block; }
#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA { display:none; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { width:47.75rem;position:relative;display:none; }#QbwWSJrIofoFoA9rGtJGOem5PV1ZlsEC { top:0.6875rem;left:9.125rem;width:15.625rem;height:15.625rem;display:none; }
#GMehLwr7lcPNpJsF3IVlbfJ7AIXLv9TJ { top:6rem;left:22.5rem;width:2.4375rem;height:5.0625rem;font-size:3.9375rem;display:none; }
#d28EdWUePWTxnE3HEsMM4NloAl1BVsSs { width:15.625rem;height:15.625rem;top:0.75rem;left:9.1875rem;display:none; }
#c31RoUE33SDMHTnRn49THoUiwbqDDBJl { top:17.6875rem;left:10.687133789062rem;width:12.5625rem;height:2.5625rem;font-size:0.75rem;display:none; }
#sBlSkmP19WELxus1WSuHrkaIWGQmutCq { top:17.6875rem;left:24.437133789062rem;width:14.0625rem;height:2.5625rem;font-size:0.75rem;display:none; }
#qaTb3PzMTnG7xDuquf8iv76T0b788ms4 { width:16.0625rem;height:16.0625rem;top:0.75rem;left:22.625rem;display:none; }
#Rs1OI6Dbdi6WTJi3hzf0mehxXnTWcD6J { top:0.75rem;left:22.5625rem;width:16rem;height:16rem;display:none; }
#vST7Lw2lKLAXd89bSqtOGrzgJ5ylpevv { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#Zt27Pe9x0dstAzyu8yEXMVZ2zkWPZwx6 { display:block; }
#NOt4XqONhGBl3FLcCbayuBhG29gghuHs { display:none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { width:47.75rem;position:relative;display:none; }#yyal74NQZ8awMG1l7azrPK5kdh2Sv09V { top:5.75rem;left:13.875rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
#Kc53E0UwPakI1FQURVc1LrMGTC3oaMFS { top:9.8125rem;left:7.1873779296875rem;width:37.6875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
#y8aQz9JZG38zGk56rI8aRTb2SbZnFPNd { top:0.25rem;left:14.03125rem;width:19.8125rem;height:4.875rem;font-size:3.75rem;display:none; }
#h5gKrZJKNxGTQMzlZv4eCarbQTZRyPt6 { top:0.625rem;left:21.84375rem;width:4.0625rem;height:4.0625rem;display:none; }
#rgG2590VCBRMD6U83ooMZBaByZ4okvkm { top:22.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#eFgUBFoDMGTth3U07mfyZB1TUuO9EwPx { top:14.375rem;left:7.374755859375rem;width:40rem;height:1.8125rem;font-size:1.3125rem;display:none; }
#aAkDJd59WdTr0Vq1aPNrnzAWCXq8Ikcn { top:18.5rem;left:7.374755859375rem;width:37.6875rem;height:1.6875rem;font-size:1.25rem;display:none; }
#vzQCPEvgs1LI3Q5Nt8vnJhOIqzT5z8wz { top:13.375rem;left:2.75rem;width:42.5rem;height:3.8125rem;display:none; }
#amPwTRSFQbyoMt0am7VKTxs3WswoqnxM { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#Q7I8DrSZn5vLH3wA5JxzKkdUtrGHTgFe { width:3.1875rem;height:3.1875rem;top:9.125rem;left:3.875rem;display:none; }
#k4BJvTRClk1h1nw1NS5FBO6mDsQTnTl9 { width:3.125rem;height:3.125rem;top:13.625rem;left:4.125rem;display:none; }
#WeKTQUhBQRHCfJXqM7t8Au56644zAu8u { width:4.5rem;height:4.5rem;top:17.3125rem;left:3.3125rem;display:none; }
#WMNM1XoeGutCav4Wxe4ADS7Wya0KsosX { top:17.8125rem;left:2.8125rem;width:42.5rem;height:3.625rem;display:none; }
#PTQJFvJn4NA8TybOeAfZTbhwgAml0D9o { width:21.5rem;height:2.75rem;top:22.6875rem;left:13.125rem;display:none; }
#TW7TNUQTOEW2TQRs0T6TDEHH3LZmLgZT { display:block; }
#B6FkzSb4SleiTpGJzvgaSX6KSlMvrctl { top:1.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#qus0CHT9hbHV1rWKVkZ1SLZcXBdtGcKI { top:8.75rem;left:2.8125rem;width:42.5rem;height:4rem;display:none; }
#CMXcNBryABsr2bFSv1v4EINvzUJWT3uK { top:23.1875rem;left:13.124877929688rem;width:21.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#rhNlMPotlZkn3PWvVzOZgxuATwFTgW0d { width:46.75rem;height:5.5rem;top:0rem;left:0rem;display:block; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block; }
#EvWQ7B5DRSogJnMnQdfiW1iXQpUD3Br0 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#eUX1C3KBJzPTTJygpFQdWnTGa53rlqJR { display:block; }
#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT { display:none; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row .container { width:47.75rem;position:relative;display:none; }#Hz89HM91A11WF5PJlTvTiUAxDZFVXOLa { top:6.6875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:none; }
#ffiMwfc2rhXqupXITk4h0LSSE86BeMst { top:0.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { display:none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container { width:47.5rem;position:relative;display:none; }#hrL5RGMhgBlVaRPLslD6iHh2AGHlpXLb { top:2.6875rem;left:0rem;width:26.0625rem;height:1.75rem;font-size:1.5rem;display:none; }
#p64rb7weaAuZsw6HhHA2DnT10B4TBV97 { top:5.4375rem;left:15.1875rem;width:5.9375rem;height:5.9375rem;display:none; }
#zP2ax1Tic7FUss0zHCknxIIds9pkrpJd { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#zJcWiTGBOCTqbS5U1t10q2XVp5s5m9cy { top:9.0625rem;left:6.375rem;width:12.5rem;height:12.5rem;display:none; }
#DWrW4GxdsoFGR8KMkH3nqTdVT4f8IV00 { width:24.75rem;height:2.75rem;top:26rem;left:0rem;display:none; }
#gtWt2yLSSgtTpPFJHW0w9bPe7ip4pVNU { display:block; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { top:5.8125rem;left:0rem;width:26.5625rem;height:4.4375rem;font-size:0.875rem;display:none; }
#NTfK228WTRRucuaJGrZK2fCFuvmmTvzf { top:0rem;width:;height:;display:none; }
#dNm2kP7BlHa4LJCvlLenzgzqw7vm5oFP { top:6.25rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#RufcAmHgHX1aqrh1Rn9Kb0QJUynFgqNP { top:12.1875rem;left:0rem;width:25.625rem;height:1.6875rem;font-size:1.0625rem;display:none; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { top:16.25rem;left:0rem;width:25.6875rem;height:5.9375rem;font-size:0.875rem;display:none; }
#mHzzDnaD1UowCnv14F82Whi1EJQxbPSG { width:26.6875rem;height:16rem;display:none; }
#c7ktOsEUe4ZXTSzargnMmeLJWPkL2XIf { width:45.9375rem;height:25.5rem;top:3.3125rem;left:1.8125rem;display:none; }
#NF1DMEHVNxAgND441nzUrPD9PCVtxTyt { top:1.625rem;left:6.90087890625rem;width:16.1875rem;height:28.125rem;display:block; }
#P38cgZ5nvEmTulqrRn38csqbnAJCepGp { top:26.5rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#tzIXufu7RizOH7auO5ygpNZdOu1JhIT6 { width:46.75rem;height:27.75rem;top:1.3125rem;left:0rem;display:block; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block; }
#KMQTIBciNNLV2TKfduGap8wrbnEUFL86 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#FRoVsQdAxmRfDL2ifknMzJvddABHPwzv { display:block; }
#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 { display:none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container { width:47.75rem;position:relative;display:none; }#zyseglAit2ce0iPWbOtS80FUTdkR8bdQ { top:3.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:none; }
#cxpOeZVNUauiqTyMRDqUWgp8pU7LIJ67 { top:7.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.875rem;display:none; }
#oA750iNbQ0TZqLBtg57cOw0ZTkTkyrf2 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#q30SofEDgrfOpf6GmpuunB94TuQVfdHf { display:block; }
#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t { display:none; }#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t > .row .container { width:47.75rem;position:relative;display:none; }#s7Z0HJfAoADxhDwCmJL10wUKOpuu6geB { top:13rem;left:0rem;width:12.875rem;height:2.25rem;font-size:0.875rem;display:none; }
#EonwR3mANeS3So2WMN3R8ll13mtzfT2U { top:11.375rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#uub9tburNXsNpL55Mt4kkTMKVQ16kIGX { width:3.5rem;height:1.6875rem;display:none; }
#pkdn5KUgi9lhQcMqr55ErKvXOhbTrMfR { top:13.4375rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.1875rem;display:none; }
#GaNzeigOT78h73aI87ibksWggPUp3wN9 { top:17.8125rem;left:2.8125rem;width:42.5rem;height:3.625rem;display:none; }
#hWZS7w2TLN60Tp1Jl7c4l5t8u9t2yJSJ { width:6.125rem;height:6rem;display:none; }
#H4WZRWV68TVTDNJoOlsF1AIfh8CasGM1 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#xyDHlP3CekmCSeBapbSbTddOOTzwTV7G { display:block; }
#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 { display:none; }#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 > .row .container { width:47.75rem;position:relative;display:none; }#EzZVDVkALnmynsnH9eka53cNcshoTRpk { width:3.5rem;height:1.6875rem;display:none; }
#bB8q7VT8NA15eDCGZVc9yrFyGt9dtZoU { top:10.9375rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#ibNxHToh9OBX761JPV2aTdD6e6Qz4kse { top:1.6875rem;left:0rem;width:3.9375rem;height:1.5625rem;font-size:1.1875rem;display:none; }
#pONL6kERh851XdZMRlD1S5JT4qc4Zkq3 { top:12.5rem;left:0rem;width:15.5rem;height:2.25rem;font-size:0.875rem;display:none; }
#ghfQhl8XqB9FsW1JhSSUONGa6pH7ETqH { width:6.125rem;height:6rem;display:none; }
#fxJiKlr48fspSLQzN1l3uWyl3SafQVpt { top:17.8125rem;left:2.8125rem;width:42.5rem;height:3.625rem;display:none; }
#wPGRA32DJGFJCprQp1MixGC4EXDuneQw { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#crZr9O8dts1aHkg9i6Dt96RecMGuy07l { display:block; }
#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f { display:none; }#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f > .row .container { width:47.75rem;position:relative;display:none; }#O3eQDsOuNDoQz8KDBfwhphpXmRSeKEIu { top:19.875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.75rem;display:none; }
#FxUGNfzyMWsJHLGgo5zP8T9qtNkHHwv7 { top:12.625rem;left:0rem;width:14.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
#f2ED2qmh7rlO8d4hDsXTiuZhLanaXxmL { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#P6L41LyxV0AC77Pz79He2CvO3zmQsIAw { display:block; }
#G5gJkv7Tl3nUqwKG3U3TmT7rB4tz5i3n { top:17.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1.3125rem;display:none; }
#mSu6yEcGlIXoXIm4fwUFr6vaGiATh4JJ { top:11rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#RTu11a6pPgoQqi9kqMifLpTlzukBZHG2 { width:3.5rem;height:1.6875rem;display:none; }
#h9QWI0iXEBW6uesmIe5EEEe4h4uszcRu { top:13.4375rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.1875rem;display:none; }
#fHHHFyXtTpIm0ccHRtwKVoXQCTeWFQe1 { width:6.125rem;height:6rem;display:none; }
#WHxyogeWTeuU1fLJutH3pyLgZPM5hebW { top:17.8125rem;left:2.8125rem;width:42.5rem;height:3.625rem;display:none; }
#EVrJtqHUr4a4Fzxtomhd7vTabr1SKVIz { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#v9JtuTh1Xi2bHWRJ6BLRSAoxuFca1d24 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#M68aNbaqC86uDA1u0lFMgql45MBbEpau { display:block; }
#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 { display:none; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container { width:47.75rem;position:relative;display:none; }#Nyl4EFZTa50CLGnxS5Iz1lRmnHdS8rVk { top:1.6875rem;left:0rem;width:20rem;height:3.25rem;font-size:1.375rem;display:none; }
#QEcJloS9CHMnIhEdKTTQehrDAhQryqqx { top:6.4375rem;left:0rem;width:19.6875rem;height:1.375rem;font-size:1.1875rem;display:none; }
#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF { display:none; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container { width:47.75rem;position:relative;display:none; }#dlpwgpJ4Cmvp5pdD9Fk0kLFiTUnferpG { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#qW19hKFpdeh51KbEm3FESGnLVMRRiTc7 { display:block; }
#HwJ3PSUV5khuiRhW7liEZJpPLViUfTgD { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#oIn8Ifv3VbDhxvOnyZeGphfXCcMSAgPZ { width:;height:;display:none; }
#TTa4cOpCTTE7Bk7OazKZhRCX6fm9vB2H { display:block; }
#PngJLMF809hFNe1U0BAAWCPQnU2kX7wm { display:none; }
#csZ0KrQtuRsFFcAGFfhlNuCJ5h2OVbpF { width:12.25rem;height:32.25rem;display:none; }
#wtVSEya0aeUXXThkH9RhGhCsX5ACI21d { width:12.25rem;height:32.25rem;display:none; }
#rMvZvPCpgIeeyqBR2cap4GonVR8wDrT7 { top:9.0625rem;left:4.374267578125rem;width:9.0625rem;height:2.1875rem;font-size:1rem;display:none; }
#WlCZ6A6cGeL5zJnTX0zTfgORRrPxJnZ7 { display:none; }
#GKCenEKDlBJCXt1fX2fCktz14ldSNPq7 { top:9.0625rem;left:0rem;width:9.0625rem;height:2.1875rem;font-size:1rem;display:none; }
#gGEvq6wNU6hRLIQavTll2RKeXpLX0zyN { width:;height:;display:none; }
#GXRMIRLyMEGtWXMAwa6dCkpv1BcvTSGh { display:block; }
#aLvvLcChX6uTr1WxScIsEosdZWDptkhf { width:;height:;display:none; }
#TBbKBhqIlDZtuq8M29leUCCfWE6qMrto { display:block; }
#m8TrUWyFygKHoKpsbCdQ9oF4Ci0FWnhf { width:;height:;display:none; }
#QEsCVRVayiy3uwgozZTUKuxsTWIJJbbu { display:block; }
#daETNt5UG4bKFXVFWSmULEMASzuBsgFs { width:;height:;display:none; }
#qH2srPnyzt7C2UMlmOeTzbqA30eTaiWB { display:block; }
#mM1i0K2hoXUg3SPDvXo9XXl9inRy5Bp0 { width:12.25rem;height:32.25rem;display:none; }
#LwIsPhBfEHGJZnWfJQEZdTlaTKC3SWyk { width:0;height:0;display:none; }
#MnOF82cHNSngh6KC4yDTo0nA8NHNUy6c { display:block; }
#rJc8UcHToyoQsZiKthZVw4bacQWgh6Vx { width:;height:;display:none; }
#toQfcpw8v0wGKLoTEJOb0BTPTXZJwx95 { display:block; }
#D9XtH9MmcntkQv3Akg9GFkk3pn6H4fL2 { display:none; }
#V1XqaThTegngC794I3JvWzgd0IEUp5Ad { width:;height:;display:none; }
#Km0XuvOQWkmD9h68b0PXTwcMkUXlWwIO { display:block; }
#aLyweTGLar2gJTtd9WiUzuPqV0Ptbl1D { top:18.8125rem;left:0rem;width:9.1875rem;height:1.875rem;font-size:0.9375rem;display:none; }
#KUHSami8sT9NDv9t7Am6Wi8vWh1HfxWT { width:;height:;display:none; }
#ffBgA8hTVl7P8b1dyuXLbiA1AsgesQnN { display:block; }
#ws1FtsJ7bmxgT0TaQ89JdXaRZBqw8XQT { width:;height:;display:none; }
#hlW6TA60i1S5c9yIfB7EAvnWTZv7a9nK { display:block; }
#FeS6AfG94r42ZLvKuEPGts2onXqUOIMW { width:12.25rem;height:32.25rem;display:none; }
#KPzXa6RNXD0RhAMpXXDT8Axm1A3TARbl { width:12.25rem;height:32.25rem;display:none; }
#uhKPNdBPNTKUWJvSOwQ83d08HOTTFvRg { width:12.25rem;height:32.25rem;display:none; }
#oDVSUnhEz775hNrnJXVPxaqy33maFnFA { width:0;height:0;display:none; }
#SipEWvJAz2kdJuieVybtV6FlX1kLvUBo { display:block; }
#LSIo400fCWUzsNnDTWRq8sGz43XCvdsd { width:0;height:0;display:none; }
#wT9EJgTx5MzRm0I2C6F2Ik7cVcsG8zDb { display:block; }
#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ { display:none; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container { width:47.75rem;position:relative;display:none; }#oTqFtJuKpTk8KsdBF36SVtC8klFJQF6Q { top:3.3125rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
#ZLrASk4HgQr9BRl5fCJgwNltZZbwsnZW { width:22.1875rem;height:3.0625rem;top:37.5625rem;left:24.562393188476rem;display:none; }
#GF8gNQBrJVdKVtWR4sKivFEGDTB8gigd { top:1.875rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#bW5ZEkRpuVEP4As36OIlU968mvFLyvbU { top:24.875rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#Step2emGoT7NMO0boiqevoCpRzA3UUPi { top:11.3125rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#LASnufedCfhhVNa5y4AWnToOEye2mszm { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#R5uxO6E539b5PmApTB9ZXll85NSNUdSS { display:none; }#R5uxO6E539b5PmApTB9ZXll85NSNUdSS > .row .container { width:47.5rem;position:relative;display:none; }#IWS3iWNCTR1V7gPiTd8eyg3QmV9ciw83 { top:14.6875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.5rem;display:none; }
#D5cpFeCS0iP7WCUWrMZPC1FM1ywSTWOu { top:5.4375rem;left:15.1875rem;width:5.9375rem;height:5.9375rem;display:none; }
#tynGtM8MFJizZykw3FT4VvQLo26CG93g { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#eVMM5XSb8grCuR5xw7AadJKtcuZ4KRgQ { top:9.0625rem;left:6.375rem;width:12.5rem;height:12.5rem;display:none; }
#fTmGdsLlKWFa8UsP3EKdAA5mMmcyZvBr { width:24.75rem;height:2.75rem;top:26rem;left:0rem;display:none; }
#DzFqbSGKBeypTfGJbxrrzFr2TgDuKxVQ { display:block; }
#Qrav89AW5zQ5I10KMK7JnbKb16pwORZy { top:16.875rem;left:0rem;width:20rem;height:3.625rem;font-size:0.875rem;display:none; }
#IW91TF4c2mriyXkieRy3OQe84mTdt0eM { top:0rem;width:;height:;display:none; }
#TBJx2qCpafW1JrQZPuqXzkBiR6fnsxa8 { top:6.25rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#g4HLrZQFnryTxAHgb2KQJiONz3OSQra8 { top:25.3125rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#TCH1eE5J1M09vksPpKDGgEpZV2SMpwIw { top:28.8125rem;left:0rem;width:20rem;height:4.875rem;font-size:0.875rem;display:none; }
#B6Qwm4fWbH5cgwN0ZfTG48q5TiCXRL7W { width:26.6875rem;height:16rem;display:none; }
#ragT4hyof0HHRUyCQtpv18anFTI31MHB { width:45.9375rem;height:25.5rem;top:3.3125rem;left:1.8125rem;display:none; }
#QBDMfHkQhF5oPqT9TyBREFTduB7LALD2 { top:1.625rem;left:6.90087890625rem;width:16.1875rem;height:28.125rem;display:block; }
#gMAcKpGCeDSvp0olyTnCsGCsRVpgP4rN { top:35.3125rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1.3125rem;display:none; }
#AL7RpMrmzTlct3xge5Irlprdy5ITi9MA { width:47.25rem;height:27.75rem;top:1.3125rem;left:0.5rem;display:block; }
#H7TD38Je26vtTs8trXEM3tlC15Q2DLWe { display:block; }
#wNS7TybOS09N6dUkZzVJaSiZLEkVQ6Ft { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#auTsHruM3Pg2BtT4iMJB9XTzixWm92yx { display:block; }
#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC { display:none; }#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC > .row .container { width:47.75rem;position:relative;display:none; }#LBAssUH10ZbmVroCpmrplKRGXV8fBxnK { top:42.8125rem;left:0rem;width:8.75rem;height:0.875rem;font-size:0.75rem;display:none; }
#ER6M7uwbEkySZqTKvk02pIzTCduaBDJh { top:40.3125rem;left:0rem;width:8.8125rem;height:0.875rem;font-size:0.75rem;display:none; }
#i9wbGE51ehX0fW89epCH3ewwsdHI1HlS { top:37.6875rem;left:0rem;width:8.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#VcHJFmZqibRCPxawImeV6oOtVPEIPLyn { top:35.625rem;left:0rem;width:8.875rem;height:0.875rem;font-size:0.75rem;display:none; }
#nzcw5lJzf0FlctVFADF1S02h0DkosGDb { top:32.5rem;left:0rem;width:8.8125rem;height:0.875rem;font-size:0.75rem;display:none; }
#y4h3TdbWSt20eW4vKpBrJXeLL7vcgn3r { top:30.1875rem;left:0rem;width:8.875rem;height:0.875rem;font-size:0.75rem;display:none; }
#WAK8xs0utG5A8oH6FachnsUsuMrMAcwH { top:27.8125rem;left:0rem;width:8.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#v6ZdW72LTt1ISCCdB4J7y8WwBLwX2BlL { top:25rem;left:0rem;width:8.75rem;height:1.75rem;font-size:0.75rem;display:none; }
#bnCioZ7BZwsHuRK4G1cqI0JGka1fifRW { top:0rem;width:;height:;display:none; }
#Dwcoi4GQsHN81ix4Fd7AmbzaAUh0DZ8T { top:0rem;width:;height:;display:none; }
#MOD9hf9ZS8eMvHTc4i7nVyORE9w9gEev { top:0rem;width:;height:;display:none; }
#TgaStRedp8JNDZGvGI64c27CHloaLvSk { top:0rem;width:;height:;display:none; }
#eu9VQNUKp7VQPyvfKBTTfiHUPRavawAC { top:0rem;width:;height:;display:none; }
#LD1w4pPXwZqmoX4QW9VdT2NOeOHuVEMl { top:0rem;width:;height:;display:none; }
#s8t2ilwlFOskFH8fk3MdRwlKPPB421dV { top:0rem;width:;height:;display:none; }
#c6PQQBQXgJVWUbquTwFAwDi8O0yKlza6 { top:0rem;width:;height:;display:none; }
#Ngy2m7s2Xt1UMIFpJ7suJ3yODFscry48 { top:11.3125rem;left:2.99951171875rem;width:5.3125rem;height:1.75rem;font-size:0.6875rem;display:none; }
#ZuS7U4B5nTsZxt4h23ca0DKiVtFs4COl { top:0rem;width:;height:;display:none; }
#hsQs8CupRDx0r73kLOscU8r2DLnmduQu { top:0rem;width:;height:;display:none; }
#XQ53gvJM018g25kx7Jy88UtLb2wKTkcD { top:0rem;width:;height:;display:none; }
#Vs67sIbKT3TsmutB7yku8LqNVk752bLA { top:0rem;width:;height:;display:none; }
#yrtrqEkctQs3MlFS50P4fC6FiUkRZvFb { top:0rem;width:;height:;display:none; }
#puaXqfRc4iKFmKS2Q8R3HZSnszAZCwSx { top:21.375rem;left:8.499755859375rem;width:5.0625rem;height:2.4375rem;font-size:0.6875rem;display:none; }
#cSAOXMRMAOMazwWXwhWhhmp9UAvrbULa { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#WFAElvb3oz0D25CratDBB0qMkQ0dsEJV { display:block; }
#VfaMsdzIOXyIfHtE50UQspb5K7eTQTgM { top:21.75rem;left:0rem;width:6.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#TPsVGOXouEeW0NJU79TIdE75VTJ2Fhes { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#WqZHCM93iULSQ6qOUAC0EIqsnL8v36Zr { top:9.75rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#vb3gPxTSaPfRzTiRRx9Zt6esHoM2plmR { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
#TErGdbawJpphDukAdPBeZe2OqfxlMLRM { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
#kt1c3ZpuH9rkE4hqliJkyzFnwNW2FMiT { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#Iix06migEezWOSnBsXATpVPXEFzp6GXf { top:0rem;width:;height:;display:none; }
#TcIpFLaAZlU1JgCq0IzN1kXkCittMHX3 { top:0rem;width:;height:;display:none; }
#keIfv0FVTdiaDDHzpevLJEzHc7IwLQRE { top:0rem;width:;height:;display:none; }
#IyLdC80gqqE7sfG0iFeNe9MdUJeQ7uGQ { top:47.6875rem;left:0rem;width:20rem;height:1.25rem;font-size:1.3125rem;display:none; }
#C2FB4S6d0RrOwzUVJTTdya0Ww34vUOXl { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#w7T46yyd4JCsd4h0k1UwQqCU0wsBxxEL { display:block; }
#gWpJgdIevrD0MyQiuOxzEN1RaETQPB2y { width:2.125rem;height:2.125rem;display:none; }
#ZD58PJunT503Z9S1J1OMFTTGgv4ktUfT { width:1.25rem;height:1.875rem;display:none; }
#FzPk0oSDgX03hMlwsBAaS3uFUFlA3mXH { display:none; }
#mDPuboHeiPCmLWGFT99Xd1WkNO1yDD00 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#NQeBorqMU3rW48Pda7mhNRNkW2L5QGqV { display:block; }
#XKKT64obUlcQ6pTqhN2iUyXKkwcRV50b { display:none; }
#TzQxd7lzvixNXWa7I0Z7tgyT880e5oDJ { top:5.125rem;left:0.40625rem;width:6.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#zukbb8rco8L5EKhbybWyhkuCFhE8zVop { display:none; }
#PJlODuFOFz4JReC9t2NAITmlrG98IRB3 { width:1.25rem;height:2.5rem;display:none; }
#KRVCV2TiTfOs6u1paEQpt0qDUr6CWamH { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#Rufnt9VJsNuu1nqzCRXrmDNrtEntOwri { display:block; }
#nSJ9qHRUlIMDtMfDx4AGD3TtAMtCmefJ { top:0.9375rem;left:0rem;width:19.875rem;height:3.4375rem;font-size:1.4375rem;display:none; }
#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC { display:none; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container { width:47.75rem;position:relative;display:none; }#wvrsyW6qam6xWJV8zrfyZt9cdfwJc9kq { top:0.75rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#muermUpkxPvF7cSX8kLVhTX5fFrIEQfm { top:5.1875rem;left:0rem;width:20rem;height:3.875rem;font-size:0.875rem;display:none; }
#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP { display:none; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container { width:47.5rem;position:relative;display:none; }#JouDUGiC02i6hLhdBKBNGtATTJDZSxq9 { display:none; }
#s6UmWLQms6pQb4mUWoZ3QHla25XAye8L { width:47.75rem;height:51.1875rem;display:none; }
#VNnyPx9TFh3up9O7vTTclyw0f558MQkI { display:none; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container { width:47.75rem;position:relative;display:none; }#TrAb71OsOiSWwRLacRyef8eqqwwTs0ER { top:3.75rem;left:0rem;width:17.8125rem;height:2.0625rem;font-size:0.875rem;display:none; }
#lFddWIZXg7Qu8qm0nZavJtwU7Bv94tob { display:none; }
#bowxhaaEeFCm0QCATGzIWUTsLsQ0hGxx { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#k4DCV8lioC3v6LToiIM1UWot4Hust12O { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#yOnTTHtgrUJ9AdXJyJf40vOwHrSUpGSi { display:block; }
#OEnCUheWOoSadpubRPnnwru7JqtVhHgQ { top:2.5rem;left:0.0621337890625rem;width:13.75rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#FVL0s38kfADLMrWsUR5vcscnd0a8dJBD { top:0rem;width:;height:;display:none; }
#F8QtoG8r0TPkdMcsHs617yr1cv4UvfGT { top:0rem;width:;height:;display:none; }
#BacuHI25LF5oxEPNFvbnpRI2mocK5Rb2 { top:0rem;width:;height:;display:none; }
#t9SykADDX9kdTBodXOmTyrp9ms0gy07o { top:0rem;width:;height:;display:none; }
#EzOzaqR9mAlaAMuqDqJi1J79GfCxnKJp { top:0rem;width:;height:;display:none; }
#pKDn59RTrcAwPX490SDVffBydIFetybd { top:8.8125rem;left:0rem;width:20rem;height:1.25rem;font-size:1.3125rem;display:none; }
#sJdI7T3hTDWJRUufqFaGDLR2eUcXSknx { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#VmaiTiq9raCKHFaRDpdNTPP52tMsEDHV { display:block; }
#yufzS9RXTWiXWwduqvbwDS2deuooO68N { display:none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container { width:47.75rem;position:relative;display:none; }#Db65Wmz0eGvQQeprTdWy0XFyATh01Khc { top:3rem;left:0rem;width:20rem;height:3.875rem;font-size:1.3125rem;display:none; }
#X23t9RStMuo8mI3c8qKbyJGKP129lQVR { top:0.9375rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.5rem;display:none; }
#FsEvpAJK2dooWk43G97hh0r0f0tFfD7w { top:2.8125rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:none; }
#nJQOakhRNLPpb757ctNuURfVRVT2zqx3 { top:4.625rem;left:20.125rem;width:27.625rem;height:12.375rem;display:none; }
#VqqXS5bKsN4gL7s3iHPx3glUAbzwTvLJ { top:13.125rem;left:40.25rem;width:7.5rem;height:2.5625rem;font-size:0.875rem;display:none; }
#EmlomAxPXXTgQS2fG6gNSGkGMxCoK34W { top:13.125rem;left:33.71875rem;width:8.1875rem;height:2.5625rem;font-size:0.875rem;display:none; }
#NXhWz7XrvUsn7mDWSHGDZgNSXw7v47x5 { width:6.5625rem;height:6.25rem;top:6.6875rem;left:41.1875rem;display:none; }
#Uxe4nJOrz82T7V9bQin6fRbTQRSQPABi { width:6.5625rem;height:6.25rem;top:6.625rem;left:34.375rem;display:none; }
#hiL972LPTioNJt6exOh6WHaREW37KtlE { top:8.8125rem;left:34.3125rem;width:6.6875rem;height:2.4375rem;font-size:1.875rem;display:none; }
#AfUFXy4r734RQ4E4inHv4Sd8MDCOL3dr { top:8.875rem;left:41.0625rem;width:6.6875rem;height:2.4375rem;font-size:1.875rem;display:none; }
#dghBOJe6naGTGShabq9vVbOkxoBEuetT { width:6.375rem;height:6.0625rem;top:6.625rem;left:25.875rem;display:none; }
#uKiATcGPZcyri9wZ8JAqIfTiMeqVFMsZ { top:8.8125rem;left:25.75rem;width:6.6875rem;height:2.4375rem;font-size:1.875rem;display:none; }
#AcTcDAS6m91KKwUJOrTgRTATzGh2pw2l { top:13.125rem;left:24.46826171875rem;width:9.375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#NJSqUShJqtthI8NDrvc5miM35TpA23v3 { top:5.4375rem;left:40.875rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#IqBvRfT9y1Swp5iy6WFZsgW24S1kvr1C { top:5.375rem;left:33.312255859375rem;width:8.75rem;height:1.1875rem;font-size:0.875rem;display:none; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { top:5.3125rem;left:25.062133789062rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#HqnbwgPmxCIZovyfTm2Q2Uw5BLPggsVd { top:35.625rem;left:24.5625rem;width:23.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#BDXnrHVNsWimHE3hbiVPQ3HnoEBO7dG6 { width:23.1875rem;height:2.4375rem;top:33.0625rem;left:24.5625rem;display:none; }
#TZRgm7GtlJMiZuaAToyuE4GR6MAHcivE { display:block; }
#TG6Fx7zHcgZX771lpPOCaEJiTvU2lTEl { width:27.875rem;height:10.75rem;top:20.4375rem;left:19.875rem;display:none; }
#SJvUMtuducMJpP386xTe1T05Dz8CnlcF { top:18.3125rem;left:24.31201171875rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#W3y3OEfKhBoPkrGEH3yAgRqyuuQxM65A { top:18.3125rem;left:33.437377929688rem;width:9.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
#IxMaWFb0u84Kq78tWPRNMeRGz47U81fO { top:18.3125rem;left:38.25rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ldroDp2oKplszoSJFhAuXt28d4Fz6wqI { top:1.6875rem;left:0rem;width:28.3125rem;height:34.8125rem;display:block; }
#z3snCWn1TaioeSFD3ZhMQuROnyhuPVyK { top:33.375rem;left:24.625rem;width:23.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#PSf8JUfTmpTF9RxHNFTOsTDHPyMykhcJ { width:46.75rem;height:34.25rem;top:1.1875rem;left:0rem;display:block; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block; }
#NWqibt7iWuXSTe0ZzcwO98oT22bTEGCB { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#RsoEyadSSZU23yp0kP1dIR3NvEyJkLmg { display:block; }
#dWpQAKHDQU0daN7TNG6eK0M5Ov4Iztat { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#v5hJGvozC8mIGqazCrFKsukdJfuOwATn { display:block; }
#xR76qkufZWp1OKDH6p8x3dX70DcrobCs { display:none; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container { width:47.75rem;position:relative;display:none; }#yEln5HRBsqRzJUzN8yVWlm1Gu97yClDn { top:0.875rem;left:0rem;width:20rem;height:3.125rem;font-size:1.3125rem;display:none; }
#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv { display:none; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container { width:47.75rem;position:relative;display:none; }#tSxzOktraBvOZ4QH2hzApertpWJNfCyo { width:25rem;height:23.875rem;display:none; }
#DlfGQpmX3o3rMcPsL24fOzNsQAZDA2hC { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#G2WtmFrx8qFhCzG7MNpA3WD9vsiQPEgv { display:block; }
#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { display:none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container { width:47.75rem;position:relative;display:none; }#vTgm1NM5AVnZmS9yeqVT8u9r7ffXG4W7 { top:9.125rem;left:0rem;width:21.875rem;height:3.375rem;font-size:1.3125rem;display:none; }
#HXkGULLtaO4wPVot3GJUbJGpxo4Jr6wa { top:13.75rem;left:0rem;width:21.625rem;height:3.375rem;font-size:1.3125rem;display:none; }
#W7W7LHsraclFeCQdPbgW5U0J48CvIyps { top:18.375rem;left:0rem;width:22.5rem;height:3.375rem;font-size:1.3125rem;display:none; }
#IbrTT9eSwZ8hBlyOFJBtXLZokJ26EaKo { top:21.4375rem;left:0rem;width:27.625rem;height:10rem;display:none; }
#TKmmQ1xx27SM59ECIRqMs8CfzKTmVJl0 { top:21.4375rem;left:0rem;width:27.625rem;height:10rem;display:none; }
#yQRZeMcEBqsZqQ0rBBt96Hd3QxQTL5ep { top:11.5rem;left:0rem;width:27.625rem;height:10rem;display:none; }
#ETXCpbDhc0xPNTT9eon8r7zqVheV607T { top:9.125rem;left:0rem;width:6.6875rem;height:3.0625rem;font-size:2.375rem;display:none; }
#CbEpxTO89CpnKbIz9VdB8l7IPemBKfPD { top:18.4375rem;left:0rem;width:6.6875rem;height:3.0625rem;font-size:2.375rem;display:none; }
#UUroxUFsv0aRSGoFi5c5MNELZoQFTETM { top:13.75rem;left:0rem;width:6.6875rem;height:3.0625rem;font-size:2.375rem;display:none; }
#LE9N0aOmfrndeJNJ0119h9gkB8lgQ5XJ { top:27rem;left:0rem;width:17.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#rbylBunTixh6TDgaXgsPDPELUgJiSGfE { width:24.6875rem;height:2.4375rem;top:24.0625rem;left:0rem;display:none; }
#sLp8orZWc8abamA7nTr1vF2oH15SLPqG { display:block; }
#OcFchHwpFO8HmvCmEaGZHh6Bl2FfWZzv { width:29.8125rem;height:28.5rem;top:1.375rem;left:17.9375rem;display:none; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { top:2.625rem;left:0rem;width:25rem;height:4.4375rem;font-size:1.875rem;display:none; }
#wUTZ6yn5ODMUznaK4D83KXWw3dRnAmIV { top:18.125rem;left:0rem;width:28.1875rem;height:4rem;display:none; }
#JXKuWJ445AGObwPRz5vyc4O9OHI3KLBK { top:13.5rem;left:0rem;width:28.25rem;height:4rem;display:none; }
#w5NfWQr37AGuZr392ub4LpT6ZHe7rrtf { top:8.8125rem;left:0rem;width:28.25rem;height:4rem;display:none; }
#Mo7wREVDb1sUWudEI1ebJgEVhB27Ltm8 { top:24.375rem;left:0rem;width:24.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#gt5CzT7anVttVmauo6xbC2FEPRaw5AoQ { width:46.75rem;height:28.25rem;top:1.3125rem;left:0rem;display:block; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block; }
#mh6StdxpmGyXgAH6IzsZBiLrtSD5k7O3 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#WCNoQWfe9XEN77nO9zs9q9ZKRgxPutoX { display:block; }
#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl { display:none; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row .container { width:47.75rem;position:relative;display:none; }#aMrC2ikqsVMrfLzTwnItg1eX3aKRLAwx { top:6.6875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:none; }
#uZnD4TNWbTViVXSmkfhrB9zNHSEgKbNg { top:0.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { display:none; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container { width:47.75rem;position:relative;display:none; }#NXmVFgQoRTSzFNBTmz7Xw0aoyyizWS1W { top:1.25rem;left:0rem;width:36.4375rem;height:4.4375rem;font-size:1.875rem;display:none; }
#R4TmCXc1LntESgJpJFJFzX5p4qlH41mp { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#B9xRJktpPxCWLsweRn1WRLQy9RkPai9T { display:block; }
#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu { display:none; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row .container { width:47.75rem;position:relative;display:none; }#Uu1uU3CulBzRu6bemaQTiDhABz5NV34k { width:47.75rem;height:19.1875rem;top:0rem;left:0rem;display:none; }
#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa { display:none; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row .container { width:47.75rem;position:relative;display:none; }#P4ldfATUyTcb1PGn9dTUwvxDLwcletlP { top:0.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:none; }
#yCcNILMOKxSNKFSB0ZTT3VWecd4lmCCN { top:0.5rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu { display:none; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row .container { width:47.75rem;position:relative;display:none; }#AhQPqMEuas0nxmiJLrqiLo7hitQKlztR { top:0.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#EAcI7yrFsD0ghaqnwXzsKFWh01btkwW7 { width:4.8125rem;height:4.8125rem;top:0.1875rem;left:0rem;display:none; }
#lJvJGFbfnHOD1gUtaPd3ig2UDxo3lVuw { top:1.1875rem;left:0rem;width:47.375rem;height:3.4375rem;font-size:0.875rem;display:none; }
#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { display:none; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container { width:47.75rem;position:relative;display:none; }#EizkmIeLXTV3ctNraF46zBoI8HV0EFqH { top:0.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#ebQ4MKked9i3PJNRArEvesRGmopxEkyr { display:none; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row .container { width:47.75rem;position:relative;display:none; }#kTGxKQJgQstc7d9WPI0N7k2uKdVUObzk { width:47.75rem;height:19.1rem;top:0rem;left:0rem;display:none; }
#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL { display:none; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row .container { width:47.75rem;position:relative;display:none; }#NavZ1NV0GobtqUTDfgV6Kwn0vguvSlyQ { top:0.75rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:none; }
#TwUTLEd1AJAJF5P8pnIJi6LMsuGGI40T { top:0.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR { display:none; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row .container { width:47.75rem;position:relative;display:none; }#GxmWSTZksERcPMWcbCJGqTpWfsA27PZH { top:9.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
#GowfIN3bwhBewSbvUixp2bvflW8gT3FL { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:none; }
#TeVhblrAAIX1MqGZTK4spL1t4yM5l97L { width:5.8125rem;height:5.8125rem;top:8rem;left:0rem;display:none; }
#Z7IFBLyn5F1n3QOFDIEI1TCVqbPx3iNl { width:5rem;height:5rem;top:1.3125rem;left:0rem;display:none; }
#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc { display:none; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row .container { width:47.75rem;position:relative;display:none; }#ro9bGsv12SNCtZopqPzTvRy9Rm3yt5Qd { top:0.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr { display:none; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row .container { width:47.75rem;position:relative;display:none; }#JEtCUq9eE11l6lwCg5ihACfe4mexahRg { width:47.75rem;height:19.1rem;top:0rem;left:0rem;display:none; }
#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU { display:none; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row .container { width:47.75rem;position:relative;display:none; }#mdfqVViytVvA0IoWzCmJyQOzfygTV3Fz { top:0.75rem;left:0rem;width:37.8125rem;height:2.375rem;font-size:1.875rem;display:none; }
#TcmF4eNCELXTGZdSvUG9GLdgqThWG4QV { top:0.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN { display:none; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row .container { width:47.75rem;position:relative;display:none; }#qznFnBmeAdon4Mvb8gOaVPqdv4fSJD2L { top:7.3125rem;left:2.12451171875rem;width:41.5625rem;height:1.6875rem;font-size:0.875rem;display:none; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:none; }
#GTqLwSoLI0q1TzOpyIxIAv06wSHeumuv { width:4.875rem;height:4.875rem;top:0rem;left:0rem;display:none; }
#zb66g1NXrMx4I4uT0a62o0QtEtRXyEQD { width:6rem;height:6rem;top:5.3125rem;left:0rem;display:none; }
#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg { display:none; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row .container { width:47.75rem;position:relative;display:none; }#gIlEXc0cumWFJbMGOL91wGXHVS6riA8C { top:0.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX { display:none; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row .container { width:47.75rem;position:relative;display:none; }#Nc9G1Xs2p4IXuoIgbqoOWlgM8xToTGvE { width:47.75rem;height:19.154885057471rem;top:0rem;left:0rem;display:none; }
#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu { display:none; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row .container { width:47.75rem;position:relative;display:none; }#MTOkiDMZEWGI4lLWC9JsCQcUZGMXlVEW { top:0.75rem;left:0rem;width:32.25rem;height:2.375rem;font-size:1.875rem;display:none; }
#E1HksJFE5Te2DPRGFbhAmKcgs5GMiJcS { top:0.4375rem;left:44.625rem;width:2.5rem;height:2.5rem;display:none; }
#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr { display:none; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row .container { width:47.75rem;position:relative;display:none; }#vfpWTiGeX8b2dfmyyVbdpmE43C9f0wts { top:12.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
#KdrCt8a2L8VxGU8EAIVFpBuLMmpWoBmP { top:8.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
#WREOJiN7xiaUC0zUQfCgSMDNaL0xp3bU { top:4.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
#HDp0UXpfSSAipulm1q9KFZm6CXhMezkM { top:1.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
#MpqlM4BtCt7GRvGNBBrIQx412NiLqbT8 { width:4.9375rem;height:4.9375rem;top:11.0625rem;left:0rem;display:none; }
#ubm1K8cGRbmFhP3UeJczoqUruZNI2H2I { width:5rem;height:5rem;top:6.75rem;left:0rem;display:none; }
#FoOwc2ZCpLFvBZ5xa8563NeZ30qyg6ny { width:5rem;height:5rem;top:2.875rem;left:0rem;display:none; }
#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg { display:none; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row .container { width:47.75rem;position:relative;display:none; }#SmfpkxTd16OkL8nskPRcKhfAxeKmZW6H { top:3.125rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
#ZuiIfW3kolopiJiUH9ek20DoFaOKhPTd { width:27.5625rem;height:2.375rem;top:10rem;left:20.1875rem;display:none; }
#fIfHc7SfJDEAvTu7aQSv2BSqUH3ds4Fv { display:block; }
#WE4ZBOPRVmrUOFxwaAZ026dM8rdQ4cIR { top:2.8125rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.875rem;display:none; }
#BtwvI12K6T7JGA3yC6vz8orunTrHcq8T { top:0.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#ItA2qmTqvXsxDHiNsTB8d5Z9P7edT0yc { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#NGCxuCxt0vBt5ob0O3ulf7TnooSbTLKn { display:block; }
#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr { display:none; }#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr > .row .container { width:47.75rem;position:relative;display:none; }#afm3q22TEP8llNSRkfmSMiT0TQ2pgm1R { top:0.75rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.5625rem;display:none; }
#sxgOeXIi9kydTd2pUx9Kyhpf6J9p9iTS { top:2.875rem;left:0rem;width:20rem;height:1.9375rem;font-size:0.9375rem;display:none; }
#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA { display:none; }#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA > .row .container { width:47.75rem;position:relative;display:none; }#EvhB4MknaZLFmOVdpuHoAUCwEhKWbsvo { top:13.625rem;left:0rem;width:20rem;height:2.75rem;font-size:0.9375rem;display:none; }
#CrdCqaGZgCV8KpyvqUpJVcuS0Bc4g0bO { top:14.0625rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.3125rem;display:none; }
#pwJ8XT4p34JCbx4V2X7L9Ratt2ZeeFHF { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#fy5L7OczrSF0IXmwxfHk8WORcOg0x9oy { display:block; }
#eCdL13UG87z8kvgqO00plC3WqJ6O62Bl { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#BUySpu8BTSDmCN0PuuqtyOXEgvTXFZnO { top:19.5625rem;left:0rem;width:16.5625rem;height:1.3125rem;font-size:0.9375rem;display:none; }
#UX2XdAfKkXwQspqSb3oyfJ9MgzynmmdN { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#QVtW9lvZk8JvQIDhPxT981TmZaephCiM { top:4rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#MmndvZFyZ8WlrI1TDnNp5rFvNBUd156m { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#bbAdPEIGy8JgBvaEkqTJJNAAbGgpakZr { top:5.875rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#MkQfWvdRMQeLVBhugntK5RBBrIQmOnJ0 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#izy6L0VSsT7VoRaShfZBQanEcWitUiLf { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#BI26HEu4TdaAqrIJw01SyWKMzxMyO2HS { top:7.75rem;left:0rem;width:16.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#B9hlLTanGpZ6pcHMrLQ9qv4PTppM2NPe { top:0rem;width:;height:;display:none; }
#HK74tfyMF1T42kPW7gTb4cG089AupOLm { top:0rem;width:;height:;display:none; }
#lFurZtSlld7SfF3ABM9Qzptd4avDzC8s { top:0rem;width:;height:;display:none; }
#veeJgeIF4mCycE6t1TMM50cyIHGLsre0 { top:0rem;width:;height:;display:none; }
#boRfkpllLfK0EECE4W3KHcTfDCon6plu { width:25rem;height:19.5625rem;display:none; }
#TTwiWpFufRTIwI99FCDQ02g9684mythI { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT { display:none; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row .container { width:47.75rem;position:relative;display:none; }#oZHmq9GxHu2kcLTpvxv70kILHP6uOc2J { top:7.1875rem;left:0rem;width:28.875rem;height:28.125rem;display:none; }
#Ps4SbeTBrX233gV9wKgamQsEEkm52zoJ { width:28.375rem;height:2.4375rem;top:24.5rem;left:19.375rem;display:none; }
#z43LTcPKXCwfpMnRUzCDytw6RfRJ4T5M { display:block; }
#J81BUKofOGUQSqSTg6hHei1yaTBEIVUg { top:3.9375rem;left:0rem;width:30.3125rem;height:3.125rem;font-size:2.625rem;display:none; }
#dyKRTurbTbxlSzEXKRVbKL2o4hQrruOD { top:1rem;left:0rem;width:28.125rem;height:3rem;font-size:2.5rem;display:none; }
#ulwoA3n3b026fbtaTTDKGzwSBlKUeNGU { top:23.875rem;left:19rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:none; }
#Z6PiKyWFzAAoDV4NtEAJKhiig1TiEbyB { top:8.1875rem;left:23.0625rem;width:5.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
#iHw6MSt8TBIVvyqycVdTX4FIw2fXUrhv { width:16.3125rem;height:2.6875rem;top:26.125rem;left:31.4375rem;display:none; }
#N7RcKb64Ntx8T6DrqAZVcAgTb8wUhFAT { display:block; }
#agqal8PS4wpeHM5XW9mGFBRuSADJtZt8 { width:16.625rem;height:3.8125rem;top:25.625rem;left:31.125rem;display:none; }
#sP5brxE0aoVdLxk5Xy5C8wtHGfrZhGAc { display:block; }
#gqc2Zio0hvG73egtxuJxTVJGFA8IahRJ { width:27.625rem;height:2.625rem;top:32.875rem;left:20.125rem;display:none; }
#T1OH1xqnn94LRM16Us48ZJxs8UVi6GJJ { display:block; }
#PM8GsVKXEkQ9dcDGx8cgaRIe2dCChaqS { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#rzKurLLF1HaDbSVUeW6WBTnTow2RzKuu { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#xDK1oMhPzMWSGWOO2glMKZg2PMB6vq3y { top:19.5rem;left:21.0625rem;width:26.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#Qzi2aIHbbEFhfTdTDoBL0ToBUSxkofMt { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#weiZZTMl4N7XTIGgr6J5JZqAg8zdJyFb { top:24.875rem;left:20.6875rem;width:27.0625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
#DeXZz2IClArgu5GvHtEeCRFm0srST9xc { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#lK9OytyJowoPgN6v7alPOkbweNu7GUT7 { top:27.6875rem;left:21.0625rem;width:26.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#cbTsgaCNbkObK4AUD9TmHHW0zN3lkAML { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#XC7bfiUB8qQssi6468owGkiRzMrmnTU4 { top:22.3125rem;left:21.0625rem;width:26.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#Z4rkFEIOKz3tTBHMay1XEQDwHPWZKF36 { top:12.5625rem;left:20.6875rem;width:27.0625rem;height:3.375rem;font-size:1.3125rem;display:none; }
#JnWT7RMU5lnm6T8SfvittVMdawUKiGyO { top:8.25rem;left:17.3125rem;width:30.4375rem;height:2.3125rem;font-size:1.8125rem;display:none; }
#SGUt4NPzBUCvBMdldv8VLc1CSiguSzNC { top:19.8125rem;left:24.5625rem;width:1.25rem;height:1.25rem;display:none; }
#vQTzpnfU46atV6oH8NnCgMI7ZX0MmofW { top:22.5rem;left:24.5625rem;width:1.25rem;height:1.25rem;display:none; }
#f42Z1cfPdah5rLT0PAS11oNVGrxScucn { top:25.1875rem;left:24.5625rem;width:1.25rem;height:1.25rem;display:none; }
#d4t1b2kqCtrPfTEN74HLlh4MO32wgxtp { top:27.875rem;left:24.5625rem;width:1.25rem;height:1.25rem;display:none; }
#dcDkPsfdEyrFJdToSaOTUK5sQQqUdXt2 { top:33.3125rem;left:23.0625rem;width:24.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#er4Qsh5mlurDew2KdGrQnJfq6yzbp1dc { top:18.4375rem;left:17.6875rem;width:30.0625rem;height:12.125rem;display:none; }
#zBMwdTeIarl4yTihA0ZCox3EoiiHEz5y { width:27.875rem;height:34.125rem;top:1.875rem;left:0rem;display:block; }
#FnUdMw73KRdEXDlv6gwpS9JpURo4qnTQ { display:block; }
#OPOlOf0P4XO8rKCudaMRL6isKfiITDH6 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#izFx1RO0zf9khLzotZXuEwiNWEly5Syg { display:block; }
#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT { display:none; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row .container { width:47.75rem;position:relative;display:none; }#aJsGzcV7MBSSIbcqCwVxLgtTNL7otU6W { top:6.6875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:none; }
#B8s1yQitq8AzNPZp881PG3Rp9aCfgCic { top:0.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE { display:none; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row .container { width:47.75rem;position:relative;display:none; }#vwHhk4dcXeLCef7BlFdRMqQzoydfDZnb { top:0.9375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:none; }
#uPe5CN7toamW1OyxqboddAoUlxIzMVqD { display:block; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row .container { width:47.75rem;position:relative;display:block; }#LirR0CkLWVPbndvTyaMp36g1z7hfgOzw { width:10.625rem;height:13.6875rem;top:3.9375rem;left:0rem;display:none; }
#HBVezkgiqs8BVolKldmUaEgraLbrKTce { width:2.1875rem;height:2.1875rem;top:3.625rem;left:0rem;display:none; }
#PkIRe4N2KTJ9QlyvveoM6mkJk23ToJEU { top:3.625rem;left:11.0625rem;width:12.8125rem;height:3.125rem;font-size:1.3125rem;display:none; }
#TioETCCsFnDOz3cNvTuB1R7ZUQLUHMIo { top:1.375rem;left:5.75rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#xZI2wAOCibQ2RyhrIIUpcUZT2Nkxe3il { width:18.125rem;height:2rem;top:1.1875rem;left:5.75rem;display:none; }
#I7PdaWUopTM5XbzeJDFmJwWZEDGuKAN0 { display:block; }
#zfuCKh6kbkeL600UiEDhQGeFHgAoNzh9 { width:13.125rem;height:2.4375rem;top:15.25rem;left:10.75rem;display:none; }
#iFIXxywKkEPmgRZpcqdmKeJneRk7mTsq { display:block; }
#EtpT12RvUXMhwqriTHMhDBixO5N9IRxb { width:5.5rem;height:2rem;top:12.75rem;left:11.5rem;display:none; }
#mTsGI8ppsKMQs7GrRdwGL2V76iiyawSO { display:block; }
#lXGsHqyXIMxiVz6FSdeVqEWuEJJpVIfc { top:3.1875rem;left:0rem;width:29.5625rem;height:15.125rem;display:block; }
#nZ5gZFSeWdxkZ3zc0hy2KlNno39Zm7EC { top:7.875rem;left:10.75rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#bSXH7DaBlhOWCVxopOGdLr2pNiO4GCMr { top:9.1875rem;left:10.75rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#WImxOAwaJnhUBe32akeIp3ArTlm3SrxG { top:10.5rem;left:10.75rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#xaN6yguJMIkZr2VqgvBgPkSmmdclTNAa { width:13.125rem;height:2.4375rem;top:15.1875rem;left:34.625rem;display:none; }
#WQfrR9TefArrT5yIUOgcrQBGzsphd6To { display:block; }
#BC4uTFkM7Z0eRFBXJoCxWuaX8SWfKRkP { top:3.125rem;left:18.25rem;width:29.375rem;height:15.25rem;display:block; }
#CGywy9ADq502v7oTSuX9gsqNvGBtJLQy { width:4.8125rem;height:2rem;top:12.625rem;left:34.8125rem;display:none; }
#wPpk4qK2b6KWACRMACLSP1dTbKEiA7hW { display:block; }
#xbm5TzfR27pTR6DVlsgACAgT4gUqgduR { top:9.5rem;left:34.625rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#J4lpiVRg4aJxSnTwT5oG0yNzNTFZrmGD { top:8.4375rem;left:34.625rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#WhNNNAqDuSWJ3W5ncZDfdxubUFEzF5z2 { top:7.25rem;left:34.625rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#AMdZLfcSyZp4TuTWOEKzX7zHTRc49MFl { top:3.5rem;left:32rem;width:15.75rem;height:3.125rem;font-size:1.3125rem;display:none; }
#RxmHpVF7Ks09DcnZT00gCztTNTn0TBCM { width:2.1875rem;height:2.1875rem;top:3.5625rem;left:23.875rem;display:none; }
#aFhMPlw0RonwThGnQcK5TF5OJzhqJq7X { top:1.3125rem;left:29.625rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:none; }
#MRn8UvBvc0Aln7IwR2E1i8q7oGieUWn1 { width:18.125rem;height:2rem;top:1.125rem;left:29.625rem;display:none; }
#eiVy9QtA04NfnuxxlqHucynSQvdQLLyh { display:block; }
#VlsnJdZMCPWKMPVE1hdzelPQ8ewTrkHT { top:10.6875rem;left:34.625rem;width:13.125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#J0dauIqqykW5rqCpeMdCvFcFk6uMmk3E { width:10.3125rem;height:14.0625rem;top:3.75rem;left:23.875rem;display:none; }
#ZTBhR4dVG06xU87BdgKHcuagKUefn9wl { width:29.625rem;height:18.5625rem;top:0.75rem;left:0rem;display:block; }
#ei4zdkMZ3g8GiutUf2qzNwGxWgRQ0RNi { display:block; }
#ShtrpImRMloTCxXIwvH9eSuxRidvOf3n { width:29rem;height:18.3125rem;top:0.875rem;left:18.75rem;display:block; }
#kWya8bXUDVXol2M8V4xO2Qs5DNDTDDEc { display:block; }
#dZRToWbHTm7qktJ9Kc6D96ylyXHb1eKt { top:12.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.1875rem;display:none; }
#L17QMs3qzhesI9ss9dka6H7n4yheeDHi { top:12.625rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.1875rem;display:none; }
#Xz7afI6Awr62qHXEyhV587pqGegAg14t { display:none; }#Xz7afI6Awr62qHXEyhV587pqGegAg14t > .row .container { width:47.75rem;position:relative;display:none; }#kwTaJkZ152FsqLneA2fUsOFZw8I2Ltxl { top:5.9375rem;left:0rem;width:18.3125rem;height:1rem;font-size:0.75rem;display:none; }
#agxugVb065tZgoJbkCfSaOcUZS9JO8TT { display:none; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container { width:47.75rem;position:relative;display:none; }#bp7sEsfiddfeJDyXiH3nbkc4tQQOrZ8y { top:1.5625rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh { display:none; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container { width:47.75rem;position:relative;display:none; }#TQ1CnQfT9DRUeeGxp7DXHhCTTyeFcxRH { top:5.5625rem;left:5rem;width:5.0625rem;height:1.375rem;display:none; }
#NpBg5J1KtgCrpHqiInqQF4TfwJHRmE0w { top:0.625rem;left:0rem;width:4.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
#ce0nBTBd3fDA9SM0TrvaPn94TNKkRKo4 { top:0.625rem;left:4.4365234375rem;width:8.125rem;height:0.875rem;font-size:0.6875rem;display:none; }
#iPlbR1HOh3yfTzI1Ows9fgFpo7zGSPNa { top:16.4375rem;left:0rem;width:14.1875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#zmb5qILNnsT7hDcJQncZTR5JUsB4r5tw { top:19.875rem;left:0rem;width:17.6875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
#JksJVxlmyReRQoZwhLBgsfEQnTrgRHhg { top:15.0625rem;left:0rem;width:5rem;height:1.125rem;font-size:0.9375rem;display:none; }
#SNpD9z6xCunrnBTPzmEoSuTEM2PC4hzR { width:6.0625rem;height:1.8125rem;top:18.0625rem;left:8.2566184997556rem;display:none; }
#XsbmpGwZPXu7xZ9Xc7nnpt6y4wqlqUzh { width:9.8125rem;height:6.0625rem;top:5.125rem;left:0rem;display:none; }
#KBxqmoZndpILlTrSKxVJakvISV0KsRET { top:4.3125rem;left:0rem;width:21rem;height:33.25rem;display:block; }
#JzlURJFKzte7rX3nTSh1GhZNNGigQuGh { top:22.625rem;left:0rem;width:20.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
#w7MOpTQP0HVyFTfzdxEU45TNR6IliHrt { top:13.9375rem;left:0rem;width:26.0625rem;height:6.8125rem;display:none; }
#bc6uNdGrAkgdE2t5eTipDGZopqmZ737K { width:39.125rem;height:37.875rem;display:none; }
#Q8FN2KWiGtixwNI0e136aE0fEdGEBm32 { width:6.125rem;height:6rem;display:none; }
#oyy0nT44ZRbtGtMRx3Mc3eM1sTamiuJS { top:17.9375rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:1.125rem;display:none; }
#cZocaQrpPBHDhJU5Axq9K25UVgspZExr { top:23.75rem;left:0rem;width:19.375rem;height:4.5rem;font-size:0.8125rem;display:none; }
#XG2vEQPbv6VvJM04w83LVvLPrgGaKBUe { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#rfdqKB8wTkN9M1TD5dl7x6JqAJTlTWtM { display:block; }
#iTH7n6XmuH5fa6nL0OCTmOqQ8R2U1nGX { top:0rem;width:;height:;display:none; }
#H1ng77mVJTFn2T2dDWxtvJz4v9q0JBT6 { top:0rem;width:;height:;display:none; }
#BMhDBVOAaFeI1dQm7Hk4bzAENL7tmo0Z { top:0rem;width:;height:;display:none; }
#omIH05flA5M9tcUyAbfy1PTO7Veg46nB { top:0rem;width:;height:;display:none; }
#XXfvQCvvOyu9nt3wbDhn3tPU4A6oZ43m { top:0rem;width:;height:;display:none; }
#HEi86sA1wm35qeIwApzQBI9HBnTOLSvq { top:5.5625rem;left:5rem;width:5.0625rem;height:1.375rem;display:none; }
#GoaBDfJDTSiOtMFpaUklp5BPqbrSTWF0 { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#d6yfDAgmg6920PwTHUiK3RVuqLkVJkTA { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#s7iDhTEinvZqXZrBt07Jpmn62foG1ldx { top:30.125rem;left:0rem;width:20rem;height:1.25rem;font-size:1.3125rem;display:none; }
#k1ix4GF6wN0BJN77T1UZHn9QLJcGbFG8 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#vo4RSOLchEwEww0JODfCAdamliUIF2kb { display:block; }
#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA { display:none; }#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA > .row .container { width:47.75rem;position:relative;display:none; }#davI1aEHvTOT4MlLCMXaw9MQ40ldqNox { top:1.375rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#Sby4ATPZClPNr6KhmBPwTHGDyPpXzQnx { top:3.25rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#db1mPvSne5q7nlkkvyq0cVtbXgbgEBBy { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#VUJ98bT716PAvU4oXzcDBuKMzAmXzkku { display:block; }
#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH { display:none; }#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH > .row .container { width:47.75rem;position:relative;display:none; }#HF6mbNFWi5tNJdv4M6C1n1ZUHwP8odU1 { width:6.6875rem;height:7.9375rem;display:none; }
#bA5OPuKe5W6vU2b66rfGGPXLT4UWLxkr { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#MfvippJswKACluAFZLPfCxUTSFztbhzb { display:block; }
#UhW8aWLCeouXKAzR6hrWooh2zMgil41S { display:none; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container { width:47.75rem;position:relative;display:none; }#Z99nDNel9DhaArZpRiBn0WrnR6wMUUPl { width:7rem;height:5.5625rem;display:none; }
#yMzJUu3E665vihsVi2kiiTUxVR5bkm6I { top:1.9375rem;left:2.811767578125rem;width:11rem;height:4.5rem;font-size:0.875rem;display:none; }
#z7xgIn4Wo56tmyd6yoATdoiTdTbHqCJX { top:0rem;width:;height:;display:none; }
#sCbNoGuouIWXkii59oArA3qqRksfSPWO { display:none; }
#y9GWilNMgcdtstgBaWaS3MSkyBaNKq82 { top:9.8125rem;left:2.811767578125rem;width:11rem;height:4.5rem;font-size:0.875rem;display:none; }
#SGXkpJW3CwC3KqoXN7DPPCE0l63Q54iI { display:none; }
#fQ8ytzbHMTPO7QB6lO8ycaP3x1pxiC92 { width:7rem;height:5.5625rem;display:none; }
#HZMWKXmRurr1IITBivCLeThliLq7NzQ1 { top:0rem;width:;height:;display:none; }
#I7XZuHCWtkprBysC2HPVWl4wqyil5lTQ { top:17.8125rem;left:2.811767578125rem;width:11rem;height:5.6875rem;font-size:0.875rem;display:none; }
#B1wWTfSacxRTtdIQuOc08694xuFN5O9N { width:7rem;height:5.5625rem;display:none; }
#dOApI1VoxOyqpEfGvfIWDlK4Hr1sDEz3 { top:0rem;width:;height:;display:none; }
#gyXyNT5Sr9Jb0TIs0IJshoeMHUGLTcHa { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#CwS2IE89lWenGCeKWmAIyVS0po7Lcund { display:block; }
#fe9t0fTP344JmSaxxx8WRfTvqioJOzkt { top:28.875rem;left:0rem;width:20rem;height:1.75rem;font-size:0.75rem;display:none; }
#MBXAqZJ7fCw6rtClkwAiW2EzJgPmfN0E { top:26.25rem;left:0rem;width:20rem;height:1.25rem;font-size:1.3125rem;display:none; }
#GUAOkOph7Thuw1mJumqgHl1cvPnhoo7u { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#O4cCiDpeeTiDNuQuGT87uxzX3F4mVtkW { display:block; }
#UleD13ctu2trWh7TJIC6b0FV7vslovFd { display:none; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container { width:47.75rem;position:relative;display:none; }#JsOBTXFQOm6oSJWWq4f7UI3NBew5sgIH { top:1.5625rem;left:6.6875rem;width:3.75rem;height:1.3125rem;font-size:0.625rem;display:none; }
#FDiLtyAy4U3hM4pVxzeCVG9DkDSbTsFP { top:0rem;width:;height:;display:none; }
#JX8KwTwSuBFetsr9KHTKe8c46WDZnodx { top:1.5625rem;left:0.187255859375rem;width:4.375rem;height:1.3125rem;font-size:0.625rem;display:none; }
#MvBxIsZMebSRRn4uMVUVVHpKmbLloe6W { top:0rem;width:;height:;display:none; }
#SQZ0F0nD5QuUr4pKIdmgGMZW0fv5EzqH { top:1.5625rem;left:11.75rem;width:4.125rem;height:1.3125rem;font-size:0.625rem;display:none; }
#eEK4wnTvywktsAF3RMiJbxkIQkhFc928 { width:6.375rem;height:6.375rem;display:none; }
#u2QR1CgZkJfqk5srb7b3owVqnduviyvK { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#VdzSZ8KCtgeGCQTBmnZwHp8byJOTqgKL { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#fxh9TgxfVEnxrdkENdV45z920tNItuZx { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#bBzPPzHvwBvFAzFoXDkxc8g1PWUWm8t1 { display:block; }
#IImCVXgd8nmc7sT9pa91QusLck1VZfyB { display:none; }#IImCVXgd8nmc7sT9pa91QusLck1VZfyB > .row .container { width:47.75rem;position:relative;display:none; }#G6JHVuv2HEFAPx5Nn6ABGrFavobT91X4 { top:1rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.25rem;display:none; }
#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 { display:none; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container { width:47.75rem;position:relative;display:none; }#QyDFsWTflWn9xzMV1dJZVe83d4eD96KI { top:0.1875rem;left:0rem;width:19.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
#fTe4nPyIqsQqxJCH0we5WguhynBDmMNP { display:none; }
#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe { display:none; }#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe > .row .container { width:47.75rem;position:relative;display:none; }#ZVrdL8pmxZF5FNB28lPXQXiEuEHr9E2X { top:0.9375rem;left:0rem;width:20rem;height:9.75rem;font-size:0.875rem;display:none; }
#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 { top:13.875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 li:before{  }
#Nqg11abZ9f99cd6xL3CiGGFp1fFboCpL { top:21.6875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.75rem;display:none; }
#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt { display:none; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt > .row .container { width:47.75rem;position:relative;display:none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa { display:none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container { width:47.75rem;position:relative;display:none; }#x0PX4m0vT1avNgzT6KeNBzo5mm9Ls6nf { top:0.125rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#Uw36KdUebvNoIDItGDCEyqMTZaK2q0Ge { display:none; }
#KNBvuVtItuCLGRynBETPchbGorLy7eAG { display:none; }#KNBvuVtItuCLGRynBETPchbGorLy7eAG > .row .container { width:47.75rem;position:relative;display:none; }#HBk7o4T1Rt58ys2gGS1C3VzESznDiDtc { top:0.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.875rem;display:none; }
#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu { display:none; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu > .row .container { width:47.75rem;position:relative;display:none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n { display:none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container { width:47.75rem;position:relative;display:none; }#v2L5QbkfrGqKXLToDbNE2VWZnfQssTyO { top:0.0625rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#QGEbh3LVPTiPS9e32zkSFNTD2VhigWag { display:none; }
#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd { display:none; }#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd > .row .container { width:47.75rem;position:relative;display:none; }#eOXopQvic8NKLUSwDtOPVwOcTESgLau3 { top:0.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:0.875rem;display:none; }
#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b { display:none; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b > .row .container { width:47.75rem;position:relative;display:none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 { display:none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container { width:47.75rem;position:relative;display:none; }#yTBHmgWRKT8CZN71mEIZoKQ7NMDZxb4S { top:0.0625rem;left:0rem;width:14.5rem;height:2.25rem;font-size:0.875rem;display:none; }
#gs64kwWJ7SGUzKA9kVv55mv1ddXiRy7r { display:none; }
#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 { display:none; }#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 > .row .container { width:47.75rem;position:relative;display:none; }#Lrxy6fsRHQTgi5pAJbEcA5prEFCFXN7D { top:0.9375rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.875rem;display:none; }
#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 { display:none; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 > .row .container { width:47.75rem;position:relative;display:none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl { display:none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container { width:47.75rem;position:relative;display:none; }#BSEZ4wC4u6IqtcPfeI32VuyLuil04lN5 { top:0.0625rem;left:0rem;width:19.25rem;height:2.25rem;font-size:0.875rem;display:none; }
#mvsPX6ghQLTHBKyZiFOqZgvebTQh0iAT { display:none; }
#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD { display:none; }#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD > .row .container { width:47.75rem;position:relative;display:none; }#BMlxGOwE2i90g1NTxLM4GWCxsBLPXsKT { top:0.9375rem;left:0rem;width:20rem;height:6.0625rem;font-size:0.875rem;display:none; }
#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo { display:none; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo > .row .container { width:47.75rem;position:relative;display:none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E { display:none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container { width:47.75rem;position:relative;display:none; }#EnMTCE4AQOQmIb0UiL3XO3ZqvLgUlN7r { top:0.0625rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#CAlnGR6uJvhUE1tUlqP496h7WpchVsvG { display:none; }
#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU { display:none; }#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU > .row .container { width:47.75rem;position:relative;display:none; }#dfsTLauzaQ28dkw4ei0ZMQn2OuHbGSde { top:0.9375rem;left:0rem;width:20rem;height:9.75rem;font-size:0.875rem;display:none; }
#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ { display:none; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ > .row .container { width:47.75rem;position:relative;display:none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey { display:none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container { width:47.75rem;position:relative;display:none; }#x7trVGiBft9TlRSJDR29Mb5bHkC4O5LN { top:0.0625rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#yU6PAV0AFr0sNBEI3hvZh0eS8F6QUiwW { display:none; }
#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL { display:none; }#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL > .row .container { width:47.75rem;position:relative;display:none; }#ghMTblfDDMsHE9or6xCGe9sRX0MMBoyJ { top:0.9375rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.875rem;display:none; }
#cnTLymDLzsLlT4v4m5duboExb25feB7G { display:none; }#cnTLymDLzsLlT4v4m5duboExb25feB7G > .row .container { width:47.75rem;position:relative;display:none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev { display:none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container { width:47.75rem;position:relative;display:none; }#HIUIyMwEtb8TtWWoNqlf9ZME3MlqphOe { top:0.0625rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#pPmsdtRW1iCpb8pezvSvNi6F0rxpxeff { display:none; }
#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF { display:none; }#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF > .row .container { width:47.75rem;position:relative;display:none; }#CsslihFA6FCHybSNW3pA6lhitQQOJhy7 { top:0.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:0.875rem;display:none; }
#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh { display:none; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh > .row .container { width:47.75rem;position:relative;display:none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt { display:none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container { width:47.75rem;position:relative;display:none; }#JZoP6vbvq2gvOMSeFiPlwdOgLrRaxcTt { top:0.0625rem;left:0rem;width:17.625rem;height:1.125rem;font-size:0.875rem;display:none; }
#LLJzhDgr4wClnKNt5iBpmbosWP9T6AEy { display:none; }
#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA { display:none; }#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA > .row .container { width:47.75rem;position:relative;display:none; }#EDB19zJBtco8LXQdPZqqPDZ9FTSxWB3T { top:0.9375rem;left:0rem;width:20rem;height:8.5625rem;font-size:0.875rem;display:none; }
#INC2yewXoSTHxlN44eUh24ElZAB49aQq { display:none; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq > .row .container { width:47.75rem;position:relative;display:none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 { display:none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container { width:47.75rem;position:relative;display:none; }#wO8Ef4f5h66mMrTBfkwtTakyUg8aIrza { top:0.0625rem;left:0rem;width:18.3125rem;height:2.25rem;font-size:0.875rem;display:none; }
#mn9P1aZHpvhvaWLg6xHITJ1SynVkzP0P { display:none; }
#WxF3kl1aNpNJIhquRrENPPZhlN42levk { display:none; }#WxF3kl1aNpNJIhquRrENPPZhlN42levk > .row .container { width:47.75rem;position:relative;display:none; }#BwCf2VLnOy9BrMXXWFRVsXLtnwrmyvMg { top:0.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:0.875rem;display:none; }
#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 { display:none; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 > .row .container { width:47.75rem;position:relative;display:none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk { display:none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container { width:47.75rem;position:relative;display:none; }#MTEwAKJ0bRx7gOcvTM0ZsQD99PIN5RpF { top:0.3125rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
#XtWRfEKtDIo1k3rTsZSFCshbZTc6Wkat { display:none; }
#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH { display:none; }#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH > .row .container { width:47.75rem;position:relative;display:none; }#sULLzJesTJNShSSl9KF1Hr1VdwP4prrP { top:0.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:0.875rem;display:none; }
#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u { display:none; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u > .row .container { width:47.75rem;position:relative;display:none; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE { display:none; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE > .row .container { width:47.75rem;position:relative;display:none; }#Ci8dXO8vRP8SmgAWi2KLqVAkoKQxF9Xf { top:1.0625rem;left:0rem;width:20rem;height:3.25rem;font-size:1.375rem;display:none; }
#MpbsEenOcVPGewZH9Oykt212tRmxfmHL { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#LR7sBEOfJuE0ukasF5u3OPIwnABOU0ik { display:block; }
#iDOImF9ivMImARg26E3ECklHFyiQZy0l { display:none; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row .container { width:47.75rem;position:relative;display:none; }#SfC0QF2Wr5v4lc3GHJyDApqzo7uLIVkU { top:6.6875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:none; }
#sUHfzimeBVA4E1gID5KT2Kz9nV0qwbOH { top:0.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { display:none; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row .container { width:47.75rem;position:relative;display:none; }#VEB5saKmndC4WUNo0IGnql0LNtscbwEL { top:20.5625rem;left:19.9375rem;width:27.8125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#oQEpnxIN9iJuRh8GlVp3seUXhG8IFnEP { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#OuL0g9gSTDuXPAXvEAwfOBswWOQygA0D { display:block; }
#UTI4lTdwUBbwqmrlJSRfcZsoOcLS4eUF { width:29.375rem;height:28.0625rem;display:none; }
#CJVgi0h1TGxsboD57pOZeAvBVFOu3MW5 { top:17.6875rem;left:23.0625rem;width:24.6875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { top:7.75rem;left:19.875rem;width:27.8125rem;height:4.6875rem;font-size:1.6875rem;display:none; }
#szSkOKtl3AORytd95EvAffWNVunw9vSq { width:46.75rem;height:32.625rem;top:1.125rem;left:0rem;display:block; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { display:block; }
#GdafWQIHfDSCGd4X3Wnw45TdDPIitecd { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#l0XXUSR3Ei0fmCb6AvWVg2wLrwPfT45A { display:block; }
#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ { display:none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { width:47.75rem;position:relative;display:none; }#NFTQxU0MGkO850XKisdsJxoMDRwOS38C { width:22.6875rem;height:3.1875rem;top:0.6875rem;left:25.0625rem;display:none; }
#E164Txn0yPtOI2Ulr2hkas9NzVwWN7pV { display:block; }
#rBT0unE0UPOb441QFZNuELV9iFeKlD1P { top:1.4375rem;left:0rem;width:30.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
#oTvBiKKNXrkxS0mBRH6fwhPhJNL2vmeX { width:46.75rem;height:3.25rem;top:0.5rem;left:0rem;display:block; }
#B28fDprKkRCqotQP33sNuPbk1EbmSp4R { display:block; }
body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { display:block; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#wMX1qwxCGVDBCltZhKMLdAn89okvf5W5 { top:0.5625rem;left:4.75rem;width:10.5rem;height:1.75rem;z-index:14982;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H { display:block; }#aTJdL6ScUQZAEWP2JZhfzowwmku8SJ5H > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; }#deu1mobF95d4wwNhG4tqNMcSOiyxbBN7 { width:13.125rem;height:0.97485625rem;top:27.4375rem;left:4.125rem;font-size:0.75rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
#bC4RNr8aTdWkHRNuPMK1ya4MhydyBcKA { display:flex;top:27.375rem;left:3.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#S7MANA6UUVSP0q1J3CVDkWsTI4z37NVm { display:flex;top:27.375rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#ltPPhtfQWFggmaPO37bcHWTSztdCrCqX { display:flex;top:27.375rem;left:1.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#p4RkUwA6KrExiheXwCssy3fe0hICK0Xo { display:flex;top:27.375rem;left:0.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#Qo14gXNQ8LVWPuOhkKeKhca3uIhhBoPt { display:flex;top:27.375rem;left:0rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#kWtFXTcmF6KTm5KcOfmldwKM05ZuNhEv { display:flex;top:29.6875rem;left:0.0625rem;width:1.18725625rem;height:1.18725625rem;z-index:15033;font-size:0.8125rem; }
#UEKE2LhtCoBsucoFNr5MxKrAqiogI1ep { display:flex;top:33.0625rem;left:0.0625rem;width:1.18725625rem;height:1.18725625rem;z-index:15034;font-size:0.8125rem; }
#x2d5T4ivKpOEwLVrkJlqlFpFAqGuE6G0 { display:flex;top:36.5rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15035;font-size:0.8125rem; }
#wGPwcGVnF0V8hce9k5Wc0tEXtKeQnasf { top:40.375rem;left:0.625rem;width:18.75rem;height:2.49975625rem;z-index:15006;font-size:0.9375rem;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; }
#K0Vnq0JEdZZeZZn0d7TTrS2GwpMnLrTz { display:block; }
#G7MhDSk4ITHRXkbTEo1GGHadk5xhzedr { top:17.0625rem;left:0rem;width:19.875rem;height:4rem;z-index:15004;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geq8oI5SBHdTJgRSDTPKNzfovTBHWsvE { top:21.9375rem;left:0rem;width:20rem;height:4.798825rem;z-index:15003;font-size:2rem;color:#000000;line-height:1.2;font-family:"canela italic";font-weight:400;font-style:italic;text-align:left;text-align-last:left;display:block; }
#de1cv3pbXh90QX7zypbd73GMBWtzwUrF { top:15rem;left:0rem;width:11.3125rem;height:1.4375rem;z-index:15036;font-size:0.8125rem;color:#000000;background-color:#bff3f3;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a54oQDagc32CRpxuy4FAVC12g0ghswmI { display:block; }
#oVEyGJemCNrg84DspIBRtCWUQTfM35EL { top:0.5rem;left:0rem;width:20rem;height:13.5625rem;z-index:15008;overflow:hidden;display:block; }
#TdhVuBClsg4KhBMsBbaErH7T2gO8uogI { top:0.8125rem;left:10.75rem;width:4.5625rem;height:1.25rem;z-index:15010;font-size:0.75rem;color:#000000;background-color:#ffffff;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#z2M0KROxHfnPF0xS2ZZHX8yvWIaXSsvo { display:block; }
#tu3he4qBkRvuk9SNMt2CGkkfpbSI5o8Q { top:0.812255859375rem;left:0.546630859375rem;width:3.8745125rem;height:1.2495125rem;z-index:15009;font-size:0.75rem;color:#000000;background-color:rgba(255,255,255,0.68);background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vpZAPuOuDJCBzzlQL8dW0WvWubAmGqSM { display:block; }
#P6aF1TTe8Z8doqDGIAm9b18ceMT4cx0H { top:0.68701171875rem;left:0.18701171875rem;width:19.6875rem;height:39.25rem;z-index:15040;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#vXu5UgIzAlTsiN4dsaiOTRpkJbxs0AEV { display:block; }
#lR7rc56D8zv9rlH7qvQoGwbzyvzszTPO { top:36.125rem;left:1.8125rem;width:16.74975rem;height:2.44921875rem;z-index:15004;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#bnwsNnUfcScDvxzHDDIbCUeEQ3tXnvpk { top:32.75rem;left:1.8125rem;width:17.68725rem;height:2.449225rem;z-index:15003;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#WdRCHVGnM6ZMTuAgMADCb68cNO7W5wgQ { top:29.3125rem;left:1.8125rem;width:17.25rem;height:2.44921875rem;z-index:15002;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D { display:none; }#PkJRa5Byt3EmEFuuUlrDGyoT2l7mn39D > .row .container { width:20rem;height:18.75rem;position:relative;display:none; }#PSkQXI2TqO6NH3Ox8fq5QmCeVFX9Km2T { top:0.5rem;left:0rem;width:20rem;height:3.4857177447669rem;z-index:15006;overflow:hidden;display:none; }
#iw9DCbb1vK3mX6Qu50s9SaKvgwd3rtMI { top:1.25rem;left:0rem;width:20rem;height:2.3848207527696rem;z-index:15006;overflow:hidden;display:none; }
#EuqHd10nZOwMTA2A7Kie1koHLfKzUvo2 { top:1.25rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#suvp17mbGGDmFoLfMI04nTnXsbG6anz5 { top:1.9375rem;left:6.125rem;width:7.6875rem;height:1.8121424143258rem;z-index:15008;overflow:hidden;display:none; }
#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA { background-color:#f3fdfd;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; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container { background-color: transparent; background-image: none; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container > .video-iframe-container { display: none; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row > .video-iframe-container { display: none; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .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); }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container { border-width: 0; border-radius: 0; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOcwCcJ7TrTtOy65e8yD8xmEFzkykPVA > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; }#wDKB6mXPAv4PTpCrSDx7zSieM9Zp7E5m { top:7.1246337890625rem;left:4.9371337890625rem;width:14.875rem;height:3.16699375rem;z-index:14997;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#T4w93DN7yeXt0oTRvuS8Pv7WQ7MtfxAg { top:7.0625rem;left:0.5rem;width:3.8125rem;height:3.4375rem;z-index:15010;overflow:hidden;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; }
#R09L7AQ2DEDEagM7w14fT5r1frOWaVvx { top:6.5625rem;left:0rem;width:20rem;height:4.5625rem;z-index:14996;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#du0BsCBgH3z7KVxs5mfzpyGfrKrksXQA { top:1.4375rem;left:0rem;width:20rem;height:3.44970625rem;z-index:15093;font-family:canela;font-size:1.4375rem;line-height:1.2;display:block; }
#zyKAPWVl6RIVAu50cfOovPKfZctVuUcJ { top:1.192626953125rem;left:0rem;width:19.75rem;height:9.875rem;z-index:15039;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#nZhcavnm66sTbc6gVPBqmA4XhXTJ8Xno { display:block; }
#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv { background-color:#f3fdfd;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; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container { background-color: transparent; background-image: none; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container > .video-iframe-container { display: none; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row > .video-iframe-container { display: none; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .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); }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container { border-width: 0; border-radius: 0; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNi3fMaFJQT5k1PGTdV3tliB7gprHlJv > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#ltT5wOFipPnfdc4qtHuNRQMWv8a1IHEB { top:0rem;left:0rem;width:20rem;height:2.1875rem;z-index:15006;overflow:hidden;display:block; }
#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA { display:block; }#ZayXDDGBPTDdOQbnqagyU3kI2iGnMPOA > .row .container { width:20rem;height:1.5rem;position:relative;display:block; }#H3p6Uo86ABhcLrcA2IU7J5xFQtOKLxgx { top:0.75rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 { display:block; }#c4pxu1Lshg5vfk87qT3GwdszJ1gEiVF2 > .row .container { width:20rem;height:25.5rem;position:relative;display:block; }#etNtHGM9R6AqZOq6Tcp1xueLNIRh7rtV { top:5.3125rem;left:0rem;width:20rem;height:19.5rem;z-index:14984;overflow:hidden;display:block; }
#UcwbPLNea5agkbeKgDRT4qpPGvBkxDhl { top:24.5rem;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; }
#iCmLgCi0ylElaqRie25VquPrKT8MIk9X { display:block; }
#i2XxbiWRdJ1kqyaUShtQ0FX6U0M543QV { top:2.8125rem;left:0rem;width:19.9365rem;height:2.33764375rem;z-index:15003;font-size:2.125rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#KvH8TU0bp63kuo4L0gRmBNCMGWqx9T1E { top:0.5625rem;left:0rem;width:12.4375rem;height:2.25rem;z-index:15004;font-size:1.875rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#zC0Dz1Nw9ezDLaq0GUACzebKZcHTD0gJ { top:23.875rem;left:0rem;width:20rem;height:auto;z-index:15076;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.36);font-weight:400;font-style:normal;display:none; }
#ducfAOtFe0blw32sDqi2NkfcknPbwIEk { top:8.1875rem;left:7.25rem;width:5.4375rem;height:auto;z-index:15033;font-size:1.625rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#rGPfUSNZl1E57NZNBMUSoJfdc4tsI0gJ { top:26.125rem;left:1.8125rem;width:16.3125rem;height:2.6875rem;z-index:15006;font-size:1.1875rem;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; }
#TWfEsF8co5kwaKCQtvEzsa5yQ0EQimfJ { display:block; }
#I0xuaxeZfvSBSSSeJDNT1x1hixr8JBqM { top:25.625rem;left:1.6875rem;width:16.625rem;height:3.8125rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#TLZlMvhHHprSRPbOBlcWomqeELrh68lL { display:block; }
#eu5rtsQztROxWbaPvQdaXTKz6N7MdzZS { top:18.4375rem;left:0rem;width:20rem;height:12.125rem;z-index:14980;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#sVx4tBiunoER103LAoBoZWrHUhnadJOV { width:19rem;height:34.6875rem;top:1.375rem;left:0rem;display:none; }
#PSSpLmp18UgehAqVXkuDK2TIkhry0gTt { display:block; }
#TPxMNtgMCdF2Iyu3FCACoG3qnm86Ct4L { top:0.90625rem;left:0rem;width:20rem;height:24.1875rem;z-index:15044;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#sLIIn3kSqXT3dW3TLMha0eHQly6u9EJo { display:block; }
#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ { display:block; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; }#cHQr3QTr0Lx5KMC4MAlPMyKUkW9wq0L3 { top:0.79090881347656rem;left:0rem;width:20rem;height:1.875rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Od7CKGbiUWNnbbiwBRNx9GaISM3dZMBl { top:2.98974609375rem;left:0rem;width:20rem;height:3.41015625rem;z-index:15005;font-size:0.875rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqXPzu16PlMcLekWg4T5ewElzHz0Mgv0 { top:0.7904052734375rem;left:0rem;width:20rem;height:6rem;z-index:15040;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#TWz0QZ5DuOuMNpHGw0lIDpK1x360LMWL { display:block; }
#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA { display:block; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; }#QbwWSJrIofoFoA9rGtJGOem5PV1ZlsEC { top:0.25rem;left:8.6875rem;width:11.25rem;height:11.25rem;z-index:14967;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;display:block; }
#GMehLwr7lcPNpJsF3IVlbfJ7AIXLv9TJ { top:2.8778076171875rem;left:0rem;width:19.6875rem;height:5.11865rem;z-index:14974;text-align:center;text-align-last:center;font-size:3.9375rem;color:#515151;font-weight:400;font-style:normal;font-family:brown;display:block; }
#d28EdWUePWTxnE3HEsMM4NloAl1BVsSs { top:0.25rem;left:0rem;width:11rem;height:11rem;z-index:14964;overflow:hidden;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; }
#c31RoUE33SDMHTnRn49THoUiwbqDDBJl { top:12.22412109375rem;left:0rem;width:9rem;height:1.949225rem;z-index:15005;font-size:0.75rem;color:#000000;line-height:1.3;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBlSkmP19WELxus1WSuHrkaIWGQmutCq { top:12.286987304688rem;left:9.49951171875rem;width:10.375rem;height:1.949225rem;z-index:15005;font-size:0.75rem;color:#000000;line-height:1.3;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaTb3PzMTnG7xDuquf8iv76T0b788ms4 { top:0.28125rem;left:8.75rem;width:11.25rem;height:11.25rem;z-index:14966;overflow:hidden;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; }
#Rs1OI6Dbdi6WTJi3hzf0mehxXnTWcD6J { top:0.1875rem;left:0rem;width:10.9375rem;height:10.9375rem;z-index:15006;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bff3f3;border-left:0.0625rem solid #bff3f3;border-right:0.0625rem solid #bff3f3;border-bottom:0.0625rem solid #bff3f3;display:block; }
#vST7Lw2lKLAXd89bSqtOGrzgJ5ylpevv { top:0.2496337890625rem;left:0rem;width:20rem;height:14.6875rem;z-index:15041;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Zt27Pe9x0dstAzyu8yEXMVZ2zkWPZwx6 { display:block; }
#NOt4XqONhGBl3FLcCbayuBhG29gghuHs { display:block; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs { background-color: transparent; background-image: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container > .video-iframe-container { display: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row > .video-iframe-container { display: none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .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); }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { width:20rem;height:22.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#yyal74NQZ8awMG1l7azrPK5kdh2Sv09V { top:3.443359375rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15006;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kc53E0UwPakI1FQURVc1LrMGTC3oaMFS { top:6.4375rem;left:3.5625rem;width:15.8125rem;height:2.5rem;z-index:15007;font-size:0.9375rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8aQz9JZG38zGk56rI8aRTb2SbZnFPNd { top:0.0625rem;left:0rem;width:20rem;height:3.8183625rem;z-index:14980;text-align:center;text-align-last:center;font-size:2.9375rem;color:#515151;font-weight:400;font-style:normal;font-family:brown;display:block; }
#h5gKrZJKNxGTQMzlZv4eCarbQTZRyPt6 { top:1rem;left:8.9375rem;width:1.9995125rem;height:1.9995125rem;z-index:14979;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#f8f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#rgG2590VCBRMD6U83ooMZBaByZ4okvkm { top:0.875rem;left:0rem;width:20rem;height:1.29980625rem;z-index:14978;text-align:center;text-align-last:center;color:#515151;display:block; }
#eFgUBFoDMGTth3U07mfyZB1TUuO9EwPx { top:10.5625rem;left:3.625rem;width:15.9375rem;height:2.5625rem;z-index:15008;font-size:0.9375rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAkDJd59WdTr0Vq1aPNrnzAWCXq8Ikcn { top:14.3125rem;left:3.5625rem;width:15.8125rem;height:2.5rem;z-index:15009;font-size:0.9375rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzQCPEvgs1LI3Q5Nt8vnJhOIqzT5z8wz { top:6rem;left:0rem;width:20rem;height:3.25rem;z-index:14987;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#amPwTRSFQbyoMt0am7VKTxs3WswoqnxM { top:14.0625rem;left:0rem;width:20rem;height:3.25rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#Q7I8DrSZn5vLH3wA5JxzKkdUtrGHTgFe { top:6.1875rem;left:0.375rem;width:2.6875rem;height:2.6875rem;z-index:15005;overflow:hidden;display:block; }
#k4BJvTRClk1h1nw1NS5FBO6mDsQTnTl9 { top:10.375rem;left:0.625rem;width:2.375rem;height:2.375rem;z-index:15006;overflow:hidden;display:block; }
#WeKTQUhBQRHCfJXqM7t8Au56644zAu8u { top:13.71875rem;left:0rem;width:3.5625rem;height:3.5625rem;z-index:15007;overflow:hidden;display:block; }
#WMNM1XoeGutCav4Wxe4ADS7Wya0KsosX { top:10.03125rem;left:0rem;width:20rem;height:3.25rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#PTQJFvJn4NA8TybOeAfZTbhwgAml0D9o { top:18.6875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15008;font-size:0.9375rem;color:#000000;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; }
#TW7TNUQTOEW2TQRs0T6TDEHH3LZmLgZT { display:block; }
#B6FkzSb4SleiTpGJzvgaSX6KSlMvrctl { top:1.5625rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#qus0CHT9hbHV1rWKVkZ1SLZcXBdtGcKI { top:22.4375rem;left:0rem;width:20rem;height:4rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#CMXcNBryABsr2bFSv1v4EINvzUJWT3uK { top:19.21875rem;left:0.625rem;width:18.75rem;height:1.3125rem;z-index:15037;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#rhNlMPotlZkn3PWvVzOZgxuATwFTgW0d { width:19rem;height:5.5rem;top:0rem;left:0rem;display:none; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block; }
#EvWQ7B5DRSogJnMnQdfiW1iXQpUD3Br0 { top:0rem;left:0rem;width:19.9375rem;height:21.4375rem;z-index:15039;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#eUX1C3KBJzPTTJygpFQdWnTGa53rlqJR { display:block; }
#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT { display:none; }#cnABM7szPyCtVk8dn635ZVWcDUZMtrPT > .row .container { width:20rem;height:2.4375rem;position:relative;display:none; }#Hz89HM91A11WF5PJlTvTiUAxDZFVXOLa { top:0rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
#ffiMwfc2rhXqupXITk4h0LSSE86BeMst { top:0.75rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { display:none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container { width:20rem;height:40.5rem;position:relative;display:none; }#hrL5RGMhgBlVaRPLslD6iHh2AGHlpXLb { top:14.704211235046rem;left:0rem;width:20rem;height:1.57498125rem;z-index:15007;font-size:1.125rem;color:#000000;line-height:1.4;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p64rb7weaAuZsw6HhHA2DnT10B4TBV97 { top:13.685873508453rem;left:6.875rem;width:6.25rem;height:0.24956625rem;z-index:15005;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zP2ax1Tic7FUss0zHCknxIIds9pkrpJd { top:12.341796875rem;left:0rem;width:20rem;height:23.875rem;z-index:14982;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#zJcWiTGBOCTqbS5U1t10q2XVp5s5m9cy { top:22.322265625rem;left:8.96484375rem;width:1.9992375rem;height:1.9992375rem;z-index:14988;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#DWrW4GxdsoFGR8KMkH3nqTdVT4f8IV00 { top:36.1875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15007;font-size:0.9375rem;color:#000000;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; }
#gtWt2yLSSgtTpPFJHW0w9bPe7ip4pVNU { display:block; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { top:16.891168594361rem;left:0rem;width:20rem;height:3.674925rem;z-index:15009;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTfK228WTRRucuaJGrZK2fCFuvmmTvzf { display:flex;top:22.73046875rem;left:9.3115234375rem;width:1.375rem;height:1.375rem;z-index:15029;font-size:0.9375rem; }
#dNm2kP7BlHa4LJCvlLenzgzqw7vm5oFP { top:22.2529296875rem;left:0.06201171875rem;width:19.9375rem;height:1.29980625rem;z-index:14985;text-align:center;text-align-last:center;color:#d3d3d3;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; }
#RufcAmHgHX1aqrh1Rn9Kb0QJUynFgqNP { top:25.373901367188rem;left:0.375rem;width:19.375rem;height:2.76245rem;z-index:15007;font-size:1.0625rem;color:#000000;line-height:1.3;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { top:28.823852539062rem;left:0rem;width:20rem;height:6.124875rem;z-index:15010;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHzzDnaD1UowCnv14F82Whi1EJQxbPSG { top:1.158203125rem;left:0rem;width:20rem;height:11.9375rem;z-index:14980;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#c7ktOsEUe4ZXTSzargnMmeLJWPkL2XIf { top:1.154296875rem;left:0rem;width:20rem;height:11.1875rem;z-index:14981;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NF1DMEHVNxAgND441nzUrPD9PCVtxTyt { width:12.5rem;height:28.125rem;top:38.62353515625rem;left:3.75rem;display:none; }
#P38cgZ5nvEmTulqrRn38csqbnAJCepGp { top:36.75rem;left:0.625rem;width:18.8125rem;height:1.3125rem;z-index:15037;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#tzIXufu7RizOH7auO5ygpNZdOu1JhIT6 { width:19rem;height:27.75rem;top:1.3125rem;left:0rem;display:none; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block; }
#KMQTIBciNNLV2TKfduGap8wrbnEUFL86 { top:1.5625rem;left:0rem;width:20rem;height:37.375rem;z-index:15040;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#FRoVsQdAxmRfDL2ifknMzJvddABHPwzv { display:block; }
#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 { 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; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container { background-color: transparent; background-image: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container > .video-iframe-container { display: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row > .video-iframe-container { display: none; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .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); }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container { border-width: 0; border-radius: 0; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAAqsH9amTvAR1tELbtdZR45vF8olKL3 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; }#zyseglAit2ce0iPWbOtS80FUTdkR8bdQ { top:2.5625rem;left:0rem;width:20rem;height:1.875rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cxpOeZVNUauiqTyMRDqUWgp8pU7LIJ67 { top:5.6868896484375rem;left:0rem;width:20rem;height:3.673825rem;z-index:15005;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oA750iNbQ0TZqLBtg57cOw0ZTkTkyrf2 { top:2.75rem;left:0rem;width:20rem;height:3.1875rem;z-index:15042;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#q30SofEDgrfOpf6GmpuunB94TuQVfdHf { display:block; }
#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t { display:block; }#WM7QDluH5D7JffWVlcDpvUM1qgB76X0t > .row .container { width:20rem;height:16.5rem;position:relative;display:block; }#s7Z0HJfAoADxhDwCmJL10wUKOpuu6geB { top:13.062133789062rem;left:4.124755859375rem;width:12.9375rem;height:2.2744125rem;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:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#EonwR3mANeS3So2WMN3R8ll13mtzfT2U { top:11.4375rem;left:4.125rem;width:13.125rem;height:1.3999rem;z-index:14996;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:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#uub9tburNXsNpL55Mt4kkTMKVQ16kIGX { top:1.6875rem;left:0.625rem;width:18.875rem;height:9.0625rem;z-index:15010;overflow:hidden;display:block; }
#pkdn5KUgi9lhQcMqr55ErKvXOhbTrMfR { top:12.5625rem;left:0.125rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;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.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#GaNzeigOT78h73aI87ibksWggPUp3wN9 { top:1rem;left:0rem;width:20rem;height:15.125rem;z-index:14990;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfd;background-image:none;display:block; }
#hWZS7w2TLN60Tp1Jl7c4l5t8u9t2yJSJ { top:11.4375rem;left:0rem;width:4rem;height:3.875rem;z-index:14994;overflow:hidden;display:block; }
#H4WZRWV68TVTDNJoOlsF1AIfh8CasGM1 { top:0.999755859375rem;left:0.062255859375rem;width:19.9375rem;height:14.1875rem;z-index:15054;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#xyDHlP3CekmCSeBapbSbTddOOTzwTV7G { display:block; }
#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 { display:block; }#CFCBJa0CrCisioztie1NhRDUPdrDZXD6 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; }#EzZVDVkALnmynsnH9eka53cNcshoTRpk { top:1.125rem;left:0.78125rem;width:18.4375rem;height:9.0625rem;z-index:15011;overflow:hidden;display:block; }
#bB8q7VT8NA15eDCGZVc9yrFyGt9dtZoU { top:10.9375rem;left:4.1875rem;width:13.125rem;height:1.3999rem;z-index:14996;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:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#ibNxHToh9OBX761JPV2aTdD6e6Qz4kse { top:12.125rem;left:0.125rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;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.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#pONL6kERh851XdZMRlD1S5JT4qc4Zkq3 { top:12.5rem;left:4.1875rem;width:15.5625rem;height:2.2744125rem;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:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#ghfQhl8XqB9FsW1JhSSUONGa6pH7ETqH { top:10.9375rem;left:0.0625rem;width:4rem;height:3.875rem;z-index:14995;overflow:hidden;display:block; }
#fxJiKlr48fspSLQzN1l3uWyl3SafQVpt { top:0.375rem;left:0rem;width:20rem;height:15.125rem;z-index:14991;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfd;background-image:none;display:block; }
#wPGRA32DJGFJCprQp1MixGC4EXDuneQw { top:0.7183837890625rem;left:0.12451171875rem;width:20rem;height:14.375rem;z-index:15055;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#crZr9O8dts1aHkg9i6Dt96RecMGuy07l { display:block; }
#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f { display:block; }#Ob0SRweX7upkeLzhmkzpgBXzHEVPsV8f > .row .container { width:20rem;height:23.499025rem;position:relative;display:block; }#O3eQDsOuNDoQz8KDBfwhphpXmRSeKEIu { top:19.9375rem;left:0rem;width:20rem;height:0.8999rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxUGNfzyMWsJHLGgo5zP8T9qtNkHHwv7 { top:12.687377929688rem;left:4.49951171875rem;width:13.875rem;height:2.2744125rem;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:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#f2ED2qmh7rlO8d4hDsXTiuZhLanaXxmL { top:16.8125rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15011;font-size:0.9375rem;color:#000000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-weight:400;font-style:normal;display:block; }
#P6L41LyxV0AC77Pz79He2CvO3zmQsIAw { display:block; }
#G5gJkv7Tl3nUqwKG3U3TmT7rB4tz5i3n { top:17.4375rem;left:0rem;width:20rem;height:1.3125rem;z-index:15048;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#mSu6yEcGlIXoXIm4fwUFr6vaGiATh4JJ { top:11.0625rem;left:4.5rem;width:13.125rem;height:1.3999rem;z-index:14996;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:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#RTu11a6pPgoQqi9kqMifLpTlzukBZHG2 { top:1.375rem;left:0.78125rem;width:18.4375rem;height:9.0625rem;z-index:15011;overflow:hidden;display:block; }
#h9QWI0iXEBW6uesmIe5EEEe4h4uszcRu { top:12.25rem;left:0.4375rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;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.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#fHHHFyXtTpIm0ccHRtwKVoXQCTeWFQe1 { top:11.0625rem;left:0.375rem;width:4rem;height:3.875rem;z-index:14993;overflow:hidden;display:block; }
#WHxyogeWTeuU1fLJutH3pyLgZPM5hebW { top:0.5625rem;left:0rem;width:20rem;height:15.125rem;z-index:14992;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fdfd;background-image:none;display:block; }
#EVrJtqHUr4a4Fzxtomhd7vTabr1SKVIz { top:22.19970703125rem;left:0rem;width:19.9360625rem;height:1.29980625rem;z-index:14988;text-align:center;text-align-last:center;color:#e5dede;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; }
#v9JtuTh1Xi2bHWRJ6BLRSAoxuFca1d24 { top:1.37451171875rem;left:0.3125rem;width:19.5625rem;height:20.75rem;z-index:15056;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#M68aNbaqC86uDA1u0lFMgql45MBbEpau { display:block; }
#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 { 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; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container { background-color: transparent; background-image: none; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container > .video-iframe-container { display: none; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row > .video-iframe-container { display: none; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .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); }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container { border-width: 0; border-radius: 0; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trzULXg3TcdZ1zIurzP9Ka51IWnZJRl7 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; }#Nyl4EFZTa50CLGnxS5Iz1lRmnHdS8rVk { top:1.7498779296875rem;left:0rem;width:20rem;height:3.2998rem;z-index:15004;font-size:1.375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEcJloS9CHMnIhEdKTTQehrDAhQryqqx { top:6.5rem;left:0rem;width:19.6875rem;height:1.42480625rem;z-index:15005;font-size:1.1875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF { 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; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container { background-color: transparent; background-image: none; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container > .video-iframe-container { display: none; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row > .video-iframe-container { display: none; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .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); }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container { border-width: 0; border-radius: 0; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKQ3BL86Mpyuxt3ucaQMzck9Cks7CVgF > .row .container { width:20rem;height:22.5rem;position:relative;display:block; }#dlpwgpJ4Cmvp5pdD9Fk0kLFiTUnferpG { 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; }
#qW19hKFpdeh51KbEm3FESGnLVMRRiTc7 { display:block; }
#HwJ3PSUV5khuiRhW7liEZJpPLViUfTgD { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#oIn8Ifv3VbDhxvOnyZeGphfXCcMSAgPZ { top:0.625rem;left:11.5rem;width:7.3736875rem;height:1.5625rem;z-index:15056;font-size:1rem;font-family:brown;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#TTa4cOpCTTE7Bk7OazKZhRCX6fm9vB2H { display:block; }
#PngJLMF809hFNe1U0BAAWCPQnU2kX7wm { top:1.75rem;left:10.125rem;width:9.6875rem;height:13.75rem;z-index:14998;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:rgba(191,243,243,0.2);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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;display:block; }
#csZ0KrQtuRsFFcAGFfhlNuCJ5h2OVbpF { top:2.25rem;left:14.9375rem;width:2.43713125rem;height:6.499625rem;z-index:15044;overflow:hidden;display:block; }
#wtVSEya0aeUXXThkH9RhGhCsX5ACI21d { top:2.25rem;left:12.625rem;width:2.436525rem;height:6.499rem;z-index:15045;overflow:hidden;display:block; }
#rMvZvPCpgIeeyqBR2cap4GonVR8wDrT7 { top:8.8125rem;left:10.5rem;width:9.1235625rem;height:2.199225rem;z-index:15002;font-weight:700;font-style:normal;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#WlCZ6A6cGeL5zJnTX0zTfgORRrPxJnZ7 { top:1.75rem;left:0rem;width:9.624625rem;height:13.75rem;z-index:14998;border-top:0.125rem solid #c8c8c8;border-left:0.125rem solid #c8c8c8;border-right:0.125rem solid #c8c8c8;border-bottom:0.125rem solid #c8c8c8;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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;display:block; }
#GKCenEKDlBJCXt1fX2fCktz14ldSNPq7 { top:8.8125rem;left:0.375rem;width:9.1235625rem;height:2.199225rem;z-index:15002;font-weight:700;font-style:normal;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#gGEvq6wNU6hRLIQavTll2RKeXpLX0zyN { top:0.6875rem;left:1.25rem;width:7.2955625rem;height:1.484375rem;z-index:15056;font-size:1rem;font-family:brown;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GXRMIRLyMEGtWXMAwa6dCkpv1BcvTSGh { display:block; }
#aLvvLcChX6uTr1WxScIsEosdZWDptkhf { top:12.9375rem;left:10.75rem;width:8.62425rem;height:2.1875rem;z-index:15057;font-size:1rem;font-family:brown;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#ffffff;display:block; }
#TBbKBhqIlDZtuq8M29leUCCfWE6qMrto { display:block; }
#m8TrUWyFygKHoKpsbCdQ9oF4Ci0FWnhf { top:11rem;left:0.6875rem;width:8.4985625rem;height:2.1875rem;z-index:15061;font-size:1rem;font-family:brown;background-color:transparent;background-image:none;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;text-align:center;text-align-last:center;display:block; }
#QEsCVRVayiy3uwgozZTUKuxsTWIJJbbu { display:block; }
#daETNt5UG4bKFXVFWSmULEMASzuBsgFs { top:10.9375rem;left:10.6875rem;width:8.4985625rem;height:2.1875rem;z-index:15062;font-size:1rem;font-family:brown;background-color:transparent;background-image:none;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;text-align:center;text-align-last:center;display:block; }
#qH2srPnyzt7C2UMlmOeTzbqA30eTaiWB { display:block; }
#mM1i0K2hoXUg3SPDvXo9XXl9inRy5Bp0 { top:2.4375rem;left:5.9375rem;width:2.436525rem;height:6.4984375rem;z-index:15048;overflow:hidden;display:block; }
#LwIsPhBfEHGJZnWfJQEZdTlaTKC3SWyk { top:1.75rem;left:0rem;width:9.5rem;height:13.9375rem;z-index:15064;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#MnOF82cHNSngh6KC4yDTo0nA8NHNUy6c { display:block; }
#rJc8UcHToyoQsZiKthZVw4bacQWgh6Vx { top:16.75rem;left:2.6875rem;width:6.25rem;height:1.3745125rem;z-index:15057;font-size:0.875rem;font-family:brown;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#toQfcpw8v0wGKLoTEJOb0BTPTXZJwx95 { display:block; }
#D9XtH9MmcntkQv3Akg9GFkk3pn6H4fL2 { top:16.1875rem;left:0rem;width:19.812rem;height:4.93713125rem;z-index:15001;border-top:0.125rem solid #c8c8c8;border-left:0.125rem solid #c8c8c8;border-right:0.125rem solid #c8c8c8;border-bottom:0.125rem solid #c8c8c8;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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;display:block; }
#V1XqaThTegngC794I3JvWzgd0IEUp5Ad { top:18.5625rem;left:11.75rem;width:7.312rem;height:1.93725625rem;z-index:15056;font-size:0.875rem;font-family:brown;background-color:#dcdcdc;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Km0XuvOQWkmD9h68b0PXTwcMkUXlWwIO { display:block; }
#aLyweTGLar2gJTtd9WiUzuPqV0Ptbl1D { top:18.5625rem;left:2.625rem;width:9.249875rem;height:1.9375rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#KUHSami8sT9NDv9t7Am6Wi8vWh1HfxWT { top:13rem;left:0.625rem;width:8.6236875rem;height:2.1875rem;z-index:15058;font-size:1rem;font-family:brown;background-color:#dcdcdc;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ffBgA8hTVl7P8b1dyuXLbiA1AsgesQnN { display:block; }
#ws1FtsJ7bmxgT0TaQ89JdXaRZBqw8XQT { top:16.625rem;left:10.6875rem;width:8.4985625rem;height:2.24975625rem;z-index:15063;font-size:0.9375rem;font-family:brown;background-color:transparent;background-image:none;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;text-align:right;text-align-last:right;display:block; }
#hlW6TA60i1S5c9yIfB7EAvnWTZv7a9nK { display:block; }
#FeS6AfG94r42ZLvKuEPGts2onXqUOIMW { top:2.375rem;left:1.375rem;width:2.436525rem;height:6.4984375rem;z-index:15046;overflow:hidden;display:block; }
#KPzXa6RNXD0RhAMpXXDT8Axm1A3TARbl { top:2.375rem;left:3.625rem;width:2.436525rem;height:6.4984375rem;z-index:15047;overflow:hidden;display:block; }
#uhKPNdBPNTKUWJvSOwQ83d08HOTTFvRg { top:16.3125rem;left:0.4375rem;width:1.749875rem;height:5rem;z-index:15047;overflow:hidden;display:block; }
#oDVSUnhEz775hNrnJXVPxaqy33maFnFA { top:16.123168945312rem;left:0rem;width:20rem;height:5.25rem;z-index:15066;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#SipEWvJAz2kdJuieVybtV6FlX1kLvUBo { display:block; }
#LSIo400fCWUzsNnDTWRq8sGz43XCvdsd { top:1.8341064453125rem;left:10.3125rem;width:9.5rem;height:13.6875rem;z-index:15065;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#wT9EJgTx5MzRm0I2C6F2Ik7cVcsG8zDb { display:block; }
#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ { 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; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container { background-color: transparent; background-image: none; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container > .video-iframe-container { display: none; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row > .video-iframe-container { display: none; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .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); }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container { border-width: 0; border-radius: 0; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqHqN7KS2csmW78E3r5hoKcfvKNLJsqJ > .row .container { width:20rem;height:10.5rem;position:relative;display:block; }#oTqFtJuKpTk8KsdBF36SVtC8klFJQF6Q { top:3.375rem;left:0.5625rem;width:18.75rem;height:1.29980625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
#ZLrASk4HgQr9BRl5fCJgwNltZZbwsnZW { top:5.1875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;overflow:hidden;display:block; }
#GF8gNQBrJVdKVtWR4sKivFEGDTB8gigd { top:1.875rem;left:3.75rem;width:12.5rem;height:0.89355625rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#bW5ZEkRpuVEP4As36OIlU968mvFLyvbU { top:0.74869537353513rem;left:0.18717455863953rem;width:19.5rem;height:0.75rem;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;display:block; }
#Step2emGoT7NMO0boiqevoCpRzA3UUPi { top:0.74869537353513rem;left:0.18706607818604rem;width:10.6875rem;height:0.8125rem;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#LASnufedCfhhVNa5y4AWnToOEye2mszm { top:7.1875rem;left:0rem;width:19.937rem;height:1.29980625rem;z-index:14986;text-align:center;text-align-last:center;color:#d3d3d3;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; }
#R5uxO6E539b5PmApTB9ZXll85NSNUdSS { display:block; }#R5uxO6E539b5PmApTB9ZXll85NSNUdSS > .row .container { width:20rem;height:40.5rem;position:relative;display:block; }#IWS3iWNCTR1V7gPiTd8eyg3QmV9ciw83 { top:14.704211235046rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15007;font-size:1.125rem;color:#000000;line-height:1.4;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5cpFeCS0iP7WCUWrMZPC1FM1ywSTWOu { top:13.685873508453rem;left:6.875rem;width:6.25rem;height:0.24956625rem;z-index:15005;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tynGtM8MFJizZykw3FT4VvQLo26CG93g { top:12.341796875rem;left:0rem;width:20rem;height:23.875rem;z-index:14982;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#eVMM5XSb8grCuR5xw7AadJKtcuZ4KRgQ { top:22.322265625rem;left:8.96484375rem;width:1.9992375rem;height:1.9992375rem;z-index:14988;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#fTmGdsLlKWFa8UsP3EKdAA5mMmcyZvBr { top:34.749633789062rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15007;font-size:0.9375rem;color:#000000;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; }
#DzFqbSGKBeypTfGJbxrrzFr2TgDuKxVQ { display:block; }
#Qrav89AW5zQ5I10KMK7JnbKb16pwORZy { top:16.891168594361rem;left:0rem;width:20rem;height:3.673825rem;z-index:15009;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IW91TF4c2mriyXkieRy3OQe84mTdt0eM { display:flex;top:22.73046875rem;left:9.3115234375rem;width:1.375rem;height:1.375rem;z-index:15029;font-size:0.9375rem; }
#TBJx2qCpafW1JrQZPuqXzkBiR6fnsxa8 { top:22.2529296875rem;left:0.06201171875rem;width:19.9375rem;height:1.29980625rem;z-index:14985;text-align:center;text-align-last:center;color:#d3d3d3;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; }
#g4HLrZQFnryTxAHgb2KQJiONz3OSQra8 { top:25.373901367188rem;left:0.375rem;width:19.375rem;height:1.3808625rem;z-index:15007;font-size:1.0625rem;color:#000000;line-height:1.3;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCH1eE5J1M09vksPpKDGgEpZV2SMpwIw { top:28.07373046875rem;left:0.4052734375rem;width:19.187rem;height:4.8984375rem;z-index:15010;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Qwm4fWbH5cgwN0ZfTG48q5TiCXRL7W { top:1.158203125rem;left:0rem;width:20rem;height:11.9375rem;z-index:14980;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ragT4hyof0HHRUyCQtpv18anFTI31MHB { top:1.154296875rem;left:0rem;width:20rem;height:11.1875rem;z-index:14981;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QBDMfHkQhF5oPqT9TyBREFTduB7LALD2 { width:12.5rem;height:28.125rem;top:38.62353515625rem;left:3.75rem;display:none; }
#gMAcKpGCeDSvp0olyTnCsGCsRVpgP4rN { top:35.343505859375rem;left:0.5926513671875rem;width:18.81225rem;height:1.3125rem;z-index:15037;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#AL7RpMrmzTlct3xge5Irlprdy5ITi9MA { width:19rem;height:27.75rem;top:1.3125rem;left:0rem;display:none; }
#H7TD38Je26vtTs8trXEM3tlC15Q2DLWe { display:block; }
#wNS7TybOS09N6dUkZzVJaSiZLEkVQ6Ft { top:1.5625rem;left:0.375rem;width:19.375rem;height:37.375rem;z-index:15040;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#auTsHruM3Pg2BtT4iMJB9XTzixWm92yx { display:block; }
#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC { display:block; }#LMKpS9IezRC4iDJJKvyHvr3AW05lqJiC > .row .container { width:20rem;height:51.75rem;position:relative;display:block; }#LBAssUH10ZbmVroCpmrplKRGXV8fBxnK { top:42.8125rem;left:0.4375rem;width:8.8125rem;height:0.8999rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ER6M7uwbEkySZqTKvk02pIzTCduaBDJh { top:40.375rem;left:0.4375rem;width:8.875rem;height:0.8999rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9wbGE51ehX0fW89epCH3ewwsdHI1HlS { top:37.749877929688rem;left:0.43701171875rem;width:8.875rem;height:1.798825rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VcHJFmZqibRCPxawImeV6oOtVPEIPLyn { top:35.625rem;left:0.4375rem;width:8.9375rem;height:0.8999rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nzcw5lJzf0FlctVFADF1S02h0DkosGDb { top:32.5rem;left:0.4375rem;width:8.875rem;height:0.8999rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4h3TdbWSt20eW4vKpBrJXeLL7vcgn3r { top:30.24951171875rem;left:0.43701171875rem;width:8.9375rem;height:0.8999rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAK8xs0utG5A8oH6FachnsUsuMrMAcwH { top:27.8125rem;left:0.4375rem;width:8.875rem;height:1.798825rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6ZdW72LTt1ISCCdB4J7y8WwBLwX2BlL { top:25.062255859375rem;left:0.43701171875rem;width:8.8125rem;height:1.798825rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnCioZ7BZwsHuRK4G1cqI0JGka1fifRW { display:flex;top:27.875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#Dwcoi4GQsHN81ix4Fd7AmbzaAUh0DZ8T { display:flex;top:30.1875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#MOD9hf9ZS8eMvHTc4i7nVyORE9w9gEev { display:flex;top:32.5625rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#TgaStRedp8JNDZGvGI64c27CHloaLvSk { display:flex;top:38.0625rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#eu9VQNUKp7VQPyvfKBTTfiHUPRavawAC { display:flex;top:40.4375rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#LD1w4pPXwZqmoX4QW9VdT2NOeOHuVEMl { display:flex;top:42.875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#s8t2ilwlFOskFH8fk3MdRwlKPPB421dV { display:flex;top:35.6875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#c6PQQBQXgJVWUbquTwFAwDi8O0yKlza6 { display:flex;top:25.125rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#Ngy2m7s2Xt1UMIFpJ7suJ3yODFscry48 { top:21.25rem;left:9.125rem;width:5.37489375rem;height:1.6494125rem;z-index:15005;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuS7U4B5nTsZxt4h23ca0DKiVtFs4COl { display:flex;top:27.9375rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#hsQs8CupRDx0r73kLOscU8r2DLnmduQu { display:flex;top:30.25rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#XQ53gvJM018g25kx7Jy88UtLb2wKTkcD { display:flex;top:32.4375rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#Vs67sIbKT3TsmutB7yku8LqNVk752bLA { display:flex;top:38.125rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#yrtrqEkctQs3MlFS50P4fC6FiUkRZvFb { display:flex;top:25.1875rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#puaXqfRc4iKFmKS2Q8R3HZSnszAZCwSx { top:21.43701171875rem;left:14.437255859375rem;width:5.4375rem;height:1.6494125rem;z-index:15005;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSAOXMRMAOMazwWXwhWhhmp9UAvrbULa { top:47.125rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15012;font-size:0.9375rem;color:#000000;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; }
#WFAElvb3oz0D25CratDBB0qMkQ0dsEJV { display:block; }
#VfaMsdzIOXyIfHtE50UQspb5K7eTQTgM { top:21.8125rem;left:0.4375rem;width:6.9375rem;height:0.9746125rem;z-index:15006;font-size:0.8125rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPsVGOXouEeW0NJU79TIdE75VTJ2Fhes { top:20.875rem;left:0rem;width:20rem;height:23.9375rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#WqZHCM93iULSQ6qOUAC0EIqsnL8v36Zr { top:22.625rem;left:0.3125rem;width:8.125rem;height:1.29980625rem;z-index:15047;text-align:center;text-align-last:center;color:#d3d3d3;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:1rem;display:block; }
#vb3gPxTSaPfRzTiRRx9Zt6esHoM2plmR { top:22.6875rem;left:15.3125rem;width:4rem;height:1.29980625rem;z-index:15048;text-align:center;text-align-last:center;color:#d3d3d3;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:1rem;display:block; }
#TErGdbawJpphDukAdPBeZe2OqfxlMLRM { top:22.5625rem;left:9.875rem;width:4rem;height:1.29980625rem;z-index:15049;text-align:center;text-align-last:center;color:#cdece7;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:1rem;display:block; }
#kt1c3ZpuH9rkE4hqliJkyzFnwNW2FMiT { top:20.3125rem;left:9.375rem;width:4.8125rem;height:25.375rem;z-index:14991;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #b2e1d9;border-left:0.0625rem solid #b2e1d9;border-right:0.0625rem solid #b2e1d9;border-bottom:0.0625rem solid #b2e1d9;background-color:#effbf6;background-image:none;display:block; }
#Iix06migEezWOSnBsXATpVPXEFzp6GXf { display:flex;top:42.875rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14989;font-size:0.5625rem; }
#TcIpFLaAZlU1JgCq0IzN1kXkCittMHX3 { display:flex;top:40.4375rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14990;font-size:0.5625rem; }
#keIfv0FVTdiaDDHzpevLJEzHc7IwLQRE { display:flex;top:35.6875rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14991;font-size:0.5625rem; }
#IyLdC80gqqE7sfG0iFeNe9MdUJeQ7uGQ { top:47.75rem;left:0rem;width:20rem;height:1.3125rem;z-index:15043;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#C2FB4S6d0RrOwzUVJTTdya0Ww34vUOXl { top:1.8743896484375rem;left:0.2498779296875rem;width:19.3125rem;height:48.875rem;z-index:15046;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#w7T46yyd4JCsd4h0k1UwQqCU0wsBxxEL { display:block; }
#gWpJgdIevrD0MyQiuOxzEN1RaETQPB2y { top:8.5rem;left:4.9375rem;width:9.812rem;height:9.812rem;z-index:15008;overflow:hidden;display:block; }
#ZD58PJunT503Z9S1J1OMFTTGgv4ktUfT { top:8.375rem;left:13.5rem;width:6.499625rem;height:9.937125rem;z-index:15003;overflow:hidden;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; }
#FzPk0oSDgX03hMlwsBAaS3uFUFlA3mXH { top:8.3125rem;left:0rem;width:14.937125rem;height:6.0620125rem;z-index:15004;background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#mDPuboHeiPCmLWGFT99Xd1WkNO1yDD00 { top:7.875rem;left:0rem;width:20rem;height:10.625rem;z-index:15058;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#NQeBorqMU3rW48Pda7mhNRNkW2L5QGqV { display:block; }
#XKKT64obUlcQ6pTqhN2iUyXKkwcRV50b { top:13.0625rem;left:9rem;width:1.875rem;height:1.875rem;z-index:15051;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#b2e1d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TzQxd7lzvixNXWa7I0Z7tgyT880e5oDJ { top:13.625rem;left:6.5rem;width:6.93725rem;height:0.97473125rem;z-index:15052;font-size:0.8125rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zukbb8rco8L5EKhbybWyhkuCFhE8zVop { top:14.25rem;left:5rem;width:9.937125rem;height:4.0625rem;z-index:15005;background-color:#efeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PJlODuFOFz4JReC9t2NAITmlrG98IRB3 { top:8.375rem;left:0rem;width:5.1245125rem;height:9.874875rem;z-index:15012;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#KRVCV2TiTfOs6u1paEQpt0qDUr6CWamH { top:0.9375rem;left:5.125rem;width:14.25rem;height:6.25rem;z-index:15057;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Rufnt9VJsNuu1nqzCRXrmDNrtEntOwri { display:block; }
#nSJ9qHRUlIMDtMfDx4AGD3TtAMtCmefJ { top:1.562255859375rem;left:0rem;width:19.9375rem;height:4.0244125rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.4;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC { background-color:#faf8f8;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; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container { background-color: transparent; background-image: none; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container > .video-iframe-container { display: none; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row > .video-iframe-container { display: none; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .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); }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container { border-width: 0; border-radius: 0; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HscpDdJTyZsoNT6sM4noS0t3iQgrmaUC > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; }#wvrsyW6qam6xWJV8zrfyZt9cdfwJc9kq { top:2.227783203125rem;left:0rem;width:20rem;height:1.72485625rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muermUpkxPvF7cSX8kLVhTX5fFrIEQfm { top:5.23974609375rem;left:0rem;width:20rem;height:2.44921875rem;z-index:15005;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP { background-color:#faf8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container { background-color: transparent; background-image: none; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container > .video-iframe-container { display: none; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row > .video-iframe-container { display: none; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .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); }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container { border-width: 0; border-radius: 0; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IRLynJD3vtcTFAT5LiS3MCGGWCfg7mfP > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; }#JouDUGiC02i6hLhdBKBNGtATTJDZSxq9 { display:flex;top:7.5309257507325rem;left:7.3746747970581rem;width:5.24956875rem;height:5.24956875rem;z-index:15008;opacity:.71; }
#s6UmWLQms6pQb4mUWoZ3QHla25XAye8L { top:0rem;left:0rem;width:20rem;height:21.4375rem;z-index:15009;overflow:hidden;display:block; }
#VNnyPx9TFh3up9O7vTTclyw0f558MQkI { background-color:#faf8f8;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; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container { background-color: transparent; background-image: none; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container > .video-iframe-container { display: none; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row > .video-iframe-container { display: none; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .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); }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container { border-width: 0; border-radius: 0; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNnyPx9TFh3up9O7vTTclyw0f558MQkI > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#TrAb71OsOiSWwRLacRyef8eqqwwTs0ER { top:3.75rem;left:1rem;width:17.875rem;height:2.2246125rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFddWIZXg7Qu8qm0nZavJtwU7Bv94tob { top:3.875rem;left:0.4375rem;width:0.25rem;height:3.4375rem;z-index:15003;background-color:#515151;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0rem;display:block; }
#bowxhaaEeFCm0QCATGzIWUTsLsQ0hGxx { top:1.9375rem;left:0.0625rem;width:19.75rem;height:4.75rem;z-index:14987;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.08) ;display:block; }
#k4DCV8lioC3v6LToiIM1UWot4Hust12O { top:8.3125rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15010;font-size:0.9375rem;color:#000000;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; }
#yOnTTHtgrUJ9AdXJyJf40vOwHrSUpGSi { display:block; }
#OEnCUheWOoSadpubRPnnwru7JqtVhHgQ { top:2.5625rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVL0s38kfADLMrWsUR5vcscnd0a8dJBD { display:flex;top:2.4375rem;left:0.93701171875rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#F8QtoG8r0TPkdMcsHs617yr1cv4UvfGT { display:flex;top:2.4140625rem;left:1.93701171875rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#BacuHI25LF5oxEPNFvbnpRI2mocK5Rb2 { display:flex;top:2.4375rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#t9SykADDX9kdTBodXOmTyrp9ms0gy07o { display:flex;top:2.4375rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#EzOzaqR9mAlaAMuqDqJi1J79GfCxnKJp { display:flex;top:2.4375rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#pKDn59RTrcAwPX490SDVffBydIFetybd { top:8.875rem;left:0rem;width:20rem;height:1.3125rem;z-index:15041;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#sJdI7T3hTDWJRUufqFaGDLR2eUcXSknx { top:1.7498779296875rem;left:0.374755859375rem;width:19.1875rem;height:9.3125rem;z-index:15045;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#VmaiTiq9raCKHFaRDpdNTPP52tMsEDHV { display:block; }
#yufzS9RXTWiXWwduqvbwDS2deuooO68N { display:none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container { width:20rem;height:41.8125rem;position:relative;display:none; }#Db65Wmz0eGvQQeprTdWy0XFyATh01Khc { top:3.0625rem;left:0.0625rem;width:20rem;height:3.93676875rem;z-index:15006;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X23t9RStMuo8mI3c8qKbyJGKP129lQVR { top:0.9375rem;left:0rem;width:20rem;height:1.57470625rem;z-index:15006;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsEvpAJK2dooWk43G97hh0r0f0tFfD7w { top:9.375rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15006;font-size:1rem;color:#000000;line-height:1.3;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJQOakhRNLPpb757ctNuURfVRVT2zqx3 { top:11.5rem;left:0rem;width:20rem;height:12.1875rem;z-index:14980;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#VqqXS5bKsN4gL7s3iHPx3glUAbzwTvLJ { top:19.9375rem;left:13.3125rem;width:6.6875rem;height:2.0996125rem;z-index:15070;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#000000;font-family:brown;display:block; }
#EmlomAxPXXTgQS2fG6gNSGkGMxCoK34W { top:20rem;left:6.1875rem;width:7rem;height:2.0996125rem;z-index:15071;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;font-family:brown;display:block; }
#NXhWz7XrvUsn7mDWSHGDZgNSXw7v47x5 { top:13.9375rem;left:6.9375rem;width:5.875rem;height:5.5625rem;z-index:14982;overflow:hidden;display:block; }
#Uxe4nJOrz82T7V9bQin6fRbTQRSQPABi { top:13.75rem;left:14.125rem;width:5.875rem;height:5.5625rem;z-index:14983;overflow:hidden;display:block; }
#hiL972LPTioNJt6exOh6WHaREW37KtlE { top:15.875rem;left:6.6875rem;width:6.375rem;height:2.19360625rem;z-index:15001;color:#000000;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:canela;text-align:center;text-align-last:center;display:block; }
#AfUFXy4r734RQ4E4inHv4Sd8MDCOL3dr { top:15.6875rem;left:13.9375rem;width:6.0625rem;height:2.19360625rem;z-index:15002;color:#000000;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:canela;text-align:center;text-align-last:center;display:block; }
#dghBOJe6naGTGShabq9vVbOkxoBEuetT { top:13.9375rem;left:0rem;width:5.8125rem;height:5.625rem;z-index:14981;overflow:hidden;display:block; }
#uKiATcGPZcyri9wZ8JAqIfTiMeqVFMsZ { top:15.875rem;left:0.0625rem;width:5.5625rem;height:2.19360625rem;z-index:15000;color:#000000;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:canela;text-align:center;text-align-last:center;display:block; }
#AcTcDAS6m91KKwUJOrTgRTATzGh2pw2l { top:20rem;left:0rem;width:6.375rem;height:2.0996125rem;z-index:15069;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;font-family:brown;display:block; }
#NJSqUShJqtthI8NDrvc5miM35TpA23v3 { top:11.687377929688rem;left:14.062255859375rem;width:5.5625rem;height:2.24975625rem;z-index:15006;font-size:0.9375rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqBvRfT9y1Swp5iy6WFZsgW24S1kvr1C { top:11.874877929688rem;left:6.624755859375rem;width:6.1875rem;height:2.0996125rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { top:11.874877929688rem;left:0.687255859375rem;width:4rem;height:2.0996125rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqnbwgPmxCIZovyfTm2Q2Uw5BLPggsVd { top:39.6875rem;left:0.0625rem;width:20rem;height:0.89965625rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDXnrHVNsWimHE3hbiVPQ3HnoEBO7dG6 { top:36.6875rem;left:0.6875rem;width:18.75rem;height:2.5rem;z-index:15010;font-size:0.9375rem;color:#000000;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; }
#TZRgm7GtlJMiZuaAToyuE4GR6MAHcivE { display:block; }
#TG6Fx7zHcgZX771lpPOCaEJiTvU2lTEl { top:27.3125rem;left:0rem;width:20rem;height:7.9375rem;z-index:15002;overflow:hidden;display:block; }
#SJvUMtuducMJpP386xTe1T05Dz8CnlcF { top:25.5625rem;left:0rem;width:6.5rem;height:0.82470625rem;z-index:15005;font-size:0.75rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
#W3y3OEfKhBoPkrGEH3yAgRqyuuQxM65A { top:25.5625rem;left:6.75rem;width:6.4375rem;height:0.82470625rem;z-index:15006;font-size:0.75rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
#IxMaWFb0u84Kq78tWPRNMeRGz47U81fO { top:25.5625rem;left:13.625rem;width:6.5rem;height:0.82470625rem;z-index:15007;font-size:0.75rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
#ldroDp2oKplszoSJFhAuXt28d4Fz6wqI { width:20rem;height:24.591611479029rem;top:1.6875rem;left:0rem;display:none; }
#z3snCWn1TaioeSFD3ZhMQuROnyhuPVyK { top:37.28125rem;left:0.625rem;width:18.8125rem;height:1.3125rem;z-index:15038;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#PSf8JUfTmpTF9RxHNFTOsTDHPyMykhcJ { width:19rem;height:34.25rem;top:1.1875rem;left:0rem;display:none; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block; }
#NWqibt7iWuXSTe0ZzcwO98oT22bTEGCB { top:35.8125rem;left:0rem;width:20rem;height:4.25rem;z-index:15041;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#RsoEyadSSZU23yp0kP1dIR3NvEyJkLmg { display:block; }
#dWpQAKHDQU0daN7TNG6eK0M5Ov4Iztat { top:0.9375rem;left:0.1875rem;width:19.4375rem;height:39.6875rem;z-index:15044;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#v5hJGvozC8mIGqazCrFKsukdJfuOwATn { display:block; }
#xR76qkufZWp1OKDH6p8x3dX70DcrobCs { 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; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container { background-color: transparent; background-image: none; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container > .video-iframe-container { display: none; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row > .video-iframe-container { display: none; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .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); }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container { border-width: 0; border-radius: 0; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xR76qkufZWp1OKDH6p8x3dX70DcrobCs > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#yEln5HRBsqRzJUzN8yVWlm1Gu97yClDn { top:0.91552734375rem;left:0rem;width:20rem;height:3.1494125rem;z-index:15004;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv { 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; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container { background-color: transparent; background-image: none; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container > .video-iframe-container { display: none; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row > .video-iframe-container { display: none; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .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); }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container { border-width: 0; border-radius: 0; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nF36lqKyLZ0ERTLGEpcv54O7UMKu26Tv > .row .container { width:20rem;height:19.125rem;position:relative;display:block; }#tSxzOktraBvOZ4QH2hzApertpWJNfCyo { top:0rem;left:0rem;width:20rem;height:19.125rem;z-index:14999;overflow:hidden;display:block; }
#DlfGQpmX3o3rMcPsL24fOzNsQAZDA2hC { top:0.625rem;left:0rem;width:20rem;height:18.125rem;z-index:15046;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#G2WtmFrx8qFhCzG7MNpA3WD9vsiQPEgv { display:block; }
#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { display:block; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 { background-color: transparent; background-image: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container > .video-iframe-container { display: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row > .video-iframe-container { display: none; }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .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); }#k04xB20MWWJf9GTb7aue5KJ9NuLtxlF0 > .row .container { width:20rem;height:19.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#vTgm1NM5AVnZmS9yeqVT8u9r7ffXG4W7 { top:1.625rem;left:3.1875rem;width:16.375rem;height:2.625rem;z-index:15007;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXkGULLtaO4wPVot3GJUbJGpxo4Jr6wa { top:5.6875rem;left:3.1875rem;width:16.625rem;height:2.625rem;z-index:15008;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7W7LHsraclFeCQdPbgW5U0J48CvIyps { top:9.6875rem;left:3.25rem;width:16.3125rem;height:2.625rem;z-index:15009;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbrTT9eSwZ8hBlyOFJBtXLZokJ26EaKo { top:1.1875rem;left:0rem;width:20rem;height:3.5625rem;z-index:14987;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#TKmmQ1xx27SM59ECIRqMs8CfzKTmVJl0 { top:9.1875rem;left:0rem;width:20rem;height:3.5625rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#yQRZeMcEBqsZqQ0rBBt96Hd3QxQTL5ep { top:5.15625rem;left:0rem;width:20rem;height:3.5625rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#ETXCpbDhc0xPNTT9eon8r7zqVheV607T { top:1.74658203125rem;left:0.3125rem;width:5.5625rem;height:1.950075rem;z-index:15001;color:#000000;font-size:1.5rem;font-weight:400;font-style:normal;font-family:canela;text-align:left;text-align-last:left;display:block; }
#CbEpxTO89CpnKbIz9VdB8l7IPemBKfPD { top:5.6904296875rem;left:0.4375rem;width:5.5625rem;height:2.03125rem;z-index:15002;color:#000000;font-size:1.5625rem;font-weight:400;font-style:normal;font-family:canela;text-align:left;text-align-last:left;display:block; }
#UUroxUFsv0aRSGoFi5c5MNELZoQFTETM { top:9.7841796875rem;left:0.4375rem;width:5.5625rem;height:2.03125rem;z-index:15003;color:#000000;font-size:1.5625rem;font-weight:400;font-style:normal;font-family:canela;text-align:left;text-align-last:left;display:block; }
#LE9N0aOmfrndeJNJ0119h9gkB8lgQ5XJ { top:16.875rem;left:0rem;width:20rem;height:0.8999rem;z-index:15008;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbylBunTixh6TDgaXgsPDPELUgJiSGfE { top:14rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15009;font-size:0.9375rem;color:#000000;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; }
#sLp8orZWc8abamA7nTr1vF2oH15SLPqG { display:block; }
#OcFchHwpFO8HmvCmEaGZHh6Bl2FfWZzv { top:1.375rem;left:0rem;width:20rem;height:19.119496855346rem;z-index:14999;overflow:hidden;display:none; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { top:2.625rem;left:0rem;width:20rem;height:auto;z-index:15004;font-size:1.875rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wUTZ6yn5ODMUznaK4D83KXWw3dRnAmIV { top:18.125rem;left:0rem;width:20rem;height:4rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#JXKuWJ445AGObwPRz5vyc4O9OHI3KLBK { top:13.5rem;left:0rem;width:20rem;height:4rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#w5NfWQr37AGuZr392ub4LpT6ZHe7rrtf { top:8.8125rem;left:0rem;width:20rem;height:4rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#Mo7wREVDb1sUWudEI1ebJgEVhB27Ltm8 { top:14.59375rem;left:0rem;width:20rem;height:1.3125rem;z-index:15038;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#gt5CzT7anVttVmauo6xbC2FEPRaw5AoQ { width:19rem;height:28.25rem;top:1.3125rem;left:0rem;display:none; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block; }
#mh6StdxpmGyXgAH6IzsZBiLrtSD5k7O3 { top:0.8746337890625rem;left:0.3125rem;width:19.4375rem;height:17.875rem;z-index:15042;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#WCNoQWfe9XEN77nO9zs9q9ZKRgxPutoX { display:block; }
#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl { display:none; }#KUaeqWVoKHRswGKtgZapBkstlwKZFJcl > .row .container { width:20rem;height:2.4375rem;position:relative;display:none; }#aMrC2ikqsVMrfLzTwnItg1eX3aKRLAwx { top:0rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
#uZnD4TNWbTViVXSmkfhrB9zNHSEgKbNg { top:0.75rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { display:block; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#NXmVFgQoRTSzFNBTmz7Xw0aoyyizWS1W { top:1.275390625rem;left:0rem;width:20rem;height:3.449225rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4TmCXc1LntESgJpJFJFzX5p4qlH41mp { top:0.34375rem;left:0rem;width:20rem;height:5.25rem;z-index:15047;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#B9xRJktpPxCWLsweRn1WRLQy9RkPai9T { display:block; }
#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu { display:block; }#QyhiFJg13FKmI51IyP0QV6DOb0Att9Pu > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; }#Uu1uU3CulBzRu6bemaQTiDhABz5NV34k { top:0rem;left:0rem;width:20rem;height:7.9375rem;z-index:14978;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa { display:block; }#nClxgoU4kP7W7Q2JUNxIqzDqRRO9klCa > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#P4ldfATUyTcb1PGn9dTUwvxDLwcletlP { top:0.79345703125rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15005;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCcNILMOKxSNKFSB0ZTT3VWecd4lmCCN { display:flex;top:0.96875rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15044;font-size:0.9375rem; }
#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu { display:block; }#x22Ga1oACNGwODD3HeKz3If7FAASS7Tu > .row .container { width:20rem;height:7.125rem;position:relative;display:block; }#AhQPqMEuas0nxmiJLrqiLo7hitQKlztR { top:1.4375rem;left:4.125rem;width:15.875rem;height:0;z-index:15006;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EAcI7yrFsD0ghaqnwXzsKFWh01btkwW7 { top:1.4375rem;left:0rem;width:3.25rem;height:3.25rem;z-index:15002;overflow:hidden;display:block; }
#lJvJGFbfnHOD1gUtaPd3ig2UDxo3lVuw { top:1.375rem;left:4rem;width:16rem;height:4.8984375rem;z-index:15009;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { display:block; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; }#EizkmIeLXTV3ctNraF46zBoI8HV0EFqH { top:0rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ebQ4MKked9i3PJNRArEvesRGmopxEkyr { display:block; }#ebQ4MKked9i3PJNRArEvesRGmopxEkyr > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; }#kTGxKQJgQstc7d9WPI0N7k2uKdVUObzk { top:0rem;left:0rem;width:20rem;height:7.9375rem;z-index:14979;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL { display:block; }#LWBMJTNKS0mbMDSQUpDXtsMk7pPThqnL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#NavZ1NV0GobtqUTDfgV6Kwn0vguvSlyQ { top:0.79345703125rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15005;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwUTLEd1AJAJF5P8pnIJi6LMsuGGI40T { display:flex;top:0.96875rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15044;font-size:0.9375rem; }
#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR { display:block; }#LxsdyyOuUAuGI2VZGtkrOkqB8fRbJTQR > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; }#GxmWSTZksERcPMWcbCJGqTpWfsA27PZH { top:8.7498779296875rem;left:4.6875rem;width:14.3125rem;height:3.673825rem;z-index:15012;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GowfIN3bwhBewSbvUixp2bvflW8gT3FL { top:1.625rem;left:4.8125rem;width:15.1875rem;height:4.8984375rem;z-index:15011;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeVhblrAAIX1MqGZTK4spL1t4yM5l97L { top:8.624755859375rem;left:0rem;width:3.5rem;height:3.5rem;z-index:14989;overflow:hidden;display:block; }
#Z7IFBLyn5F1n3QOFDIEI1TCVqbPx3iNl { top:1.11181640625rem;left:0rem;width:3.75rem;height:3.75rem;z-index:15004;overflow:hidden;display:block; }
#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc { display:none; }#tA0TFfbDLfDDUZrA9klO1hQey9ZJM7Pc > .row .container { width:20rem;height:0.5625rem;position:relative;display:none; }#ro9bGsv12SNCtZopqPzTvRy9Rm3yt5Qd { top:0rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr { display:block; }#SP4CX5XuIJ6vVmaDhS6cLW9DhHTpS5Sr > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; }#JEtCUq9eE11l6lwCg5ihACfe4mexahRg { top:0rem;left:0.125rem;width:19.875rem;height:7.9375rem;z-index:14979;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU { display:block; }#sfm4eoHcWSqwIdVa2TzXH4Q5nBZeAXGU > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#mdfqVViytVvA0IoWzCmJyQOzfygTV3Fz { top:0.79345703125rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15005;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcmF4eNCELXTGZdSvUG9GLdgqThWG4QV { display:flex;top:0.96875rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15044;font-size:0.9375rem; }
#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN { display:block; }#PEqAsBblwEVQ6MGukXqsHZptF0oNupPN > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#qznFnBmeAdon4Mvb8gOaVPqdv4fSJD2L { top:8.75rem;left:4.8748779296875rem;width:15.125rem;height:2.44921875rem;z-index:15011;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { top:1.625rem;left:4.875rem;width:15.25rem;height:4.8984375rem;z-index:15010;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTqLwSoLI0q1TzOpyIxIAv06wSHeumuv { top:8.4375rem;left:0rem;width:3.875rem;height:3.875rem;z-index:15007;overflow:hidden;display:block; }
#zb66g1NXrMx4I4uT0a62o0QtEtRXyEQD { top:1.375rem;left:0.25rem;width:3.4375rem;height:3.4375rem;z-index:14992;overflow:hidden;display:block; }
#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg { display:none; }#E4Fr3pBTeEZw0AkaTQGbd2i44vuprCEg > .row .container { width:20rem;height:0.5625rem;position:relative;display:none; }#gIlEXc0cumWFJbMGOL91wGXHVS6riA8C { top:0rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX { display:block; }#M87CBMQSdy7dexE0Hwb3MHsUaq7gMnrX > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; }#Nc9G1Xs2p4IXuoIgbqoOWlgM8xToTGvE { top:0.0625rem;left:0rem;width:20rem;height:8rem;z-index:14979;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu { display:block; }#KUTQpIP4bkkJoxqPZokObedK4iioB0Tu > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#MTOkiDMZEWGI4lLWC9JsCQcUZGMXlVEW { top:0.85595703125rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15005;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1HksJFE5Te2DPRGFbhAmKcgs5GMiJcS { display:flex;top:0.96875rem;left:18.625rem;width:1.375rem;height:1.375rem;z-index:15044;font-size:0.9375rem; }
#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr { display:block; }#XUT1kHFJSfv6Idfvl37hVMkBi4AtQ4mr > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; }#vfpWTiGeX8b2dfmyyVbdpmE43C9f0wts { top:12.9248046875rem;left:4.625rem;width:15.4375rem;height:3.673825rem;z-index:15015;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdrCt8a2L8VxGU8EAIVFpBuLMmpWoBmP { top:9.24951171875rem;left:4.625rem;width:15.375rem;height:2.44921875rem;z-index:15014;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WREOJiN7xiaUC0zUQfCgSMDNaL0xp3bU { top:5.375rem;left:4.625rem;width:15.375rem;height:2.44921875rem;z-index:15013;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HDp0UXpfSSAipulm1q9KFZm6CXhMezkM { top:1.625rem;left:0rem;width:20rem;height:2.44921875rem;z-index:15016;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MpqlM4BtCt7GRvGNBBrIQx412NiLqbT8 { top:12.0810546875rem;left:0rem;width:4.3125rem;height:4.3125rem;z-index:15011;overflow:hidden;display:block; }
#ubm1K8cGRbmFhP3UeJczoqUruZNI2H2I { top:8.46826171875rem;left:0.3125rem;width:3.6875rem;height:3.6875rem;z-index:14996;overflow:hidden;display:block; }
#FoOwc2ZCpLFvBZ5xa8563NeZ30qyg6ny { top:4.7998046875rem;left:0.1875rem;width:3.625rem;height:3.625rem;z-index:14993;overflow:hidden;display:block; }
#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg { display:block; }#uAlc8EOTLnK2OReFH4qlTPO5XSW0AIXg > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#SmfpkxTd16OkL8nskPRcKhfAxeKmZW6H { top:0rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ZuiIfW3kolopiJiUH9ek20DoFaOKhPTd { top:2.125rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15009;font-size:0.9375rem;color:#000000;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; }
#fIfHc7SfJDEAvTu7aQSv2BSqUH3ds4Fv { display:block; }
#WE4ZBOPRVmrUOFxwaAZ026dM8rdQ4cIR { top:2.84375rem;left:0rem;width:20rem;height:1.2246125rem;z-index:15039;color:#ffffff;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#BtwvI12K6T7JGA3yC6vz8orunTrHcq8T { top:5.875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ItA2qmTqvXsxDHiNsTB8d5Z9P7edT0yc { top:0.2491455078125rem;left:0rem;width:20rem;height:6.875rem;z-index:15043;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#NGCxuCxt0vBt5ob0O3ulf7TnooSbTLKn { display:block; }
#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr { display:none; }#dda2Z4DdZanRDDwT4S0TuH7lex1qEHrr > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; }#afm3q22TEP8llNSRkfmSMiT0TQ2pgm1R { top:0.79090881347656rem;left:0rem;width:20rem;height:1.875rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxgOeXIi9kydTd2pUx9Kyhpf6J9p9iTS { top:2.86474609375rem;left:0rem;width:20rem;height:2.625rem;z-index:15005;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA { display:none; }#bwl3nBd0Ty1B5dSxHfm9m2JakxnEJzdA > .row .container { width:20rem;height:33.75rem;position:relative;display:none; }#EvhB4MknaZLFmOVdpuHoAUCwEhKWbsvo { top:15.7099609375rem;left:0rem;width:20rem;height:2.625rem;z-index:15009;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrdCqaGZgCV8KpyvqUpJVcuS0Bc4g0bO { top:13.095703125rem;left:0rem;width:20rem;height:1.57470625rem;z-index:15010;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwJ8XT4p34JCbx4V2X7L9Ratt2ZeeFHF { top:28.55810546875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15009;font-size:0.9375rem;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:block; }
#fy5L7OczrSF0IXmwxfHk8WORcOg0x9oy { display:block; }
#eCdL13UG87z8kvgqO00plC3WqJ6O62Bl { top:13.85595703125rem;left:0rem;width:20rem;height:15.875rem;z-index:14984;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;display:block; }
#BUySpu8BTSDmCN0PuuqtyOXEgvTXFZnO { top:19.6240234375rem;left:2.37451171875rem;width:16.624875rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#UX2XdAfKkXwQspqSb3oyfJ9MgzynmmdN { top:19.3115234375rem;left:0.49951171875rem;width:19.124875rem;height:1.749675rem;z-index:14986;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#QVtW9lvZk8JvQIDhPxT981TmZaephCiM { top:21.6240234375rem;left:2.37451171875rem;width:16.624375rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#MmndvZFyZ8WlrI1TDnNp5rFvNBUd156m { top:21.3115234375rem;left:0.43701171875rem;width:19.124875rem;height:1.749675rem;z-index:14987;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#bbAdPEIGy8JgBvaEkqTJJNAAbGgpakZr { top:23.62451171875rem;left:2.37451171875rem;width:16.624375rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#MkQfWvdRMQeLVBhugntK5RBBrIQmOnJ0 { top:23.3740234375rem;left:0.49951171875rem;width:19.124375rem;height:1.749675rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#izy6L0VSsT7VoRaShfZBQanEcWitUiLf { top:25.3740234375rem;left:0.49951171875rem;width:19.124375rem;height:1.749675rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#BI26HEu4TdaAqrIJw01SyWKMzxMyO2HS { top:25.6240234375rem;left:2.43701171875rem;width:16.624375rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#B9hlLTanGpZ6pcHMrLQ9qv4PTppM2NPe { display:flex;top:19.6240234375rem;left:0.81201171875rem;width:0.99989375rem;height:0.99989375rem;z-index:15034;font-size:0.6875rem; }
#HK74tfyMF1T42kPW7gTb4cG089AupOLm { display:flex;top:21.68701171875rem;left:0.81201171875rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#lFurZtSlld7SfF3ABM9Qzptd4avDzC8s { display:flex;top:23.6865234375rem;left:0.81201171875rem;width:0.99989375rem;height:0.99989375rem;z-index:15036;font-size:0.6875rem; }
#veeJgeIF4mCycE6t1TMM50cyIHGLsre0 { display:flex;top:25.7490234375rem;left:0.875rem;width:0.99989375rem;height:0.99989375rem;z-index:15037;font-size:0.6875rem; }
#boRfkpllLfK0EECE4W3KHcTfDCon6plu { top:0rem;left:0rem;width:20rem;height:15.5625rem;z-index:14979;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TTwiWpFufRTIwI99FCDQ02g9684mythI { top:12.8828125rem;left:1.9375rem;width:15.875rem;height:1.75rem;z-index:15003;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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#ffffff;background-image:none;display:block; }
#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT { display:none; }#pdmfdW6KMvgE1MGu6kQ2oUwGckgJ0UMT > .row .container { width:20rem;height:44.25rem;position:relative;display:none; }#oZHmq9GxHu2kcLTpvxv70kILHP6uOc2J { top:5.3125rem;left:0rem;width:20rem;height:19.5rem;z-index:14984;overflow:hidden;display:block; }
#Ps4SbeTBrX233gV9wKgamQsEEkm52zoJ { top:24.5rem;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; }
#z43LTcPKXCwfpMnRUzCDytw6RfRJ4T5M { display:block; }
#J81BUKofOGUQSqSTg6hHei1yaTBEIVUg { top:2.8125rem;left:0rem;width:19.9365rem;height:2.33764375rem;z-index:15003;font-size:2.125rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#dyKRTurbTbxlSzEXKRVbKL2o4hQrruOD { top:0.5625rem;left:0rem;width:12.4375rem;height:2.25rem;z-index:15004;font-size:1.875rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#ulwoA3n3b026fbtaTTDKGzwSBlKUeNGU { top:23.875rem;left:0rem;width:20rem;height:auto;z-index:15076;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.36);font-weight:400;font-style:normal;display:none; }
#Z6PiKyWFzAAoDV4NtEAJKhiig1TiEbyB { top:8.1875rem;left:7.25rem;width:5.4375rem;height:auto;z-index:15033;font-size:1.625rem;font-weight:700;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#iHw6MSt8TBIVvyqycVdTX4FIw2fXUrhv { top:26.125rem;left:1.8125rem;width:16.3125rem;height:2.6875rem;z-index:15006;font-size:1.1875rem;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; }
#N7RcKb64Ntx8T6DrqAZVcAgTb8wUhFAT { display:block; }
#agqal8PS4wpeHM5XW9mGFBRuSADJtZt8 { top:25.625rem;left:1.6875rem;width:16.625rem;height:3.8125rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#sP5brxE0aoVdLxk5Xy5C8wtHGfrZhGAc { display:block; }
#gqc2Zio0hvG73egtxuJxTVJGFA8IahRJ { top:40.625rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15009;font-size:0.9375rem;color:#000000;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; }
#T1OH1xqnn94LRM16Us48ZJxs8UVi6GJJ { display:block; }
#PM8GsVKXEkQ9dcDGx8cgaRIe2dCChaqS { top:24.375rem;left:0rem;width:20rem;height:17.4375rem;z-index:14985;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;background-image:none;display:block; }
#rzKurLLF1HaDbSVUeW6WBTnTow2RzKuu { top:37.875rem;left:0.5rem;width:19.124rem;height:1.7495125rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#xDK1oMhPzMWSGWOO2glMKZg2PMB6vq3y { top:38.125rem;left:2.4375rem;width:16.624rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#Qzi2aIHbbEFhfTdTDoBL0ToBUSxkofMt { top:33.8125rem;left:0.4375rem;width:19.1245rem;height:1.7495125rem;z-index:14987;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#weiZZTMl4N7XTIGgr6J5JZqAg8zdJyFb { top:36.125rem;left:2.375rem;width:17.3125rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#DeXZz2IClArgu5GvHtEeCRFm0srST9xc { top:35.875rem;left:0.5rem;width:19.124rem;height:1.7495125rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#lK9OytyJowoPgN6v7alPOkbweNu7GUT7 { top:32.125rem;left:2.375rem;width:16.6245rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#cbTsgaCNbkObK4AUD9TmHHW0zN3lkAML { top:31.8125rem;left:0.5rem;width:19.1245rem;height:1.7495125rem;z-index:14986;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#XC7bfiUB8qQssi6468owGkiRzMrmnTU4 { top:34.125rem;left:2.375rem;width:16.624rem;height:1.3125rem;z-index:15002;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#Z4rkFEIOKz3tTBHMay1XEQDwHPWZKF36 { top:28.375rem;left:0.625rem;width:18.75rem;height:2.625rem;z-index:15009;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnWT7RMU5lnm6T8SfvittVMdawUKiGyO { top:25.0625rem;left:0rem;width:20rem;height:1.57470625rem;z-index:15010;font-size:1.3125rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGUt4NPzBUCvBMdldv8VLc1CSiguSzNC { display:flex;top:38.3125rem;left:0.875rem;width:0.9995125rem;height:0.9995125rem;z-index:15037;font-size:0.6875rem; }
#vQTzpnfU46atV6oH8NnCgMI7ZX0MmofW { display:flex;top:32.1875rem;left:0.8125rem;width:0.9995125rem;height:0.9995125rem;z-index:15034;font-size:0.6875rem; }
#f42Z1cfPdah5rLT0PAS11oNVGrxScucn { display:flex;top:34.25rem;left:0.8125rem;width:0.9995125rem;height:0.9995125rem;z-index:15035;font-size:0.6875rem; }
#d4t1b2kqCtrPfTEN74HLlh4MO32wgxtp { display:flex;top:36.25rem;left:0.8125rem;width:0.9995125rem;height:0.9995125rem;z-index:15036;font-size:0.6875rem; }
#dcDkPsfdEyrFJdToSaOTUK5sQQqUdXt2 { top:41.1875rem;left:0rem;width:20rem;height:1.3125rem;z-index:15040;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#er4Qsh5mlurDew2KdGrQnJfq6yzbp1dc { top:18.4375rem;left:0rem;width:20rem;height:12.125rem;z-index:14980;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:none; }
#zBMwdTeIarl4yTihA0ZCox3EoiiHEz5y { width:19rem;height:34.125rem;top:1.875rem;left:0rem;display:none; }
#FnUdMw73KRdEXDlv6gwpS9JpURo4qnTQ { display:block; }
#OPOlOf0P4XO8rKCudaMRL6isKfiITDH6 { top:0.6875rem;left:0rem;width:20rem;height:43.25rem;z-index:15044;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#izFx1RO0zf9khLzotZXuEwiNWEly5Syg { display:block; }
#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT { display:none; }#X8EQsmhFC1IzDpAEWrwJNH7UxwgzAJbT > .row .container { width:20rem;height:2.4375rem;position:relative;display:none; }#aJsGzcV7MBSSIbcqCwVxLgtTNL7otU6W { top:0rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
#B8s1yQitq8AzNPZp881PG3Rp9aCfgCic { top:0.1875rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE { display:none; }#HmDUHEQbcLWh9m3xJeCT0vyztEZNViiE > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; }#vwHhk4dcXeLCef7BlFdRMqQzoydfDZnb { top:1.625rem;left:0rem;width:20rem;height:1.72485625rem;z-index:15005;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uPe5CN7toamW1OyxqboddAoUlxIzMVqD { display:none; }#uPe5CN7toamW1OyxqboddAoUlxIzMVqD > .row .container { width:20rem;height:98.6875rem;position:relative;display:none; }#LirR0CkLWVPbndvTyaMp36g1z7hfgOzw { top:21.9995125rem;left:1.1875rem;width:10.625rem;height:13.6875rem;z-index:15002;overflow:hidden;display:none; }
#HBVezkgiqs8BVolKldmUaEgraLbrKTce { top:0.4375rem;left:0.375rem;width:1.7495125rem;height:1.7495125rem;z-index:15031;overflow:hidden;display:block; }
#PkIRe4N2KTJ9QlyvveoM6mkJk23ToJEU { top:2.31201171875rem;left:9.125rem;width:10.0610625rem;height:2.3994125rem;z-index:15003;font-size:1rem;line-height:1.2;display:none; }
#TioETCCsFnDOz3cNvTuB1R7ZUQLUHMIo { top:1.375rem;left:0.9375rem;width:18.125rem;height:auto;z-index:15035;font-size:1.1875rem;line-height:1.2;display:none; }
#xZI2wAOCibQ2RyhrIIUpcUZT2Nkxe3il { width:17.5rem;height:3.4375rem;top:3.4370125rem;left:1.25rem;z-index:15027;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#I7PdaWUopTM5XbzeJDFmJwWZEDGuKAN0 { display:block; }
#zfuCKh6kbkeL600UiEDhQGeFHgAoNzh9 { width:13.125rem;height:2.4375rem;top:14.5620125rem;left:3.4375rem;z-index:15022;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; }
#iFIXxywKkEPmgRZpcqdmKeJneRk7mTsq { display:block; }
#EtpT12RvUXMhwqriTHMhDBixO5N9IRxb { width:5.5rem;height:2rem;top:8.1245125rem;left:7.25rem;z-index:15027;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#mTsGI8ppsKMQs7GrRdwGL2V76iiyawSO { display:block; }
#lXGsHqyXIMxiVz6FSdeVqEWuEJJpVIfc { width:20rem;height:15.875rem;top:21.2495125rem;left:0rem;display:block; }
#nZ5gZFSeWdxkZ3zc0hy2KlNno39Zm7EC { top:7.875rem;left:3.4375rem;width:13.125rem;height:auto;z-index:15003;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#bSXH7DaBlhOWCVxopOGdLr2pNiO4GCMr { top:9.1875rem;left:3.4375rem;width:13.125rem;height:auto;z-index:15004;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#WImxOAwaJnhUBe32akeIp3ArTlm3SrxG { top:10.5rem;left:3.4375rem;width:13.125rem;height:auto;z-index:15005;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#xaN6yguJMIkZr2VqgvBgPkSmmdclTNAa { width:13.125rem;height:2.4375rem;top:53.8745125rem;left:6.875rem;z-index:15022;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; }
#WQfrR9TefArrT5yIUOgcrQBGzsphd6To { display:block; }
#BC4uTFkM7Z0eRFBXJoCxWuaX8SWfKRkP { width:19.875rem;height:15.9375rem;top:41.7495125rem;left:0rem;display:block; }
#CGywy9ADq502v7oTSuX9gsqNvGBtJLQy { width:5.5rem;height:2rem;top:51.3120125rem;left:13.3125rem;z-index:15027;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#wPpk4qK2b6KWACRMACLSP1dTbKEiA7hW { display:block; }
#xbm5TzfR27pTR6DVlsgACAgT4gUqgduR { top:48.2495125rem;left:6.8125rem;width:13.1875rem;height:0;z-index:15005;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#J4lpiVRg4aJxSnTwT5oG0yNzNTFZrmGD { top:47.1245125rem;left:6.8125rem;width:13.1875rem;height:0;z-index:15004;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#WhNNNAqDuSWJ3W5ncZDfdxubUFEzF5z2 { top:45.9995125rem;left:6.8125rem;width:13.1875rem;height:0;z-index:15003;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#AMdZLfcSyZp4TuTWOEKzX7zHTRc49MFl { top:42.2495125rem;left:3.875rem;width:16.125rem;height:0;z-index:15003;font-size:1rem;line-height:1.2;display:none; }
#RxmHpVF7Ks09DcnZT00gCztTNTn0TBCM { top:42.2495125rem;left:0.5rem;width:2.1875rem;height:2.1875rem;z-index:15031;overflow:hidden;display:block; }
#aFhMPlw0RonwThGnQcK5TF5OJzhqJq7X { top:1.3125rem;left:0.9375rem;width:18.125rem;height:auto;z-index:15035;font-size:1.1875rem;line-height:1.2;display:none; }
#MRn8UvBvc0Aln7IwR2E1i8q7oGieUWn1 { width:18.125rem;height:2rem;top:38.4995125rem;left:0.9375rem;z-index:15027;background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#eiVy9QtA04NfnuxxlqHucynSQvdQLLyh { display:block; }
#VlsnJdZMCPWKMPVE1hdzelPQ8ewTrkHT { top:49.3901375rem;left:6.8125rem;width:13.1875rem;height:0;z-index:15005;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:none; }
#J0dauIqqykW5rqCpeMdCvFcFk6uMmk3E { top:3.75rem;left:4.8125rem;width:10.3125rem;height:14.0625rem;z-index:15035;overflow:hidden;display:none; }
#ZTBhR4dVG06xU87BdgKHcuagKUefn9wl { width:19rem;height:18.5625rem;top:0.75rem;left:0rem;display:none; }
#ei4zdkMZ3g8GiutUf2qzNwGxWgRQ0RNi { display:block; }
#ShtrpImRMloTCxXIwvH9eSuxRidvOf3n { width:19rem;height:18.3125rem;top:0.875rem;left:0rem;display:none; }
#kWya8bXUDVXol2M8V4xO2Qs5DNDTDDEc { display:block; }
#dZRToWbHTm7qktJ9Kc6D96ylyXHb1eKt { top:12.75rem;left:0rem;width:20rem;height:auto;z-index:15034;font-size:1.1875rem;font-weight:400;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#L17QMs3qzhesI9ss9dka6H7n4yheeDHi { top:12.625rem;left:2.75rem;width:14.5rem;height:auto;z-index:15034;font-size:1.1875rem;font-weight:400;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#Xz7afI6Awr62qHXEyhV587pqGegAg14t { display:none; }#Xz7afI6Awr62qHXEyhV587pqGegAg14t > .row .container { width:20rem;height:18.75rem;position:relative;display:none; }#kwTaJkZ152FsqLneA2fUsOFZw8I2Ltxl { top:3.49951171875rem;left:2.1875rem;width:11rem;height:1.04980625rem;z-index:15054;font-weight:700;font-style:normal;font-size:0.75rem;line-height:1.4;display:block; }
#agxugVb065tZgoJbkCfSaOcUZS9JO8TT { background-color:#faf8f8;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; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container { background-color: transparent; background-image: none; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container > .video-iframe-container { display: none; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row > .video-iframe-container { display: none; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .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); }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container { border-width: 0; border-radius: 0; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agxugVb065tZgoJbkCfSaOcUZS9JO8TT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#bp7sEsfiddfeJDyXiH3nbkc4tQQOrZ8y { top:1.9808349609375rem;left:0rem;width:20rem;height:1.72485625rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh { background-color:#faf8f8;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; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container { background-color: transparent; background-image: none; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container > .video-iframe-container { display: none; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row > .video-iframe-container { display: none; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .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); }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container { border-width: 0; border-radius: 0; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxBEx8V7SIbRTcLt9QTLSzNBVGRvkTRh > .row .container { width:20rem;height:34.875rem;position:relative;display:block; }#TQ1CnQfT9DRUeeGxp7DXHhCTTyeFcxRH { top:0.4365234375rem;left:0.3748916387558rem;width:4.875rem;height:1.25rem;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#NpBg5J1KtgCrpHqiInqQF4TfwJHRmE0w { top:0.6865234375rem;left:0.75rem;width:4.1875rem;height:0.89355625rem;z-index:15030;font-family:brown;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#ce0nBTBd3fDA9SM0TrvaPn94TNKkRKo4 { top:0.6865234375rem;left:10.56201171875rem;width:8.125rem;height:0.89355625rem;z-index:15031;font-family:brown;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#iPlbR1HOh3yfTzI1Ows9fgFpo7zGSPNa { top:16.49853515625rem;left:4.49853515625rem;width:14.2496875rem;height:0.9746125rem;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:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;color:#000000;display:block; }
#zmb5qILNnsT7hDcJQncZTR5JUsB4r5tw { top:19.93603515625rem;left:0.4990234375rem;width:17.7495625rem;height:1.8374rem;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.3125rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:canela;color:#000000;display:block; }
#JksJVxlmyReRQoZwhLBgsfEQnTrgRHhg { top:13.56201171875rem;left:1.31201171875rem;width:5.0625rem;height:1.13769375rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
#SNpD9z6xCunrnBTPzmEoSuTEM2PC4hzR { top:12.9990234375rem;left:12.8125rem;width:7.1875rem;height:2.1875rem;z-index:15035;overflow:hidden;display:block; }
#XsbmpGwZPXu7xZ9Xc7nnpt6y4wqlqUzh { top:0.01416015625rem;left:0.0283203125rem;width:20rem;height:12.3125rem;z-index:14999;overflow:hidden;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; }
#KBxqmoZndpILlTrSKxVJakvISV0KsRET { width:20rem;height:33.25rem;top:4.3125rem;left:0rem;display:none; }
#JzlURJFKzte7rX3nTSh1GhZNNGigQuGh { top:22.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:#000000;display:none; }
#w7MOpTQP0HVyFTfzdxEU45TNR6IliHrt { top:22.061157226562rem;left:0rem;width:20rem;height:6.5625rem;z-index:14991;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:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#bc6uNdGrAkgdE2t5eTipDGZopqmZ737K { top:13.470703125rem;left:0.24951171875rem;width:1.18706875rem;height:1.124675rem;z-index:15074;overflow:hidden;display:block; }
#Q8FN2KWiGtixwNI0e136aE0fEdGEBm32 { top:14.79833984375rem;left:0rem;width:4.25rem;height:4.125rem;z-index:14993;overflow:hidden;display:block; }
#oyy0nT44ZRbtGtMRx3Mc3eM1sTamiuJS { top:16.1357421875rem;left:0.2216796875rem;width:3.99956875rem;height:1.57498125rem;z-index:15065;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.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#cZocaQrpPBHDhJU5Axq9K25UVgspZExr { top:23.75rem;left:0.5621337890625rem;width:19.4375rem;height:4.546875rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#XG2vEQPbv6VvJM04w83LVvLPrgGaKBUe { top:29.553466796875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15011;font-size:0.9375rem;color:#000000;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; }
#rfdqKB8wTkN9M1TD5dl7x6JqAJTlTWtM { display:block; }
#iTH7n6XmuH5fa6nL0OCTmOqQ8R2U1nGX { display:flex;top:22.5rem;left:3.1875rem;width:0.87456875rem;height:0.87456875rem;z-index:15031;font-size:0.5625rem; }
#H1ng77mVJTFn2T2dDWxtvJz4v9q0JBT6 { display:flex;top:22.5rem;left:4.125rem;width:0.87456875rem;height:0.87456875rem;z-index:15032;font-size:0.5625rem; }
#BMhDBVOAaFeI1dQm7Hk4bzAENL7tmo0Z { display:flex;top:22.5rem;left:2.3125rem;width:0.87456875rem;height:0.87456875rem;z-index:15030;font-size:0.5625rem; }
#omIH05flA5M9tcUyAbfy1PTO7Veg46nB { display:flex;top:22.5rem;left:1.375rem;width:0.87456875rem;height:0.87456875rem;z-index:15029;font-size:0.5625rem; }
#XXfvQCvvOyu9nt3wbDhn3tPU4A6oZ43m { display:flex;top:22.5rem;left:0.5rem;width:0.87456875rem;height:0.87456875rem;z-index:15028;font-size:0.5625rem; }
#HEi86sA1wm35qeIwApzQBI9HBnTOLSvq { top:0.435546875rem;left:10.56201171875rem;width:8rem;height:1.25rem;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#GoaBDfJDTSiOtMFpaUklp5BPqbrSTWF0 { top:18.17138671875rem;left:0rem;width:19.936rem;height:1.29980625rem;z-index:14989;text-align:center;text-align-last:center;color:#f3efef;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; }
#d6yfDAgmg6920PwTHUiK3RVuqLkVJkTA { top:31.9912109375rem;left:0rem;width:19.937rem;height:1.29980625rem;z-index:14987;text-align:center;text-align-last:center;color:#d3d3d3;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; }
#s7iDhTEinvZqXZrBt07Jpmn62foG1ldx { top:30.147338867188rem;left:0rem;width:20rem;height:1.3125rem;z-index:15044;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#k1ix4GF6wN0BJN77T1UZHn9QLJcGbFG8 { top:0.68603515625rem;left:0rem;width:20rem;height:32.3125rem;z-index:15047;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#vo4RSOLchEwEww0JODfCAdamliUIF2kb { display:block; }
#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA { display:block; }#bzqT4TRdbWK9uUmLAZKmX0Do3XX9iIDA > .row .container { width:20rem;height:4.875rem;position:relative;display:block; }#davI1aEHvTOT4MlLCMXaw9MQ40ldqNox { top:1.4375rem;left:0rem;width:20rem;height:1.72485625rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sby4ATPZClPNr6KhmBPwTHGDyPpXzQnx { top:3.3125rem;left:0rem;width:20rem;height:1.28125rem;z-index:15005;font-size:0.9375rem;color:#000000;line-height:1.3;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#db1mPvSne5q7nlkkvyq0cVtbXgbgEBBy { top:0.43701171875rem;left:0rem;width:19.75rem;height:3.9375rem;z-index:15056;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#VUJ98bT716PAvU4oXzcDBuKMzAmXzkku { display:block; }
#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH { display:block; }#AaF3Uv1CnTmdiFkN3awiNkurdTUZuQNH > .row .container { width:20rem;height:24.375rem;position:relative;display:block; }#HF6mbNFWi5tNJdv4M6C1n1ZUHwP8odU1 { top:0.53076171875rem;left:0rem;width:20rem;height:23.6875rem;z-index:14984;overflow:hidden;display:block; }
#bA5OPuKe5W6vU2b66rfGGPXLT4UWLxkr { top:1.0625rem;left:0rem;width:20rem;height:22.625rem;z-index:15069;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#MfvippJswKACluAFZLPfCxUTSFztbhzb { display:block; }
#UhW8aWLCeouXKAzR6hrWooh2zMgil41S { 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; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container { background-color: transparent; background-image: none; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container > .video-iframe-container { display: none; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row > .video-iframe-container { display: none; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .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); }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container { border-width: 0; border-radius: 0; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhW8aWLCeouXKAzR6hrWooh2zMgil41S > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#Z99nDNel9DhaArZpRiBn0WrnR6wMUUPl { top:2.0620660781861rem;left:0rem;width:7rem;height:5.5625rem;z-index:15009;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#yMzJUu3E665vihsVi2kiiTUxVR5bkm6I { top:1.9997825622559rem;left:8.9370660781863rem;width:11.0625rem;height:4.734375rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.3;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7xgIn4Wo56tmyd6yoATdoiTdTbHqCJX { display:flex;top:1.9997825622559rem;left:7.4375rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#sCbNoGuouIWXkii59oArA3qqRksfSPWO { top:2.8748912811279rem;left:7.87478351593rem;width:0.124783125rem;height:7.0625rem;z-index:15036;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#y9GWilNMgcdtstgBaWaS3MSkyBaNKq82 { top:9.8748931884762rem;left:8.9371747970581rem;width:11.0623125rem;height:4.734375rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.3;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGXkpJW3CwC3KqoXN7DPPCE0l63Q54iI { top:10.75rem;left:7.8748922348025rem;width:0.124783125rem;height:7.25rem;z-index:15036;background-color:#d3d3d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fQ8ytzbHMTPO7QB6lO8ycaP3x1pxiC92 { top:9.9372863769531rem;left:0rem;width:7rem;height:5.5625rem;z-index:15009;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HZMWKXmRurr1IITBivCLeThliLq7NzQ1 { display:flex;top:9.8748931884762rem;left:7.4370660781863rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#I7XZuHCWtkprBysC2HPVWl4wqyil5lTQ { top:17.875003814698rem;left:8.9371747970581rem;width:11.0623125rem;height:5.93359375rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.3;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1wWTfSacxRTtdIQuOc08694xuFN5O9N { top:17.937393188476rem;left:0rem;width:7rem;height:5.625rem;z-index:15009;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#dOApI1VoxOyqpEfGvfIWDlK4Hr1sDEz3 { display:flex;top:17.875003814698rem;left:7.4370660781863rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#gyXyNT5Sr9Jb0TIs0IJshoeMHUGLTcHa { top:25.6875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15010;font-size:0.9375rem;color:#000000;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; }
#CwS2IE89lWenGCeKWmAIyVS0po7Lcund { display:block; }
#fe9t0fTP344JmSaxxx8WRfTvqioJOzkt { top:28.9375rem;left:0rem;width:20rem;height:1.798825rem;z-index:15008;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBXAqZJ7fCw6rtClkwAiW2EzJgPmfN0E { top:26.28125rem;left:0rem;width:20rem;height:1.3125rem;z-index:15046;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#GUAOkOph7Thuw1mJumqgHl1cvPnhoo7u { top:1.1248779296875rem;left:0rem;width:19.3125rem;height:30.1875rem;z-index:15050;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#O4cCiDpeeTiDNuQuGT87uxzX3F4mVtkW { display:block; }
#UleD13ctu2trWh7TJIC6b0FV7vslovFd { 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; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container { background-color: transparent; background-image: none; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container > .video-iframe-container { display: none; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row > .video-iframe-container { display: none; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .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); }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container { border-width: 0; border-radius: 0; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UleD13ctu2trWh7TJIC6b0FV7vslovFd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#JsOBTXFQOm6oSJWWq4f7UI3NBew5sgIH { top:1.5625rem;left:8.75rem;width:3.8125rem;height:1.375rem;z-index:15002;font-size:0.625rem;line-height:1.1;display:block; }
#FDiLtyAy4U3hM4pVxzeCVG9DkDSbTsFP { display:flex;top:1.5625rem;left:7.0625rem;width:1.3125rem;height:1.3125rem;z-index:15003; }
#JX8KwTwSuBFetsr9KHTKe8c46WDZnodx { top:1.5625rem;left:2.25rem;width:4.4375rem;height:1.375rem;z-index:15004;font-size:0.625rem;line-height:1.1;display:block; }
#MvBxIsZMebSRRn4uMVUVVHpKmbLloe6W { display:flex;top:1.5625rem;left:14rem;width:1.25rem;height:1.25rem;z-index:15001; }
#SQZ0F0nD5QuUr4pKIdmgGMZW0fv5EzqH { top:1.625rem;left:15.5rem;width:4.1875rem;height:1.375rem;z-index:15000;font-size:0.625rem;line-height:1.1;display:block; }
#eEK4wnTvywktsAF3RMiJbxkIQkhFc928 { top:1.125rem;left:0rem;width:2.125rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#u2QR1CgZkJfqk5srb7b3owVqnduviyvK { top:2.4375rem;left:0rem;width:19.9360625rem;height:1.29980625rem;z-index:14988;text-align:center;text-align-last:center;color:#f3efef;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; }
#VdzSZ8KCtgeGCQTBmnZwHp8byJOTqgKL { top:0rem;left:0rem;width:20rem;height:1.29980625rem;z-index:14989;text-align:center;text-align-last:center;color:#f3efef;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; }
#fxh9TgxfVEnxrdkENdV45z920tNItuZx { top:1.0308837890625rem;left:16.625rem;width:3.25rem;height:3.5rem;z-index:15070;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#bBzPPzHvwBvFAzFoXDkxc8g1PWUWm8t1 { display:block; }
#IImCVXgd8nmc7sT9pa91QusLck1VZfyB { display:block; }#IImCVXgd8nmc7sT9pa91QusLck1VZfyB > .row .container { width:20rem;height:4rem;position:relative;display:block; }#G6JHVuv2HEFAPx5Nn6ABGrFavobT91X4 { top:1.025390625rem;left:0rem;width:20rem;height:1.5rem;z-index:15005;font-size:1.25rem;color:#ff0000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 { 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; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container { background-color: transparent; background-image: none; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container > .video-iframe-container { display: none; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row > .video-iframe-container { display: none; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .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); }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container { border-width: 0; border-radius: 0; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxqHBT3vGUMX1znz3dM4C6wMX20cXWU3 > .row .container { width:20rem;height:1.5rem;position:relative;display:block; }#QyDFsWTflWn9xzMV1dJZVe83d4eD96KI { top:0.25rem;left:0rem;width:19.25rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#fTe4nPyIqsQqxJCH0we5WguhynBDmMNP { display:flex;top:0.203125rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe { display:block; }#pqAhnoUdgoeXC3eMkT0AJ593yQ75eCBe > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; }#ZVrdL8pmxZF5FNB28lPXQXiEuEHr9E2X { top:0.9375rem;left:0rem;width:20rem;height:9.79688125rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 { top:13.9375rem;left:0rem;width:20rem;height:;z-index:15008;font-size:0.875rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CzyS131nJ2yro8HRZOezK5ITHRoh4vA7 li:before{  }
#Nqg11abZ9f99cd6xL3CiGGFp1fFboCpL { top:21.75rem;left:0rem;width:20rem;height:0.8999rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt { display:block; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt { border-width: 0; border-radius: 0; }#d849ESZUhwDUt1eZpvw61A4xnsKvaEVt > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa { 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; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container { background-color: transparent; background-image: none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container > .video-iframe-container { display: none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row > .video-iframe-container { display: none; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .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); }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container { border-width: 0; border-radius: 0; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSqSFV8X87LgQFULlCCI5J9hxlsydzaa > .row .container { width:20rem;height:1.38671875rem;position:relative;display:block; }#x0PX4m0vT1avNgzT6KeNBzo5mm9Ls6nf { top:0.1875rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#Uw36KdUebvNoIDItGDCEyqMTZaK2q0Ge { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#KNBvuVtItuCLGRynBETPchbGorLy7eAG { display:block; }#KNBvuVtItuCLGRynBETPchbGorLy7eAG > .row .container { width:20rem;height:4.875rem;position:relative;display:block; }#HBk7o4T1Rt58ys2gGS1C3VzESznDiDtc { top:0.5625rem;left:0rem;width:20rem;height:2.44921875rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu { display:block; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu { border-width: 0; border-radius: 0; }#XECxJZqmKrSvmbIltRn0HrU25TkQGhTu > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n { 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; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container { background-color: transparent; background-image: none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container > .video-iframe-container { display: none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row > .video-iframe-container { display: none; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .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); }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container { border-width: 0; border-radius: 0; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2vlaHvesu2GnTJQJBJL7fCAZQTxKx3n > .row .container { width:20rem;height:1.5rem;position:relative;display:block; }#v2L5QbkfrGqKXLToDbNE2VWZnfQssTyO { top:0.125rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#QGEbh3LVPTiPS9e32zkSFNTD2VhigWag { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd { display:block; }#dBkoKulx7LR7HzzOWe9TrrSQdhvv7VXd > .row .container { width:20rem;height:6.75rem;position:relative;display:block; }#eOXopQvic8NKLUSwDtOPVwOcTESgLau3 { top:0.9375rem;left:0rem;width:20rem;height:4.8984375rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b { display:block; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b { border-width: 0; border-radius: 0; }#T7oAKcDtyPKK51RTaBXCAfK7M63ux27b > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 { 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; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container { background-color: transparent; background-image: none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container > .video-iframe-container { display: none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row > .video-iframe-container { display: none; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .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); }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container { border-width: 0; border-radius: 0; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwHtnBAgXkGXzb9IQsBzbVHzQ5UAXSW7 > .row .container { width:20rem;height:2.5234375rem;position:relative;display:block; }#yTBHmgWRKT8CZN71mEIZoKQ7NMDZxb4S { top:0.125rem;left:0rem;width:14.5625rem;height:2.3984375rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#gs64kwWJ7SGUzKA9kVv55mv1ddXiRy7r { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 { display:block; }#KOaE0tQwQr9qTX8T2cr7SBfdJsHDXmZ1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#Lrxy6fsRHQTgi5pAJbEcA5prEFCFXN7D { top:0.9375rem;left:0rem;width:20rem;height:2.44921875rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 { display:block; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 { border-width: 0; border-radius: 0; }#WTvd36TldozLCcPcDJfssTy1QQM2eCd8 > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl { 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; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container { background-color: transparent; background-image: none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container > .video-iframe-container { display: none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row > .video-iframe-container { display: none; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .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); }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container { border-width: 0; border-radius: 0; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iL2Xlq3gU3vZ1BPV2W74x9ZUbhy1CwIl > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#BSEZ4wC4u6IqtcPfeI32VuyLuil04lN5 { top:0.125rem;left:0rem;width:19.3125rem;height:2.3984375rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#mvsPX6ghQLTHBKyZiFOqZgvebTQh0iAT { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD { display:block; }#RGAEKV3iIeBKG3UKyWzwDC4wiGKpuDrD > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; }#BMlxGOwE2i90g1NTxLM4GWCxsBLPXsKT { top:0.9375rem;left:0rem;width:20rem;height:6.12305rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo { display:block; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo { border-width: 0; border-radius: 0; }#GF81pVXHUtnrl7mX87kc4r8OKrwwBkGo > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E { 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; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container { background-color: transparent; background-image: none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container > .video-iframe-container { display: none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row > .video-iframe-container { display: none; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .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); }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container { border-width: 0; border-radius: 0; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7ylVq9NraXnXU4xtsBwZccnoAt8pk8E > .row .container { width:20rem;height:1.32421875rem;position:relative;display:block; }#EnMTCE4AQOQmIb0UiL3XO3ZqvLgUlN7r { top:0.125rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#CAlnGR6uJvhUE1tUlqP496h7WpchVsvG { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU { display:block; }#B7MM4NurFeZFf8aCLNEp4UpTfkyIvlmU > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; }#dfsTLauzaQ28dkw4ei0ZMQn2OuHbGSde { top:0.9375rem;left:0rem;width:20rem;height:9.796875rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ { display:block; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ { border-width: 0; border-radius: 0; }#p4mlTU9PdABNeTq1vgJ5etyHxZPwm1MJ > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey { 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; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container { background-color: transparent; background-image: none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container > .video-iframe-container { display: none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row > .video-iframe-container { display: none; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .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); }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container { border-width: 0; border-radius: 0; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUHWUTlnVaEWTbCAJQkoTRVHobOmWoey > .row .container { width:20rem;height:1.32421875rem;position:relative;display:block; }#x7trVGiBft9TlRSJDR29Mb5bHkC4O5LN { top:0.125rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#yU6PAV0AFr0sNBEI3hvZh0eS8F6QUiwW { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL { display:block; }#fHocmMAXPe18Z6haKEe8mWotPNLdVOTL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#ghMTblfDDMsHE9or6xCGe9sRX0MMBoyJ { top:0.9375rem;left:0rem;width:20rem;height:1.2246125rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnTLymDLzsLlT4v4m5duboExb25feB7G { display:block; }#cnTLymDLzsLlT4v4m5duboExb25feB7G { border-width: 0; border-radius: 0; }#cnTLymDLzsLlT4v4m5duboExb25feB7G > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev { 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; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container { background-color: transparent; background-image: none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container > .video-iframe-container { display: none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row > .video-iframe-container { display: none; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .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); }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container { border-width: 0; border-radius: 0; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pl24KzxgsuBOyR4JdxH7nTHFrwDOrLev > .row .container { width:20rem;height:1.32421875rem;position:relative;display:block; }#HIUIyMwEtb8TtWWoNqlf9ZME3MlqphOe { top:0.125rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#pPmsdtRW1iCpb8pezvSvNi6F0rxpxeff { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF { display:block; }#oaEgZabuRIZk1bw0yz63TIPTwTAV1nyF > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; }#CsslihFA6FCHybSNW3pA6lhitQQOJhy7 { top:0.9375rem;left:0rem;width:20rem;height:4.8984375rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh { display:block; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh { border-width: 0; border-radius: 0; }#d8uK5qwv6dEpeGi7rk8QC6OJwcJEhuKh > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt { 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; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container { background-color: transparent; background-image: none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container > .video-iframe-container { display: none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row > .video-iframe-container { display: none; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .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); }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container { border-width: 0; border-radius: 0; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzTd1JxgceGcfdTZLWHZzgO2JV9wCsAt > .row .container { width:20rem;height:1.3232421875rem;position:relative;display:block; }#JZoP6vbvq2gvOMSeFiPlwdOgLrRaxcTt { top:0.12451171875rem;left:0rem;width:17.6875rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#LLJzhDgr4wClnKNt5iBpmbosWP9T6AEy { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA { display:block; }#o1SOXnXC04cmtSHhgNxDuHZGyUxULbcA > .row .container { width:20rem;height:10.5rem;position:relative;display:block; }#EDB19zJBtco8LXQdPZqqPDZ9FTSxWB3T { top:0.9375rem;left:0rem;width:20rem;height:8.57225rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INC2yewXoSTHxlN44eUh24ElZAB49aQq { display:block; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq { border-width: 0; border-radius: 0; }#INC2yewXoSTHxlN44eUh24ElZAB49aQq > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 { 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; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container { background-color: transparent; background-image: none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container > .video-iframe-container { display: none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row > .video-iframe-container { display: none; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .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); }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container { border-width: 0; border-radius: 0; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7ztZh9kHfheOGCvRMqT14D94OTFsQr7 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#wO8Ef4f5h66mMrTBfkwtTakyUg8aIrza { top:0.12451171875rem;left:0rem;width:18.375rem;height:2.3984375rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#mn9P1aZHpvhvaWLg6xHITJ1SynVkzP0P { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#WxF3kl1aNpNJIhquRrENPPZhlN42levk { display:block; }#WxF3kl1aNpNJIhquRrENPPZhlN42levk > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#BwCf2VLnOy9BrMXXWFRVsXLtnwrmyvMg { top:0.9375rem;left:0rem;width:20rem;height:3.673825rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 { display:block; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 { border-width: 0; border-radius: 0; }#q8TZiwtzSRdVfZaoqLz1ZhXtDiURqWP6 > .row .container { width:20rem;height:0.5625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk { 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; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container { background-color: transparent; background-image: none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container > .video-iframe-container { display: none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row > .video-iframe-container { display: none; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .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); }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container { border-width: 0; border-radius: 0; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgTqJWTFAIXEUfk9PSi5OEM9rDXbaxyk > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#MTEwAKJ0bRx7gOcvTM0ZsQD99PIN5RpF { top:0.3125rem;left:0rem;width:19.125rem;height:1.19921875rem;z-index:15006;font-family:brown;font-size:0.875rem;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; }
#XtWRfEKtDIo1k3rTsZSFCshbZTc6Wkat { display:flex;top:0rem;left:19.25rem;width:0.75rem;height:0.75rem;z-index:15042; }
#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH { display:block; }#Bun7b4yJI4XS5S8dTaXrbnMJMOnFqUiH > .row .container { width:20rem;height:6.75rem;position:relative;display:block; }#sULLzJesTJNShSSl9KF1Hr1VdwP4prrP { top:0.9375rem;left:0rem;width:20rem;height:3.673825rem;z-index:15007;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u { display:block; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u { border-width: 0; border-radius: 0; }#mws6R4CEo9AnI7A0ICEZ8Vl8K8FPAf3u > .row .container { width:20rem;height:5.625rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE { display:block; }#vErTEqJQXLzeOzTwlEsbu5sBZC0eKfaE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#Ci8dXO8vRP8SmgAWi2KLqVAkoKQxF9Xf { top:1.11962890625rem;left:0rem;width:20rem;height:3.2998rem;z-index:15006;font-size:1.375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpbsEenOcVPGewZH9Oykt212tRmxfmHL { top:0.7183837890625rem;left:0rem;width:20rem;height:3.875rem;z-index:15073;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#LR7sBEOfJuE0ukasF5u3OPIwnABOU0ik { display:block; }
#iDOImF9ivMImARg26E3ECklHFyiQZy0l { display:none; }#iDOImF9ivMImARg26E3ECklHFyiQZy0l > .row .container { width:20rem;height:2.4375rem;position:relative;display:none; }#SfC0QF2Wr5v4lc3GHJyDApqzo7uLIVkU { top:0rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
#sUHfzimeBVA4E1gID5KT2Kz9nV0qwbOH { top:0.1875rem;left:0rem;width:20rem;height:auto;z-index:15012;text-align:center;text-align-last:center;color:#d3d3d3;font-size:1rem;display:none; }
#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { display:block; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; }#VEB5saKmndC4WUNo0IGnql0LNtscbwEL { top:23.0625rem;left:0rem;width:20rem;height:2.6982375rem;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQEpnxIN9iJuRh8GlVp3seUXhG8IFnEP { top:20rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15014;font-size:0.9375rem;color:#000000;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; }
#OuL0g9gSTDuXPAXvEAwfOBswWOQygA0D { display:block; }
#UTI4lTdwUBbwqmrlJSRfcZsoOcLS4eUF { top:0rem;left:0rem;width:20rem;height:19.125rem;z-index:15001;overflow:hidden;display:block; }
#CJVgi0h1TGxsboD57pOZeAvBVFOu3MW5 { top:20.59375rem;left:0rem;width:20rem;height:1.3125rem;z-index:15049;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { top:7.75rem;left:0rem;width:20rem;height:auto;z-index:15006;font-size:1.6875rem;color:#000000;line-height:1.2;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
#szSkOKtl3AORytd95EvAffWNVunw9vSq { width:19rem;height:32.625rem;top:1.125rem;left:0rem;display:none; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { display:block; }
#GdafWQIHfDSCGd4X3Wnw45TdDPIitecd { top:0.8746337890625rem;left:0rem;width:20rem;height:26.5rem;z-index:15051;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#l0XXUSR3Ei0fmCb6AvWVg2wLrwPfT45A { display:block; }
#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ { background-color:#f3fdfd;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;bottom:0rem;left:0rem;right:0rem;display:block; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { background-color: transparent; background-image: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container > .video-iframe-container { display: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container { display: none; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .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); }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { border-width: 0; border-radius: 0; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQTnWPINIMxzRFvXHt40nigvFu7yoOzQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#NFTQxU0MGkO850XKisdsJxoMDRwOS38C { width:19.875rem;height:2.6875rem;top:0.9375rem;left:0.0625rem;font-size:1.0625rem;z-index:15005;color:#1a1a1a;background-color:#bff3f3;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;border-top:0.125rem solid #87d3d3;border-left:0.125rem solid #87d3d3;border-right:0.125rem solid #87d3d3;border-bottom:0.125rem solid #87d3d3;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.06) ;font-weight:700;font-style:normal;display:block; }
#E164Txn0yPtOI2Ulr2hkas9NzVwWN7pV { display:block; }
#rBT0unE0UPOb441QFZNuELV9iFeKlD1P { width:20rem;height:1.70605625rem;top:5.25rem;left:0rem;font-size:1.3125rem;display:none; }
#oTvBiKKNXrkxS0mBRH6fwhPhJNL2vmeX { width:19rem;height:3.25rem;top:0.5rem;left:0rem;display:none; }
#B28fDprKkRCqotQP33sNuPbk1EbmSp4R { display:block; }
