.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef8877;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { background-color: transparent; background-image: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container > .video-iframe-container { display: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container { display: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .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); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { border-width: 0; border-radius: 0; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container {  }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#fmPT0P1q1wW0r2XMHSR9JI9aEbcJNdVL { color:#000000;display:block;width:31.375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.390625rem;left:14.3125rem;height:4.0625rem;display:block; }
#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg { z-index:;position:relative;display:block; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg { background-color: transparent; background-image: none; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row .container > .video-iframe-container { display: none; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row > .video-iframe-container { display: none; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .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); }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg { border-width: 0; border-radius: 0; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#oLNRtVHQer0TilaJyC4quaJWVzI00OLJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:7.5rem;top:1.1875rem;left:26.25rem;overflow:hidden;display:block; }
#TKsXAH24n3UFVwwGEuqdCcA5dF336zvH { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3120125rem;width:11.499625rem;top:3.4368896484375rem;left:24.1875rem;overflow:hidden;display:block; }
#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container { background-color: transparent; background-image: none; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container > .video-iframe-container { display: none; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row > .video-iframe-container { display: none; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .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); }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container { border-width: 0; border-radius: 0; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row > .video-iframe-container {  }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:60rem;position:relative;display:block; }#rkz7HcMGfObTH2Dk322oJGtMfIJ7rNAo { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJkIAwPJreHUzGnEF6L0FQtrR0G0wUgq { color:#000000;display:block;width:60rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdkbxMAbtG6EEF86qngXf6CfekfFlmgo { color:#979797;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrw0FZDHUodSW2eUmAHnCVCcix1bP1wL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:23.125rem;top:20.5rem;left:6.25rem;overflow:hidden;display:block; }
#KcAxDhKVpvbfriaKrr1LvcGGKR2JLL4a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:23.3125rem;top:20.375rem;left:31.25rem;overflow:hidden;display:block; }
#OxMlEsJaM6TFWhknQ5IfBeg6pPnoB8FK { color:#000000;display:block;width:7.56225rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:18.8125rem;left:6.25rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DCUqOtFWJe30b1535ayswvXDIzEGSLsi { color:#000000;display:block;width:7.56225rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.625rem;left:31.25rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vJJFrHkef9VPLlfTHJ8xfn3ph0ZAoCNG { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scC4funQ6mOraS62abCvzieBacDLvPE7 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:49.4375rem;left:0rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;background-image:none;position:relative;display:block; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container { background-color: transparent; background-image: none; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container > .video-iframe-container { display: none; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row > .video-iframe-container { display: none; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .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); }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container { border-width: 0; border-radius: 0; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row > .video-iframe-container {  }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:block; }#eERO6nRNf11daXOFDUywi7B7NLpKR8M6 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#EPVMcLNLOcMCwQNxyer8xmG71WpOeu2b { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:18.5625rem;display:block; }
#X85iLwM0OTTImoc8Mg6gIKpO9dJEkf8C { position:absolute;display:block;z-index:15006;height:23.8735625rem;width:28.2485625rem;top:29.74658203125rem;left:15.875rem;display:block; }
#aE1yTiZ8kByvncPz6PCJVov1BObZMekx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container { background-color: transparent; background-image: none; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container > .video-iframe-container { display: none; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row > .video-iframe-container { display: none; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .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); }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container { border-width: 0; border-radius: 0; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row > .video-iframe-container {  }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container { font-size:0.875rem;font-family:arial;height:72.125rem;width:60rem;position:relative;display:block; }#Q4V8PRNbzfCVoeBQPBwofQrVfJ1mfHFu { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uB4AFJxI0WkFPPPOgwpIBrCJbZNtRLKT { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.625rem;left:0rem;height:27rem;display:block; }
#tN9xxaBVla9wqqtvq8LBSry76HF4hRah { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:25rem;top:34.875rem;left:5.625rem;overflow:hidden;display:block; }
#SPvt7KCXIQXRaEGG4FAH0hWt6VDsxTf7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.4375rem;width:25rem;top:34.875rem;left:31.875rem;overflow:hidden;display:block; }
#KhFqbwaeG1QZG42M1l2JW9AD7oZkJnER { color:#000000;display:block;width:7.561625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:33.125rem;left:5.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tetH86lafKE4vh9OfNNNSQ9eH5n0plbu { color:#000000;display:block;width:7.124625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:33.1875rem;left:31.875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container { background-color: transparent; background-image: none; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container > .video-iframe-container { display: none; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row > .video-iframe-container { display: none; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .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); }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container { border-width: 0; border-radius: 0; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row > .video-iframe-container {  }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:60rem;position:relative;display:block; }#HaZv3JI0TzZ76N9I2swAak67RtpALo2E { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875732421875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#RcElgub0s49BGFV7JKEpVBoatV3WiAl8 { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.8759765625rem;left:0rem;height:37.125rem;display:block; }
#KTlskTTBPWDg93GAzk0CNaIh38TasRFb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:27.1875rem;top:8.6259765625rem;left:32.8125rem;overflow:hidden;display:block; }
#i70flc6d2ELhrvrKVuknC6t4edFxvav6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container { background-color: transparent; background-image: none; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container > .video-iframe-container { display: none; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row > .video-iframe-container { display: none; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .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); }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container { border-width: 0; border-radius: 0; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row > .video-iframe-container {  }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:60rem;position:relative;display:block; }#dc0l63d1yyDXUmF1b2IPX0nZBTDmktxH { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8750028610229rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#yilUPNkGH02ztWTUWTmaDrVno8NIcOVS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1245rem;width:29.812rem;top:6.3134765625rem;left:15rem;overflow:hidden;display:block; }
#FnE8NKtBSp34p7ItTyo7lfTADsZ3QN9J { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:33.688720703125rem;left:23.9375rem;display:none; }
#XdUmSTG82cyz9ZDrPXMbnk96N7CBDHcO { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:53.562744140625rem;left:0rem;height:15.1875rem;display:block; }
#IqX8vDHinL1Dxgt8dmQknDdztuazoEUD { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:49.18798828125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#KTDxOEa1feKJzzIXMhXnATNAS6zPg31B { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:45.3125rem;left:0rem;height:1.6875rem;display:block; }
#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container { background-color: transparent; background-image: none; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container > .video-iframe-container { display: none; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row > .video-iframe-container { display: none; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .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); }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container { border-width: 0; border-radius: 0; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row > .video-iframe-container {  }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;position:relative;display:block; }#y9dTU7II7mL6nmOqfUiebkaUvgrwADFS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33rem;width:28.5rem;top:11.28125rem;left:14.0625rem;overflow:hidden;display:block; }
#VUKtiAoFUDFkvitSiWSadSGGmob6VaEX { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:3rem;display:block; }
#cS5NVvxTRpe1929o8PyMB0ASL0X0SoFD { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:45rem;display:block; }
#SMQyN8yAizTPK77vrBgu9Uhn8gyTOZQi { position:absolute;display:block;z-index:15014;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.06201175rem;width:5rem;top:25.8125rem;left:37.5rem;display:block; }
#SbQcCnb1BaTtQeTF5nJaATmrR8Jrgt3T { position:absolute;display:block;z-index:15015;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.06201175rem;width:5rem;top:32.125rem;left:37.5rem;display:block; }
#GbAJHCKXHAGgklSWmQNvHbiDCo9IrrPQ { color:#000000;display:block;width:25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:1.875rem;display:block; }
#o3aSpXVTSQExt5Rxug8wtdoV5244q83T { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:37.4375rem;height:45rem;display:block; }
#CPTVXQqHuf1eoA0G1QQoNDysb5L8QiGS { color:#000000;display:block;width:22.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.3125rem;left:37.5rem;height:1.875rem;display:block; }
#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container { background-color: transparent; background-image: none; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container > .video-iframe-container { display: none; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row > .video-iframe-container { display: none; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .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); }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container { border-width: 0; border-radius: 0; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row > .video-iframe-container {  }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:60rem;position:relative;display:block; }#p0RvVJ4n8s5rPys6756sxMsat8RT4anS { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mR6NteeqfXmJQaZPqUxZTg16k1JauiB4 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:9.375rem;display:block; }
#ha8SaNZrTIWrBUzZh8c1TvMOlsRyTNb9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#F9MfAo5Q59GLKnT7u082wvo4aR7aTCO3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.25rem;top:21.4375rem;left:16.25rem;overflow:hidden;display:block; }
#DZib2GKAJliFIF0NeCcpLcyy8QIgrh2N { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:33.5rem;top:8.9375rem;left:26.5rem;overflow:hidden;display:block; }
#LmJENP1qBkGFC3v5t6lgeurrllKbe6Tx { position:absolute;display:block;z-index:15022;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:56.25rem;top:41.3125rem;left:1.875rem;display:block; }
#pxvLhdsFt0hu8d3TRpsWR2kR4T0XW9zc { color:#000000;display:block;width:22.812rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:47.75rem;left:37.25rem;height:11.25rem;display:block; }
#hok7G3HURm41z3GWR84NpRVN2f1fgCN1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:46.125rem;left:34.5rem;overflow:hidden;display:block; }
#Ueh3STSlw54FV0UgfyQ2Qk8JZvlphLWT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4995125rem;width:3.2495125rem;top:59.625rem;left:56.8125rem;overflow:hidden;display:block; }
#IkUUpAKdKk8bRo4lN62rwPSDQLgNvMT5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:33.5rem;top:46.125rem;left:0rem;overflow:hidden;display:block; }
#bWPGWvxr1sI839QeNMB208IW691dKTIT { color:#000000;display:block;width:22.625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:81.25rem;left:0rem;height:5.625rem;display:block; }
#pUBhQABGc0wIbb2QQ6h5mmwW1QagWNiS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:80.125rem;left:0rem;overflow:hidden;display:block; }
#UPhmqf0bwEdXo8EDDDe2Ha8snLNT8eN3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4995125rem;width:3.2495125rem;top:88.9375rem;left:15rem;overflow:hidden;display:block; }
#EIEpwJpTsKbrAJNnMd29W6cqZ75rPcBE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:33.5625rem;top:80rem;left:26.4375rem;overflow:hidden;display:block; }
#IuEKJ2CSagHE2rhiMqPCiZ8NRVmq6gGN { position:absolute;display:block;z-index:15028;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.062255875rem;width:56.25rem;top:76.5rem;left:1.875rem;display:block; }
#yE8H8Togip4gpDZupmLbxsV34VlB4HaT { position:absolute;display:block;z-index:15029;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;height:26.875rem;width:0.625rem;top:8.625rem;left:46.625rem;display:block; }
#aVZw8fv2EkUkn1aI60ywCuCcZvnQ5mVT { position:absolute;display:block;z-index:15030;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;height:27.625rem;width:0.625rem;top:45.6875rem;left:11.25rem;display:block; }
#QkLtRbEsGdFzMsdmLSQnWyApkvzff8ce { position:absolute;display:block;z-index:15031;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;height:31.25rem;width:0.624511875rem;top:78.25rem;left:46.4375rem;display:block; }
#X1n0oumuFSzzZff950TQ4CscRAALAwtk { position:absolute;display:block;z-index:15030;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;height:33.1875rem;width:0.625rem;top:48.624755859375rem;left:12.5625rem;display:none; }
#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container { background-color: transparent; background-image: none; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container > .video-iframe-container { display: none; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row > .video-iframe-container { display: none; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .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); }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container { border-width: 0; border-radius: 0; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row > .video-iframe-container {  }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#nUy6yepuZDQA8vsidpxdNcRRwwaVRvZm { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#THRRBuK2xn532xOp1PDDdmxK1Q7yfkzw { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.99951171875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container { background-color: transparent; background-image: none; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container > .video-iframe-container { display: none; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row > .video-iframe-container { display: none; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .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); }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container { border-width: 0; border-radius: 0; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row > .video-iframe-container {  }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#O7TCgknNfocKC997uh9Fi6a8kzK9XcdV { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#T3EAKgWLf0QpJ2TpWQasKxOgS7MSLucp { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.99951171875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w { 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; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container { background-color: transparent; background-image: none; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container > .video-iframe-container { display: none; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row > .video-iframe-container { display: none; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .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); }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container { border-width: 0; border-radius: 0; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row > .video-iframe-container {  }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV { border-width: 0; border-radius: 0; }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV > .row .container > .video-iframe-container {  }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:none; }#T7p9N91s7UTRbn26BMiV5h6RpL0m602L { 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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.875rem;left:21.25rem;display:block; }
#JpR4CqPRDCzOHbc7EtuCOFJ4FBNXNp4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tkcy6sUNzmP2ch0vvoTWTVGqDDcTsxtM { 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-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#X8JeWM2C0PonTkTfOmdnkvZTSTGJMRTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le { display:block; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmPT0P1q1wW0r2XMHSR9JI9aEbcJNdVL { top:0.375rem;left:8.1875rem;width:31.375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg { display:block; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLNRtVHQer0TilaJyC4quaJWVzI00OLJ { top:1.1875rem;left:20.125rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsXAH24n3UFVwwGEuqdCcA5dF336zvH { top:3.375rem;left:18.0625rem;width:11.4375rem;height:2.2995471949867rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ZlOKhFyreGC8PatriDaR1f9H6blpXz { display:block; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkz7HcMGfObTH2Dk322oJGtMfIJ7rNAo { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkIAwPJreHUzGnEF6L0FQtrR0G0wUgq { top:5.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkbxMAbtG6EEF86qngXf6CfekfFlmgo { width:47.75rem;height:1.6875rem;top:8.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrw0FZDHUodSW2eUmAHnCVCcix1bP1wL { top:20.5rem;left:0.125rem;width:23.125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcAxDhKVpvbfriaKrr1LvcGGKR2JLL4a { top:20.375rem;left:24.4375rem;width:23.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxMlEsJaM6TFWhknQ5IfBeg6pPnoB8FK { top:18.8125rem;left:0.125rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUqOtFWJe30b1535ayswvXDIzEGSLsi { top:18.625rem;left:25.125rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJFrHkef9VPLlfTHJ8xfn3ph0ZAoCNG { width:47.75rem;height:5.0625rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scC4funQ6mOraS62abCvzieBacDLvPE7 { width:47.75rem;height:27rem;top:49.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx { display:block; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eERO6nRNf11daXOFDUywi7B7NLpKR8M6 { top:2.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPVMcLNLOcMCwQNxyer8xmG71WpOeu2b { top:7.0625rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85iLwM0OTTImoc8Mg6gIKpO9dJEkf8C { top:29.6875rem;left:9.75rem;width:28.1875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE1yTiZ8kByvncPz6PCJVov1BObZMekx { display:block; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4V8PRNbzfCVoeBQPBwofQrVfJ1mfHFu { top:2.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB4AFJxI0WkFPPPOgwpIBrCJbZNtRLKT { top:7.625rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN9xxaBVla9wqqtvq8LBSry76HF4hRah { top:34.875rem;left:0rem;width:25rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPvt7KCXIQXRaEGG4FAH0hWt6VDsxTf7 { top:34.875rem;left:22.75rem;width:25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhFqbwaeG1QZG42M1l2JW9AD7oZkJnER { top:33.125rem;left:0rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetH86lafKE4vh9OfNNNSQ9eH5n0plbu { top:33.1875rem;left:25.75rem;width:7.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv { display:block; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaZv3JI0TzZ76N9I2swAak67RtpALo2E { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcElgub0s49BGFV7JKEpVBoatV3WiAl8 { top:6.875rem;left:0rem;width:37.6875rem;height:40.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlskTTBPWDg93GAzk0CNaIh38TasRFb { top:8.625rem;left:20.5625rem;width:27.1875rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70flc6d2ELhrvrKVuknC6t4edFxvav6 { display:block; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc0l63d1yyDXUmF1b2IPX0nZBTDmktxH { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yilUPNkGH02ztWTUWTmaDrVno8NIcOVS { top:6.3125rem;left:8.875rem;width:29.75rem;height:35.051540512889rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnE8NKtBSp34p7ItTyo7lfTADsZ3QN9J { top:34.3125rem;left:17.8125rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XdUmSTG82cyz9ZDrPXMbnk96N7CBDHcO { top:53.5625rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqX8vDHinL1Dxgt8dmQknDdztuazoEUD { top:49.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDxOEa1feKJzzIXMhXnATNAS6zPg31B { top:45.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 { display:block; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9dTU7II7mL6nmOqfUiebkaUvgrwADFS { top:11.25rem;left:7.9375rem;width:28.5rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUKtiAoFUDFkvitSiWSadSGGmob6VaEX { top:2.4375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5NVvxTRpe1929o8PyMB0ASL0X0SoFD { top:9.75rem;left:0rem;width:22.8125rem;height:50.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMQyN8yAizTPK77vrBgu9Uhn8gyTOZQi { top:25.8125rem;left:31.375rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SbQcCnb1BaTtQeTF5nJaATmrR8Jrgt3T { top:32.125rem;left:31.375rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GbAJHCKXHAGgklSWmQNvHbiDCo9IrrPQ { top:6.8125rem;left:0rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3aSpXVTSQExt5Rxug8wtdoV5244q83T { top:9.6875rem;left:25.1875rem;width:22.5625rem;height:46.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTVXQqHuf1eoA0G1QQoNDysb5L8QiGS { top:6.3125rem;left:25.25rem;width:22.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 { display:block; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0RvVJ4n8s5rPys6756sxMsat8RT4anS { top:1.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6NteeqfXmJQaZPqUxZTg16k1JauiB4 { top:9.25rem;left:0rem;width:22.8125rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8SaNZrTIWrBUzZh8c1TvMOlsRyTNb9 { top:8.1875rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9MfAo5Q59GLKnT7u082wvo4aR7aTCO3 { top:21.4375rem;left:10.125rem;width:3.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZib2GKAJliFIF0NeCcpLcyy8QIgrh2N { top:8.9375rem;left:14.25rem;width:33.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJENP1qBkGFC3v5t6lgeurrllKbe6Tx { top:41.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxvLhdsFt0hu8d3TRpsWR2kR4T0XW9zc { top:47.75rem;left:25rem;width:22.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hok7G3HURm41z3GWR84NpRVN2f1fgCN1 { top:46.125rem;left:28.375rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueh3STSlw54FV0UgfyQ2Qk8JZvlphLWT { top:59.625rem;left:44.5625rem;width:3.1875rem;height:2.4518127238316rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkUUpAKdKk8bRo4lN62rwPSDQLgNvMT5 { top:46.125rem;left:0rem;width:33.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPGWvxr1sI839QeNMB208IW691dKTIT { top:81.25rem;left:0rem;width:22.625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUBhQABGc0wIbb2QQ6h5mmwW1QagWNiS { top:80.125rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhmqf0bwEdXo8EDDDe2Ha8snLNT8eN3 { top:88.9375rem;left:8.875rem;width:3.1875rem;height:2.4518127238316rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIEpwJpTsKbrAJNnMd29W6cqZ75rPcBE { top:80rem;left:14.1875rem;width:33.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEKJ2CSagHE2rhiMqPCiZ8NRVmq6gGN { top:76.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yE8H8Togip4gpDZupmLbxsV34VlB4HaT { top:8.625rem;left:40.5rem;width:0.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZw8fv2EkUkn1aI60ywCuCcZvnQ5mVT { top:45.6875rem;left:5.125rem;width:0.625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkLtRbEsGdFzMsdmLSQnWyApkvzff8ce { top:78.25rem;left:40.3125rem;width:0.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1n0oumuFSzzZff950TQ4CscRAALAwtk { top:48.5625rem;left:6.4375rem;width:0.625rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou { display:block; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUy6yepuZDQA8vsidpxdNcRRwwaVRvZm { top:2.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRRBuK2xn532xOp1PDDdmxK1Q7yfkzw { top:7.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT { display:block; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7TCgknNfocKC997uh9Fi6a8kzK9XcdV { top:2.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3EAKgWLf0QpJ2TpWQasKxOgS7MSLucp { top:7.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w { display:block; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV { display:none; }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7p9N91s7UTRbn26BMiV5h6RpL0m602L { width:17.5rem;height:3.4375rem;top:23.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpR4CqPRDCzOHbc7EtuCOFJ4FBNXNp4f { display:block; }
 }@media only screen and (max-width: 763px) { #Tkcy6sUNzmP2ch0vvoTWTVGqDDcTsxtM { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8JeWM2C0PonTkTfOmdnkvZTSTGJMRTT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ef8877;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { background-color: transparent; background-image: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container > .video-iframe-container { display: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container { display: none; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .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); }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { border-width: 0; border-radius: 0; }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row > .video-iframe-container {  }#VFge9Hp8TBcv1iRsUz7w6ptfhHVwc5Le > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmPT0P1q1wW0r2XMHSR9JI9aEbcJNdVL { width:20rem;height:1.21875rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg { display:block; }#itXHH8GoIHHgy5nbbNeBrT8ZU8DpEhSg > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLNRtVHQer0TilaJyC4quaJWVzI00OLJ { width:7.5rem;height:1.25rem;top:1.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKsXAH24n3UFVwwGEuqdCcA5dF336zvH { width:11.4375rem;height:2.2995221990934rem;top:4.310302734375rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ZlOKhFyreGC8PatriDaR1f9H6blpXz { display:block; }#m4ZlOKhFyreGC8PatriDaR1f9H6blpXz > .row .container { width:20rem;height:181.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkz7HcMGfObTH2Dk322oJGtMfIJ7rNAo { width:19.9985625rem;height:10.3984375rem;top:1.25rem;left:0.0009765625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJkIAwPJreHUzGnEF6L0FQtrR0G0wUgq { width:19.9980625rem;height:6.5800625rem;top:12.362630844116rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gdkbxMAbtG6EEF86qngXf6CfekfFlmgo { width:19.9980625rem;height:2.0625rem;top:19.754558563233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrw0FZDHUodSW2eUmAHnCVCcix1bP1wL { width:19.6875rem;height:23.5625rem;top:24.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcAxDhKVpvbfriaKrr1LvcGGKR2JLL4a { width:19.6875rem;height:23.5625rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxMlEsJaM6TFWhknQ5IfBeg6pPnoB8FK { width:7.5610625rem;height:1.625rem;top:23.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DCUqOtFWJe30b1535ayswvXDIzEGSLsi { width:7.5610625rem;height:1.625rem;top:51.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vJJFrHkef9VPLlfTHJ8xfn3ph0ZAoCNG { width:19.9981875rem;height:20.625rem;top:80rem;left:0.001220703125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scC4funQ6mOraS62abCvzieBacDLvPE7 { width:19.9975625rem;height:76.875rem;top:102.5rem;left:0.0018310546875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx { display:block; }#dQTHerZIDx2g8lb7TwTdiGUhp6T8LINx > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eERO6nRNf11daXOFDUywi7B7NLpKR8M6 { width:19.999rem;height:6.3369375rem;top:1.5rem;left:0.0009765625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPVMcLNLOcMCwQNxyer8xmG71WpOeu2b { width:19.9980625rem;height:60rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85iLwM0OTTImoc8Mg6gIKpO9dJEkf8C { width:19.9975625rem;height:23.81225rem;top:71.187744140625rem;left:0.0018310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE1yTiZ8kByvncPz6PCJVov1BObZMekx { display:block; }#aE1yTiZ8kByvncPz6PCJVov1BObZMekx > .row .container { width:20rem;height:151.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4V8PRNbzfCVoeBQPBwofQrVfJ1mfHFu { width:19.9980625rem;height:6.3369375rem;top:1.74853515625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uB4AFJxI0WkFPPPOgwpIBrCJbZNtRLKT { width:19.9985625rem;height:82.5rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN9xxaBVla9wqqtvq8LBSry76HF4hRah { width:19.9375rem;height:23.5rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPvt7KCXIQXRaEGG4FAH0hWt6VDsxTf7 { width:20rem;height:23.562rem;top:123.68774414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhFqbwaeG1QZG42M1l2JW9AD7oZkJnER { width:7.562rem;height:1.625rem;top:93.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tetH86lafKE4vh9OfNNNSQ9eH5n0plbu { width:7.1245rem;height:1.625rem;top:122.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv { display:block; }#i0Q7KG78QtlWs64AeXiuSTzhKl60tiUv > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaZv3JI0TzZ76N9I2swAak67RtpALo2E { width:19.9980625rem;height:4.2246125rem;top:1.3740234375rem;left:0.00146484375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcElgub0s49BGFV7JKEpVBoatV3WiAl8 { width:19.9980625rem;height:86.25rem;top:31.3125rem;left:0.00146484375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlskTTBPWDg93GAzk0CNaIh38TasRFb { width:15.6875rem;height:23.3125rem;top:6.8125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70flc6d2ELhrvrKVuknC6t4edFxvav6 { display:block; }#i70flc6d2ELhrvrKVuknC6t4edFxvav6 > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dc0l63d1yyDXUmF1b2IPX0nZBTDmktxH { width:19.9985625rem;height:2.11230625rem;top:0.8125rem;left:0.0009765625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yilUPNkGH02ztWTUWTmaDrVno8NIcOVS { width:19.9375rem;height:23.5rem;top:3.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnE8NKtBSp34p7ItTyo7lfTADsZ3QN9J { top:47.9873046875rem;left:0rem;width:19.9995rem;height:0.81225625rem;z-index:15034;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XdUmSTG82cyz9ZDrPXMbnk96N7CBDHcO { width:19.9975625rem;height:43.125rem;top:43.750610351562rem;left:0.0018310546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqX8vDHinL1Dxgt8dmQknDdztuazoEUD { width:19.9975625rem;height:6.3369375rem;top:36.250610351562rem;left:0.0018310546875rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KTDxOEa1feKJzzIXMhXnATNAS6zPg31B { width:19.9981875rem;height:5.625rem;top:28.750610351562rem;left:0.001220703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 { display:block; }#l9JZQLLLHiWwroETNoDhVUSAbGs5OBH0 > .row .container { width:20rem;height:177.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9dTU7II7mL6nmOqfUiebkaUvgrwADFS { width:20rem;height:23.25rem;top:3.26416015625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VUKtiAoFUDFkvitSiWSadSGGmob6VaEX { width:19.9985625rem;height:4.875rem;top:1.1875rem;left:0.0009765625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS5NVvxTRpe1929o8PyMB0ASL0X0SoFD { width:20rem;height:72.5625rem;top:28.388671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMQyN8yAizTPK77vrBgu9Uhn8gyTOZQi { width:5rem;height:0;top:25.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbQcCnb1BaTtQeTF5nJaATmrR8Jrgt3T { width:5rem;height:0;top:32.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbAJHCKXHAGgklSWmQNvHbiDCo9IrrPQ { width:20rem;height:1.875rem;top:25.76416015625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3aSpXVTSQExt5Rxug8wtdoV5244q83T { width:20rem;height:69.1875rem;top:106.06140136719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTVXQqHuf1eoA0G1QQoNDysb5L8QiGS { width:20rem;height:1.875rem;top:102.81127929688rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 { display:block; }#zKx0C8yZIkNG0Hw4WebXlRqIzvkrMCW9 > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0RvVJ4n8s5rPys6756sxMsat8RT4anS { width:19.999rem;height:4.2246125rem;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mR6NteeqfXmJQaZPqUxZTg16k1JauiB4 { width:19.999rem;height:13.125rem;top:27.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8SaNZrTIWrBUzZh8c1TvMOlsRyTNb9 { width:2.5rem;height:2rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9MfAo5Q59GLKnT7u082wvo4aR7aTCO3 { width:2.5rem;height:1.875rem;top:41.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZib2GKAJliFIF0NeCcpLcyy8QIgrh2N { width:20rem;height:15.6875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJENP1qBkGFC3v5t6lgeurrllKbe6Tx { width:20rem;height:0.0625rem;top:89.9718984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxvLhdsFt0hu8d3TRpsWR2kR4T0XW9zc { width:19.9995rem;height:15rem;top:65.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hok7G3HURm41z3GWR84NpRVN2f1fgCN1 { width:2.5rem;height:2rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueh3STSlw54FV0UgfyQ2Qk8JZvlphLWT { width:2.5rem;height:1.875rem;top:79.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkUUpAKdKk8bRo4lN62rwPSDQLgNvMT5 { width:20rem;height:15.6875rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPGWvxr1sI839QeNMB208IW691dKTIT { width:19.999rem;height:7.5rem;top:103.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUBhQABGc0wIbb2QQ6h5mmwW1QagWNiS { width:2.5rem;height:2rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhmqf0bwEdXo8EDDDe2Ha8snLNT8eN3 { width:2.5rem;height:1.875rem;top:112.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIEpwJpTsKbrAJNnMd29W6cqZ75rPcBE { width:20rem;height:15.6875rem;top:83.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuEKJ2CSagHE2rhiMqPCiZ8NRVmq6gGN { width:20rem;height:0;top:103.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE8H8Togip4gpDZupmLbxsV34VlB4HaT { width:0.3125rem;height:17.0625rem;top:6rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZw8fv2EkUkn1aI60ywCuCcZvnQ5mVT { width:0.3125rem;height:18.1875rem;top:44.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkLtRbEsGdFzMsdmLSQnWyApkvzff8ce { width:0.5625rem;height:33.1875rem;top:205.8474234375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1n0oumuFSzzZff950TQ4CscRAALAwtk { width:0.3125rem;height:20.0625rem;top:80.6875rem;left:9.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou { display:block; }#VRnmNDP6OCGuPtlLcnQlmTfT1Rn2pBou > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUy6yepuZDQA8vsidpxdNcRRwwaVRvZm { width:19.9995rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THRRBuK2xn532xOp1PDDdmxK1Q7yfkzw { width:19.999rem;height:6.5rem;top:14rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT { display:block; }#FUGCJhG3nRxTx5r8oasTlMTFQGTzu7wT > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7TCgknNfocKC997uh9Fi6a8kzK9XcdV { width:19.9995rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3EAKgWLf0QpJ2TpWQasKxOgS7MSLucp { width:19.999rem;height:6.5rem;top:14rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w { position:relative;z-index:auto;display:block; }#KMFU8ydHmddKgvLwtqTkvGBbkgyNGS5w > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ivqsc1xAVma2LVbXvyeNxdmsuCPt9CuV > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7p9N91s7UTRbn26BMiV5h6RpL0m602L { width:17.5rem;height:3.4375rem;top:23.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpR4CqPRDCzOHbc7EtuCOFJ4FBNXNp4f { display:block; }
 }@media only screen and (max-width: 763px) { #Tkcy6sUNzmP2ch0vvoTWTVGqDDcTsxtM { top:1.56494140625rem;left:0.001220703125rem;width:19.9981875rem;height:3.4368875rem;z-index:15008;font-family:brown;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) { #X8JeWM2C0PonTkTfOmdnkvZTSTGJMRTT { display:block; }
 }