.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef8877;background-image:none;position:fixed;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { background-color: transparent; background-image: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container > .video-iframe-container { display: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container { display: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .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); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { border-width: 0; border-radius: 0; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#AZPKDdT7G3Pu3G84S4ypGoseJLtf5kFn { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.640625rem;left:22.40625rem;height:2.08680625rem;display:block; }
#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq { z-index:;position:relative;display:block; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq { background-color: transparent; background-image: none; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row .container > .video-iframe-container { display: none; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row > .video-iframe-container { display: none; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .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); }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq { border-width: 0; border-radius: 0; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .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:3.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#aU8o9HkvXJ7C2gRkca7hdd6f4u7bTMSa { 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:33.75rem;overflow:hidden;display:block; }
#wRqkdrvoZKlAZ51nLupFJhVmLtumU2yr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:60rem;display:none; }
#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container { background-color: transparent; background-image: none; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container > .video-iframe-container { display: none; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row > .video-iframe-container { display: none; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .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); }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container { border-width: 0; border-radius: 0; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row > .video-iframe-container {  }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:block; }#psBQckfrv7OgS56yTemn3Fh0eJtGgHSm { color:#000000;display:block;width:75rem;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.65538125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgO5S2GeP38Ec6G4NTTGmw91a2lO8Sfl { color:#000000;display:block;width:75rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.8241105079651rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdDUb0H5cEEv5JAB5BcTF8vDWmibGKgx { color:#979797;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.0115017890931rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGyaVSi2ulBln0Tl0sAqHX7gbrQtDQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:19.1875rem;top:18.46875rem;left:16.8125rem;overflow:hidden;display:block; }
#KnVze2Nny9Fy9bi1cqx8l10ylNt1G5Q6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:19.125rem;top:18.5rem;left:37.0625rem;overflow:hidden;display:block; }
#x0fUfDpNfn6gZONoNy2aHOTPlRQJ1UVR { color:#000000;display:block;width:7.562rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.78125rem;left:16.8125rem;height:1.80555625rem;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; }
#OG3rMGCIlLR24Prx26oEGdZkdI8Z6aSI { color:#000000;display:block;width:7.5615rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.78125rem;left:37.0625rem;height:1.80555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFN3aDRNZ37sbOPet12aN1mdTTNmch34 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.561767578125rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QVCawTHFLOO5Nm9Tz2f8THZIFrEL0g2b { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:50.310762405396rem;left:0rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;background-image:none;position:relative;display:block; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container { background-color: transparent; background-image: none; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container > .video-iframe-container { display: none; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row > .video-iframe-container { display: none; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .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); }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container { border-width: 0; border-radius: 0; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row > .video-iframe-container {  }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#fsOO82EwiOGPPobmlDXSJFfllXbPAia9 { color:#000000;display:block;width:75rem;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.65538125rem;text-align:center;text-align-last:center;display:block; }
#WwMG125TGuCWwJRSEodTIWrvWnTpc8ET { color:#000000;display:block;width:75rem;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:23.7361125rem;display:block; }
#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container { background-color: transparent; background-image: none; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container > .video-iframe-container { display: none; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row > .video-iframe-container { display: none; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .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); }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container { border-width: 0; border-radius: 0; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row > .video-iframe-container {  }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#lT8w8BQXPfCmIAUxoTSg6Ai6m2bJL5FW { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.65538125rem;text-align:center;text-align-last:center;display:block; }
#XnWEIJP10rRtu5rdWwOVim5XeFCZwcK9 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.499267578125rem;left:0rem;height:20.3611125rem;display:block; }
#W9IItNcLVXmQ1MILTPbvW6OT9cQp860L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:21.25rem;top:31.9375rem;left:15.8125rem;overflow:hidden;display:block; }
#orvQnE94EN1fF36Cx5h6tHTDQqEHPagI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:21.25rem;top:31.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#CL9GH3NtJwCO193iwe9o3iKcpcWo1NLa { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.25rem;left:15.8125rem;height:1.80555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdhI7f7ndAeODG9E6o7x6IL877ABV2wf { color:#000000;display:block;width:7.562rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:30.25rem;left:37.9375rem;height:1.80555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container { background-color: transparent; background-image: none; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container > .video-iframe-container { display: none; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row > .video-iframe-container { display: none; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .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); }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container { border-width: 0; border-radius: 0; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row > .video-iframe-container {  }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#Ql4JtBG9RnhgWX82mfCiv3QCbdAuPZKT { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8755428791046rem;left:0rem;height:2.65538125rem;text-align:center;text-align-last:center;display:block; }
#BoCfKlqrnBmfSdod72476RDffgi88puT { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5009765625rem;left:7.5rem;height:13.55555625rem;display:block; }
#cFERq8nCnH9wL33sUFiJC9Ld3L8TTETL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.6875rem;width:27.6248125rem;top:2.7479382753372rem;left:39.9375rem;overflow:hidden;display:block; }
#Wmk3V0LoP9zeZGZAXtdlwbiVT1CnNPr5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.187175rem;width:8.187375rem;top:21.435546875rem;left:22.375rem;overflow:hidden;display:block; }
#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container { background-color: transparent; background-image: none; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container > .video-iframe-container { display: none; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row > .video-iframe-container { display: none; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .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); }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container { border-width: 0; border-radius: 0; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row > .video-iframe-container {  }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#McCZqvaXu26AibtXIKAt50Wa4Gp2Ccaw { color:#000000;display:block;width:75rem;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.599825rem;text-align:center;text-align-last:center;display:block; }
#cF3kTxlCOVdbfUWt0UwBMACw6ETzAAgS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4995rem;width:25.37475rem;top:5.126953125rem;left:25rem;overflow:hidden;display:block; }
#gQfR3pfePv8wKIcMrX5uhFeREs7l7em1 { 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:31.4375rem;display:none; }
#SJG17ThP9ynkAt5JnmRPRbM1HR8qkoXC { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:51.3125rem;left:0rem;height:15.24305625rem;display:block; }
#lEoJ3IW56445IXppwpFiRZ3mp455WGkk { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:46.9375rem;left:0rem;height:3.05555625rem;text-align:center;text-align-last:center;display:block; }
#ZsZBx6B1GyGRcVu0TQzlx9esUorz39g7 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:44.249134063721rem;left:0rem;height:1.6875rem;display:block; }
#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container { background-color: transparent; background-image: none; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container > .video-iframe-container { display: none; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row > .video-iframe-container { display: none; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .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); }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container { border-width: 0; border-radius: 0; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row > .video-iframe-container {  }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#gHiJy6Eh1IP6BVIPmCZ88AcVJaTzfdNJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.687375rem;width:17.6248125rem;top:8.3745667934419rem;left:28.625rem;overflow:hidden;display:block; }
#iXUM8iG2lu72LgcQ49OQEX2cfo2cVh14 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.939208984375rem;left:0rem;height:3rem;display:block; }
#nzpHagH5ViDbvHU7FvkwvuPqyxZE02As { color:#000000;display:block;width:25.187375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.3740234375rem;left:0rem;height:36rem;display:block; }
#of32vIiTamhGe70vgGzvQQyAweppxg8K { position:absolute;display:block;z-index:15009;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:3.75rem;top:15.8125rem;left:43.4375rem;display:block; }
#H44PgatNq7WMoEG6qGlFXVWVsEJJtuZ5 { color:#000000;display:block;width:25.499875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.3740234375rem;left:49.500122070312rem;height:37.5rem;display:block; }
#TIOsXe1e9J8wcTx2FKmoTsPOTRy6r3I1 { position:absolute;display:block;z-index:15010;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:3.75rem;top:21.0625rem;left:43.4375rem;display:block; }
#cDfd56b3BRKeGwWcliBu8t3y7V8FDmWX { position:absolute;display:block;z-index:15011;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:3.75rem;top:25.22021484375rem;left:43.4375rem;display:block; }
#VmGxTWJU39NU9IymgbZeoQJ753fP9Cud { position:absolute;display:block;z-index:15012;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:3.75rem;top:25.22021484375rem;left:25.6875rem;display:block; }
#ptmf2oh9SyH4RHrrKE9y4hEX0TXzURCc { position:absolute;display:block;z-index:15013;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:3.75rem;top:21.0625rem;left:25.6875rem;display:block; }
#LQpGXuy94wfuIVBsBe4FghtcxC1OManf { 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:3.75rem;top:15.8125rem;left:25.6875rem;display:block; }
#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container { background-color: transparent; background-image: none; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container > .video-iframe-container { display: none; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row > .video-iframe-container { display: none; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .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); }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container { border-width: 0; border-radius: 0; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row > .video-iframe-container {  }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container { font-size:0.875rem;font-family:arial;height:115.125rem;width:75rem;position:relative;display:block; }#HGdFP5CslOV6WDXpt8UhnKF5U1cpXvv2 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.31201171875rem;left:0rem;height:2.65538125rem;text-align:center;text-align-last:center;display:block; }
#b1CvIRf7ABxbfS0lyHOROrmWnJKpgRnB { 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:12rem;left:4.1875rem;height:16.875rem;display:block; }
#Ep4k1ohcOb9eChvTF8qnb8fSh3o0k1Vw { 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:10.9375rem;left:0rem;overflow:hidden;display:block; }
#BWhRs0TII7kAoRAlN2ges4GT7gsJhckT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.24913125rem;top:27.436641693115rem;left:23.184028625488rem;overflow:hidden;display:block; }
#ZbTqNU9UJsTCAfc2HXOfecMxTI9EJl2M { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:33.4375rem;top:12.249755859375rem;left:37.1484375rem;overflow:hidden;display:block; }
#I8SdPpmZXHrcraNABSUReBVzPlZ35CDH { 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:43.82958984375rem;left:9.375rem;display:block; }
#T3mfGmnOobrRn8oLXeDwiuVmpFIzrECr { 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:50.25rem;left:45.999755859375rem;height:20.625rem;display:block; }
#ORCHSagZbF4UW2aqK2GRANToUsULQmsi { 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:48.625rem;left:42rem;overflow:hidden;display:block; }
#nCH3gWDn51uBW6CX6pgthZikmwTOuTxR { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4982625rem;width:3.24913125rem;top:69.68575286865rem;left:65.6250038147rem;overflow:hidden;display:block; }
#O65whVz9AaxDSTuJA89Hnh7mrzgug9XQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:33.4375rem;top:48.624755859375rem;left:2.335693359375rem;overflow:hidden;display:block; }
#PEAxtGNUxhsTIDn9bsQCAqcnrBXXa8hF { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:83.6875rem;left:4.1875rem;height:20.625rem;display:block; }
#oBFvHTa4X53M83FbWT8Rh9TzdCQ9dBpN { 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:82.625rem;left:0rem;overflow:hidden;display:block; }
#eUFUaBTmH54VzEsVWKgJXFCAEsTp5lM7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.49913125rem;width:3.24913125rem;top:103.37414169311rem;left:23.181423187256rem;overflow:hidden;display:block; }
#IcTlwGoTlkit4i0so5MibHNI2SVgQMEu { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:33.5rem;top:83.6875rem;left:35.4375rem;overflow:hidden;display:block; }
#bRo2xxh4s7zx9XuL5DwnxDnTwaZ9rdD4 { 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:79rem;left:9.375rem;display:block; }
#wk4Spi6SezPgyGgB0q6DPiEkibOf7RP7 { 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:12rem;left:53.5859375rem;display:block; }
#guyHfIIBCOGfKIfT6OyHrPcowIEepZOc { 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:48.625rem;left:18.77294921875rem;display:block; }
#sTw0xgt7bXb3hoTiNC5qUmMahczDLZSK { 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:81.87451171875rem;left:51.90625rem;display:block; }
#gQ5plhJV5zISnvv48NbcJL0lJ9hv6E6C { 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:20.083740234375rem;display:none; }
#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container { background-color: transparent; background-image: none; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container > .video-iframe-container { display: none; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row > .video-iframe-container { display: none; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .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); }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container { border-width: 0; border-radius: 0; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row > .video-iframe-container {  }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#eTdkNaFSGAaQRUIvuyqOFyqMyqPzZc56 { color:#000000;display:block;width:75rem;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; }
#MEgez1dXV0PcMokaxrgmBhQ2EuTG1S0J { color:#000000;display:block;width:75rem;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; }
#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe { 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; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container { background-color: transparent; background-image: none; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container > .video-iframe-container { display: none; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row > .video-iframe-container { display: none; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .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); }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container { border-width: 0; border-radius: 0; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row > .video-iframe-container {  }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 { position:relative;z-index:auto;display:block; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 { background-color: transparent; background-image: none; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row .container > .video-iframe-container { display: none; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row > .video-iframe-container { display: none; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .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); }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 { border-width: 0; border-radius: 0; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row .container > .video-iframe-container {  }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .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:75rem;position:relative;display:block; }#zuGvBFJP22nNsvcIKksSOxGI4RdBBalg { 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:28.75rem;display:block; }
#uNqre2Ak2MTLxBeVxm957hlZd6QwDTgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKfAzzbdwb7y1W1MxeOk91PsDa2D57Ma { 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; }
#Epq7BqMXTtIdDOfRoZbhuV3U3tJmRr33 { 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) { #XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f { display:block; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZPKDdT7G3Pu3G84S4ypGoseJLtf5kFn { top:0.625rem;left:8.78125rem;width:30.1875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq { display:block; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU8o9HkvXJ7C2gRkca7hdd6f4u7bTMSa { top:1.125rem;left:20.125rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRqkdrvoZKlAZ51nLupFJhVmLtumU2yr { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl { display:block; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psBQckfrv7OgS56yTemn3Fh0eJtGgHSm { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgO5S2GeP38Ec6G4NTTGmw91a2lO8Sfl { top:5.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdDUb0H5cEEv5JAB5BcTF8vDWmibGKgx { width:47.75rem;height:1.6875rem;top:9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyaVSi2ulBln0Tl0sAqHX7gbrQtDQJx { top:18.4375rem;left:3.1875rem;width:19.1875rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVze2Nny9Fy9bi1cqx8l10ylNt1G5Q6 { top:18.4375rem;left:23.4375rem;width:19.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0fUfDpNfn6gZONoNy2aHOTPlRQJ1UVR { top:16.75rem;left:3.1875rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG3rMGCIlLR24Prx26oEGdZkdI8Z6aSI { top:16.75rem;left:23.4375rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFN3aDRNZ37sbOPet12aN1mdTTNmch34 { width:47.75rem;height:3.375rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVCawTHFLOO5Nm9Tz2f8THZIFrEL0g2b { width:47.75rem;height:18.5625rem;top:50.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w { display:block; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsOO82EwiOGPPobmlDXSJFfllXbPAia9 { top:2.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwMG125TGuCWwJRSEodTIWrvWnTpc8ET { top:7.0625rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp { display:block; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT8w8BQXPfCmIAUxoTSg6Ai6m2bJL5FW { top:3.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWEIJP10rRtu5rdWwOVim5XeFCZwcK9 { top:7.4375rem;left:0rem;width:47.75rem;height:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9IItNcLVXmQ1MILTPbvW6OT9cQp860L { top:31.9375rem;left:2.1875rem;width:21.25rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orvQnE94EN1fF36Cx5h6tHTDQqEHPagI { top:31.9375rem;left:24.3125rem;width:21.25rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL9GH3NtJwCO193iwe9o3iKcpcWo1NLa { top:30.25rem;left:2.1875rem;width:7.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhI7f7ndAeODG9E6o7x6IL877ABV2wf { top:30.25rem;left:24.3125rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD { display:block; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ql4JtBG9RnhgWX82mfCiv3QCbdAuPZKT { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoCfKlqrnBmfSdod72476RDffgi88puT { top:8.5rem;left:0rem;width:26.3125rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFERq8nCnH9wL33sUFiJC9Ld3L8TTETL { top:2.6875rem;left:20.1875rem;width:27.5625rem;height:34.609647912179rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmk3V0LoP9zeZGZAXtdlwbiVT1CnNPr5 { top:21.375rem;left:8.75rem;width:8.125rem;height:5.1473322658707rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 { display:block; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McCZqvaXu26AibtXIKAt50Wa4Gp2Ccaw { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF3kTxlCOVdbfUWt0UwBMACw6ETzAAgS { top:5.125rem;left:11.375rem;width:25.3125rem;height:34.414864924777rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfR3pfePv8wKIcMrX5uhFeREs7l7em1 { top:34.3125rem;left:17.8125rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SJG17ThP9ynkAt5JnmRPRbM1HR8qkoXC { top:51.3125rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEoJ3IW56445IXppwpFiRZ3mp455WGkk { top:46.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBx6B1GyGRcVu0TQzlx9esUorz39g7 { top:44.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk { display:block; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHiJy6Eh1IP6BVIPmCZ88AcVJaTzfdNJ { top:8.3125rem;left:15rem;width:17.5625rem;height:30.579297462339rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXUM8iG2lu72LgcQ49OQEX2cfo2cVh14 { top:2.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzpHagH5ViDbvHU7FvkwvuPqyxZE02As { top:8.3125rem;left:0rem;width:25.125rem;height:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #of32vIiTamhGe70vgGzvQQyAweppxg8K { top:15.75rem;left:29.8125rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #H44PgatNq7WMoEG6qGlFXVWVsEJJtuZ5 { top:8.3125rem;left:22.3125rem;width:25.4375rem;height:37.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOsXe1e9J8wcTx2FKmoTsPOTRy6r3I1 { top:21rem;left:29.8125rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cDfd56b3BRKeGwWcliBu8t3y7V8FDmWX { top:25.1875rem;left:29.8125rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VmGxTWJU39NU9IymgbZeoQJ753fP9Cud { top:25.1875rem;left:12.0625rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ptmf2oh9SyH4RHrrKE9y4hEX0TXzURCc { top:21rem;left:12.0625rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LQpGXuy94wfuIVBsBe4FghtcxC1OManf { top:15.75rem;left:12.0625rem;width:3.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ { display:block; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGdFP5CslOV6WDXpt8UhnKF5U1cpXvv2 { top:3.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1CvIRf7ABxbfS0lyHOROrmWnJKpgRnB { top:12rem;left:0rem;width:22.8125rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4k1ohcOb9eChvTF8qnb8fSh3o0k1Vw { top:10.9375rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhRs0TII7kAoRAlN2ges4GT7gsJhckT { top:27.375rem;left:9.5590286254881rem;width:3.1875rem;height:2.4525786700676rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTqNU9UJsTCAfc2HXOfecMxTI9EJl2M { top:12.1875rem;left:11.5rem;width:33.4375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8SdPpmZXHrcraNABSUReBVzPlZ35CDH { top:43.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mfGmnOobrRn8oLXeDwiuVmpFIzrECr { top:50.25rem;left:25rem;width:22.75rem;height:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORCHSagZbF4UW2aqK2GRANToUsULQmsi { top:48.625rem;left:28.375rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH3gWDn51uBW6CX6pgthZikmwTOuTxR { top:69.625rem;left:44.5625rem;width:3.1875rem;height:2.4508741278919rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65whVz9AaxDSTuJA89Hnh7mrzgug9XQ { top:48.5625rem;left:0rem;width:33.4375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEAxtGNUxhsTIDn9bsQCAqcnrBXXa8hF { top:83.6875rem;left:0rem;width:22.8125rem;height:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBFvHTa4X53M83FbWT8Rh9TzdCQ9dBpN { top:82.625rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFUaBTmH54VzEsVWKgJXFCAEsTp5lM7 { top:103.3125rem;left:9.5564231872556rem;width:3.1875rem;height:2.4517263989797rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTlwGoTlkit4i0so5MibHNI2SVgQMEu { top:83.6875rem;left:11.5625rem;width:33.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRo2xxh4s7zx9XuL5DwnxDnTwaZ9rdD4 { top:79rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wk4Spi6SezPgyGgB0q6DPiEkibOf7RP7 { top:12rem;left:39.9609375rem;width:0.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guyHfIIBCOGfKIfT6OyHrPcowIEepZOc { top:48.625rem;left:5.14794921875rem;width:0.625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw0xgt7bXb3hoTiNC5qUmMahczDLZSK { top:81.8125rem;left:38.28125rem;width:0.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ5plhJV5zISnvv48NbcJL0lJ9hv6E6C { top:48.5625rem;left:6.458740234375rem;width:0.625rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUCc1OxRnvegPWC1aFTqSexE8cnovxTK { display:block; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTdkNaFSGAaQRUIvuyqOFyqMyqPzZc56 { top:2.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEgez1dXV0PcMokaxrgmBhQ2EuTG1S0J { top:7.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe { display:block; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 { display:block; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuGvBFJP22nNsvcIKksSOxGI4RdBBalg { width:17.5rem;height:3.4375rem;top:23.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNqre2Ak2MTLxBeVxm957hlZd6QwDTgr { display:block; }
 }@media only screen and (max-width: 763px) { #KKfAzzbdwb7y1W1MxeOk91PsDa2D57Ma { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Epq7BqMXTtIdDOfRoZbhuV3U3tJmRr33 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f { 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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { background-color: transparent; background-image: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container > .video-iframe-container { display: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container { display: none; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .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); }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { border-width: 0; border-radius: 0; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XGRPbtsX6oWf33q6kfl7ccI8VqwS7T1f > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZPKDdT7G3Pu3G84S4ypGoseJLtf5kFn { width:20rem;height:1.27430625rem;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) { #Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq { display:block; }#Dr0KK5NWNHZbibyhQ6llHD7BGZ2TDrxq > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU8o9HkvXJ7C2gRkca7hdd6f4u7bTMSa { width:7.5rem;height:1.25rem;top:1.125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRqkdrvoZKlAZ51nLupFJhVmLtumU2yr { top:4.1865234375rem;left:4.5302734375rem;width:10.937rem;height:1.7495125rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl { display:block; }#JWZEBTlItnrP4cnTJ0bXi8af0GClEJVl > .row .container { width:20rem;height:166.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psBQckfrv7OgS56yTemn3Fh0eJtGgHSm { width:19.99825rem;height:10.3993125rem;top:0.810763835907rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RgO5S2GeP38Ec6G4NTTGmw91a2lO8Sfl { width:19.997375rem;height:9.09725rem;top:12.625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wdDUb0H5cEEv5JAB5BcTF8vDWmibGKgx { width:19.997375rem;height:2.0625rem;top:23.311632156372rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyaVSi2ulBln0Tl0sAqHX7gbrQtDQJx { width:20rem;height:28.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnVze2Nny9Fy9bi1cqx8l10ylNt1G5Q6 { width:20rem;height:28.625rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0fUfDpNfn6gZONoNy2aHOTPlRQJ1UVR { width:7.5610625rem;height:1.68055625rem;top:27.25rem;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) { #OG3rMGCIlLR24Prx26oEGdZkdI8Z6aSI { width:7.5610625rem;height:1.68055625rem;top:59.5625rem;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) { #WFN3aDRNZ37sbOPet12aN1mdTTNmch34 { width:19.997375rem;height:13.125rem;top:92.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVCawTHFLOO5Nm9Tz2f8THZIFrEL0g2b { width:19.997375rem;height:56.4722375rem;top:107.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w { display:block; }#Z7RJCDCygRsAmsuetyqWB2lxALFhJT1w > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsOO82EwiOGPPobmlDXSJFfllXbPAia9 { width:19.999rem;height:6.3359375rem;top:1.8125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwMG125TGuCWwJRSEodTIWrvWnTpc8ET { width:19.9985625rem;height:86.41668125rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp { display:block; }#rumPGUiN4N4qAJiHC0aw9qGpJ2D80RBp > .row .container { width:20rem;height:131.25000762939rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT8w8BQXPfCmIAUxoTSg6Ai6m2bJL5FW { width:19.9980625rem;height:6.3359375rem;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) { #XnWEIJP10rRtu5rdWwOVim5XeFCZwcK9 { width:19.998375rem;height:58.2916875rem;top:9.2496700286862rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9IItNcLVXmQ1MILTPbvW6OT9cQp860L { width:19.9375rem;height:28.5rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orvQnE94EN1fF36Cx5h6tHTDQqEHPagI { width:19.9375rem;height:28.5rem;top:102.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL9GH3NtJwCO193iwe9o3iKcpcWo1NLa { width:7.562rem;height:1.68055625rem;top:69.375rem;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) { #fdhI7f7ndAeODG9E6o7x6IL877ABV2wf { width:7.562rem;height:1.68055625rem;top:101.1875rem;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) { #qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD { display:block; }#qKkD6H0i66ueSTgcTTDa7UB61NmdRNlD > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ql4JtBG9RnhgWX82mfCiv3QCbdAuPZKT { width:19.997375rem;height:4.1736125rem;top:1.4982929229736rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BoCfKlqrnBmfSdod72476RDffgi88puT { width:19.997375rem;height:20.7361125rem;top:7.234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFERq8nCnH9wL33sUFiJC9Ld3L8TTETL { width:8.75rem;height:10.9375rem;top:67.04833984375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmk3V0LoP9zeZGZAXtdlwbiVT1CnNPr5 { width:8.125rem;height:5.1473322658707rem;top:21.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 { display:block; }#AzQx510aya0sJqbIyZ7VNbaiaDT2Xx63 > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McCZqvaXu26AibtXIKAt50Wa4Gp2Ccaw { width:19.99875rem;height:2.11198125rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF3kTxlCOVdbfUWt0UwBMACw6ETzAAgS { width:20rem;height:27.1875rem;top:4.9371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfR3pfePv8wKIcMrX5uhFeREs7l7em1 { 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) { #SJG17ThP9ynkAt5JnmRPRbM1HR8qkoXC { width:19.9973125rem;height:48.861125rem;top:47.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEoJ3IW56445IXppwpFiRZ3mp455WGkk { width:19.9978125rem;height:4.22395625rem;top:42.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBx6B1GyGRcVu0TQzlx9esUorz39g7 { width:20rem;height:5.625rem;top:34.498249053955rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk { display:block; }#QEfx1EWKEWPwGamXyNVnzvqtSc1WEDZk > .row .container { width:20rem;height:129.38628387451rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHiJy6Eh1IP6BVIPmCZ88AcVJaTzfdNJ { width:10.7498125rem;height:18.812375rem;top:6.8126106262206rem;left:4.6245660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXUM8iG2lu72LgcQ49OQEX2cfo2cVh14 { width:19.998375rem;height:2.4375rem;top:1.7485790252686rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzpHagH5ViDbvHU7FvkwvuPqyxZE02As { width:20rem;height:52.3125rem;top:27.440340995789rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of32vIiTamhGe70vgGzvQQyAweppxg8K { width:8.6875rem;height:0;top:33.75rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H44PgatNq7WMoEG6qGlFXVWVsEJJtuZ5 { width:20rem;height:54rem;top:75.386962890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOsXe1e9J8wcTx2FKmoTsPOTRy6r3I1 { width:3.75rem;height:0;top:21rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDfd56b3BRKeGwWcliBu8t3y7V8FDmWX { width:3.75rem;height:0;top:25.1875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmGxTWJU39NU9IymgbZeoQJ753fP9Cud { width:3.75rem;height:0;top:25.1875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptmf2oh9SyH4RHrrKE9y4hEX0TXzURCc { width:3.75rem;height:0;top:21rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQpGXuy94wfuIVBsBe4FghtcxC1OManf { width:3.75rem;height:0;top:15.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ { display:block; }#FPBS9V8xhMXm3Axbo6Qsi1GRy4wTgDNZ > .row .container { width:20rem;height:141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGdFP5CslOV6WDXpt8UhnKF5U1cpXvv2 { 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) { #b1CvIRf7ABxbfS0lyHOROrmWnJKpgRnB { width:19.9989375rem;height:18.75rem;top:27.811971664429rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4k1ohcOb9eChvTF8qnb8fSh3o0k1Vw { width:2.5rem;height:2rem;top:24.312133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhRs0TII7kAoRAlN2ges4GT7gsJhckT { width:2.5rem;height:1.875rem;top:45.749132156372rem;left:17.499999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTqNU9UJsTCAfc2HXOfecMxTI9EJl2M { width:19.875rem;height:15.625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8SdPpmZXHrcraNABSUReBVzPlZ35CDH { width:20rem;height:0.0625rem;top:89.9718984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3mfGmnOobrRn8oLXeDwiuVmpFIzrECr { width:19.9995rem;height:22.5rem;top:68.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORCHSagZbF4UW2aqK2GRANToUsULQmsi { width:2.5rem;height:2rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH3gWDn51uBW6CX6pgthZikmwTOuTxR { width:2.5rem;height:1.875rem;top:89.999464035031rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65whVz9AaxDSTuJA89Hnh7mrzgug9XQ { width:20rem;height:15.6875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEAxtGNUxhsTIDn9bsQCAqcnrBXXa8hF { width:19.999rem;height:22.5rem;top:113.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBFvHTa4X53M83FbWT8Rh9TzdCQ9dBpN { width:2.5rem;height:1.99978125rem;top:110.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFUaBTmH54VzEsVWKgJXFCAEsTp5lM7 { width:2.5rem;height:1.875rem;top:135.87410354614rem;left:16.874999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTlwGoTlkit4i0so5MibHNI2SVgQMEu { width:20rem;height:15.687375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRo2xxh4s7zx9XuL5DwnxDnTwaZ9rdD4 { width:20rem;height:0;top:104.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk4Spi6SezPgyGgB0q6DPiEkibOf7RP7 { width:0.3125rem;height:17.0625rem;top:6.9375rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guyHfIIBCOGfKIfT6OyHrPcowIEepZOc { width:0.3125rem;height:18.1875rem;top:46.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTw0xgt7bXb3hoTiNC5qUmMahczDLZSK { width:0.5625rem;height:33.1875rem;top:205.8474234375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ5plhJV5zISnvv48NbcJL0lJ9hv6E6C { width:0.3125rem;height:20.062375rem;top:92.875rem;left:9.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #hUCc1OxRnvegPWC1aFTqSexE8cnovxTK { display:block; }#hUCc1OxRnvegPWC1aFTqSexE8cnovxTK > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTdkNaFSGAaQRUIvuyqOFyqMyqPzZc56 { width:19.9995rem;height:11.25rem;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) { #MEgez1dXV0PcMokaxrgmBhQ2EuTG1S0J { width:19.99825rem;height:8.40275rem;top:16.250000953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe { position:relative;z-index:auto;display:block; }#J9Ecg0pluhqdgd4mXsHZVbathcxsoJUe > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 { position:relative;z-index:auto;display:block; }#etkgKiI4arAWlkyeTuGCpwKnF7bpavB7 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuGvBFJP22nNsvcIKksSOxGI4RdBBalg { width:17.5rem;height:3.4375rem;top:23.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNqre2Ak2MTLxBeVxm957hlZd6QwDTgr { display:block; }
 }@media only screen and (max-width: 763px) { #KKfAzzbdwb7y1W1MxeOk91PsDa2D57Ma { top:3.75048828125rem;left:0rem;width:19.9985625rem;height:3.4370125rem;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) { #Epq7BqMXTtIdDOfRoZbhuV3U3tJmRr33 { display:block; }
 }