.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container { background-color: transparent; background-image: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container > .video-iframe-container { display: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row > .video-iframe-container { display: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .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); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container { border-width: 0; border-radius: 0; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#q164b1J8ffJfLXVVb4gSmBeTMID4Eoak { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17rem;top:0.3125rem;left:21.5rem;overflow:hidden;display:block; }
#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 { position:relative;display:block; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 { background-color: transparent; background-image: none; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container > .video-iframe-container { display: none; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row > .video-iframe-container { display: none; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .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); }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 { border-width: 0; border-radius: 0; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iMk3ltHKwCKxUXLBrLVlM3qNs2N28C27 { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:brown;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:2.81640625rem;top:5.375rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
#vQMnRJP8xlcZZtHFe1eo7h8rxBQx1lTA { box-sizing:content-box;height:2.1875rem;width:7.6875rem;position:absolute;display:block;z-index:15000;background-color:#e7ff00;background-image:none;top:2.25rem;left:26.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#gCXpLyq34CQUPRAexDMHzMJyvFdXTmR3 { color:#000000;display:block;width:5.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:2.65625rem;left:27.3125rem;text-align:center;text-align-last:center;display:block; }
#ygaCGSvefbWoK2xWAgRKqVwl7omTZZA2 { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.86865rem;top:8.724609375rem;left:6.71875rem;text-align:center;text-align-last:center;display:block; }
#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce { position:relative;display:block; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce { background-color: transparent; background-image: none; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container > .video-iframe-container { display: none; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row > .video-iframe-container { display: none; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .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); }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce { border-width: 0; border-radius: 0; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T0B7oBwR9V9kcMaHSLW2s9HQwEG3JO0B { position:absolute;display:block;z-index:15000;height:17.875rem;width:22.375rem;top:0rem;left:18.8125rem;display:block; }
#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF { position:relative;display:block; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF { background-color: transparent; background-image: none; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container > .video-iframe-container { display: none; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row > .video-iframe-container { display: none; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .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); }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF { border-width: 0; border-radius: 0; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHlQU6uaOsmvxeA8iNWX5Q5TMzMon0R7 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.31640625rem;top:2.0625rem;left:8.40625rem;text-align:center;text-align-last:center;display:block; }
#JKotyMg3JVhginaiHDIDUDJ5TNoDdUNq { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.23438125rem;top:4.9446613788605rem;left:4.03125rem;text-align:center;text-align-last:center;display:block; }
#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U { position:relative;display:none; }#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U { border-width: 0; border-radius: 0; }#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Onxh3zhZovpyyQDhp0QSHqzUEXk1OThd { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:25.4375rem;left:0.4375rem;display:none; }
#hLDe6rTwZNTZnu2OgtQ0MSFmmMIiquMT { color:#000000;display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:22.5625rem;left:0.4375rem;display:none; }
#ZL5GkP66vxUCJeT0d0op0ABV070TSPFQ { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:16.625rem;left:0.4375rem;display:none; }
#v8utStIwXy18dmrwyEw7MOVwgCTHl9Kq { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:12.625rem;left:0.4375rem;display:none; }
#w5D6LFonWSbhciwNkXui5tA6v9I14sa9 { color:#000000;display:block;width:6.375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:5.5rem;left:0.4375rem;display:none; }
#ZE6G2RWDu7K3iVMbl4M6xgI46uH0R3tW { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:1.6875rem;left:9.125rem;display:none; }
#QlBzxvFcTyVk4w6he9bFeJd1MyiZ6nTX { color:#000000;display:block;width:5.125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:1.9375rem;left:14.1875rem;display:none; }
#BTwBdavNpPZtbPNiZ5Vh8TlT8D1TAIos { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.25rem;left:0.4375rem;display:none; }
#FdeOK1Uwt8Pghw9Bp9ZSKl2FsZ7ahmt5 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#NTkFg58qpmTMGFKb1XdWWVHT4gRne0A9 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:27.625rem;top:21.534615516663rem;left:29.9365234375rem;display:none; }
#JuvHQR3P9X54x60qqNCMQeGOGZBoARpz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GtelBxMp7qvnvuPViCT6DCptcX6B4HwH { color:#000000;display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:5.5rem;left:9.5rem;display:none; }
#zppe5lr5K8WVnT3IPaZTkr8v3uhXot4v { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:5.5rem;left:14.25rem;display:none; }
#A1zKz1mPGHZWRsmDqhLWE0XX0nHLxBnF { color:#000000;display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:12.5625rem;left:8.125rem;display:none; }
#VTI1ssACMJmE3asELsoBsNt6xOmQFFTi { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.4375rem;top:12.625rem;left:14.125rem;display:none; }
#OfzmwmrTPiNDa2trOI0MqsowPStl4yBH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OMFElJTir8Ee8S0FglCWVPFNKM0V7rd2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RQIQV57xoiv0qe3uMhy8TwMQSUzB77M3 { color:#000000;display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:20.4375rem;left:8.125rem;display:none; }
#HMz7J1piVVUB2oZS5ONXg4QSVQb1T33w { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:20.4375rem;left:14.125rem;display:none; }
#F4DGquPde9LrryulTWtnXiSrchT9P0FH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IiSUZBXeAnFS8ZJIMT74557cU2hfifyl { color:#000000;display:block;width:5.375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:26.125rem;left:7.5625rem;display:none; }
#NU4iAkJDB7cXrS1zVDkzNQIF5OfEEJsq { color:#000000;display:block;width:5.375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:26.125rem;left:7.5625rem;display:none; }
#w61WrhNRXZGvEu9I5LLNcOBhqIbMaqtZ { color:#000000;display:block;width:5.375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:26.125rem;left:7.5625rem;display:none; }
#TwQgKSCfVHAZUEzKfCTGias3EOxFv3xI { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:26.125rem;left:14.125rem;display:none; }
#lTdsheOTtXbvC6udhU51tFZT9XBnqoaZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#n9WvwL59dVM6ndBDPPvLwub3lR1Tayaz { color:#000000;display:block;width:5.375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.375rem;top:31.9375rem;left:7.5625rem;display:none; }
#vSZdC589fSQWBsWOg9JBtkTVgPM6Qe4z { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:31.9375rem;left:14.125rem;display:none; }
#hgLHZITWbSJRCQwhWo7UQZN0WG7x4S11 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MAbLEA4VlhiMTe75Z2uPkTHdRTqpbbQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGoSyXDru5LMTPe4I3CQ46UcVgFV8AiC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#u6TDT1P3haEkJT9q2kz2tP6lpr9DstVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIBvRmNUcSNN3RscSsGdCMN2a2dT13qw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ibW8tq8tVLkXk8fOgXgscd3da0z9mcaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRl4n8sedFUA3DTG3fZyt33li79nP1cg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#V4C1ukzhtFPEHEH2beP2pXz83ybUbfU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4b2bFMw4aFTqsUHTfGeEa9iNTcynuVy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SEErdLV0QBAf6cTyUnM5gqaNQn6w9hau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs { position:relative;display:block; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs { background-color: transparent; background-image: none; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container > .video-iframe-container { display: none; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row > .video-iframe-container { display: none; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .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); }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs { border-width: 0; border-radius: 0; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QIN6qXQzC62k5nzysSpKI7H53HBXb6Jc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.73681640625rem;left:4.1875rem;height:2.11230625rem;display:block; }
#Z6Svf8I4xDNoeliX61kWGRJJS0LrSire { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:22.3125rem;height:4.22395625rem;display:block; }
#A0elOZpwFi2Dw89VGLnTk9vUc6w8fvX6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:41.0625rem;height:4.2239625rem;display:block; }
#uDAKkF0HWWcB6oDIh1o4DPDKWTCPeBkU { box-sizing:content-box;height:71.5625rem;width:18.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.75rem;left:20.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rcHvHtyhopVyz8zefLS6N3mgnG2WKPq3 { box-sizing:content-box;height:0.0625rem;width:51.875rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:9.125rem;left:4.1875rem;display:block; }
#ams2sXm9v6lxVLOraMpP7SG9NuEey8V7 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.11181640625rem;left:4.1875rem;height:3.73730625rem;display:block; }
#kgdkeOHfGKQ3yEeHExZZTX4C3aBw9gES { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.98681640625rem;left:4.1875rem;height:3.736975rem;display:block; }
#egFtdPNTs21nKhQePvpy4PZSKSNiws1e { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.11181640625rem;left:22.28125rem;height:3.73730625rem;display:block; }
#tfia0aRaKoQAuViqakOOvwn0hVML0fxG { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.11181640625rem;left:41.0625rem;height:5.60595625rem;display:block; }
#Cf6tB1PSszNpNHQ3hAyNTVebZqrK1d0C { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.986328125rem;left:22.3125rem;height:3.73730625rem;display:block; }
#HBtPTFXTHFvJifdIAqri51ysS6vq6ABn { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.98681640625rem;left:41.0625rem;height:7.4739375rem;display:block; }
#U8uepbRs3sFBkrWW2ueGqraZvqAu7qR7 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.39892578125rem;left:4.1875rem;height:5.60546875rem;display:block; }
#kyEKgdQQap5EuEruT7r3pXCbde2AGLcz { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.3984375rem;left:22.3125rem;height:3.736975rem;display:block; }
#AfpaATNPLpFfTMa4Kq3iEmngob9cmKP2 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.39892578125rem;left:41.0625rem;height:3.736975rem;display:block; }
#MxKP6u4rThn2AXQRMQrTrbIRpIgozrC2 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.21142578125rem;left:4.1875rem;height:3.73698125rem;display:block; }
#yw7uTv162Ada1zQo3VsMEIK5rGQLdXJQ { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:49.21142578125rem;left:22.4375rem;height:5.60546875rem;display:block; }
#sDS7Wk5cyneaEa4rqQwREamiHihhWkGA { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:49.21142578125rem;left:41.0625rem;height:3.736975rem;display:block; }
#imK7tJpuCsuZHWf2LnUXnS8l9g3uEe24 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:60.52392578125rem;left:4.1875rem;height:3.73730625rem;display:block; }
#gr2Zo5oTVRWpNAqKGelcpOWHyk35vU56 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:60.52392578125rem;left:22.4375rem;height:7.4739375rem;display:block; }
#ryCf0OBwaslqlhJvTfktb2SsZU9pqRxM { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:60.0205078125rem;left:41.0625rem;height:5.60546875rem;display:block; }
#JATFzvuQa2LfhQnG5rT7KmO3lztd9sM8 { background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.46728515625rem;left:41.0625rem;display:block; }
#lC3tbWlge7TwJNHvlmHywXolCeSh1b4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7zWthZshrLX6Ru953qwPgcCuwIB3FXy { background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.46728515625rem;left:41.0625rem;display:block; }
#o8kolv5k14MlbDfSqfhSF1E1ogNsTA6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgHl50eABtm5PPhMFTD1QMrTMvRD9yc8 { background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.15478515625rem;left:41.0625rem;display:block; }
#qRuUad5KBEyWhzeE67WiXF3zcstzoyCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuEvOAHnIVAtTmVs6PtGcy75BFuCX1mU { background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.21728515625rem;left:41.0625rem;display:block; }
#AfL63aK0Fok5c2bmFzi4NIarOt47oF2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nek0JzdfrEW8nkNAtlyZwOAeFTgAtsId { background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:66.52978515625rem;left:41.0625rem;display:block; }
#yNwKmezf6Nac59ciJOGw59n4TNf4NQIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VR6GJfCxn8UT8UMTpDc9qDysQM7T106k { box-sizing:content-box;height:0.0625rem;width:51.875rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:22.25rem;left:4.1875rem;display:block; }
#XPMATUoi5ATuAXc1yV2Ly8hSKcpohKpo { box-sizing:content-box;height:0.0625rem;width:51.875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:36.25rem;left:4.1875rem;display:block; }
#qtJveepItFRHK6Bl8RDVXa7FCaOXTw1S { box-sizing:content-box;height:0.0625rem;width:51.875rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:47.1875rem;left:4.1875rem;display:block; }
#Jgu2UEW7H1R68tt3fhzcNmFe5dvZFD6K { box-sizing:content-box;height:0.0625rem;width:51.875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:58.125rem;left:4.1875rem;display:block; }
#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { position:relative;display:block; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { background-color: transparent; background-image: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container > .video-iframe-container { display: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row > .video-iframe-container { display: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .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); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { border-width: 0; border-radius: 0; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q1CDooC23N3tddidRqKzWBsscGp34tEU { color:#000000;display:block;width:59.875rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.03125rem;top:2.125rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS { position:relative;display:block; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS { background-color: transparent; background-image: none; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container > .video-iframe-container { display: none; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row > .video-iframe-container { display: none; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .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); }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS { border-width: 0; border-radius: 0; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xMDQ14p2nqIBv1BA4wR0KVu4LdB3L4ES { color:#000000;display:block;width:37.25rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.31640625rem;top:2.8125rem;left:11.375rem;text-align:center;text-align-last:center;display:block; }
#FmJvVMIOQcSWzqussX92t57wRgnKiBPD { color:#000000;display:block;width:32.625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:5.8125rem;left:13.6875rem;text-align:center;text-align-last:center;display:block; }
#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB { position:relative;display:block; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB { background-color: transparent; background-image: none; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container > .video-iframe-container { display: none; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row > .video-iframe-container { display: none; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .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); }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB { border-width: 0; border-radius: 0; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hPhn1oZXIXdtK9mcvGeNXQrLnFuz3tMf { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:21.59375rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#M4tm3uVSIM7eAEP8AE1X0T6I5THWXJyr { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36rem;width:29.0625rem;top:0.65625rem;left:30.06201171875rem;display:block; }
#TXLo94xCv7bt6VZB8vIv13TSgzuGX3dZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.18603515625rem;left:6.1865234375rem;display:block; }
#kJOXn9OfTtSWlcTeLTrWGD4pde3OGr1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8ThF6xbrrZTOxpcVRcpShD5vTS8LSzM { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.0625rem;left:34.125rem;text-align:center;text-align-last:center;display:block; }
#Xn8Hv6TDaLDWA8JJFn1dtMEtrnqvccK0 { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.03125rem;top:3.5rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#S2LVagF900eKoFq2As211hUkMkJVI4RK { color:#000000;display:block;width:20.999rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:4.0625rem;top:4rem;left:34.125rem;text-align:center;text-align-last:center;display:block; }
#Ece6Tz2t3hrMEw8DfyBeqr9gaME22Asc { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"canela 2";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:4.0625rem;top:23.6875rem;left:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0t7AghnTu6NnLayA9DMrT1uHRvQRdgn { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:24.1875rem;left:14.9375rem;text-align:left;text-align-last:left;display:block; }
#iJIfJJqRQymtoOWT4kafThdshv4pvgT1 { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:28.375rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#EnR27EZbMeCeTPRXsdIDvfcAr75vfSQp { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.6875rem;left:35.875rem;display:block; }
#EV3wZJoIIZoXOcq8k2BGLvqetd1Q7IzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0mWFJqU9n053ADPZpuxvW4IQQTmlcEV { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"canela 2";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:4.0625rem;top:24rem;left:38.1875rem;font-style:normal;display:block; }
#qS54uCqnVxCv2wMnt7DGWaaRbhpIG1F5 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:24.625rem;left:45.75rem;display:block; }
#ZizRwkJd2FHblhlNSyKVs9WD1OidyC9G { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:28.875rem;left:34.125rem;text-align:center;text-align-last:center;display:block; }
#lBsMR2910N0lNmbtf5m6H99v7u8z2IFa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.75rem;top:8.5rem;left:38.25rem;display:block; }
#uTnM3uQO0SdwhmraEhmOecpr2v1qLSIK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:8.625rem;top:6.28125rem;left:10.623699188233rem;display:block; }
#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf { position:relative;display:block; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf { background-color: transparent; background-image: none; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container > .video-iframe-container { display: none; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row > .video-iframe-container { display: none; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .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); }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf { border-width: 0; border-radius: 0; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pXNDMyTR0gpwZnX49Q6guauppWuKXlXG { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:21.37353515625rem;left:5.96728515625rem;text-align:center;text-align-last:center;display:block; }
#Sn98wuM1ca9FlOnpUn5UQkq1tZFoRI3M { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.0625rem;width:28.875rem;top:0.78125rem;left:0.56103515625rem;display:block; }
#gHPQJlTRxy64SnVDU4G2lEtvm030iCoL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.3623046875rem;left:6.24853515625rem;display:block; }
#ecSEQQZ8h9uzgE9xs8cvc2NXsG1k1ULw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFkbcUAZ4qEt8mJ7PqmpkZ3PvFCoyTIU { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#EPoib0eh5Nth7wff4ZTd1HzEvJ9tMy9n { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.31640625rem;top:3.1627502441406rem;left:4.4993495941162rem;text-align:center;text-align-last:center;display:block; }
#nO1tlQwHND4xdKbzGqUTIfh2tifBc4BZ { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#FORg8eu81SzfGL5iPllTybvssM6wo9E7 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"canela 2";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:4.0625rem;top:23.5rem;left:7.9375rem;font-style:normal;display:block; }
#aKgvB6WvOF3XKtGHbK0silFQBRNsrzGa { color:#000000;display:block;width:6.25rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:24.0625rem;left:15.8125rem;display:block; }
#xLNkXTECT9WtvU7gNXXOmDUd5vtbCO1K { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:28.28125rem;left:4.4990234375rem;text-align:center;text-align-last:center;display:block; }
#yRrwO9eV9wmL2ni6rDpZyrB0b0xyUl8Z { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.686309337616rem;left:27.749567031861rem;display:none; }
#iXXbveTxvkeodBhV2eRh6oTN9KNA9N3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#delkdgcPcUANxR0pcGvJGCn4Asd7GyuM { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#Bg5anN6ZaqLUBHBMINiFhyETlvt4pg9P { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#OPveFufU4J8x7IPM1WKz9gFXl9l6puAA { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#hkoDPSnxT0FmXTMo66bP2gQMgtrlkBab { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.625rem;width:24rem;display:none; }
#xcVuCJSSCR3brmDlGb8V9ltsV4CNt9ao { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:6.5625rem;top:6.1868438720703rem;left:11.716796875rem;display:block; }
#laFZAvCup2shVck2r7xxZNQ4lNancVxA { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;height:2.31640625rem;top:3.162109375rem;left:32.15625rem;text-align:center;text-align-last:center;display:block; }
#rQEEgfUEK0OfCWPQp1LCeX87lFZxHGOf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:5.6875rem;top:6.71809387207rem;left:41.84245300293rem;overflow:hidden;display:block; }
#X2gywwwO5t7sA5tGVpuwcioaWKzlbE1p { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;height:1.625rem;top:21.375rem;left:35.625rem;text-align:center;text-align-last:center;display:block; }
#oEK378dbLfgCCTwv2RdkRWyn1rrFwBc5 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"canela 2";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;height:4.0625rem;top:23.375rem;left:37.25rem;font-style:normal;display:block; }
#dxP1hudmkwMQp3TI8SC8xx8hTM0dOct0 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:23.9375rem;left:44.6875rem;display:block; }
#zFAlW8vHVwz2QrULLKQeKflrp0TrhXER { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;height:1.70605625rem;top:28.3125rem;left:34.1875rem;text-align:center;text-align-last:center;display:block; }
#nPaTKStzBpWPEaZbxz6IlWZThRg4QPBo { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.375rem;left:35.9375rem;display:block; }
#kvdGs0ExaMQGK4yBqeMtR1dCkchLD0cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu { position:relative;display:block; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu { background-color: transparent; background-image: none; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container > .video-iframe-container { display: none; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row > .video-iframe-container { display: none; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .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); }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu { border-width: 0; border-radius: 0; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wI3xNzbnRG4rD41CS2urHvUfGL1L4ue0 { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.71875rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#paI7PifRRFbh92NWWD9A44Zv1iyySVex { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.18603515625rem;left:6.1865234375rem;display:block; }
#NfgK1HqtdpXQEsm1DyqnhxdUm01p3n9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwoteUuC0WXxORKE761kEX91i6aBBUEf { color:#000000;display:block;width:20.9980625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.125rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#lwn8oG9EBVLPWQKKowtq2AMrDLSie6Pv { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"canela 2";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:4.0625rem;top:22.8125rem;left:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE1qSQG21gz6L7pVZbpf9FmPyTerXTtB { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;height:3.1497375rem;top:23.3125rem;left:15.6875rem;text-align:left;text-align-last:left;display:block; }
#DFqHJ8covTF8ITKCozdysJ9wT0iraOTo { color:#000000;display:block;width:20.9985625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:27.5rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
#XV6quLne0p9n4iOHCXxQJycUTamwusL8 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.9375rem;top:2.125rem;left:2.9677734375rem;overflow:hidden;display:block; }
#oenTq76hS27QxBZKKcPn0ViaxrErHuaF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:30.3125rem;top:0rem;left:29.6875rem;overflow:hidden;display:block; }
#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL { position:relative;display:none; }#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL { border-width: 0; border-radius: 0; }#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pKZfJ0OT2UxHnxvvTF9oxcVvIbRTT0AG { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#yt1frncy7vk6MN5JvxF0Bt4WLQmGXrGy { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.686309337616rem;left:27.749567031861rem;display:none; }
#wOBxUlnHNiUlCNibnu8wpE8AkiiPHVSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFLvHASUDOLPTnN6MkK7u9AMBOpxBXV1 { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#iQkD7kSzIhVo74msU6EvtdJmNs9Q4zWe { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#GALfSUnrTHJ0PJllFszETV6cnrlvSTd3 { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#M28H44BuKRs21mg0Bnbk1XwuPHK8FgGR { color:#000000;display:block;width:20.9995rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:8.75rem;left:7.875rem;display:none; }
#vokhNB7ygQRkgFx5DKw13Xq6EnSTCsGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:34.8125rem;display:none; }
#QBhh1UFh9RW7b8nNulSaybb55HscHEqL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.875rem;width:19.375rem;display:none; }
#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 { position:relative;display:block; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 { background-color: transparent; background-image: none; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container > .video-iframe-container { display: none; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row > .video-iframe-container { display: none; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .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); }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 { border-width: 0; border-radius: 0; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qPJX74rsAhVTTUfW4vtd7hCv3ZGfnPoa { color:#000000;display:block;width:16.875rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.69384765625rem;left:21.5625rem;height:3.736975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs { display:none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q164b1J8ffJfLXVVb4gSmBeTMID4Eoak { width:17rem;height:2.8125rem;top:0.3125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 { display:none; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iMk3ltHKwCKxUXLBrLVlM3qNs2N28C27 { top:5.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQMnRJP8xlcZZtHFe1eo7h8rxBQx1lTA { top:2.25rem;left:20.03125rem;width:7.6875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCXpLyq34CQUPRAexDMHzMJyvFdXTmR3 { top:2.625rem;left:21.1875rem;width:5.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygaCGSvefbWoK2xWAgRKqVwl7omTZZA2 { top:8.6875rem;left:0.59375rem;width:46.5625rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce { display:block; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0B7oBwR9V9kcMaHSLW2s9HQwEG3JO0B { top:0rem;left:12.6875rem;width:22.375rem;height:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #exoBHZ01hfWczBrVTddwGWXb4uM1h1CF { display:none; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WHlQU6uaOsmvxeA8iNWX5Q5TMzMon0R7 { top:2.0625rem;left:2.28125rem;width:43.1875rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKotyMg3JVhginaiHDIDUDJ5TNoDdUNq { top:4.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U { display:none; }#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Onxh3zhZovpyyQDhp0QSHqzUEXk1OThd { top:25.4375rem;left:0rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLDe6rTwZNTZnu2OgtQ0MSFmmMIiquMT { top:22.5625rem;left:0rem;width:4.75rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZL5GkP66vxUCJeT0d0op0ABV070TSPFQ { top:16.625rem;left:0rem;width:5.4375rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8utStIwXy18dmrwyEw7MOVwgCTHl9Kq { top:12.625rem;left:0rem;width:5.4375rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5D6LFonWSbhciwNkXui5tA6v9I14sa9 { top:5.5rem;left:0rem;width:6.375rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE6G2RWDu7K3iVMbl4M6xgI46uH0R3tW { top:1.6875rem;left:3rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlBzxvFcTyVk4w6he9bFeJd1MyiZ6nTX { top:1.9375rem;left:8.0625rem;width:5.125rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTwBdavNpPZtbPNiZ5Vh8TlT8D1TAIos { top:2.25rem;left:0rem;width:6.9375rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdeOK1Uwt8Pghw9Bp9ZSKl2FsZ7ahmt5 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTkFg58qpmTMGFKb1XdWWVHT4gRne0A9 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuvHQR3P9X54x60qqNCMQeGOGZBoARpz { display:none; }
 }@media only screen and (max-width: 763px) { #GtelBxMp7qvnvuPViCT6DCptcX6B4HwH { top:5.5rem;left:3.375rem;width:4.25rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zppe5lr5K8WVnT3IPaZTkr8v3uhXot4v { top:5.5rem;left:8.15625rem;width:5.1875rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1zKz1mPGHZWRsmDqhLWE0XX0nHLxBnF { top:12.5625rem;left:2.06201171875rem;width:4.25rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTI1ssACMJmE3asELsoBsNt6xOmQFFTi { top:12.625rem;left:8.03125rem;width:5.1875rem;height:4.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfzmwmrTPiNDa2trOI0MqsowPStl4yBH { display:none; }
 }@media only screen and (max-width: 763px) { #OMFElJTir8Ee8S0FglCWVPFNKM0V7rd2 { display:none; }
 }@media only screen and (max-width: 763px) { #RQIQV57xoiv0qe3uMhy8TwMQSUzB77M3 { top:20.4375rem;left:2.06201171875rem;width:4.25rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMz7J1piVVUB2oZS5ONXg4QSVQb1T33w { top:20.4375rem;left:8.03125rem;width:5.1875rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4DGquPde9LrryulTWtnXiSrchT9P0FH { display:none; }
 }@media only screen and (max-width: 763px) { #IiSUZBXeAnFS8ZJIMT74557cU2hfifyl { top:26.125rem;left:1.49951171875rem;width:5.375rem;height:0;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU4iAkJDB7cXrS1zVDkzNQIF5OfEEJsq { top:26.125rem;left:1.49951171875rem;width:5.375rem;height:0;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w61WrhNRXZGvEu9I5LLNcOBhqIbMaqtZ { top:26.125rem;left:1.49951171875rem;width:5.375rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwQgKSCfVHAZUEzKfCTGias3EOxFv3xI { top:26.125rem;left:8.03125rem;width:5.1875rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTdsheOTtXbvC6udhU51tFZT9XBnqoaZ { display:none; }
 }@media only screen and (max-width: 763px) { #n9WvwL59dVM6ndBDPPvLwub3lR1Tayaz { top:31.9375rem;left:1.49951171875rem;width:5.375rem;height:5.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSZdC589fSQWBsWOg9JBtkTVgPM6Qe4z { top:31.9375rem;left:8.03125rem;width:5.1875rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgLHZITWbSJRCQwhWo7UQZN0WG7x4S11 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MAbLEA4VlhiMTe75Z2uPkTHdRTqpbbQO { display:block; }
 }@media only screen and (max-width: 763px) { #LGoSyXDru5LMTPe4I3CQ46UcVgFV8AiC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #u6TDT1P3haEkJT9q2kz2tP6lpr9DstVf { display:block; }
 }@media only screen and (max-width: 763px) { #NIBvRmNUcSNN3RscSsGdCMN2a2dT13qw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ibW8tq8tVLkXk8fOgXgscd3da0z9mcaD { display:block; }
 }@media only screen and (max-width: 763px) { #MRl4n8sedFUA3DTG3fZyt33li79nP1cg { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #V4C1ukzhtFPEHEH2beP2pXz83ybUbfU2 { display:block; }
 }@media only screen and (max-width: 763px) { #P4b2bFMw4aFTqsUHTfGeEa9iNTcynuVy { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SEErdLV0QBAf6cTyUnM5gqaNQn6w9hau { display:block; }
 }@media only screen and (max-width: 763px) { #gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs { display:block; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIN6qXQzC62k5nzysSpKI7H53HBXb6Jc { top:5.6875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Svf8I4xDNoeliX61kWGRJJS0LrSire { top:3.625rem;left:16.1875rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0elOZpwFi2Dw89VGLnTk9vUc6w8fvX6 { top:3.5625rem;left:34.9375rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDAKkF0HWWcB6oDIh1o4DPDKWTCPeBkU { top:1.75rem;left:14.34375rem;width:18.4375rem;height:71.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHvHtyhopVyz8zefLS6N3mgnG2WKPq3 { top:9.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ams2sXm9v6lxVLOraMpP7SG9NuEey8V7 { top:12.0625rem;left:0rem;width:13.8125rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdkeOHfGKQ3yEeHExZZTX4C3aBw9gES { top:23.9375rem;left:0rem;width:13.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFtdPNTs21nKhQePvpy4PZSKSNiws1e { top:12.0625rem;left:16.15625rem;width:15.125rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfia0aRaKoQAuViqakOOvwn0hVML0fxG { top:12.0625rem;left:32.3125rem;width:15.4375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf6tB1PSszNpNHQ3hAyNTVebZqrK1d0C { top:23.9375rem;left:16.1875rem;width:15.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBtPTFXTHFvJifdIAqri51ysS6vq6ABn { top:23.9375rem;left:32.3125rem;width:15.4375rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8uepbRs3sFBkrWW2ueGqraZvqAu7qR7 { top:38.375rem;left:0rem;width:13.8125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyEKgdQQap5EuEruT7r3pXCbde2AGLcz { top:38.375rem;left:16.1875rem;width:15.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfpaATNPLpFfTMa4Kq3iEmngob9cmKP2 { top:38.375rem;left:32.3125rem;width:15.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxKP6u4rThn2AXQRMQrTrbIRpIgozrC2 { top:49.1875rem;left:0rem;width:13.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw7uTv162Ada1zQo3VsMEIK5rGQLdXJQ { top:49.1875rem;left:16.3125rem;width:15.125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS7Wk5cyneaEa4rqQwREamiHihhWkGA { top:49.1875rem;left:32.3125rem;width:15.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imK7tJpuCsuZHWf2LnUXnS8l9g3uEe24 { top:60.5rem;left:0rem;width:13.8125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr2Zo5oTVRWpNAqKGelcpOWHyk35vU56 { top:60.5rem;left:16.3125rem;width:15.125rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryCf0OBwaslqlhJvTfktb2SsZU9pqRxM { top:60rem;left:32.3125rem;width:15.4375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JATFzvuQa2LfhQnG5rT7KmO3lztd9sM8 { width:8.625rem;height:2.3125rem;top:18.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3tbWlge7TwJNHvlmHywXolCeSh1b4f { display:block; }
 }@media only screen and (max-width: 763px) { #g7zWthZshrLX6Ru953qwPgcCuwIB3FXy { width:8.625rem;height:2.3125rem;top:32.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8kolv5k14MlbDfSqfhSF1E1ogNsTA6c { display:block; }
 }@media only screen and (max-width: 763px) { #NgHl50eABtm5PPhMFTD1QMrTMvRD9yc8 { width:8.625rem;height:2.3125rem;top:43.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuUad5KBEyWhzeE67WiXF3zcstzoyCl { display:block; }
 }@media only screen and (max-width: 763px) { #MuEvOAHnIVAtTmVs6PtGcy75BFuCX1mU { width:8.625rem;height:2.3125rem;top:54.1875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfL63aK0Fok5c2bmFzi4NIarOt47oF2T { display:block; }
 }@media only screen and (max-width: 763px) { #nek0JzdfrEW8nkNAtlyZwOAeFTgAtsId { width:8.625rem;height:2.3125rem;top:66.5rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNwKmezf6Nac59ciJOGw59n4TNf4NQIx { display:block; }
 }@media only screen and (max-width: 763px) { #VR6GJfCxn8UT8UMTpDc9qDysQM7T106k { top:22.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPMATUoi5ATuAXc1yV2Ly8hSKcpohKpo { top:36.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtJveepItFRHK6Bl8RDVXa7FCaOXTw1S { top:47.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgu2UEW7H1R68tt3fhzcNmFe5dvZFD6K { top:58.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { display:none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q1CDooC23N3tddidRqKzWBsscGp34tEU { top:2.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS { display:block; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMDQ14p2nqIBv1BA4wR0KVu4LdB3L4ES { top:2.8125rem;left:5.25rem;width:37.25rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmJvVMIOQcSWzqussX92t57wRgnKiBPD { top:5.8125rem;left:7.5625rem;width:32.625rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB { display:none; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hPhn1oZXIXdtK9mcvGeNXQrLnFuz3tMf { top:21.5625rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4tm3uVSIM7eAEP8AE1X0T6I5THWXJyr { top:0.625rem;left:18.6875rem;width:29.0625rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXLo94xCv7bt6VZB8vIv13TSgzuGX3dZ { width:17.5rem;height:3.4375rem;top:31.125rem;left:0.0615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJOXn9OfTtSWlcTeLTrWGD4pde3OGr1b { display:block; }
 }@media only screen and (max-width: 763px) { #N8ThF6xbrrZTOxpcVRcpShD5vTS8LSzM { top:22.0625rem;left:26.8125rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn8Hv6TDaLDWA8JJFn1dtMEtrnqvccK0 { top:3.5rem;left:0rem;width:20.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2LVagF900eKoFq2As211hUkMkJVI4RK { top:4rem;left:26.8125rem;width:20.9375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ece6Tz2t3hrMEw8DfyBeqr9gaME22Asc { top:23.6875rem;left:1rem;width:7.3125rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0t7AghnTu6NnLayA9DMrT1uHRvQRdgn { top:24.1875rem;left:8.8125rem;width:7.9375rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJIfJJqRQymtoOWT4kafThdshv4pvgT1 { top:28.375rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnR27EZbMeCeTPRXsdIDvfcAr75vfSQp { width:17.5rem;height:3.4375rem;top:31.6875rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV3wZJoIIZoXOcq8k2BGLvqetd1Q7IzQ { display:block; }
 }@media only screen and (max-width: 763px) { #M0mWFJqU9n053ADPZpuxvW4IQQTmlcEV { top:24rem;left:32.0625rem;width:7.0625rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS54uCqnVxCv2wMnt7DGWaaRbhpIG1F5 { top:24.625rem;left:39.625rem;width:5.3125rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZizRwkJd2FHblhlNSyKVs9WD1OidyC9G { top:28.875rem;left:26.8125rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBsMR2910N0lNmbtf5m6H99v7u8z2IFa { width:12.75rem;height:12.25rem;top:8.5rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTnM3uQO0SdwhmraEhmOecpr2v1qLSIK { width:8.625rem;height:14.4375rem;top:6.25rem;left:4.4986991882324rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTqLZvUhExJtByven7kAgZoPlKLzs8Lf { display:none; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXNDMyTR0gpwZnX49Q6guauppWuKXlXG { top:21.3125rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn98wuM1ca9FlOnpUn5UQkq1tZFoRI3M { top:0.75rem;left:0rem;width:28.875rem;height:36.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHPQJlTRxy64SnVDU4G2lEtvm030iCoL { width:17.5rem;height:3.4375rem;top:31.3125rem;left:0.12353515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecSEQQZ8h9uzgE9xs8cvc2NXsG1k1ULw { display:block; }
 }@media only screen and (max-width: 763px) { #kFkbcUAZ4qEt8mJ7PqmpkZ3PvFCoyTIU { top:17.6875rem;left:4.25rem;width:9.1875rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPoib0eh5Nth7wff4ZTd1HzEvJ9tMy9n { top:3.125rem;left:0rem;width:20.9375rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO1tlQwHND4xdKbzGqUTIfh2tifBc4BZ { top:4.3125rem;left:4.75rem;width:8.1875rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FORg8eu81SzfGL5iPllTybvssM6wo9E7 { top:23.5rem;left:1.8125rem;width:7.5625rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKgvB6WvOF3XKtGHbK0silFQBRNsrzGa { top:24.0625rem;left:9.6875rem;width:6.25rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLNkXTECT9WtvU7gNXXOmDUd5vtbCO1K { top:28.25rem;left:0rem;width:20.9375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRrwO9eV9wmL2ni6rDpZyrB0b0xyUl8Z { width:17.5rem;height:3.4375rem;top:45.625rem;left:21.624567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXXbveTxvkeodBhV2eRh6oTN9KNA9N3Q { display:block; }
 }@media only screen and (max-width: 763px) { #delkdgcPcUANxR0pcGvJGCn4Asd7GyuM { top:20.125rem;left:5.375rem;width:4.3125rem;height:2.3125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg5anN6ZaqLUBHBMINiFhyETlvt4pg9P { top:20.5625rem;left:9.5rem;width:4.3125rem;height:1.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPveFufU4J8x7IPM1WKz9gFXl9l6puAA { top:22.625rem;left:4.6875rem;width:8.3125rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkoDPSnxT0FmXTMo66bP2gQMgtrlkBab { width:19.0625rem;height:45.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcVuCJSSCR3brmDlGb8V9ltsV4CNt9ao { width:6.5625rem;height:14.625rem;top:6.125rem;left:5.591796875rem;display:none; }
 }@media only screen and (max-width: 763px) { #laFZAvCup2shVck2r7xxZNQ4lNancVxA { top:3.125rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQEEgfUEK0OfCWPQp1LCeX87lFZxHGOf { width:5.6875rem;height:13.5625rem;top:6.6875rem;left:35.71745300293rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2gywwwO5t7sA5tGVpuwcioaWKzlbE1p { top:21.375rem;left:29.5rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEK378dbLfgCCTwv2RdkRWyn1rrFwBc5 { top:23.375rem;left:31.125rem;width:7.5625rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxP1hudmkwMQp3TI8SC8xx8hTM0dOct0 { top:23.9375rem;left:38.5625rem;width:7.4375rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFAlW8vHVwz2QrULLKQeKflrp0TrhXER { top:28.3125rem;left:26.8125rem;width:20.9375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPaTKStzBpWPEaZbxz6IlWZThRg4QPBo { width:17.5rem;height:3.4375rem;top:31.375rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvdGs0ExaMQGK4yBqeMtR1dCkchLD0cd { display:block; }
 }@media only screen and (max-width: 763px) { #m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu { display:none; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wI3xNzbnRG4rD41CS2urHvUfGL1L4ue0 { top:20.6875rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #paI7PifRRFbh92NWWD9A44Zv1iyySVex { width:17.5rem;height:3.4375rem;top:31.125rem;left:0.0615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfgK1HqtdpXQEsm1DyqnhxdUm01p3n9n { display:block; }
 }@media only screen and (max-width: 763px) { #MwoteUuC0WXxORKE761kEX91i6aBBUEf { top:5.125rem;left:0rem;width:20.9375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwn8oG9EBVLPWQKKowtq2AMrDLSie6Pv { top:22.8125rem;left:1.75rem;width:7.3125rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE1qSQG21gz6L7pVZbpf9FmPyTerXTtB { top:23.3125rem;left:9.5625rem;width:7.9375rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFqHJ8covTF8ITKCozdysJ9wT0iraOTo { top:27.5rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV6quLne0p9n4iOHCXxQJycUTamwusL8 { width:23.9375rem;height:23.9375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oenTq76hS27QxBZKKcPn0ViaxrErHuaF { top:0rem;left:17.4375rem;width:30.3125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL { display:none; }#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pKZfJ0OT2UxHnxvvTF9oxcVvIbRTT0AG { top:17.6875rem;left:0rem;width:8.125rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yt1frncy7vk6MN5JvxF0Bt4WLQmGXrGy { width:17.5rem;height:3.4375rem;top:45.625rem;left:21.624567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOBxUlnHNiUlCNibnu8wpE8AkiiPHVSw { display:block; }
 }@media only screen and (max-width: 763px) { #AFLvHASUDOLPTnN6MkK7u9AMBOpxBXV1 { top:4.875rem;left:0rem;width:8.25rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQkD7kSzIhVo74msU6EvtdJmNs9Q4zWe { top:20.0625rem;left:0rem;width:4.3125rem;height:2.3125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GALfSUnrTHJ0PJllFszETV6cnrlvSTd3 { top:20.5rem;left:0rem;width:4.3125rem;height:1.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M28H44BuKRs21mg0Bnbk1XwuPHK8FgGR { top:22.625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vokhNB7ygQRkgFx5DKw13Xq6EnSTCsGe { width:27.6875rem;height:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBhh1UFh9RW7b8nNulSaybb55HscHEqL { width:19.375rem;height:56.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 { display:block; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPJX74rsAhVTTUfW4vtd7hCv3ZGfnPoa { top:2.6875rem;left:15.4375rem;width:16.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs { position:relative;z-index:auto;display:block; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs { background-color: transparent; background-image: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container > .video-iframe-container { display: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row > .video-iframe-container { display: none; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .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); }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs { border-width: 0; border-radius: 0; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsdWdFOzUZ5SGV7CzDBRTPTPN3gFtNCs > .row .container { width:20rem;height:2.625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q164b1J8ffJfLXVVb4gSmBeTMID4Eoak { top:0.40625rem;left:4.6875rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 { display:block; }#s3eWQ2Ko8oleVQTi1t0o5o9QfGlX5QC9 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMk3ltHKwCKxUXLBrLVlM3qNs2N28C27 { top:3.7314453125rem;left:0rem;width:18.75rem;height:7.01625rem;z-index:15000;font-family:brown;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vQMnRJP8xlcZZtHFe1eo7h8rxBQx1lTA { top:1.125rem;left:0rem;width:6.375rem;height:1.9375rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;background-color:#e7ff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gCXpLyq34CQUPRAexDMHzMJyvFdXTmR3 { top:1.5rem;left:0.625rem;width:5.125rem;height:1.34114375rem;z-index:15001;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ygaCGSvefbWoK2xWAgRKqVwl7omTZZA2 { top:11.125rem;left:0rem;width:17.75rem;height:2.79980625rem;z-index:15001;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce { display:block; }#uhPNH4fVTBn5nC9Rtkhd88x0VS5SWxce > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0B7oBwR9V9kcMaHSLW2s9HQwEG3JO0B { top:1.25rem;left:0rem;width:20rem;height:21.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #exoBHZ01hfWczBrVTddwGWXb4uM1h1CF { display:block; }#exoBHZ01hfWczBrVTddwGWXb4uM1h1CF > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHlQU6uaOsmvxeA8iNWX5Q5TMzMon0R7 { top:2rem;left:0rem;width:17.625rem;height:4.0625rem;z-index:15000;font-family:brown;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKotyMg3JVhginaiHDIDUDJ5TNoDdUNq { top:6.8125rem;left:0rem;width:18.3125rem;height:14.33591875rem;z-index:15001;font-family:brown;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U { display:block; }#AixUvSDkkahdXVyqrSu6HpdF6Ti8GE1U > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Onxh3zhZovpyyQDhp0QSHqzUEXk1OThd { top:32.8125rem;left:0.6875rem;width:5.3125rem;height:1.79980625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLDe6rTwZNTZnu2OgtQ0MSFmmMIiquMT { top:26.16259765625rem;left:0.6875rem;width:4.75rem;height:1.79980625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZL5GkP66vxUCJeT0d0op0ABV070TSPFQ { top:20.4375rem;left:0.6875rem;width:5.9375rem;height:2.69970625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8utStIwXy18dmrwyEw7MOVwgCTHl9Kq { top:12.625rem;left:0.6875rem;width:5.875rem;height:1.79980625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w5D6LFonWSbhciwNkXui5tA6v9I14sa9 { top:5.5rem;left:0.6875rem;width:5.6875rem;height:2.69970625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZE6G2RWDu7K3iVMbl4M6xgI46uH0R3tW { top:1.875rem;left:7.625rem;width:5.3745125rem;height:1.799475rem;z-index:15005;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlBzxvFcTyVk4w6he9bFeJd1MyiZ6nTX { top:1.9375rem;left:14.1875rem;width:5.125rem;height:1.799475rem;z-index:15005;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTwBdavNpPZtbPNiZ5Vh8TlT8D1TAIos { top:2.5rem;left:0.6875rem;width:6.9375rem;height:1.125rem;z-index:15006;font-size:0.9375rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FdeOK1Uwt8Pghw9Bp9ZSKl2FsZ7ahmt5 { top:0.3125rem;left:0rem;width:20rem;height:39.5rem;z-index:14988;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NTkFg58qpmTMGFKb1XdWWVHT4gRne0A9 { top:0.75rem;left:7.03125rem;width:6.375rem;height:37.8125rem;z-index:14991;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JuvHQR3P9X54x60qqNCMQeGOGZBoARpz { top:4.1875rem;left:0.5rem;width:19rem;height:0.0625rem;z-index:15044;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GtelBxMp7qvnvuPViCT6DCptcX6B4HwH { top:5.5rem;left:7.875rem;width:4.25rem;height:2.69970625rem;z-index:15007;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zppe5lr5K8WVnT3IPaZTkr8v3uhXot4v { top:5.5rem;left:14.15625rem;width:5.1875rem;height:3.59895625rem;z-index:15008;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A1zKz1mPGHZWRsmDqhLWE0XX0nHLxBnF { top:12.625rem;left:7.875rem;width:4.25rem;height:3.59895625rem;z-index:15008;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTI1ssACMJmE3asELsoBsNt6xOmQFFTi { top:12.625rem;left:14.15625rem;width:5.1875rem;height:4.4987rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OfzmwmrTPiNDa2trOI0MqsowPStl4yBH { top:11.4375rem;left:0.5rem;width:19rem;height:0.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #OMFElJTir8Ee8S0FglCWVPFNKM0V7rd2 { top:19.3125rem;left:0.5rem;width:19rem;height:0.0625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #RQIQV57xoiv0qe3uMhy8TwMQSUzB77M3 { top:20.4375rem;left:7.62451171875rem;width:5.375rem;height:1.79980625rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMz7J1piVVUB2oZS5ONXg4QSVQb1T33w { top:20.4375rem;left:14.15625rem;width:5.1875rem;height:2.69970625rem;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F4DGquPde9LrryulTWtnXiSrchT9P0FH { top:25.3125rem;left:0.5rem;width:19rem;height:0.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #IiSUZBXeAnFS8ZJIMT74557cU2hfifyl { top:26.16259765625rem;left:7.62451171875rem;width:5.375rem;height:0;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NU4iAkJDB7cXrS1zVDkzNQIF5OfEEJsq { top:26.16259765625rem;left:7.62451171875rem;width:5.375rem;height:0;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w61WrhNRXZGvEu9I5LLNcOBhqIbMaqtZ { top:26.16259765625rem;left:7.62451171875rem;width:5.375rem;height:3.59895625rem;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwQgKSCfVHAZUEzKfCTGias3EOxFv3xI { top:26.16259765625rem;left:14.15625rem;width:5.1875rem;height:3.59895625rem;z-index:15011;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTdsheOTtXbvC6udhU51tFZT9XBnqoaZ { top:31.9375rem;left:0.5rem;width:19rem;height:0.0625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #n9WvwL59dVM6ndBDPPvLwub3lR1Tayaz { top:32.8125rem;left:7.62451171875rem;width:5.4375rem;height:4.12435rem;z-index:15011;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSZdC589fSQWBsWOg9JBtkTVgPM6Qe4z { top:32.8125rem;left:14.15625rem;width:5.1875rem;height:3.59895625rem;z-index:15012;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgLHZITWbSJRCQwhWo7UQZN0WG7x4S11 { top:9.54248046875rem;left:14.1875rem;width:4.4375rem;height:1.125rem;z-index:15058;font-weight:700;font-style:normal;font-family:brown;font-size:0.6875rem;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MAbLEA4VlhiMTe75Z2uPkTHdRTqpbbQO { display:block; }
 }@media only screen and (max-width: 763px) { #LGoSyXDru5LMTPe4I3CQ46UcVgFV8AiC { top:17.43701171875rem;left:14.1875rem;width:4.4375rem;height:1.125rem;z-index:15059;font-weight:700;font-style:normal;font-family:brown;font-size:0.6875rem;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #u6TDT1P3haEkJT9q2kz2tP6lpr9DstVf { display:block; }
 }@media only screen and (max-width: 763px) { #NIBvRmNUcSNN3RscSsGdCMN2a2dT13qw { top:23.53125rem;left:14.1875rem;width:4.4375rem;height:1.125rem;z-index:15060;font-weight:700;font-style:normal;font-family:brown;font-size:0.6875rem;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ibW8tq8tVLkXk8fOgXgscd3da0z9mcaD { display:block; }
 }@media only screen and (max-width: 763px) { #MRl4n8sedFUA3DTG3fZyt33li79nP1cg { top:30.13720703125rem;left:14.1875rem;width:4.4375rem;height:1.125rem;z-index:15061;font-weight:700;font-style:normal;font-family:brown;font-size:0.6875rem;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V4C1ukzhtFPEHEH2beP2pXz83ybUbfU2 { display:block; }
 }@media only screen and (max-width: 763px) { #P4b2bFMw4aFTqsUHTfGeEa9iNTcynuVy { top:36.93603515625rem;left:14.1875rem;width:4.4375rem;height:1.125rem;z-index:15062;font-weight:700;font-style:normal;font-family:brown;font-size:0.6875rem;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SEErdLV0QBAf6cTyUnM5gqaNQn6w9hau { display:block; }
 }@media only screen and (max-width: 763px) { #gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs { display:none; }#gf8aswNJ2TOzDLwKbIzVZymwSMASEzzs > .row .container { width:20rem;height:166.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QIN6qXQzC62k5nzysSpKI7H53HBXb6Jc { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Svf8I4xDNoeliX61kWGRJJS0LrSire { width:12.5rem;height:0;top:3.1865234375rem;left:2.59375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0elOZpwFi2Dw89VGLnTk9vUc6w8fvX6 { width:12.5rem;height:0;top:4.61230625rem;left:3.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDAKkF0HWWcB6oDIh1o4DPDKWTCPeBkU { width:18.4375rem;height:71.5625rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcHvHtyhopVyz8zefLS6N3mgnG2WKPq3 { width:20rem;height:0.0625rem;top:10.08691875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ams2sXm9v6lxVLOraMpP7SG9NuEey8V7 { width:13.8125rem;height:0;top:1.25rem;left:3.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgdkeOHfGKQ3yEeHExZZTX4C3aBw9gES { width:13.8125rem;height:0;top:17.967775rem;left:3.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egFtdPNTs21nKhQePvpy4PZSKSNiws1e { width:15.125rem;height:0;top:11.61181640625rem;left:2.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfia0aRaKoQAuViqakOOvwn0hVML0fxG { width:15.4375rem;height:0;top:6.23730625rem;left:2.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cf6tB1PSszNpNHQ3hAyNTVebZqrK1d0C { width:15.125rem;height:0;top:23.486328125rem;left:2.59375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBtPTFXTHFvJifdIAqri51ysS6vq6ABn { width:15.4375rem;height:0;top:22.95459375rem;left:2.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8uepbRs3sFBkrWW2ueGqraZvqAu7qR7 { width:13.8125rem;height:auto;top:38.375rem;left:3.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyEKgdQQap5EuEruT7r3pXCbde2AGLcz { width:15.125rem;height:0;top:37.8984375rem;left:2.59375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfpaATNPLpFfTMa4Kq3iEmngob9cmKP2 { width:15.4375rem;height:0;top:43.4096875rem;left:2.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxKP6u4rThn2AXQRMQrTrbIRpIgozrC2 { width:13.8125rem;height:auto;top:49.1875rem;left:3.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw7uTv162Ada1zQo3VsMEIK5rGQLdXJQ { width:15.125rem;height:0;top:48.71142578125rem;left:2.71875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDS7Wk5cyneaEa4rqQwREamiHihhWkGA { width:15.4375rem;height:auto;top:49.1875rem;left:2.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imK7tJpuCsuZHWf2LnUXnS8l9g3uEe24 { width:13.8125rem;height:0;top:140.93313125rem;left:3.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr2Zo5oTVRWpNAqKGelcpOWHyk35vU56 { width:15.125rem;height:0;top:60.02392578125rem;left:2.71875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryCf0OBwaslqlhJvTfktb2SsZU9pqRxM { width:15.4375rem;height:auto;top:60rem;left:2.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JATFzvuQa2LfhQnG5rT7KmO3lztd9sM8 { width:8.625rem;height:2.3125rem;top:13.092775rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC3tbWlge7TwJNHvlmHywXolCeSh1b4f { display:block; }
 }@media only screen and (max-width: 763px) { #g7zWthZshrLX6Ru953qwPgcCuwIB3FXy { width:8.625rem;height:2.3125rem;top:74.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8kolv5k14MlbDfSqfhSF1E1ogNsTA6c { display:block; }
 }@media only screen and (max-width: 763px) { #NgHl50eABtm5PPhMFTD1QMrTMvRD9yc8 { width:8.625rem;height:2.3125rem;top:128.8213125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRuUad5KBEyWhzeE67WiXF3zcstzoyCl { display:block; }
 }@media only screen and (max-width: 763px) { #MuEvOAHnIVAtTmVs6PtGcy75BFuCX1mU { width:8.625rem;height:2.3125rem;top:137.37063125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfL63aK0Fok5c2bmFzi4NIarOt47oF2T { display:block; }
 }@media only screen and (max-width: 763px) { #nek0JzdfrEW8nkNAtlyZwOAeFTgAtsId { width:8.625rem;height:2.3125rem;top:152.77590625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNwKmezf6Nac59ciJOGw59n4TNf4NQIx { display:block; }
 }@media only screen and (max-width: 763px) { #VR6GJfCxn8UT8UMTpDc9qDysQM7T106k { width:20rem;height:0.0625rem;top:16.655275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPMATUoi5ATuAXc1yV2Ly8hSKcpohKpo { width:20rem;height:0.0625rem;top:35.24171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtJveepItFRHK6Bl8RDVXa7FCaOXTw1S { width:20rem;height:0.0625rem;top:48.39650625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgu2UEW7H1R68tt3fhzcNmFe5dvZFD6K { width:20rem;height:0.0625rem;top:54.6963125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { display:block; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { background-color: transparent; background-image: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container > .video-iframe-container { display: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row > .video-iframe-container { display: none; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .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); }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T { border-width: 0; border-radius: 0; }#vshTegvGwTU6coXMVfuXo4ZyB00k7R3T > .row .container { width:20rem;height:5.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1CDooC23N3tddidRqKzWBsscGp34tEU { top:1.63720703125rem;left:0.9375rem;width:18.125rem;height:2.59895625rem;z-index:15006;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS { display:block; }#gHKkGvKOiKvV4RckbXMFoFcntuOSrwpS > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMDQ14p2nqIBv1BA4wR0KVu4LdB3L4ES { top:0.6875rem;left:0rem;width:17.625rem;height:4.0625rem;z-index:15000;font-family:brown;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmJvVMIOQcSWzqussX92t57wRgnKiBPD { top:5.5rem;left:0rem;width:17.375rem;height:2.92448125rem;z-index:15001;font-family:brown;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB { display:block; }#LD8JcRdg1y1uTH0qAhsMy25yziBMnvfB > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhn1oZXIXdtK9mcvGeNXQrLnFuz3tMf { top:16.018249511719rem;left:0.71809899806975rem;width:8.125rem;height:2.03255rem;z-index:15004;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M4tm3uVSIM7eAEP8AE1X0T6I5THWXJyr { top:0.37435913085938rem;left:10.000000596046rem;width:9.9375rem;height:27.625rem;z-index:15000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4f4f4;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;display:block; }
 }@media only screen and (max-width: 763px) { #TXLo94xCv7bt6VZB8vIv13TSgzuGX3dZ { width:8.9375rem;height:2.3125rem;top:23.6875rem;left:0.43684899806976rem;z-index:15023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kJOXn9OfTtSWlcTeLTrWGD4pde3OGr1b { display:block; }
 }@media only screen and (max-width: 763px) { #N8ThF6xbrrZTOxpcVRcpShD5vTS8LSzM { top:16.018249511719rem;left:10.375000596046rem;width:9.1875rem;height:2.03255rem;z-index:15006;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8Hv6TDaLDWA8JJFn1dtMEtrnqvccK0 { top:2.8737182617188rem;left:0.71875rem;width:8.25rem;height:2.3997375rem;z-index:15004;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2LVagF900eKoFq2As211hUkMkJVI4RK { top:2.8737182617188rem;left:10.812500596046rem;width:8.1875rem;height:3.5996125rem;z-index:15006;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ece6Tz2t3hrMEw8DfyBeqr9gaME22Asc { top:18.404968261719rem;left:0.87434899806975rem;width:4.3125rem;height:2.36198125rem;z-index:15005;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b0t7AghnTu6NnLayA9DMrT1uHRvQRdgn { top:18.8671875rem;left:5.1555992364883rem;width:4.3125rem;height:1.511725rem;z-index:15005;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJIfJJqRQymtoOWT4kafThdshv4pvgT1 { top:20.955078125rem;left:0.81184899806975rem;width:8.3125rem;height:1.13736875rem;z-index:15005;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnR27EZbMeCeTPRXsdIDvfcAr75vfSQp { width:8.9375rem;height:2.3125rem;top:23.75rem;left:10.500000596046rem;z-index:15024;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EV3wZJoIIZoXOcq8k2BGLvqetd1Q7IzQ { display:block; }
 }@media only screen and (max-width: 763px) { #M0mWFJqU9n053ADPZpuxvW4IQQTmlcEV { top:18.467468261719rem;left:11.500000596046rem;width:4.3125rem;height:2.36198125rem;z-index:15006;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qS54uCqnVxCv2wMnt7DGWaaRbhpIG1F5 { top:18.880859375rem;left:15.625000596046rem;width:4.3125rem;height:1.511725rem;z-index:15006;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZizRwkJd2FHblhlNSyKVs9WD1OidyC9G { top:20.955078125rem;left:10.812500596046rem;width:8.3125rem;height:1.04948125rem;z-index:15006;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBsMR2910N0lNmbtf5m6H99v7u8z2IFa { top:6.80859375rem;left:10.687500596046rem;width:8.5625rem;height:8.1875rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uTnM3uQO0SdwhmraEhmOecpr2v1qLSIK { top:5.9596557617188rem;left:2.2493489980697rem;width:5.5625rem;height:9.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zTqLZvUhExJtByven7kAgZoPlKLzs8Lf { display:block; }#zTqLZvUhExJtByven7kAgZoPlKLzs8Lf > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXNDMyTR0gpwZnX49Q6guauppWuKXlXG { top:17.7060546875rem;left:0.71826171875rem;width:8.125rem;height:2.03255rem;z-index:15004;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sn98wuM1ca9FlOnpUn5UQkq1tZFoRI3M { top:0.46875rem;left:0rem;width:9.8125rem;height:28.5rem;z-index:15000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4f4f4;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;display:block; }
 }@media only screen and (max-width: 763px) { #gHPQJlTRxy64SnVDU4G2lEtvm030iCoL { width:8.9375rem;height:2.3125rem;top:24.75rem;left:0.43701171875rem;z-index:15023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ecSEQQZ8h9uzgE9xs8cvc2NXsG1k1ULw { display:block; }
 }@media only screen and (max-width: 763px) { #kFkbcUAZ4qEt8mJ7PqmpkZ3PvFCoyTIU { top:17.7060546875rem;left:10.375rem;width:9.1875rem;height:2.03255rem;z-index:15006;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPoib0eh5Nth7wff4ZTd1HzEvJ9tMy9n { top:4.5615234375rem;left:0.71875rem;width:8.25rem;height:2.3997375rem;z-index:15004;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO1tlQwHND4xdKbzGqUTIfh2tifBc4BZ { top:4.56103515625rem;left:10.875rem;width:8.1875rem;height:2.3997375rem;z-index:15006;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FORg8eu81SzfGL5iPllTybvssM6wo9E7 { top:20.0927734375rem;left:1.37451171875rem;width:4.3125rem;height:2.36230625rem;z-index:15005;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aKgvB6WvOF3XKtGHbK0silFQBRNsrzGa { top:20.5546875rem;left:5.65576171875rem;width:4.3125rem;height:1.511725rem;z-index:15005;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xLNkXTECT9WtvU7gNXXOmDUd5vtbCO1K { top:22.642578125rem;left:0.81201171875rem;width:8.3125rem;height:1.13736875rem;z-index:15005;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRrwO9eV9wmL2ni6rDpZyrB0b0xyUl8Z { width:8.9375rem;height:2.3125rem;top:24.75rem;left:10.5rem;z-index:15024;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iXXbveTxvkeodBhV2eRh6oTN9KNA9N3Q { display:block; }
 }@media only screen and (max-width: 763px) { #delkdgcPcUANxR0pcGvJGCn4Asd7GyuM { top:20.1552734375rem;left:11.0625rem;width:4.3125rem;height:2.36230625rem;z-index:15006;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bg5anN6ZaqLUBHBMINiFhyETlvt4pg9P { top:20.568359375rem;left:15.0625rem;width:4.3125rem;height:1.511725rem;z-index:15006;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPveFufU4J8x7IPM1WKz9gFXl9l6puAA { top:22.642578125rem;left:10.8125rem;width:8.3125rem;height:1.04980625rem;z-index:15006;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkoDPSnxT0FmXTMo66bP2gQMgtrlkBab { top:7.3349609375rem;left:12.96875rem;width:4rem;height:10.0625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xcVuCJSSCR3brmDlGb8V9ltsV4CNt9ao { top:6.8349609375rem;left:2.34326171875rem;width:4.875rem;height:10.625rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #laFZAvCup2shVck2r7xxZNQ4lNancVxA { top:33.46875rem;left:0rem;width:20rem;height:1.19970625rem;z-index:15004;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rQEEgfUEK0OfCWPQp1LCeX87lFZxHGOf { top:38.14258125rem;left:6.6875rem;width:2.8125rem;height:6.5625rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #X2gywwwO5t7sA5tGVpuwcioaWKzlbE1p { top:35.91796875rem;left:0.9375rem;width:18.0625rem;height:0.9746125rem;z-index:15004;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oEK378dbLfgCCTwv2RdkRWyn1rrFwBc5 { top:54.01758125rem;left:6.1875rem;width:7.5625rem;height:2.36230625rem;z-index:15005;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dxP1hudmkwMQp3TI8SC8xx8hTM0dOct0 { top:57.6298875rem;left:6.875rem;width:6.25rem;height:1.511725rem;z-index:15005;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zFAlW8vHVwz2QrULLKQeKflrp0TrhXER { top:60.39160625rem;left:0rem;width:20rem;height:1.13720625rem;z-index:15005;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nPaTKStzBpWPEaZbxz6IlWZThRg4QPBo { width:17.5rem;height:3.4375rem;top:62.778325rem;left:1.25rem;z-index:15023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kvdGs0ExaMQGK4yBqeMtR1dCkchLD0cd { display:block; }
 }@media only screen and (max-width: 763px) { #m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu { display:none; }#m7fl6TMyEpDelVeGryqSVAEkkUoIhuxu > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wI3xNzbnRG4rD41CS2urHvUfGL1L4ue0 { top:17.7060546875rem;left:0.71826171875rem;width:8.125rem;height:1.94921875rem;z-index:15004;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #paI7PifRRFbh92NWWD9A44Zv1iyySVex { width:8.9375rem;height:2.3125rem;top:24.75rem;left:0.43701171875rem;z-index:15023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NfgK1HqtdpXQEsm1DyqnhxdUm01p3n9n { display:block; }
 }@media only screen and (max-width: 763px) { #MwoteUuC0WXxORKE761kEX91i6aBBUEf { top:4.5615234375rem;left:0.71875rem;width:8.25rem;height:2.3994125rem;z-index:15004;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lwn8oG9EBVLPWQKKowtq2AMrDLSie6Pv { top:20.0927734375rem;left:0.87451171875rem;width:4.3125rem;height:2.36230625rem;z-index:15005;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TE1qSQG21gz6L7pVZbpf9FmPyTerXTtB { top:20.5546875rem;left:5.15576171875rem;width:4.3125rem;height:1.511725rem;z-index:15005;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DFqHJ8covTF8ITKCozdysJ9wT0iraOTo { top:22.642578125rem;left:0.81201171875rem;width:8.3125rem;height:1.13720625rem;z-index:15005;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XV6quLne0p9n4iOHCXxQJycUTamwusL8 { top:7.6474609375rem;left:2.24951171875rem;width:5.5625rem;height:5.5625rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oenTq76hS27QxBZKKcPn0ViaxrErHuaF { width:20rem;height:24.618556701031rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL { display:block; }#UMaXR8NeHqipBIr0UC2DXQlQDI1rnGBL > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKZfJ0OT2UxHnxvvTF9oxcVvIbRTT0AG { top:17.7060546875rem;left:0.71826171875rem;width:8.125rem;height:2.03255rem;z-index:15004;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yt1frncy7vk6MN5JvxF0Bt4WLQmGXrGy { width:8.9375rem;height:2.3125rem;top:24.75rem;left:0.43701171875rem;z-index:15023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wOBxUlnHNiUlCNibnu8wpE8AkiiPHVSw { display:block; }
 }@media only screen and (max-width: 763px) { #AFLvHASUDOLPTnN6MkK7u9AMBOpxBXV1 { top:4.5615234375rem;left:0.71875rem;width:8.25rem;height:2.3997375rem;z-index:15004;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQkD7kSzIhVo74msU6EvtdJmNs9Q4zWe { top:20.0927734375rem;left:1.24951171875rem;width:4.3125rem;height:2.36230625rem;z-index:15005;font-size:1.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-family:"canela 2";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GALfSUnrTHJ0PJllFszETV6cnrlvSTd3 { top:20.5546875rem;left:5.40576171875rem;width:4.3125rem;height:1.511725rem;z-index:15005;font-size:0.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M28H44BuKRs21mg0Bnbk1XwuPHK8FgGR { top:22.642578125rem;left:0.81201171875rem;width:8.3125rem;height:1.13736875rem;z-index:15005;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vokhNB7ygQRkgFx5DKw13Xq6EnSTCsGe { top:7.9599609375rem;left:0.78076171875rem;width:8.5625rem;height:8.4375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QBhh1UFh9RW7b8nNulSaybb55HscHEqL { top:0rem;left:10.125000596046rem;width:9.875rem;height:29.5625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 { display:block; }#A3ZMGhkQgxJmonAmDssAHAphcP1TXw76 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPJX74rsAhVTTUfW4vtd7hCv3ZGfnPoa { width:16.875rem;height:3.25rem;top:2.9375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }