.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); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { border-width: 0; border-radius: 0; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:none; }#xe6iuPUr3TVr2gBy6yf3IhhaOl9TyiN3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#qvcPK4GFfpGKDzOS0iOBRhDS8RxD2lTE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.40625002980232rem;left:43.060546875rem;display:block; }
#zGk2QKpTOKcJITCulCVK002UMw6272vl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWBT6NTPIM29CLZgrTLSPqd6BKb3BXgd { color:#ffffff;display:block;width:22.9996875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0.82139760255812rem;left:17.124132156372rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mykzKyWdBAMvaLlyHzACxFEqM678HslB { 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:60rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.125rem;left:0rem;display:block; }
#ZoG97dN8fTduMflDsJPQZcMSnS2k96Cr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #qEEJuEBaP8StFHo74WHRaTKt5TbC2UGG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #lGW4hJDb11ZxraJewPT0MDzhbNKbyt4p { width:auto; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #mWmLmKzuStspJgndITOgs1yfCDONpcWf {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #f2cScMMybQbnseOaiQP67PSW3P2yOk0L { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #Dhm6NkEJnvdCdeF972sZTWovgCELBzF5 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #r6DbaWUq32ueIlI7Fwzgutxsef4o1nme {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #cDhNcgfc3lROfBlW7GeUhopCfcxTIXT3 { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #TFWoUctH3pO6vDcfWnr0gRyogBIquRQP {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #w7wxJPRXylKlUCs4PESbTcJ4iV1hamQ8 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JrezX7WvTCsc2L5S7Qbvb5W3fvrzs5Zp { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #QIatJisTGSPiEXA2MB7ro7nusEKwdlsq {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JHA42blfdzQwAOMP26DgOgmo3ilXTZSU {  }
#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK { position:relative;display:none; }#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK { border-width: 0; border-radius: 0; }#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK > .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; }#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK > .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:11.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:none; }#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; }
#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 { position:relative;display:none; }#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 { border-width: 0; border-radius: 0; }#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 > .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; }#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 > .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; }#wP8h7B5Ni3fA2AoCITBTXhl409xIFlaA { 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; }
#anOVdxsk8NIDbiTcCyBbJ5i84S5E647X { 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; }
#U2Xd2fIlOSNGFA1aFvaooNvkRToXidLF { 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; }
#OOknVLAKOzxbSzQD9CGG4AnfstpmnKip { 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; }
#Kl6lJeQgAi3WwiAK9rFOVhzrdxtGlXsN { 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; }
#LiTfkUcIfa213C0JlKP8gP87bpLIsFkr { 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; }
#Ln6m0lb4MaqNeZMaU0zhHb5NXDNociow { 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.087025rem;top:27.375rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFa4BbArA7cHnoQGRKQhLPAMcxcEM1Ps { 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.92535rem;top:31.5625rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9MDM5uNJIwzgOzF17FM0l6bQy4r6rHn { 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; }
#kqg9Z4CI2Qw75WxgNnsJJTpeW6CuTM2m { 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; }
#TO6KUuvb18PyhLTxmdsp98R8fHzHWZDB { 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.92535rem;top:35.75rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKGluTgHOCf7vzbwxFtEKT1SsrSkdOy1 { 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; }
#yytS4J1DXvKTOdmR5I9xUPQfLxM4WViE { 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; }
#vAHePcPWGiwkW93KPwmG8d6ibMbtSSMJ { 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; }
#EdTqVfoVDyzDiveUr8DSeTcaUfqqiIyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RIkatnoMXPNbT0XXeszTmF4haiQk0XIb { 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; }
#y0z3T2Zc6ferNT1StpEQIwyrrtrhhgFi { 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; }
#z7C7ryh8LAVd0Tc4XWbvv4fk3Zv4PQk9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1nmCSNXKnlolC1yHKuQ8WFz1zumPrQZ { 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; }
#hNEVhxVNQrWiv3NyICxIocvhmCEXBUoS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 { position:relative;display:none; }#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 { border-width: 0; border-radius: 0; }#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 > .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; }#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 > .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:none; }#EaDoo4aPnwbT2Q1nDWtcw4wiBLalJqFJ { 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; }
#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ { position:relative;display:none; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ { border-width: 0; border-radius: 0; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .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; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .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; }#HepKi03KcBsQtxyAdKF3FiDemwo3kQSn { 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; }
#ynoLFSanqMoV9gUpFplUbnAKWVm2dFDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOOnRyrZPTN61EPTqLAX17hCRe5mtnx5 { 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; }
#ph8ZTXV34beSzq07wRlHRnC82nBA5xrc { 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; }
#xWnZwEfEbqgdsG0be5Lv28AZRTSSpXft { 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; }
#rRn8zL0i22NTNlgxVRqIeL9ZAmToAPqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrH2fUWUWAkwey0NDWFm52CUZ1uF1m9q { 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; }
#IPhUP4fcFP0HtHd7sudS6n3beRAhcCW0 { 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; }
#CktXaDqmies8LsM8htNXb2z2Q6munnOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duUUx7F8aOb2HMf8AKmddIPJw1mzSigH { 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; }
#fZZfyZZBqdbSftc3bKXqc9TJ5E8hDxoJ { 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; }
#Zklz8OanwlTMqsyyr9Xn7oCmwFEK3gua { 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; }
#VJTN4bl9XWRoTorbBhElvOZDNJBTm1Si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OT2tkPSwVNPkKo9nBt9PhZrVGJ2Um1Wl { 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; }
#MtiTMouIDBqQcw84rNLSrtyMFi1TVUvH { 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; }
#ouehOAnnXifakJ7aDerya1T9R639M4g0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpkwnTbRa4IEzJkfNVvKMQKrWmv5XxSM { 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; }
#UuaNPFDbX6yclk63uFrKZTiMTgBqtC3U { 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; }
#Lfe2pulCZ7yxfVzhLDRb3XyETAKuCEFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtkMqQblGLMP6WLk6Pvcft6vi5gT6MhE { 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; }
#iKmUTRpgnbWHpNMxNK4Qtk8NTr1JWR5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s87iuJsGfAbLqhQJLnrGxZBIkfPwyJLZ { 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; }
#SQukXCMkqxHBR6Dto8929IHx72nsTKc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5akn72bPwg7HKxlGkw6emhELeAGBhkM { 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; }
#KiSQMKAlTvaHlTNnaaep1UQv0e9ZbKU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixbnC4lahnQ3Elk265Cxsv7XcfcoVZST { 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; }
#OdT3fF8TSW4S5Ui9WPauP818bnOn4OGN { 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; }
#cWHbep2MJE50SLyA0k1sl66h0W62bNqq { 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; }
#kHHJSUl6cn1vwKgOuBmqeKiBzLeX5Mip { 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; }
#VMeW9NoPU6D2IPhX0Ke016BIO4DUUOm4 { 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; }
#yG8QNftBsDXqB5Qcek8pC4nTeek594tZ { 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; }
#DNKo1MtZntoT7P0MPgHu6ytHwyBoRvZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2zKxMDUUDrqmN43tczM7DAgF8GG6T5P { 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; }
#lnQdnWPmCdNWSrQ4JQmuiTkDJq1dvukS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoogWniFvA7PrIbLvDfcBfSy2xhchLL2 { 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; }
#CIK8QKHX3nlPRNwKqqG1tDC8JPvCIT7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs { position:relative;display:none; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs { border-width: 0; border-radius: 0; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .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; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .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; }#gbCPqXsWQkbvE0zDmtuDoG6lKLeLu1Rz { 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; }
#cvcJxHMGUAF0RoozLdssEPgaLlH6BSKF { 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; }
#FMK7CtEFlkx03y8ECpTKV9rtysXMpZek { 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; }
#OgSZJmbo05xas2qTbU2S1bP622rWe0rm { 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; }
#x9kQKJgUFSAbwtLwJJbWGWi38X76HqT1 { 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; }
#DMsoLgCVhbvnZnJpoaTzBtOH37xTawBp { 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; }
#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc { position:relative;display:none; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc { border-width: 0; border-radius: 0; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .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; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .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; }#KD3sT6pz52JmGpgAi0Je6vwdOVJELmV1 { 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; }
#Q8ChOKgl75STUVuGiVTJJqbO8B4v81Lr { 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; }
#HCvP5zoWUg8lL3cwu8ecm06NuvT0fQFm { 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; }
#TsyqkgXZ6AtXWwEoZncnJoRSd3JoH6mu { 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; }
#XSr6kgiTLFTDrVPH1532PWZmB6su7Iup { 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; }
#MQedRquGazR1ArwTDui2bVEl8HSViSwr { 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; }
#zWAm6rFww6EomXhBgiXvS9X3qBHXeVAe { 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; }
#BqNFfakF6wV89smX5XmST4gTCAodugsa { 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; }
#V9yXm6a8DtycvuEd0UuRNy33NOb40dI2 { 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; }
#JSz3522mhP53QrQt3PBI7177fIRQpd76 { 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; }
#M9ZMm2fkOcG7iF07IkHyoH3plgGqg5XZ { 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; }
#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq { position:relative;display:none; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq { border-width: 0; border-radius: 0; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .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; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .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; }#gk8eI9e9RRuMa0J2f2fJ9AKQIOCVxL1o { 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; }
#HRhD7TorIARBQvSGOmqtthLP5yafMn0v { position:relative;display:none; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v { border-width: 0; border-radius: 0; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .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; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .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; }#cFNSzMmpOGwnuVTsORLgHyDTtyEmqaSB { 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; }
#HqxfQxHKS6EphraVMJsPUFMA97QiX0vK { color:#000000;display:block;width:16.0625rem;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:0.9375rem;left:4.1875rem;display:none; }
#wOrfTexdJmfzNGUVbg5RfXpqxcSfbhz1 { 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.625rem;width:6rem;display:none; }
#VvOPth9nptIlZR0UP414Lqndwk6QalO7 { 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; }
#tOq6cHAiAao61L0oJ9BNdWpvuOTIWiDA { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:7.8125rem;left:4.1875rem;display:none; }
#wxK5SG9rhcG50ecauPuLNlDrQa4K3F0S { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:20.5rem;left:4.25rem;display:none; }
#XTlQ9Bz1P9SOEi6ViWWFxnqfRF0FB1R8 { 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; }
#NcJzGSI9ITOclzOKhTC4pXWp3Kd1U4bV { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:14.125rem;left:4.25rem;display:none; }
#viL3GvVbfv3MkeSyrELLTMCdMVwF87Fd { 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; }
#SdLtyLlUXWBghsRE9rOvExKLhCBC7HHg { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:27.8125rem;left:4.25rem;display:none; }
#IHgathlmQCMeHXkbFDBTxOrUFMLKLBua { 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.4375rem;width:3.4375rem;display:none; }
#NhTezB7IdgwS0F7rRfxRGGry9QD6iP0K { 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.5rem;width:3.3125rem;display:none; }
#sQGQTzV0yFVdhLTAr2AqDwsgi48WX8xN { 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.5rem;width:3.5rem;display:none; }
#PQiUxWS4QbZeyJGfuAsMhOtWuBKgc7ii { 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.9375rem;width:2.9375rem;display:none; }
#y4yLDTBTW3dhnsLiRuKLRU4xTAek5GCg { color:#000000;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:29.1875rem;left:4.1875rem;display:none; }
#tHkbIlgBM4Nl4TGyNUh00cxivUQE1vKB { color:#000000;display:block;width:15.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:21.9375rem;left:4.1875rem;display:none; }
#n4Alh7wo43IJ6LErOH0sHg5goSIzOW9J { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:15.4375rem;left:4.1875rem;display:none; }
#JsrAuMnpe8bTOTNGDtOd8eJ7Pxg0P4RW { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:9.125rem;left:4.125rem;display:none; }
#neMmq6c1788WEe8hEFHDJ06DzHISX6dQ { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:3.5rem;left:4.1875rem;display:none; }
#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk { position:relative;display:none; }#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk { border-width: 0; border-radius: 0; }#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk > .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; }#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk > .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; }#K4RA5vMBZmfmswvfLXwXGqTRVGPvkkXm { 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:23.25rem;left:0.4375rem;display:none; }
#pTQTOMArAHztvfCAOopyAwOimtLbl4ky { 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:20.8125rem;left:0.4375rem;display:none; }
#NkxRFvbZPq2qDWTRXp7BFwHgsXiVb2EK { 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:1.75rem;top:18.4375rem;left:0.4375rem;display:none; }
#cy9kyPpRAl4q7OTNxiSbwMIdWT2rmWe7 { color:#000000;display:block;width:8.9375rem;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:16.0625rem;left:0.4375rem;display:none; }
#Tpu32rPSoTaxFJ0RgVQmtBAMwx5KGdU1 { 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:1.75rem;top:12.9375rem;left:0.4375rem;display:none; }
#R13CreVn87dabMdyVyITPAUErrzAUsaT { color:#000000;display:block;width:8.9375rem;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:10.5625rem;left:0.4375rem;display:none; }
#Qkqo2A3vmPuh8O5A7A9THBGuP8S8EZCx { 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:1.75rem;top:8.25rem;left:0.4375rem;display:none; }
#edtkTcg9JKqDkcJMlMmTSrdeuMGuSLs1 { 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:5.5rem;left:0.4375rem;display:none; }
#ng0hGQa1XPXaZH9TT8vP25tzAQhQTUkW { 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; }
#dzzfTnilrAz9oQ0HHWVvyyOZqMJfA1EV { 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; }
#M2ea5ILTUhTCT7EpnrMbZcZ85Ig2OQNn { 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; }
#PprFE4ZEEpqwLSFh7eOw6LXIQKmzpE8J { 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; }
#xCH5uhgD556GzMI4B4DLK4qT3hvZcOWR { 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; }
#eChpeaeKzm7F1Hpk40T3QnbicgLMVDs7 { 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; }
#VXepD2ye4DrHWWhJbKsF3Jzr58KUltEM { 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; }
#BfFHkWPT3xi0meF2Rp6zngukDZGtnS96 { 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; }
#oR1T7hyhpCiU3N8ZOLULbhkp92AVPb6w { color:#000000;display:block;width:5.3125rem;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:11.3125rem;left:9.0625rem;display:none; }
#ODq1igbJ9IZp8GBMU2RxEPTkzF4q4Qvs { 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; }
#T1b7ethisI5sXS08EfeSVoKP1OqwBG2w { 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; }
#L5EXGlX2TxGImcit2u1JksgJqk9qwrri { 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; }
#ekOdTfynX9OFbTgqGEgr1wzkLx8Tl51E { 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; }
#TcTyxgEn5i4R1fG6sCUs6e496eGsLINy { 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; }
#WtJyHqGXLJCxTyEGDe8zWIC0NLbQzgOB { color:#000000;display:block;width:5.125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:1.5rem;left:14.75rem;display:none; }
#gM06Gh7w9GUrtVgfuVOJDJ6TGkRtSAi8 { 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:2.25rem;left:0.4375rem;display:none; }
#yxcvV964IiPJqesJVUrlcnA3vWNpDOXP { 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; }
#B3BAI9SwTM8TyRw1v8N6SyyXXlkGoZsc { 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; }
#qZu07BUhqpZ1zWZuU375NxA1HgtFKvXo { 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; }
#C0X2LS2kXbiJG1pQsKzDmR1VV769Ikad { 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; }
#tuZ8No20v5buP7Pn6JaIMVCLQcVDKRIL { 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; }
#HzcTCLlJfsdUS4rWKTivF5FATGPlOQR8 { 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; }
#qEqo7KwlKXDeIwURfpdwl5dJ0xNTJgge { 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; }
#ZK24Ev7OEIRvQftXQNtPk8TsVOiDlNDi { 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; }
#to0WlGz06cyA3us6BX4MvHmTh4hQaKc5 { 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:none; }
#cHTkU0VxdPrayo6hhSgLVKlSFyQkt4UD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT { position:relative;display:none; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT { border-width: 0; border-radius: 0; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .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; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .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; }#Msw1gtPgkfpUUfpQaaK3vq1SaXE8VlND { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:1.125rem;left:0rem;display:none; }
#T98dz3nn34if1tk2TvB6EHCrMxcCNTTq { 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.3125rem;top:3.4375rem;left:0rem;display:none; }
#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o { position:relative;display:none; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o { border-width: 0; border-radius: 0; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .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; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .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; }#ezcH2flDGLLxEV4oukVX1lTFciU1ooro { 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; }
#lbpOlAOat9NG7TZAJaJEE3OKOV8CFAm2 { color:#000000;display:block;width:11.0625rem;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; }
#XR8lRuHFhI6HW4HFf4ZM7gNTZ5AS0RXU { 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; }
#abHJ1HTXLkkMzT9to8vMIMKdinySRQC4 { 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; }
#FckDgAGO9Tcfp3D9prlw7Csuv3dVq45Q { 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; }
#fNy4VCpQohykTScEu3Xs8sd7QG8mQERf { 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; }
#lMFnduwSyWW2BBhiJyO21yxHkSEaVrJW { 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; }
#BxGHDgxSPimSem3zfo7sn9zkzOnqgsCy { 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; }
#AMT056J6DTvTFFZTg3s9qRFdz2ef23gD { 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.625rem;top:17.875rem;left:8.875rem;display:none; }
#WHGslatax4uuHxJwTxc7FfGhq72wcMTD { 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; }
#Cz6C5F8uhCrz92z22qR6eGqGTk4L6ehh { 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; }
#l4TGVFSx18clgW3SfNmntidNXPrndpqz { 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.9375rem;left:0rem;display:none; }
#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP { position:relative;display:none; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP { border-width: 0; border-radius: 0; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .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; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .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:11.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; }#ZEvViawtbTiKLp3I3uROmpi20KvWDcoA { 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.8125rem;left:0rem;display:block; }
#yGk6ptTgJ8MkliZgfsOJHtRfgpVWrkJo { color:#000000;display:block;width:58.0625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:3.67448125rem;top:4.255859375rem;left:0rem;display:block; }
#cnoWPFxMSTz4CZ3CJTw2SJGGv3MXhizT { 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:60rem;height:9.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.8125rem;left:0rem;display:block; }
#F8QaLWRr6Myfr5LMWsvATNJJ7odP6J8E { 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.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5987375rem;top:13.125rem;left:48.8125rem;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.5987375rem;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:10.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5987375rem;top:13.1875rem;left:30.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJSqUShJqtthI8NDrvc5miM35TpA23v3 { color:#000000;display:block;width:8.5rem;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.5rem;left:47.75rem;text-align:center;text-align-last:center;display:block; }
#IqBvRfT9y1Swp5iy6WFZsgW24S1kvr1C { color:#000000;display:block;width:6.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.4375rem;left:40.3125rem;text-align:center;text-align-last:center;display:block; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { color:#000000;display:block;width:6.5rem;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.5rem;left:31.875rem;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.97485625rem;top:35.6875rem;left:32.875rem;text-align:center;text-align-last:center;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.462675rem;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.462675rem;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.462675rem;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; }
#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:24.125rem;height:1.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.625rem;left:32.4375rem;display:block; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaOn9AEbSplocZKqqqP01wZqsZzEpqcV { 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:60rem;height:39.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.03125rem;left:0rem;display:block; }
#O6IwwBBttTQ3yOeDkA1JOFnQ9oz5JTyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aX9TZstnqInEfDsUBq2RxuaTOQ6RR4Qe { 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:none; }
#ptOPkTXg8UbTrgx5MEWf5AxRODCPQvcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hshLbXKendDcOvvC71CkSoWMPdN2x2uV { position:relative;display:none; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV { border-width: 0; border-radius: 0; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .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; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .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; }#cUmTKXpOAvrcwC7yTAUkkQEKULB55diF { 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.875rem;top:1.375rem;left:0rem;display:none; }
#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL { position:relative;display:none; }#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL { border-width: 0; border-radius: 0; }#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL > .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; }#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL > .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; }#QuXAM5Jgtxbx5KNz5nJ7KH4TrzhiE7TW { 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; }
#HFFDVChb35e6nXhK728OguSse8Ii52Oz { 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; }
#daANBRLE40vd3q0GcwUXns9T1B8SUKLd { 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; }
#PPxfIZTTWSQekyH0t16bDfcxWduW7mTM { 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.875rem;width:5.9375rem;display:none; }
#ZiFPdg0E0XNylrDXiQtsB2743c5P3fhD { 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; }
#l5eI5IguXJVa4FmffbItn3uTQHq98Nzt { 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; }
#dK5xSugpmlKM9JZIVPT9ukJP604zx8lz { 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; }
#Hmt9tFedrC5XtpCreyhnUxSA5OOweEqG { 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; }
#HZUOsTLIXtAk0Dq9nEpTN70v0U8QGbRn { 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; }
#ErxRdncWLhOuuydWJcthOIswsnr2hiBc { 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.875rem;width:5.9375rem;display:none; }
#UUAgb31rWprPBlATevCFFqarTrrbV9tP { 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; }
#qXO5yd7FcAUlIXsNOnBbLREh2Ulk2BP0 { 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; }
#JiXPx683Sz3psTl3dPc8leXEoSPbqfUo { 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; }
#HZFC3I987bJHseWtIAWHpnnfoTfrpEoE { 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; }
#qTby8z2eoWzc738ScOt357sAI1Qo7EhJ { 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.875rem;width:5.9375rem;display:none; }
#p8IBF0P9Fxd6hMcQ1BRArNGcDFEZi82N { 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; }
#JAgrAutBKu1Op6PurchVA71KtdsiamzL { 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:56.375rem;left:0rem;display:none; }
#yL6MGI6Qpc9kk3ahgxp7dXzLRvmF7yUF { 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; }
#U8auv3bQk2p3MTpegZ7SiLS4v7HR3q3u { 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:none; }
#i4pppTPx57kAWKPCe5owVpdVZBVAC40Z { 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.41161875rem;top:3.96240234375rem;left:9.65625rem;text-align:center;text-align-last:center;display:block; }
#ReQeyeD3WBfufZVtCF6o21VdSTFX3egX { 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:60rem;height:7.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:0rem;display:block; }
#cUxKJaLWucMTdnnHQAIKBU0EzSFdn9nA { 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.6875rem;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:11.375rem;position:absolute;font-family:canela;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59895625rem;top:17.72509765625rem;left:17.4375rem;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.59895625rem;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; }
#bh3oHlaQuLDJLwexfl1vWHhQB4huWdfi { 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:60rem;height:20.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:0rem;display:block; }
#OgvnMAIXnTdTR2AwwOzR424BGEcZXwM4 { 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:36.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.837025rem;top:9.875rem;left:13.3125rem;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:32.625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;height:1.837025rem;top:14.375rem;left:13.5rem;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.749675rem;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; }
#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; }
#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:24.125rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.21875rem;left:17.9375rem;display:block; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3cPFC8o2PT7qM1qdEktJMMU4SbiOzcf { 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:60rem;height:25.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:0rem;display:block; }
#LDd7aqCs6xOPJDMMJsNAwx51venGUXZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7bTr8seKUW1kT8UuDkrvvS3cNCqRoIS { 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:none; }
#BCNzED9TgVPZbOLBXs8XEsHLmOLornge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.80013125rem;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; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.63053125rem;top:5.875rem;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.7252625rem;top:12.5rem;left:0rem;display:block; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.17404375rem;top:16rem;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; }
#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:60rem;height:30.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:0rem;display:block; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3LbcQEJcMROLnNnCltrr60THJfS3BsD { 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:none; }
#lE160D7IKRiT19PLLkaiuqtb9QgT1kPD { 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; }
#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.41161875rem;top:9.15625rem;left:5.8427734375rem;display:block; }
#HXkGULLtaO4wPVot3GJUbJGpxo4Jr6wa { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41161875rem;top:13.76171875rem;left:5.7802734375rem;display:block; }
#W7W7LHsraclFeCQdPbgW5U0J48CvIyps { color:#000000;display:block;width:19.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.41161875rem;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.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.24978125rem;top:9.0625rem;left:0.74951171875rem;font-style:normal;display:block; }
#CbEpxTO89CpnKbIz9VdB8l7IPemBKfPD { color:#000000;display:block;width:6.7495rem;position:absolute;font-family:canela;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.24978125rem;top:18.34326171875rem;left:1.0625rem;font-style:normal;display:block; }
#UUroxUFsv0aRSGoFi5c5MNELZoQFTETM { color:#000000;display:block;width:6.7495rem;position:absolute;font-family:canela;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.24978125rem;top:13.78076171875rem;left:0.998046875rem;font-style:normal;display:block; }
#LE9N0aOmfrndeJNJ0119h9gkB8lgQ5XJ { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.97485625rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;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.0625rem;width:29.375rem;top:1.4365234375rem;left:30.625rem;display:block; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:4.4997875rem;top:2.6875rem;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; }
#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:60rem;height:27.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.375rem;left:0rem;display:block; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0DhbVSuhSzSHX7MdKStaWauMaQ3do1z { 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:none; }
#RIyRG7x0Uym1HTS13W1hG3wL9XQzoaz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.4997875rem;top:1.25rem;left:0rem;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:56.9375rem;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:51.1875rem;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.21240234375rem;left:6.0625rem;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:57.1875rem;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.70573125rem;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:57.1875rem;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.70573125rem;top:7.375rem;left:8.25rem;display:block; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { color:#000000;display:block;width:47.25rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70573125rem;top:1.75rem;left:8.25rem;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:55.0625rem;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.70573125rem;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.70573125rem;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.70573125rem;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; }
#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS { position:relative;display:none; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS { border-width: 0; border-radius: 0; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .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; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .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; }#BdOcannU3ZqqPpz2TmEeoXGrxH4gQbpE { 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:3.4375rem;top:0.75rem;left:0rem;display:none; }
#QSmQSyFeC7dm2wNnxSaqdq94cPzsI6Si { 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:3.9375rem;top:5.1875rem;left:0rem;display:none; }
#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq { z-index:;position:relative;display:none; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq { border-width: 0; border-radius: 0; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .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; }#PrrCUQwrHhWa42Tuno7G2hgP9tKIVNvT { 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; }
#Kr6rxRpWnfk6ui2SFWA4I5HPl3EaoLOT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT { position:relative;display:none; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT { border-width: 0; border-radius: 0; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .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; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .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; }#IQPigoaTivnXVXZGdDTzE9B5PyynLm9c { color:#000000;display:block;width:17.875rem;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:5.0625rem;left:1rem;display:none; }
#J2kqoxwkO96RGEWKW4XM0rsiH6uvaiBU { 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; }
#BqAhZqApqpOxbzzybMTcpMIvOsvxfppw { 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; }
#GpSQzV69uKwdNezkV6h84yodJEShRERR { color:#000000;display:block;width:18rem;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:5.5625rem;left:1rem;display:none; }
#GRdssRrkGoVbA6q8tFVTD5ZFVEMJuVXU { 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; }
#vKd0vmdWMHK5GNCpxOIiNTC0TCTgizSW { 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; }
#bX6XoN8GBvFCgMrzWr8sC2Tn0AQDw2E9 { 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; }
#CQZEoyFSD0k0DzZpaDggQaylTaiHOmKo { 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; }
#s65Bnb2iSlk0ekLKlLzNn3fHeSOkE2OA { 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; }
#EJbiT30eCTH9WsMuWZtI7uGGzGwbucXH { 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:none; }
#FFKsTTMQ2CIaIkGdka89uR1gTciptJrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK { position:relative;display:none; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK { border-width: 0; border-radius: 0; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .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; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .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; }#VhpPOT0JE1gmpBEM5ANT5AyGb0ynkHR1 { color:#000000;display:block;width:19.5625rem;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.25rem;left:0rem;display:none; }
#UN06tf2BWJsDTXeDRMPeE46SQBwIi0w5 { 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:5.25rem;top:5.0625rem;left:0rem;display:none; }
#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf { z-index:;position:relative;display:none; }#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf { border-width: 0; border-radius: 0; }#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf > .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; }#JQaCL9bTWFkm6n4vITGm8F7k1q4TdB7m { 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; }
#OfSQXRIJSNVpvlby4KtCLdd3Jw5cLeGZ { 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; }
#W8PNKrSJxKdiLDNGbhNlLCX3sJsebyNE { 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; }
#TzMNPwNs8CXwCbH8h6fsDsWoN8UUVfP6 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:23.875rem;left:4.5625rem;display:none; }
#k5LH9XmN7TdKXaO2ps1wWIk5FnrU0arR { 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; }
#wglcHx7btu4NM4skU4NrEQD2HOVIEqyk { 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; }
#qTgPllORD4ttu7B6vEkUsL5VFQgvNzyL { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:28rem;left:4.625rem;display:none; }
#q9Z950o1lVL4Op8TSW9bCLQM4VHPRC5m { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.9375rem;top:32.625rem;left:4.625rem;display:none; }
#DONVTFyzE8il7vo3J3fFMVNZQqmJuUd8 { 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.875rem;width:6.875rem;display:none; }
#w5QvJkppaBOzwofU8iAoWmEobBBvRgw1 { 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.25rem;display:none; }
#BamfTOEH7xCPtvWzAGSnhArDebcCHRNR { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:16.6875rem;left:0rem;display:none; }
#vKZRTI7veRglc7iEyeLCwWfZD4UEU8lk { 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.375rem;width:27.5625rem;display:none; }
#B7siPfW9EE6OmheVnZgSTl3qUZl3G5sP { 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.875rem;width:6.875rem;display:none; }
#LlbIQSDRR1ErbPP6ip877JIDHS4gc7dR { 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:none; }
#LCGp9yPPUFVdGALBt9TD9wSwUmXmCEDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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.375rem;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; }
#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; }
#bEeXCagSTAOb3nzwDM7xdlVpm65vOsqA { 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:none; }
#AB4MDXSZzDfHbCn6URSZJ14ZDZDItSx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak { position:relative;display:none; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak { border-width: 0; border-radius: 0; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .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; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .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; }#PpguDuoWRMK67OqbaPWseNLGR3LwhQMX { 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.125rem;left:0rem;display:none; }
#AEK5G3vBH5fo1KnaPFTHKhgDnxhxqPry { 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:3.9375rem;top:3.4375rem;left:0rem;display:none; }
#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe { position:relative;display:none; }#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe { border-width: 0; border-radius: 0; }#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe > .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; }#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe > .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; }#yCMPvvDaQ18Zz3Jb3TsJJARcNcgqoUGP { 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.875rem;width:8.4375rem;display:none; }
#Nsk97J1MnBq7OA39U420fME67eeAC33T { position:relative;display:none; }#Nsk97J1MnBq7OA39U420fME67eeAC33T { border-width: 0; border-radius: 0; }#Nsk97J1MnBq7OA39U420fME67eeAC33T > .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; }#Nsk97J1MnBq7OA39U420fME67eeAC33T > .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; }#k0nh2klhEzvrqGvk257BIFZz6LRkNaqQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:1.6875rem;left:1.3125rem;display:none; }
#fogrqog5Nhs8raB0MynIN6cuTrbfmkJD { 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; }
#Dkn0KWDUIvdQ8Nyg03KgxsZZdBnxtc41 { 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; }
#MFlUbc55lbUZuCUMrBrNKJlgocBSmMqG { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:9.125rem;left:1.25rem;display:none; }
#r7TRzVCspFiA4MzOrsU9yWll75TZl72D { 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; }
#wHf5i8ZZe6kwTymsa2bQyp6S86KL1Fr3 { 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:1.25rem;top:22.4375rem;left:0rem;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; }
#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.9487875rem;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:26.875rem;display:block; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { color:#000000;display:block;width:27.75rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:4.8741375rem;top:7.78125rem;left:30.6865234375rem;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:58.5625rem;height:32.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1rem;left:0.2802734375rem;display:block; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT { display:none; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { width:47.75rem;position:relative;display:none; }#xe6iuPUr3TVr2gBy6yf3IhhaOl9TyiN3 { width:17rem;height:2.8125rem;top:0.1875rem;left:0rem;display:none; }
#qvcPK4GFfpGKDzOS0iOBRhDS8RxD2lTE { width:15.6875rem;height:2.375rem;top:0.375rem;left:32.0625rem;display:none; }
#zGk2QKpTOKcJITCulCVK002UMw6272vl { display:block; }
#uWBT6NTPIM29CLZgrTLSPqd6BKb3BXgd { top:1.125rem;left:0rem;width:10rem;height:2.375rem;font-size:0.9375rem;display:none; }
#mykzKyWdBAMvaLlyHzACxFEqM678HslB { width:46.75rem;height:3.0625rem;top:0.125rem;left:0rem;display:none; }
#ZoG97dN8fTduMflDsJPQZcMSnS2k96Cr { display:block; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI { display:flex;width:13.5rem;height:5.0625rem;display:none; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #qEEJuEBaP8StFHo74WHRaTKt5TbC2UGG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #lGW4hJDb11ZxraJewPT0MDzhbNKbyt4p {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #mWmLmKzuStspJgndITOgs1yfCDONpcWf {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #f2cScMMybQbnseOaiQP67PSW3P2yOk0L { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #Dhm6NkEJnvdCdeF972sZTWovgCELBzF5 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #r6DbaWUq32ueIlI7Fwzgutxsef4o1nme {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #cDhNcgfc3lROfBlW7GeUhopCfcxTIXT3 { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #TFWoUctH3pO6vDcfWnr0gRyogBIquRQP {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #w7wxJPRXylKlUCs4PESbTcJ4iV1hamQ8 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JrezX7WvTCsc2L5S7Qbvb5W3fvrzs5Zp { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #QIatJisTGSPiEXA2MB7ro7nusEKwdlsq {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JHA42blfdzQwAOMP26DgOgmo3ilXTZSU {  }
#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK { display:none; }#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK > .row .container { width:47.75rem;position:relative;display:none; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { display:none; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .row .container { width:47.75rem;position:relative;display:none; }#wMX1qwxCGVDBCltZhKMLdAn89okvf5W5 { width:14.375rem;height:2.375rem;display:none; }
#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 { display:none; }#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 > .row .container { width:47.75rem;position:relative;display:none; }#wP8h7B5Ni3fA2AoCITBTXhl409xIFlaA { top:0.6875rem;left:1.1875rem;width:11rem;height:1.9375rem;font-size:0.75rem;display:none; }
#anOVdxsk8NIDbiTcCyBbJ5i84S5E647X { top:5.5625rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#U2Xd2fIlOSNGFA1aFvaooNvkRToXidLF { top:5.5625rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#OOknVLAKOzxbSzQD9CGG4AnfstpmnKip { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#Kl6lJeQgAi3WwiAK9rFOVhzrdxtGlXsN { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#LiTfkUcIfa213C0JlKP8gP87bpLIsFkr { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#Ln6m0lb4MaqNeZMaU0zhHb5NXDNociow { top:20.6875rem;left:0rem;width:17.25rem;height:2.4375rem;font-size:1.1875rem;display:none; }
#SFa4BbArA7cHnoQGRKQhLPAMcxcEM1Ps { top:31.5625rem;left:25.5rem;width:22.25rem;height:2.875rem;font-size:1.125rem;display:none; }
#A9MDM5uNJIwzgOzF17FM0l6bQy4r6rHn { top:27.5rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#kqg9Z4CI2Qw75WxgNnsJJTpeW6CuTM2m { top:35.9375rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#TO6KUuvb18PyhLTxmdsp98R8fHzHWZDB { top:31.125rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.125rem;display:none; }
#PKGluTgHOCf7vzbwxFtEKT1SsrSkdOy1 { top:31.6875rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#yytS4J1DXvKTOdmR5I9xUPQfLxM4WViE { top:24.125rem;left:0rem;width:19.875rem;height:4.1875rem;font-size:1.5rem;display:none; }
#vAHePcPWGiwkW93KPwmG8d6ibMbtSSMJ { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#EdTqVfoVDyzDiveUr8DSeTcaUfqqiIyq { display:block; }
#RIkatnoMXPNbT0XXeszTmF4haiQk0XIb { width:46.875rem;height:31.875rem;display:none; }
#y0z3T2Zc6ferNT1StpEQIwyrrtrhhgFi { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#z7C7ryh8LAVd0Tc4XWbvv4fk3Zv4PQk9 { display:block; }
#W1nmCSNXKnlolC1yHKuQ8WFz1zumPrQZ { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#hNEVhxVNQrWiv3NyICxIocvhmCEXBUoS { display:block; }
#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 { display:none; }#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 > .row .container { width:47.75rem;position:relative;display:none; }#EaDoo4aPnwbT2Q1nDWtcw4wiBLalJqFJ { top:1rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.375rem;display:none; }
#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ { display:none; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container { width:47.75rem;position:relative;display:none; }#HepKi03KcBsQtxyAdKF3FiDemwo3kQSn { width:;height:;display:none; }
#ynoLFSanqMoV9gUpFplUbnAKWVm2dFDG { display:block; }
#SOOnRyrZPTN61EPTqLAX17hCRe5mtnx5 { display:none; }
#ph8ZTXV34beSzq07wRlHRnC82nBA5xrc { top:8.8125rem;left:0rem;width:9.0625rem;height:2.1875rem;font-size:1rem;display:none; }
#xWnZwEfEbqgdsG0be5Lv28AZRTSSpXft { width:;height:;display:none; }
#rRn8zL0i22NTNlgxVRqIeL9ZAmToAPqi { display:block; }
#nrH2fUWUWAkwey0NDWFm52CUZ1uF1m9q { display:none; }
#IPhUP4fcFP0HtHd7sudS6n3beRAhcCW0 { width:;height:;display:none; }
#CktXaDqmies8LsM8htNXb2z2Q6munnOK { display:block; }
#duUUx7F8aOb2HMf8AKmddIPJw1mzSigH { top:9.125rem;left:4.5rem;width:9.0625rem;height:2.1875rem;font-size:1rem;display:none; }
#fZZfyZZBqdbSftc3bKXqc9TJ5E8hDxoJ { width:12.25rem;height:32.25rem;display:none; }
#Zklz8OanwlTMqsyyr9Xn7oCmwFEK3gua { width:;height:;display:none; }
#VJTN4bl9XWRoTorbBhElvOZDNJBTm1Si { display:block; }
#OT2tkPSwVNPkKo9nBt9PhZrVGJ2Um1Wl { display:none; }
#MtiTMouIDBqQcw84rNLSrtyMFi1TVUvH { width:;height:;display:none; }
#ouehOAnnXifakJ7aDerya1T9R639M4g0 { display:block; }
#rpkwnTbRa4IEzJkfNVvKMQKrWmv5XxSM { top:18.9375rem;left:0rem;width:9.1875rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#UuaNPFDbX6yclk63uFrKZTiMTgBqtC3U { width:;height:;display:none; }
#Lfe2pulCZ7yxfVzhLDRb3XyETAKuCEFk { display:block; }
#LtkMqQblGLMP6WLk6Pvcft6vi5gT6MhE { width:;height:;display:none; }
#iKmUTRpgnbWHpNMxNK4Qtk8NTr1JWR5I { display:block; }
#s87iuJsGfAbLqhQJLnrGxZBIkfPwyJLZ { width:;height:;display:none; }
#SQukXCMkqxHBR6Dto8929IHx72nsTKc7 { display:block; }
#N5akn72bPwg7HKxlGkw6emhELeAGBhkM { width:;height:;display:none; }
#KiSQMKAlTvaHlTNnaaep1UQv0e9ZbKU2 { display:block; }
#ixbnC4lahnQ3Elk265Cxsv7XcfcoVZST { width:12.25rem;height:32.25rem;display:none; }
#OdT3fF8TSW4S5Ui9WPauP818bnOn4OGN { width:12.25rem;height:32.25rem;display:none; }
#cWHbep2MJE50SLyA0k1sl66h0W62bNqq { width:12.25rem;height:32.25rem;display:none; }
#kHHJSUl6cn1vwKgOuBmqeKiBzLeX5Mip { width:12.25rem;height:32.25rem;display:none; }
#VMeW9NoPU6D2IPhX0Ke016BIO4DUUOm4 { width:12.25rem;height:32.25rem;display:none; }
#yG8QNftBsDXqB5Qcek8pC4nTeek594tZ { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#DNKo1MtZntoT7P0MPgHu6ytHwyBoRvZ8 { display:block; }
#A2zKxMDUUDrqmN43tczM7DAgF8GG6T5P { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#lnQdnWPmCdNWSrQ4JQmuiTkDJq1dvukS { display:block; }
#SoogWniFvA7PrIbLvDfcBfSy2xhchLL2 { width:23.8125rem;height:3.0625rem;top:21.0625rem;left:23.9375rem;display:none; }
#CIK8QKHX3nlPRNwKqqG1tDC8JPvCIT7h { display:block; }
#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs { display:none; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container { width:47.75rem;position:relative;display:none; }#gbCPqXsWQkbvE0zDmtuDoG6lKLeLu1Rz { top:3.375rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
#cvcJxHMGUAF0RoozLdssEPgaLlH6BSKF { width:22.1875rem;height:3.0625rem;top:37.5625rem;left:24.562393188476rem;display:none; }
#FMK7CtEFlkx03y8ECpTKV9rtysXMpZek { top:1.875rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#OgSZJmbo05xas2qTbU2S1bP622rWe0rm { top:24.875rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#x9kQKJgUFSAbwtLwJJbWGWi38X76HqT1 { top:11.3125rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#DMsoLgCVhbvnZnJpoaTzBtOH37xTawBp { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc { display:none; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container { width:47.75rem;position:relative;display:none; }#KD3sT6pz52JmGpgAi0Je6vwdOVJELmV1 { width:6.0625rem;height:1.8125rem;top:18.0625rem;left:8.2566184997556rem;display:none; }
#Q8ChOKgl75STUVuGiVTJJqbO8B4v81Lr { top:4.3125rem;left:0rem;width:21rem;height:33.25rem;display:block; }
#HCvP5zoWUg8lL3cwu8ecm06NuvT0fQFm { top:22.625rem;left:0rem;width:20.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
#TsyqkgXZ6AtXWwEoZncnJoRSd3JoH6mu { top:13.9375rem;left:0rem;width:26.0625rem;height:6.8125rem;display:none; }
#XSr6kgiTLFTDrVPH1532PWZmB6su7Iup { top:23.75rem;left:0rem;width:19.0625rem;height:3.375rem;font-size:0.8125rem;display:none; }
#MQedRquGazR1ArwTDui2bVEl8HSViSwr { top:0rem;width:;height:;display:none; }
#zWAm6rFww6EomXhBgiXvS9X3qBHXeVAe { top:0rem;width:;height:;display:none; }
#BqNFfakF6wV89smX5XmST4gTCAodugsa { top:0rem;width:;height:;display:none; }
#V9yXm6a8DtycvuEd0UuRNy33NOb40dI2 { top:0rem;width:;height:;display:none; }
#JSz3522mhP53QrQt3PBI7177fIRQpd76 { top:0rem;width:;height:;display:none; }
#M9ZMm2fkOcG7iF07IkHyoH3plgGqg5XZ { top:13.4375rem;left:0.875rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq { display:none; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container { width:47.75rem;position:relative;display:none; }#gk8eI9e9RRuMa0J2f2fJ9AKQIOCVxL1o { top:0.75rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#HRhD7TorIARBQvSGOmqtthLP5yafMn0v { display:none; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container { width:47.75rem;position:relative;display:none; }#cFNSzMmpOGwnuVTsORLgHyDTtyEmqaSB { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#HqxfQxHKS6EphraVMJsPUFMA97QiX0vK { top:0.9375rem;left:0rem;width:16.0625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#wOrfTexdJmfzNGUVbg5RfXpqxcSfbhz1 { width:6rem;height:6.625rem;display:none; }
#VvOPth9nptIlZR0UP414Lqndwk6QalO7 { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#tOq6cHAiAao61L0oJ9BNdWpvuOTIWiDA { top:7.8125rem;left:0rem;width:15.4375rem;height:1rem;font-size:0.875rem;display:none; }
#wxK5SG9rhcG50ecauPuLNlDrQa4K3F0S { top:20.5rem;left:0rem;width:15.4375rem;height:1rem;font-size:0.875rem;display:none; }
#XTlQ9Bz1P9SOEi6ViWWFxnqfRF0FB1R8 { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#NcJzGSI9ITOclzOKhTC4pXWp3Kd1U4bV { top:14.125rem;left:0rem;width:15.4375rem;height:1rem;font-size:0.875rem;display:none; }
#viL3GvVbfv3MkeSyrELLTMCdMVwF87Fd { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#SdLtyLlUXWBghsRE9rOvExKLhCBC7HHg { top:27.8125rem;left:0rem;width:15.4375rem;height:1rem;font-size:0.875rem;display:none; }
#IHgathlmQCMeHXkbFDBTxOrUFMLKLBua { width:3rem;height:3rem;display:none; }
#NhTezB7IdgwS0F7rRfxRGGry9QD6iP0K { width:2.9375rem;height:3.0625rem;display:none; }
#sQGQTzV0yFVdhLTAr2AqDwsgi48WX8xN { width:3.0625rem;height:3.0625rem;display:none; }
#PQiUxWS4QbZeyJGfuAsMhOtWuBKgc7ii { width:2.5625rem;height:2.5625rem;display:none; }
#y4yLDTBTW3dhnsLiRuKLRU4xTAek5GCg { top:29.1875rem;left:0rem;width:14.375rem;height:2.25rem;font-size:0.8125rem;display:none; }
#tHkbIlgBM4Nl4TGyNUh00cxivUQE1vKB { top:21.9375rem;left:0rem;width:15.75rem;height:3.375rem;font-size:0.8125rem;display:none; }
#n4Alh7wo43IJ6LErOH0sHg5goSIzOW9J { top:15.4375rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.8125rem;display:none; }
#JsrAuMnpe8bTOTNGDtOd8eJ7Pxg0P4RW { top:9.125rem;left:0rem;width:15.875rem;height:2.25rem;font-size:0.8125rem;display:none; }
#neMmq6c1788WEe8hEFHDJ06DzHISX6dQ { top:3.5rem;left:0rem;width:14.8125rem;height:3.375rem;font-size:0.8125rem;display:none; }
#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk { display:none; }#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk > .row .container { width:47.75rem;position:relative;display:none; }#K4RA5vMBZmfmswvfLXwXGqTRVGPvkkXm { top:23.25rem;left:0rem;width:8.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#pTQTOMArAHztvfCAOopyAwOimtLbl4ky { top:20.8125rem;left:0rem;width:8.875rem;height:0.875rem;font-size:0.75rem;display:none; }
#NkxRFvbZPq2qDWTRXp7BFwHgsXiVb2EK { top:18.4375rem;left:0rem;width:8.875rem;height:1.75rem;font-size:0.75rem;display:none; }
#cy9kyPpRAl4q7OTNxiSbwMIdWT2rmWe7 { top:16.0625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.75rem;display:none; }
#Tpu32rPSoTaxFJ0RgVQmtBAMwx5KGdU1 { top:12.9375rem;left:0rem;width:8.875rem;height:1.75rem;font-size:0.75rem;display:none; }
#R13CreVn87dabMdyVyITPAUErrzAUsaT { top:10.5625rem;left:0rem;width:8.9375rem;height:0.875rem;font-size:0.75rem;display:none; }
#Qkqo2A3vmPuh8O5A7A9THBGuP8S8EZCx { top:8.25rem;left:0rem;width:8.875rem;height:1.75rem;font-size:0.75rem;display:none; }
#edtkTcg9JKqDkcJMlMmTSrdeuMGuSLs1 { top:5.5rem;left:0rem;width:8.75rem;height:1.75rem;font-size:0.75rem;display:none; }
#ng0hGQa1XPXaZH9TT8vP25tzAQhQTUkW { top:0rem;width:;height:;display:none; }
#dzzfTnilrAz9oQ0HHWVvyyOZqMJfA1EV { top:0rem;width:;height:;display:none; }
#M2ea5ILTUhTCT7EpnrMbZcZ85Ig2OQNn { top:0rem;width:;height:;display:none; }
#PprFE4ZEEpqwLSFh7eOw6LXIQKmzpE8J { top:0rem;width:;height:;display:none; }
#xCH5uhgD556GzMI4B4DLK4qT3hvZcOWR { top:0rem;width:;height:;display:none; }
#eChpeaeKzm7F1Hpk40T3QnbicgLMVDs7 { top:0rem;width:;height:;display:none; }
#VXepD2ye4DrHWWhJbKsF3Jzr58KUltEM { top:0rem;width:;height:;display:none; }
#BfFHkWPT3xi0meF2Rp6zngukDZGtnS96 { top:0rem;width:;height:;display:none; }
#oR1T7hyhpCiU3N8ZOLULbhkp92AVPb6w { top:11.3125rem;left:2.99951171875rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:none; }
#ODq1igbJ9IZp8GBMU2RxEPTkzF4q4Qvs { top:0rem;width:;height:;display:none; }
#T1b7ethisI5sXS08EfeSVoKP1OqwBG2w { top:0rem;width:;height:;display:none; }
#L5EXGlX2TxGImcit2u1JksgJqk9qwrri { top:0rem;width:;height:;display:none; }
#ekOdTfynX9OFbTgqGEgr1wzkLx8Tl51E { top:0rem;width:;height:;display:none; }
#TcTyxgEn5i4R1fG6sCUs6e496eGsLINy { top:0rem;width:;height:;display:none; }
#WtJyHqGXLJCxTyEGDe8zWIC0NLbQzgOB { top:1.5rem;left:8.625rem;width:5.125rem;height:2.6875rem;font-size:0.75rem;display:none; }
#gM06Gh7w9GUrtVgfuVOJDJ6TGkRtSAi8 { top:2.25rem;left:0rem;width:6.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#yxcvV964IiPJqesJVUrlcnA3vWNpDOXP { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#B3BAI9SwTM8TyRw1v8N6SyyXXlkGoZsc { top:9.75rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#qZu07BUhqpZ1zWZuU375NxA1HgtFKvXo { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
#C0X2LS2kXbiJG1pQsKzDmR1VV769Ikad { top:3.75rem;left:5.75rem;width:8.125rem;height:;font-size:1rem;display:none; }
#tuZ8No20v5buP7Pn6JaIMVCLQcVDKRIL { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#HzcTCLlJfsdUS4rWKTivF5FATGPlOQR8 { top:0rem;width:;height:;display:none; }
#qEqo7KwlKXDeIwURfpdwl5dJ0xNTJgge { top:0rem;width:;height:;display:none; }
#ZK24Ev7OEIRvQftXQNtPk8TsVOiDlNDi { top:0rem;width:;height:;display:none; }
#to0WlGz06cyA3us6BX4MvHmTh4hQaKc5 { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#cHTkU0VxdPrayo6hhSgLVKlSFyQkt4UD { display:block; }
#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT { display:none; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container { width:47.75rem;position:relative;display:none; }#Msw1gtPgkfpUUfpQaaK3vq1SaXE8VlND { top:1.125rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.6875rem;display:none; }
#T98dz3nn34if1tk2TvB6EHCrMxcCNTTq { top:3.4375rem;left:0rem;width:20rem;height:1.3125rem;font-size:0.9375rem;display:none; }
#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o { display:none; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container { width:47.75rem;position:relative;display:none; }#ezcH2flDGLLxEV4oukVX1lTFciU1ooro { width:7rem;height:5.5625rem;display:none; }
#lbpOlAOat9NG7TZAJaJEE3OKOV8CFAm2 { top:1.9375rem;left:2.81201171875rem;width:11.0625rem;height:4.5rem;font-size:0.875rem;display:none; }
#XR8lRuHFhI6HW4HFf4ZM7gNTZ5AS0RXU { top:0rem;width:;height:;display:none; }
#abHJ1HTXLkkMzT9to8vMIMKdinySRQC4 { display:none; }
#FckDgAGO9Tcfp3D9prlw7Csuv3dVq45Q { top:9.8125rem;left:2.81201171875rem;width:11rem;height:4.5rem;font-size:0.875rem;display:none; }
#fNy4VCpQohykTScEu3Xs8sd7QG8mQERf { display:none; }
#lMFnduwSyWW2BBhiJyO21yxHkSEaVrJW { width:7rem;height:5.5625rem;display:none; }
#BxGHDgxSPimSem3zfo7sn9zkzOnqgsCy { top:0rem;width:;height:;display:none; }
#AMT056J6DTvTFFZTg3s9qRFdz2ef23gD { top:17.875rem;left:2.81201171875rem;width:11rem;height:5.625rem;font-size:0.875rem;display:none; }
#WHGslatax4uuHxJwTxc7FfGhq72wcMTD { width:7rem;height:5.5625rem;display:none; }
#Cz6C5F8uhCrz92z22qR6eGqGTk4L6ehh { top:0rem;width:;height:;display:none; }
#l4TGVFSx18clgW3SfNmntidNXPrndpqz { top:28.9375rem;left:0rem;width:20rem;height:1.75rem;font-size:0.75rem;display:none; }
#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP { display:none; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container { width:47.75rem;position:relative;display:none; }#ZEvViawtbTiKLp3I3uROmpi20KvWDcoA { top:1.4375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.625rem;display:none; }
#yGk6ptTgJ8MkliZgfsOJHtRfgpVWrkJo { top:4.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:none; }
#cnoWPFxMSTz4CZ3CJTw2SJGGv3MXhizT { width:46.75rem;height:9.0625rem;top:0.8125rem;left:0rem;display:block; }
#F8QaLWRr6Myfr5LMWsvATNJJ7odP6J8E { display:block; }
#yufzS9RXTWiXWwduqvbwDS2deuooO68N { display:none; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container { width:47.75rem;position:relative;display:none; }#Db65Wmz0eGvQQeprTdWy0XFyATh01Khc { top:3.0625rem;left:0rem;width:20rem;height:3.9375rem;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:39.8125rem;width:7.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#EmlomAxPXXTgQS2fG6gNSGkGMxCoK34W { top:13.125rem;left:33.71875rem;width:8.25rem;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.1875rem;left:24.46875rem;width:10.125rem;height:2.5625rem;font-size:0.875rem;display:none; }
#NJSqUShJqtthI8NDrvc5miM35TpA23v3 { top:5.5rem;left:39.25rem;width:8.5rem;height:1.25rem;font-size:0.9375rem;display:none; }
#IqBvRfT9y1Swp5iy6WFZsgW24S1kvr1C { top:5.4375rem;left:34.1875rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { top:5.5rem;left:25.75rem;width:6.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#HqnbwgPmxCIZovyfTm2Q2Uw5BLPggsVd { top:35.6875rem;left:24.5rem;width:23.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
#TG6Fx7zHcgZX771lpPOCaEJiTvU2lTEl { width:27.875rem;height:10.75rem;top:20.4375rem;left:19.875rem;display:none; }
#SJvUMtuducMJpP386xTe1T05Dz8CnlcF { top:18.375rem;left:24.3125rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#W3y3OEfKhBoPkrGEH3yAgRqyuuQxM65A { top:18.375rem;left:33.4375rem;width:9.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#IxMaWFb0u84Kq78tWPRNMeRGz47U81fO { top:18.375rem;left:38.1875rem;width:9.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ldroDp2oKplszoSJFhAuXt28d4Fz6wqI { top:1.6875rem;left:0rem;width:28.3125rem;height:34.8125rem;display:block; }
#PSf8JUfTmpTF9RxHNFTOsTDHPyMykhcJ { width:24.125rem;height:1.125rem;top:34.625rem;left:23.625rem;display:block; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block; }
#LaOn9AEbSplocZKqqqP01wZqsZzEpqcV { width:46.75rem;height:39.8125rem;top:1rem;left:0rem;display:block; }
#O6IwwBBttTQ3yOeDkA1JOFnQ9oz5JTyG { display:block; }
#aX9TZstnqInEfDsUBq2RxuaTOQ6RR4Qe { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#ptOPkTXg8UbTrgx5MEWf5AxRODCPQvcZ { display:block; }
#hshLbXKendDcOvvC71CkSoWMPdN2x2uV { display:none; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container { width:47.75rem;position:relative;display:none; }#cUmTKXpOAvrcwC7yTAUkkQEKULB55diF { top:1.375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.4375rem;display:none; }
#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL { display:none; }#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL > .row .container { width:47.75rem;position:relative;display:none; }#QuXAM5Jgtxbx5KNz5nJ7KH4TrzhiE7TW { top:31.1875rem;left:0rem;width:15.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
#HFFDVChb35e6nXhK728OguSse8Ii52Oz { top:29.625rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#daANBRLE40vd3q0GcwUXns9T1B8SUKLd { width:3.5rem;height:1.6875rem;display:none; }
#PPxfIZTTWSQekyH0t16bDfcxWduW7mTM { width:5.9375rem;height:5.875rem;display:none; }
#ZiFPdg0E0XNylrDXiQtsB2743c5P3fhD { top:1.6875rem;left:0rem;width:3.9375rem;height:1.5625rem;font-size:1.1875rem;display:none; }
#l5eI5IguXJVa4FmffbItn3uTQHq98Nzt { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#dK5xSugpmlKM9JZIVPT9ukJP604zx8lz { top:49.625rem;left:0rem;width:15.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
#Hmt9tFedrC5XtpCreyhnUxSA5OOweEqG { top:48rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#HZUOsTLIXtAk0Dq9nEpTN70v0U8QGbRn { width:3.5rem;height:1.6875rem;display:none; }
#ErxRdncWLhOuuydWJcthOIswsnr2hiBc { width:5.9375rem;height:5.875rem;display:none; }
#UUAgb31rWprPBlATevCFFqarTrrbV9tP { top:13.4375rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.1875rem;display:none; }
#qXO5yd7FcAUlIXsNOnBbLREh2Ulk2BP0 { top:13rem;left:0rem;width:14.625rem;height:2.25rem;font-size:0.875rem;display:none; }
#JiXPx683Sz3psTl3dPc8leXEoSPbqfUo { top:11.375rem;left:0rem;width:13.125rem;height:1.375rem;font-size:1rem;display:none; }
#HZFC3I987bJHseWtIAWHpnnfoTfrpEoE { width:3.5rem;height:1.6875rem;display:none; }
#qTby8z2eoWzc738ScOt357sAI1Qo7EhJ { width:5.9375rem;height:5.875rem;display:none; }
#p8IBF0P9Fxd6hMcQ1BRArNGcDFEZi82N { top:13.4375rem;left:0rem;width:3.9375rem;height:1.625rem;font-size:1.1875rem;display:none; }
#JAgrAutBKu1Op6PurchVA71KtdsiamzL { top:56.375rem;left:0rem;width:20rem;height:0.875rem;font-size:0.75rem;display:none; }
#yL6MGI6Qpc9kk3ahgxp7dXzLRvmF7yUF { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#U8auv3bQk2p3MTpegZ7SiLS4v7HR3q3u { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#i4pppTPx57kAWKPCe5owVpdVZBVAC40Z { display:block; }
#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ { display:none; }#Jw6yC147FOL68OfdbtsLuuy75zNAaHVQ > .row .container { width:47.75rem;position:relative;display:none; }#cHQr3QTr0Lx5KMC4MAlPMyKUkW9wq0L3 { top:0.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:none; }
#Od7CKGbiUWNnbbiwBRNx9GaISM3dZMBl { top:3.9375rem;left:3.53125rem;width:40.6875rem;height:3.375rem;font-size:1.3125rem;display:none; }
#ReQeyeD3WBfufZVtCF6o21VdSTFX3egX { width:46.75rem;height:7.625rem;top:0.75rem;left:0rem;display:block; }
#cUxKJaLWucMTdnnHQAIKBU0EzSFdn9nA { 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.5625rem;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:11.3125rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:none; }
#sBlSkmP19WELxus1WSuHrkaIWGQmutCq { top:17.6875rem;left:24.4375rem;width:14.0625rem;height:2.5625rem;font-size:1rem;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; }
#bh3oHlaQuLDJLwexfl1vWHhQB4huWdfi { width:46.75rem;height:20.3125rem;top:0.6875rem;left:0rem;display:block; }
#OgvnMAIXnTdTR2AwwOzR424BGEcZXwM4 { display:block; }
#NOt4XqONhGBl3FLcCbayuBhG29gghuHs { display:none; }#NOt4XqONhGBl3FLcCbayuBhG29gghuHs > .row .container { width:47.75rem;position:relative;display:none; }#yyal74NQZ8awMG1l7azrPK5kdh2Sv09V { top:5.8125rem;left:13.875rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
#Kc53E0UwPakI1FQURVc1LrMGTC3oaMFS { top:9.875rem;left:7.1875rem;width:36.0625rem;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.375rem;width:32.625rem;height:1.8125rem;font-size:1.3125rem;display:none; }
#aAkDJd59WdTr0Vq1aPNrnzAWCXq8Ikcn { top:18.5625rem;left:7.375rem;width:37.75rem;height:1.75rem;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; }
#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; }
#rhNlMPotlZkn3PWvVzOZgxuATwFTgW0d { width:24.125rem;height:3.5625rem;top:22.1875rem;left:11.8125rem;display:block; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block; }
#G3cPFC8o2PT7qM1qdEktJMMU4SbiOzcf { width:46.75rem;height:25.9375rem;top:0.875rem;left:0rem;display:block; }
#LDd7aqCs6xOPJDMMJsNAwx51venGUXZh { display:block; }
#I7bTr8seKUW1kT8UuDkrvvS3cNCqRoIS { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#BCNzED9TgVPZbOLBXs8XEsHLmOLornge { display:block; }
#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { display:none; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container { width:47.5rem;position:relative;display:none; }#hrL5RGMhgBlVaRPLslD6iHh2AGHlpXLb { top:2.75rem;left:0rem;width:26.125rem;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; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { top:5.875rem;left:0rem;width:28.375rem;height:4.625rem;font-size:1.1875rem;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.5rem;left:0rem;width:25.6875rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { top:16rem;left:0rem;width:27.3125rem;height:6.1875rem;font-size:1.1875rem;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; }
#tzIXufu7RizOH7auO5ygpNZdOu1JhIT6 { width:46.75rem;height:30.9375rem;top:0.75rem;left:0rem;display:block; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block; }
#L3LbcQEJcMROLnNnCltrr60THJfS3BsD { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#lE160D7IKRiT19PLLkaiuqtb9QgT1kPD { 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; }
#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:20.4375rem;height:3.4375rem;font-size:1.3125rem;display:none; }
#W7W7LHsraclFeCQdPbgW5U0J48CvIyps { top:18.375rem;left:0rem;width:19.5625rem;height:3.4375rem;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.0625rem;left:0rem;width:6.6875rem;height:3.25rem;font-size:2.5rem;display:none; }
#CbEpxTO89CpnKbIz9VdB8l7IPemBKfPD { top:18.3125rem;left:0rem;width:6.6875rem;height:3.25rem;font-size:2.5rem;display:none; }
#UUroxUFsv0aRSGoFi5c5MNELZoQFTETM { top:13.75rem;left:0rem;width:6.6875rem;height:3.25rem;font-size:2.5rem;display:none; }
#LE9N0aOmfrndeJNJ0119h9gkB8lgQ5XJ { top:27.0625rem;left:0rem;width:24.5625rem;height:1rem;font-size:0.75rem;display:none; }
#OcFchHwpFO8HmvCmEaGZHh6Bl2FfWZzv { width:29.375rem;height:28.0625rem;top:1.375rem;left:18.375rem;display:none; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { top:2.6875rem;left:0rem;width:20rem;height:4.5rem;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; }
#gt5CzT7anVttVmauo6xbC2FEPRaw5AoQ { width:46.75rem;height:27.875rem;top:1.375rem;left:0rem;display:block; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block; }
#Q0DhbVSuhSzSHX7MdKStaWauMaQ3do1z { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#RIyRG7x0Uym1HTS13W1hG3wL9XQzoaz9 { display:block; }
#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { display:none; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container { width:47.75rem;position:relative;display:none; }#NXmVFgQoRTSzFNBTmz7Xw0aoyyizWS1W { top:1.25rem;left:0rem;width:36.5rem;height:4.5rem;font-size:1.5625rem;display:none; }
#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:47.75rem;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.75rem;height:3.375rem;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:47.75rem;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.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#GowfIN3bwhBewSbvUixp2bvflW8gT3FL { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;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.8125rem;left:0rem;width:47.75rem;height:2.4375rem;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.375rem;left:2.125rem;width:41.625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { top:1.75rem;left:0.5rem;width:47.25rem;height:1.6875rem;font-size:1.3125rem;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.8125rem;left:0rem;width:47.75rem;height:2.4375rem;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.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#KdrCt8a2L8VxGU8EAIVFpBuLMmpWoBmP { top:8.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#WREOJiN7xiaUC0zUQfCgSMDNaL0xp3bU { top:4.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#HDp0UXpfSSAipulm1q9KFZm6CXhMezkM { top:1.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;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; }
#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS { display:none; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container { width:47.75rem;position:relative;display:none; }#BdOcannU3ZqqPpz2TmEeoXGrxH4gQbpE { top:0.75rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.5625rem;display:none; }
#QSmQSyFeC7dm2wNnxSaqdq94cPzsI6Si { top:5.1875rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq { display:none; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container { width:47.5rem;position:relative;display:none; }#PrrCUQwrHhWa42Tuno7G2hgP9tKIVNvT { display:none; }
#Kr6rxRpWnfk6ui2SFWA4I5HPl3EaoLOT { display:none; }
#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT { display:none; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container { width:47.75rem;position:relative;display:none; }#IQPigoaTivnXVXZGdDTzE9B5PyynLm9c { top:5.0625rem;left:0rem;width:17.875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#J2kqoxwkO96RGEWKW4XM0rsiH6uvaiBU { display:none; }
#BqAhZqApqpOxbzzybMTcpMIvOsvxfppw { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#GpSQzV69uKwdNezkV6h84yodJEShRERR { top:5.5625rem;left:0rem;width:18rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#GRdssRrkGoVbA6q8tFVTD5ZFVEMJuVXU { top:0rem;width:;height:;display:none; }
#vKd0vmdWMHK5GNCpxOIiNTC0TCTgizSW { top:0rem;width:;height:;display:none; }
#bX6XoN8GBvFCgMrzWr8sC2Tn0AQDw2E9 { top:0rem;width:;height:;display:none; }
#CQZEoyFSD0k0DzZpaDggQaylTaiHOmKo { top:0rem;width:;height:;display:none; }
#s65Bnb2iSlk0ekLKlLzNn3fHeSOkE2OA { top:0rem;width:;height:;display:none; }
#EJbiT30eCTH9WsMuWZtI7uGGzGwbucXH { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#FFKsTTMQ2CIaIkGdka89uR1gTciptJrJ { display:block; }
#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK { display:none; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container { width:47.75rem;position:relative;display:none; }#VhpPOT0JE1gmpBEM5ANT5AyGb0ynkHR1 { top:1.25rem;left:0rem;width:19.5625rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#UN06tf2BWJsDTXeDRMPeE46SQBwIi0w5 { top:5.0625rem;left:0rem;width:20rem;height:5.25rem;font-size:0.9375rem;display:none; }
#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf { display:none; }#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf > .row .container { width:47.5rem;position:relative;display:none; }#JQaCL9bTWFkm6n4vITGm8F7k1q4TdB7m { display:none; }
#OfSQXRIJSNVpvlby4KtCLdd3Jw5cLeGZ { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#W8PNKrSJxKdiLDNGbhNlLCX3sJsebyNE { display:none; }
#TzMNPwNs8CXwCbH8h6fsDsWoN8UUVfP6 { top:23.875rem;left:0rem;width:12.875rem;height:2.625rem;font-size:0.9375rem;display:none; }
#k5LH9XmN7TdKXaO2ps1wWIk5FnrU0arR { top:0rem;width:;height:;display:none; }
#wglcHx7btu4NM4skU4NrEQD2HOVIEqyk { top:23.0625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:none; }
#qTgPllORD4ttu7B6vEkUsL5VFQgvNzyL { top:28rem;left:0rem;width:14.8125rem;height:2.625rem;font-size:0.9375rem;display:none; }
#q9Z950o1lVL4Op8TSW9bCLQM4VHPRC5m { top:32.625rem;left:0rem;width:14.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#DONVTFyzE8il7vo3J3fFMVNZQqmJuUd8 { width:6.875rem;height:6.875rem;display:none; }
#w5QvJkppaBOzwofU8iAoWmEobBBvRgw1 { width:6.25rem;height:6.25rem;display:none; }
#BamfTOEH7xCPtvWzAGSnhArDebcCHRNR { top:16.6875rem;left:0rem;width:20rem;height:3.125rem;font-size:1.125rem;display:none; }
#vKZRTI7veRglc7iEyeLCwWfZD4UEU8lk { width:24.25rem;height:16.125rem;display:none; }
#B7siPfW9EE6OmheVnZgSTl3qUZl3G5sP { width:6.875rem;height:6.875rem;display:none; }
#LlbIQSDRR1ErbPP6ip877JIDHS4gc7dR { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#LCGp9yPPUFVdGALBt9TD9wSwUmXmCEDI { display:block; }
#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.375rem;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.1875rem;height:0.875rem;font-size:0.625rem;display:none; }
#ce0nBTBd3fDA9SM0TrvaPn94TNKkRKo4 { top:0.625rem;left:4.43701171875rem;width:8.125rem;height:1.75rem;font-size:0.625rem;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.0625rem;height:3.375rem;font-size:0.8125rem;display:none; }
#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; }
#bEeXCagSTAOb3nzwDM7xdlVpm65vOsqA { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#AB4MDXSZzDfHbCn6URSZJ14ZDZDItSx7 { display:block; }
#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak { display:none; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container { width:47.75rem;position:relative;display:none; }#PpguDuoWRMK67OqbaPWseNLGR3LwhQMX { top:1.125rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
#AEK5G3vBH5fo1KnaPFTHKhgDnxhxqPry { top:3.4375rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe { display:none; }#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe > .row .container { width:47.75rem;position:relative;display:none; }#yCMPvvDaQ18Zz3Jb3TsJJARcNcgqoUGP { width:7.4375rem;height:6.0625rem;display:none; }
#Nsk97J1MnBq7OA39U420fME67eeAC33T { display:none; }#Nsk97J1MnBq7OA39U420fME67eeAC33T > .row .container { width:47.75rem;position:relative;display:none; }#k0nh2klhEzvrqGvk257BIFZz6LRkNaqQ { top:1.6875rem;left:0rem;width:18.75rem;height:5.625rem;font-size:0.875rem;display:none; }
#fogrqog5Nhs8raB0MynIN6cuTrbfmkJD { top:0rem;width:;height:;display:none; }
#Dkn0KWDUIvdQ8Nyg03KgxsZZdBnxtc41 { display:none; }
#MFlUbc55lbUZuCUMrBrNKJlgocBSmMqG { top:9.125rem;left:0rem;width:18.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
#r7TRzVCspFiA4MzOrsU9yWll75TZl72D { top:0rem;width:;height:;display:none; }
#wHf5i8ZZe6kwTymsa2bQyp6S86KL1Fr3 { top:22.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;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.625rem;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:26.875rem;height:28.0625rem;display:none; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { top:7.75rem;left:20rem;width:27.75rem;height:4.875rem;font-size:1.875rem;display:none; }
#szSkOKtl3AORytd95EvAffWNVunw9vSq { width:46.75rem;height:32.375rem;top:1rem;left:0rem;display:block; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { 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); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { background-color: transparent; background-image: none; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container > .video-iframe-container { display: none; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row > .video-iframe-container { display: none; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .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); }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { border-width: 0; border-radius: 0; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrrXKUPfO1HA0rOCr3k9JfrhIl3arlpT > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; }#xe6iuPUr3TVr2gBy6yf3IhhaOl9TyiN3 { top:0rem;left:1.3742406368256rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;display:none; }
#qvcPK4GFfpGKDzOS0iOBRhDS8RxD2lTE { top:24.937065839767rem;left:0.5rem;width:19rem;height:2.375rem;z-index:15004;font-size:1.0625rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;display:none; }
#zGk2QKpTOKcJITCulCVK002UMw6272vl { display:block; }
#uWBT6NTPIM29CLZgrTLSPqd6BKb3BXgd { top:0.556640625rem;left:0rem;width:10rem;height:2.25rem;z-index:15001;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#mykzKyWdBAMvaLlyHzACxFEqM678HslB { width:19rem;height:3.0625rem;top:0.125rem;left:0.5rem;z-index:15003;display:none; }
#ZoG97dN8fTduMflDsJPQZcMSnS2k96Cr { display:block; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-number { padding-top:0.2275rem;padding-right:0.208125rem;padding-bottom:0.2275rem;padding-left:0.208125rem;width:1.245rem;min-width:1.245rem;height:1.21875rem;font-size:0.9075rem;line-height:19.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.141875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.660625rem;height:0.481875rem;font-size:0.340625rem;line-height:7.71px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI { display:flex;top:0.18701171875rem;left:11.12696046042rem;width:7.5rem;height:2.25rem;z-index:5000;padding-top:0.28375rem;padding-right:0.29625rem;padding-bottom:0.28375rem;padding-left:0.29625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #qEEJuEBaP8StFHo74WHRaTKt5TbC2UGG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #lGW4hJDb11ZxraJewPT0MDzhbNKbyt4p {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #mWmLmKzuStspJgndITOgs1yfCDONpcWf {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #f2cScMMybQbnseOaiQP67PSW3P2yOk0L { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #Dhm6NkEJnvdCdeF972sZTWovgCELBzF5 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #r6DbaWUq32ueIlI7Fwzgutxsef4o1nme {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #cDhNcgfc3lROfBlW7GeUhopCfcxTIXT3 { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #TFWoUctH3pO6vDcfWnr0gRyogBIquRQP {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #w7wxJPRXylKlUCs4PESbTcJ4iV1hamQ8 {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JrezX7WvTCsc2L5S7Qbvb5W3fvrzs5Zp { display:flex;position:relative;top:0rem;left:0rem; }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #QIatJisTGSPiEXA2MB7ro7nusEKwdlsq {  }
#QfSTViix6QIBdSVOtEOUXMKHclNPDKMI #JHA42blfdzQwAOMP26DgOgmo3ilXTZSU {  }
#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK { display:block; }#UrWUPGuSVaSwEI3wFQVLDZQBqEWdWBAK > .row .container { width:20rem;height:3.875rem;position:relative;display:block; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk { display:block; }#V9QIThA9Nmk5qMgUXLKzhtXpmRUtalxk > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; }#wMX1qwxCGVDBCltZhKMLdAn89okvf5W5 { top:0.5927734375rem;left:5.3115234375rem;width:8.75rem;height:1.375rem;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; }
#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 { display:block; }#QHAbomZDaTWzwL56oywJBFwRw5e0wCy2 > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; }#wP8h7B5Ni3fA2AoCITBTXhl409xIFlaA { width:13.125rem;height:0.9746125rem;top:16.875rem;left:4.625rem;font-size:0.75rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
#anOVdxsk8NIDbiTcCyBbJ5i84S5E647X { display:flex;top:16.8125rem;left:4.4375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#U2Xd2fIlOSNGFA1aFvaooNvkRToXidLF { display:flex;top:16.8125rem;left:3.4375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#OOknVLAKOzxbSzQD9CGG4AnfstpmnKip { display:flex;top:16.8125rem;left:2.4375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#Kl6lJeQgAi3WwiAK9rFOVhzrdxtGlXsN { display:flex;top:16.8125rem;left:1.4375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#LiTfkUcIfa213C0JlKP8gP87bpLIsFkr { display:flex;top:16.8125rem;left:0.5rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#Ln6m0lb4MaqNeZMaU0zhHb5NXDNociow { top:20.6875rem;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; }
#SFa4BbArA7cHnoQGRKQhLPAMcxcEM1Ps { top:23.6875rem;left:1.8125rem;width:17.68725rem;height:2.44921875rem;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; }
#A9MDM5uNJIwzgOzF17FM0l6bQy4r6rHn { display:flex;top:20.75rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15033;font-size:0.8125rem; }
#kqg9Z4CI2Qw75WxgNnsJJTpeW6CuTM2m { display:flex;top:23.6875rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15034;font-size:0.8125rem; }
#TO6KUuvb18PyhLTxmdsp98R8fHzHWZDB { top:26.6875rem;left:1.875rem;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; }
#PKGluTgHOCf7vzbwxFtEKT1SsrSkdOy1 { display:flex;top:26.75rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15035;font-size:0.8125rem; }
#yytS4J1DXvKTOdmR5I9xUPQfLxM4WViE { top:18.0625rem;left:0rem;width:19.875rem;height:1.79980625rem;z-index:15003;font-size:1.5rem;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; }
#vAHePcPWGiwkW93KPwmG8d6ibMbtSSMJ { 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; }
#EdTqVfoVDyzDiveUr8DSeTcaUfqqiIyq { display:block; }
#RIkatnoMXPNbT0XXeszTmF4haiQk0XIb { top:0.5rem;left:0rem;width:20rem;height:13.5625rem;z-index:15008;overflow:hidden;display:block; }
#y0z3T2Zc6ferNT1StpEQIwyrrtrhhgFi { 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; }
#z7C7ryh8LAVd0Tc4XWbvv4fk3Zv4PQk9 { display:block; }
#W1nmCSNXKnlolC1yHKuQ8WFz1zumPrQZ { 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; }
#hNEVhxVNQrWiv3NyICxIocvhmCEXBUoS { display:block; }
#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 { display:block; }#oAFgcI1sKGZ9SoToPBBtx6yBfeL1oWu0 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; }#EaDoo4aPnwbT2Q1nDWtcw4wiBLalJqFJ { top:0.5rem;left:0rem;width:20rem;height:1.6499rem;z-index:15005;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; }
#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ { 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; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container { background-color: transparent; background-image: none; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container > .video-iframe-container { display: none; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row > .video-iframe-container { display: none; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .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); }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container { border-width: 0; border-radius: 0; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UO9vt5bkW2DD8S2rFGm43McRyAT703sQ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; }#HepKi03KcBsQtxyAdKF3FiDemwo3kQSn { top:0.95947265625rem;left:11.522216796875rem;width:7.37425rem;height:1.5625rem;z-index:15056;font-size:1rem;font-family:brown;background-color:#bff3f3;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;display:block; }
#ynoLFSanqMoV9gUpFplUbnAKWVm2dFDG { display:block; }
#SOOnRyrZPTN61EPTqLAX17hCRe5mtnx5 { top:2.062255859375rem;left:0rem;width:9.625rem;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; }
#ph8ZTXV34beSzq07wRlHRnC82nBA5xrc { top:9.1243896484375rem;left:0.3743896484375rem;width:9.124125rem;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; }
#xWnZwEfEbqgdsG0be5Lv28AZRTSSpXft { top:0.9998779296875rem;left:1.249755859375rem;width:7.296125rem;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; }
#rRn8zL0i22NTNlgxVRqIeL9ZAmToAPqi { display:block; }
#nrH2fUWUWAkwey0NDWFm52CUZ1uF1m9q { top:2.0623779296875rem;left:10.124877929688rem;width:9.6875rem;height:13.75rem;z-index:14998;border-top:0.125rem solid #bff3f3;border-left:0.125rem solid #bff3f3;border-right:0.125rem solid #bff3f3;border-bottom:0.125rem solid #bff3f3;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; }
#IPhUP4fcFP0HtHd7sudS6n3beRAhcCW0 { top:13.24951171875rem;left:10.749877929688rem;width:8.624875rem;height:2.1875rem;z-index:15057;font-size:1rem;font-family:brown;background-color:#bff3f3;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:#000000;display:block; }
#CktXaDqmies8LsM8htNXb2z2Q6munnOK { display:block; }
#duUUx7F8aOb2HMf8AKmddIPJw1mzSigH { top:9.124755859375rem;left:10.499755859375rem;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; }
#fZZfyZZBqdbSftc3bKXqc9TJ5E8hDxoJ { top:2.562255859375rem;left:14.9375rem;width:2.4375rem;height:6.5rem;z-index:15044;overflow:hidden;display:block; }
#Zklz8OanwlTMqsyyr9Xn7oCmwFEK3gua { top:17.061767578125rem;left:2.6787109375rem;width:5.25rem;height:1.25rem;z-index:15057;font-size:0.9375rem;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; }
#VJTN4bl9XWRoTorbBhElvOZDNJBTm1Si { display:block; }
#OT2tkPSwVNPkKo9nBt9PhZrVGJ2Um1Wl { top:16.5rem;left:0rem;width:19.8125rem;height:4.9375rem;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; }
#MtiTMouIDBqQcw84rNLSrtyMFi1TVUvH { top:18.875rem;left:12.375rem;width:6.93725rem;height:1.749875rem;z-index:15056;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; }
#ouehOAnnXifakJ7aDerya1T9R639M4g0 { display:block; }
#rpkwnTbRa4IEzJkfNVvKMQKrWmv5XxSM { top:18.87451171875rem;left:2.625rem;width:9.25rem;height:1.875rem;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; }
#UuaNPFDbX6yclk63uFrKZTiMTgBqtC3U { top:13.297729492188rem;left:0.616455078125rem;width:8.62425rem;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; }
#Lfe2pulCZ7yxfVzhLDRb3XyETAKuCEFk { display:block; }
#LtkMqQblGLMP6WLk6Pvcft6vi5gT6MhE { top:11.322631835938rem;left:0.679931640625rem;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; }
#iKmUTRpgnbWHpNMxNK4Qtk8NTr1JWR5I { display:block; }
#s87iuJsGfAbLqhQJLnrGxZBIkfPwyJLZ { top:11.249267578125rem;left:10.685791015625rem;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; }
#SQukXCMkqxHBR6Dto8929IHx72nsTKc7 { display:block; }
#N5akn72bPwg7HKxlGkw6emhELeAGBhkM { top:16.936767578125rem;left:10.70947265625rem;width:8.4985625rem;height:2.25rem;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; }
#KiSQMKAlTvaHlTNnaaep1UQv0e9ZbKU2 { display:block; }
#ixbnC4lahnQ3Elk265Cxsv7XcfcoVZST { top:2.58447265625rem;left:12.601928710938rem;width:2.43713125rem;height:6.499625rem;z-index:15045;overflow:hidden;display:block; }
#OdT3fF8TSW4S5Ui9WPauP818bnOn4OGN { top:2.6641845703125rem;left:1.3743896484375rem;width:2.436525rem;height:6.499rem;z-index:15046;overflow:hidden;display:block; }
#cWHbep2MJE50SLyA0k1sl66h0W62bNqq { top:2.6641845703125rem;left:3.6484375rem;width:2.436525rem;height:6.4984375rem;z-index:15047;overflow:hidden;display:block; }
#kHHJSUl6cn1vwKgOuBmqeKiBzLeX5Mip { top:2.7266845703125rem;left:5.9593505859375rem;width:2.436525rem;height:6.4984375rem;z-index:15048;overflow:hidden;display:block; }
#VMeW9NoPU6D2IPhX0Ke016BIO4DUUOm4 { top:16.625244140625rem;left:0.4375rem;width:1.75rem;height:5rem;z-index:15047;overflow:hidden;display:block; }
#yG8QNftBsDXqB5Qcek8pC4nTeek594tZ { top:0.95947265625rem;left:0rem;width:9.6875rem;height:15.3125rem;z-index:15064;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; }
#DNKo1MtZntoT7P0MPgHu6ytHwyBoRvZ8 { display:block; }
#A2zKxMDUUDrqmN43tczM7DAgF8GG6T5P { top:0.95947265625rem;left:10.5rem;width:9.25rem;height:15.3125rem;z-index:15065;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; }
#lnQdnWPmCdNWSrQ4JQmuiTkDJq1dvukS { display:block; }
#SoogWniFvA7PrIbLvDfcBfSy2xhchLL2 { top:16.4375rem;left:0rem;width:19.8125rem;height:5.375rem;z-index:15066;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; }
#CIK8QKHX3nlPRNwKqqG1tDC8JPvCIT7h { display:block; }
#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs { 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; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container { background-color: transparent; background-image: none; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container > .video-iframe-container { display: none; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row > .video-iframe-container { display: none; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .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); }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container { border-width: 0; border-radius: 0; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1STzAQJPPfsrO65QVUPE97PnOeS3yhs > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; }#gbCPqXsWQkbvE0zDmtuDoG6lKLeLu1Rz { top:3.375rem;left:0.5625rem;width:18.75rem;height:1.29980625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
#cvcJxHMGUAF0RoozLdssEPgaLlH6BSKF { top:5.1875rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;overflow:hidden;display:block; }
#FMK7CtEFlkx03y8ECpTKV9rtysXMpZek { 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; }
#OgSZJmbo05xas2qTbU2S1bP622rWe0rm { 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; }
#x9kQKJgUFSAbwtLwJJbWGWi38X76HqT1 { 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; }
#DMsoLgCVhbvnZnJpoaTzBtOH37xTawBp { 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; }
#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container { background-color: transparent; background-image: none; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container > .video-iframe-container { display: none; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row > .video-iframe-container { display: none; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .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); }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container { border-width: 0; border-radius: 0; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTfKle3NpkTkrf7Wi2uG3560KAkTgqUc > .row .container { width:20rem;height:7rem;position:relative;display:block; }#KD3sT6pz52JmGpgAi0Je6vwdOVJELmV1 { top:0rem;left:12.375rem;width:6.4375rem;height:1.875rem;z-index:15035;overflow:hidden;display:block; }
#Q8ChOKgl75STUVuGiVTJJqbO8B4v81Lr { width:20rem;height:33.25rem;top:4.3125rem;left:0rem;display:none; }
#HCvP5zoWUg8lL3cwu8ecm06NuvT0fQFm { 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; }
#TsyqkgXZ6AtXWwEoZncnJoRSd3JoH6mu { top:0.125rem;left:0rem;width:20rem;height:6.125rem;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:#faf6f6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#XSr6kgiTLFTDrVPH1532PWZmB6su7Iup { top:2.125rem;left:0.5625rem;width:19.0625rem;height:3.41161875rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#MQedRquGazR1ArwTDui2bVEl8HSViSwr { display:flex;top:0.5625rem;left:3.1875rem;width:0.87456875rem;height:0.87456875rem;z-index:15031;font-size:0.5625rem; }
#zWAm6rFww6EomXhBgiXvS9X3qBHXeVAe { display:flex;top:0.5625rem;left:4.125rem;width:0.87456875rem;height:0.87456875rem;z-index:15032;font-size:0.5625rem; }
#BqNFfakF6wV89smX5XmST4gTCAodugsa { display:flex;top:0.5625rem;left:2.3125rem;width:0.87456875rem;height:0.87456875rem;z-index:15030;font-size:0.5625rem; }
#V9yXm6a8DtycvuEd0UuRNy33NOb40dI2 { display:flex;top:0.5625rem;left:1.375rem;width:0.87456875rem;height:0.87456875rem;z-index:15029;font-size:0.5625rem; }
#JSz3522mhP53QrQt3PBI7177fIRQpd76 { display:flex;top:0.5625rem;left:0.5rem;width:0.87456875rem;height:0.87456875rem;z-index:15028;font-size:0.5625rem; }
#M9ZMm2fkOcG7iF07IkHyoH3plgGqg5XZ { top:0.625rem;left:4.625rem;width:4.6875rem;height:0.89355625rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq { 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; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container { background-color: transparent; background-image: none; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container > .video-iframe-container { display: none; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row > .video-iframe-container { display: none; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .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); }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container { border-width: 0; border-radius: 0; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKKRu1WP6HKdOmnULAPndpV5U5nn1Edq > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#gk8eI9e9RRuMa0J2f2fJ9AKQIOCVxL1o { top:0.79047393798825rem;left:0rem;width:20rem;height:1.7246125rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRhD7TorIARBQvSGOmqtthLP5yafMn0v { 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; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container { background-color: transparent; background-image: none; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container > .video-iframe-container { display: none; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row > .video-iframe-container { display: none; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .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); }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container { border-width: 0; border-radius: 0; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRhD7TorIARBQvSGOmqtthLP5yafMn0v > .row .container { width:20rem;height:33.375rem;position:relative;display:block; }#cFNSzMmpOGwnuVTsORLgHyDTtyEmqaSB { top:5.60498046875rem;left:0rem;width:20rem;height:1.29980625rem;z-index:14987;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; }
#HqxfQxHKS6EphraVMJsPUFMA97QiX0vK { top:0.6240234375rem;left:4.2490234375rem;width:16.0625rem;height:2.0996125rem;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; }
#wOrfTexdJmfzNGUVbg5RfXpqxcSfbhz1 { top:0.4169921875rem;left:0rem;width:4.125rem;height:4.5rem;z-index:15004;overflow:hidden;display:block; }
#VvOPth9nptIlZR0UP414Lqndwk6QalO7 { top:11.47119140625rem;left:0rem;width:19.9355625rem;height:1.29980625rem;z-index:14987;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; }
#tOq6cHAiAao61L0oJ9BNdWpvuOTIWiDA { top:7.8125rem;left:4.1875rem;width:15.4996875rem;height:1.04980625rem;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; }
#wxK5SG9rhcG50ecauPuLNlDrQa4K3F0S { top:20.5rem;left:4.25rem;width:15.4996875rem;height:1.04980625rem;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; }
#XTlQ9Bz1P9SOEi6ViWWFxnqfRF0FB1R8 { top:17.875rem;left:0rem;width:19.936rem;height:1.29980625rem;z-index:14987;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; }
#NcJzGSI9ITOclzOKhTC4pXWp3Kd1U4bV { top:14.125rem;left:4.25rem;width:15.4996875rem;height:1.04980625rem;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; }
#viL3GvVbfv3MkeSyrELLTMCdMVwF87Fd { top:25.375rem;left:0rem;width:19.936rem;height:1.29980625rem;z-index:14987;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; }
#SdLtyLlUXWBghsRE9rOvExKLhCBC7HHg { top:27.8125rem;left:4.25rem;width:15.4996875rem;height:1.04980625rem;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; }
#IHgathlmQCMeHXkbFDBTxOrUFMLKLBua { top:7.2841796875rem;left:0.0625rem;width:4.1875rem;height:4.1875rem;z-index:15009;overflow:hidden;display:block; }
#NhTezB7IdgwS0F7rRfxRGGry9QD6iP0K { top:13.5966796875rem;left:0rem;width:4rem;height:4.1875rem;z-index:15010;overflow:hidden;display:block; }
#sQGQTzV0yFVdhLTAr2AqDwsgi48WX8xN { top:20.35546875rem;left:0.2177734375rem;width:3.4375rem;height:3.4375rem;z-index:15012;overflow:hidden;display:block; }
#PQiUxWS4QbZeyJGfuAsMhOtWuBKgc7ii { top:27.9169921875rem;left:0rem;width:3.5rem;height:3.5rem;z-index:15011;overflow:hidden;display:block; }
#y4yLDTBTW3dhnsLiRuKLRU4xTAek5GCg { top:29.22607421875rem;left:4.24951171875rem;width:14.375rem;height:2.2744125rem;z-index:15008;font-size:0.8125rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tHkbIlgBM4Nl4TGyNUh00cxivUQE1vKB { top:21.96142578125rem;left:4.24951171875rem;width:15.75rem;height:3.41161875rem;z-index:15009;font-size:0.8125rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4Alh7wo43IJ6LErOH0sHg5goSIzOW9J { top:15.47607421875rem;left:4.24951171875rem;width:15.8125rem;height:2.2744125rem;z-index:15010;font-size:0.8125rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsrAuMnpe8bTOTNGDtOd8eJ7Pxg0P4RW { top:9.16357421875rem;left:4.18701171875rem;width:15.875rem;height:2.2744125rem;z-index:15011;font-size:0.8125rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#neMmq6c1788WEe8hEFHDJ06DzHISX6dQ { top:2.693359375rem;left:4.2490234375rem;width:14.8125rem;height:3.41161875rem;z-index:15012;font-size:0.8125rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk { display:block; }#MWqawqavb9QVGrNJpZlm3Saqvl8IOyJk > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#K4RA5vMBZmfmswvfLXwXGqTRVGPvkkXm { top:23.125rem;left:0.4375rem;width:8.8125rem;height:1.79980625rem;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; }
#pTQTOMArAHztvfCAOopyAwOimtLbl4ky { top:20.875rem;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; }
#NkxRFvbZPq2qDWTRXp7BFwHgsXiVb2EK { top:18.5rem;left:0.4375rem;width:8.875rem;height:1.79980625rem;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; }
#cy9kyPpRAl4q7OTNxiSbwMIdWT2rmWe7 { top:16.125rem;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; }
#Tpu32rPSoTaxFJ0RgVQmtBAMwx5KGdU1 { top:13rem;left:0.4375rem;width:8.875rem;height:1.79980625rem;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; }
#R13CreVn87dabMdyVyITPAUErrzAUsaT { top:10.8125rem;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; }
#Qkqo2A3vmPuh8O5A7A9THBGuP8S8EZCx { top:8.25rem;left:0.4375rem;width:9.125rem;height:1.79980625rem;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; }
#edtkTcg9JKqDkcJMlMmTSrdeuMGuSLs1 { top:5.5rem;left:0.4375rem;width:8.75rem;height:1.7998rem;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; }
#ng0hGQa1XPXaZH9TT8vP25tzAQhQTUkW { display:flex;top:8.3125rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#dzzfTnilrAz9oQ0HHWVvyyOZqMJfA1EV { display:flex;top:10.875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#M2ea5ILTUhTCT7EpnrMbZcZ85Ig2OQNn { display:flex;top:13.25rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#PprFE4ZEEpqwLSFh7eOw6LXIQKmzpE8J { display:flex;top:18.5625rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#xCH5uhgD556GzMI4B4DLK4qT3hvZcOWR { display:flex;top:20.9375rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#eChpeaeKzm7F1Hpk40T3QnbicgLMVDs7 { display:flex;top:23.1875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#VXepD2ye4DrHWWhJbKsF3Jzr58KUltEM { display:flex;top:16.1875rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#BfFHkWPT3xi0meF2Rp6zngukDZGtnS96 { display:flex;top:5.5625rem;left:11.375rem;width:0.875rem;height:0.875rem;z-index:15035;font-size:0.5625rem; }
#oR1T7hyhpCiU3N8ZOLULbhkp92AVPb6w { top:1.6875rem;left:9.125rem;width:5.37489375rem;height:1.7998rem;z-index:15005;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; }
#ODq1igbJ9IZp8GBMU2RxEPTkzF4q4Qvs { display:flex;top:8.375rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#T1b7ethisI5sXS08EfeSVoKP1OqwBG2w { display:flex;top:10.9375rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#L5EXGlX2TxGImcit2u1JksgJqk9qwrri { display:flex;top:13.125rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#ekOdTfynX9OFbTgqGEgr1wzkLx8Tl51E { display:flex;top:18.625rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#TcTyxgEn5i4R1fG6sCUs6e496eGsLINy { display:flex;top:5.625rem;left:17.0625rem;width:0.8125rem;height:0.8125rem;z-index:15035;font-size:0.5625rem; }
#WtJyHqGXLJCxTyEGDe8zWIC0NLbQzgOB { top:1.3125rem;left:14.75rem;width:5.125rem;height:2.69970625rem;z-index:15005;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; }
#gM06Gh7w9GUrtVgfuVOJDJ6TGkRtSAi8 { top:2.25rem;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:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxcvV964IiPJqesJVUrlcnA3vWNpDOXP { top:1.3125rem;left:0rem;width:20rem;height:24.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; }
#B3BAI9SwTM8TyRw1v8N6SyyXXlkGoZsc { top:3.0625rem;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; }
#qZu07BUhqpZ1zWZuU375NxA1HgtFKvXo { top:3.125rem;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; }
#C0X2LS2kXbiJG1pQsKzDmR1VV769Ikad { top:3rem;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; }
#tuZ8No20v5buP7Pn6JaIMVCLQcVDKRIL { top:0.75rem;left:9.375rem;width:4.8125rem;height:25.75rem;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; }
#HzcTCLlJfsdUS4rWKTivF5FATGPlOQR8 { display:flex;top:23.1875rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14989;font-size:0.5625rem; }
#qEqo7KwlKXDeIwURfpdwl5dJ0xNTJgge { display:flex;top:20.9375rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14990;font-size:0.5625rem; }
#ZK24Ev7OEIRvQftXQNtPk8TsVOiDlNDi { display:flex;top:16.1875rem;left:17.0625rem;width:0.875rem;height:0.875rem;z-index:14991;font-size:0.5625rem; }
#to0WlGz06cyA3us6BX4MvHmTh4hQaKc5 { top:27.8125rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15023;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; }
#cHTkU0VxdPrayo6hhSgLVKlSFyQkt4UD { display:block; }
#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT { 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; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container { background-color: transparent; background-image: none; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container > .video-iframe-container { display: none; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row > .video-iframe-container { display: none; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .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); }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container { border-width: 0; border-radius: 0; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hvm5SFQb4xLJfRUZQhDn9awvveIQqwBT > .row .container { width:20rem;height:4.875rem;position:relative;display:block; }#Msw1gtPgkfpUUfpQaaK3vq1SaXE8VlND { top:0.7900390625rem;left:0rem;width:20rem;height:2.0249rem;z-index:15004;font-size:1.6875rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T98dz3nn34if1tk2TvB6EHCrMxcCNTTq { top:3.0126953125rem;left:0rem;width:20rem;height:1.3125rem;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; }
#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o { 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; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container { background-color: transparent; background-image: none; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container > .video-iframe-container { display: none; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row > .video-iframe-container { display: none; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .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); }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container { border-width: 0; border-radius: 0; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVtzRP9W3LOxm9TOpVaLs0VqaeLrSP8o > .row .container { width:20rem;height:27.625rem;position:relative;display:block; }#ezcH2flDGLLxEV4oukVX1lTFciU1ooro { 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; }
#lbpOlAOat9NG7TZAJaJEE3OKOV8CFAm2 { top:1.9997825622559rem;left:8.9370660781863rem;width:11.0625rem;height:4.548825rem;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; }
#XR8lRuHFhI6HW4HFf4ZM7gNTZ5AS0RXU { display:flex;top:1.9997825622559rem;left:7.4375rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#abHJ1HTXLkkMzT9to8vMIMKdinySRQC4 { 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; }
#FckDgAGO9Tcfp3D9prlw7Csuv3dVq45Q { top:9.8748931884762rem;left:8.9371747970581rem;width:11.0623125rem;height:4.548825rem;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; }
#fNy4VCpQohykTScEu3Xs8sd7QG8mQERf { 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; }
#lMFnduwSyWW2BBhiJyO21yxHkSEaVrJW { 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; }
#BxGHDgxSPimSem3zfo7sn9zkzOnqgsCy { display:flex;top:9.8748931884762rem;left:7.4370660781863rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#AMT056J6DTvTFFZTg3s9qRFdz2ef23gD { top:17.875003814698rem;left:8.9371747970581rem;width:11.0623125rem;height:5.68603125rem;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; }
#WHGslatax4uuHxJwTxc7FfGhq72wcMTD { top:17.937393188476rem;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; }
#Cz6C5F8uhCrz92z22qR6eGqGTk4L6ehh { display:flex;top:17.875003814698rem;left:7.4370660781863rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#l4TGVFSx18clgW3SfNmntidNXPrndpqz { top:24.8125rem;left:0rem;width:20rem;height:1.7998rem;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; }
#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP { 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; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container { background-color: transparent; background-image: none; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container > .video-iframe-container { display: none; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row > .video-iframe-container { display: none; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .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); }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container { border-width: 0; border-radius: 0; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDV0v58RPIuVxGqlmhx9vgSiuaCQVFzP > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#ZEvViawtbTiKLp3I3uROmpi20KvWDcoA { top:1.4375rem;left:0rem;width:20rem;height:1.94970625rem;z-index:15004;font-size:1.625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGk6ptTgJ8MkliZgfsOJHtRfgpVWrkJo { top:4.25rem;left:0rem;width:20rem;height:auto;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:none; }
#cnoWPFxMSTz4CZ3CJTw2SJGGv3MXhizT { width:19rem;height:9.0625rem;top:0.8125rem;left:0rem;display:none; }
#F8QaLWRr6Myfr5LMWsvATNJJ7odP6J8E { display:block; }
#yufzS9RXTWiXWwduqvbwDS2deuooO68N { display:block; }#yufzS9RXTWiXWwduqvbwDS2deuooO68N > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; }#Db65Wmz0eGvQQeprTdWy0XFyATh01Khc { top:3.0625rem;left:0.0625rem;width:20rem;height:3.9375rem;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.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: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:12.6875rem;left:13.5rem;width:6.5rem;height:1.125rem;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:12.6875rem;left:6.625rem;width:6.1875rem;height:1.125rem;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; }
#vlTRpndbCVL3Z6tVGtIW4WuZo2cMQVKU { top:12.6875rem;left:0.6875rem;width:4.1875rem;height:1.125rem;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; }
#HqnbwgPmxCIZovyfTm2Q2Uw5BLPggsVd { top:34.25rem;left:0rem;width:20rem;height:1.79980625rem;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; }
#TG6Fx7zHcgZX771lpPOCaEJiTvU2lTEl { top:25.4375rem;left:0rem;width:20rem;height:7.9375rem;z-index:15002;overflow:hidden;display:block; }
#SJvUMtuducMJpP386xTe1T05Dz8CnlcF { top:23.6875rem;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:23.6875rem;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:23.6875rem;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; }
#PSf8JUfTmpTF9RxHNFTOsTDHPyMykhcJ { width:19rem;height:1.125rem;top:34.625rem;left:0rem;display:none; }
#Xcl4kmBlXIE9WSsTWITyKGaPlNBv1StI { display:block; }
#LaOn9AEbSplocZKqqqP01wZqsZzEpqcV { width:19rem;height:39.8125rem;top:1rem;left:0rem;display:none; }
#O6IwwBBttTQ3yOeDkA1JOFnQ9oz5JTyG { display:block; }
#aX9TZstnqInEfDsUBq2RxuaTOQ6RR4Qe { top:36.875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15022;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; }
#ptOPkTXg8UbTrgx5MEWf5AxRODCPQvcZ { display:block; }
#hshLbXKendDcOvvC71CkSoWMPdN2x2uV { 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; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container { background-color: transparent; background-image: none; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container > .video-iframe-container { display: none; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row > .video-iframe-container { display: none; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .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); }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container { border-width: 0; border-radius: 0; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hshLbXKendDcOvvC71CkSoWMPdN2x2uV > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#cUmTKXpOAvrcwC7yTAUkkQEKULB55diF { top:1.40625rem;left:0rem;width:20rem;height:1.7246125rem;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; }
#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL { display:block; }#fzAgX2DfeKBpOCL0OG7vQFoo0wVfvnlL > .row .container { width:20rem;height:58.125rem;position:relative;display:block; }#QuXAM5Jgtxbx5KNz5nJ7KH4TrzhiE7TW { top:31.1875rem;left:4.125rem;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; }
#HFFDVChb35e6nXhK728OguSse8Ii52Oz { top:29.625rem;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; }
#daANBRLE40vd3q0GcwUXns9T1B8SUKLd { top:18.625rem;left:0rem;width:20rem;height:9.8125rem;z-index:15011;overflow:hidden;display:block; }
#PPxfIZTTWSQekyH0t16bDfcxWduW7mTM { top:29.5625rem;left:0rem;width:4.0625rem;height:4rem;z-index:14996;overflow:hidden;display:block; }
#ZiFPdg0E0XNylrDXiQtsB2743c5P3fhD { top:30.8125rem;left:0.0625rem;width:3.99956875rem;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; }
#l5eI5IguXJVa4FmffbItn3uTQHq98Nzt { top:34.0625rem;left:0.0625rem;width:19.936rem;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; }
#dK5xSugpmlKM9JZIVPT9ukJP604zx8lz { top:49.625rem;left:4.125rem;width:15.1875rem;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; }
#Hmt9tFedrC5XtpCreyhnUxSA5OOweEqG { top:48rem;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; }
#HZUOsTLIXtAk0Dq9nEpTN70v0U8QGbRn { top:36.9375rem;left:0rem;width:20rem;height:9.8125rem;z-index:15011;overflow:hidden;display:block; }
#ErxRdncWLhOuuydWJcthOIswsnr2hiBc { top:47.9375rem;left:0rem;width:4.0625rem;height:4rem;z-index:14996;overflow:hidden;display:block; }
#UUAgb31rWprPBlATevCFFqarTrrbV9tP { top:49.1875rem;left:0.0625rem;width:3.99956875rem;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; }
#qXO5yd7FcAUlIXsNOnBbLREh2Ulk2BP0 { top:13rem;left:4.125rem;width:14.625rem;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; }
#JiXPx683Sz3psTl3dPc8leXEoSPbqfUo { top:11.375rem;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; }
#HZFC3I987bJHseWtIAWHpnnfoTfrpEoE { top:0.8125rem;left:0rem;width:20rem;height:9.75rem;z-index:15010;overflow:hidden;display:block; }
#qTby8z2eoWzc738ScOt357sAI1Qo7EhJ { top:11.3125rem;left:0rem;width:4.0625rem;height:4rem;z-index:14996;overflow:hidden;display:block; }
#p8IBF0P9Fxd6hMcQ1BRArNGcDFEZi82N { top:12.5rem;left:0.125rem;width:3.99956875rem;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; }
#JAgrAutBKu1Op6PurchVA71KtdsiamzL { top:56.375rem;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; }
#yL6MGI6Qpc9kk3ahgxp7dXzLRvmF7yUF { top:16.01416015625rem;left:0.0634765625rem;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; }
#U8auv3bQk2p3MTpegZ7SiLS4v7HR3q3u { top:53.1875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15021;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; }
#i4pppTPx57kAWKPCe5owVpdVZBVAC40Z { 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:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Od7CKGbiUWNnbbiwBRNx9GaISM3dZMBl { top:2.98974609375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15005;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; }
#ReQeyeD3WBfufZVtCF6o21VdSTFX3egX { width:19rem;height:7.625rem;top:0.75rem;left:0rem;display:none; }
#cUxKJaLWucMTdnnHQAIKBU0EzSFdn9nA { display:block; }
#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA { display:block; }#gbwmGoTiF9v8WWozTS3hHTrITu5kBeLA > .row .container { width:20rem;height:15.4375rem;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.8779296875rem;left:0rem;width:20rem;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.28662109375rem;left:0.8125rem;width:8.375rem;height:2.11230625rem;z-index:15005;font-size:0.8125rem;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.287109375rem;left:9.875rem;width:9.75rem;height:2.11230625rem;z-index:15005;font-size:0.8125rem;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; }
#bh3oHlaQuLDJLwexfl1vWHhQB4huWdfi { width:19rem;height:20.3125rem;top:0.6875rem;left:0rem;display:none; }
#OgvnMAIXnTdTR2AwwOzR424BGEcZXwM4 { 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.4375rem;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.4375rem;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.4375rem;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; }
#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; }
#rhNlMPotlZkn3PWvVzOZgxuATwFTgW0d { width:19rem;height:3.5625rem;top:22.1875rem;left:0rem;display:none; }
#xADD2UxmzTDpfqfinwR3Rr3w51aet6gv { display:block; }
#G3cPFC8o2PT7qM1qdEktJMMU4SbiOzcf { width:19rem;height:25.9375rem;top:0.875rem;left:0rem;display:none; }
#LDd7aqCs6xOPJDMMJsNAwx51venGUXZh { display:block; }
#I7bTr8seKUW1kT8UuDkrvvS3cNCqRoIS { top:18.5rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15020;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; }
#BCNzED9TgVPZbOLBXs8XEsHLmOLornge { display:block; }
#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn { display:block; }#FtvPrsm7bfvLPiKay2Qhu39xweUqWgmn > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; }#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; }
#rAbBRy1wNvzBa4Scnc1FHoXIUkDhtE5C { top:16.891168594361rem;left:0rem;width:20rem;height:5.25rem;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; }
#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.1865234375rem;width:19.8125rem;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.4365234375rem;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; }
#QsXE9C5XOXpeKKhS4cIJhavH9QwkEUCv { top:28.51171875rem;left:0rem;width:20rem;height:5.25rem;z-index:15010;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; }
#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; }
#tzIXufu7RizOH7auO5ygpNZdOu1JhIT6 { width:19rem;height:30.9375rem;top:0.75rem;left:0rem;display:none; }
#V3vPnxIMdrK3zybNcskR6IDI6WwOIG6E { display:block; }
#L3LbcQEJcMROLnNnCltrr60THJfS3BsD { top:36.216796875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15019;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; }
#lE160D7IKRiT19PLLkaiuqtb9QgT1kPD { 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; }
#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:18.75rem;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:1.79980625rem;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; }
#OcFchHwpFO8HmvCmEaGZHh6Bl2FfWZzv { top:1.375rem;left:0rem;width:20rem;height:19.106382978723rem;z-index:14999;overflow:hidden;display:none; }
#kh5b49gbxgJ9osHpA3T2sfcMunI0uXfM { top:2.6875rem;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; }
#gt5CzT7anVttVmauo6xbC2FEPRaw5AoQ { width:19rem;height:27.875rem;top:1.375rem;left:0rem;display:none; }
#dmwGTuIJWNriTSPOUX0zwmZrg4U9FdqF { display:block; }
#Q0DhbVSuhSzSHX7MdKStaWauMaQ3do1z { top:13.6875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15018;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; }
#RIyRG7x0Uym1HTS13W1hG3wL9XQzoaz9 { display:block; }
#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO { display:block; }#aEe4SToWk8y6AdRKzDS7DVdt10dpwkoO > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#NXmVFgQoRTSzFNBTmz7Xw0aoyyizWS1W { top:1.275390625rem;left:0rem;width:20rem;height:3.75rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:left;text-align-last:left;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:6.5625rem;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: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:left;text-align-last:left;display:block; }
#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K { display:block; }#Cg3hpXX2vHBFS7R8Tyo0gtlKQJBQUM6K > .row .container { width:20rem;height:0.9375rem;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.125rem;position:relative;display:block; }#GxmWSTZksERcPMWcbCJGqTpWfsA27PZH { top:7.375rem;left:4.6875rem;width:14.3125rem;height:3.9375rem;z-index:15012;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; }
#GowfIN3bwhBewSbvUixp2bvflW8gT3FL { top:1.625rem;left:4.8125rem;width:15.1875rem;height:5.25rem;z-index:15011;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; }
#TeVhblrAAIX1MqGZTK4spL1t4yM5l97L { top:7.25rem;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.9375rem;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:11.25rem;position:relative;display:block; }#qznFnBmeAdon4Mvb8gOaVPqdv4fSJD2L { top:6.5625rem;left:4.875rem;width:15.125rem;height:3.9375rem;z-index:15011;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; }
#IcKZXoLwNGCBvOQZxvWX1G3L7c2igDuU { top:1.625rem;left:4.875rem;width:15.25rem;height:2.625rem;z-index:15010;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; }
#GTqLwSoLI0q1TzOpyIxIAv06wSHeumuv { top:6.25rem;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.9375rem;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:2.625rem;z-index:15015;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; }
#KdrCt8a2L8VxGU8EAIVFpBuLMmpWoBmP { top:9.24951171875rem;left:4.625rem;width:15.375rem;height:2.625rem;z-index:15014;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; }
#WREOJiN7xiaUC0zUQfCgSMDNaL0xp3bU { top:5.375rem;left:4.625rem;width:15.375rem;height:2.625rem;z-index:15013;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; }
#HDp0UXpfSSAipulm1q9KFZm6CXhMezkM { top:1.625rem;left:0rem;width:20rem;height:2.625rem;z-index:15016;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; }
#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; }
#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS { 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; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container { background-color: transparent; background-image: none; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container > .video-iframe-container { display: none; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row > .video-iframe-container { display: none; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .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); }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container { border-width: 0; border-radius: 0; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSTcBa0zA5eQFONSNalPriwlHeoHIRqS > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#BdOcannU3ZqqPpz2TmEeoXGrxH4gQbpE { top:0.79047393798825rem;left:0rem;width:20rem;height:3.75rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSmQSyFeC7dm2wNnxSaqdq94cPzsI6Si { top:5.23974609375rem;left:0rem;width:20rem;height:3.9375rem;z-index:15005;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; }
#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq { 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; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container { background-color: transparent; background-image: none; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container > .video-iframe-container { display: none; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row > .video-iframe-container { display: none; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .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); }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container { border-width: 0; border-radius: 0; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PnsUTgiGNT6i3bE4LRHob5hyEohwFpbq > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; }#PrrCUQwrHhWa42Tuno7G2hgP9tKIVNvT { display:flex;top:7.5309257507325rem;left:7.3746747970581rem;width:5.24956875rem;height:5.24956875rem;z-index:15008;opacity:.71; }
#Kr6rxRpWnfk6ui2SFWA4I5HPl3EaoLOT { top:0.75rem;left:0rem;width:20rem;height:13.75rem;z-index:15010;display:block; }
#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT { 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; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container { background-color: transparent; background-image: none; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container > .video-iframe-container { display: none; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row > .video-iframe-container { display: none; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .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); }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container { border-width: 0; border-radius: 0; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eypZCZmrmi4k0P5A9p5bB8e3xaSuLdTT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#IQPigoaTivnXVXZGdDTzE9B5PyynLm9c { top:5.0625rem;left:1rem;width:17.875rem;height:2.0996125rem;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; }
#J2kqoxwkO96RGEWKW4XM0rsiH6uvaiBU { 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; }
#BqAhZqApqpOxbzzybMTcpMIvOsvxfppw { top:3.25rem;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; }
#GpSQzV69uKwdNezkV6h84yodJEShRERR { top:3.875rem;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; }
#GRdssRrkGoVbA6q8tFVTD5ZFVEMJuVXU { display:flex;top:3.75rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#vKd0vmdWMHK5GNCpxOIiNTC0TCTgizSW { display:flex;top:3.75rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#bX6XoN8GBvFCgMrzWr8sC2Tn0AQDw2E9 { display:flex;top:3.75rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#CQZEoyFSD0k0DzZpaDggQaylTaiHOmKo { display:flex;top:3.75rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#s65Bnb2iSlk0ekLKlLzNn3fHeSOkE2OA { display:flex;top:3.75rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#EJbiT30eCTH9WsMuWZtI7uGGzGwbucXH { top:8.6875rem;left:0.6875rem;width:18.75rem;height:2.5rem;z-index:15017;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; }
#FFKsTTMQ2CIaIkGdka89uR1gTciptJrJ { display:block; }
#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK { 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; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container { background-color: transparent; background-image: none; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container > .video-iframe-container { display: none; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row > .video-iframe-container { display: none; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .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); }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container { border-width: 0; border-radius: 0; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSBi1XqWNORXvmIvpThrmfSb2i4XQzcK > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; }#VhpPOT0JE1gmpBEM5ANT5AyGb0ynkHR1 { top:1.2900390625rem;left:0rem;width:19.5625rem;height:1.7246125rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UN06tf2BWJsDTXeDRMPeE46SQBwIi0w5 { top:4.1767578125rem;left:0rem;width:20rem;height:5.25rem;z-index:15005;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; }
#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf { display:block; }#rwcFvRHOCAV1KnbDbzMiIr2c7hdJprIf > .row .container { width:20rem;height:41.75rem;position:relative;display:block; }#JQaCL9bTWFkm6n4vITGm8F7k1q4TdB7m { top:15.623481750488rem;left:6.875rem;width:6.25rem;height:0.24956625rem;z-index:15005;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:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OfSQXRIJSNVpvlby4KtCLdd3Jw5cLeGZ { top:14.27978515625rem;left:0rem;width:20rem;height:24.1875rem;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; }
#W8PNKrSJxKdiLDNGbhNlLCX3sJsebyNE { top:20.697811126709rem;left:8.9648447036744rem;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; }
#TzMNPwNs8CXwCbH8h6fsDsWoN8UUVfP6 { top:23.8916015625rem;left:4.62451171875rem;width:12.875rem;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; }
#k5LH9XmN7TdKXaO2ps1wWIk5FnrU0arR { display:flex;top:21.009765625rem;left:9.25rem;width:1.5rem;height:1.5rem;z-index:15029;font-size:1rem; }
#wglcHx7btu4NM4skU4NrEQD2HOVIEqyk { top:20.628368377686rem;left:0.062391519546509rem;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; }
#qTgPllORD4ttu7B6vEkUsL5VFQgvNzyL { top:28.03125rem;left:4.6865234375rem;width:14.8746875rem;height:2.625rem;z-index:15010;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; }
#q9Z950o1lVL4Op8TSW9bCLQM4VHPRC5m { top:32.625rem;left:4.625rem;width:14.8746875rem;height:3.9375rem;z-index:15011;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; }
#DONVTFyzE8il7vo3J3fFMVNZQqmJuUd8 { top:23.3291015625rem;left:0.21875rem;width:3.6875rem;height:3.6875rem;z-index:15004;overflow:hidden;display:block; }
#w5QvJkppaBOzwofU8iAoWmEobBBvRgw1 { top:27.2802734375rem;left:0rem;width:4.125rem;height:4.125rem;z-index:14986;overflow:hidden;display:block; }
#BamfTOEH7xCPtvWzAGSnhArDebcCHRNR { top:16.693359375rem;left:0rem;width:20rem;height:3.1494125rem;z-index:15007;font-size:1.125rem;color:#000000;line-height:1.4;font-family:canela;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKZRTI7veRglc7iEyeLCwWfZD4UEU8lk { top:1.0166015625rem;left:0rem;width:20rem;height:13.3125rem;z-index:14980;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; }
#B7siPfW9EE6OmheVnZgSTl3qUZl3G5sP { top:31.875rem;left:0.03125rem;width:4rem;height:4rem;z-index:15005;overflow:hidden;display:block; }
#LlbIQSDRR1ErbPP6ip877JIDHS4gc7dR { top:37.9375rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15016;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; }
#LCGp9yPPUFVdGALBt9TD9wSwUmXmCEDI { 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.60595703125rem;left:0rem;width:20rem;height:1.6499rem;z-index:15004;font-size:1.375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;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:32.1875rem;position:relative;display:block; }#TQ1CnQfT9DRUeeGxp7DXHhCTTyeFcxRH { top:0.4365234375rem;left:0.3748916387558rem;width:4.4375rem;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.5625rem;width:4.1875rem;height:0.8125rem;z-index:15030;font-family:brown;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#ce0nBTBd3fDA9SM0TrvaPn94TNKkRKo4 { top:0.6865234375rem;left:10.68701171875rem;width:9.0625rem;height:0.8125rem;z-index:15031;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;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.4375rem;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.0615234375rem;left:0rem;width:20rem;height:6.125rem;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.5625rem;width:19.0625rem;height:3.41161875rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;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.43701171875rem;width:8.625rem;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; }
#bEeXCagSTAOb3nzwDM7xdlVpm65vOsqA { top:29rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15015;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; }
#AB4MDXSZzDfHbCn6URSZJ14ZDZDItSx7 { display:block; }
#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak { 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; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container { background-color: transparent; background-image: none; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container > .video-iframe-container { display: none; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row > .video-iframe-container { display: none; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .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); }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container { border-width: 0; border-radius: 0; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwOTg1TarUHNwlkCmQS4J1b8Zt2TX7Ak > .row .container { width:20rem;height:9rem;position:relative;display:block; }#PpguDuoWRMK67OqbaPWseNLGR3LwhQMX { top:1.1654739379882rem;left:0rem;width:20rem;height:1.7246125rem;z-index:15004;font-size:1.4375rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEK5G3vBH5fo1KnaPFTHKhgDnxhxqPry { top:3.4501953125rem;left:0rem;width:20rem;height:3.9375rem;z-index:15005;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; }
#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe { display:block; }#Pidc6LxkXtsprOFt02NDaSiZWOToKCRe > .row .container { width:20rem;height:16.25rem;position:relative;display:block; }#yCMPvvDaQ18Zz3Jb3TsJJARcNcgqoUGP { top:0rem;left:0rem;width:20rem;height:16.25rem;z-index:15006;overflow:hidden;display:block; }
#Nsk97J1MnBq7OA39U420fME67eeAC33T { display:block; }#Nsk97J1MnBq7OA39U420fME67eeAC33T > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; }#k0nh2klhEzvrqGvk257BIFZz6LRkNaqQ { top:1.6875rem;left:1.3125rem;width:18.75rem;height:5.6860375rem;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; }
#fogrqog5Nhs8raB0MynIN6cuTrbfmkJD { display:flex;top:1.6875rem;left:0rem;width:0.99989375rem;height:0.99989375rem;z-index:15035;font-size:0.6875rem; }
#Dkn0KWDUIvdQ8Nyg03KgxsZZdBnxtc41 { top:2.5625rem;left:0.4375rem;width:0.125rem;height:6.625rem;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; }
#MFlUbc55lbUZuCUMrBrNKJlgocBSmMqG { top:9.125rem;left:1.25rem;width:18.8125rem;height:3.41161875rem;z-index:15007;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; }
#r7TRzVCspFiA4MzOrsU9yWll75TZl72D { display:flex;top:9.0625rem;left:0rem;width:0.99989375rem;height:0.99989375rem;z-index:15036;font-size:0.6875rem; }
#wHf5i8ZZe6kwTymsa2bQyp6S86KL1Fr3 { top:13.8125rem;left:0rem;width:20rem;height:1.29980625rem;z-index:15018;text-align:center;text-align-last:center;color:#d3d3d3;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.8994125rem;z-index:15006;font-size:1.625rem;color:#000000;line-height:1.2;font-family:canela;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 { display:block; }#rnxCmOSTNoHhEMFeVAM3oQvgozJUdoP6 > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; }#VEB5saKmndC4WUNo0IGnql0LNtscbwEL { top:24.9375rem;left:0rem;width:20rem;height:3.5996125rem;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:21.875rem;left:0.625rem;width:18.75rem;height:2.5rem;z-index:15014;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; }
#OuL0g9gSTDuXPAXvEAwfOBswWOQygA0D { display:block; }
#UTI4lTdwUBbwqmrlJSRfcZsoOcLS4eUF { top:0rem;left:0rem;width:20rem;height:20.8125rem;z-index:15001;overflow:hidden;display:block; }
#QVHodReG5600B5M7wwIGcCQP7normZyo { top:7.75rem;left:0rem;width:20rem;height:auto;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:none; }
#szSkOKtl3AORytd95EvAffWNVunw9vSq { width:19rem;height:32.375rem;top:1rem;left:0rem;display:none; }
#MbsCzICvFLfx0BKClqs458qAfF3KE9ns { display:block; }
