.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.3105625rem;width:31.1855625rem;top:0rem;left:43.8134765625rem;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:25.625rem;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:15.06025rem;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:18.5rem;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:41.0625rem;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; }
#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:43.75rem;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:31.3125rem;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:9.5833125rem;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:32.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.3125rem;left:41.25rem;height:7.775625rem;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.75rem;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:27.375rem;height:3rem;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:32.375rem;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:20.90275rem;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:9.72221875rem;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:7.63675rem;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:31.375rem;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:9.5833125rem;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:5.19856875rem;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:31.5625rem;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.63675rem;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:50.5625rem;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:11.6884765625rem;left:41.25rem;height:32.56938125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xuvco2liLI4XB0wU2XlN6PxVOslsy4l3 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:44.0615234375rem;height:5.19856875rem;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:7.6875rem;left:5.375rem;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:46.1259765625rem;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; }
#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container { background-color: transparent; background-image: none; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container > .video-iframe-container { display: none; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row > .video-iframe-container { display: none; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .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); }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container { border-width: 0; border-radius: 0; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row > .video-iframe-container {  }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#QnPSS75gEVb1DvIvqryghTwcmi4ZcVR4 { 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.1875rem;left:0rem;height:4.758025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wiqiur3RQTz322hHLsditdzZ5y8ss9Z3 { 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.25rem;left:0rem;height:1.6943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9FkZpecPvGIbUCTwR2w9NoKcM0gTPF1 { 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.6943375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIQtqPd78L4SCb8uinbE2V61BgJJOQTX { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.416015625rem;left:23.25rem;height:1.6943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZT3H1qMEXEMcgwuy0LUwa7eKJtzDGHTc { 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; }
#Ele3PXHsx8w5T6M32akZVGh54H5yPIAR { 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.15625rem;left:20.4375rem;overflow:hidden;display:block; }
#UL2SudFNfwzTT48zZGVm4EJSIocdsx0Q { 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:15.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#WkvT7W1MJcfulra8C9ZC0LA6e4qNLiIW { color:#000000;display:block;width:5.3125rem;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.25rem;height:1.6943375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpHkiOLwSwt7UoUJWytIfovJdTJ1T38v { 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; }
#qm07wX8a8Ipif8o3sLpcvr0vCTT8fhDT { color:#000000;display:block;width:27.5625rem;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:1.6943375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zmFXzpcLENHvEwNwbGa97n7leAhm4XTO { 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; }
#z1ewN22uWBaD8euuJB6h363wNdFfaZcZ { 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; }
#ec2W4lQJ4ndNRhVO0BR9h07yNOn4o3gH { 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; }
#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container { background-color: transparent; background-image: none; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container > .video-iframe-container { display: none; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row > .video-iframe-container { display: none; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .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); }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container { border-width: 0; border-radius: 0; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row > .video-iframe-container {  }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container { font-size:0.875rem;font-family:arial;height:102.4375rem;width:75rem;position:relative;display:block; }#KIyvt25ezmfTJFaW7QpGf54S9dW53aSI { 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; }
#wU7DJQ9flpw7WBquIfTDbCCvQDnHIIR5 { 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.4040625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qv4KhizdB7I1qJedtQRlGbbcO5BemGnP { 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; }
#hwa0sCze59Q4VJQF5OXnhBUX6GnUdD9F { 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; }
#qbtVE0t8PxREpcJuoo6vsKh6u14EVRnO { 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; }
#PmMTdVrJLIWyDCnZJRATz4IltxMDOkrh { 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; }
#WIummefPTz7iKp5fSKuMSqNPP1ZzZRoI { 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:block; }
#xmDx61qxyJMZEzVV3Srvqp42gCt06q6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nlEv7gSEUIBi0r0BU2ZQ9iJ2y5CVf14a { 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; }
#BraNfr0Hq8uW1DyRc26vkhFhT89GOpve { 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; }
#mCGFzftKxND4pRCWOc1RPHadD5oczrJW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAW66Kcu49WlPUuX1LB0ZL7msTHfaEmJ { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:42.312501907349rem;left:5rem;height:4.7596625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJLNK95FtJJhsLtl0D6RScCHPT91wqvv { 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; }
#NUifv9Tqdg6RPOwZ6b42aSGknbEdlbwt { 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; }
#xAPGfJCl5qC0CnJZbXp5QOOZTLQJTiVC { 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; }
#bSwBeHHr8o32vTJzM9clieEGuvMP7B2P { 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; }
#NbmC6IMbZnEwvZfOatg6WCV0gg4DA7le { 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; }
#wEQ93cT0Wi1yw0i5mq2y3wgTrgSSPaRh { 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; }
#kT2tn0lWOxAFXcDyupaaWdys7JdCs8II { 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; }
#imdTShOt6nRM6k0M6vSdKxObHVbPf8OZ { 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; }
#NrauFspoUiRutq5hJ6cAGXHmDEA3th2f { 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; }
#uhrztTlcKmAvyvoNN3VNDq9f7DyBrEAf { 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.55404375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucVf5VwC2Q70dVqeUUXT6bSEvw3ZykGc { z-index:15028;top:73.5000038147rem;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; }
#JubLkMrEbBpqqaPQTgbVgfCo044MyF52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SD4W3MQG3FGuTDOV8WDOtFXbu4WDutuz { 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; }
#U17CwPxwvCSBaCaRa0Sweab0J58NPN5X { 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; }
#xKbJDNRw3g2vcmZTHnG55nq1z3kD3LA7 { 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; }
#agHAVXheqeStfUUbTwrhONr6eOPbWOWw { 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; }
#OeQ5Fesg8OKSHk01CV6f7JLJvFTrLb8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIH4uRLJMndQeaq4tRy84tJ7VKAqdSeI { 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; }
#mnqlKGThnT1cT8OgbTrPo4U18bBnCE1h { 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; }
#L0noAavrFOalakqpZtoJEhl5n1mUprla { 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; }
#qFugLRqA7LTCodzCfv8LgGqNpOp2vNlC { 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; }
#H9rke29r4TiJk1TDhPJGXHo9nfMo0tAu { 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; }
#cHa6HsXOa1KIW02RugNhkKnnt8hPSWK8 { 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.9790625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7iV16X7QHPVUa06dvbhZaiW1sqhHfKw { 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:4.35004375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRvZwZLANHEL3mfQ4PfpZFIH8iTifKLI { z-index:15028;top:31.000011444092rem;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; }
#UqrA0sC4JQhhF3MKTGPXbnTND2NgQRrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPMwGkS5WNxb0TKhsIwodNxegTT04yIe { 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; }
#L2i2xeqnBQ2ygwrktRCOOXCnmDJL9vyT { 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; }
#g3zMrE1LXVD7rtGvbUkDP9B3hMgFHsDs { 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:6.3693625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRpwdsF9hn8Ho8ZhgJOCysCwS5CA49LI { 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; }
#PuUqr2K02pJurv2Vm3gHKoKND1W3SLSs { 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; }
#DMXfWB1HGOb4d9VlV0tLtfXWaogoTu4G { 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; }
#Azi0P8I6udcWf13JWao6ervchvsB2Pbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0KS7K9O5LvyRTp8fcA5fXLh7zMk6gzC { 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; }
#bhzraSQxl6FTTeeWHQ0ZhLzcT5ZQvEt2 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:61.125rem;left:43.75rem;height:12.704rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swpvfPtPmBBhUr8K1ENFxsRJ6Aain52W { 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; }
#kkbuCm43MXHMvRzmp9Z91MsFkkAfBNAK { 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; }
#exKsyIXI3TR3i4y1yTQbocOaNPOfQCyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEX67FyowfOART0iF5kaozAxOTEihCg8 { 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; }
#wsGt8aRVDlM3KfN9qdre6vlRrP6kV2R0 { 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; }
#WKGpZTMTTO8Llyrnq4QKfx6p9ZIN0hdz { 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; }
#rzz3LLaAG44Ny33f2s2hVSxiDmXxoEh9 { 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; }
#BFVigb3Z5WGlbsgicTJ9rdBxWkO25TaU { 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; }
#hG84Wa8XqdC9va2aDpdtVEPWO2voVU6K { 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; }
#U4vdh5JwXNoI0B0cby3APzUfF6DIZIWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfflWDTPpQ0OKxFGUzryDx1EtJ5TMmqq { 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; }
#BV9RdyEDpsi61HS861g8mioQUvJRCLTV { 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; }
#sNwNN3tC5T0FznPB6PVI60WAm0yDLepB { 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; }
#RQGItL8axr1Lxtwk6abyuK1UstITbH7c { 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; }
#OhTQoPzw3Tm8U5w8NtVb4uM4XORkyey1 { 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; }
#N1DILF5xLksxtgkqtvMNFyKqOgE0Rcqe { 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; }
#syeP2wSww4ilCKNKXUkAv2tbSAX4CKeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezD47lzvITIfT39JI30XHcJ8EIiTsTnc { 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; }
#fSX5MBvpGkqnQwLyvGNFWybGnd0rk0el { 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; }
#PZVcVOFyduHe1TSaze8TGihbicvJylNg { 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; }
#WByb88wbw2xLtL8Zy5G2hHTatOczNTWC { 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; }
#nVeTG6lE7WQscVvER9gn6QoQb2rX0GMl { 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; }
#EM8cd2B3l22PrTyWQdEAcfHUt5qSkG70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyP4NzdT1yxbaznBu0bkqNZUxCcKtJn9 { 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; }
#mf3RMTDitJtAGXbgBTCfKJ3Vb4xNovMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFZAfCTGpQpSadSNI0OuJiSWBsvhZtfZ { 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; }
#UcdX4SE4gqd2VHxTKzHtJS2De20OuTFV { 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; }
#oDClvBfryeqwfimyACUDZUILCBsefVge { 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; }
#fKNO90Ro8XkBbCL0RLe5c2ZVZvqwLE50 { 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; }
#MlvMTAJZiLWCqXqRhVvS4fG6XpSsu5Rv { 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; }
#OsnWiLUBZz6581bU2CdHoAvL6Uo2LVBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbCyxLKPifdtK0o4GTOcfLGm9U1DqXSq { 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; }
#oUlIMetUnm3CF98QTL8Zf7yMQ4SC49ZS { 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; }
#KkVUIZF7RX96HTif0C3wLXgkltOPtM5x { 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; }
#wBEVs9GeQJnTV8NENAXXMdQXB45UowsI { 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; }
#TK6imDo3IcOVSENrZ9qnRgtEKdrPvVLi { 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; }
#ikrlVwekNl9RfZ8uhR7dTVIEk7lrKQ7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSUcq420e9oo6sG9iJTk3gC5HNDOKZ09 { 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; }
#nhfBAErKa5wSEb1druq3In9wJAWHFokJ { 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; }
#B6xCfo6A5zwl47RbT85TZvJmFUXwblo4 { 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; }
#F8erbuVkrCgr0VEzBskda5LUpHPyMnXI { 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; }
#RSf9lIgfq5QXzKgmz0sqn6xHGPcb8oDO { 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; }
#TFX7MSGuANhLwCNl55A9XF4JGZn17bhZ { 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; }
#VrxHlfiizPrU8v2eUQOyxKP7Pd1yKdQh { 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; }
#z5osuzWTfaesDoiGwsdSksXdXOf3ok7q { 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; }
#nKO6Zd6UFTT8ezQGWp6y4wxQhZrdCFpB { 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; }
#gTghermP8XN5A1p2eo2cN1dOQJAeZ5si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNb4LUfBK5KumTFy8gIR2Gs5ge6fhi7L { 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; }
#QgioixuflsqnlTXVUdHuZW668r1egDP6 { 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; }
#wEmS40ZfdAzABtbguAGT9ALbiw4XAqWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyFkLe6AFJANZ7s1MKTAEfV2Ix3eJ0wM { 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; }
#xmAuFqvE86s99PUrPy6fXPq65dUvlaLs { 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; }
#ELBBoh6pZB1huJ1OXmex9oVwBtCRiioA { 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; }
#s6dvbvzyczOpbPUW04cqv6szIRXb56FP { 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; }
#IgA2fCCexHT20NobOgackB55mQiPEUJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JC3VKD8s9DWE7lJU1Z6fmv8H1DTRlQ8X { 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; }
#VOXpRHh7QT9SyC6nQiDZNai02KoEUk3x { 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; }
#zJVaJ9dkss5r3yCm1tGt69ZNzPUPaxBH { 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; }
#xIRpFc7apqtJGqa62EqwQUOn6IcOmEQm { 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; }
#RIMoyhFLqwEnD6cZbOJRVwpMas4z1d1x { 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; }
#ImKqOs7nrkbxPDiV9HKWzb6WPJJEeHyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uri5BPfIeQTf5Bagb8iv169HQTTIkVgI { 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; }
#y5iq9tIAzNiFT5iEPqH8nGQbWQ862UNh { 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; }
#ATdJSHxiZIDzWSbHuL5G3Biq9NIDUTa4 { 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; }
#XGDvtbBCdZqtmNyC8QkBPUmOc4h0b4vq { 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; }
#TL1NW2vPcGyyPB0yePV5rZcgP8dxvdGk { 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.358075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A { 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; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container { background-color: transparent; background-image: none; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container > .video-iframe-container { display: none; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row > .video-iframe-container { display: none; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .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); }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container { border-width: 0; border-radius: 0; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row > .video-iframe-container {  }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE { 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; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row .container { background-color: transparent; background-image: none; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row .container > .video-iframe-container { display: none; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row > .video-iframe-container { display: none; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .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); }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row .container { border-width: 0; border-radius: 0; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row > .video-iframe-container {  }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .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:0rem;left:16.625rem;width:31.125rem;height:39.234221214144rem;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:14.4375rem;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:18.5rem;left:0rem;width:41.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmmWP9cUL1zEHuPM3wxUSPExMysXD7S { 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:43.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:31.3125rem;height:9.375rem;top:10.75rem;left:16.4375rem;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:32.6875rem;height:7.75rem;top:24.3125rem;left:15.0625rem;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:20.375rem;width:27.375rem;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:32.375rem;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:9.375rem;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:6.125rem;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:31.375rem;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:31.5625rem;height:7.625rem;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:31.875rem;top:11.6875rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuvco2liLI4XB0wU2XlN6PxVOslsy4l3 { width:31.25rem;height:5.1875rem;top:5.5rem;left:16.5rem;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:7.6875rem;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:46.125rem;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) { #Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 { display:block; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnPSS75gEVb1DvIvqryghTwcmi4ZcVR4 { width:47.75rem;height:4.5rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiqiur3RQTz322hHLsditdzZ5y8ss9Z3 { width:47.75rem;height:1.625rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FkZpecPvGIbUCTwR2w9NoKcM0gTPF1 { 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) { #bIQtqPd78L4SCb8uinbE2V61BgJJOQTX { width:6.1875rem;height:1.625rem;top:13.375rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT3H1qMEXEMcgwuy0LUwa7eKJtzDGHTc { top:13.5rem;left:15.8125rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ele3PXHsx8w5T6M32akZVGh54H5yPIAR { top:13.125rem;left:6.8125rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2SudFNfwzTT48zZGVm4EJSIocdsx0Q { top:15.9375rem;left:7.0625rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvT7W1MJcfulra8C9ZC0LA6e4qNLiIW { width:5.3125rem;height:1.625rem;top:15.9375rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpHkiOLwSwt7UoUJWytIfovJdTJ1T38v { top:16rem;left:15.6875rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm07wX8a8Ipif8o3sLpcvr0vCTT8fhDT { width:27.5625rem;height:1.625rem;top:15.9375rem;left:18.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFXzpcLENHvEwNwbGa97n7leAhm4XTO { width:20rem;height:6rem;top:0.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1ewN22uWBaD8euuJB6h363wNdFfaZcZ { width:20rem;height:3.25rem;top:9.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec2W4lQJ4ndNRhVO0BR9h07yNOn4o3gH { width:19.875rem;height:4.25rem;top:17.75rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI { display:block; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIyvt25ezmfTJFaW7QpGf54S9dW53aSI { width:47.75rem;height:2.3125rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU7DJQ9flpw7WBquIfTDbCCvQDnHIIR5 { width:16.4375rem;height:6.25rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv4KhizdB7I1qJedtQRlGbbcO5BemGnP { width:14.4375rem;height:2.125rem;top:18rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwa0sCze59Q4VJQF5OXnhBUX6GnUdD9F { top:21rem;left:14.96875rem;width:7.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbtVE0t8PxREpcJuoo6vsKh6u14EVRnO { width:27.4375rem;height:1.9375rem;top:7.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMTdVrJLIWyDCnZJRATz4IltxMDOkrh { width:28.625rem;height:3.125rem;top:10.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIummefPTz7iKp5fSKuMSqNPP1ZzZRoI { top:31rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmDx61qxyJMZEzVV3Srvqp42gCt06q6J { display:block; }
 }@media only screen and (max-width: 763px) { #nlEv7gSEUIBi0r0BU2ZQ9iJ2y5CVf14a { width:2.8125rem;height:8.125rem;top:16.9375rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraNfr0Hq8uW1DyRc26vkhFhT89GOpve { top:50.9375rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCGFzftKxND4pRCWOc1RPHadD5oczrJW { display:block; }
 }@media only screen and (max-width: 763px) { #uAW66Kcu49WlPUuX1LB0ZL7msTHfaEmJ { width:20.0625rem;height:4.6875rem;top:42.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLNK95FtJJhsLtl0D6RScCHPT91wqvv { width:14.4375rem;height:2.125rem;top:39.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUifv9Tqdg6RPOwZ6b42aSGknbEdlbwt { width:4.125rem;height:8.125rem;top:38.3125rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPGfJCl5qC0CnJZbXp5QOOZTLQJTiVC { 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) { #bSwBeHHr8o32vTJzM9clieEGuvMP7B2P { 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) { #NbmC6IMbZnEwvZfOatg6WCV0gg4DA7le { top:41.3125rem;left:11.5625rem;width:12.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEQ93cT0Wi1yw0i5mq2y3wgTrgSSPaRh { top:7.5625rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2tn0lWOxAFXcDyupaaWdys7JdCs8II { top:8.5625rem;left:23.875rem;width:4.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imdTShOt6nRM6k0M6vSdKxObHVbPf8OZ { width:4.3125rem;height:8.125rem;top:57rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrauFspoUiRutq5hJ6cAGXHmDEA3th2f { width:14.4375rem;height:2.125rem;top:58.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhrztTlcKmAvyvoNN3VNDq9f7DyBrEAf { width:14.875rem;height:9.4375rem;top:61.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucVf5VwC2Q70dVqeUUXT6bSEvw3ZykGc { top:73.5rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JubLkMrEbBpqqaPQTgbVgfCo044MyF52 { display:block; }
 }@media only screen and (max-width: 763px) { #SD4W3MQG3FGuTDOV8WDOtFXbu4WDutuz { top:61rem;left:10.4375rem;width:13.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17CwPxwvCSBaCaRa0Sweab0J58NPN5X { top:81rem;left:11.1875rem;width:12.6875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbJDNRw3g2vcmZTHnG55nq1z3kD3LA7 { width:4.125rem;height:8.125rem;top:78.1875rem;left:0rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agHAVXheqeStfUUbTwrhONr6eOPbWOWw { top:94.6875rem;left:0rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeQ5Fesg8OKSHk01CV6f7JLJvFTrLb8d { display:block; }
 }@media only screen and (max-width: 763px) { #SIH4uRLJMndQeaq4tRy84tJ7VKAqdSeI { width:16.3125rem;height:7.8125rem;top:84.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqlKGThnT1cT8OgbTrPo4U18bBnCE1h { width:14.4375rem;height:4.3125rem;top:79.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0noAavrFOalakqpZtoJEhl5n1mUprla { top:14.6875rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFugLRqA7LTCodzCfv8LgGqNpOp2vNlC { top:14.625rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rke29r4TiJk1TDhPJGXHo9nfMo0tAu { 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) { #cHa6HsXOa1KIW02RugNhkKnnt8hPSWK8 { width:18.6875rem;height:7.8125rem;top:21rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7iV16X7QHPVUa06dvbhZaiW1sqhHfKw { width:17.5rem;height:2.1875rem;top:18rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRvZwZLANHEL3mfQ4PfpZFIH8iTifKLI { top:31rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqrA0sC4JQhhF3MKTGPXbnTND2NgQRrl { display:block; }
 }@media only screen and (max-width: 763px) { #xPMwGkS5WNxb0TKhsIwodNxegTT04yIe { top:18.625rem;left:33.875rem;width:13.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2i2xeqnBQ2ygwrktRCOOXCnmDJL9vyT { 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) { #g3zMrE1LXVD7rtGvbUkDP9B3hMgFHsDs { width:14.5rem;height:6.25rem;top:42.3125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRpwdsF9hn8Ho8ZhgJOCysCwS5CA49LI { 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) { #PuUqr2K02pJurv2Vm3gHKoKND1W3SLSs { top:40.5625rem;left:35.4375rem;width:12.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMXfWB1HGOb4d9VlV0tLtfXWaogoTu4G { top:50.9375rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azi0P8I6udcWf13JWao6ervchvsB2Pbd { display:block; }
 }@media only screen and (max-width: 763px) { #p0KS7K9O5LvyRTp8fcA5fXLh7zMk6gzC { width:4.125rem;height:8.125rem;top:57rem;left:23.875rem;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhzraSQxl6FTTeeWHQ0ZhLzcT5ZQvEt2 { width:21.4375rem;height:11rem;top:61.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swpvfPtPmBBhUr8K1ENFxsRJ6Aain52W { width:14.4375rem;height:2.125rem;top:58rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkbuCm43MXHMvRzmp9Z91MsFkkAfBNAK { top:73.5rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exKsyIXI3TR3i4y1yTQbocOaNPOfQCyQ { display:block; }
 }@media only screen and (max-width: 763px) { #OEX67FyowfOART0iF5kaozAxOTEihCg8 { top:59.75rem;left:34.3125rem;width:13.4375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsGt8aRVDlM3KfN9qdre6vlRrP6kV2R0 { top:83.5rem;left:33.8125rem;width:13.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGpZTMTTO8Llyrnq4QKfx6p9ZIN0hdz { 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) { #rzz3LLaAG44Ny33f2s2hVSxiDmXxoEh9 { width:16.4375rem;height:7.8125rem;top:84.8125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVigb3Z5WGlbsgicTJ9rdBxWkO25TaU { 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) { #hG84Wa8XqdC9va2aDpdtVEPWO2voVU6K { top:94.6875rem;left:23.875rem;width:14.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4vdh5JwXNoI0B0cby3APzUfF6DIZIWG { display:block; }
 }@media only screen and (max-width: 763px) { #WfflWDTPpQ0OKxFGUzryDx1EtJ5TMmqq { width:11.8125rem;height:2rem;top:34.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV9RdyEDpsi61HS861g8mioQUvJRCLTV { width:40.5rem;height:69.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNwNN3tC5T0FznPB6PVI60WAm0yDLepB { width:2.8125rem;height:8.125rem;top:16.9375rem;left:0rem;font-size:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQGItL8axr1Lxtwk6abyuK1UstITbH7c { width:14.5rem;height:6.25rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhTQoPzw3Tm8U5w8NtVb4uM4XORkyey1 { width:14.4375rem;height:2.125rem;top:18rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1DILF5xLksxtgkqtvMNFyKqOgE0Rcqe { top:31rem;left:0rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syeP2wSww4ilCKNKXUkAv2tbSAX4CKeq { display:block; }
 }@media only screen and (max-width: 763px) { #ezD47lzvITIfT39JI30XHcJ8EIiTsTnc { top:21rem;left:14.96875rem;width:7.625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSX5MBvpGkqnQwLyvGNFWybGnd0rk0el { width:4.125rem;height:8.125rem;top:38.3125rem;left:0rem;font-size:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZVcVOFyduHe1TSaze8TGihbicvJylNg { width:17.5rem;height:6.75rem;top:37rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WByb88wbw2xLtL8Zy5G2hHTatOczNTWC { width:11.8125rem;height:4.875rem;top:46.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVeTG6lE7WQscVvER9gn6QoQb2rX0GMl { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EM8cd2B3l22PrTyWQdEAcfHUt5qSkG70 { display:block; }
 }@media only screen and (max-width: 763px) { #AyP4NzdT1yxbaznBu0bkqNZUxCcKtJn9 { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf3RMTDitJtAGXbgBTCfKJ3Vb4xNovMR { display:block; }
 }@media only screen and (max-width: 763px) { #iFZAfCTGpQpSadSNI0OuJiSWBsvhZtfZ { width:17.5rem;height:5.0625rem;top:68.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcdX4SE4gqd2VHxTKzHtJS2De20OuTFV { width:11.8125rem;height:1.9375rem;top:66.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDClvBfryeqwfimyACUDZUILCBsefVge { width:11.8125rem;height:4.875rem;top:61.125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKNO90Ro8XkBbCL0RLe5c2ZVZvqwLE50 { width:40.5rem;height:50.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlvMTAJZiLWCqXqRhVvS4fG6XpSsu5Rv { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsnWiLUBZz6581bU2CdHoAvL6Uo2LVBf { display:block; }
 }@media only screen and (max-width: 763px) { #EbCyxLKPifdtK0o4GTOcfLGm9U1DqXSq { width:17.5rem;height:8.4375rem;top:97.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUlIMetUnm3CF98QTL8Zf7yMQ4SC49ZS { width:11.8125rem;height:1.9375rem;top:98.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkVUIZF7RX96HTif0C3wLXgkltOPtM5x { width:11.8125rem;height:4.875rem;top:93.625rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBEVs9GeQJnTV8NENAXXMdQXB45UowsI { width:40.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK6imDo3IcOVSENrZ9qnRgtEKdrPvVLi { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikrlVwekNl9RfZ8uhR7dTVIEk7lrKQ7I { display:block; }
 }@media only screen and (max-width: 763px) { #NSUcq420e9oo6sG9iJTk3gC5HNDOKZ09 { width:17.5rem;height:8.4375rem;top:134.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhfBAErKa5wSEb1druq3In9wJAWHFokJ { width:11.8125rem;height:3.875rem;top:130.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6xCfo6A5zwl47RbT85TZvJmFUXwblo4 { width:11.8125rem;height:4.875rem;top:125.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8erbuVkrCgr0VEzBskda5LUpHPyMnXI { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSf9lIgfq5QXzKgmz0sqn6xHGPcb8oDO { width:11.8125rem;height:4.875rem;top:168.3125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFX7MSGuANhLwCNl55A9XF4JGZn17bhZ { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrxHlfiizPrU8v2eUQOyxKP7Pd1yKdQh { width:11.8125rem;height:3.875rem;top:173.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5osuzWTfaesDoiGwsdSksXdXOf3ok7q { width:17.5rem;height:8.4375rem;top:180.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKO6Zd6UFTT8ezQGWp6y4wxQhZrdCFpB { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTghermP8XN5A1p2eo2cN1dOQJAeZ5si { display:block; }
 }@media only screen and (max-width: 763px) { #hNb4LUfBK5KumTFy8gIR2Gs5ge6fhi7L { width:17.5rem;height:5.0625rem;top:212.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgioixuflsqnlTXVUdHuZW668r1egDP6 { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEmS40ZfdAzABtbguAGT9ALbiw4XAqWo { display:block; }
 }@media only screen and (max-width: 763px) { #PyFkLe6AFJANZ7s1MKTAEfV2Ix3eJ0wM { width:16.1875rem;height:1.9375rem;top:210.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmAuFqvE86s99PUrPy6fXPq65dUvlaLs { width:11.8125rem;height:4.875rem;top:205.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELBBoh6pZB1huJ1OXmex9oVwBtCRiioA { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6dvbvzyczOpbPUW04cqv6szIRXb56FP { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgA2fCCexHT20NobOgackB55mQiPEUJM { display:block; }
 }@media only screen and (max-width: 763px) { #JC3VKD8s9DWE7lJU1Z6fmv8H1DTRlQ8X { width:17.5rem;height:15.1875rem;top:242.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOXpRHh7QT9SyC6nQiDZNai02KoEUk3x { width:16.1875rem;height:1.9375rem;top:238.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJVaJ9dkss5r3yCm1tGt69ZNzPUPaxBH { width:11.8125rem;height:4.875rem;top:233.3125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIRpFc7apqtJGqa62EqwQUOn6IcOmEQm { width:27.5rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIMoyhFLqwEnD6cZbOJRVwpMas4z1d1x { top:18.25rem;left:0rem;width:17.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImKqOs7nrkbxPDiV9HKWzb6WPJJEeHyR { display:block; }
 }@media only screen and (max-width: 763px) { #Uri5BPfIeQTf5Bagb8iv169HQTTIkVgI { width:17.5rem;height:8.4375rem;top:280.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5iq9tIAzNiFT5iEPqH8nGQbWQ862UNh { width:16.1875rem;height:1.9375rem;top:278.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATdJSHxiZIDzWSbHuL5G3Biq9NIDUTa4 { width:11.8125rem;height:4.875rem;top:273.8125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGDvtbBCdZqtmNyC8QkBPUmOc4h0b4vq { width:27.5rem;height:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL1NW2vPcGyyPB0yePV5rZcgP8dxvdGk { width:20rem;height:3.875rem;top:2rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A { display:block; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE { display:block; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .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:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:20rem;height:20.625rem;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:23.936633348465rem;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:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmmWP9cUL1zEHuPM3wxUSPExMysXD7S { display:block; }
 }@media only screen and (max-width: 763px) { #LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme { display:block; }#LrA5tuc4OEbMr7oqraITTPBtR7ZnaLme > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE5l4WTA2b2M1nvAF8tTsf5kymomexJ2 { width:20rem;height:8.4375rem;top:19.562717914581rem;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:1.25rem;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:72.5625rem;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:11.9965rem;top:52.875434875488rem;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:67.375223159787rem;left:0rem;width:19.87543375rem;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: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.6875rem;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:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5t0ON1tEa6xk9paJ15Js0ogLy2RXb5L { width:20rem;height:10.12695rem;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:20.874035596847rem;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:8.997375rem;top:48.625rem;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:58.625rem;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:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGvNp6R4IG16v7KtnHwqVhu7NOU1gI0I { width:20rem;height:13.502625rem;top:12.501085281372rem;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:11.9965rem;top:27.5625rem;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:41.1875rem;left:0rem;width:19.68774625rem;height:2.62554rem;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:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NfP28SNl1azWsyH3l0BdF29T9ORSuN { display:block; }#V4NfP28SNl1azWsyH3l0BdF29T9ORSuN > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUXZgraBW0g6kV16c7OWBNyk5t0ali8i { width:20rem;height:40.5077875rem;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.311875rem;top:58.37512421608rem;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:53.437501907349rem;left:0rem;width:19.68774625rem;height:2.62554rem;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) { #GDN43BknaoxISTxe1cTZPqdvek7ZvXHB { display:block; }
 }@media only screen and (max-width: 763px) { #Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 { display:block; }#Eu6zsKaWqeseSo5UCrUVHx10FHZ4gUa6 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnPSS75gEVb1DvIvqryghTwcmi4ZcVR4 { 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) { #Wiqiur3RQTz322hHLsditdzZ5y8ss9Z3 { 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) { #o9FkZpecPvGIbUCTwR2w9NoKcM0gTPF1 { 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) { #bIQtqPd78L4SCb8uinbE2V61BgJJOQTX { width:20rem;height:1.7871125rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT3H1qMEXEMcgwuy0LUwa7eKJtzDGHTc { width:1.6875rem;height:1.375rem;top:28.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ele3PXHsx8w5T6M32akZVGh54H5yPIAR { width:2.25rem;height:2.0625rem;top:13.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2SudFNfwzTT48zZGVm4EJSIocdsx0Q { width:2.3125rem;height:2.125rem;top:24.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvT7W1MJcfulra8C9ZC0LA6e4qNLiIW { width:20rem;height:1.7871125rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpHkiOLwSwt7UoUJWytIfovJdTJ1T38v { width:1.6875rem;height:1.375rem;top:36.61265625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm07wX8a8Ipif8o3sLpcvr0vCTT8fhDT { width:20rem;height:3.8997375rem;top:29.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFXzpcLENHvEwNwbGa97n7leAhm4XTO { width:20rem;height:5.8496125rem;top:1.8125rem;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) { #z1ewN22uWBaD8euuJB6h363wNdFfaZcZ { width:20rem;height:3.25rem;top:9.25rem;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) { #ec2W4lQJ4ndNRhVO0BR9h07yNOn4o3gH { width:19.875rem;height:4.20030625rem;top:18.125rem;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) { #PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI { display:block; }#PXAhDzc7LUQrbU7RighWKVmW6F8ylCWI > .row .container { width:20rem;height:295.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIyvt25ezmfTJFaW7QpGf54S9dW53aSI { width:14.4980625rem;height:5.8496125rem;top:1.6380290985107rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wU7DJQ9flpw7WBquIfTDbCCvQDnHIIR5 { 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) { #Qv4KhizdB7I1qJedtQRlGbbcO5BemGnP { 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) { #hwa0sCze59Q4VJQF5OXnhBUX6GnUdD9F { width:10.625rem;height:18.3125rem;top:47.63331875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbtVE0t8PxREpcJuoo6vsKh6u14EVRnO { 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) { #PmMTdVrJLIWyDCnZJRATz4IltxMDOkrh { 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) { #WIummefPTz7iKp5fSKuMSqNPP1ZzZRoI { top:31rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmDx61qxyJMZEzVV3Srvqp42gCt06q6J { display:block; }
 }@media only screen and (max-width: 763px) { #nlEv7gSEUIBi0r0BU2ZQ9iJ2y5CVf14a { 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) { #BraNfr0Hq8uW1DyRc26vkhFhT89GOpve { top:50.9375rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCGFzftKxND4pRCWOc1RPHadD5oczrJW { display:block; }
 }@media only screen and (max-width: 763px) { #uAW66Kcu49WlPUuX1LB0ZL7msTHfaEmJ { width:20rem;height:auto;top:42.3125rem;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) { #xJLNK95FtJJhsLtl0D6RScCHPT91wqvv { 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) { #NUifv9Tqdg6RPOwZ6b42aSGknbEdlbwt { 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) { #xAPGfJCl5qC0CnJZbXp5QOOZTLQJTiVC { 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) { #bSwBeHHr8o32vTJzM9clieEGuvMP7B2P { 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) { #NbmC6IMbZnEwvZfOatg6WCV0gg4DA7le { width:12.3125rem;height:15.4375rem;top:41.3125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEQ93cT0Wi1yw0i5mq2y3wgTrgSSPaRh { width:5.875rem;height:5.875rem;top:16.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT2tn0lWOxAFXcDyupaaWdys7JdCs8II { width:4.375rem;height:4.9375rem;top:163.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #imdTShOt6nRM6k0M6vSdKxObHVbPf8OZ { 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) { #NrauFspoUiRutq5hJ6cAGXHmDEA3th2f { 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) { #uhrztTlcKmAvyvoNN3VNDq9f7DyBrEAf { width:14.875rem;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) { #ucVf5VwC2Q70dVqeUUXT6bSEvw3ZykGc { top:73.5rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JubLkMrEbBpqqaPQTgbVgfCo044MyF52 { display:block; }
 }@media only screen and (max-width: 763px) { #SD4W3MQG3FGuTDOV8WDOtFXbu4WDutuz { width:13.4375rem;height:11.4375rem;top:61rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U17CwPxwvCSBaCaRa0Sweab0J58NPN5X { width:12.6875rem;height:15.8125rem;top:81rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKbJDNRw3g2vcmZTHnG55nq1z3kD3LA7 { 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) { #agHAVXheqeStfUUbTwrhONr6eOPbWOWw { top:94.6875rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeQ5Fesg8OKSHk01CV6f7JLJvFTrLb8d { display:block; }
 }@media only screen and (max-width: 763px) { #SIH4uRLJMndQeaq4tRy84tJ7VKAqdSeI { width:16.3125rem;height:auto;top:84.875rem;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) { #mnqlKGThnT1cT8OgbTrPo4U18bBnCE1h { 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) { #L0noAavrFOalakqpZtoJEhl5n1mUprla { width:20rem;height:0.0625rem;top:13.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFugLRqA7LTCodzCfv8LgGqNpOp2vNlC { width:20rem;height:0.0625rem;top:158.75001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rke29r4TiJk1TDhPJGXHo9nfMo0tAu { 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) { #cHa6HsXOa1KIW02RugNhkKnnt8hPSWK8 { width:18.6875rem;height:auto;top:21rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #i7iV16X7QHPVUa06dvbhZaiW1sqhHfKw { width:17.5rem;height:auto;top:18rem;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) { #GRvZwZLANHEL3mfQ4PfpZFIH8iTifKLI { top:31rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqrA0sC4JQhhF3MKTGPXbnTND2NgQRrl { display:block; }
 }@media only screen and (max-width: 763px) { #xPMwGkS5WNxb0TKhsIwodNxegTT04yIe { width:13.875rem;height:17.375rem;top:18.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2i2xeqnBQ2ygwrktRCOOXCnmDJL9vyT { 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) { #g3zMrE1LXVD7rtGvbUkDP9B3hMgFHsDs { width:14.5rem;height:auto;top:42.3125rem;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) { #rRpwdsF9hn8Ho8ZhgJOCysCwS5CA49LI { 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) { #PuUqr2K02pJurv2Vm3gHKoKND1W3SLSs { width:12.3125rem;height:15.4375rem;top:40.5625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMXfWB1HGOb4d9VlV0tLtfXWaogoTu4G { top:50.9375rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Azi0P8I6udcWf13JWao6ervchvsB2Pbd { display:block; }
 }@media only screen and (max-width: 763px) { #p0KS7K9O5LvyRTp8fcA5fXLh7zMk6gzC { 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) { #bhzraSQxl6FTTeeWHQ0ZhLzcT5ZQvEt2 { width:20rem;height:auto;top:61.125rem;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) { #swpvfPtPmBBhUr8K1ENFxsRJ6Aain52W { 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) { #kkbuCm43MXHMvRzmp9Z91MsFkkAfBNAK { top:73.5rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #exKsyIXI3TR3i4y1yTQbocOaNPOfQCyQ { display:block; }
 }@media only screen and (max-width: 763px) { #OEX67FyowfOART0iF5kaozAxOTEihCg8 { width:13.4375rem;height:17rem;top:59.75rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsGt8aRVDlM3KfN9qdre6vlRrP6kV2R0 { width:13.9375rem;height:11.8125rem;top:83.5rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKGpZTMTTO8Llyrnq4QKfx6p9ZIN0hdz { 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) { #rzz3LLaAG44Ny33f2s2hVSxiDmXxoEh9 { width:16.4375rem;height:auto;top:84.8125rem;left:1.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) { #BFVigb3Z5WGlbsgicTJ9rdBxWkO25TaU { 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) { #hG84Wa8XqdC9va2aDpdtVEPWO2voVU6K { top:94.6875rem;left:2.625rem;width:14.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4vdh5JwXNoI0B0cby3APzUfF6DIZIWG { display:block; }
 }@media only screen and (max-width: 763px) { #WfflWDTPpQ0OKxFGUzryDx1EtJ5TMmqq { 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) { #BV9RdyEDpsi61HS861g8mioQUvJRCLTV { 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) { #sNwNN3tC5T0FznPB6PVI60WAm0yDLepB { 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) { #RQGItL8axr1Lxtwk6abyuK1UstITbH7c { 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) { #OhTQoPzw3Tm8U5w8NtVb4uM4XORkyey1 { 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) { #N1DILF5xLksxtgkqtvMNFyKqOgE0Rcqe { top:66.333972930906rem;left:6.5625rem;width:14.6875rem;height:3.8125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #syeP2wSww4ilCKNKXUkAv2tbSAX4CKeq { display:block; }
 }@media only screen and (max-width: 763px) { #ezD47lzvITIfT39JI30XHcJ8EIiTsTnc { width:10.625rem;height:18.3125rem;top:56.333972930908rem;left:10.59375rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #fSX5MBvpGkqnQwLyvGNFWybGnd0rk0el { 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) { #PZVcVOFyduHe1TSaze8TGihbicvJylNg { 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) { #WByb88wbw2xLtL8Zy5G2hHTatOczNTWC { 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) { #nVeTG6lE7WQscVvER9gn6QoQb2rX0GMl { top:45.138019561767rem;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) { #EM8cd2B3l22PrTyWQdEAcfHUt5qSkG70 { display:block; }
 }@media only screen and (max-width: 763px) { #AyP4NzdT1yxbaznBu0bkqNZUxCcKtJn9 { top:75.513023376462rem;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:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mf3RMTDitJtAGXbgBTCfKJ3Vb4xNovMR { display:block; }
 }@media only screen and (max-width: 763px) { #iFZAfCTGpQpSadSNI0OuJiSWBsvhZtfZ { width:17.5rem;height:5.063475rem;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) { #UcdX4SE4gqd2VHxTKzHtJS2De20OuTFV { 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) { #oDClvBfryeqwfimyACUDZUILCBsefVge { 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) { #fKNO90Ro8XkBbCL0RLe5c2ZVZvqwLE50 { 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) { #MlvMTAJZiLWCqXqRhVvS4fG6XpSsu5Rv { top:107.13802719116rem;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:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OsnWiLUBZz6581bU2CdHoAvL6Uo2LVBf { display:block; }
 }@media only screen and (max-width: 763px) { #EbCyxLKPifdtK0o4GTOcfLGm9U1DqXSq { 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) { #oUlIMetUnm3CF98QTL8Zf7yMQ4SC49ZS { 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) { #KkVUIZF7RX96HTif0C3wLXgkltOPtM5x { 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) { #wBEVs9GeQJnTV8NENAXXMdQXB45UowsI { 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) { #TK6imDo3IcOVSENrZ9qnRgtEKdrPvVLi { 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) { #ikrlVwekNl9RfZ8uhR7dTVIEk7lrKQ7I { display:block; }
 }@media only screen and (max-width: 763px) { #NSUcq420e9oo6sG9iJTk3gC5HNDOKZ09 { 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) { #nhfBAErKa5wSEb1druq3In9wJAWHFokJ { 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) { #B6xCfo6A5zwl47RbT85TZvJmFUXwblo4 { 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) { #F8erbuVkrCgr0VEzBskda5LUpHPyMnXI { 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) { #RSf9lIgfq5QXzKgmz0sqn6xHGPcb8oDO { 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) { #TFX7MSGuANhLwCNl55A9XF4JGZn17bhZ { 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) { #VrxHlfiizPrU8v2eUQOyxKP7Pd1yKdQh { 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) { #z5osuzWTfaesDoiGwsdSksXdXOf3ok7q { 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) { #nKO6Zd6UFTT8ezQGWp6y4wxQhZrdCFpB { top:189.63801574707rem;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:15030;display:block; }
 }@media only screen and (max-width: 763px) { #gTghermP8XN5A1p2eo2cN1dOQJAeZ5si { display:block; }
 }@media only screen and (max-width: 763px) { #hNb4LUfBK5KumTFy8gIR2Gs5ge6fhi7L { width:17.5rem;height:5.063475rem;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) { #QgioixuflsqnlTXVUdHuZW668r1egDP6 { top:219.26302719116rem;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:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wEmS40ZfdAzABtbguAGT9ALbiw4XAqWo { display:block; }
 }@media only screen and (max-width: 763px) { #PyFkLe6AFJANZ7s1MKTAEfV2Ix3eJ0wM { 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) { #xmAuFqvE86s99PUrPy6fXPq65dUvlaLs { 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) { #ELBBoh6pZB1huJ1OXmex9oVwBtCRiioA { 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) { #s6dvbvzyczOpbPUW04cqv6szIRXb56FP { top:258.5625rem;left:1.15625rem;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) { #IgA2fCCexHT20NobOgackB55mQiPEUJM { display:block; }
 }@media only screen and (max-width: 763px) { #JC3VKD8s9DWE7lJU1Z6fmv8H1DTRlQ8X { width:17.5rem;height:15.1904375rem;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) { #VOXpRHh7QT9SyC6nQiDZNai02KoEUk3x { 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) { #zJVaJ9dkss5r3yCm1tGt69ZNzPUPaxBH { 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) { #xIRpFc7apqtJGqa62EqwQUOn6IcOmEQm { 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) { #RIMoyhFLqwEnD6cZbOJRVwpMas4z1d1x { top:290.6875rem;left:1.15625rem;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:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ImKqOs7nrkbxPDiV9HKWzb6WPJJEeHyR { display:block; }
 }@media only screen and (max-width: 763px) { #Uri5BPfIeQTf5Bagb8iv169HQTTIkVgI { width:17.5rem;height:8.439125rem;top:280.5rem;left:1.1875rem;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) { #y5iq9tIAzNiFT5iEPqH8nGQbWQ862UNh { width:16.1875rem;height:1.94986875rem;top:277.5rem;left:1.1875rem;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) { #ATdJSHxiZIDzWSbHuL5G3Biq9NIDUTa4 { width:11.8125rem;height:4.875rem;top:272.5rem;left:1.1875rem;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) { #XGDvtbBCdZqtmNyC8QkBPUmOc4h0b4vq { top:265rem;left:3.6875rem;width:12.75rem;height:10.8125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TL1NW2vPcGyyPB0yePV5rZcgP8dxvdGk { width:20rem;height:3.8997375rem;top:2.0377607345581rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A { position:relative;z-index:auto;display:block; }#CdBv1HFDzCbpBBl7owVeLXViaGpdvO8A > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE { position:relative;z-index:auto;display:block; }#ZEueL87cmZ0ot2Xz84ay8bc2Aell0UGE > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }