.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#fbe9a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/deb01c09-4dec-4c1f-a029-1b3e9c34b9ad/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:67.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:#ffc300;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.56103515625rem;left:0rem;height:4.94791875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.07373046875rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:19.25rem;top:1.619140625rem;left:20.25rem;overflow:hidden;display:block; }
#l6ezfJ4FnrC3lVpLRdxbBpbybMITNlgv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:59.25rem;top:14.43714427948rem;left:0rem;overflow:hidden;display:block; }
#vFTergS5nLgB1dMFsvlsWtDGtNcmXXH5 { background-color:#ffc300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#111110;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.499rem;height:3.81225625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:53.93310546875rem;left:16.622314453125rem;display:block; }
#TAkqvTxlVogTWQu1WeEiy7UqJwgsKaq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBBcwCGvgcxyq28yfKC4101KdvSQSVR1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:20rem;display:none; }
#f8SV2QgETnzPaxGZxBuyck2vQ2oJwhpz { color:#ffffff;display:block;width:32.6245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40.489013671875rem;left:27.4375rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#sdyL9EDcn3WVMyDPALmamTOniXTuCnoI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:31.25rem;top:3.125rem;left:28.75rem;overflow:hidden;display:block; }
#qts9gDdXgWwzBUta8XesuJlRFofzMD3y { color:#ffc300;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.436279296875rem;left:0rem;height:4.4995125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SmFU8eTyoBSkh8rlnyPppSConPqqBR9V { color:#f6f5ee;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.935546875rem;left:0rem;height:19.49871875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQWLweIVJcxJl4QJ5uLodyRPRu86KPDH { background-color:#ffc300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#111110;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31175rem;height:2.749025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.74853515625rem;left:0rem;display:block; }
#Tu9DphMPQEuGdbNWab1qwCHTTrV9uQKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJRdGG1xWbZSuk9EMud9n6AKMDThpSMG { color:#f6f5ee;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9560546875rem;left:0rem;height:16.8974625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zVxc6nM7gODfiUFReX4SVSnkFLtMDlNC { color:#f6f5ee;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9560546875rem;left:0rem;height:16.8974625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { position:relative;display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbe9a8;background-image:none;font-size:0.875rem;font-family:arial;height:78.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1228294372559rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { color:#ffc300;display:block;width:14.24925rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.14599609375rem;left:2.354736328125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { color:#ffffff;display:block;width:15.18675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.560546875rem;left:1.885986328125rem;height:7.7995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOruhi36TTkKG0zAHICSsTJTXWG5Mdzs { position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:7.25rem;left:40.875rem;display:block; }
#TikA3g3zct3haVNeOzca1oBIq3c62vXm { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.1474609375rem;left:25.15625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddkJicWUdMJJv0i34AAR2kDdBbew8OsK { color:#ffc300;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1474609375rem;left:44.65625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAy97Qb17sgI0Fwi2f9xopwpaDouUCmQ { color:#f6f5ee;display:block;width:13.374rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.560546875rem;left:23.280029296875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHQKf25anffrowz3qGUvrKITSQPUbhiC { color:#f6f5ee;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.560546875rem;left:42.2802734375rem;height:7.7995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doBsLZDld0pVVoBdMUG5WroIzWgstoIw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:5.3125rem;top:8.8125rem;left:27.34375rem;overflow:hidden;display:block; }
#P1U0DmyUXf77RgmMmfcyRbSfUDmCaCLa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.8118125rem;top:8.8121528625487rem;left:43.012252807618rem;overflow:hidden;display:block; }
#gPTyILKDpTZl8ubFvsNweO89tKx4uubt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.812rem;top:8.812255859375rem;left:2.071533203125rem;overflow:hidden;display:block; }
#GeFaborELH6uk7HeMb6WS4smNWDwPgKb { color:#f6f5ee;display:block;width:33.6865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:67.1435546875rem;left:19.6875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VzA9v8E70GySeSJoSpeqoaFMhXOxBsre { box-sizing:content-box;height:10.1875rem;width:60rem;position:absolute;display:block;z-index:14992;background-color:#000000;background-image:none;top:64rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#J9v4lOuiCR47W3tT02UUI7gg76Pg6y5V { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:60rem;top:64rem;left:0rem;overflow:hidden;display:block; }
#gf5COPD0dyWyTxXBzyK1vLbBctfoOPRD { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#knARgAeiX2oKpUvkpRIT21EPN9dScDKn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.375rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#U51a91TJbkGM8in3za6oNQ7RNsEv7Wne { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LKkywaGTdzqhnacDoH8Qrs0QRvDxpMxA { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#y18sZO8qIyyFbJVTzayRlBObrsPwf1oc { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#eo3gzVrUAMCeqyi95QUCSMUZ0ymmoJ6s { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.6875rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#Xnq2NShRJFMwnoh8imFHLEw8vyK35QNh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3125rem;width:60rem;display:none; }
#nGbAxbHqVm4uu587AdZpsfe87ws4pg81 { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:7.25rem;left:20.4375rem;display:block; }
#bDR6KTtHipTtoCvTsJI3o1NfWeoutBKT { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:7.25rem;left:0rem;display:block; }
#KOT1CqLx0yLRbSXQyLdfcau1GyukAryd { color:#ffc300;display:block;width:14.2498125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.432340621948rem;left:2.7485809326172rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug2BLPvOrqWHFxy4uSpzapubxvQepFWE { color:#ffffff;display:block;width:13.374rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:52.87353515625rem;left:3.184814453125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSvcAywKk0O4OgsMlWCEBrJTblG05ZtL { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:35.5625rem;left:0rem;display:block; }
#ciTKhsszTE4V0S2kWTCld4Ng4183d1qD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5619375rem;width:14.9369375rem;top:37.122680664062rem;left:2.4041194915771rem;overflow:hidden;display:block; }
#m6Q3Xwhl5VgewVeyPVCwcVrXH8nT1ETb { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:52.87353515625rem;left:22.967529296875rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXer7eSBCOuHUS0XxnJET5rRG6we5AcU { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:35.5625rem;left:20.4375rem;display:block; }
#VNvVixPAmTCZ6LHgkKVmCWe3MMUhTJBl { color:#ffc300;display:block;width:14.2498125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:50.435003280639rem;left:22.872867584229rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P550vyLL9IzEk5O5IRMD3uhe0PJOT3Td { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:14.9375rem;top:37.125005722046rem;left:22.531253814698rem;overflow:hidden;display:block; }
#BnCTNv7G9ukdKU4QLcThUAs1H2VCz0TX { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:26.875rem;width:18.75rem;top:35.5625rem;left:40.875rem;display:block; }
#bZS6sGm1GLc7qMIzvOQ8o9OOUqrTVton { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.8118125rem;top:37.092515945434rem;left:43.012252807618rem;overflow:hidden;display:block; }
#kZrGFVnvpu4UPJKJTZckMcAxVopVla2J { color:#ffc300;display:block;width:14.2498125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:50.435911178589rem;left:43.292793273926rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXW7E6hQ0rWXAGlZHiomtQhFfg7BlXoQ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:52.874652862549rem;left:42.762786865234rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FoJrzR9aqJqCnVdTyhRhdX1tHC16ETwM { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Icen6OX5ImlxPQFKBKXgr8O82lZCnhgh { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qm0JHmvM4dQIp6BZQePaP1h3tbn7bq5P { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#cHOn8ymXNQp9h84KJQvmRHFFpaKRAVtt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.6875rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#cyLutHdGeqq5LM8Eyy6ANmeMHnE8aArQ { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yD4MyRn8cLFb29EaUF5kFy0cGzgAf6Ez { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V10D2qFv1WIIlMggNmUrAmTTKuflAObq { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#b2r2bnKRNGn7hmtN2pvOXvu3oVND2V1S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.6875rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#I6K8nvAzV1XRFy4yFzNf8o6X5k1JCh9Z { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L1V7Tr6yCw4gUSaHnzPLKZcQNyvVTO6W { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vvGwpKS7He8RVH3FmzKQZ07cbZ7hIiBy { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#DqMLNZStrfnCsvslMxqDcAA29yJniWdW { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UA66L6rsIC17gmqD07ye45QiZIWwzCZJ { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kceBWLJcJCDZTffbtHqX1WlJHxDVT3NG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:9.6875rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#M1OQProa7lReS6Vl9FDVQ9PsSUDaVa7H { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#vJ62ToTb2iemicXfCqgFuSCTcdgWT5fQ { color:#f6f5ee;display:block;width:10.2468125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.0625rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#THucnS5KdT35OavGzeNeHzzP5BFSwG60 { color:#ffc300;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:49.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w8kURJ3lEyHqh7M4N3k9zhpumoRyZQq6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.6875rem;top:8.5625rem;left:49.1875rem;overflow:hidden;display:none; }
#sXE2ze1rw0cDbN7n9E0gg1BqS0kByh1O { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #111110;border-left:0.1875rem solid #111110;border-right:0.1875rem solid #111110;border-bottom:0.1875rem solid #111110;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.125rem;width:11.25rem;top:7.375rem;left:48.4375rem;display:none; }
#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { background-color: transparent; background-image: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .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); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { border-width: 0; border-radius: 0; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#OxGraCNgZf0migaDXyJ57VkOcbIgO6OU { color:#ffc300;display:block;width:39.74975rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.936767578125rem;left:10.123291015625rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzO6L0EqfDy1tuu3pCvTwxfk4KUw4wCU { color:#f6f5ee;display:block;width:22.3108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.276123046875rem;left:0rem;height:11.69925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PPGFnLPCuIXQqLa9vs5hcvCkRtoIeakZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:35.3125rem;top:10.21484375rem;left:24.561767578125rem;overflow:hidden;display:block; }
#wMTqkvBvTc7uLtHbue1tEfis9Mm53E1C { color:#ffc300;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.5rem;left:9.6875rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llCG5WspueIHbXXzvgMVZHBIFNzGJyI8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.43725rem;width:60rem;top:42.125rem;left:0rem;overflow:hidden;display:block; }
#p9iEHX1QNr7RdMIxFqT2WzESIMUvFH7a { background-color:#ffc300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#111110;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:3.2495125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:59.375rem;left:13.625rem;display:block; }
#VwzZhV4ap0z4tfrOz4EwS9ztpZcX1c16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaxcskPq0VxlvWJXOFNmTs5X293kTEFW { box-sizing:content-box;height:0.124511875rem;width:56.25rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:34.249267578125rem;left:1.875rem;display:block; }
#ogPLmoePUEJsTs85nm9oOaPMGu2Ayty2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.5rem;width:60rem;display:none; }
#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9a8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { background-color: transparent; background-image: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .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); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { border-width: 0; border-radius: 0; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { font-size:0.875rem;font-family:arial;height:87.875rem;width:60rem;position:relative;display:block; }#zUdr4KG5OLIDtAGemCkHihsWfPPx2wd4 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.623779296875rem;left:0rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfnf1Tcsn3m8g0zlc5JJ5TUemlAF3AsT { color:#000000;display:block;width:23.9994375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:9.099375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dPqAcmiy4kW8Upu2gVNgzq2hdtRBUrwg { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.0625rem;left:8rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oM2hfrFeCkx4g6TvfAZEDOMPTNmgMknQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:31.625rem;top:3.4375009536743rem;left:28.373699188233rem;overflow:hidden;display:block; }
#by2MiupeuTx5fNtXIvHRZIE29aTuo3Pd { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15012;background-color:#111110;background-image:none;top:36.000001430511rem;left:1.875rem;display:block; }
#QcLhVd7PsCGTkrozL71e1BRuLPOZO6OZ { position:absolute;display:block;z-index:15013;height:42.8735625rem;width:46.3733125rem;top:42.959716796875rem;left:7.999267578125rem;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68663125rem;width:15.499125rem;top:1.1555976867676rem;left:22.249351501465rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:31.125rem;height:4.9375rem;top:14.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:28.8125rem;height:1.3125rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { top:1.5625rem;left:14.125rem;width:19.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6ezfJ4FnrC3lVpLRdxbBpbybMITNlgv { top:14.375rem;left:0rem;width:47.75rem;height:24.227584388186rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFTergS5nLgB1dMFsvlsWtDGtNcmXXH5 { width:26.4375rem;height:3.75rem;top:53.875rem;left:10.497314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkqvTxlVogTWQu1WeEiy7UqJwgsKaq2 { display:block; }
 }@media only screen and (max-width: 763px) { #fBBcwCGvgcxyq28yfKC4101KdvSQSVR1 { width:20rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8SV2QgETnzPaxGZxBuyck2vQ2oJwhpz { width:32.5625rem;height:3.875rem;top:40.4375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdyL9EDcn3WVMyDPALmamTOniXTuCnoI { width:31.25rem;height:37.5rem;top:3.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:25.9375rem;height:4.4375rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmFU8eTyoBSkh8rlnyPppSConPqqBR9V { width:26.5625rem;height:19.4375rem;top:12.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQWLweIVJcxJl4QJ5uLodyRPRu86KPDH { width:18.25rem;height:2.6875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9DphMPQEuGdbNWab1qwCHTTrV9uQKw { display:block; }
 }@media only screen and (max-width: 763px) { #sJRdGG1xWbZSuk9EMud9n6AKMDThpSMG { width:20rem;height:5.1875rem;top:6.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVxc6nM7gODfiUFReX4SVSnkFLtMDlNC { width:20rem;height:16.875rem;top:63.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:47.75rem;height:2.375rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:14.1875rem;height:1.25rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:15.125rem;height:7.75rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOruhi36TTkKG0zAHICSsTJTXWG5Mdzs { width:18.75rem;height:26.875rem;top:7.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TikA3g3zct3haVNeOzca1oBIq3c62vXm { width:9.6875rem;height:1.25rem;top:22.125rem;left:19.031253814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddkJicWUdMJJv0i34AAR2kDdBbew8OsK { width:11.5625rem;height:1.25rem;top:22.125rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAy97Qb17sgI0Fwi2f9xopwpaDouUCmQ { width:13.3125rem;height:3.875rem;top:24.5rem;left:17.155029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQKf25anffrowz3qGUvrKITSQPUbhiC { width:16.25rem;height:7.75rem;top:24.5rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doBsLZDld0pVVoBdMUG5WroIzWgstoIw { top:8.8125rem;left:21.21875rem;width:5.3125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1U0DmyUXf77RgmMmfcyRbSfUDmCaCLa { top:8.75rem;left:32.9375rem;width:14.75rem;height:10.58065986185rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPTyILKDpTZl8ubFvsNweO89tKx4uubt { top:8.75rem;left:0rem;width:14.75rem;height:10.580525924926rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeFaborELH6uk7HeMb6WS4smNWDwPgKb { width:33.625rem;height:3.875rem;top:67.125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzA9v8E70GySeSJoSpeqoaFMhXOxBsre { top:64rem;left:0rem;width:47.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9v4lOuiCR47W3tT02UUI7gg76Pg6y5V { top:64rem;left:0rem;width:47.75rem;height:7.9583333333331rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf5COPD0dyWyTxXBzyK1vLbBctfoOPRD { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #knARgAeiX2oKpUvkpRIT21EPN9dScDKn { top:8.5625rem;left:38rem;width:3.3125rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U51a91TJbkGM8in3za6oNQ7RNsEv7Wne { width:10.75rem;height:1.4375rem;top:55.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKkywaGTdzqhnacDoH8Qrs0QRvDxpMxA { width:13.875rem;height:3.875rem;top:56.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y18sZO8qIyyFbJVTzayRlBObrsPwf1oc { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eo3gzVrUAMCeqyi95QUCSMUZ0ymmoJ6s { top:8.5625rem;left:38rem;width:9.5625rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xnq2NShRJFMwnoh8imFHLEw8vyK35QNh { width:47.75rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGbAxbHqVm4uu587AdZpsfe87ws4pg81 { width:18.75rem;height:26.875rem;top:7.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDR6KTtHipTtoCvTsJI3o1NfWeoutBKT { width:18.75rem;height:26.875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOT1CqLx0yLRbSXQyLdfcau1GyukAryd { width:14.1875rem;height:1.25rem;top:50.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2BLPvOrqWHFxy4uSpzapubxvQepFWE { width:13.3125rem;height:3.875rem;top:52.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSvcAywKk0O4OgsMlWCEBrJTblG05ZtL { width:18.75rem;height:26.875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTKhsszTE4V0S2kWTCld4Ng4183d1qD { top:37.0625rem;left:0rem;width:14.875rem;height:10.518141373525rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Q3Xwhl5VgewVeyPVCwcVrXH8nT1ETb { width:14.625rem;height:5.1875rem;top:52.8125rem;left:16.842529296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXer7eSBCOuHUS0XxnJET5rRG6we5AcU { width:18.75rem;height:26.875rem;top:35.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNvVixPAmTCZ6LHgkKVmCWe3MMUhTJBl { width:14.1875rem;height:1.25rem;top:50.375rem;left:16.747867584229rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P550vyLL9IzEk5O5IRMD3uhe0PJOT3Td { top:37.125rem;left:16.406253814698rem;width:14.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnCTNv7G9ukdKU4QLcThUAs1H2VCz0TX { width:18.75rem;height:26.875rem;top:35.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZS6sGm1GLc7qMIzvOQ8o9OOUqrTVton { top:37.0625rem;left:32.9375rem;width:14.75rem;height:10.58065986185rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZrGFVnvpu4UPJKJTZckMcAxVopVla2J { width:14.1875rem;height:1.25rem;top:50.375rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXW7E6hQ0rWXAGlZHiomtQhFfg7BlXoQ { width:15.3125rem;height:3.875rem;top:52.8125rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoJrzR9aqJqCnVdTyhRhdX1tHC16ETwM { width:13.875rem;height:9.0625rem;top:27.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icen6OX5ImlxPQFKBKXgr8O82lZCnhgh { width:10.75rem;height:1.4375rem;top:25.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm0JHmvM4dQIp6BZQePaP1h3tbn7bq5P { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHOn8ymXNQp9h84KJQvmRHFFpaKRAVtt { top:8.5625rem;left:38rem;width:9.5625rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyLutHdGeqq5LM8Eyy6ANmeMHnE8aArQ { width:10.75rem;height:2.875rem;top:80.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yD4MyRn8cLFb29EaUF5kFy0cGzgAf6Ez { width:14.6875rem;height:7.75rem;top:82.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V10D2qFv1WIIlMggNmUrAmTTKuflAObq { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2r2bnKRNGn7hmtN2pvOXvu3oVND2V1S { top:8.5625rem;left:38rem;width:9.5625rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6K8nvAzV1XRFy4yFzNf8o6X5k1JCh9Z { width:10.75rem;height:1.4375rem;top:108.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1V7Tr6yCw4gUSaHnzPLKZcQNyvVTO6W { width:14.6875rem;height:5.1875rem;top:110.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvGwpKS7He8RVH3FmzKQZ07cbZ7hIiBy { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqMLNZStrfnCsvslMxqDcAA29yJniWdW { width:14.6875rem;height:6.4375rem;top:138.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UA66L6rsIC17gmqD07ye45QiZIWwzCZJ { width:10.75rem;height:1.4375rem;top:135.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kceBWLJcJCDZTffbtHqX1WlJHxDVT3NG { top:8.5625rem;left:38rem;width:9.5625rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1OQProa7lReS6Vl9FDVQ9PsSUDaVa7H { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJ62ToTb2iemicXfCqgFuSCTcdgWT5fQ { width:15rem;height:5.1875rem;top:165.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #THucnS5KdT35OavGzeNeHzzP5BFSwG60 { width:10.75rem;height:1.4375rem;top:163.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8kURJ3lEyHqh7M4N3k9zhpumoRyZQq6 { top:8.5625rem;left:38rem;width:9.5625rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXE2ze1rw0cDbN7n9E0gg1BqS0kByh1O { width:11.25rem;height:20.0625rem;top:7.375rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxGraCNgZf0migaDXyJ57VkOcbIgO6OU { width:39.6875rem;height:4.8125rem;top:3.875rem;left:3.998291015625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzO6L0EqfDy1tuu3pCvTwxfk4KUw4wCU { width:22.25rem;height:11.6875rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGFnLPCuIXQqLa9vs5hcvCkRtoIeakZ { top:10.1875rem;left:12.375rem;width:35.3125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTqkvBvTc7uLtHbue1tEfis9Mm53E1C { width:40.625rem;height:2.375rem;top:37.5rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llCG5WspueIHbXXzvgMVZHBIFNzGJyI8 { top:42.125rem;left:0rem;width:47.75rem;height:11.489644791667rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9iEHX1QNr7RdMIxFqT2WzESIMUvFH7a { width:32.8125rem;height:3.1875rem;top:59.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwzZhV4ap0z4tfrOz4EwS9ztpZcX1c16 { display:block; }
 }@media only screen and (max-width: 763px) { #SaxcskPq0VxlvWJXOFNmTs5X293kTEFW { top:34.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogPLmoePUEJsTs85nm9oOaPMGu2Ayty2 { width:47.75rem;height:48.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { display:block; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUdr4KG5OLIDtAGemCkHihsWfPPx2wd4 { width:19.0625rem;height:4.875rem;top:10.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfnf1Tcsn3m8g0zlc5JJ5TUemlAF3AsT { width:23.9375rem;height:9.0625rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPqAcmiy4kW8Upu2gVNgzq2hdtRBUrwg { width:44.0625rem;height:2.375rem;top:39.0625rem;left:1.874267578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM2hfrFeCkx4g6TvfAZEDOMPTNmgMknQ { top:3.4375rem;left:16.125rem;width:31.625rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by2MiupeuTx5fNtXIvHRZIE29aTuo3Pd { top:36rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLhVd7PsCGTkrozL71e1BRuLPOZO6OZ { top:42.9375rem;left:1.4375rem;width:46.3125rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:15.4375rem;height:2.6759491211197rem;top:1.125rem;left:16.124351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:20rem;height:11.25rem;top:5.8610013595581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:20rem;height:2.5996125rem;top:17.984619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { width:14.0625rem;height:2.798825rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6ezfJ4FnrC3lVpLRdxbBpbybMITNlgv { width:7.5625rem;height:3.8125rem;top:18.984375rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFTergS5nLgB1dMFsvlsWtDGtNcmXXH5 { width:15.6865rem;height:4.311525rem;top:62.49609375rem;left:2.1552734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkqvTxlVogTWQu1WeEiy7UqJwgsKaq2 { display:block; }
 }@media only screen and (max-width: 763px) { #fBBcwCGvgcxyq28yfKC4101KdvSQSVR1 { top:22.3583984375rem;left:0rem;width:20rem;height:26.499rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f8SV2QgETnzPaxGZxBuyck2vQ2oJwhpz { width:18.249rem;height:7.7988125rem;top:50.3720703125rem;left:0.8740234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdyL9EDcn3WVMyDPALmamTOniXTuCnoI { width:20rem;height:24.1235625rem;top:13.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:20rem;height:3.1621125rem;top:1.749267578125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SmFU8eTyoBSkh8rlnyPppSConPqqBR9V { width:20rem;height:0;top:36.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQWLweIVJcxJl4QJ5uLodyRPRu86KPDH { width:16.0615rem;height:2.624025rem;top:60.685546875rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9DphMPQEuGdbNWab1qwCHTTrV9uQKw { display:block; }
 }@media only screen and (max-width: 763px) { #sJRdGG1xWbZSuk9EMud9n6AKMDThpSMG { width:20rem;height:5.19921875rem;top:6.556396484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zVxc6nM7gODfiUFReX4SVSnkFLtMDlNC { width:20rem;height:16.8974375rem;top:39.8388671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:207.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faGg4H8oFgXIUrV31uTQKdoxu0yFeTTb { width:17.75rem;height:8.125rem;top:2rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxCKVxNm7t0D1GH1Ixab9zP7NKRC6sEI { width:8.75rem;height:0;top:12.4375rem;left:2.7491340637207rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8dmnclTC0TJQbioUKBIOAiae0TlFzvL { width:13.125rem;height:0;top:15.687278747559rem;left:3.0616340637207rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOruhi36TTkKG0zAHICSsTJTXWG5Mdzs { width:11.25rem;height:20rem;top:54.102855244141rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TikA3g3zct3haVNeOzca1oBIq3c62vXm { width:9.6875rem;height:0;top:42.178386688233rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddkJicWUdMJJv0i34AAR2kDdBbew8OsK { width:9.6875rem;height:0;top:63.665355244144rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAy97Qb17sgI0Fwi2f9xopwpaDouUCmQ { width:9.0625rem;height:0;top:44.332021494141rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHQKf25anffrowz3qGUvrKITSQPUbhiC { width:10.1875rem;height:0;top:65.852855244144rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #doBsLZDld0pVVoBdMUG5WroIzWgstoIw { width:3.75rem;height:8.3020111775819rem;top:33.269521494141rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1U0DmyUXf77RgmMmfcyRbSfUDmCaCLa { width:9.8125rem;height:7rem;top:55.227855244141rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPTyILKDpTZl8ubFvsNweO89tKx4uubt { width:9.6875rem;height:6.9375rem;top:24.457021494141rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeFaborELH6uk7HeMb6WS4smNWDwPgKb { width:18.4375rem;height:7.7988125rem;top:191.12377929688rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzA9v8E70GySeSJoSpeqoaFMhXOxBsre { width:20rem;height:21.5625rem;top:177.98650550843rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9v4lOuiCR47W3tT02UUI7gg76Pg6y5V { width:20rem;height:3.125rem;top:125.62370300293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gf5COPD0dyWyTxXBzyK1vLbBctfoOPRD { width:19.6875rem;height:25.625rem;top:39.749267578125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #knARgAeiX2oKpUvkpRIT21EPN9dScDKn { width:6.3125rem;height:13.125rem;top:41.56201171875rem;left:6.8115234375rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U51a91TJbkGM8in3za6oNQ7RNsEv7Wne { width:10.75rem;height:1.4624rem;top:55.7490234375rem;left:4.6240234375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #LKkywaGTdzqhnacDoH8Qrs0QRvDxpMxA { width:13.875rem;height:3.8994125rem;top:58.37353515625rem;left:3.0615234375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #y18sZO8qIyyFbJVTzayRlBObrsPwf1oc { width:19.5625rem;height:25.625rem;top:12.061279296875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eo3gzVrUAMCeqyi95QUCSMUZ0ymmoJ6s { width:15.3125rem;height:10.999625rem;top:13.372314453125rem;left:2.342529296875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xnq2NShRJFMwnoh8imFHLEw8vyK35QNh { top:178.62377929688rem;left:1.248779296875rem;width:17.4375rem;height:11.0625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nGbAxbHqVm4uu587AdZpsfe87ws4pg81 { width:18.75rem;height:26.875rem;top:7.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDR6KTtHipTtoCvTsJI3o1NfWeoutBKT { width:18.75rem;height:26.875rem;top:7.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOT1CqLx0yLRbSXQyLdfcau1GyukAryd { width:14.1875rem;height:auto;top:50.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug2BLPvOrqWHFxy4uSpzapubxvQepFWE { width:13.3125rem;height:auto;top:52.8125rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSvcAywKk0O4OgsMlWCEBrJTblG05ZtL { width:18.75rem;height:26.875rem;top:35.5625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciTKhsszTE4V0S2kWTCld4Ng4183d1qD { width:14.875rem;height:10.518141373525rem;top:37.0625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6Q3Xwhl5VgewVeyPVCwcVrXH8nT1ETb { width:14.625rem;height:auto;top:52.8125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXer7eSBCOuHUS0XxnJET5rRG6we5AcU { width:18.75rem;height:26.875rem;top:35.5625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNvVixPAmTCZ6LHgkKVmCWe3MMUhTJBl { width:14.1875rem;height:auto;top:50.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P550vyLL9IzEk5O5IRMD3uhe0PJOT3Td { width:14.9375rem;height:10.5625rem;top:37.125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnCTNv7G9ukdKU4QLcThUAs1H2VCz0TX { width:18.75rem;height:26.875rem;top:35.5625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZS6sGm1GLc7qMIzvOQ8o9OOUqrTVton { width:14.75rem;height:10.58065986185rem;top:37.0625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZrGFVnvpu4UPJKJTZckMcAxVopVla2J { width:14.1875rem;height:auto;top:50.375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXW7E6hQ0rWXAGlZHiomtQhFfg7BlXoQ { width:15.3125rem;height:auto;top:52.8125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoJrzR9aqJqCnVdTyhRhdX1tHC16ETwM { width:14.6875rem;height:7.7988125rem;top:27.74853515625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Icen6OX5ImlxPQFKBKXgr8O82lZCnhgh { width:10.7493125rem;height:1.4624rem;top:25.498779296875rem;left:4.6240234375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0JHmvM4dQIp6BZQePaP1h3tbn7bq5P { width:19.6875rem;height:25.625rem;top:67.18701171875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #cHOn8ymXNQp9h84KJQvmRHFFpaKRAVtt { width:15.3125rem;height:10.9375rem;top:68.499267578125rem;left:2.374267578125rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cyLutHdGeqq5LM8Eyy6ANmeMHnE8aArQ { width:13.25rem;height:1.4624rem;top:80.62451171875rem;left:3.3740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #yD4MyRn8cLFb29EaUF5kFy0cGzgAf6Ez { width:14.6875rem;height:7.7988125rem;top:82.874267578125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #V10D2qFv1WIIlMggNmUrAmTTKuflAObq { width:19.6875rem;height:25.625rem;top:94.749267578125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #b2r2bnKRNGn7hmtN2pvOXvu3oVND2V1S { width:15.3125rem;height:10.875rem;top:96.0615234375rem;left:2.374267578125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I6K8nvAzV1XRFy4yFzNf8o6X5k1JCh9Z { width:10.75rem;height:1.4624rem;top:108.18676757812rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #L1V7Tr6yCw4gUSaHnzPLKZcQNyvVTO6W { width:14.6875rem;height:5.19921875rem;top:110.4365234375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vvGwpKS7He8RVH3FmzKQZ07cbZ7hIiBy { width:19.6875rem;height:25.625rem;top:122.49951171875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #DqMLNZStrfnCsvslMxqDcAA29yJniWdW { width:15rem;height:5.19921875rem;top:138.18676757812rem;left:2.498779296875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #UA66L6rsIC17gmqD07ye45QiZIWwzCZJ { width:10.75rem;height:1.4624rem;top:135.93701171875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #kceBWLJcJCDZTffbtHqX1WlJHxDVT3NG { width:15.3125rem;height:10.8125rem;top:123.81176757812rem;left:2.374267578125rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1OQProa7lReS6Vl9FDVQ9PsSUDaVa7H { width:19.6875rem;height:25.625rem;top:149.87377929688rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #vJ62ToTb2iemicXfCqgFuSCTcdgWT5fQ { width:15rem;height:5.19921875rem;top:165.56103515625rem;left:2.498779296875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #THucnS5KdT35OavGzeNeHzzP5BFSwG60 { width:10.75rem;height:1.4624rem;top:163.31127929688rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #w8kURJ3lEyHqh7M4N3k9zhpumoRyZQq6 { width:15.3125rem;height:11rem;top:151.18603515625rem;left:2.374267578125rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sXE2ze1rw0cDbN7n9E0gg1BqS0kByh1O { width:19.6875rem;height:25.625rem;top:177.24926757812rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxGraCNgZf0migaDXyJ57VkOcbIgO6OU { width:20rem;height:8.125rem;top:2.2265691757202rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzO6L0EqfDy1tuu3pCvTwxfk4KUw4wCU { width:18.625rem;height:14.297875rem;top:25.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGFnLPCuIXQqLa9vs5hcvCkRtoIeakZ { width:20rem;height:11.25rem;top:11.9775390625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wMTqkvBvTc7uLtHbue1tEfis9Mm53E1C { width:20rem;height:4.0625rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llCG5WspueIHbXXzvgMVZHBIFNzGJyI8 { width:20rem;height:4.8125rem;top:59.816409111023rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9iEHX1QNr7RdMIxFqT2WzESIMUvFH7a { width:19.9375rem;height:4.375rem;top:74.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwzZhV4ap0z4tfrOz4EwS9ztpZcX1c16 { display:block; }
 }@media only screen and (max-width: 763px) { #SaxcskPq0VxlvWJXOFNmTs5X293kTEFW { width:18.75rem;height:0.0625rem;top:42.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogPLmoePUEJsTs85nm9oOaPMGu2Ayty2 { top:51.5rem;left:0rem;width:20rem;height:20.4358125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { background-color:#fbe9a8;background-image:none;display:block; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { background-color: transparent; background-image: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .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); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUdr4KG5OLIDtAGemCkHihsWfPPx2wd4 { width:18.625rem;height:4.0625rem;top:1.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfnf1Tcsn3m8g0zlc5JJ5TUemlAF3AsT { width:17.9375rem;height:12.9980625rem;top:25.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPqAcmiy4kW8Upu2gVNgzq2hdtRBUrwg { width:17.625rem;height:4.0625rem;top:42.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM2hfrFeCkx4g6TvfAZEDOMPTNmgMknQ { width:17.5625rem;height:16.3125rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #by2MiupeuTx5fNtXIvHRZIE29aTuo3Pd { width:17.5rem;height:0.125rem;top:40.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLhVd7PsCGTkrozL71e1BRuLPOZO6OZ { width:20rem;height:27.374rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:14.25rem;height:2.5625rem;top:1.2500038146973rem;left:2.875rem;display:block; }
 }