.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:36.5625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { color:#000000;display:block;width:20.625rem;position:absolute;font-family:brown;font-size:3.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:12.375rem;left:47.5rem;height:4.0625rem;font-style:normal;display:block; }
#FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { color:#000000;display:block;width:26.375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:16.4375rem;left:47.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pA0woraBkOrG7h8epGH9kdPphFWm9gBx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:2.875rem;left:63.125rem;overflow:hidden;display:block; }
#FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.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:100016;text-align:center;text-align-last:center;top:25.1875rem;left:47.5rem;display:block; }
#pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.8125rem;top:0.375rem;left:33.375rem;overflow:hidden;display:block; }
#qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { color:#000000;display:block;width:20.625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.90625rem;left:47.5rem;height:2.03125rem;font-style:normal;display:block; }
#nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ynMXqvdWAKpmAq7Fk5TaXvLxdZzV9lJ7 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#uufcEuPxmgfw1vS8LpkX12cyTwRPor5n { position:absolute;display:block;z-index:100019;height:32.8125rem;width:43.75rem;top:5.25rem;left:0rem;display:none; }
#XGZm2CbCwcakbEicOFrmPLKbwnDoLqDk { position:absolute;display:block;z-index:100025;height:29.0625rem;width:38.8125rem;top:4.625rem;left:0.75rem;display:block; }
#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { position:relative;display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { background-color: transparent; background-image: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row > .video-iframe-container { display: none; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .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); }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { border-width: 0; border-radius: 0; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.2;letter-spacing:0;top:1.3125rem;left:10.5625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#igTkbaTqwK6221QMUvKGCbzOGhe8teSt { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { position:relative;display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { background-color: transparent; background-image: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row > .video-iframe-container { display: none; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .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); }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { color:#000000;display:block;width:32.7495rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:5.4375rem;left:42.3125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:10.6875rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h6drSNsdTnPlaz81tu8LSEor9QGslcnI { position:absolute;display:block;z-index:100016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#M8wMTIac1TnkKC5v5NFz7R080Ks8GxMk { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:30.625rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GX997h3tRAHv7fxGTImC5TEdh4TSBalK { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.4;letter-spacing:0;top:15.3125rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubqmJg48rz7VMPaeimn2UiPx2GGJ1DBg { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.4;letter-spacing:0;top:20.375rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvZK2l2J5WUZvRgKdG0JrJAvWshGVCZN { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.4;letter-spacing:0;top:25.25rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLkPNWTflFem7whNwG6X2GumQOi01WAQ { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:10.125rem;left:42.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2yGSsu3fGpVzMAy2RHeEvxWhf1TxTb0 { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;top:14.875rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtIVfkmeCeKUzttbiOrtnTWSsZTMmiMJ { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100018;line-height:1.6;letter-spacing:0;top:19.9375rem;left:41.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y7TqiVVaIy6hNHMSXxXKPxOZ0AZFO77T { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:24.875rem;left:41.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnLNu8D7rVsr2HTLmClTJqs5FEyLxrcZ { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100020;line-height:1.6;letter-spacing:0;top:30.25rem;left:42rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0QkTSmrfyscXo71uBGlzawKuKXGbh0d { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:2.94189453125rem;left:37.5rem;height:1.875rem;text-align:left;text-align-last:left;display:none; }
#JCBX7TT2MM6DibR5L3GG8PM2LJadnfLd { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:8.23779296875rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sEBNLfKFX8vUI7AsCGB272d9BxhErwOa { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:8.71875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dCdcOGyuUoG0UCVmU8PTuwVkT0xOdwWR { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:13.375rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HpAXmNGpmHS5qA637l48e2Jphpl349De { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:18.40625rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SagkcPCFI9oKTXqzR3uTUTBncvTRdJ7q { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:8.23779296875rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Iv9qCaUZt3KPyNx57TarOBOLLT61c7cM { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:23.31689453125rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w4i2rmgaUTUnuzWt512g4sPSAEJ1zB7A { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:8.23779296875rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KMTSLKxQwPFcyMdv896tRqNBUNwQrswz { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sX4VaQkOT7vMK5uBbsQk7cRsiXM70aNJ { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:brown;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:8.23779296875rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Shxq9tp8TlEmvxUr4L07Kh61MoOspK0x { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:41.5rem;top:29.125rem;left:25rem;overflow:hidden;display:block; }
#NMP2K8upA9AfNbv2LTR9mXPZ58VszqQd { position:absolute;display:block;z-index:100019;height:32.8125rem;width:43.75rem;top:5.25rem;left:0rem;display:none; }
#QTBUPnvl7GbiJRW2T3yKFqZHgdJ4oXIX { position:absolute;display:block;z-index:100026;height:29.0625rem;width:38.8125rem;top:4.8125rem;left:0rem;display:block; }
#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { position:relative;display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { background-color: transparent; background-image: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row > .video-iframe-container { display: none; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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); }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { border-width: 0; border-radius: 0; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .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:39.25rem;width:75rem;position:relative;display:block; }#nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFKFAU5ih3sDta3L1uXhE5A8yboLJHiK { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:9.3125rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HMsp85lnwhSLdSEKDxMlHc5kyQXTE5EB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.1875rem;width:21rem;top:6rem;left:44.3125rem;overflow:hidden;display:block; }
#Sqlc15sF1zbhhko6KDlKGCi7PGDMEtRM { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mPlNh2wzM7IDVO8pWsgCeCykfe8Awwgl { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NS5M71G08MyShL0DKdefHqwK9D1VIFLd { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HI18zt7Z6bvUVHh31EU1T3x96axAJUZi { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l8gw1QV8qyqHp5Q8sHkvhP65aIVKDQDC { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IzMfy3LlkDJzcqQu1KSWf69kicnoMkwt { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Hmt2pFlZdIgn0epzaaIpb3zlg5xlTUWl { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#G1NMWVyyTWqpkpKAMrS8Kxp5iEswPqzK { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#PdPt9hmu0MXBgBxiJ4VaDpIV0Wiuga2H { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#NTzFNFnM9DUexWARchTFUJUyahyOvgXu { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#HPdgCb7MvIuSTvtplK8H5sPyzivr4kq8 { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6rem;left:38.75rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaRL123nwvbzO4PCEZV9B7nZ89S1QwzT { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:17.0625rem;left:38.75rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#woS5Hn8IZtfGL60Cvy1JfJaCDE0dmizo { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:25.6875rem;left:40.4375rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lEFFgdWz7KG8UoTHMKFGWcE0ieyEZdoX { color:#000000;display:block;width:5.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:21.25rem;left:62.6875rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8dK67lLR5OLhtiAp5RyXdQrWdkIimIE { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:10rem;left:62.375rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXqPnCPdcUhIzxNnN1QoxS9Ky9idqfly { position:absolute;display:block;z-index:100028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:12.5rem;top:8.0625rem;left:38.75rem;display:block; }
#rGO7Di2xsPTKTlH9bMBpsmfr0KO4iHMo { position:absolute;display:block;z-index:100029;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:12.5rem;top:21rem;left:38.75rem;display:block; }
#HTVZukmqTbTVkpNPx11dTEqXGwkDTG7u { position:absolute;display:block;z-index:100030;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:12.5rem;top:28rem;left:40.4375rem;display:block; }
#SS8kPoQ27BKJNP6XK0rCMQMuqCy4IJfu { position:absolute;display:block;z-index:100029;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:10rem;top:14.3125rem;left:57.6875rem;display:block; }
#kHCUm5IbbPG6HnCgtDbIVD1rIUlhTkVo { position:absolute;display:block;z-index:100030;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:10rem;top:23.4375rem;left:56.25rem;display:block; }
#o8fyaGsI1QpEWpWlehxmSKJr3HteZiaG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#pnveCtyXTIQGvnqyyvALlJzXLpOAPbXQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105.125rem;width:75rem;display:none; }
#gNyKRnvTyz6kANlmIKxZTuD3wxV335wT { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:2.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0874rem;text-align:left;text-align-last:left;display:none; }
#meqEQMiLGi6KpdnxztQsI9v2VDc3HSXg { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#kpsu0Ur6FthoDCcnuPeFGi6xx2x9BFP8 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:28.6875rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hDpeuWsT5IC4W8MmIU94EUT2LnlkBrqL { color:#000000;display:block;width:5.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:29.9375rem;left:65.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCL1ChbwhhHZM2ZHWVAgsfbJDcMsvxDz { position:absolute;display:block;z-index:100031;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:10rem;top:32.375rem;left:57.5rem;display:block; }
#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { position:relative;display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { background-color: transparent; background-image: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row > .video-iframe-container { display: none; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .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); }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { border-width: 0; border-radius: 0; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#frkl27Tn1QV7Tg84lyO8szIiycMGdhON { color:#000000;display:block;width:25.625rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:37.5rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { color:#000000;display:block;width:37.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:12.0625rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WP9m9zUAgiLRxRUc6lZ1Fb4N84S3OpvL { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:33.625rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#lTTU1MxHE4A2qpig20Aki4HTfNBXQZsB { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:21.8125rem;top:1.9375rem;left:6.25rem;overflow:hidden;display:block; }
#zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.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:100019;text-align:center;text-align-last:center;top:26.375rem;left:37.5rem;display:block; }
#NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bn3uIaV14QHXF4lIWWxaDF7JUzw8QtRK { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:26.4375rem;left:46.9375rem;display:none; }
#l65dWUN2qRySzFxxo43QX8XM5H7TETtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:3.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:3.1875rem;left:36.4375rem;overflow:hidden;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:3.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:7.5625rem;top:0.8125rem;left:33.71875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { top:12.375rem;left:27.125rem;width:20.625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { top:16.4375rem;left:21.375rem;width:26.375rem;height:7.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { top:2.875rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:25.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { top:0.375rem;left:19.75rem;width:9.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { top:9.875rem;left:27.125rem;width:20.625rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { top:41.375rem;left:0rem;width:20rem;height:6.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynMXqvdWAKpmAq7Fk5TaXvLxdZzV9lJ7 { display:none; }
 }@media only screen and (max-width: 763px) { #uufcEuPxmgfw1vS8LpkX12cyTwRPor5n { top:5.25rem;left:0rem;width:43.75rem;height:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGZm2CbCwcakbEicOFrmPLKbwnDoLqDk { top:4.625rem;left:0rem;width:38.8125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { top:4.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { top:1.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTkbaTqwK6221QMUvKGCbzOGhe8teSt { top:1.25rem;left:0rem;width:20rem;height:7.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { top:8.75rem;left:0rem;width:20rem;height:32.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { top:5.4375rem;left:3.125rem;width:32.6875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { top:10.6875rem;left:8.3125rem;width:27.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8wMTIac1TnkKC5v5NFz7R080Ks8GxMk { top:30.625rem;left:8.3125rem;width:27.5rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX997h3tRAHv7fxGTImC5TEdh4TSBalK { top:15.3125rem;left:8.3125rem;width:27.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubqmJg48rz7VMPaeimn2UiPx2GGJ1DBg { top:20.375rem;left:8.3125rem;width:27.5rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZK2l2J5WUZvRgKdG0JrJAvWshGVCZN { top:25.25rem;left:8.3125rem;width:27.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLkPNWTflFem7whNwG6X2GumQOi01WAQ { top:10.125rem;left:25.40625rem;width:2.0625rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2yGSsu3fGpVzMAy2RHeEvxWhf1TxTb0 { top:14.875rem;left:25.09375rem;width:2.0625rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIVfkmeCeKUzttbiOrtnTWSsZTMmiMJ { top:19.9375rem;left:24.84375rem;width:2.0625rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TqiVVaIy6hNHMSXxXKPxOZ0AZFO77T { top:24.875rem;left:24.84375rem;width:2.0625rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLNu8D7rVsr2HTLmClTJqs5FEyLxrcZ { top:30.25rem;left:24.96875rem;width:2.0625rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0QkTSmrfyscXo71uBGlzawKuKXGbh0d { top:30rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCBX7TT2MM6DibR5L3GG8PM2LJadnfLd { top:44.25rem;left:0rem;width:1.25rem;height:4.875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEBNLfKFX8vUI7AsCGB272d9BxhErwOa { top:35.875rem;left:0rem;width:16.125rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCdcOGyuUoG0UCVmU8PTuwVkT0xOdwWR { top:42.125rem;left:0rem;width:16.0625rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpAXmNGpmHS5qA637l48e2Jphpl349De { top:48.125rem;left:0rem;width:16.125rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SagkcPCFI9oKTXqzR3uTUTBncvTRdJ7q { top:55.125rem;left:0rem;width:1.25rem;height:4.875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv9qCaUZt3KPyNx57TarOBOLLT61c7cM { top:54.375rem;left:0rem;width:16.125rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4i2rmgaUTUnuzWt512g4sPSAEJ1zB7A { top:60.25rem;left:0rem;width:1.25rem;height:4.875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTSLKxQwPFcyMdv896tRqNBUNwQrswz { top:61rem;left:0rem;width:16.1875rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sX4VaQkOT7vMK5uBbsQk7cRsiXM70aNJ { top:66.5rem;left:0rem;width:1.25rem;height:4.875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Shxq9tp8TlEmvxUr4L07Kh61MoOspK0x { top:29.125rem;left:0rem;width:41.5rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMP2K8upA9AfNbv2LTR9mXPZ58VszqQd { top:5.25rem;left:0rem;width:43.75rem;height:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTBUPnvl7GbiJRW2T3yKFqZHgdJ4oXIX { top:4.8125rem;left:0rem;width:38.8125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { top:2.25rem;left:0rem;width:28.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { top:7rem;left:0rem;width:33.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFKFAU5ih3sDta3L1uXhE5A8yboLJHiK { top:39.125rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMsp85lnwhSLdSEKDxMlHc5kyQXTE5EB { top:6rem;left:14.8125rem;width:21rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqlc15sF1zbhhko6KDlKGCi7PGDMEtRM { top:12.625rem;left:0rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPlNh2wzM7IDVO8pWsgCeCykfe8Awwgl { top:18.5rem;left:0rem;width:6.625rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS5M71G08MyShL0DKdefHqwK9D1VIFLd { top:25.9375rem;left:0rem;width:6.625rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI18zt7Z6bvUVHh31EU1T3x96axAJUZi { top:23.4375rem;left:7.5625rem;width:4.375rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8gw1QV8qyqHp5Q8sHkvhP65aIVKDQDC { top:43.875rem;left:7.5625rem;width:4.375rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzMfy3LlkDJzcqQu1KSWf69kicnoMkwt { display:none; }
 }@media only screen and (max-width: 763px) { #Hmt2pFlZdIgn0epzaaIpb3zlg5xlTUWl { display:none; }
 }@media only screen and (max-width: 763px) { #G1NMWVyyTWqpkpKAMrS8Kxp5iEswPqzK { display:none; }
 }@media only screen and (max-width: 763px) { #PdPt9hmu0MXBgBxiJ4VaDpIV0Wiuga2H { display:none; }
 }@media only screen and (max-width: 763px) { #NTzFNFnM9DUexWARchTFUJUyahyOvgXu { display:none; }
 }@media only screen and (max-width: 763px) { #HPdgCb7MvIuSTvtplK8H5sPyzivr4kq8 { top:6rem;left:23.875rem;width:5.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRL123nwvbzO4PCEZV9B7nZ89S1QwzT { top:17.0625rem;left:23.875rem;width:7.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woS5Hn8IZtfGL60Cvy1JfJaCDE0dmizo { top:25.6875rem;left:23.875rem;width:7.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEFFgdWz7KG8UoTHMKFGWcE0ieyEZdoX { top:21.25rem;left:38.84375rem;width:5.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dK67lLR5OLhtiAp5RyXdQrWdkIimIE { top:10rem;left:38.53125rem;width:7.0625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXqPnCPdcUhIzxNnN1QoxS9Ky9idqfly { top:8.0625rem;left:23.3125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGO7Di2xsPTKTlH9bMBpsmfr0KO4iHMo { top:21rem;left:23.3125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVZukmqTbTVkpNPx11dTEqXGwkDTG7u { top:28rem;left:23.3125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS8kPoQ27BKJNP6XK0rCMQMuqCy4IJfu { top:14.3125rem;left:35.8125rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHCUm5IbbPG6HnCgtDbIVD1rIUlhTkVo { top:23.4375rem;left:35.8125rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8fyaGsI1QpEWpWlehxmSKJr3HteZiaG { display:none; }
 }@media only screen and (max-width: 763px) { #pnveCtyXTIQGvnqyyvALlJzXLpOAPbXQ { width:47.75rem;height:66.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNyKRnvTyz6kANlmIKxZTuD3wxV335wT { top:1.9375rem;left:0rem;width:20rem;height:5.0625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #meqEQMiLGi6KpdnxztQsI9v2VDc3HSXg { display:none; }
 }@media only screen and (max-width: 763px) { #kpsu0Ur6FthoDCcnuPeFGi6xx2x9BFP8 { top:30.875rem;left:2.46875rem;width:6.625rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDpeuWsT5IC4W8MmIU94EUT2LnlkBrqL { top:29.9375rem;left:41.40625rem;width:5.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCL1ChbwhhHZM2ZHWVAgsfbJDcMsvxDz { top:32.375rem;left:35.8125rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { top:3.4375rem;left:10.1875rem;width:25.625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { top:12.0625rem;left:0rem;width:37.5rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9m9zUAgiLRxRUc6lZ1Fb4N84S3OpvL { top:33.625rem;left:8.8125rem;width:27rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTU1MxHE4A2qpig20Aki4HTfNBXQZsB { top:1.9375rem;left:0rem;width:21.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:26.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #bn3uIaV14QHXF4lIWWxaDF7JUzw8QtRK { width:12.8125rem;height:3.4375rem;top:26.4375rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l65dWUN2qRySzFxxo43QX8XM5H7TETtd { display:block; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { top:3.1875rem;left:20.3125rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { top:3.1875rem;left:22.8125rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { top:3.0625rem;left:25.1875rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { top:5.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { top:0.8125rem;left:20.09375rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { position:relative;z-index:auto;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTgSbo3LpmyDATqwhCoa6klb3ncbHpyo { width:20rem;height:2.8125rem;top:11.25rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FA5nVVnwH0SUtVyO2pcoheBCyCf6CLiB { width:20rem;height:5.361325rem;top:26.7470703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #pA0woraBkOrG7h8epGH9kdPphFWm9gBx { width:6.5625rem;height:6.5625rem;top:2.1875rem;left:13.4375rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FpSbQreWR63HkhqBrokVgM2yRTAU1G8a { width:17.5rem;height:3.4375rem;top:49.0625rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbrCni1LKZWo15Suze2agPtEBgHtmyr { display:block; }
 }@media only screen and (max-width: 763px) { #qyN3VgUJMpWUT2sxaXT4DRxzQnUJFewM { width:9.8125rem;height:2.5rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMaznpHhkBqW5tWK8ZkDw3Ftd0oVn { width:20rem;height:1.6875rem;top:8.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nd4xBtpN3KwrTDgTLsi2v3egTmHlDtGK { width:20rem;height:6.15625rem;top:41.40625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:100013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ynMXqvdWAKpmAq7Fk5TaXvLxdZzV9lJ7 { top:54.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:100027;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uufcEuPxmgfw1vS8LpkX12cyTwRPor5n { width:20rem;height:25rem;top:15rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #XGZm2CbCwcakbEicOFrmPLKbwnDoLqDk { width:20rem;height:29.0625rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L { display:block; }#BHmbV3gTlZWm86vnNP8D1kCzbzHmyG1L > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkrOlJheOhwS4CLDSfbZoLu4Z3og7EFc { width:20rem;height:23.15625rem;top:8.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #kAMi2HxPzrT9iwDH9ffI9R3zylXnWNxQ { width:20rem;height:6.75rem;top:1.3125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #igTkbaTqwK6221QMUvKGCbzOGhe8teSt { width:20rem;height:7.19825rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #noOWpZ0rsWMrAZM0TIONy20zQTQ3ZnUi { width:20rem;height:32.0625rem;top:9.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { display:block; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR { border-width: 0; border-radius: 0; }#yDKwRI8LlV57y8TrqkkqJcaKRlUgiomR > .row .container { width:20rem;height:68.375rem;border-top:0;border-left:0rem solid #ee3162;border-right:0rem solid #000000;border-bottom:0.0625rem solid #000000;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #pHdGTz2v9eIiBQfWbDiq8HsIqpPvowhJ { width:16.125rem;height:7rem;top:36.98388671875rem;left:3.875rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6drSNsdTnPlaz81tu8LSEor9QGslcnI { width:20rem;height:0.0625rem;top:48.29590625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8wMTIac1TnkKC5v5NFz7R080Ks8GxMk { width:20rem;height:2.3994125rem;top:107.5527203125rem;left:0rem;font-size:1rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GX997h3tRAHv7fxGTImC5TEdh4TSBalK { width:16.3125rem;height:7rem;top:54.85888671875rem;left:3.6875rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubqmJg48rz7VMPaeimn2UiPx2GGJ1DBg { width:20rem;height:3.59911875rem;top:59.89306640625rem;left:0rem;font-size:1rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvZK2l2J5WUZvRgKdG0JrJAvWshGVCZN { width:20rem;height:7rem;top:70.25rem;left:0rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLkPNWTflFem7whNwG6X2GumQOi01WAQ { width:1.25rem;height:3.375rem;top:35.6875rem;left:0.625rem;font-size:2.8125rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V2yGSsu3fGpVzMAy2RHeEvxWhf1TxTb0 { width:2.0625rem;height:2.3999rem;top:76.2216765625rem;left:8.9375rem;font-size:2rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtIVfkmeCeKUzttbiOrtnTWSsZTMmiMJ { width:2.0625rem;height:2.3999rem;top:80.1835890625rem;left:8.9375rem;font-size:2rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7TqiVVaIy6hNHMSXxXKPxOZ0AZFO77T { width:2.0625rem;height:2.3999rem;top:89.3066328125rem;left:8.9375rem;font-size:2rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnLNu8D7rVsr2HTLmClTJqs5FEyLxrcZ { width:2.0625rem;height:2.3999rem;top:103.5908078125rem;left:8.9375rem;font-size:2rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0QkTSmrfyscXo71uBGlzawKuKXGbh0d { width:20rem;height:2.25rem;top:30rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:100016;line-height:1.2;font-family:brown;display:block; }
 }@media only screen and (max-width: 763px) { #JCBX7TT2MM6DibR5L3GG8PM2LJadnfLd { width:1.25rem;height:3.375rem;top:41.8125rem;left:0.6875rem;font-size:2.8125rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;font-weight:300;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #sEBNLfKFX8vUI7AsCGB272d9BxhErwOa { width:16.125rem;height:5.25rem;top:35.875rem;left:3.25rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100016;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dCdcOGyuUoG0UCVmU8PTuwVkT0xOdwWR { width:16.0625rem;height:5.25rem;top:42.125rem;left:3.3125rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HpAXmNGpmHS5qA637l48e2Jphpl349De { width:16.125rem;height:5.25rem;top:48.125rem;left:3.25rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SagkcPCFI9oKTXqzR3uTUTBncvTRdJ7q { width:1.25rem;height:3.375rem;top:48rem;left:0.75rem;font-size:2.8125rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;font-weight:300;font-style:normal;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #Iv9qCaUZt3KPyNx57TarOBOLLT61c7cM { width:16.125rem;height:5.25rem;top:54.375rem;left:3.25rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w4i2rmgaUTUnuzWt512g4sPSAEJ1zB7A { width:1.25rem;height:3.375rem;top:54.3125rem;left:0.5625rem;font-size:2.8125rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;font-weight:300;font-style:normal;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #KMTSLKxQwPFcyMdv896tRqNBUNwQrswz { width:16.1875rem;height:3.5rem;top:61rem;left:3.1875rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sX4VaQkOT7vMK5uBbsQk7cRsiXM70aNJ { width:1.25rem;height:3.375rem;top:60.6875rem;left:0.8125rem;font-size:2.8125rem;line-height:1.2;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;font-weight:300;font-style:normal;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #Shxq9tp8TlEmvxUr4L07Kh61MoOspK0x { width:19.75rem;height:12.375rem;top:109.89931875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMP2K8upA9AfNbv2LTR9mXPZ58VszqQd { width:20rem;height:25rem;top:1.8125rem;left:0rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #QTBUPnvl7GbiJRW2T3yKFqZHgdJ4oXIX { width:20rem;height:29.0625rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d { display:block; }#EscKlDgPEIx2Iy8W5wESb3isR2D8BN6d > .row .container { width:20rem;height:116.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTScpdE71vtxQ9JAlHFEkRLbtlcyCM7b { width:20rem;height:5.19921875rem;top:1.6953125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #P7EANEQM13ClXkhTB8PzbxKHEOtHrFWs { width:20rem;height:37.1909375rem;top:10.625rem;left:0rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #BFKFAU5ih3sDta3L1uXhE5A8yboLJHiK { width:20rem;height:;top:39.125rem;left:0rem;font-size:1.25rem;line-height:1.5;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;z-index:100014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HMsp85lnwhSLdSEKDxMlHc5kyQXTE5EB { width:18.3125rem;height:28.9375rem;top:8.5625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sqlc15sF1zbhhko6KDlKGCi7PGDMEtRM { width:6.625rem;height:1.75rem;top:9.0625rem;left:13.375rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mPlNh2wzM7IDVO8pWsgCeCykfe8Awwgl { width:6.625rem;height:3.5rem;top:18.5rem;left:0rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100020;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NS5M71G08MyShL0DKdefHqwK9D1VIFLd { width:6.625rem;height:1.75rem;top:25.9375rem;left:2.5rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100021;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HI18zt7Z6bvUVHh31EU1T3x96axAJUZi { width:4.9375rem;height:1.75rem;top:23.4375rem;left:14.9375rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100022;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l8gw1QV8qyqHp5Q8sHkvhP65aIVKDQDC { width:4.75rem;height:3.5rem;top:14.1875rem;left:15.25rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100023;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IzMfy3LlkDJzcqQu1KSWf69kicnoMkwt { top:18.4375rem;left:11.875rem;width:6.25rem;height:0.0625rem;z-index:100025;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hmt2pFlZdIgn0epzaaIpb3zlg5xlTUWl { top:11.5rem;left:10.5625rem;width:6.25rem;height:0.0625rem;z-index:100026;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G1NMWVyyTWqpkpKAMrS8Kxp5iEswPqzK { top:22.8125rem;left:2.5rem;width:6.25rem;height:0.0625rem;z-index:100026;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PdPt9hmu0MXBgBxiJ4VaDpIV0Wiuga2H { top:28.375rem;left:5rem;width:6.25rem;height:0.0625rem;z-index:100027;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NTzFNFnM9DUexWARchTFUJUyahyOvgXu { top:25.875rem;left:13.125rem;width:5.625rem;height:0.0625rem;z-index:100028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HPdgCb7MvIuSTvtplK8H5sPyzivr4kq8 { width:5.5625rem;height:auto;top:6rem;left:7.1875rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #GaRL123nwvbzO4PCEZV9B7nZ89S1QwzT { width:7.0625rem;height:auto;top:17.0625rem;left:6.4375rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #woS5Hn8IZtfGL60Cvy1JfJaCDE0dmizo { width:7.0625rem;height:auto;top:25.6875rem;left:6.4375rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #lEFFgdWz7KG8UoTHMKFGWcE0ieyEZdoX { width:5.25rem;height:auto;top:21.25rem;left:7.375rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #O8dK67lLR5OLhtiAp5RyXdQrWdkIimIE { width:7.0625rem;height:auto;top:10rem;left:6.4375rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #DXqPnCPdcUhIzxNnN1QoxS9Ky9idqfly { width:12.5rem;height:0.0625rem;top:144.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGO7Di2xsPTKTlH9bMBpsmfr0KO4iHMo { width:12.5rem;height:0.0625rem;top:145.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTVZukmqTbTVkpNPx11dTEqXGwkDTG7u { width:12.5rem;height:0.0625rem;top:146.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS8kPoQ27BKJNP6XK0rCMQMuqCy4IJfu { width:10rem;height:0.0625rem;top:148.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHCUm5IbbPG6HnCgtDbIVD1rIUlhTkVo { width:10rem;height:0.0625rem;top:149.375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8fyaGsI1QpEWpWlehxmSKJr3HteZiaG { top:0rem;left:0rem;width:20rem;height:0.0625rem;z-index:100028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pnveCtyXTIQGvnqyyvALlJzXLpOAPbXQ { top:63.8125rem;left:0rem;width:20rem;height:28rem;z-index:100022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gNyKRnvTyz6kANlmIKxZTuD3wxV335wT { width:20rem;height:2.4746125rem;top:1.97607421875rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.2;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #meqEQMiLGi6KpdnxztQsI9v2VDc3HSXg { top:33.375rem;left:6.25rem;width:5.625rem;height:0.0625rem;z-index:100029;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kpsu0Ur6FthoDCcnuPeFGi6xx2x9BFP8 { width:6.625rem;height:1.75rem;top:30.875rem;left:5.875rem;font-size:1.25rem;line-height:1.4;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;z-index:100022;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hDpeuWsT5IC4W8MmIU94EUT2LnlkBrqL { width:5.25rem;height:auto;top:29.9375rem;left:7.375rem;font-size:1rem;line-height:1.2;padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ZCL1ChbwhhHZM2ZHWVAgsfbJDcMsvxDz { width:10rem;height:0.0625rem;top:32.375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 { display:block; }#IsB1JWC4XJAKyTdGibCoJL9zmkOFuF56 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frkl27Tn1QV7Tg84lyO8szIiycMGdhON { width:20rem;height:5.0996125rem;top:1rem;left:0rem;font-size:2.125rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ewUD5B5IDKzDo8lho1aOwfOpbX7rnOLI { width:20rem;height:7.9604375rem;top:16.625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #WP9m9zUAgiLRxRUc6lZ1Fb4N84S3OpvL { width:20rem;height:2.798825rem;top:1.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lTTU1MxHE4A2qpig20Aki4HTfNBXQZsB { width:20rem;height:30rem;top:1.08447265625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zaKR4rv12faQLz5ThHJZI7oVuVLVGTtK { width:17.5rem;height:3.4375rem;top:141.37512207031rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwhRUt3X5pK039rwVQMaR4e7gV2msnaT { display:block; }
 }@media only screen and (max-width: 763px) { #bn3uIaV14QHXF4lIWWxaDF7JUzw8QtRK { width:17.5rem;height:3.4375rem;top:6.125rem;left:1.25rem;z-index:100017;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l65dWUN2qRySzFxxo43QX8XM5H7TETtd { display:block; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:20rem;height:12.6875rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0rem none #000000;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { width:2.6875rem;height:2.5625rem;top:5.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { width:2.5rem;height:2.375rem;top:5.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { width:3.1875rem;height:3.0625rem;top:5.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { width:20rem;height:1.13720625rem;top:8.92578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { width:8.5rem;height:2.125rem;top:1.8125rem;left:5rem;display:block; }
 }