.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.56);background-image:none;position:relative;z-index:auto;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { border-width: 0; border-radius: 0; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container {  }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:9.5625rem;top:1.125rem;left:32.5rem;overflow:hidden;display:block; }
#XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:20.6875rem;display:none; }
#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d8d8;background-image:none;position:relative;display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { background-color: transparent; background-image: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container > .video-iframe-container { display: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container { display: none; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .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); }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { border-width: 0; border-radius: 0; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row > .video-iframe-container {  }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { color:#000000;display:block;width:50.875rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { color:#000000;display:block;width:39.1873125rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:6.6243491172787rem;left:3.75rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#la9JTIRX5p5U76cmgWmIqTV59M6Hhecn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.3115rem;width:31.1865rem;top:10.562066555023rem;left:41.187070846558rem;overflow:hidden;display:block; }
#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d8d8;background-image:none;position:relative;display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { background-color: transparent; background-image: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container > .video-iframe-container { display: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container { display: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .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); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { border-width: 0; border-radius: 0; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container {  }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.4375rem;left:3.75rem;height:12.7896875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ES3lPUuCHkIz5xPOsLFmR8mfdlwfvq1K { color:#000000;display:block;width:33rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.9375rem;left:6.4375rem;height:20.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dO0wTk23stffTMKoOP3RwsgFACb2VBB1 { z-index:15009;top:29.5625rem;left:3.75rem;background-color:#000000;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:25.625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wwmmWP9cUL1zEHuPM3wxUSPExMysXD7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9lfmL24URDm5lMS9HuMDFsTw0CkKJDa { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.6845703125rem;left:3.75rem;height:12.34375625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { background-color: transparent; background-image: none; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container > .video-iframe-container { display: none; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row > .video-iframe-container { display: none; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .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); }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { border-width: 0; border-radius: 0; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row > .video-iframe-container {  }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#sE5l4WTA2b2M1nvAF8tTsf5kymomexJ2 { color:#000000;display:block;width:49.625rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.375rem;left:3.75rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdIxDuMoKA9RTsuRc9Hw7psdK6NGuNtm { color:#000000;display:block;width:68.875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.625rem;left:3.75rem;height:4.6375875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { background-color: transparent; background-image: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container > .video-iframe-container { display: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container { display: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .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); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { border-width: 0; border-radius: 0; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container {  }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10rem;left:41.25rem;height:11.59725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { color:#000000;display:block;width:30.1871875rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3755435943604rem;left:43.562284469604rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FV91lBLz6DKsJ6CFNdtI5fvVA44xhVDu { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.25rem;width:26.75rem;top:2.500552713871rem;left:3.75rem;overflow:hidden;display:block; }
#MGKDT0DArbUNmrenDRIyz2fGfbMCDnZe { color:#000000;display:block;width:2.5625rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:3.7505435943604rem;left:41.250005722046rem;height:4.875rem;font-style:normal;display:block; }
#GpuQ2yQUJ0ZSbX22gXnErMktu7891nQR { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.312610626221rem;left:41.250005722046rem;height:9.2751875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hvb3gx9D3imUScyUE1c9x829hi8TTfio { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:22.438150405884rem;left:41.250005722046rem;display:block; }
#lsuwKf7kti84iCwP4pWq7BwumvuN6ueD { z-index:15010;top:33.750541687012rem;left:41.250005722046rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.06262125rem;height:3.00043375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IaVsxeUoX90MwhhpPJ2EJAeQxdqtVJRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRXTa9vaUQ8Ovkc7EGTLvHMLxmRpylcN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.1875rem;width:27.125rem;top:38.688152313233rem;left:43.227156998527rem;overflow:hidden;display:block; }
#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container { background-color: transparent; background-image: none; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container > .video-iframe-container { display: none; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row > .video-iframe-container { display: none; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .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); }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container { border-width: 0; border-radius: 0; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row > .video-iframe-container {  }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#cpaqFSWpMROemPQ1AlM2OC5f5ZlCgRAa { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.25rem;left:3.6875rem;height:19.02775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTrSuMTLJ09DaW0T0XTgcmf5ZpxAl0se { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:18.1875rem;top:27.812501907349rem;left:19.375rem;overflow:hidden;display:none; }
#Hyhwg7wcGAdrZbLslV0IP2nmvv0QLlfg { color:#000000;display:block;width:30.1871875rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:7.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSdc1MKTABpfqpkvA11dt3VCZ2PqL6kU { color:#000000;display:block;width:2.56239375rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.6875rem;height:4.875rem;font-style:normal;display:block; }
#waOvcwqUogMf5K31sS5KRbuTJhTvlRCH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.1875rem;width:27.125rem;top:38.688152313233rem;left:43.227156998527rem;overflow:hidden;display:none; }
#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container { background-color: transparent; background-image: none; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container > .video-iframe-container { display: none; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row > .video-iframe-container { display: none; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .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); }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container { border-width: 0; border-radius: 0; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row > .video-iframe-container {  }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#g5t0ON1tEa6xk9paJ15Js0ogLy2RXb5L { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.75rem;left:41.25rem;height:7.777775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeIz2WXd3CqS4hMxGmWpEmILbLdb5JDx { color:#000000;display:block;width:30.1871875rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5004386901856rem;left:44.062284469604rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNhenhOExAJZ3FbKTiOCvqmBi1oAwCzh { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:18.1875rem;top:27.812501907349rem;left:19.375rem;overflow:hidden;display:none; }
#iv3OWvLFSvUTkhptD95EJURrd4UO8rEM { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1875rem;width:26.75rem;top:2.1880435943604rem;left:3.75rem;overflow:hidden;display:block; }
#ClGbJ7s2m4V5Hd4VTSQ5k6wdkhTPxT7Q { color:#000000;display:block;width:2.5625rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:3.7505435943604rem;left:41.250005722046rem;height:4.875rem;font-style:normal;display:block; }
#Cz2s98FOh2w1oCNiyOApTiFyigSF4fBf { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.8125rem;left:41.25rem;height:6.13715625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UIyITfQmeEcfJXQnMQSX5JBfH2U7znH5 { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:20.9375rem;left:41.25rem;display:block; }
#zXTLTyeg3xK0Lu54azpb9PJJlpfXlNxP { z-index:15010;top:31.375rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:18.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#plaZ2GBv6mIEKNCcfd4QLvoTbtPSgSSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXxHubQwETkdb5A3NhMGqPff2Miynq4T { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9998125rem;width:29.437375rem;top:17.438694477081rem;left:21.812608718872rem;overflow:hidden;display:block; }
#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container { background-color: transparent; background-image: none; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container > .video-iframe-container { display: none; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row > .video-iframe-container { display: none; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .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); }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container { border-width: 0; border-radius: 0; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row > .video-iframe-container {  }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#KGvNp6R4IG16v7KtnHwqVhu7NOU1gI0I { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.3134765625rem;left:3.75rem;height:11.4583125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzDFXNgffRlLNRgTGdL01hJLn7LKErtL { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:18.1875rem;top:27.812501907349rem;left:19.375rem;overflow:hidden;display:none; }
#hIsi7aTQVVXOA2mrJ4DS4cSop2lyJtyE { color:#000000;display:block;width:22.875rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9369583129883rem;left:7.5rem;height:7.797875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reHy6v4BIn6fSdmR2FL2ryGK4wyHBIVu { color:#000000;display:block;width:2.56239375rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.75rem;height:4.875rem;font-style:normal;display:block; }
#lLBu3zbc6GE15nSg2XUVDgRsitHmOWNo { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:26.4375rem;left:3.75rem;height:7.70616875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#umwoor6xslvt8zvs1tQXzavSwdodTNTd { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0623915rem;width:18.75rem;top:24.5625rem;left:3.75rem;display:block; }
#PVy62JmQTEZFvEOGO8zsuTkeXSV6fSez { z-index:15011;top:35.813805580139rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:19.93780875rem;height:2.8756525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z00J5JN4E9EbMKMHoT9SL92IgNxNmfaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkuHV8vJ75oC979PbFiXDiJbqTTJ5tKv { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1875rem;width:26.75rem;top:3.8758792877198rem;left:44.499784469604rem;overflow:hidden;display:block; }
#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { background-color: transparent; background-image: none; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container > .video-iframe-container { display: none; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row > .video-iframe-container { display: none; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .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); }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { border-width: 0; border-radius: 0; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row > .video-iframe-container {  }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#EUXZgraBW0g6kV16c7OWBNyk5t0ali8i { color:#000000;display:block;width:33.75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.438911326229rem;left:41.250005722046rem;height:26.80550625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xuvco2liLI4XB0wU2XlN6PxVOslsy4l3 { color:#000000;display:block;width:30.1871875rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5004386901856rem;left:44.062284469604rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDTuugZZmTuOw0NHIGJcsFIumQ3rn6qE { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:18.1875rem;top:27.812501907349rem;left:19.375rem;overflow:hidden;display:none; }
#q6W9vKDTtg9FHKKtbxXEJ4isr41sWXG4 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1875rem;width:26.75rem;top:4.188907623291rem;left:3.75rem;overflow:hidden;display:block; }
#shOt1WdUedSF4x5Z8spzIOJgsmat66uT { color:#000000;display:block;width:2.5625rem;position:absolute;font-family:canela;font-size:3.75rem;font-weight:300;z-index:14996;line-height:1.3;letter-spacing:0;top:3.7505435943604rem;left:41.250005722046rem;height:4.875rem;font-style:normal;display:block; }
#TxbolC2zozSvQQUw70s4rAtiKOErCktQ { z-index:15010;top:37.6884765625rem;left:41.25rem;background-color:#000000;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:22.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GDN43BknaoxISTxe1cTZPqdvek7ZvXHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container { background-color: transparent; background-image: none; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container > .video-iframe-container { display: none; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row > .video-iframe-container { display: none; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .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); }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container { border-width: 0; border-radius: 0; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row > .video-iframe-container {  }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#TfbKFl7W0Ha424rfMv7dIon5V15mB1Hp { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:4.75803125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCmeGLxn1570iS56BZ3M5ZeITBJPuqze { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:1.6943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8rIbr0Wh5ElhO8tP1FXdCoa5rHAhN0X { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:32.4375rem;height:3.319225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9gg4sDxLdQ1esXwqJk7c1okwEgrbQln { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:23.125rem;height:1.6943375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTyyZ7o6fisLLQwhM3PvcTQUTAtPMvMP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.6875rem;top:13.5rem;left:29.4375rem;overflow:hidden;display:block; }
#FkOnXJ4N7WNTyTbtTpLnZNvNiRKx0kw5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.25rem;top:13.875rem;left:20.1875rem;overflow:hidden;display:block; }
#LArJrEWXMzUcZawy8s1uWuWml5eOtHHm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.75rem;top:16.5rem;left:20.4375rem;overflow:hidden;display:block; }
#SLsJoIJEEISdw2zGqZL0I9hX3ReSCHTU { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:23.125rem;height:1.6943375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhu1Xs34K6VWTw7NPzIXN3cWDf2GAVxN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.6875rem;top:16rem;left:29.3125rem;overflow:hidden;display:block; }
#ITx6ApbGw6EcXGp86JTeXgdm0u1t5CAf { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.1875rem;height:3.319225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPC5NMuE8DrzyWGIEDDfyJlpR9KN9Ig5 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gwU62NChv2ued1gyz2IpKcNriX53ip5y { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wbCTf181BvVFZ9u97SklUAsO2e0oht82 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:32.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container { background-color: transparent; background-image: none; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container > .video-iframe-container { display: none; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row > .video-iframe-container { display: none; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .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); }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container { border-width: 0; border-radius: 0; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row > .video-iframe-container {  }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container { font-size:0.875rem;font-family:arial;height:102.4375rem;width:75rem;position:relative;display:block; }#BdHv6CVJmmTuKMdtwsgEspa67BwVXpTV { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.3790125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbA2TIdTszXTE2bu6BTcH6EPNAgOzBwh { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:21.1875rem;left:5rem;height:6.2999375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I71nFZFZay1ONvs5nZomrNdf1SNQIrzC { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:18rem;left:5.125rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#izEI7S5P0CVPS4nhisUBTZfco2T2CC0Z { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:7.625rem;top:21.000000953674rem;left:21.78125rem;overflow:hidden;display:block; }
#ix9mZQapUZATz235QA4ez0TRztA6wP5r { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8007822036744rem;left:3.75rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ji1kFR3J2UmSDxAL3LIbrKTsLPnIeQgn { color:#000000;display:block;width:28.625rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:3.6875rem;height:3.30729375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Urd1kaUaLT8oXTac1hiUUhJG8HDTm6wT { z-index:15018;top:29.999441146851rem;left:5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.56293375rem;height:3.6878275rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nr1HDsTE4gomutu1QoLrzKgdFHhcVZSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Evpv1QLxvpB7sU2Oal9NDtzikin54stE { color:#efeaea;display:block;width:2.8125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:16.999349594116rem;left:1.25rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJAlOEP6Se2xrE6wTIZmaOCy8F2rMesO { z-index:15023;top:50.999992370606rem;left:5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HPUKA8ihFNG0xZLsv9E1vQKB8DJLa6kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWaToOJ2Ohqz96EGCOJdfiIPNrXxvTOL { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:42.312286376953rem;left:5rem;height:6.2999375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixddhCPtRc8VncPBdtunvND5GLVnqu5y { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:39.1875rem;left:5rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fASlanWJN4Ky0EXMcoWU2UoxPWB46ebg { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15057;line-height:1.2;letter-spacing:0;top:38.312500953674rem;left:0rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uROGNNf3VVVEr11qTdcmOhqzySbNlXbT { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:canela;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8007822036744rem;left:42.5rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTAw0fNPRH9RND7RL8RzF9tdLkrcWfd7 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:42.125rem;height:3.30729375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeKchZWAeTNSQOAQZercSOx70b5qKy75 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:12.3125rem;top:41.3623046875rem;left:20.0625rem;overflow:hidden;display:block; }
#LNTEXE7T3TOFqMvue8TEk2FS2UOKXneR { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.875rem;top:7.5625rem;left:3.75rem;overflow:hidden;display:block; }
#Al2sgRSnEQOLadJRWbQ3gkwEohSODoAs { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.375rem;top:8.5625rem;left:41.25rem;overflow:hidden;display:block; }
#DWpEJShnvGAaMAD8BIgMOpZNmcz9TcdH { color:#efeaea;display:block;width:4.3125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:57.000001907349rem;left:0.125rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3FRozx5zpWsRxmWyTgpd1emqPT3A1yd { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:58.062501907349rem;left:5rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkXVc0DyL5lo9gZUqm20VFtGFfCqpICR { color:#000000;display:block;width:14.875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:61.113943099976rem;left:5rem;height:9.449875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rNQLAXH3kD8VL77TN3oZTT8DUHzgHQ5e { z-index:15028;top:72.437076568606rem;left:5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.56293375rem;height:3.6878275rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aKDlHlZohh5VnGxXN9R1L2iiGSH2mRnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FEsxCvqNo6TWTgvEAsCpkL6W9xfK1Zv2 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:13.4375rem;top:61.000005722046rem;left:20rem;overflow:hidden;display:block; }
#M6ebasl4fpm32Aq2S4HQCnakHtDslJ25 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:12.6875rem;top:81.000005722044rem;left:21.25rem;overflow:hidden;display:block; }
#nTwXRo7dgtHrpJcKTc5A2qadMiVy8WXw { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:78.1875rem;left:0rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbMvnKd3LCuXlkXA6MuZHohO398ozP65 { z-index:15028;top:94.749993324281rem;left:5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qTMhseB6rqq4OA2zOnAhAeFBrUNff2Ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEChUUVmNuVxZov60Ki6vzrRrgGpAvER { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:84.875005722044rem;left:5rem;height:9.5193125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFfE7i5fQNPLPUBHvs3zlNcxX7eVsCqP { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:79.37500190735rem;left:5rem;height:4.35004375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJK108Rs7pOJOpAq6OZoTasBm8KlBFD8 { position:absolute;display:block;z-index:15063;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:28.125rem;top:14.687500953674rem;left:3.75rem;display:block; }
#CGiTr50C9UGX7KMyuCaNHhXcMD4DvUdD { position:absolute;display:block;z-index:15064;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:28.125rem;top:14.687495231628rem;left:42.5rem;display:block; }
#w99snbnqa0qnbySTNLlbp3iiCLnUiF7y { color:#efeaea;display:block;width:2.8125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:17.250005722046rem;left:40rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlgMxKXEz4CJP4oQHxsV736oJ68iqbba { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:21.000010967254rem;left:43.750003814698rem;height:7.9443125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geBT2UeFdVXN0BHwoHtZbRMzZGVQCIWq { color:#000000;display:block;width:17.5rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:18.000000476837rem;left:43.687503814698rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1rMeicWXe53kzx2EeSrErLP6QAdvV8F { z-index:15028;top:29.935979843139rem;left:43.750005722046rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.56293375rem;height:3.6878275rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AP4eNLBEa3hXhWFoiWt5pgTLcBowTXqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBcVSezINPZ044wp1ZL2QTAoqRJMcgcm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:13.875rem;top:18.625000476837rem;left:61.124347686767rem;overflow:hidden;display:block; }
#rOP3XIf0B80dXoBGrNw04TWsLnT1GUIC { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:38.3125rem;left:38.75rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSAtXbJe5Vldz8eK6TwF96ug17LywHK6 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:42.3125rem;left:43.8125rem;height:7.874875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTfuxSa6Fue9WA1wwGopJpIbNlH9e03x { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:39.263021469116rem;left:43.750003814698rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9QkVUTP5eu9Wg4cdC9ytfh9UwyafWA7 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:12.3125rem;top:40.5625rem;left:60.000003814698rem;overflow:hidden;display:block; }
#OO3AL2TleLIgESkl2GDlGFM2LPKPgHRg { z-index:15033;top:50.999992370606rem;left:43.750003814698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mSOTAdQQLQ1z8Qw3IeFPyrUXBLcd9dDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNC1JekIypgUSipOTUoWRIam4H8Xl0d2 { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:57rem;left:39.125rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCwkcc5QNBtMhJaJ2TP21yfW2qdZSGMo { color:#000000;display:block;width:20.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:61.12467956543rem;left:43.750005722046rem;height:11.0943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#miCQtT2tqKbNneDBFSQOdPBfeT0lmyMU { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:58.000001907349rem;left:43.875003814698rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcTs2xf96XXpH0matkevQrGWcVknqzIP { z-index:15038;top:73.5000038147rem;left:43.750003814698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TGlIOwcsmcUvB9vQgzuOPrSlsFZo6CqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGn2zqDg2fOOofsXW6iTfpx4negvLPZm { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:13.4375rem;top:59.750003814698rem;left:61.561847686767rem;overflow:hidden;display:block; }
#drTOzdo50P0AXsPTzZXdSlbW6mZTlbce { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:13.9375rem;top:83.500015258787rem;left:60.000003814698rem;overflow:hidden;display:block; }
#zPXZ7w6u0WpgwQ13kBHb5TWhTvZlbeum { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:79.375rem;left:38.9375rem;height:8.1749375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIWMmXk2NDADRiTTfKZpxriRoJUh3mCZ { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:84.8125rem;left:43.750003814698rem;height:9.58875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqTXstdZkkQ7EbkSdU4JpnRf2oWwxLza { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:80.56250190735rem;left:43.875003814698rem;height:2.17501875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWF39er9hhJ8xIsyHupCnMqD3RgVkB5U { z-index:15038;top:94.749993324281rem;left:43.750003814698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P3X5Lg4y4feqtnFZs5eKTnVNXnw2hUp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lryLpoP8IMv5p8KmC7QRhAiUdSZNq0oz { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oQ5PueSC8Ch2G0amnnEKrcZts10zMrKr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.5625rem;width:40.5rem;display:none; }
#Jp6Wcu3c5xmAfzDHMi2Xq4vdW13O9beI { color:#efeaea;display:block;width:2.8125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:16.999349594116rem;left:1.25rem;height:8.1745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b9qNVc1ad9Lo13gPReb9TewTQLP8DMBk { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:21.187510967254rem;left:5rem;height:6.2995rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WmFBAE18nU56HVi8EbGAFdHWrlToxhwo { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:18rem;left:5.125rem;height:2.17448125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l4y958Dff7AhXm22za4mc8R2qg436ub0 { z-index:15018;top:31.000011444092rem;left:5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GMzIrhRbRy2SJ2T4m1KUTlNGAnt5RlWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiqtJe4f8oMP20gu1FarDGGG3XQad0P6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:7.625rem;top:21.000000953674rem;left:21.78125rem;overflow:hidden;display:none; }
#zTAbhtwHIMmZOWR3mC2Qht3x7FeKqEqA { color:#efeaea;display:block;width:4.125rem;position:absolute;font-family:canela;font-size:6.8125rem;font-weight:300;z-index:15057;line-height:1.2;letter-spacing:0;top:38.312500953674rem;left:0rem;height:8.1745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HrZBgirRyhq4qHVpXs2ms2fRTftnB4kU { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GENlQdbHGQWcZFpug5WSg6vTQ6M7rDXJ { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CzEiNKqAWMOa6ml0T6bQ4rbiEn6SmwbT { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#oJIi6t9GHFv98Oe0SbeVV5MvG0pJ1Ny1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdk7ZT7EQkrBIPrtlqEImGvhfKaBrzIS { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#C3exe6rxfibolRctbCgQQq0sGEemUu8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbfbC18rxHM3AgvKsixC0SmDVPl7XybX { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oXp9BTqlzCTf4nLQKEA4oCcDNGqlbP5O { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KDEQRt7S7xyK4kwrVb835kfrXMVl30FV { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sydyho2VUht0PIgquiCEBH9dTKgvgTHz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.625rem;width:40.5rem;display:none; }
#oxqTf4BgrfwZRQr978cb6M8na3xPH2Wb { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#hvZTM018D7X35A6TpVQSGp6FU6fG5xOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRFnshARTa1900LJPIQdRC1XPPtxlFL6 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eD1JOakFl4fr8J35ObtagHmra2ET8ckk { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fN0gMS7ns8xozKThXEOTZ4UPWXfQptuk { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w8MvrqVe0f0G1ztbwndO7lazz4zr4hTc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:40.5rem;display:none; }
#kqoPlfl7H8GQQI2lhcX1MknwzN73k3C5 { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gCsJbsPZVlxyhotcWH2fZLkoh1byIs7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5l3XJCgsKweCVcdvQcvht3Mliy7TeJn { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WC9zddy09oKp499PF7wPRptxhQSvZSEB { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bTofS1FPC4ebvIwtazeF6S7xyLJyr7Lt { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t8IiRq9G7wnkkw2FkQoFFIT3TJRitqO5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:27.5rem;display:none; }
#z4zzwyRXDgi4qXcavc2C7ftoiVlgXuRc { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JpiLbdTqGVUbOwyfoRaU32zveO5qkuiO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:27.5rem;display:none; }
#KyQ4EgHtxFpnTPTbmmz5fF1XMOKh8OCi { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CqfRCLLngBaiLOUREaxTDlm901EastTc { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oebPFJl90gktIUtBASzpfozhAdJL3e0K { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xsSPX0T9qmPkz80FStE1GnrLMTaN0fSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2yh1i8eIxTwC5RUbbVXBWle7CpUBv8U { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GSNfXT1DqNngZxDT03pKuiiGVGDvNZ0p { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ykMN1luPSM6URy79rdhTNVHcdSdf4Rcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvdKaHUXBOG2wTqhKEEmpplh0HfGq4er { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QmmucmqnUzLBoTtT6s17fy3dXTN38kgx { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HZCokiiBvCaXpaokKmbKWIfKb5XSSrpn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:27.5rem;display:none; }
#pkvFgGgOGsNTn2n7q2bHwLvi5baBZ3n8 { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LNn6xSS20ukT2CmRNQxw4WU4f1ViB9Sm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BS2tJlx9dRZGyKWCWcE1uWg4rcRfZhF7 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dtLtSv8tvTavzZcF1h2tmBShE7TheBDp { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AgdnoHm70z5ymkBNqOwKyXHLZ2ll9doU { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K7UmX9c8ZeHTTCp1SA408bfRZXA5ORnw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:27.5rem;display:none; }
#LQ6utuqlL3IzbsSsOo2rUTt40r3vrm7V { z-index:15009;top:18.25rem;left:3.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#f8DGf8X9inz1lOos8fxk1SHAkyHoQx8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBinvz2RCotCunywGIp9la9FFdoWu0ST { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GxZNzQ6R7zOeRTO3cPAMPAs4HzHxrIEg { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FPBlKmqTyGaFegIk1D65yyMskKT8wmWv { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QK0BerkWOEyfBsA1RfLmW6QcD6mk4WpT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.375rem;width:27.5rem;display:none; }
#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;z-index:auto;display:block; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container { background-color: transparent; background-image: none; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container > .video-iframe-container { display: none; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row > .video-iframe-container { display: none; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .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); }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container { border-width: 0; border-radius: 0; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row > .video-iframe-container {  }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container { background-color: transparent; background-image: none; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container > .video-iframe-container { display: none; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row > .video-iframe-container { display: none; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .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); }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container { border-width: 0; border-radius: 0; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row > .video-iframe-container {  }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { top:1.125rem;left:18.875rem;width:9.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { width:20.6875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { top:2.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { top:6.5625rem;left:0rem;width:39.125rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9JTIRX5p5U76cmgWmIqTV59M6Hhecn { top:10.5rem;left:16.625rem;width:31.125rem;height:39.233977442162rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:35.1875rem;height:12.375rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3lPUuCHkIz5xPOsLFmR8mfdlwfvq1K { width:20rem;height:26.25rem;top:24.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO0wTk23stffTMKoOP3RwsgFACb2VBB1 { top:29.5625rem;left:0rem;width:25.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmmWP9cUL1zEHuPM3wxUSPExMysXD7S { display:block; }
 }@media only screen and (max-width: 763px) { #P9lfmL24URDm5lMS9HuMDFsTw0CkKJDa { width:37.5625rem;height:10.8125rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme { display:block; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE5l4WTA2b2M1nvAF8tTsf5kymomexJ2 { top:8.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdIxDuMoKA9RTsuRc9Hw7psdK6NGuNtm { width:47.75rem;height:4.625rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { width:28.75rem;height:11.25rem;top:10rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:30.125rem;height:2.5625rem;top:5.375rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV91lBLz6DKsJ6CFNdtI5fvVA44xhVDu { top:2.5rem;left:0rem;width:26.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGKDT0DArbUNmrenDRIyz2fGfbMCDnZe { top:3.75rem;left:23.875rem;width:2.5625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpuQ2yQUJ0ZSbX22gXnErMktu7891nQR { width:28.75rem;height:7.8125rem;top:24.3125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvb3gx9D3imUScyUE1c9x829hi8TTfio { top:22.4375rem;left:23.875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsuwKf7kti84iCwP4pWq7BwumvuN6ueD { top:33.75rem;left:23.875rem;width:20.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVsxeUoX90MwhhpPJ2EJAeQxdqtVJRr { display:block; }
 }@media only screen and (max-width: 763px) { #KRXTa9vaUQ8Ovkc7EGTLvHMLxmRpylcN { top:38.6875rem;left:20.625rem;width:27.125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMsOggW738O7y6iRtNIM2Dbm0mFcZQex { display:block; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpaqFSWpMROemPQ1AlM2OC5f5ZlCgRAa { width:28.75rem;height:18.75rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrSuMTLJ09DaW0T0XTgcmf5ZpxAl0se { top:27.8125rem;left:5.6875rem;width:18.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyhwg7wcGAdrZbLslV0IP2nmvv0QLlfg { width:30.125rem;height:2.5625rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSdc1MKTABpfqpkvA11dt3VCZ2PqL6kU { top:1.75rem;left:0rem;width:2.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waOvcwqUogMf5K31sS5KRbuTJhTvlRCH { top:38.6875rem;left:20.625rem;width:27.125rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik { display:block; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5t0ON1tEa6xk9paJ15Js0ogLy2RXb5L { width:28.75rem;height:7.5rem;top:10.75rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIz2WXd3CqS4hMxGmWpEmILbLdb5JDx { width:30.125rem;height:2.5625rem;top:5.5rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhenhOExAJZ3FbKTiOCvqmBi1oAwCzh { top:27.8125rem;left:5.6875rem;width:18.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv3OWvLFSvUTkhptD95EJURrd4UO8rEM { top:2.1875rem;left:0rem;width:26.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClGbJ7s2m4V5Hd4VTSQ5k6wdkhTPxT7Q { top:3.75rem;left:23.875rem;width:2.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz2s98FOh2w1oCNiyOApTiFyigSF4fBf { width:28.75rem;height:4.625rem;top:22.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIyITfQmeEcfJXQnMQSX5JBfH2U7znH5 { top:20.9375rem;left:23.875rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zXTLTyeg3xK0Lu54azpb9PJJlpfXlNxP { top:31.375rem;left:23.875rem;width:18.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plaZ2GBv6mIEKNCcfd4QLvoTbtPSgSSK { display:block; }
 }@media only screen and (max-width: 763px) { #TXxHubQwETkdb5A3NhMGqPff2Miynq4T { top:17.4375rem;left:0rem;width:29.375rem;height:16.963791512915rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b { display:block; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGvNp6R4IG16v7KtnHwqVhu7NOU1gI0I { width:30.3125rem;height:9.375rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDFXNgffRlLNRgTGdL01hJLn7LKErtL { top:27.8125rem;left:5.6875rem;width:18.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIsi7aTQVVXOA2mrJ4DS4cSop2lyJtyE { width:22.875rem;height:5.1875rem;top:5.875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #reHy6v4BIn6fSdmR2FL2ryGK4wyHBIVu { top:4.0625rem;left:0rem;width:2.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBu3zbc6GE15nSg2XUVDgRsitHmOWNo { width:28.75rem;height:7.6875rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umwoor6xslvt8zvs1tQXzavSwdodTNTd { top:24.5625rem;left:0rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PVy62JmQTEZFvEOGO8zsuTkeXSV6fSez { top:35.8125rem;left:0rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z00J5JN4E9EbMKMHoT9SL92IgNxNmfaW { display:block; }
 }@media only screen and (max-width: 763px) { #LkuHV8vJ75oC979PbFiXDiJbqTTJ5tKv { top:3.875rem;left:21rem;width:26.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NfP28SNl1azWsyH3l0BdF29T9ORSuN { display:block; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUXZgraBW0g6kV16c7OWBNyk5t0ali8i { width:33.75rem;height:24.375rem;top:10.4375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuvco2liLI4XB0wU2XlN6PxVOslsy4l3 { width:30.125rem;height:2.5625rem;top:5.5rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTuugZZmTuOw0NHIGJcsFIumQ3rn6qE { top:27.8125rem;left:5.6875rem;width:18.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6W9vKDTtg9FHKKtbxXEJ4isr41sWXG4 { top:4.1875rem;left:0rem;width:26.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOt1WdUedSF4x5Z8spzIOJgsmat66uT { top:3.75rem;left:23.875rem;width:2.5rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxbolC2zozSvQQUw70s4rAtiKOErCktQ { top:37.6875rem;left:23.875rem;width:22.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDN43BknaoxISTxe1cTZPqdvek7ZvXHB { display:block; }
 }@media only screen and (max-width: 763px) { #TvK5lkwB3HldNfeViSPTKVehf19fqEL9 { display:block; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfbKFl7W0Ha424rfMv7dIon5V15mB1Hp { width:47.75rem;height:4.5rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCmeGLxn1570iS56BZ3M5ZeITBJPuqze { width:47.75rem;height:1.625rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8rIbr0Wh5ElhO8tP1FXdCoa5rHAhN0X { width:22.25rem;height:1.625rem;top:13.375rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gg4sDxLdQ1esXwqJk7c1okwEgrbQln { width:5.6875rem;height:1.625rem;top:13.375rem;left:9.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTyyZ7o6fisLLQwhM3PvcTQUTAtPMvMP { top:13.5rem;left:15.8125rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkOnXJ4N7WNTyTbtTpLnZNvNiRKx0kw5 { top:13.875rem;left:6.5625rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LArJrEWXMzUcZawy8s1uWuWml5eOtHHm { top:16.5rem;left:6.8125rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLsJoIJEEISdw2zGqZL0I9hX3ReSCHTU { width:5.6875rem;height:1.625rem;top:15.9375rem;left:9.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhu1Xs34K6VWTw7NPzIXN3cWDf2GAVxN { top:16rem;left:15.6875rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITx6ApbGw6EcXGp86JTeXgdm0u1t5CAf { width:22.6875rem;height:1.625rem;top:15.9375rem;left:18.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPC5NMuE8DrzyWGIEDDfyJlpR9KN9Ig5 { width:20rem;height:5.8125rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwU62NChv2ued1gyz2IpKcNriX53ip5y { width:47.75rem;height:1.625rem;top:9.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbCTf181BvVFZ9u97SklUAsO2e0oht82 { width:22.25rem;height:1.625rem;top:13.375rem;left:18.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s { display:block; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdHv6CVJmmTuKMdtwsgEspa67BwVXpTV { width:47.75rem;height:2.3125rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbA2TIdTszXTE2bu6BTcH6EPNAgOzBwh { width:16.375rem;height:6.25rem;top:21.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71nFZFZay1ONvs5nZomrNdf1SNQIrzC { width:14.4375rem;height:2.125rem;top:18rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izEI7S5P0CVPS4nhisUBTZfco2T2CC0Z { top:21rem;left:14.96875rem;width:7.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9mZQapUZATz235QA4ez0TRztA6wP5r { width:27.4375rem;height:1.9375rem;top:7.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji1kFR3J2UmSDxAL3LIbrKTsLPnIeQgn { width:28.625rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urd1kaUaLT8oXTac1hiUUhJG8HDTm6wT { top:29.9375rem;left:0rem;width:14.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1HDsTE4gomutu1QoLrzKgdFHhcVZSQ { display:block; }
 }@media only screen and (max-width: 763px) { #Evpv1QLxvpB7sU2Oal9NDtzikin54stE { width:2.8125rem;height:8.125rem;top:16.9375rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJAlOEP6Se2xrE6wTIZmaOCy8F2rMesO { top:50.9375rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUKA8ihFNG0xZLsv9E1vQKB8DJLa6kb { display:block; }
 }@media only screen and (max-width: 763px) { #SWaToOJ2Ohqz96EGCOJdfiIPNrXxvTOL { width:16.5625rem;height:6.3125rem;top:42.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixddhCPtRc8VncPBdtunvND5GLVnqu5y { width:14.4375rem;height:2.125rem;top:39.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASlanWJN4Ky0EXMcoWU2UoxPWB46ebg { width:4.125rem;height:8.125rem;top:38.3125rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uROGNNf3VVVEr11qTdcmOhqzySbNlXbT { width:27.5625rem;height:1.9375rem;top:7.75rem;left:20.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAw0fNPRH9RND7RL8RzF9tdLkrcWfd7 { width:28.375rem;height:3.125rem;top:10.25rem;left:19.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeKchZWAeTNSQOAQZercSOx70b5qKy75 { top:41.3125rem;left:11.5625rem;width:12.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTEXE7T3TOFqMvue8TEk2FS2UOKXneR { top:7.5625rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al2sgRSnEQOLadJRWbQ3gkwEohSODoAs { top:8.5625rem;left:23.875rem;width:4.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWpEJShnvGAaMAD8BIgMOpZNmcz9TcdH { width:4.3125rem;height:8.125rem;top:57rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FRozx5zpWsRxmWyTgpd1emqPT3A1yd { width:14.4375rem;height:2.125rem;top:58.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkXVc0DyL5lo9gZUqm20VFtGFfCqpICR { width:14.8125rem;height:9.4375rem;top:61.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQLAXH3kD8VL77TN3oZTT8DUHzgHQ5e { top:72.375rem;left:0rem;width:14.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKDlHlZohh5VnGxXN9R1L2iiGSH2mRnE { display:block; }
 }@media only screen and (max-width: 763px) { #FEsxCvqNo6TWTgvEAsCpkL6W9xfK1Zv2 { top:61rem;left:10.4375rem;width:13.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ebasl4fpm32Aq2S4HQCnakHtDslJ25 { top:81rem;left:11.1875rem;width:12.6875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwXRo7dgtHrpJcKTc5A2qadMiVy8WXw { width:4.125rem;height:8.125rem;top:78.1875rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbMvnKd3LCuXlkXA6MuZHohO398ozP65 { top:94.6875rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMhseB6rqq4OA2zOnAhAeFBrUNff2Ww { display:block; }
 }@media only screen and (max-width: 763px) { #hEChUUVmNuVxZov60Ki6vzrRrgGpAvER { width:16.25rem;height:7.8125rem;top:84.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfE7i5fQNPLPUBHvs3zlNcxX7eVsCqP { width:14.4375rem;height:4.3125rem;top:79.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJK108Rs7pOJOpAq6OZoTasBm8KlBFD8 { top:14.6875rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGiTr50C9UGX7KMyuCaNHhXcMD4DvUdD { top:14.625rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99snbnqa0qnbySTNLlbp3iiCLnUiF7y { width:2.8125rem;height:8.125rem;top:17.25rem;left:23.875rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgMxKXEz4CJP4oQHxsV736oJ68iqbba { width:18.625rem;height:7.8125rem;top:20.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geBT2UeFdVXN0BHwoHtZbRMzZGVQCIWq { width:17.5rem;height:2.125rem;top:17.9375rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1rMeicWXe53kzx2EeSrErLP6QAdvV8F { top:29.875rem;left:23.875rem;width:14.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP4eNLBEa3hXhWFoiWt5pgTLcBowTXqk { display:block; }
 }@media only screen and (max-width: 763px) { #vBcVSezINPZ044wp1ZL2QTAoqRJMcgcm { top:18.625rem;left:33.875rem;width:13.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOP3XIf0B80dXoBGrNw04TWsLnT1GUIC { width:4.125rem;height:8.125rem;top:38.3125rem;left:23.875rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSAtXbJe5Vldz8eK6TwF96ug17LywHK6 { width:14.4375rem;height:6.25rem;top:42.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfuxSa6Fue9WA1wwGopJpIbNlH9e03x { width:14.4375rem;height:2.125rem;top:39.25rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9QkVUTP5eu9Wg4cdC9ytfh9UwyafWA7 { top:40.5625rem;left:35.4375rem;width:12.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3AL2TleLIgESkl2GDlGFM2LPKPgHRg { top:50.9375rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOTAdQQLQ1z8Qw3IeFPyrUXBLcd9dDR { display:block; }
 }@media only screen and (max-width: 763px) { #zNC1JekIypgUSipOTUoWRIam4H8Xl0d2 { width:4.125rem;height:8.125rem;top:57rem;left:23.875rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCwkcc5QNBtMhJaJ2TP21yfW2qdZSGMo { width:20.1875rem;height:11rem;top:61.0625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miCQtT2tqKbNneDBFSQOdPBfeT0lmyMU { width:14.4375rem;height:2.125rem;top:58rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTs2xf96XXpH0matkevQrGWcVknqzIP { top:73.5rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlIOwcsmcUvB9vQgzuOPrSlsFZo6CqJ { display:block; }
 }@media only screen and (max-width: 763px) { #nGn2zqDg2fOOofsXW6iTfpx4negvLPZm { top:59.75rem;left:34.3125rem;width:13.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #drTOzdo50P0AXsPTzZXdSlbW6mZTlbce { top:83.5rem;left:33.8125rem;width:13.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXZ7w6u0WpgwQ13kBHb5TWhTvZlbeum { width:4.125rem;height:8.125rem;top:79.375rem;left:23.875rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIWMmXk2NDADRiTTfKZpxriRoJUh3mCZ { width:16.375rem;height:9.4375rem;top:84.75rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTXstdZkkQ7EbkSdU4JpnRf2oWwxLza { width:14.4375rem;height:2.125rem;top:80.5625rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWF39er9hhJ8xIsyHupCnMqD3RgVkB5U { top:94.6875rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3X5Lg4y4feqtnFZs5eKTnVNXnw2hUp5 { display:block; }
 }@media only screen and (max-width: 763px) { #lryLpoP8IMv5p8KmC7QRhAiUdSZNq0oz { width:11.75rem;height:1.9375rem;top:34.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQ5PueSC8Ch2G0amnnEKrcZts10zMrKr { width:40.5rem;height:69.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp6Wcu3c5xmAfzDHMi2Xq4vdW13O9beI { width:2.8125rem;height:8.125rem;top:16.9375rem;left:0rem;font-size:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9qNVc1ad9Lo13gPReb9TewTQLP8DMBk { width:14.5rem;height:6.25rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmFBAE18nU56HVi8EbGAFdHWrlToxhwo { width:14.4375rem;height:2.125rem;top:18rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4y958Dff7AhXm22za4mc8R2qg436ub0 { top:31rem;left:0rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMzIrhRbRy2SJ2T4m1KUTlNGAnt5RlWP { display:block; }
 }@media only screen and (max-width: 763px) { #aiqtJe4f8oMP20gu1FarDGGG3XQad0P6 { top:21rem;left:14.96875rem;width:7.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTAbhtwHIMmZOWR3mC2Qht3x7FeKqEqA { width:4.125rem;height:8.125rem;top:38.3125rem;left:0rem;font-size:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrZBgirRyhq4qHVpXs2ms2fRTftnB4kU { width:17.5rem;height:6.75rem;top:36.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GENlQdbHGQWcZFpug5WSg6vTQ6M7rDXJ { width:11.8125rem;height:4.875rem;top:46.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzEiNKqAWMOa6ml0T6bQ4rbiEn6SmwbT { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJIi6t9GHFv98Oe0SbeVV5MvG0pJ1Ny1 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdk7ZT7EQkrBIPrtlqEImGvhfKaBrzIS { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3exe6rxfibolRctbCgQQq0sGEemUu8t { display:block; }
 }@media only screen and (max-width: 763px) { #fbfbC18rxHM3AgvKsixC0SmDVPl7XybX { width:17.5rem;height:6.75rem;top:68.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXp9BTqlzCTf4nLQKEA4oCcDNGqlbP5O { width:11.8125rem;height:1.9375rem;top:66.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDEQRt7S7xyK4kwrVb835kfrXMVl30FV { width:11.8125rem;height:4.875rem;top:61.125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sydyho2VUht0PIgquiCEBH9dTKgvgTHz { width:40.5rem;height:50.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxqTf4BgrfwZRQr978cb6M8na3xPH2Wb { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvZTM018D7X35A6TpVQSGp6FU6fG5xOI { display:block; }
 }@media only screen and (max-width: 763px) { #hRFnshARTa1900LJPIQdRC1XPPtxlFL6 { width:17.5rem;height:8.4375rem;top:101.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD1JOakFl4fr8J35ObtagHmra2ET8ckk { width:11.8125rem;height:1.9375rem;top:98.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fN0gMS7ns8xozKThXEOTZ4UPWXfQptuk { width:11.8125rem;height:4.875rem;top:93.625rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8MvrqVe0f0G1ztbwndO7lazz4zr4hTc { width:40.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqoPlfl7H8GQQI2lhcX1MknwzN73k3C5 { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCsJbsPZVlxyhotcWH2fZLkoh1byIs7y { display:block; }
 }@media only screen and (max-width: 763px) { #X5l3XJCgsKweCVcdvQcvht3Mliy7TeJn { width:17.5rem;height:8.4375rem;top:134.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WC9zddy09oKp499PF7wPRptxhQSvZSEB { width:11.8125rem;height:3.875rem;top:130.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTofS1FPC4ebvIwtazeF6S7xyLJyr7Lt { width:11.8125rem;height:4.875rem;top:125.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8IiRq9G7wnkkw2FkQoFFIT3TJRitqO5 { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4zzwyRXDgi4qXcavc2C7ftoiVlgXuRc { width:11.8125rem;height:4.875rem;top:168.3125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpiLbdTqGVUbOwyfoRaU32zveO5qkuiO { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyQ4EgHtxFpnTPTbmmz5fF1XMOKh8OCi { width:16.125rem;height:1.9375rem;top:177rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqfRCLLngBaiLOUREaxTDlm901EastTc { width:17.5rem;height:8.4375rem;top:180rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oebPFJl90gktIUtBASzpfozhAdJL3e0K { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsSPX0T9qmPkz80FStE1GnrLMTaN0fSx { display:block; }
 }@media only screen and (max-width: 763px) { #z2yh1i8eIxTwC5RUbbVXBWle7CpUBv8U { width:17.5rem;height:6.75rem;top:212.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSNfXT1DqNngZxDT03pKuiiGVGDvNZ0p { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykMN1luPSM6URy79rdhTNVHcdSdf4Rcm { display:block; }
 }@media only screen and (max-width: 763px) { #rvdKaHUXBOG2wTqhKEEmpplh0HfGq4er { width:16.1875rem;height:1.9375rem;top:210.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmmucmqnUzLBoTtT6s17fy3dXTN38kgx { width:11.8125rem;height:4.875rem;top:205.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZCokiiBvCaXpaokKmbKWIfKb5XSSrpn { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkvFgGgOGsNTn2n7q2bHwLvi5baBZ3n8 { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNn6xSS20ukT2CmRNQxw4WU4f1ViB9Sm { display:block; }
 }@media only screen and (max-width: 763px) { #BS2tJlx9dRZGyKWCWcE1uWg4rcRfZhF7 { width:17.5rem;height:11.8125rem;top:242.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtLtSv8tvTavzZcF1h2tmBShE7TheBDp { width:16.1875rem;height:1.9375rem;top:238.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgdnoHm70z5ymkBNqOwKyXHLZ2ll9doU { width:11.8125rem;height:4.875rem;top:233.3125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7UmX9c8ZeHTTCp1SA408bfRZXA5ORnw { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQ6utuqlL3IzbsSsOo2rUTt40r3vrm7V { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8DGf8X9inz1lOos8fxk1SHAkyHoQx8X { display:block; }
 }@media only screen and (max-width: 763px) { #QBinvz2RCotCunywGIp9la9FFdoWu0ST { width:17.5rem;height:8.4375rem;top:277.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxZNzQ6R7zOeRTO3cPAMPAs4HzHxrIEg { width:16.1875rem;height:1.9375rem;top:278.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPBlKmqTyGaFegIk1D65yyMskKT8wmWv { width:11.8125rem;height:4.875rem;top:273.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QK0BerkWOEyfBsA1RfLmW6QcD6mk4WpT { width:27.5rem;height:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #spFemSX7wTTR3AnWV9RpboiaTaEshSh7 { display:block; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEOxEM2GrRpEppr6BQec4q5llWv5aPgn { display:block; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { 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); } }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { position:relative;z-index:auto;background-color:rgba(243,241,241,0.94);background-image:none;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { width:9.5625rem;height:1.5625rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { top:0.53114151954651rem;left:4.3750004768372rem;width:11.25rem;height:2.062175rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 { display:block; }#NG2aSnaeRNNbTqC6Asy74f57DJQGgID8 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6yVzRA1g99RQ7BSbTHqNTUEsDkHFgQO { width:20rem;height:2.5996125rem;top:1.8744575977326rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lXqApkHZrTzSAQDp3Vda9Q9Se2dwpmhG { width:20rem;height:6.186525rem;top:4.4731991291046rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #la9JTIRX5p5U76cmgWmIqTV59M6Hhecn { width:20rem;height:25.210493934784rem;top:11.875000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:20rem;height:16.875rem;top:1.6037330627441rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3lPUuCHkIz5xPOsLFmR8mfdlwfvq1K { width:20rem;height:0;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #dO0wTk23stffTMKoOP3RwsgFACb2VBB1 { top:20.436199188233rem;left:0rem;width:19.87543375rem;height:3.00043375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmmWP9cUL1zEHuPM3wxUSPExMysXD7S { display:block; }
 }@media only screen and (max-width: 763px) { #P9lfmL24URDm5lMS9HuMDFsTw0CkKJDa { width:20rem;height:23.62955rem;top:25.8740234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme { display:block; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE5l4WTA2b2M1nvAF8tTsf5kymomexJ2 { width:20rem;height:8.4375rem;top:21.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdIxDuMoKA9RTsuRc9Hw7psdK6NGuNtm { width:20rem;height:16.87825rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { width:20rem;height:13.502625rem;top:10.587890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:20rem;height:4.3869375rem;top:4.8752174377441rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV91lBLz6DKsJ6CFNdtI5fvVA44xhVDu { width:20rem;height:26.4375rem;top:24.875755310059rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGKDT0DArbUNmrenDRIyz2fGfbMCDnZe { width:1.5rem;height:4.875rem;top:0rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpuQ2yQUJ0ZSbX22gXnErMktu7891nQR { width:20rem;height:10.4969375rem;top:53.625762939453rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hvb3gx9D3imUScyUE1c9x829hi8TTfio { width:18.75rem;height:0.0625rem;top:56.75075340271rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsuwKf7kti84iCwP4pWq7BwumvuN6ueD { top:66.1257648468rem;left:0.12478303909302rem;width:19.87543375rem;height:2.87510875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVsxeUoX90MwhhpPJ2EJAeQxdqtVJRr { display:block; }
 }@media only screen and (max-width: 763px) { #KRXTa9vaUQ8Ovkc7EGTLvHMLxmRpylcN { width:13.2498125rem;height:14.2496875rem;top:76.12576293945rem;left:5.4996747970581rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMsOggW738O7y6iRtNIM2Dbm0mFcZQex { display:block; }#RMsOggW738O7y6iRtNIM2Dbm0mFcZQex > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpaqFSWpMROemPQ1AlM2OC5f5ZlCgRAa { width:20rem;height:21.9417rem;top:16.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BTrSuMTLJ09DaW0T0XTgcmf5ZpxAl0se { width:12.75rem;height:14.625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hyhwg7wcGAdrZbLslV0IP2nmvv0QLlfg { width:20rem;height:4.3869375rem;top:9.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSdc1MKTABpfqpkvA11dt3VCZ2PqL6kU { width:2.5rem;height:4.875rem;top:4.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waOvcwqUogMf5K31sS5KRbuTJhTvlRCH { width:19.8746875rem;height:21.3748125rem;top:1.125rem;left:0.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik { display:block; }#eJdsKr4JoQMHtITb0rE9DmpDTme6Tlik > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5t0ON1tEa6xk9paJ15Js0ogLy2RXb5L { width:20rem;height:6.7513rem;top:9.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FeIz2WXd3CqS4hMxGmWpEmILbLdb5JDx { width:20rem;height:2.19346875rem;top:5.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhenhOExAJZ3FbKTiOCvqmBi1oAwCzh { width:12.75rem;height:14.625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iv3OWvLFSvUTkhptD95EJURrd4UO8rEM { width:20rem;height:26.312375rem;top:17.999143600464rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClGbJ7s2m4V5Hd4VTSQ5k6wdkhTPxT7Q { width:1.5rem;height:4.875rem;top:0.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz2s98FOh2w1oCNiyOApTiFyigSF4fBf { width:20rem;height:7.4978125rem;top:46.12520724535rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UIyITfQmeEcfJXQnMQSX5JBfH2U7znH5 { width:18.75rem;height:0;top:47.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTLTyeg3xK0Lu54azpb9PJJlpfXlNxP { top:55.562070846558rem;left:0rem;width:20rem;height:3.3125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plaZ2GBv6mIEKNCcfd4QLvoTbtPSgSSK { display:block; }
 }@media only screen and (max-width: 763px) { #TXxHubQwETkdb5A3NhMGqPff2Miynq4T { width:20rem;height:11.5495rem;top:47.501080513001rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b { display:block; }#JWJC8uOsF0RJ7Sd88GvDNTih65M5TH4b > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGvNp6R4IG16v7KtnHwqVhu7NOU1gI0I { width:20rem;height:11.81475rem;top:12.1884765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OzDFXNgffRlLNRgTGdL01hJLn7LKErtL { width:12.75rem;height:14.625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIsi7aTQVVXOA2mrJ4DS4cSop2lyJtyE { width:20rem;height:4.3869375rem;top:6.2510852813719rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reHy6v4BIn6fSdmR2FL2ryGK4wyHBIVu { width:2.5rem;height:4.875rem;top:1.2510852813721rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBu3zbc6GE15nSg2XUVDgRsitHmOWNo { width:20rem;height:10.49694375rem;top:26.080078125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #umwoor6xslvt8zvs1tQXzavSwdodTNTd { width:18.75rem;height:0;top:31.48711875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVy62JmQTEZFvEOGO8zsuTkeXSV6fSez { top:38.625219345093rem;left:0rem;width:20rem;height:2.625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #z00J5JN4E9EbMKMHoT9SL92IgNxNmfaW { display:block; }
 }@media only screen and (max-width: 763px) { #LkuHV8vJ75oC979PbFiXDiJbqTTJ5tKv { width:20rem;height:26.3080625rem;top:43.312730789184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NfP28SNl1azWsyH3l0BdF29T9ORSuN { display:block; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUXZgraBW0g6kV16c7OWBNyk5t0ali8i { width:20rem;height:35.444275rem;top:11.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xuvco2liLI4XB0wU2XlN6PxVOslsy4l3 { width:20rem;height:4.3869375rem;top:6.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTuugZZmTuOw0NHIGJcsFIumQ3rn6qE { width:12.75rem;height:14.625rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6W9vKDTtg9FHKKtbxXEJ4isr41sWXG4 { width:20rem;height:26.3113125rem;top:53.375653266907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOt1WdUedSF4x5Z8spzIOJgsmat66uT { width:1.5rem;height:4.875rem;top:1.25rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxbolC2zozSvQQUw70s4rAtiKOErCktQ { top:48.687072277069rem;left:0rem;width:19.68662125rem;height:2.6250025rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDN43BknaoxISTxe1cTZPqdvek7ZvXHB { display:block; }
 }@media only screen and (max-width: 763px) { #TvK5lkwB3HldNfeViSPTKVehf19fqEL9 { display:block; }#TvK5lkwB3HldNfeViSPTKVehf19fqEL9 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfbKFl7W0Ha424rfMv7dIon5V15mB1Hp { width:20rem;height:7.7995rem;top:2.05078125rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCmeGLxn1570iS56BZ3M5ZeITBJPuqze { width:20rem;height:3.25rem;top:13.05015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8rIbr0Wh5ElhO8tP1FXdCoa5rHAhN0X { width:20rem;height:3.5rem;top:16.687500715256rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #l9gg4sDxLdQ1esXwqJk7c1okwEgrbQln { width:20rem;height:1.7871125rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTyyZ7o6fisLLQwhM3PvcTQUTAtPMvMP { width:1.6875rem;height:1.375rem;top:28.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkOnXJ4N7WNTyTbtTpLnZNvNiRKx0kw5 { width:2.25rem;height:2.0625rem;top:12.749994277954rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LArJrEWXMzUcZawy8s1uWuWml5eOtHHm { width:2.3125rem;height:2.125rem;top:22.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLsJoIJEEISdw2zGqZL0I9hX3ReSCHTU { width:20rem;height:1.7871125rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhu1Xs34K6VWTw7NPzIXN3cWDf2GAVxN { width:1.6875rem;height:1.375rem;top:36.61265625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITx6ApbGw6EcXGp86JTeXgdm0u1t5CAf { width:20rem;height:3.8997375rem;top:27.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPC5NMuE8DrzyWGIEDDfyJlpR9KN9Ig5 { width:20rem;height:5.8496125rem;top:1.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gwU62NChv2ued1gyz2IpKcNriX53ip5y { width:20rem;height:3.25rem;top:8.6875009536744rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wbCTf181BvVFZ9u97SklUAsO2e0oht82 { width:19.875rem;height:4.20030625rem;top:17.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s { display:block; }#qlp9BsBTLAf4lLMRnpXNPxg8XFScyL3s > .row .container { width:20rem;height:291.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdHv6CVJmmTuKMdtwsgEspa67BwVXpTV { width:14.4985625rem;height:3.8997375rem;top:2.05078125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbA2TIdTszXTE2bu6BTcH6EPNAgOzBwh { width:17.5625rem;height:0;top:33.09863125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #I71nFZFZay1ONvs5nZomrNdf1SNQIrzC { width:15.1875rem;height:0;top:30.3369125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #izEI7S5P0CVPS4nhisUBTZfco2T2CC0Z { width:10.625rem;height:18.3125rem;top:47.63331875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix9mZQapUZATz235QA4ez0TRztA6wP5r { width:20rem;height:1.94986875rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji1kFR3J2UmSDxAL3LIbrKTsLPnIeQgn { width:20rem;height:2.5996125rem;top:10.500005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urd1kaUaLT8oXTac1hiUUhJG8HDTm6wT { top:29.9375rem;left:2.6875rem;width:14.5625rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr1HDsTE4gomutu1QoLrzKgdFHhcVZSQ { display:block; }
 }@media only screen and (max-width: 763px) { #Evpv1QLxvpB7sU2Oal9NDtzikin54stE { width:2.8125rem;height:auto;top:16.9375rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EJAlOEP6Se2xrE6wTIZmaOCy8F2rMesO { top:50.9375rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPUKA8ihFNG0xZLsv9E1vQKB8DJLa6kb { display:block; }
 }@media only screen and (max-width: 763px) { #SWaToOJ2Ohqz96EGCOJdfiIPNrXxvTOL { width:16.5625rem;height:auto;top:42.25rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ixddhCPtRc8VncPBdtunvND5GLVnqu5y { width:14.4375rem;height:auto;top:39.1875rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #fASlanWJN4Ky0EXMcoWU2UoxPWB46ebg { width:4.125rem;height:auto;top:38.3125rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #uROGNNf3VVVEr11qTdcmOhqzySbNlXbT { width:20rem;height:1.94986875rem;top:153.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAw0fNPRH9RND7RL8RzF9tdLkrcWfd7 { width:20rem;height:2.5996125rem;top:155.87499427796rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeKchZWAeTNSQOAQZercSOx70b5qKy75 { width:12.3125rem;height:15.4375rem;top:41.3125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNTEXE7T3TOFqMvue8TEk2FS2UOKXneR { width:5.875rem;height:5.875rem;top:16.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Al2sgRSnEQOLadJRWbQ3gkwEohSODoAs { width:4.375rem;height:4.9375rem;top:163.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWpEJShnvGAaMAD8BIgMOpZNmcz9TcdH { width:4.3125rem;height:0;top:57rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #K3FRozx5zpWsRxmWyTgpd1emqPT3A1yd { width:14.4375rem;height:auto;top:58.0625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #GkXVc0DyL5lo9gZUqm20VFtGFfCqpICR { width:14.8125rem;height:auto;top:61.0625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #rNQLAXH3kD8VL77TN3oZTT8DUHzgHQ5e { top:72.375rem;left:2.6875rem;width:14.5625rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKDlHlZohh5VnGxXN9R1L2iiGSH2mRnE { display:block; }
 }@media only screen and (max-width: 763px) { #FEsxCvqNo6TWTgvEAsCpkL6W9xfK1Zv2 { width:13.4375rem;height:11.4375rem;top:61rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6ebasl4fpm32Aq2S4HQCnakHtDslJ25 { width:12.6875rem;height:15.8125rem;top:81rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTwXRo7dgtHrpJcKTc5A2qadMiVy8WXw { width:4.125rem;height:auto;top:78.1875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qbMvnKd3LCuXlkXA6MuZHohO398ozP65 { top:94.6875rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTMhseB6rqq4OA2zOnAhAeFBrUNff2Ww { display:block; }
 }@media only screen and (max-width: 763px) { #hEChUUVmNuVxZov60Ki6vzrRrgGpAvER { width:16.25rem;height:auto;top:84.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #vFfE7i5fQNPLPUBHvs3zlNcxX7eVsCqP { width:14.4375rem;height:auto;top:79.375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TJK108Rs7pOJOpAq6OZoTasBm8KlBFD8 { width:20rem;height:0.0625rem;top:13.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGiTr50C9UGX7KMyuCaNHhXcMD4DvUdD { width:20rem;height:0.0625rem;top:158.75001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99snbnqa0qnbySTNLlbp3iiCLnUiF7y { width:2.8125rem;height:auto;top:17.25rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TlgMxKXEz4CJP4oQHxsV736oJ68iqbba { width:18.625rem;height:auto;top:20.9375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #geBT2UeFdVXN0BHwoHtZbRMzZGVQCIWq { width:17.5rem;height:auto;top:17.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #F1rMeicWXe53kzx2EeSrErLP6QAdvV8F { top:29.875rem;left:2.6875rem;width:14.5625rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP4eNLBEa3hXhWFoiWt5pgTLcBowTXqk { display:block; }
 }@media only screen and (max-width: 763px) { #vBcVSezINPZ044wp1ZL2QTAoqRJMcgcm { width:13.875rem;height:17.375rem;top:18.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOP3XIf0B80dXoBGrNw04TWsLnT1GUIC { width:4.125rem;height:auto;top:38.3125rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #iSAtXbJe5Vldz8eK6TwF96ug17LywHK6 { width:14.4375rem;height:auto;top:42.25rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #VTfuxSa6Fue9WA1wwGopJpIbNlH9e03x { width:14.4375rem;height:auto;top:39.25rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #K9QkVUTP5eu9Wg4cdC9ytfh9UwyafWA7 { width:12.3125rem;height:15.4375rem;top:40.5625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO3AL2TleLIgESkl2GDlGFM2LPKPgHRg { top:50.9375rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSOTAdQQLQ1z8Qw3IeFPyrUXBLcd9dDR { display:block; }
 }@media only screen and (max-width: 763px) { #zNC1JekIypgUSipOTUoWRIam4H8Xl0d2 { width:4.125rem;height:auto;top:57rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gCwkcc5QNBtMhJaJ2TP21yfW2qdZSGMo { width:20rem;height:auto;top:61.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #miCQtT2tqKbNneDBFSQOdPBfeT0lmyMU { width:14.4375rem;height:auto;top:58rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #AcTs2xf96XXpH0matkevQrGWcVknqzIP { top:73.5rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGlIOwcsmcUvB9vQgzuOPrSlsFZo6CqJ { display:block; }
 }@media only screen and (max-width: 763px) { #nGn2zqDg2fOOofsXW6iTfpx4negvLPZm { width:13.4375rem;height:17rem;top:59.75rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #drTOzdo50P0AXsPTzZXdSlbW6mZTlbce { width:13.9375rem;height:11.8125rem;top:83.5rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPXZ7w6u0WpgwQ13kBHb5TWhTvZlbeum { width:4.125rem;height:auto;top:79.375rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #kIWMmXk2NDADRiTTfKZpxriRoJUh3mCZ { width:16.375rem;height:auto;top:84.75rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #bqTXstdZkkQ7EbkSdU4JpnRf2oWwxLza { width:14.4375rem;height:auto;top:80.5625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #BWF39er9hhJ8xIsyHupCnMqD3RgVkB5U { top:94.6875rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3X5Lg4y4feqtnFZs5eKTnVNXnw2hUp5 { display:block; }
 }@media only screen and (max-width: 763px) { #lryLpoP8IMv5p8KmC7QRhAiUdSZNq0oz { width:11.8125rem;height:1.94986875rem;top:34.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQ5PueSC8Ch2G0amnnEKrcZts10zMrKr { top:17.1875rem;left:5rem;width:8.875rem;height:15.375rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6Wcu3c5xmAfzDHMi2Xq4vdW13O9beI { width:2.8125rem;height:0;top:52.333322525024rem;left:18.4375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #b9qNVc1ad9Lo13gPReb9TewTQLP8DMBk { width:17.5625rem;height:0;top:56.521472930908rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #WmFBAE18nU56HVi8EbGAFdHWrlToxhwo { width:15.1875rem;height:0;top:53.333972930908rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #l4y958Dff7AhXm22za4mc8R2qg436ub0 { top:66.333972930906rem;left:6.5625rem;width:14.6875rem;height:3.8125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #GMzIrhRbRy2SJ2T4m1KUTlNGAnt5RlWP { display:block; }
 }@media only screen and (max-width: 763px) { #aiqtJe4f8oMP20gu1FarDGGG3XQad0P6 { width:10.625rem;height:18.3125rem;top:56.333972930908rem;left:10.59375rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #zTAbhtwHIMmZOWR3mC2Qht3x7FeKqEqA { width:4.125rem;height:0;top:73.646473884581rem;left:17.125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #HrZBgirRyhq4qHVpXs2ms2fRTftnB4kU { width:17.5rem;height:6.7513125rem;top:37rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15004;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GENlQdbHGQWcZFpug5WSg6vTQ6M7rDXJ { width:11.8125rem;height:4.875rem;top:29.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15004;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #CzEiNKqAWMOa6ml0T6bQ4rbiEn6SmwbT { top:44.700523376465rem;left:1.25rem;width:17.6875rem;height:3.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #oJIi6t9GHFv98Oe0SbeVV5MvG0pJ1Ny1 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdk7ZT7EQkrBIPrtlqEImGvhfKaBrzIS { top:76.999820709231rem;left:1.2179906368256rem;width:17.56262125rem;height:3.125215rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #C3exe6rxfibolRctbCgQQq0sGEemUu8t { display:block; }
 }@media only screen and (max-width: 763px) { #fbfbC18rxHM3AgvKsixC0SmDVPl7XybX { width:17.5rem;height:6.7513125rem;top:68.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15009;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oXp9BTqlzCTf4nLQKEA4oCcDNGqlbP5O { width:11.8125rem;height:1.94986875rem;top:66.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15008;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KDEQRt7S7xyK4kwrVb835kfrXMVl30FV { width:11.8125rem;height:4.875rem;top:61.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15009;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #sydyho2VUht0PIgquiCEBH9dTKgvgTHz { top:48.812501907349rem;left:0.6875rem;width:14.3125rem;height:18rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxqTf4BgrfwZRQr978cb6M8na3xPH2Wb { top:107.25rem;left:1.4375rem;width:17.6875rem;height:3.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hvZTM018D7X35A6TpVQSGp6FU6fG5xOI { display:block; }
 }@media only screen and (max-width: 763px) { #hRFnshARTa1900LJPIQdRC1XPPtxlFL6 { width:17.5rem;height:8.439125rem;top:97.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15014;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eD1JOakFl4fr8J35ObtagHmra2ET8ckk { width:11.8125rem;height:1.94986875rem;top:94.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15013;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fN0gMS7ns8xozKThXEOTZ4UPWXfQptuk { width:11.8125rem;height:4.875rem;top:89.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15014;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #w8MvrqVe0f0G1ztbwndO7lazz4zr4hTc { top:80.0625rem;left:2.6875rem;width:14.3125rem;height:12.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kqoPlfl7H8GQQI2lhcX1MknwzN73k3C5 { top:144.3125rem;left:1.25rem;width:17.6875rem;height:3.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #gCsJbsPZVlxyhotcWH2fZLkoh1byIs7y { display:block; }
 }@media only screen and (max-width: 763px) { #X5l3XJCgsKweCVcdvQcvht3Mliy7TeJn { width:17.5rem;height:8.439125rem;top:134.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WC9zddy09oKp499PF7wPRptxhQSvZSEB { width:11.8125rem;height:3.8997375rem;top:128.8125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15018;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bTofS1FPC4ebvIwtazeF6S7xyLJyr7Lt { width:11.8125rem;height:4.875rem;top:124.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15019;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #t8IiRq9G7wnkkw2FkQoFFIT3TJRitqO5 { top:113rem;left:3.75rem;width:11.25rem;height:14.0625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z4zzwyRXDgi4qXcavc2C7ftoiVlgXuRc { width:11.8125rem;height:4.875rem;top:172.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15024;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #JpiLbdTqGVUbOwyfoRaU32zveO5qkuiO { top:161.31250762939rem;left:3.75rem;width:12.5rem;height:15.6875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KyQ4EgHtxFpnTPTbmmz5fF1XMOKh8OCi { width:16.1875rem;height:1.94986875rem;top:177.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15023;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CqfRCLLngBaiLOUREaxTDlm901EastTc { width:17.5rem;height:8.439125rem;top:180.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oebPFJl90gktIUtBASzpfozhAdJL3e0K { top:189.38748931885rem;left:1.1561415195465rem;width:17.56262125rem;height:3.125215rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #xsSPX0T9qmPkz80FStE1GnrLMTaN0fSx { display:block; }
 }@media only screen and (max-width: 763px) { #z2yh1i8eIxTwC5RUbbVXBWle7CpUBv8U { width:17.5rem;height:6.7513125rem;top:212.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15029;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GSNfXT1DqNngZxDT03pKuiiGVGDvNZ0p { top:220.31197357178rem;left:1.1561415195465rem;width:17.56262125rem;height:3.125215rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ykMN1luPSM6URy79rdhTNVHcdSdf4Rcm { display:block; }
 }@media only screen and (max-width: 763px) { #rvdKaHUXBOG2wTqhKEEmpplh0HfGq4er { width:16.1875rem;height:1.94986875rem;top:209.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15028;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QmmucmqnUzLBoTtT6s17fy3dXTN38kgx { width:11.8125rem;height:4.875rem;top:204.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15029;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #HZCokiiBvCaXpaokKmbKWIfKb5XSSrpn { top:194.25rem;left:2.5rem;width:12.625rem;height:15.875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pkvFgGgOGsNTn2n7q2bHwLvi5baBZ3n8 { top:256rem;left:1.25rem;width:17.6875rem;height:3.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #LNn6xSS20ukT2CmRNQxw4WU4f1ViB9Sm { display:block; }
 }@media only screen and (max-width: 763px) { #BS2tJlx9dRZGyKWCWcE1uWg4rcRfZhF7 { width:17.5rem;height:11.81475rem;top:242.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15034;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dtLtSv8tvTavzZcF1h2tmBShE7TheBDp { width:16.1875rem;height:1.94986875rem;top:239.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15033;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AgdnoHm70z5ymkBNqOwKyXHLZ2ll9doU { width:11.8125rem;height:4.875rem;top:234.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15034;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #K7UmX9c8ZeHTTCp1SA408bfRZXA5ORnw { top:223.5rem;left:3.75rem;width:12.75rem;height:16.125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQ6utuqlL3IzbsSsOo2rUTt40r3vrm7V { top:287.01232910156rem;left:1.1561415195465rem;width:17.56262125rem;height:3.125215rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #f8DGf8X9inz1lOos8fxk1SHAkyHoQx8X { display:block; }
 }@media only screen and (max-width: 763px) { #QBinvz2RCotCunywGIp9la9FFdoWu0ST { width:17.5rem;height:8.439125rem;top:277.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15039;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GxZNzQ6R7zOeRTO3cPAMPAs4HzHxrIEg { width:16.1875rem;height:1.94986875rem;top:274.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15038;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FPBlKmqTyGaFegIk1D65yyMskKT8wmWv { width:11.8125rem;height:4.875rem;top:269.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:3.75rem;z-index:15039;font-weight:400;font-style:normal;font-family:canela;color:#d3cfcf;display:block; }
 }@media only screen and (max-width: 763px) { #QK0BerkWOEyfBsA1RfLmW6QcD6mk4WpT { top:261.18707466126rem;left:3.6241321563721rem;width:12.7495625rem;height:10.8121875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #spFemSX7wTTR3AnWV9RpboiaTaEshSh7 { position:relative;z-index:auto;display:block; }#spFemSX7wTTR3AnWV9RpboiaTaEshSh7 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEOxEM2GrRpEppr6BQec4q5llWv5aPgn { position:relative;z-index:auto;display:block; }#WEOxEM2GrRpEppr6BQec4q5llWv5aPgn > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }