.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { position:relative;display:none; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { border-width: 0; border-radius: 0; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .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; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1dd787c-3d42-4cce-ae97-d8b3339ebc98/YP_QA1_Kajabi.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.adaptive-delivery-prevent-bg, #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.lazyload, #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.lazyloading { background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { background-color: transparent; background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .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); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { border-width: 0; border-radius: 0; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#sMEt2diGwC1vNzSFmZ5C0AMxkLR8ZPdB { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:larken;font-size:3.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12rem;left:0rem;height:7.6484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8OkvTpOidOD9TUR2G0ebBfwP0LT3LZN { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.4375rem;left:0rem;height:10.996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQq4XOH0R5NaPEPewHlSAkCKhgV1u458 { position:absolute;display:block;z-index:15007;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.875rem;width:11.8125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#X7LdnJtVLLNQcqAAQf3kepxx06Ey110T { 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:75rem;width:74.875rem;display:none; }
#pO0WrTW5P9hFcA9DcNrHI6qFQs6E5nPa { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:block; }
#RsXoOrL0G3NdSHeGV1HprT7D5AKyA4Pk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qHNNzVhXpxLXMroCf2oGrQKO8zhtvGLh { background-color:#e25021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.4375rem;left:17.9375rem;display:none; }
#nl8eZl4flHrAIX9kUftpnKRke9DnTmxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc755e;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; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container { background-color: transparent; background-image: none; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container > .video-iframe-container { display: none; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row > .video-iframe-container { display: none; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .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); }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container { border-width: 0; border-radius: 0; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#JaN2xfWyrzybhAQLC6NbTUxq4cvTaGIG { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:16.05126953125rem;left:0rem;height:10.1953125rem;font-style:normal;display:block; }
#syZGxsTvuTp5P1FQOTFLNzH7hU3ZRAE8 { position:absolute;display:block;z-index:14998;background-color:#cb303e;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:46.875rem;left:59.625rem;display:block; }
#ErIZVSRMgvQok8UxmIERsPA3r8lxPA5S { 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:6.4375rem;width:8rem;top:15.5625rem;left:63.25rem;overflow:hidden;display:block; }
#QHr0mHwZeCTqe1o4awDp2LvJ1bFW1FsF { position:absolute;display:block;z-index:15011;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:21.0625rem;width:18.3125rem;top:33rem;left:56.6875rem;overflow:hidden;display:block; }
#XLNz5aWHm45RdbsiJ4uffw2Z26TLPR9i { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.5625rem;left:0rem;display:block; }
#QFMEsTZAKwplnKT5xwtUCeKzZly0Taba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cK6QsWcmZBoXqnl9iaZqNilovP4LNLkN { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:27.75rem;left:0rem;height:11.8945625rem;font-style:normal;display:block; }
#zbMDUiqbJcDek8KUvUmem1RH8LIfeJud { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:9.0179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aoGkLiTCWTrrGGeRDZK2bcoBETGHIwxe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:14.4375rem;left:35rem;display:block; }
#QkJX0F7BFdi5sZDBRRXraaOf9wyuxbuh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ZUZhBIVg3xlLNRqT9epXk6dUOvZURQdm { background-color:#c42b36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.625rem;left:18rem;display:none; }
#zfdMf6D52WlFyh5MgXWFKnOnwULCrHT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHWOfPNUg24bLk26Jwoixppem8zLs62y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container { background-color: transparent; background-image: none; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container > .video-iframe-container { display: none; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row > .video-iframe-container { display: none; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .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); }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container { border-width: 0; border-radius: 0; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:75rem;position:relative;display:block; }#N9Km8LGQbIKoTZcvpF9dtoQBsyFXrbrp { color:#c9ac5f;display:block;width:40.6875rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:9.0179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okXWFFzuJNeyCg42ZN3WFqbdcFtwvGzB { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:17.1875rem;left:0rem;height:13.59375rem;font-style:normal;display:block; }
#GHQ1sfvS5hL5V8kCxzd4ZT3T2gTdfNbr { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:14.1875rem;left:39.125rem;overflow:hidden;display:block; }
#TmwsIrTkyXtWyWdlRMLlou5ibM07s01X { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:17.9375rem;left:40.75rem;overflow:hidden;display:block; }
#qJKBe2zZtqCrZfW1wQ1OWCvN3irxRiZi { 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:24.75rem;width:14.8125rem;top:13.8125rem;left:55.375rem;overflow:hidden;display:block; }
#F3bT8JVzRu0GnTmdLk4CtpIDBgiLQr2f { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:17.9375rem;left:57rem;overflow:hidden;display:block; }
#xvIDC8Gz6cwTuoToVloZuLSHnUeTtrKT { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:30.6875rem;left:37.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktRxEHGOo3WrFfnNlo2UDdlgAulEkQqs { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:30.6875rem;left:54.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmGvz8HvlgPlWxTWPAVhcCP5zOCUwFNq { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:38.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#E8QAKE5eLLG9VlQPlmMT5rhVrRrIcKnQ { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:42.0625rem;left:5.1875rem;overflow:hidden;display:block; }
#u2qWOnAkpQVKTUmxPZfxcdRkxDcnlshA { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:54.8125rem;left:1.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhPgbJkc4acmudaMIvhX7BPpL75fB7pD { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:54.8125rem;left:18.75rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXVC9PZCtTo19H26SJFWwGao5OxSGEeX { 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:24.75rem;width:14.8125rem;top:37.9375rem;left:19.8125rem;overflow:hidden;display:block; }
#OTGWDe3Rt5iQAX1p6Vc5QC06TPN6H7f6 { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:42.0625rem;left:21.4375rem;overflow:hidden;display:block; }
#hfUF6kNGPFa4MTbGpClIrPechvh4vTkU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:38.5rem;left:38.6875rem;overflow:hidden;display:block; }
#AndMTx8t3zD2pAeRPZSzwXxKsw808wzt { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:42.25rem;left:40.3125rem;overflow:hidden;display:block; }
#kHniJgQQQgTtOoTr1bi35LM916TkRKhD { 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:24.75rem;width:14.8125rem;top:38.125rem;left:54.9375rem;overflow:hidden;display:block; }
#e6m7f99BFaEso3JJgEVT2blbK4arg3Zc { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:42.25rem;left:56.5625rem;overflow:hidden;display:block; }
#uAiVQT4WS6CUfMdH6fIi6fZcZCa6Mcdt { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:55rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAVbkRSazEcI1WxhdOIV7u5BRErAWJwZ { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:55rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iP2viBVsnQPPQZTESPM9q72dfNKM6zTM { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:61.625rem;left:11.15625rem;height:4.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n > .row .container { border-width: 0; border-radius: 0; }#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#Zuq0mZbQSM7BX3I2Wogu8tVZh7EFLJy1 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:72.5rem;display:block; }
#TVEmWTe8UPN6T4M6UScO11ZxTSrAwXGx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.3125rem;left:72.9375rem; }
#PSknvxMBvdChRZT0uX9ADekUoeM5Od9f { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:none; }
#iAKmK6iM8SUBevxuGNF3Vo5Nk5bBoKgW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:22.9375rem;left:6.3125rem;display:none; }
#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF > .row .container { border-width: 0; border-radius: 0; }#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#PIefL2JmMTZnCDwMmmZNuBS45wk66DUG { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:72.5rem;display:block; }
#LaabGrHiKDzEqmxlnseHSxRvyzywIQsU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.3125rem;left:72.9375rem; }
#dWvLID2TVMyHswUtuhiTq4XqxH9sFO3c { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:block; }
#knZXkqItRwsOSfUGwwZwATqFntVz6RI5 { 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:24.75rem;width:14.8125rem;top:5.25rem;left:54.9375rem;overflow:hidden;display:block; }
#xUUa1Xh3Xp0NrO7GuzImh65FCfBc6avw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:none; }
#DfudSR9SsNlfQtErX8Ct84uqQNM1HbKa { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:35.125rem;display:none; }
#NUEv803PK4GoREGBT4xrB9FxX0WrTep8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.3125rem;left:35.5625rem;display:none; }
#Wtyc8ps44MI8MWQxTbBITn3iqGC0345J { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qssSQhEZxkHCodR79UUn5bBS0yAq1kwT { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PA2ioZr4hlWXZ1my6iFGryR33dxpSVpq { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:17.9375rem;left:40.75rem;overflow:hidden;display:none; }
#mP1BqaHvdHI6vOvRFgEkko0ixAUll451 { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:17.9375rem;left:57rem;overflow:hidden;display:none; }
#G4irHKebybJhVITwpSc5nGrb979uWSxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#G4irHKebybJhVITwpSc5nGrb979uWSxn > .row .container { border-width: 0; border-radius: 0; }#G4irHKebybJhVITwpSc5nGrb979uWSxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4irHKebybJhVITwpSc5nGrb979uWSxn > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#fJMzslAMpnMdXR1mRMo6EGMx4ViRtuJ1 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:72.5rem;display:block; }
#KQAcX2GfTV4E5z0KMTlODpkrf7MTzILJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.3125rem;left:72.9375rem; }
#Usd4vsN1IUiwHoTMUGJsWzgCdQbuxTFW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:block; }
#CwgJU9EfIlWX0bA3PKPeJcxH0la8FB5e { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:40.34130859375rem;overflow:hidden;display:block; }
#ECUez9G50uTTWlsRmQpmBJ0ewV4WcTFE { 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:24.75rem;width:14.8125rem;top:5.25rem;left:54.9375rem;overflow:hidden;display:block; }
#vLrb0uvtbs9iezVkgpMZoPtH6etMyxNt { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:56.5625rem;overflow:hidden;display:block; }
#J98G4JnmRanrIZZ062GzLNagh2fU83kE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:none; }
#HQTs9qy7btrPZUxtyGhCH4HpXZ5fJd9H { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:35.125rem;display:none; }
#TPTS2KtLyw3d6h0ilAw11C1rMNPzB3iz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.3125rem;left:35.5625rem;display:none; }
#yWwz21KHMu2gI7ucxitwDvhDonKisxAW { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NELCGozbvwLxnIAZUXfWhMwMc0X9OpC5 { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc > .row .container { border-width: 0; border-radius: 0; }#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#wq63exDTGKswWwNd0VcA76Tyz83cqdET { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:72.5rem;display:block; }
#LvQQZa7zq94TwSuATpHTKqTEvNzMd5IK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.3125rem;left:72.9375rem; }
#JcV3Z8hWbZcTv8c5ru1KvEsuWiKvW3Hs { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:block; }
#BMMq3JXUg7emXT58KkQfUT0A9dT4zOEn { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:40.34130859375rem;overflow:hidden;display:block; }
#niCGabD6qST6OFfSS5u4beZTvWciMTxH { 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:24.75rem;width:14.8125rem;top:5.25rem;left:54.9375rem;overflow:hidden;display:block; }
#wq8nQGmZgXEspGel5pQsIiOn8LnX5FuN { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:56.5625rem;overflow:hidden;display:block; }
#prrdJT1nUtULvJPHT774fV754XoVgcou { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:none; }
#NQqtZmeGkEO7AtPhFfQNREb4w91OVN5D { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:35.125rem;display:none; }
#kB0ia5Mg2NaeAOxdyIyb4vL7Dbzb0SCk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.3125rem;left:35.5625rem;display:none; }
#APA2LTegXQoTmWsCzINB82HvqUd68wHQ { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OS470WONSTObHXSipD7TXkgxPBf1BuMp { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz > .row .container { border-width: 0; border-radius: 0; }#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#Z4aMFTpKoC8Lg7eD1DBxx9wDcOM28C87 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:block; }
#XQqnek4wlnDHkb7mzLPcOAPMrFxDRyoR { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:40.34130859375rem;overflow:hidden;display:block; }
#DooKA3n2BZkXWlZvRik1m75M2RK3PkVf { 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:24.75rem;width:14.8125rem;top:5.25rem;left:54.9375rem;overflow:hidden;display:block; }
#oQC7DbXvKILFr712I1QF2fpalsLzP99v { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:56.5625rem;overflow:hidden;display:block; }
#Pg97ETIeR3MdRigWNxR5O8DKQp1wFHKU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:none; }
#zF5Tpi1TApasTTF54CuQHDTfTJn952Nl { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:35.125rem;display:none; }
#qnWCR4Rbmkkm5o3eyQbUoLFqxSURgH8G { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.3125rem;left:35.5625rem;display:none; }
#xSxqeWzv9nF2yWawTgmFIQ6ddclIXpxu { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QsB1kQf6FaT1sGaWUSDuZUOb3nwJODXi { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zeTT9NSvXPQEEuMXZoKbhpQE5dd4pEPi { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:61.625rem;left:11.15625rem;height:4.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL > .row .container { border-width: 0; border-radius: 0; }#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 > .row .container { border-width: 0; border-radius: 0; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd > .row .container { border-width: 0; border-radius: 0; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#nSgdV5fRpZfawLvVTzCGM9qvNWWnsnuA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:14.3125rem;left:72.9375rem;display:none; }
#ITifwupRAkmwoIHxnfHDC4WvWPzi0SAf { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:14.8125rem;top:5.625rem;left:38.716764214047rem;overflow:hidden;display:block; }
#fGUXrrdQbBdbsGrO7Zz7vC5f47EQ2Mdo { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.125rem;left:36.9375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvHZCuh8Ub2AV1uX2uH9gsaUkESqdeT4 { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:53.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5xVP0nDuiUsvAHI7eATfCvsf1RSDnzW { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:40.34130859375rem;overflow:hidden;display:block; }
#K4BeG8ycmfwl5UHgpAIwoxMJXfcuPbxz { 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:24.75rem;width:14.8125rem;top:5.25rem;left:54.9375rem;overflow:hidden;display:block; }
#QJuxcWyecqNJlOq6VniVLJ9Mc1nOmRJJ { position:absolute;display:block;z-index:15012;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:11.5625rem;width:11.5625rem;top:9.34375rem;left:56.5625rem;overflow:hidden;display:block; }
#TztyAGdyNlnlQm8q5epiH0JfyaZHD5Cd { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:35.125rem;display:block; }
#ThNSLgn6TdHWrS2qbUHprhy6O1dkOOae { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:14.3125rem;left:35.5625rem; }
#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db04d9e4-40a2-4325-9e4b-681a48369916/brianlawsonabiq3vnHjnkunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI.adaptive-delivery-prevent-bg, #R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI.lazyload, #R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI.lazyloading { background-image: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { background-color: transparent; background-image: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container > .video-iframe-container { display: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row > .video-iframe-container { display: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .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); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { border-width: 0; border-radius: 0; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:75rem;position:relative;display:block; }#QfhVHsgiuJhvZTOUhk6ZsSCDKTXgvC3f { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10.8125rem;height:6.0119625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3qMwFRZqcV78dv0T59pXaTTpLp62DJy { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5ab50;border-left:0.0625rem solid #e5ab50;border-right:0.0625rem solid #e5ab50;border-bottom:0.0625rem solid #e5ab50;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:18.9375rem;left:0rem;display:block; }
#xs5BqfIUwPQdThRTF4PIpE00NZP44pZd { color:#c9ac5f;display:block;width:3.875rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.5625rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDwyZz7dOhPcLwc8EZvpqdEz5Rh7Tsm5 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:21.25rem;left:8.6875rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vg23MDIpfxct5STXHyX8QlRo3yPeMUU6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5ab50;border-left:0.0625rem solid #e5ab50;border-right:0.0625rem solid #e5ab50;border-bottom:0.0625rem solid #e5ab50;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:37.25rem;left:68.125rem;display:block; }
#ohDoxpoPoKXQRyXrTAT25FN8NO6vMCeT { color:#c9ac5f;display:block;width:3.875rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.25rem;left:69.6875rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzX1wK9Wk7p86bZVuU3bBBvN7GE7x0cg { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:24.130859375rem;left:8.90625rem;height:7.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M1vrz4hIyfHWoQGup3QTPFwHy5WO4sRn { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:39.5rem;left:29.9375rem;height:2.33764375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yvgQFOLcnzG2ypdMHcpxnfbwLLJ8hZyN { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:42.625rem;left:26.6875rem;height:5.41699375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GxCy0S4bhEUiFBvWqN0SRJC1vgyGiPip { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5ab50;border-left:0.0625rem solid #e5ab50;border-right:0.0625rem solid #e5ab50;border-bottom:0.0625rem solid #e5ab50;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:54.75rem;left:0rem;display:block; }
#ra3xGoGOzJPdnpSHqO7UcRpJ0Q5zWT46 { color:#c9ac5f;display:block;width:3.875rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:56.75rem;left:1.5625rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vATZLF9NC0g66UXdEugIGGZGTLBxxmPC { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:57.0625rem;left:8.6875rem;height:7.0107375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gt1O1CuyswdwBx4vs4MI3NXZiSdlU0GT { color:#000000;display:block;width:37rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:65.4375rem;left:8.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lfw5SpT3JeIGie5CqWQqpZG2LvF8bW12 { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:75.875rem;left:29.6875rem;display:block; }
#utdN3ETbB42EuTOnTMoGNiBzhAqrvf6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etsL8fT1O9ypo9aLzdThHDpmRTmOZRQ3 { position:absolute;display:block;z-index:15019;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.8125rem;top:36.1875rem;left:8.6875rem;display:block; }
#IwULpvTx3norubILGQQguGR3QI4En3xT { position:absolute;display:block;z-index:15020;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.8125rem;top:54.5rem;left:15.125rem;display:block; }
#ZuT6GiCihrApVvoSWyBxHw6OIwZvVFsR { position:absolute;display:block;z-index:15019;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.8125rem;top:34.6875rem;left:8.6875rem;display:none; }
#VTWTOHeaTPBRiEi9Z4FhRk2H4nOOS3ia { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5ab50;border-left:0.0625rem solid #e5ab50;border-right:0.0625rem solid #e5ab50;border-bottom:0.0625rem solid #e5ab50;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:19.25rem;left:0rem;display:none; }
#DkpIrZpVpBUUKrTfZ1rlQOyoSbnSkiQW { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #e5ab50;border-left:0.0625rem solid #e5ab50;border-right:0.0625rem solid #e5ab50;border-bottom:0.0625rem solid #e5ab50;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:6.875rem;top:19.25rem;left:0rem;display:none; }
#Mth65KLDdTsM19KpKCTpwThMs4D6aKVu { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:30.130859375rem;left:8.90625rem;height:5.4169875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#INw76wvtiBtT3ABln5aF2ZCTchE4624B { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:48.693359375rem;left:24.34375rem;height:5.4169875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#EdLV73CRoh0NvwdmfGZqiNAzZCf1NkTG { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:60.693359375rem;left:8.6875rem;height:5.41699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKLGl10CcC53Br51TyNoAQFB7wVRLryg { color:#000000;display:block;width:40.25rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:67.130859375rem;left:8.6875rem;height:3.611325rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Lpm8zqRfaJklyJcIhIqNuZ21EDi3v32W { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:75.875rem;left:47.75rem;display:none; }
#zZvVeAC0pKIAgGMRJmN6Kbi6Z7eVliTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 { position:relative;display:block; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 { background-color: transparent; background-image: none; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row .container > .video-iframe-container { display: none; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row > .video-iframe-container { display: none; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .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); }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 { border-width: 0; border-radius: 0; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .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; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xeWLiWGWhSLCLXydGHGPZ6nDp8UwnZP4 { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:10.8125rem;height:9.0179375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 { position:relative;display:block; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 { background-color: transparent; background-image: none; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row .container > .video-iframe-container { display: none; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row > .video-iframe-container { display: none; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .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); }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 { border-width: 0; border-radius: 0; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .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; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ynFzD17T2TRCZp47cEh3fiDf5LRnZXa3 { 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.8125rem;width:10.8125rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#n4Ho183Iyl58vcLcFU1ZZ9uDv3qVCrkM { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #c9ac5f;border-left:0.0625rem solid #c9ac5f;border-right:0.0625rem solid #c9ac5f;border-bottom:0.0625rem solid #c9ac5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:24rem;top:4.1875rem;left:0rem;display:block; }
#OMZMRAHTytkN2JZgG6H4VV3IWXTHBbEi { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5625rem;left:11.4375rem;height:4.4619125rem;font-style:normal;display:block; }
#JRd9kdPK7CUzMSDCRf31vGmiw7v2PsiW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:10.375rem;left:11.375rem;height:4.19824375rem;font-style:normal;display:block; }
#cMhVZoU2BX7SVDBQIXVIMx8vnUqCMxtp { 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.8125rem;width:10.8125rem;top:4.25rem;left:25.875rem;overflow:hidden;display:block; }
#m1LKF6lb4wRp6AdIqImKB7ydJMeR12C7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #c9ac5f;border-left:0.0625rem solid #c9ac5f;border-right:0.0625rem solid #c9ac5f;border-bottom:0.0625rem solid #c9ac5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:24rem;top:4.25rem;left:25.875rem;display:block; }
#IJ0zUpkVodKvDlNzVTtxIwQPI5O7rc3E { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:37.53125rem;height:4.4619125rem;font-style:normal;display:block; }
#ZgMgZsrCJgdc9B5Ttpzb3bOuaXskknpM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:10.375rem;left:37.375rem;height:4.19824375rem;font-style:normal;display:block; }
#hv7uxDI3GQVrcLTnKzvwtIs8G6HO1VqU { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem solid #c9ac5f;border-left:0.0625rem solid #c9ac5f;border-right:0.0625rem solid #c9ac5f;border-bottom:0.0625rem solid #c9ac5f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:24rem;top:4.1875rem;left:51rem;display:block; }
#T8DWOyoGFrD71MVFTk5MsOGNqIAAWBrJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:10.3125rem;left:62.5rem;height:4.19824375rem;font-style:normal;display:block; }
#eK8H8uwWiFac59GiEuHTJ02sOM0bparB { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:5.5rem;left:62.6875rem;height:4.4619125rem;font-style:normal;display:block; }
#PgKKoQ0my2WH9NvNIdEkIEPNcUblSgTk { 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.8125rem;width:10.8125rem;top:4.1875rem;left:51rem;overflow:hidden;display:block; }
#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB { position:relative;display:none; }#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB { border-width: 0; border-radius: 0; }#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB > .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; }#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c9ac5f;background-image:none;font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lRXICTwCeTVxhxd90ggUvEK6NbBKIhT0 { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:8rem;left:22.5rem;height:8.496125rem;font-style:normal;display:block; }
#zZfqRaDEPf0zzsFQ4WBVxTdP8cbnk2v3 { position:absolute;display:block;z-index:15011;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:15.25rem;width:13.25rem;top:37.59375rem;left:3.875rem;overflow:hidden;display:block; }
#AiGvCkmhBV9o7PkDNeTo4ZBfTt1hkBTr { 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:9.875rem;width:15.5rem;top:5rem;left:3.875rem;overflow:hidden;display:block; }
#sSgnN4fNT17rFRwFNbNROgDiJfbJMCNd { position:absolute;display:block;z-index:15003;background-color:#cb303e;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:2.6875rem;left:2.75rem;display:block; }
#zI2vy1AT626TheWXtBGy0VzpleTLsJWX { position:absolute;display:block;z-index:15005;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:18.8125rem;width:11.3125rem;top:33.84375rem;left:63.6875rem;overflow:hidden;display:block; }
#yK15eUsf7W2b2dGohsRhQoAWdyyakMRp { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:22.5rem;height:3.32421875rem;font-style:normal;display:block; }
#QdpcUHTBWVNtSiinv7ZC7PQkky8PCoI7 { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:22.125rem;left:22.5rem;height:3.32421875rem;font-style:normal;display:block; }
#NElTpHDcqeOP0uncO9TqZz3AMkSgVFNa { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:26.0625rem;left:22.5rem;height:10.1953125rem;font-style:normal;display:block; }
#Pdpcf7TU6seHS6cLdeqv0ICrPSDVfME0 { position:absolute;display:block;z-index:15004;background-color:#cb303e;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:27.25rem;left:11.3125rem;display:block; }
#EEwVQ3VUKTGEhTFrCies1ne42NQBlRXk { position:absolute;display:block;z-index:15015;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:15.0625rem;width:17.8125rem;top:21.0625rem;left:2.71875rem;overflow:hidden;display:block; }
#IuwxaelmTdu2TFS4ChXAUQVGazgg1ERU { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:40.6875rem;left:22.5rem;height:3.32421875rem;font-style:normal;display:block; }
#KluLHehEMzimJvBGXs7ZbMnlhNWp0z9s { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:44.625rem;left:22.5rem;height:8.496125rem;font-style:normal;display:block; }
#H8EtuZdThxJCuAbh8we72sIoDD7Gn2Fr { position:absolute;display:block;z-index:15004;background-color:#cb303e;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:46.96875rem;left:6.5625rem;display:block; }
#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,229,221,0.57);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; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { background-color: transparent; background-image: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .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); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { border-width: 0; border-radius: 0; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#Jd099TTwzIbxOvNZbWbFXlWymZcH5yZi { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10.8125rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIMgVPR3dK0tPlVKlbDrlRD3AGEOadpq { position:absolute;display:block;z-index:15021;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.5625rem;top:18.9375rem;left:27.21875rem;display:block; }
#LEuw0hf3NFZhnQNJhrKgIpvEDqtNzrOs { position:absolute;display:block;z-index:15022;background-color:#eee5dd;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:15.4375rem;left:33.96875rem;display:block; }
#wtaqCs2K1CaVVeLtpdNbi76E5fBUFpkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.40625rem;left:35.9375rem; }
#J8KeWeZGx83Bov5lklb29dUWBh51R6S3 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:23.5rem;left:27.625rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXhXDCWR7iavTpGIKHVcS3lKLufwvRCt { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:38.53125rem;left:37.96875rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mJR3vNEAAGXPV6ztpDL61n0zoDfpO5KR { position:absolute;display:block;z-index:15026;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.5625rem;top:18.9375rem;left:52.4375rem;display:block; }
#UlRv82433BvwoSycyDDi0zpW2I1SdnsR { position:absolute;display:block;z-index:15027;background-color:#eee5dd;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:15.4375rem;left:59.5rem;display:block; }
#R1xPvKmbLAu0hnV21ADZKIMJqHF7ayKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.4375rem;left:61.5rem; }
#AAk6RTRHxVyDOXT4pH2XxIddoV1GS3nq { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.5rem;left:53.1875rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tM91RwzJoRmcSTMTiNVfTEI76c8OPdC6 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:38.53125rem;left:63.5rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SKUWkKBdEUDaiKtI9N9fL889idJmwy3i { position:absolute;display:block;z-index:15026;background-color:#e5ab50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.5625rem;top:18.9375rem;left:0rem;display:block; }
#yBQVNFfxiogonl9cgiMbdLnF0dI9f557 { position:absolute;display:block;z-index:15027;background-color:#eee5dd;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:15.4375rem;left:6.75rem;display:block; }
#gbph4BV3MCfisr7uvmKv7ViTrbHwfOq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.4375rem;left:8.75rem; }
#GFpLxyyFCL0BbUWJcnl0SaxcmhoWs8Ho { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.5rem;left:0.4375rem;height:13.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5JKbFoykM7hrZzwLV2ADDkAOefSZP8N { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:38.53125rem;left:10.8125rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be7cc37a-f803-4f52-aadb-cd84a7b26b13/2Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn.adaptive-delivery-prevent-bg, #veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn.lazyload, #veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn.lazyloading { background-image: none; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { background-color: transparent; background-image: none; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container > .video-iframe-container { display: none; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row > .video-iframe-container { display: none; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .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); }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { border-width: 0; border-radius: 0; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#GlP9pczJ1J2HwZoDfRTLpt63BuEugH77 { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0625rem;left:11.4375rem;height:6.011725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doNClL8d24HdeeWcbZ1m1OXg1he0Kkv5 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.9375rem;left:45rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Od6ZteRHLKu89GE76PQ64McKGIZ4TZUH { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:42.875rem;display:block; }
#kVkABvTgKTgMxZ3rFAFbihiuoTuN0WxO { color:rgba(255,255,255,0.6);display:block;width:13.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:30.03125rem;left:43.21875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeJDZJvSWSO5BG0rWFUggJxhfOeVbTZ1 { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:22.9375rem;left:59.4375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTbvPhWEv1krEIqGnCklzO0xVHDoaHLh { color:rgba(255,255,255,0.6);display:block;width:12.5rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:30.03125rem;left:58rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gb7RoSaPxkXvKdHNiwq10DkZ9poMHQ6R { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.75rem;left:57.875rem;display:block; }
#dAmKLGuvNquAuglowBtbHnVE1JZZ5KTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaQxQ8WcPMKggI9xfuy43xDktraXLlri { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.75rem;left:43.5625rem;display:block; }
#VTPxCpZkGlRFx0dKWXSonLf60S65z2Tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMA9CtAxp5AGVV3ZWoF45RUgWTmuaQFC { 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:22.25rem;width:26.3125rem;top:41.5625rem;left:48.6875rem;overflow:hidden;display:block; }
#zPfsT5dyesBaQB4K0bqXW1lIpPRptTzo { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:19rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EyqChW7X1G7sG5qVxPBvHQFsGHsZq964 { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:19rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZwqhFNrt3IXHhZ5O0FgfsuXX3Tvn1Zbq { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.75rem;width:66.25rem;top:16.6875rem;left:4.875rem;display:block; }
#lFMKAZJl8yFrQEa7USS8pXbrJEl8vXI3 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.9375rem;left:32.34375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQcl86PIUqnCLaQDGXWvHheE9xIO6LNF { color:rgba(255,255,255,0.6);display:block;width:8.875rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:30.96875rem;left:31.78125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:25.84375rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K li:before{  }
#V26Gwzn4b75BCRnVZlxGQECgyho7ZhL5 { position:absolute;display:block;z-index:15050;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:24.625rem;left:12.8125rem;display:block; }
#cdxXrNQI28hgAx7Ll019OyLkot7onZP7 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:32.625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wx45HpqOerTmmNq4VW0IuNslUVEKhvfZ { color:#d57e7e;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.6875rem;left:10.9375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dM7c5kGuVRaHOC4B7wDax1bovDLQoqvs { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.75rem;left:29.46875rem;display:block; }
#g60qwKI3rPTvTHQwTNWfgd061RzDCaIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eU2X6VMSaigI9XUeUappAA3hcnPPR95D { color:#c9ac5f;display:block;width:33.625rem;position:absolute;font-family:larken;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:50.4375rem;left:20.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#av2TMBWFwAbnNrhtqtRmQhJ4WkJCqWRT { background-color:#009349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:55.9375rem;left:28.75rem;display:block; }
#sPGyQc7edTM0rKTJ8Bv34coG2PdUBUCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPPwZfyEkGZsdObtMpKavPCn2IbGoETX { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #009349;border-left:0.125rem solid #009349;border-right:0.125rem solid #009349;border-bottom:0.125rem solid #009349;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:33.5rem;top:48.75rem;left:20.625rem;display:block; }
#qrh0oq8TyNvCzRbJSySiQrwXld828C9m { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:larken;font-size:2.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.4375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#S90AIniVuLhkWbcnSTQIvnkhogERzOxB { color:#fdd887;display:block;width:7.0625rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.59375rem;left:46.5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bIcvocBvaepwpdkP1hKA0GzrDKbuThKP { color:#fdd887;display:block;width:7.25rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.59375rem;left:60.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTeatowhZoyq2vl7UodxFliJpC5vVotr { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:28.6875rem;display:block; }
#wCn0GhUU95DnciGJvitM93uOHkl3tFOS { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:57.125rem;display:block; }
#u8Iqrh6ssp7aZx0zKq2ucfNrOe3rEwBp { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:46.4375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bbqw8ITgTHm7Oh9hToIqewPQl0R7ZDxP { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:60.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuDgewXI89dEceKc0FcWIKxbIzNsqA7E { color:#fdd887;display:block;width:11.9375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.71875rem;left:30.03125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be7cc37a-f803-4f52-aadb-cd84a7b26b13/2Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw.adaptive-delivery-prevent-bg, #zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw.lazyload, #zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw.lazyloading { background-image: none; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { border-width: 0; border-radius: 0; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:none; }#WBp0Oy9xJsOyrx7wh9wfHmAnObd3tSo8 { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0625rem;left:11.4375rem;height:6.011725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0LS45o0GHRnoqIANaVdtPBBtrRLaDXu { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:23rem;left:28.625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTFTfwPW7M28NU2rSHaZ9SSqCIylu9Tc { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.1875rem;left:27.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0sNKa2HSUOmpNnxesMCD47RXzsTAMLo { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:31.9375rem;width:20.8125rem;top:18.125rem;left:27rem;display:block; }
#HGXL46raMAorM4bHkANM6HkTPqw5EyVP { color:rgba(255,255,255,0.6);display:block;width:20.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:28.6875rem;left:27.1875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUPlZXiORTrTNXFa7hnatapieGR9qamR { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:32.625rem;left:27.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KUPlZXiORTrTNXFa7hnatapieGR9qamR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KUPlZXiORTrTNXFa7hnatapieGR9qamR li:before{  }
#dWzNgGUz7mRrkT8MWMZ6U6iKD2D1kZp3 { position:absolute;display:block;z-index:15040;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:31.8125rem;left:27.3125rem;display:block; }
#rXLc12FHxHB7Ay1Uav9tpQk8SGAOArto { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qC2wAcSRSktospZUZgZEMlnefmsOmFL9 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:31.75rem;width:20.5625rem;top:18.1875rem;left:51.9375rem;display:block; }
#kbpbQBAHWbsCrNdWWmUzFiUIxQVmU5T8 { position:absolute;display:block;z-index:15038;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:20.625rem;top:18.25rem;left:52.0625rem;display:block; }
#ad7pLCeRH3e6GK99JLEG2PPc4zTHtvF5 { position:absolute;display:block;z-index:15041;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.1875rem;top:31.8125rem;left:51.9375rem;display:block; }
#TooMBaw0Bd9gZwFTO7brhXDtVDsJv89W { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:21.1875rem;left:52.28125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmGole7cAob5xGpwoywQZg5twwiU9IFB { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:23.75rem;left:52.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BCHser2TQE46UKwnrc0M1sBTNRxEDSho { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:18.578125rem;left:57.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNgsJ5OkNtskXNWbsqwWevFquei7RFc7 { color:rgba(255,255,255,0.6);display:block;width:19.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:28.625rem;left:52.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmtN5KtPu6cxk6kXxfUe0dZVfQq7cZh0 { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:26.375rem;left:62rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB { color:rgba(255,255,255,0.6);display:block;width:18.875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:32.75rem;left:53.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB li:before{  }
#MPKnetpLyztza1uQerNTrqgNGhFHIEk1 { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.3125rem;left:54.09375rem;display:block; }
#uXDDlfeyU4TlPRaIhbzxWC8KZ9VQMTZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWCz5MW1gnXaBtiVqIpEdSEosqtO2WzK { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:48.3125rem;left:29.3125rem;display:block; }
#v6xfqLFFU6tO7BUdglaHhf9kT9TQlNMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoN0ARy9CzfrcQeppwVUvdLINSgTMx9V { 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:22.25rem;width:26.3125rem;top:56.125rem;left:48.6875rem;overflow:hidden;display:none; }
#w5BzpH69dSJqH5u9zvFOI7hFK9kFbSVS { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:24.375rem;left:62rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KAVWcklfQGhn1RwBk0aEbUiaIJNv5yfF { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:32.0625rem;width:20.8125rem;top:18.0625rem;left:2.0625rem;display:block; }
#VhzlQ2tZT6PdqOO6nfmrMqPcGfuma69e { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.9375rem;left:5.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXyAyQEAp3kFbqZm3cRXfzl9X8hCVupu { color:rgba(255,255,255,0.6);display:block;width:17.875rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:21.1875rem;left:3.65625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnlyBzfr6kicXTysiQC8zkfAIcLf8iFx { color:rgba(255,255,255,0.6);display:block;width:20.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:28.625rem;left:2.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:32.5625rem;left:2.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv li:before{  }
#sH6u7O9XkziW5QNcaz97scr3Xhk1fvE5 { position:absolute;display:block;z-index:15050;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:31.75rem;left:2.3125rem;display:block; }
#PTUP2npkv0ngAiLovrVnDyw7H1b7uItT { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:25.5625rem;left:12.4375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8Kn2DDtruvXJeGJBC8JxxzZ6n3lVh4G { color:#d57e7e;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:23.5625rem;left:12.3125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgzhfmdiOlfEsntPRaqKW0dCEqm9XihF { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:48.4375rem;left:4.3125rem;display:block; }
#oplZl1UaPyFIe5c3JWNIL3NGL6bshG3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn2hd9876qyZI3vqgRm9MoIKW3t8GDv0 { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:58.375rem;left:10.8125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1TJq4cX9CU32pTLMI8D1w5mxP8QCzpF { background-color:#009349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:63.875rem;left:28.75rem;display:block; }
#GW1IxM53qaLZRTPRlXbDDhBqbvRJo0T4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCIgKt9gkBVI3IvO6FBs4vlXfXU76v89 { position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;border-top:0.125rem solid #009349;border-left:0.125rem solid #009349;border-right:0.125rem solid #009349;border-bottom:0.125rem solid #009349;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:33.5rem;top:56.6875rem;left:20.625rem;display:block; }
#GBzZwaUUDlqfd3EAqsDG29n4XWxzfLmF { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SogcS1TBgh341VC01HBoLD40AdOba97e { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX { position:relative;display:block; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX { background-color: transparent; background-image: none; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row .container > .video-iframe-container { display: none; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row > .video-iframe-container { display: none; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .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); }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX { border-width: 0; border-radius: 0; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .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; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u2WxTIa73CG3WabBbZ45xAgmdcf5eLi9 { 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:18.8125rem;width:11.3125rem;top:7.3125rem;left:59.125rem;overflow:hidden;display:block; }
#wLE2mn7gg01RwTDqRakbSVw2fhkWNpii { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:20.625rem;left:56.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzT406zgsuCbkXiADSBo0Ggltbee38DR { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:8.125rem;left:59.9375rem;overflow:hidden;display:block; }
#w78Dm8JvICPoyzT0ZT5qlxT6ysNdet5T { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:20.625rem;left:36.6875rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeNWstrBAEd2lsQCMdAPeiUDMeZtgAI0 { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.1875rem;width:10.625rem;top:8.125rem;left:40.3125rem;overflow:hidden;display:block; }
#sdZ6uRnhoMk7yN4kuTdWBffqtlmcBHwO { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:11.3125rem;top:7.3125rem;left:40.375rem;overflow:hidden;display:block; }
#Ms3DOe0P39whvIAGn88HdKkU0ETyDMOm { position:absolute;display:block;z-index:15003;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:18.8125rem;width:11.3125rem;top:26.625rem;left:41.3125rem;overflow:hidden;display:block; }
#ZQenSEuJyZhnBGCIDczWOJEbCkzsPV3i { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:39.9375rem;left:37.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWrraAZmQbdHqE0335pAlaEJfqQgU03L { position:absolute;display:block;z-index:15005;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:27.4375rem;left:41.1875rem;overflow:hidden;display:block; }
#xutxm7tyB6elBDaXx4zFw0qh3a91ZRP5 { color:#353c58;display:block;width:18.6875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.9375rem;left:56.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LLStFy1BtrO8BQhllGMmwBkbLEXr4Xir { position:absolute;display:block;z-index:15007;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:27.4375rem;left:59.9375rem;overflow:hidden;display:block; }
#WN95AJEEsqQWzMVHvohgDdwdS7Jn3yGF { position:absolute;display:block;z-index:15005;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.125rem;width:11.4375rem;top:26.625rem;left:60rem;overflow:hidden;display:block; }
#F9ZfSfHh0hvQX4aitMoAJJSgsMkJ1nRF { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:3.00598125rem;font-style:normal;display:block; }
#hTCMkTCiV8LprwrTDobez6x36yenOMXZ { color:#5a5a5a;display:block;width:34rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:19.625rem;left:0rem;height:12.1113125rem;font-style:normal;display:block; }
#CQNksPMHSuLp6OmlTu9fnoDWWvUyeKvl { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.9375rem;left:0rem;display:none; }
#TPX9Shm8erbxqNHcTLgVB7g3JcnTBO3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #084263, #e34a00);background-image: -moz-linear-gradient(120deg, #084263, #e34a00);background-image: -ms-linear-gradient(120deg, #084263, #e34a00);background-image: -o-linear-gradient(120deg, #084263, #e34a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#084263', endColorstr='#e34a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#084263', endColorstr='#e34a00' );";background-image: linear-gradient(120deg, #084263, #e34a00);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container { background-color: transparent; background-image: none; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container > .video-iframe-container { display: none; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row > .video-iframe-container { display: none; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .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); }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container { border-width: 0; border-radius: 0; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#JSsgA3byzwX99fpUHGOlVwsN0tFXoh7p { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:6.011725rem;font-style:normal;display:block; }
#OfcFPhVkITXsfsCbBSEPJzh8ziaoE5Ph { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.8125rem;left:0rem;height:8.07425rem;font-style:normal;display:block; }
#RKccQGgTtPxgsICskETTVlTJa0QhTJNE { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:16.5rem;top:19.6875rem;left:25.59375rem;overflow:hidden;display:block; }
#Zf02Dmau6PV6R0NGD81tvTCvPEXlwBsc { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:29.875rem;top:17.3125rem;left:18.1875rem;overflow:hidden;display:block; }
#uqtJcvBT9qBKxuiRrlmzd1kpal7csG2i { position:absolute;display:block;z-index:15012;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:16.5rem;width:28.1875rem;top:40.0625rem;left:50.875rem;overflow:hidden;display:none; }
#eC3y472V1AVU0FTrbF32gBsePBhsX2JV { position:absolute;display:block;z-index:15012;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:20.8125rem;width:35.5625rem;top:2.71875rem;left:39.4375rem;overflow:hidden;display:block; }
#vGRAB3ii9vi64ovZc7MlCK3hNEkbivcx { position:absolute;display:block;z-index:15013;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.3125rem;width:10.0625rem;top:19.6875rem;left:45.875rem;overflow:hidden;display:block; }
#rd2vahKOlOwBXnaoiB18FE3PsnPfXtel { 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:3.375rem;width:11.8125rem;top:19.625rem;left:57.125rem;overflow:hidden;display:block; }
#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt { position:relative;display:block; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt { background-color: transparent; background-image: none; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row .container > .video-iframe-container { display: none; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row > .video-iframe-container { display: none; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .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); }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt { border-width: 0; border-radius: 0; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .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; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPiT1vedOeySR2KCDu897I0mAvnXQAEW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.25rem 1.875rem rgba(0,0,0,0.42) ;height:19.125rem;width:34.0625rem;top:10.25rem;left:0rem;display:block; }
#uElb1OyhtHIoaWETvoAWqqPD2Dxi1SRv { color:#c9ac5f;display:block;width:31.9375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.875rem;height:6.0119625rem;font-style:normal;display:block; }
#s5R8JJB60evJUrt7Qf6WVTwFu5yNMJfp { color:#5a5a5a;display:block;width:27.375rem;position:absolute;font-family:"noto sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:18.75rem;left:40.875rem;height:8.07425rem;font-style:normal;display:block; }
#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg { position:relative;display:block; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg { background-color: transparent; background-image: none; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row .container > .video-iframe-container { display: none; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row > .video-iframe-container { display: none; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .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); }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg { border-width: 0; border-radius: 0; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .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; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CCZzSAKLumhzp102RE0U1WVyI85Nig6W { 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:20.75rem;width:48.3125rem;top:5.5rem;left:26.6875rem;overflow:hidden;display:block; }
#S6oi6H6NXkiDUhMQmMwUF9h7eJTGrH1d { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:14.9375rem;top:22.4375rem;left:0.78125rem;overflow:hidden;display:none; }
#VtFsJLAO5sKGNRdJDRuOkkxzPTGzhmtz { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:37.1875rem;top:0rem;left:26.6875rem;display:block; }
#kHKh918HTGCPy5no6iqQwkIBQNrgkP5i { color:#c9ac5f;display:block;width:34.25rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:6.0119625rem;font-style:normal;display:block; }
#CmNBR3K7PyU6q8tZbUgmPgVi4pT8MGTr { color:#5a5a5a;display:block;width:32.1875rem;position:absolute;font-family:"noto sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:15.3125rem;left:0rem;height:8.921875rem;font-style:normal;display:block; }
#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be7cc37a-f803-4f52-aadb-cd84a7b26b13/2Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp.adaptive-delivery-prevent-bg, #RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp.lazyload, #RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp.lazyloading { background-image: none; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { background-color: transparent; background-image: none; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container > .video-iframe-container { display: none; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row > .video-iframe-container { display: none; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .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); }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { border-width: 0; border-radius: 0; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#LIRCb1W1XBos2rH5EkbBZc4MBumtIbk7 { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0625rem;left:11.4375rem;height:6.011725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oie1BEpdJiIkbeF0cLv6izEV0nb7VeTO { color:#ffffff;display:block;width:10rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.9375rem;left:45rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ff7zN4xdyVBSnvVGDaB7C4E8sO65V5KT { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:42.875rem;display:block; }
#UqpyVQkvkDwdKR5KXRdU803d3MkQrcLm { color:rgba(255,255,255,0.6);display:block;width:13.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:30.03125rem;left:43.21875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Owi9i2mnUWSeEWBoWvBJENSvRD4brHxs { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:22.9375rem;left:59.4375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UgOvbh5R2Kg2rH33ASADCwgnxueGctZ3 { color:rgba(255,255,255,0.6);display:block;width:12.5rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:30.03125rem;left:58rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGgW6XDKmtdG5MXG26kxOr5Bm3xTyEGB { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.75rem;left:57.875rem;display:block; }
#KStTPygQi4KM7BBLDwJOlM8HEKEtpJ0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gr9ha3PsRP4gGKN0EL5G4sgwTogZnBmE { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.75rem;left:43.5625rem;display:block; }
#GO8W6igf2KhNdcrT9w0wHcvblLJ9SU83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hP40iPLmHhdy8DZmEditI9T6CyRl3W74 { 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:22.25rem;width:26.3125rem;top:41.5625rem;left:48.6875rem;overflow:hidden;display:block; }
#EfJ3ArD94cgQLD5uQcKfeEiX5a0nnBLg { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:19rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RCKyvE8NTvbTvFV2P0bRDQTz4t5qanft { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:19rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#slXueDN7A1Ab2sz5bkzx2DtsFeUCL6F5 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.75rem;width:66.25rem;top:16.6875rem;left:4.875rem;display:block; }
#dZxQTyZs1Ax8GpnaxPtMrMANETbQIbTB { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:larken;font-size:5rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.9375rem;left:32.34375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2vvq6LAUc4TwuAnk8HNCTPWkxCJOoMX { color:rgba(255,255,255,0.6);display:block;width:8.875rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:30.96875rem;left:31.78125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:25.84375rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF li:before{  }
#ZvDFsxCMsQmHv2gv88DAbsoJfKmPWrCN { position:absolute;display:block;z-index:15050;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:24.625rem;left:12.8125rem;display:block; }
#soAlStGxg1rxnQUeKWrtCSaem0tmxspL { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:32.625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vfcHhTDbUgLRKl8d1AUy1i3BHJLU2DTQ { color:#d57e7e;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.6875rem;left:10.9375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eUVc3mF5IPFD1K8obZ6P2HNRGUP46H9k { background-color:#c61732;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.75rem;left:29.46875rem;display:block; }
#f7pAcf3hq0H0pXwS12I4Q4sU4Or8OhMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8GKrtmCUrnTrc3qw0wXbP9ccJg6RI0m { color:#c9ac5f;display:block;width:33.625rem;position:absolute;font-family:larken;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:50.4375rem;left:20.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BftB6FRNaHF9Af9quNemxvTBZ9whuQUT { background-color:#009349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:55.9375rem;left:28.75rem;display:block; }
#e0UmkdenIEpZH5r5rism82phCbCKusTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHqGzSUBnhR3l5iF31ACIa2QJzG5T2n3 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #009349;border-left:0.125rem solid #009349;border-right:0.125rem solid #009349;border-bottom:0.125rem solid #009349;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:33.5rem;top:48.75rem;left:20.625rem;display:block; }
#xCMukuoQ1MgAcBR671iXWf2sBMQgXboe { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:larken;font-size:2.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.4375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#mwfFR93ZdEzmUdBtue9y6CxBrCHLGQXw { color:#fdd887;display:block;width:7.0625rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.59375rem;left:46.5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NxgJzdFonwHX9x0vRJFDxgrHv58GC9lA { color:#fdd887;display:block;width:7.25rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.59375rem;left:60.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nXc4OEK9kxBrBs8iBmCMxcnI216wx6R2 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:28.6875rem;display:block; }
#bOvfSmFrCiwwk2sITXebA4toLCtb7NKf { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:26.625rem;width:14.0625rem;top:16.75rem;left:57.125rem;display:block; }
#nzALT8XwJxMFTF9I92mHOPQ4Tmk6U6nJ { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:46.4375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rpf9TZJPhN1nx3RHtlabLd2QleGLzybN { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:21.7998046875rem;left:60.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3VkCdp4grOQgVPm921hl2Rh8mErBb7E { color:#fdd887;display:block;width:11.9375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:18.59375rem;left:29.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be7cc37a-f803-4f52-aadb-cd84a7b26b13/2Banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn.adaptive-delivery-prevent-bg, #EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn.lazyload, #EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn.lazyloading { background-image: none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { border-width: 0; border-radius: 0; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:none; }#q7HsWvSWXFJzGfXx9S29JldOgeEvLqqX { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0625rem;left:11.4375rem;height:6.011725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DccT3JIwblga8V4vWn7fw4GzvyhiUxD4 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:23rem;left:28.625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4f4qR2txsstqZ2TyJpNzXKVTHQD2wHT { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.1875rem;left:27.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMXNVyaI2vcxkupIsRfLFVud3dgVx2dF { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:31.9375rem;width:20.8125rem;top:18.125rem;left:27rem;display:block; }
#zUDpSUvaAJt2QyERzgBO94ZbySeA9LFe { color:rgba(255,255,255,0.6);display:block;width:20.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:28.6875rem;left:27.1875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:32.625rem;left:27.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe li:before{  }
#Wp0MkbECXF7U8ofFzMqg6TmRFDygNfQ1 { position:absolute;display:block;z-index:15040;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:31.8125rem;left:27.3125rem;display:block; }
#Z4pTtHOaa6W9lqEO5FxhJxPkFiWO30eb { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTe9axr0PlpGC5mUNhgGCIigAi9EK8Hv { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:31.75rem;width:20.5625rem;top:18.1875rem;left:51.9375rem;display:block; }
#f5Oe7KDkqXl5uXs1nlHKOZnSOWTcOuJO { position:absolute;display:block;z-index:15038;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:20.625rem;top:18.25rem;left:52.0625rem;display:block; }
#tb2BppmKcun69P4UGlMTBwo0tUXVFMQ5 { position:absolute;display:block;z-index:15041;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.1875rem;top:31.8125rem;left:51.9375rem;display:block; }
#U8ZKzDzK0zoZDtXJJW4SWGNiAnnxMH06 { color:rgba(255,255,255,0.6);display:block;width:20.125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:21.1875rem;left:52.28125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nq6eez470SBTLb5CgOMu1gkxCeEOGnSK { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:23.75rem;left:52.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMJgwzoVwXCgCN4QOKlSveLQtHGkDNPu { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:18.578125rem;left:57.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNI2Z58CTzGxLug88iTBh3cbfrhPpKro { color:rgba(255,255,255,0.6);display:block;width:19.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:28.625rem;left:52.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJXoqQS75tabcykO6rdzR2nLZPaOZGQd { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:26.375rem;left:62rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ { color:rgba(255,255,255,0.6);display:block;width:18.875rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:32.75rem;left:53.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ li:before{  }
#tFRlgTC7GJH0TOrf9JXsPAyoFVwTUSxb { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.3125rem;left:54.09375rem;display:block; }
#c9ZpFa4zpvvtSc3pcxN9qGDxda1A1Xo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSoCTsUzEGi5aqKbzmIQH9G2c4f6bcCn { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:48.3125rem;left:29.3125rem;display:block; }
#rBubxe8kzzrOJcXDmgFT4m8K4zyTrAzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3OqCsddKyNJOOTwpxfxXcPT7mOgrPbi { 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:22.25rem;width:26.3125rem;top:56.125rem;left:48.6875rem;overflow:hidden;display:none; }
#mfCrSbfwiVlpQnHysUH6Nw7ktTRlxp5q { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:24.375rem;left:62rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPE5RdbV9fTuuRqG4dF7k6l8TSsUFayp { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.35);background-image:none;border-top:0.125rem solid #cb303e;border-left:0.125rem solid #cb303e;border-right:0.125rem solid #cb303e;border-bottom:0.125rem solid #cb303e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.41) ;height:32.0625rem;width:20.8125rem;top:18.0625rem;left:2.0625rem;display:block; }
#fZf8OzfooqBJ4A8Q2nELiSXgD6n2lktg { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:larken;font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.9375rem;left:5.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeFakxUMKCMWvdMTGtmTheOUbbKTVXpU { color:rgba(255,255,255,0.6);display:block;width:17.875rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:21.1875rem;left:3.65625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O41wgqScylsrXzqEwscL6L2d1euQwGHc { color:rgba(255,255,255,0.6);display:block;width:20.6875rem;position:absolute;font-family:"noto sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:28.625rem;left:2.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 { color:rgba(255,255,255,0.6);display:block;width:19.5rem;position:absolute;font-family:"noto sans";font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:32.5625rem;left:2.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 li:before{  }
#M3L3hcky9OV6rDF7rZS2GQMW2HgkZkpk { position:absolute;display:block;z-index:15050;background-color:#cb303e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.1875rem;top:31.75rem;left:2.3125rem;display:block; }
#H3B47JCx1p90A2a8GpoZ40orScAysrPm { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:25.5625rem;left:12.4375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJwi3wxD62TNxZv9ZTw7LZVr35159ETM { color:#d57e7e;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:23.5625rem;left:12.3125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncSFcUsSsk2PGNerGCRPRyZHw5O9iTiK { background-color:#c61732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:48.4375rem;left:4.3125rem;display:block; }
#bhq8e4LCw6rkwTBUKeCTE3p4T3Pz95D5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOk85nHInRvilycxh8s7VziKJ4M5A1GU { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:58.375rem;left:10.8125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SJ4xJTDJ1PoV9F2W8ApgGoqpKhr8vqQ9 { background-color:#009349;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:63.875rem;left:28.75rem;display:block; }
#qQEbn8cuN3GV3f8m7ZF73aEogCGA28ZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThMnXnkE5pptHmWhb37Zaf5TgGGcUP3Q { position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;border-top:0.125rem solid #009349;border-left:0.125rem solid #009349;border-right:0.125rem solid #009349;border-bottom:0.125rem solid #009349;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:33.5rem;top:56.6875rem;left:20.625rem;display:block; }
#B6toZ90EQeG9EHKhFWidDvFA0geT4GQL { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DoL4xQzwUir1NwqilsDFxmvBSZFCDIZ0 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"noto sans";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:25.625rem;left:37.375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { position:relative;display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { background-color: transparent; background-image: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container > .video-iframe-container { display: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row > .video-iframe-container { display: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .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); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { border-width: 0; border-radius: 0; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .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; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#exLDf26fT4mVBWAeRDLCUokCTnszyDvO { color:#c9ac5f;display:block;width:53.375rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.3125rem;left:10.8125rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzN2xVqJSlQVI86rsgmT0gLRM4pw5DC3 { position:absolute;display:block;z-index:15004;background-color:#d76538;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:0rem;left:67.3125rem;display:block; }
#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi { position:relative;display:none; }#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi { border-width: 0; border-radius: 0; }#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#gt5Vqu2fHGsLvA0n7vky0V5iEPMM32O9 { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#PlewE9Dz0zQ9wMCAR3ayw6XpzB5ptKW6 { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc { position:relative;display:none; }#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc { border-width: 0; border-radius: 0; }#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc > .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; }#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rx3JmEI4Lu0NgsUtH27ld4yCyB4NVWBr { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19970625rem;font-style:normal;display:block; }
#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p { position:relative;display:none; }#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p { border-width: 0; border-radius: 0; }#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#P4Dz9lATgTpLCpUsTr1eTTXsq0ulkx5C { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#kBAN7yAzdhIICyyIMZQxfdH5hAqZ5Va8 { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.4375rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF { position:relative;display:none; }#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF { border-width: 0; border-radius: 0; }#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF > .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; }#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BqTzyGrgqIIFWTWGM4Zfd9KiaAwReRkI { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:3.21875rem;left:15.0625rem;height:;font-style:normal;display:block; }#eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK li:before{  }
#ga0owTJTTJGAK14BeazvTquD4O5fu55F { position:relative;display:block; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F { background-color: transparent; background-image: none; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container > .video-iframe-container { display: none; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row > .video-iframe-container { display: none; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .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); }#ga0owTJTTJGAK14BeazvTquD4O5fu55F { border-width: 0; border-radius: 0; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p6SE3O57F4u4MRpKhzkNX0OD3buSi7yK { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#sOESUkSrnx8WDmFuTFzfv1q86E8IokAs { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO { position:relative;display:block; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO { background-color: transparent; background-image: none; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row .container > .video-iframe-container { display: none; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row > .video-iframe-container { display: none; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .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); }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO { border-width: 0; border-radius: 0; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .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; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ySATHA6awpA5OTKT9UoaoUCWQo2mStJF { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 { position:relative;display:block; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 { background-color: transparent; background-image: none; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container > .video-iframe-container { display: none; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row > .video-iframe-container { display: none; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .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); }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 { border-width: 0; border-radius: 0; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eiSmdn8NW1rtbouRKgdXXbuCphR1JsSc { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#GzxKUEw7H8FARnFJqkOZ1lZVq2x3V4nq { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z { position:relative;display:block; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z { background-color: transparent; background-image: none; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row .container > .video-iframe-container { display: none; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row > .video-iframe-container { display: none; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .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); }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z { border-width: 0; border-radius: 0; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .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; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#knaAPvseNbLFwAzJ1txRuT6CcQMVITHu { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ { position:relative;display:block; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ { background-color: transparent; background-image: none; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container > .video-iframe-container { display: none; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row > .video-iframe-container { display: none; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .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); }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ { border-width: 0; border-radius: 0; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xZix8nAumzg9C4WOa7KCVT86a2vhWbLb { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#rQXWlyRGpFOV2SZdJTMFPlB0Rhp1fE29 { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o { position:relative;display:block; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o { background-color: transparent; background-image: none; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row .container > .video-iframe-container { display: none; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row > .video-iframe-container { display: none; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .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); }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o { border-width: 0; border-radius: 0; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .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; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GPPIVTiiQ4SuLJIa1FuUJ7WDdqWW2ZEl { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:5.59765625rem;font-style:normal;display:block; }
#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 { position:relative;display:block; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 { background-color: transparent; background-image: none; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container > .video-iframe-container { display: none; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row > .video-iframe-container { display: none; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .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); }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 { border-width: 0; border-radius: 0; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xxREUVGyNsKegCMhEEmF6cZ3inHkNflU { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#idcHs7ab96G0A2pRl2QWX2UGstZhMUJo { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u { position:relative;display:block; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u { background-color: transparent; background-image: none; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row .container > .video-iframe-container { display: none; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row > .video-iframe-container { display: none; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .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); }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u { border-width: 0; border-radius: 0; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .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; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mGvtwqzfQWXLDLu5e504T3kdJrzDM2A9 { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R { position:relative;display:block; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R { background-color: transparent; background-image: none; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container > .video-iframe-container { display: none; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row > .video-iframe-container { display: none; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .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); }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R { border-width: 0; border-radius: 0; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IVRa6rrfmQuZPykz1tBOI7UASD3sDzd2 { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#w0kyAUeH4C78cMVMRSefsnl8zKRiETUc { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ { position:relative;display:block; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ { background-color: transparent; background-image: none; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row .container > .video-iframe-container { display: none; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row > .video-iframe-container { display: none; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .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); }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ { border-width: 0; border-radius: 0; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .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; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mt6PlWrMQ8sJaR6rx6heJZB12vz7pqRC { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN { position:relative;display:block; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN { background-color: transparent; background-image: none; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container > .video-iframe-container { display: none; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row > .video-iframe-container { display: none; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .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); }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN { border-width: 0; border-radius: 0; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T4nUR95tdMTDa1OyC4zlV4OX7O3gbkEv { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#mPQZrqG6kmndBnRzw0OtMEzA167zGsDt { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihTh8yym1zOc78N4fni79FZtnc4LTknx { position:relative;display:block; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx { background-color: transparent; background-image: none; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row .container > .video-iframe-container { display: none; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row > .video-iframe-container { display: none; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .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); }#ihTh8yym1zOc78N4fni79FZtnc4LTknx { border-width: 0; border-radius: 0; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .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; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kutZzv56CO8gq6d7PrR41CJud5vCXDBD { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:4.19824375rem;font-style:normal;display:block; }
#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 { position:relative;display:block; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 { background-color: transparent; background-image: none; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container > .video-iframe-container { display: none; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row > .video-iframe-container { display: none; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .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); }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 { border-width: 0; border-radius: 0; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JDNJSTZpLVcFW2rVs47fH05NiWcN7qNy { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#FoK2cHT9zQmmHi6C3E5rdrwDn5J36TVm { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ { position:relative;display:block; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ { background-color: transparent; background-image: none; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row .container > .video-iframe-container { display: none; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row > .video-iframe-container { display: none; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .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); }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ { border-width: 0; border-radius: 0; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .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; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GWgNdfMxD15q0CxHAD6QtndnMyz14Aat { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:2.798825rem;font-style:normal;display:block; }
#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 { position:relative;display:block; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 { background-color: transparent; background-image: none; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container > .video-iframe-container { display: none; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row > .video-iframe-container { display: none; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .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); }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 { border-width: 0; border-radius: 0; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #cbac51;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#y98FeRy1H0XqJPxCdsBv1Jqrxrb2uo1c { box-sizing:content-box;color:#cbac51;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:0rem;left:0rem;display:block; }
#uLBOGhArtS0IITmxh9QB3IkFBZzTmGO7 { color:#c9ac5f;display:block;width:67.125rem;position:absolute;font-family:larken;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.25rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH { position:relative;display:block; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH { background-color: transparent; background-image: none; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row .container > .video-iframe-container { display: none; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row > .video-iframe-container { display: none; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .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); }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH { border-width: 0; border-radius: 0; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .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; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p3ShhAmKTfEGlgXAOvP0fS1xr8wQ4r6x { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:0.96875rem;left:14.125rem;height:2.798825rem;font-style:normal;display:block; }
#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ { position:relative;display:block; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ { background-color: transparent; background-image: none; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row .container > .video-iframe-container { display: none; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row > .video-iframe-container { display: none; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .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); }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ { border-width: 0; border-radius: 0; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .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; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container { background-color: transparent; background-image: none; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container > .video-iframe-container { display: none; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row > .video-iframe-container { display: none; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .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); }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container { border-width: 0; border-radius: 0; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#IdrNqsah6ZkQyAMa93pKmJE4OhdTadHl { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.59375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#fqB7fVyTa2SlfB5y7P8D3nx54ay2ilkz { position:absolute;display:block;z-index:15007;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.125rem;width:9.0625rem;top:3.5625rem;left:32.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { display:block; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { display:block; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMEt2diGwC1vNzSFmZ5C0AMxkLR8ZPdB { top:12rem;left:0rem;width:46.125rem;height:7.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8OkvTpOidOD9TUR2G0ebBfwP0LT3LZN { top:22.4375rem;left:0rem;width:41.4375rem;height:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQq4XOH0R5NaPEPewHlSAkCKhgV1u458 { top:2.4375rem;left:0rem;width:11.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LdnJtVLLNQcqAAQf3kepxx06Ey110T { width:47.75rem;height:47.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pO0WrTW5P9hFcA9DcNrHI6qFQs6E5nPa { width:16.5rem;height:3.8125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsXoOrL0G3NdSHeGV1HprT7D5AKyA4Pk { display:block; }
 }@media only screen and (max-width: 763px) { #qHNNzVhXpxLXMroCf2oGrQKO8zhtvGLh { width:16.5rem;height:3.8125rem;top:36.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl8eZl4flHrAIX9kUftpnKRke9DnTmxm { display:block; }
 }@media only screen and (max-width: 763px) { #aueST63qXyqsfTpiXlfcAiwvzx7tDL5u { display:block; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaN2xfWyrzybhAQLC6NbTUxq4cvTaGIG { top:16rem;left:0rem;width:33.625rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syZGxsTvuTp5P1FQOTFLNzH7hU3ZRAE8 { top:46.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIZVSRMgvQok8UxmIERsPA3r8lxPA5S { top:15.5625rem;left:39.75rem;width:8rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHr0mHwZeCTqe1o4awDp2LvJ1bFW1FsF { top:33rem;left:29.4375rem;width:18.3125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNz5aWHm45RdbsiJ4uffw2Z26TLPR9i { width:16.5rem;height:3.8125rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFMEsTZAKwplnKT5xwtUCeKzZly0Taba { display:block; }
 }@media only screen and (max-width: 763px) { #cK6QsWcmZBoXqnl9iaZqNilovP4LNLkN { top:27.75rem;left:0rem;width:33.375rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbMDUiqbJcDek8KUvUmem1RH8LIfeJud { top:5.4375rem;left:0rem;width:47.75rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoGkLiTCWTrrGGeRDZK2bcoBETGHIwxe { top:14.4375rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkJX0F7BFdi5sZDBRRXraaOf9wyuxbuh { display:none; }
 }@media only screen and (max-width: 763px) { #ZUZhBIVg3xlLNRqT9epXk6dUOvZURQdm { width:16.5rem;height:3.8125rem;top:41.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdMf6D52WlFyh5MgXWFKnOnwULCrHT4 { display:block; }
 }@media only screen and (max-width: 763px) { #DHWOfPNUg24bLk26Jwoixppem8zLs62y { display:block; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9Km8LGQbIKoTZcvpF9dtoQBsyFXrbrp { top:4.8125rem;left:0rem;width:40.6875rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okXWFFzuJNeyCg42ZN3WFqbdcFtwvGzB { top:17.1875rem;left:0rem;width:29.9375rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHQ1sfvS5hL5V8kCxzd4ZT3T2gTdfNbr { top:14.1875rem;left:25.5rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwsIrTkyXtWyWdlRMLlou5ibM07s01X { top:17.9375rem;left:27.125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJKBe2zZtqCrZfW1wQ1OWCvN3irxRiZi { top:13.8125rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bT8JVzRu0GnTmdLk4CtpIDBgiLQr2f { top:17.9375rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvIDC8Gz6cwTuoToVloZuLSHnUeTtrKT { top:30.6875rem;left:23.75rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktRxEHGOo3WrFfnNlo2UDdlgAulEkQqs { top:30.6875rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGvz8HvlgPlWxTWPAVhcCP5zOCUwFNq { top:38.3125rem;left:0rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8QAKE5eLLG9VlQPlmMT5rhVrRrIcKnQ { top:42.0625rem;left:0rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qWOnAkpQVKTUmxPZfxcdRkxDcnlshA { top:54.8125rem;left:0rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPgbJkc4acmudaMIvhX7BPpL75fB7pD { top:54.8125rem;left:5.125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXVC9PZCtTo19H26SJFWwGao5OxSGEeX { top:37.9375rem;left:6.1875rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGWDe3Rt5iQAX1p6Vc5QC06TPN6H7f6 { top:42.0625rem;left:7.8125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfUF6kNGPFa4MTbGpClIrPechvh4vTkU { top:38.5rem;left:25.0625rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AndMTx8t3zD2pAeRPZSzwXxKsw808wzt { top:42.25rem;left:26.6875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHniJgQQQgTtOoTr1bi35LM916TkRKhD { top:38.125rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6m7f99BFaEso3JJgEVT2blbK4arg3Zc { top:42.25rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAiVQT4WS6CUfMdH6fIi6fZcZCa6Mcdt { top:55rem;left:23.3125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAVbkRSazEcI1WxhdOIV7u5BRErAWJwZ { top:55rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2viBVsnQPPQZTESPM9q72dfNKM6zTM { top:61.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n { display:block; }#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zuq0mZbQSM7BX3I2Wogu8tVZh7EFLJy1 { top:13.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEmWTe8UPN6T4M6UScO11ZxTSrAwXGx { top:14.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSknvxMBvdChRZT0uX9ADekUoeM5Od9f { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAKmK6iM8SUBevxuGNF3Vo5Nk5bBoKgW { top:22.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF { display:none; }#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PIefL2JmMTZnCDwMmmZNuBS45wk66DUG { top:13.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaabGrHiKDzEqmxlnseHSxRvyzywIQsU { top:14.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvLID2TVMyHswUtuhiTq4XqxH9sFO3c { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knZXkqItRwsOSfUGwwZwATqFntVz6RI5 { top:5.25rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUUa1Xh3Xp0NrO7GuzImh65FCfBc6avw { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfudSR9SsNlfQtErX8Ct84uqQNM1HbKa { top:13.875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUEv803PK4GoREGBT4xrB9FxX0WrTep8 { top:14.3125rem;left:21.9375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wtyc8ps44MI8MWQxTbBITn3iqGC0345J { top:18.875rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qssSQhEZxkHCodR79UUn5bBS0yAq1kwT { top:38.9375rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA2ioZr4hlWXZ1my6iFGryR33dxpSVpq { top:17.9375rem;left:27.125rem;width:11.5625rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mP1BqaHvdHI6vOvRFgEkko0ixAUll451 { top:17.9375rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4irHKebybJhVITwpSc5nGrb979uWSxn { display:none; }#G4irHKebybJhVITwpSc5nGrb979uWSxn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJMzslAMpnMdXR1mRMo6EGMx4ViRtuJ1 { top:13.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAcX2GfTV4E5z0KMTlODpkrf7MTzILJ { top:14.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usd4vsN1IUiwHoTMUGJsWzgCdQbuxTFW { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwgJU9EfIlWX0bA3PKPeJcxH0la8FB5e { top:9.3125rem;left:26.71630859375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECUez9G50uTTWlsRmQpmBJ0ewV4WcTFE { top:5.25rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrb0uvtbs9iezVkgpMZoPtH6etMyxNt { top:9.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J98G4JnmRanrIZZ062GzLNagh2fU83kE { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQTs9qy7btrPZUxtyGhCH4HpXZ5fJd9H { top:13.875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPTS2KtLyw3d6h0ilAw11C1rMNPzB3iz { top:14.3125rem;left:21.9375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWwz21KHMu2gI7ucxitwDvhDonKisxAW { top:22.125rem;left:23.3125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NELCGozbvwLxnIAZUXfWhMwMc0X9OpC5 { top:22.125rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc { display:none; }#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wq63exDTGKswWwNd0VcA76Tyz83cqdET { top:13.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQQZa7zq94TwSuATpHTKqTEvNzMd5IK { top:14.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcV3Z8hWbZcTv8c5ru1KvEsuWiKvW3Hs { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMMq3JXUg7emXT58KkQfUT0A9dT4zOEn { top:9.3125rem;left:26.71630859375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCGabD6qST6OFfSS5u4beZTvWciMTxH { top:5.25rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8nQGmZgXEspGel5pQsIiOn8LnX5FuN { top:9.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrdJT1nUtULvJPHT774fV754XoVgcou { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQqtZmeGkEO7AtPhFfQNREb4w91OVN5D { top:13.875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB0ia5Mg2NaeAOxdyIyb4vL7Dbzb0SCk { top:14.3125rem;left:21.9375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #APA2LTegXQoTmWsCzINB82HvqUd68wHQ { top:22.125rem;left:23.3125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OS470WONSTObHXSipD7TXkgxPBf1BuMp { top:22.125rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #az2CwU6iDwaeayHG12uUoWGWdLTOxwiz { display:none; }#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z4aMFTpKoC8Lg7eD1DBxx9wDcOM28C87 { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQqnek4wlnDHkb7mzLPcOAPMrFxDRyoR { top:9.3125rem;left:26.71630859375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooKA3n2BZkXWlZvRik1m75M2RK3PkVf { top:5.25rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQC7DbXvKILFr712I1QF2fpalsLzP99v { top:9.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg97ETIeR3MdRigWNxR5O8DKQp1wFHKU { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zF5Tpi1TApasTTF54CuQHDTfTJn952Nl { top:13.875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnWCR4Rbmkkm5o3eyQbUoLFqxSURgH8G { top:14.3125rem;left:21.9375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSxqeWzv9nF2yWawTgmFIQ6ddclIXpxu { top:22.125rem;left:23.3125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsB1kQf6FaT1sGaWUSDuZUOb3nwJODXi { top:22.125rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeTT9NSvXPQEEuMXZoKbhpQE5dd4pEPi { top:61.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL { display:block; }#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 { display:block; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzAHcDeiHA08XnK2raQr3yInwTXUxxCd { display:block; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSgdV5fRpZfawLvVTzCGM9qvNWWnsnuA { top:14.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITifwupRAkmwoIHxnfHDC4WvWPzi0SAf { top:5.625rem;left:25.091764214047rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGUXrrdQbBdbsGrO7Zz7vC5f47EQ2Mdo { top:22.125rem;left:23.3125rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHZCuh8Ub2AV1uX2uH9gsaUkESqdeT4 { top:22.125rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5xVP0nDuiUsvAHI7eATfCvsf1RSDnzW { top:9.3125rem;left:26.71630859375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4BeG8ycmfwl5UHgpAIwoxMJXfcuPbxz { top:5.25rem;left:32.9375rem;width:14.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJuxcWyecqNJlOq6VniVLJ9Mc1nOmRJJ { top:9.3125rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TztyAGdyNlnlQm8q5epiH0JfyaZHD5Cd { top:13.875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNSLgn6TdHWrS2qbUHprhy6O1dkOOae { top:14.3125rem;left:21.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI { display:block; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfhVHsgiuJhvZTOUhk6ZsSCDKTXgvC3f { top:7.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qMwFRZqcV78dv0T59pXaTTpLp62DJy { top:18.9375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs5BqfIUwPQdThRTF4PIpE00NZP44pZd { top:20.9375rem;left:0rem;width:3.875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDwyZz7dOhPcLwc8EZvpqdEz5Rh7Tsm5 { top:21.25rem;left:0rem;width:37.4375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg23MDIpfxct5STXHyX8QlRo3yPeMUU6 { top:37.25rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohDoxpoPoKXQRyXrTAT25FN8NO6vMCeT { top:39.25rem;left:43.875rem;width:3.875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzX1wK9Wk7p86bZVuU3bBBvN7GE7x0cg { top:24.125rem;left:0rem;width:40.125rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1vrz4hIyfHWoQGup3QTPFwHy5WO4sRn { top:39.5rem;left:10.8125rem;width:36.9375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgQFOLcnzG2ypdMHcpxnfbwLLJ8hZyN { top:42.625rem;left:8.0625rem;width:39.6875rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxCy0S4bhEUiFBvWqN0SRJC1vgyGiPip { top:54.75rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3xGoGOzJPdnpSHqO7UcRpJ0Q5zWT46 { top:56.75rem;left:0rem;width:3.875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATZLF9NC0g66UXdEugIGGZGTLBxxmPC { top:57.0625rem;left:0rem;width:37.4375rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt1O1CuyswdwBx4vs4MI3NXZiSdlU0GT { top:65.4375rem;left:0rem;width:37rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfw5SpT3JeIGie5CqWQqpZG2LvF8bW12 { width:16.5rem;height:3.8125rem;top:75.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utdN3ETbB42EuTOnTMoGNiBzhAqrvf6w { display:block; }
 }@media only screen and (max-width: 763px) { #etsL8fT1O9ypo9aLzdThHDpmRTmOZRQ3 { top:36.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwULpvTx3norubILGQQguGR3QI4En3xT { top:54.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuT6GiCihrApVvoSWyBxHw6OIwZvVFsR { top:34.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTWTOHeaTPBRiEi9Z4FhRk2H4nOOS3ia { top:19.25rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkpIrZpVpBUUKrTfZ1rlQOyoSbnSkiQW { top:19.25rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mth65KLDdTsM19KpKCTpwThMs4D6aKVu { top:30.125rem;left:0rem;width:40.25rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INw76wvtiBtT3ABln5aF2ZCTchE4624B { top:48.6875rem;left:5.5625rem;width:42.1875rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLV73CRoh0NvwdmfGZqiNAzZCf1NkTG { top:60.6875rem;left:0rem;width:40.125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKLGl10CcC53Br51TyNoAQFB7wVRLryg { top:67.125rem;left:0rem;width:40.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpm8zqRfaJklyJcIhIqNuZ21EDi3v32W { width:16.5rem;height:3.8125rem;top:75.875rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZvVeAC0pKIAgGMRJmN6Kbi6Z7eVliTe { display:block; }
 }@media only screen and (max-width: 763px) { #JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 { display:block; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeWLiWGWhSLCLXydGHGPZ6nDp8UwnZP4 { top:7rem;left:0rem;width:47.75rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 { display:block; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynFzD17T2TRCZp47cEh3fiDf5LRnZXa3 { top:4.1875rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Ho183Iyl58vcLcFU1ZZ9uDv3qVCrkM { top:4.1875rem;left:0rem;width:24rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZMRAHTytkN2JZgG6H4VV3IWXTHBbEi { top:5.5625rem;left:3.9375rem;width:11.9375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRd9kdPK7CUzMSDCRf31vGmiw7v2PsiW { top:10.375rem;left:3.375rem;width:12.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhVZoU2BX7SVDBQIXVIMx8vnUqCMxtp { top:4.25rem;left:15.875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1LKF6lb4wRp6AdIqImKB7ydJMeR12C7 { top:4.25rem;left:7.625rem;width:24rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0zUpkVodKvDlNzVTtxIwQPI5O7rc3E { top:5.5625rem;left:19.8125rem;width:11.9375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMgZsrCJgdc9B5Ttpzb3bOuaXskknpM { top:10.375rem;left:19.25rem;width:12.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv7uxDI3GQVrcLTnKzvwtIs8G6HO1VqU { top:4.1875rem;left:23.5rem;width:24rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DWOyoGFrD71MVFTk5MsOGNqIAAWBrJ { top:10.3125rem;left:35.125rem;width:12.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK8H8uwWiFac59GiEuHTJ02sOM0bparB { top:5.5rem;left:35.6875rem;width:11.9375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgKKoQ0my2WH9NvNIdEkIEPNcUblSgTk { top:4.1875rem;left:31.75rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB { display:block; }#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRXICTwCeTVxhxd90ggUvEK6NbBKIhT0 { top:8rem;left:0rem;width:44.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZfqRaDEPf0zzsFQ4WBVxTdP8cbnk2v3 { top:37.5625rem;left:0rem;width:13.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiGvCkmhBV9o7PkDNeTo4ZBfTt1hkBTr { top:5rem;left:0rem;width:15.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSgnN4fNT17rFRwFNbNROgDiJfbJMCNd { top:2.6875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2vy1AT626TheWXtBGy0VzpleTLsJWX { top:33.8125rem;left:36.4375rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK15eUsf7W2b2dGohsRhQoAWdyyakMRp { top:4.0625rem;left:0rem;width:42.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdpcUHTBWVNtSiinv7ZC7PQkky8PCoI7 { top:22.125rem;left:0rem;width:42.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NElTpHDcqeOP0uncO9TqZz3AMkSgVFNa { top:26.0625rem;left:0rem;width:44.375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdpcf7TU6seHS6cLdeqv0ICrPSDVfME0 { top:27.25rem;left:4.5rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEwVQ3VUKTGEhTFrCies1ne42NQBlRXk { top:21.0625rem;left:0rem;width:17.8125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwxaelmTdu2TFS4ChXAUQVGazgg1ERU { top:40.6875rem;left:0rem;width:42.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluLHehEMzimJvBGXs7ZbMnlhNWp0z9s { top:44.625rem;left:0rem;width:44.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EtuZdThxJCuAbh8we72sIoDD7Gn2Fr { top:46.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { display:block; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd099TTwzIbxOvNZbWbFXlWymZcH5yZi { top:7.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMgVPR3dK0tPlVKlbDrlRD3AGEOadpq { top:18.9375rem;left:13.59375rem;width:20.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEuw0hf3NFZhnQNJhrKgIpvEDqtNzrOs { top:15.4375rem;left:20.34375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtaqCs2K1CaVVeLtpdNbi76E5fBUFpkr { top:17.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KeWeZGx83Bov5lklb29dUWBh51R6S3 { top:23.5rem;left:14rem;width:19.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhXDCWR7iavTpGIKHVcS3lKLufwvRCt { top:38.5rem;left:24.34375rem;width:9.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJR3vNEAAGXPV6ztpDL61n0zoDfpO5KR { top:18.9375rem;left:27.1875rem;width:20.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlRv82433BvwoSycyDDi0zpW2I1SdnsR { top:15.4375rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xPvKmbLAu0hnV21ADZKIMJqHF7ayKx { top:17.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAk6RTRHxVyDOXT4pH2XxIddoV1GS3nq { top:23.5rem;left:28rem;width:19.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM91RwzJoRmcSTMTiNVfTEI76c8OPdC6 { top:38.5rem;left:37.875rem;width:9.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKUWkKBdEUDaiKtI9N9fL889idJmwy3i { top:18.9375rem;left:0rem;width:20.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBQVNFfxiogonl9cgiMbdLnF0dI9f557 { top:15.4375rem;left:0rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbph4BV3MCfisr7uvmKv7ViTrbHwfOq1 { top:17.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpLxyyFCL0BbUWJcnl0SaxcmhoWs8Ho { top:23.5rem;left:0rem;width:19.75rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5JKbFoykM7hrZzwLV2ADDkAOefSZP8N { top:38.5rem;left:0rem;width:9.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn { display:block; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlP9pczJ1J2HwZoDfRTLpt63BuEugH77 { top:8.0625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNClL8d24HdeeWcbZ1m1OXg1he0Kkv5 { top:22.9375rem;left:31.375rem;width:10rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6ZteRHLKu89GE76PQ64McKGIZ4TZUH { top:16.75rem;left:29.25rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVkABvTgKTgMxZ3rFAFbihiuoTuN0WxO { top:30rem;left:29.59375rem;width:13.5625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeJDZJvSWSO5BG0rWFUggJxhfOeVbTZ1 { top:22.9375rem;left:38.125rem;width:9.625rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbvPhWEv1krEIqGnCklzO0xVHDoaHLh { top:30rem;left:35.25rem;width:12.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb7RoSaPxkXvKdHNiwq10DkZ9poMHQ6R { width:12.5rem;height:3.5rem;top:37.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmKLGuvNquAuglowBtbHnVE1JZZ5KTg { display:block; }
 }@media only screen and (max-width: 763px) { #zaQxQ8WcPMKggI9xfuy43xDktraXLlri { width:12.5rem;height:3.5rem;top:37.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTPxCpZkGlRFx0dKWXSonLf60S65z2Tz { display:block; }
 }@media only screen and (max-width: 763px) { #TMA9CtAxp5AGVV3ZWoF45RUgWTmuaQFC { top:41.5625rem;left:21.4375rem;width:26.3125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPfsT5dyesBaQB4K0bqXW1lIpPRptTzo { top:70.8125rem;left:0rem;width:7.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyqChW7X1G7sG5qVxPBvHQFsGHsZq964 { top:24.25rem;left:0rem;width:7.1875rem;height:1.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwqhFNrt3IXHhZ5O0FgfsuXX3Tvn1Zbq { top:16.6875rem;left:0rem;width:47.5rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFMKAZJl8yFrQEa7USS8pXbrJEl8vXI3 { top:22.9375rem;left:18.71875rem;width:7.75rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQcl86PIUqnCLaQDGXWvHheE9xIO6LNF { top:30.9375rem;left:18.15625rem;width:8.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K { top:25.8125rem;left:0rem;width:19.5rem;height:;font-size:1rem;display:block; }#fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K li:before{  }
 }@media only screen and (max-width: 763px) { #V26Gwzn4b75BCRnVZlxGQECgyho7ZhL5 { top:24.625rem;left:0rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxXrNQI28hgAx7Ll019OyLkot7onZP7 { top:21.75rem;left:19rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx45HpqOerTmmNq4VW0IuNslUVEKhvfZ { top:18.6875rem;left:0rem;width:9.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM7c5kGuVRaHOC4B7wDax1bovDLQoqvs { width:12.5rem;height:3.5rem;top:37.75rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g60qwKI3rPTvTHQwTNWfgd061RzDCaIE { display:block; }
 }@media only screen and (max-width: 763px) { #eU2X6VMSaigI9XUeUappAA3hcnPPR95D { top:50.4375rem;left:7.0625rem;width:33.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av2TMBWFwAbnNrhtqtRmQhJ4WkJCqWRT { width:17.5rem;height:3.4375rem;top:55.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPGyQc7edTM0rKTJ8Bv34coG2PdUBUCV { display:block; }
 }@media only screen and (max-width: 763px) { #lPPwZfyEkGZsdObtMpKavPCn2IbGoETX { top:48.75rem;left:7rem;width:33.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrh0oq8TyNvCzRbJSySiQrwXld828C9m { top:18.4375rem;left:0rem;width:26.1875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S90AIniVuLhkWbcnSTQIvnkhogERzOxB { top:18.5625rem;left:32.875rem;width:7.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIcvocBvaepwpdkP1hKA0GzrDKbuThKP { top:18.5625rem;left:40.5rem;width:7.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeatowhZoyq2vl7UodxFliJpC5vVotr { top:16.75rem;left:15.0625rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCn0GhUU95DnciGJvitM93uOHkl3tFOS { top:16.75rem;left:33.4375rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Iqrh6ssp7aZx0zKq2ucfNrOe3rEwBp { top:21.75rem;left:32.8125rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbqw8ITgTHm7Oh9hToIqewPQl0R7ZDxP { top:21.75rem;left:40.5625rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuDgewXI89dEceKc0FcWIKxbIzNsqA7E { top:18.6875rem;left:16.40625rem;width:11.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw { display:block; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBp0Oy9xJsOyrx7wh9wfHmAnObd3tSo8 { top:2.125rem;left:0rem;width:20rem;height:10.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0LS45o0GHRnoqIANaVdtPBBtrRLaDXu { top:23rem;left:15rem;width:8.625rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTFTfwPW7M28NU2rSHaZ9SSqCIylu9Tc { top:21.1875rem;left:13.8125rem;width:20.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sNKa2HSUOmpNnxesMCD47RXzsTAMLo { top:18.125rem;left:13.375rem;width:20.8125rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGXL46raMAorM4bHkANM6HkTPqw5EyVP { top:28.6875rem;left:13.5625rem;width:20.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPlZXiORTrTNXFa7hnatapieGR9qamR { top:72.125rem;left:0rem;width:16.4375rem;height:;font-size:1rem;display:block; }#KUPlZXiORTrTNXFa7hnatapieGR9qamR li:before{  }
 }@media only screen and (max-width: 763px) { #dWzNgGUz7mRrkT8MWMZ6U6iKD2D1kZp3 { top:31.8125rem;left:13.6875rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLc12FHxHB7Ay1Uav9tpQk8SGAOArto { top:25.625rem;left:23.75rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2wAcSRSktospZUZgZEMlnefmsOmFL9 { top:18.1875rem;left:26.9375rem;width:20.5625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbQBAHWbsCrNdWWmUzFiUIxQVmU5T8 { top:18.25rem;left:27.125rem;width:20.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad7pLCeRH3e6GK99JLEG2PPc4zTHtvF5 { top:31.8125rem;left:37.5625rem;width:10.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooMBaw0Bd9gZwFTO7brhXDtVDsJv89W { top:21.1875rem;left:27.625rem;width:20.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGole7cAob5xGpwoywQZg5twwiU9IFB { top:23.75rem;left:38.125rem;width:9.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCHser2TQE46UKwnrc0M1sBTNRxEDSho { top:18.5625rem;left:37.8125rem;width:9.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNgsJ5OkNtskXNWbsqwWevFquei7RFc7 { top:28.625rem;left:28.0625rem;width:19.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmtN5KtPu6cxk6kXxfUe0dZVfQq7cZh0 { top:26.375rem;left:39.25rem;width:8.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB { top:117.625rem;left:0rem;width:16.8125rem;height:;font-size:1rem;display:block; }#vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB li:before{  }
 }@media only screen and (max-width: 763px) { #MPKnetpLyztza1uQerNTrqgNGhFHIEk1 { width:16.5rem;height:3.8125rem;top:48.3125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDDlfeyU4TlPRaIhbzxWC8KZ9VQMTZm { display:block; }
 }@media only screen and (max-width: 763px) { #wWCz5MW1gnXaBtiVqIpEdSEosqtO2WzK { width:16.5rem;height:3.8125rem;top:48.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xfqLFFU6tO7BUdglaHhf9kT9TQlNMJ { display:block; }
 }@media only screen and (max-width: 763px) { #hoN0ARy9CzfrcQeppwVUvdLINSgTMx9V { top:56.125rem;left:21.4375rem;width:26.3125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BzpH69dSJqH5u9zvFOI7hFK9kFbSVS { top:24.375rem;left:39.25rem;width:8.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAVWcklfQGhn1RwBk0aEbUiaIJNv5yfF { top:18.0625rem;left:0rem;width:20.8125rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhzlQ2tZT6PdqOO6nfmrMqPcGfuma69e { top:22.9375rem;left:0rem;width:8.625rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXyAyQEAp3kFbqZm3cRXfzl9X8hCVupu { top:21.1875rem;left:0rem;width:17.875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlyBzfr6kicXTysiQC8zkfAIcLf8iFx { top:26.25rem;left:0rem;width:20rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv { top:29.8125rem;left:0rem;width:19.5rem;height:;font-size:1rem;display:block; }#O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv li:before{  }
 }@media only screen and (max-width: 763px) { #sH6u7O9XkziW5QNcaz97scr3Xhk1fvE5 { top:31.75rem;left:0rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUP2npkv0ngAiLovrVnDyw7H1b7uItT { top:25.5625rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Kn2DDtruvXJeGJBC8JxxzZ6n3lVh4G { top:23.5625rem;left:0rem;width:9.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgzhfmdiOlfEsntPRaqKW0dCEqm9XihF { width:16.5rem;height:3.8125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oplZl1UaPyFIe5c3JWNIL3NGL6bshG3T { display:block; }
 }@media only screen and (max-width: 763px) { #zn2hd9876qyZI3vqgRm9MoIKW3t8GDv0 { top:144.875rem;left:0rem;width:19rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TJq4cX9CU32pTLMI8D1w5mxP8QCzpF { width:17.5rem;height:3.4375rem;top:63.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW1IxM53qaLZRTPRlXbDDhBqbvRJo0T4 { display:block; }
 }@media only screen and (max-width: 763px) { #lCIgKt9gkBVI3IvO6FBs4vlXfXU76v89 { top:56.6875rem;left:7rem;width:33.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzZwaUUDlqfd3EAqsDG29n4XWxzfLmF { top:110.3125rem;left:0rem;width:7.1875rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SogcS1TBgh341VC01HBoLD40AdOba97e { top:100.5rem;left:0rem;width:7.1875rem;height:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX { display:block; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2WxTIa73CG3WabBbZ45xAgmdcf5eLi9 { top:7.3125rem;left:36.4375rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLE2mn7gg01RwTDqRakbSVw2fhkWNpii { top:20.625rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzT406zgsuCbkXiADSBo0Ggltbee38DR { top:8.125rem;left:36.25rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78Dm8JvICPoyzT0ZT5qlxT6ysNdet5T { top:20.625rem;left:5.1875rem;width:18.6875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNWstrBAEd2lsQCMdAPeiUDMeZtgAI0 { top:8.125rem;left:23.875rem;width:10.625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdZ6uRnhoMk7yN4kuTdWBffqtlmcBHwO { top:7.3125rem;left:23.875rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3DOe0P39whvIAGn88HdKkU0ETyDMOm { top:26.625rem;left:23.875rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQenSEuJyZhnBGCIDczWOJEbCkzsPV3i { top:39.9375rem;left:23.875rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWrraAZmQbdHqE0335pAlaEJfqQgU03L { top:27.4375rem;left:23.875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xutxm7tyB6elBDaXx4zFw0qh3a91ZRP5 { top:39.9375rem;left:29.0625rem;width:18.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLStFy1BtrO8BQhllGMmwBkbLEXr4Xir { top:27.4375rem;left:36.25rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN95AJEEsqQWzMVHvohgDdwdS7Jn3yGF { top:26.625rem;left:36.3125rem;width:11.4375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZfSfHh0hvQX4aitMoAJJSgsMkJ1nRF { top:13.8125rem;left:0rem;width:36.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCMkTCiV8LprwrTDobez6x36yenOMXZ { top:19.625rem;left:0rem;width:34rem;height:12.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNksPMHSuLp6OmlTu9fnoDWWvUyeKvl { width:13.75rem;height:3.8125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPX9Shm8erbxqNHcTLgVB7g3JcnTBO3D { display:block; }
 }@media only screen and (max-width: 763px) { #AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp { display:block; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSsgA3byzwX99fpUHGOlVwsN0tFXoh7p { top:6.75rem;left:0rem;width:43.8125rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfcFPhVkITXsfsCbBSEPJzh8ziaoE5Ph { top:13.8125rem;left:0rem;width:40.5625rem;height:8.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKccQGgTtPxgsICskETTVlTJa0QhTJNE { top:19.6875rem;left:11.96875rem;width:16.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf02Dmau6PV6R0NGD81tvTCvPEXlwBsc { top:17.3125rem;left:4.5625rem;width:29.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqtJcvBT9qBKxuiRrlmzd1kpal7csG2i { top:40.0625rem;left:19.125rem;width:28.1875rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC3y472V1AVU0FTrbF32gBsePBhsX2JV { top:2.6875rem;left:12.1875rem;width:35.5625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRAB3ii9vi64ovZc7MlCK3hNEkbivcx { top:19.6875rem;left:32.25rem;width:10.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vahKOlOwBXnaoiB18FE3PsnPfXtel { top:19.625rem;left:35.9375rem;width:11.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfscyPyp8KadgaN3vK1a1wuF2PhXryt { display:block; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPiT1vedOeySR2KCDu897I0mAvnXQAEW { top:10.25rem;left:0rem;width:34.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElb1OyhtHIoaWETvoAWqqPD2Dxi1SRv { top:12.1875rem;left:15.8125rem;width:31.9375rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5R8JJB60evJUrt7Qf6WVTwFu5yNMJfp { top:18.75rem;left:20.375rem;width:27.375rem;height:8.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg { display:block; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCZzSAKLumhzp102RE0U1WVyI85Nig6W { top:5.5rem;left:0rem;width:47.75rem;height:20.508408796895rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6oi6H6NXkiDUhMQmMwUF9h7eJTGrH1d { top:22.4375rem;left:0rem;width:14.9375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFsJLAO5sKGNRdJDRuOkkxzPTGzhmtz { top:0rem;left:10.5625rem;width:37.1875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHKh918HTGCPy5no6iqQwkIBQNrgkP5i { top:7.9375rem;left:0rem;width:34.25rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmNBR3K7PyU6q8tZbUgmPgVi4pT8MGTr { top:15.3125rem;left:0rem;width:32.1875rem;height:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp { display:block; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIRCb1W1XBos2rH5EkbBZc4MBumtIbk7 { top:8.0625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oie1BEpdJiIkbeF0cLv6izEV0nb7VeTO { top:22.9375rem;left:31.375rem;width:10rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7zN4xdyVBSnvVGDaB7C4E8sO65V5KT { top:16.75rem;left:29.25rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpyVQkvkDwdKR5KXRdU803d3MkQrcLm { top:30rem;left:29.59375rem;width:13.5625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owi9i2mnUWSeEWBoWvBJENSvRD4brHxs { top:22.9375rem;left:38.125rem;width:9.625rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgOvbh5R2Kg2rH33ASADCwgnxueGctZ3 { top:30rem;left:35.25rem;width:12.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGgW6XDKmtdG5MXG26kxOr5Bm3xTyEGB { width:12.5rem;height:3.5rem;top:37.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #KStTPygQi4KM7BBLDwJOlM8HEKEtpJ0v { display:block; }
 }@media only screen and (max-width: 763px) { #gr9ha3PsRP4gGKN0EL5G4sgwTogZnBmE { width:12.5rem;height:3.5rem;top:37.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8W6igf2KhNdcrT9w0wHcvblLJ9SU83 { display:block; }
 }@media only screen and (max-width: 763px) { #hP40iPLmHhdy8DZmEditI9T6CyRl3W74 { top:41.5625rem;left:21.4375rem;width:26.3125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJ3ArD94cgQLD5uQcKfeEiX5a0nnBLg { top:70.8125rem;left:0rem;width:7.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCKyvE8NTvbTvFV2P0bRDQTz4t5qanft { top:24.25rem;left:0rem;width:7.1875rem;height:1.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #slXueDN7A1Ab2sz5bkzx2DtsFeUCL6F5 { top:16.6875rem;left:0rem;width:47.5rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZxQTyZs1Ax8GpnaxPtMrMANETbQIbTB { top:22.9375rem;left:18.71875rem;width:7.75rem;height:7.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vvq6LAUc4TwuAnk8HNCTPWkxCJOoMX { top:30.9375rem;left:18.15625rem;width:8.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF { top:25.8125rem;left:0rem;width:19.5rem;height:;font-size:1rem;display:block; }#GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF li:before{  }
 }@media only screen and (max-width: 763px) { #ZvDFsxCMsQmHv2gv88DAbsoJfKmPWrCN { top:24.625rem;left:0rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soAlStGxg1rxnQUeKWrtCSaem0tmxspL { top:21.75rem;left:19rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcHhTDbUgLRKl8d1AUy1i3BHJLU2DTQ { top:18.6875rem;left:0rem;width:9.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUVc3mF5IPFD1K8obZ6P2HNRGUP46H9k { width:12.5rem;height:3.5rem;top:37.75rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7pAcf3hq0H0pXwS12I4Q4sU4Or8OhMe { display:block; }
 }@media only screen and (max-width: 763px) { #e8GKrtmCUrnTrc3qw0wXbP9ccJg6RI0m { top:50.4375rem;left:7.0625rem;width:33.625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftB6FRNaHF9Af9quNemxvTBZ9whuQUT { width:17.5rem;height:3.4375rem;top:55.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0UmkdenIEpZH5r5rism82phCbCKusTZ { display:block; }
 }@media only screen and (max-width: 763px) { #gHqGzSUBnhR3l5iF31ACIa2QJzG5T2n3 { top:48.75rem;left:7rem;width:33.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMukuoQ1MgAcBR671iXWf2sBMQgXboe { top:18.4375rem;left:0rem;width:26.1875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwfFR93ZdEzmUdBtue9y6CxBrCHLGQXw { top:18.5625rem;left:32.875rem;width:7.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgJzdFonwHX9x0vRJFDxgrHv58GC9lA { top:18.5625rem;left:40.5rem;width:7.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXc4OEK9kxBrBs8iBmCMxcnI216wx6R2 { top:16.75rem;left:15.0625rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOvfSmFrCiwwk2sITXebA4toLCtb7NKf { top:16.75rem;left:33.4375rem;width:14.0625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzALT8XwJxMFTF9I92mHOPQ4Tmk6U6nJ { top:21.75rem;left:32.8125rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpf9TZJPhN1nx3RHtlabLd2QleGLzybN { top:21.75rem;left:40.5625rem;width:7.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3VkCdp4grOQgVPm921hl2Rh8mErBb7E { top:18.5625rem;left:16.125rem;width:11.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn { display:none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q7HsWvSWXFJzGfXx9S29JldOgeEvLqqX { top:2.125rem;left:0rem;width:20rem;height:10.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DccT3JIwblga8V4vWn7fw4GzvyhiUxD4 { top:23rem;left:15rem;width:8.625rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4f4qR2txsstqZ2TyJpNzXKVTHQD2wHT { top:21.1875rem;left:13.8125rem;width:20.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMXNVyaI2vcxkupIsRfLFVud3dgVx2dF { top:18.125rem;left:13.375rem;width:20.8125rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDpSUvaAJt2QyERzgBO94ZbySeA9LFe { top:28.6875rem;left:13.5625rem;width:20.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe { top:72.125rem;left:0rem;width:16.4375rem;height:;font-size:1rem;display:block; }#NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe li:before{  }
 }@media only screen and (max-width: 763px) { #Wp0MkbECXF7U8ofFzMqg6TmRFDygNfQ1 { top:31.8125rem;left:13.6875rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pTtHOaa6W9lqEO5FxhJxPkFiWO30eb { top:25.625rem;left:23.75rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTe9axr0PlpGC5mUNhgGCIigAi9EK8Hv { top:18.1875rem;left:26.9375rem;width:20.5625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Oe7KDkqXl5uXs1nlHKOZnSOWTcOuJO { top:18.25rem;left:27.125rem;width:20.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2BppmKcun69P4UGlMTBwo0tUXVFMQ5 { top:31.8125rem;left:37.5625rem;width:10.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZKzDzK0zoZDtXJJW4SWGNiAnnxMH06 { top:21.1875rem;left:27.625rem;width:20.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6eez470SBTLb5CgOMu1gkxCeEOGnSK { top:23.75rem;left:38.125rem;width:9.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMJgwzoVwXCgCN4QOKlSveLQtHGkDNPu { top:18.5625rem;left:37.8125rem;width:9.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNI2Z58CTzGxLug88iTBh3cbfrhPpKro { top:28.625rem;left:28.0625rem;width:19.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXoqQS75tabcykO6rdzR2nLZPaOZGQd { top:26.375rem;left:39.25rem;width:8.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ { top:117.625rem;left:0rem;width:16.8125rem;height:;font-size:1rem;display:block; }#XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ li:before{  }
 }@media only screen and (max-width: 763px) { #tFRlgTC7GJH0TOrf9JXsPAyoFVwTUSxb { width:16.5rem;height:3.8125rem;top:48.3125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ZpFa4zpvvtSc3pcxN9qGDxda1A1Xo9 { display:block; }
 }@media only screen and (max-width: 763px) { #SSoCTsUzEGi5aqKbzmIQH9G2c4f6bcCn { width:16.5rem;height:3.8125rem;top:48.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBubxe8kzzrOJcXDmgFT4m8K4zyTrAzV { display:block; }
 }@media only screen and (max-width: 763px) { #D3OqCsddKyNJOOTwpxfxXcPT7mOgrPbi { top:56.125rem;left:21.4375rem;width:26.3125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCrSbfwiVlpQnHysUH6Nw7ktTRlxp5q { top:24.375rem;left:39.25rem;width:8.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPE5RdbV9fTuuRqG4dF7k6l8TSsUFayp { top:18.0625rem;left:0rem;width:20.8125rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZf8OzfooqBJ4A8Q2nELiSXgD6n2lktg { top:22.9375rem;left:0rem;width:8.625rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFakxUMKCMWvdMTGtmTheOUbbKTVXpU { top:21.1875rem;left:0rem;width:17.875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41wgqScylsrXzqEwscL6L2d1euQwGHc { top:26.25rem;left:0rem;width:20rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 { top:29.8125rem;left:0rem;width:19.5rem;height:;font-size:1rem;display:block; }#wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 li:before{  }
 }@media only screen and (max-width: 763px) { #M3L3hcky9OV6rDF7rZS2GQMW2HgkZkpk { top:31.75rem;left:0rem;width:10.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3B47JCx1p90A2a8GpoZ40orScAysrPm { top:25.5625rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJwi3wxD62TNxZv9ZTw7LZVr35159ETM { top:23.5625rem;left:0rem;width:9.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSFcUsSsk2PGNerGCRPRyZHw5O9iTiK { width:16.5rem;height:3.8125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhq8e4LCw6rkwTBUKeCTE3p4T3Pz95D5 { display:block; }
 }@media only screen and (max-width: 763px) { #WOk85nHInRvilycxh8s7VziKJ4M5A1GU { top:144.875rem;left:0rem;width:18.9375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4xJTDJ1PoV9F2W8ApgGoqpKhr8vqQ9 { width:17.5rem;height:3.4375rem;top:63.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEbn8cuN3GV3f8m7ZF73aEogCGA28ZD { display:block; }
 }@media only screen and (max-width: 763px) { #ThMnXnkE5pptHmWhb37Zaf5TgGGcUP3Q { top:56.6875rem;left:7rem;width:33.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6toZ90EQeG9EHKhFWidDvFA0geT4GQL { top:110.3125rem;left:0rem;width:7.1875rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoL4xQzwUir1NwqilsDFxmvBSZFCDIZ0 { top:100.5rem;left:0rem;width:7.1875rem;height:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exLDf26fT4mVBWAeRDLCUokCTnszyDvO { top:8.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzN2xVqJSlQVI86rsgmT0gLRM4pw5DC3 { top:0rem;left:40.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi { display:block; }#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gt5Vqu2fHGsLvA0n7vky0V5iEPMM32O9 { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlewE9Dz0zQ9wMCAR3ayw6XpzB5ptKW6 { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQHr3WbGPCt31TDELV1u6TRW3kLiftzc { display:block; }#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx3JmEI4Lu0NgsUtH27ld4yCyB4NVWBr { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p { display:block; }#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Dz9lATgTpLCpUsTr1eTTXsq0ulkx5C { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAN7yAzdhIICyyIMZQxfdH5hAqZ5Va8 { top:0.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlBThxMMcwdyiKX9ZLxpoypp5n596NF { display:block; }#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqTzyGrgqIIFWTWGM4Zfd9KiaAwReRkI { top:0.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK { top:3.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK li:before{  }
 }@media only screen and (max-width: 763px) { #ga0owTJTTJGAK14BeazvTquD4O5fu55F { display:block; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6SE3O57F4u4MRpKhzkNX0OD3buSi7yK { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOESUkSrnx8WDmFuTFzfv1q86E8IokAs { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO { display:block; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySATHA6awpA5OTKT9UoaoUCWQo2mStJF { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 { display:block; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSmdn8NW1rtbouRKgdXXbuCphR1JsSc { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxKUEw7H8FARnFJqkOZ1lZVq2x3V4nq { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z { display:block; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knaAPvseNbLFwAzJ1txRuT6CcQMVITHu { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ { display:block; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZix8nAumzg9C4WOa7KCVT86a2vhWbLb { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQXWlyRGpFOV2SZdJTMFPlB0Rhp1fE29 { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o { display:block; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPPIVTiiQ4SuLJIa1FuUJ7WDdqWW2ZEl { top:0.9375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 { display:block; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxREUVGyNsKegCMhEEmF6cZ3inHkNflU { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idcHs7ab96G0A2pRl2QWX2UGstZhMUJo { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u { display:block; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGvtwqzfQWXLDLu5e504T3kdJrzDM2A9 { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R { display:block; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVRa6rrfmQuZPykz1tBOI7UASD3sDzd2 { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0kyAUeH4C78cMVMRSefsnl8zKRiETUc { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ { display:block; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mt6PlWrMQ8sJaR6rx6heJZB12vz7pqRC { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN { display:block; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4nUR95tdMTDa1OyC4zlV4OX7O3gbkEv { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQZrqG6kmndBnRzw0OtMEzA167zGsDt { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihTh8yym1zOc78N4fni79FZtnc4LTknx { display:block; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kutZzv56CO8gq6d7PrR41CJud5vCXDBD { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 { display:block; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDNJSTZpLVcFW2rVs47fH05NiWcN7qNy { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoK2cHT9zQmmHi6C3E5rdrwDn5J36TVm { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ { display:block; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWgNdfMxD15q0CxHAD6QtndnMyz14Aat { top:0.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 { display:block; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y98FeRy1H0XqJPxCdsBv1Jqrxrb2uo1c { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLBOGhArtS0IITmxh9QB3IkFBZzTmGO7 { top:0.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH { display:block; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3ShhAmKTfEGlgXAOvP0fS1xr8wQ4r6x { top:0.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ { display:block; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v { display:block; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdrNqsah6ZkQyAMa93pKmJE4OhdTadHl { top:1.3125rem;left:8.96875rem;width:29.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqB7fVyTa2SlfB5y7P8D3nx54ay2ilkz { top:3.5625rem;left:19.34375rem;width:9.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { display:none; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1dd787c-3d42-4cce-ae97-d8b3339ebc98/YP_QA1_Kajabi.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.adaptive-delivery-prevent-bg, #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.lazyload, #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA.lazyloading { background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { background-color: transparent; background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .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); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMEt2diGwC1vNzSFmZ5C0AMxkLR8ZPdB { width:20rem;height:4.3496125rem;top:9.34375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8OkvTpOidOD9TUR2G0ebBfwP0LT3LZN { width:20rem;height:15.75rem;top:15.78125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vQq4XOH0R5NaPEPewHlSAkCKhgV1u458 { width:11.8125rem;height:2.875rem;top:1.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LdnJtVLLNQcqAAQf3kepxx06Ey110T { top:41.4375rem;left:0rem;width:20rem;height:20rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pO0WrTW5P9hFcA9DcNrHI6qFQs6E5nPa { width:16.5rem;height:3.8125rem;top:33.5625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsXoOrL0G3NdSHeGV1HprT7D5AKyA4Pk { display:block; }
 }@media only screen and (max-width: 763px) { #qHNNzVhXpxLXMroCf2oGrQKO8zhtvGLh { width:16.5rem;height:3.8125rem;top:35.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl8eZl4flHrAIX9kUftpnKRke9DnTmxm { display:block; }
 }@media only screen and (max-width: 763px) { #aueST63qXyqsfTpiXlfcAiwvzx7tDL5u { display:block; }#aueST63qXyqsfTpiXlfcAiwvzx7tDL5u > .row .container { width:20rem;height:102.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaN2xfWyrzybhAQLC6NbTUxq4cvTaGIG { width:20rem;height:15.293rem;top:47.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syZGxsTvuTp5P1FQOTFLNzH7hU3ZRAE8 { width:6.5rem;height:6.5rem;top:92.5625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIZVSRMgvQok8UxmIERsPA3r8lxPA5S { width:8rem;height:6.4375rem;top:8.4375rem;left:6rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #QHr0mHwZeCTqe1o4awDp2LvJ1bFW1FsF { width:7.4375rem;height:8.5625rem;top:88.75rem;left:12.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XLNz5aWHm45RdbsiJ4uffw2Z26TLPR9i { width:16.5rem;height:3.8125rem;top:87.6875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFMEsTZAKwplnKT5xwtUCeKzZly0Taba { display:block; }
 }@media only screen and (max-width: 763px) { #cK6QsWcmZBoXqnl9iaZqNilovP4LNLkN { width:20rem;height:20.39065625rem;top:65.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbMDUiqbJcDek8KUvUmem1RH8LIfeJud { width:20rem;height:18.19725rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoGkLiTCWTrrGGeRDZK2bcoBETGHIwxe { height:11.125rem;width:20rem;top:24.4921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkJX0F7BFdi5sZDBRRXraaOf9wyuxbuh { height:20rem;width:20rem;top:24.6875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZhBIVg3xlLNRqT9epXk6dUOvZURQdm { width:16.5rem;height:3.8125rem;top:88.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdMf6D52WlFyh5MgXWFKnOnwULCrHT4 { display:block; }
 }@media only screen and (max-width: 763px) { #DHWOfPNUg24bLk26Jwoixppem8zLs62y { display:block; }#DHWOfPNUg24bLk26Jwoixppem8zLs62y > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9Km8LGQbIKoTZcvpF9dtoQBsyFXrbrp { width:20rem;height:15.597625rem;top:7.044921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okXWFFzuJNeyCg42ZN3WFqbdcFtwvGzB { width:20rem;height:22.089875rem;top:24.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHQ1sfvS5hL5V8kCxzd4ZT3T2gTdfNbr { width:15.375rem;height:25.9375rem;top:1.875rem;left:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TmwsIrTkyXtWyWdlRMLlou5ibM07s01X { width:13.625rem;height:13.625rem;top:54.5rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJKBe2zZtqCrZfW1wQ1OWCvN3irxRiZi { width:13.875rem;height:23.25rem;top:23.875rem;left:3.4138642131979rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #F3bT8JVzRu0GnTmdLk4CtpIDBgiLQr2f { width:13.5625rem;height:13.5625rem;top:71.375rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvIDC8Gz6cwTuoToVloZuLSHnUeTtrKT { width:20rem;height:0;top:68.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktRxEHGOo3WrFfnNlo2UDdlgAulEkQqs { width:20rem;height:0;top:38.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmGvz8HvlgPlWxTWPAVhcCP5zOCUwFNq { width:12.25rem;height:20.375rem;top:3.5rem;left:3.8125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #E8QAKE5eLLG9VlQPlmMT5rhVrRrIcKnQ { width:11.5625rem;height:11.5625rem;top:39.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2qWOnAkpQVKTUmxPZfxcdRkxDcnlshA { width:20rem;height:0;top:96.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhPgbJkc4acmudaMIvhX7BPpL75fB7pD { width:20rem;height:0;top:35.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXVC9PZCtTo19H26SJFWwGao5OxSGEeX { width:14.8125rem;height:24.75rem;top:52.5625rem;left:2.5625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #OTGWDe3Rt5iQAX1p6Vc5QC06TPN6H7f6 { width:11.5625rem;height:11.5625rem;top:78.5625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfUF6kNGPFa4MTbGpClIrPechvh4vTkU { width:12.25rem;height:20.375rem;top:3.5rem;left:3.8125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #AndMTx8t3zD2pAeRPZSzwXxKsw808wzt { width:11.5625rem;height:11.5625rem;top:39.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHniJgQQQgTtOoTr1bi35LM916TkRKhD { width:14.8125rem;height:24.75rem;top:52.5625rem;left:2.5625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #e6m7f99BFaEso3JJgEVT2blbK4arg3Zc { width:11.5625rem;height:11.5625rem;top:78.5625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAiVQT4WS6CUfMdH6fIi6fZcZCa6Mcdt { width:20rem;height:0;top:51.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAVbkRSazEcI1WxhdOIV7u5BRErAWJwZ { width:20rem;height:0;top:35.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iP2viBVsnQPPQZTESPM9q72dfNKM6zTM { width:20rem;height:0;top:90.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n { display:none; }#q2OwmHOOZQ6WAisyqhSs1bn8McrpZ51n > .row .container { width:20rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zuq0mZbQSM7BX3I2Wogu8tVZh7EFLJy1 { width:2.5rem;height:2.5rem;top:21.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEmWTe8UPN6T4M6UScO11ZxTSrAwXGx { width:1.625rem;height:1.625rem;top:22.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSknvxMBvdChRZT0uX9ADekUoeM5Od9f { width:15.125rem;height:25.5625rem;top:20.5625rem;left:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iAKmK6iM8SUBevxuGNF3Vo5Nk5bBoKgW { top:22.265625rem;left:13.375rem;width:6.5rem;height:1.21875rem;z-index:15013;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF { display:block; }#HV7GRobz8FMlJUIzTn3l0I6M9Dn1kdeF > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIefL2JmMTZnCDwMmmZNuBS45wk66DUG { width:2.5rem;height:2.5rem;top:21.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaabGrHiKDzEqmxlnseHSxRvyzywIQsU { width:1.625rem;height:1.625rem;top:22.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvLID2TVMyHswUtuhiTq4XqxH9sFO3c { width:15.375rem;height:25.9375rem;top:1.875rem;left:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #knZXkqItRwsOSfUGwwZwATqFntVz6RI5 { width:13.875rem;height:23.25rem;top:23.875rem;left:3.4138642131979rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #xUUa1Xh3Xp0NrO7GuzImh65FCfBc6avw { width:15.125rem;height:25.5625rem;top:20.5625rem;left:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DfudSR9SsNlfQtErX8Ct84uqQNM1HbKa { width:2.5rem;height:2.5rem;top:21.8125rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NUEv803PK4GoREGBT4xrB9FxX0WrTep8 { width:1.625rem;height:1.625rem;top:22.25rem;left:0.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Wtyc8ps44MI8MWQxTbBITn3iqGC0345J { width:20rem;height:2.8125rem;top:18.875rem;left:0rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qssSQhEZxkHCodR79UUn5bBS0yAq1kwT { width:20rem;height:2.8125rem;top:38.9375rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PA2ioZr4hlWXZ1my6iFGryR33dxpSVpq { width:13.625rem;height:13.625rem;top:4.5rem;left:3.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #mP1BqaHvdHI6vOvRFgEkko0ixAUll451 { width:13.5625rem;height:13.5625rem;top:24.125rem;left:3.21875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #G4irHKebybJhVITwpSc5nGrb979uWSxn { display:block; }#G4irHKebybJhVITwpSc5nGrb979uWSxn > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJMzslAMpnMdXR1mRMo6EGMx4ViRtuJ1 { width:2.5rem;height:2.5rem;top:21.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAcX2GfTV4E5z0KMTlODpkrf7MTzILJ { width:1.625rem;height:1.625rem;top:22.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usd4vsN1IUiwHoTMUGJsWzgCdQbuxTFW { width:15.375rem;height:25.9375rem;top:1.875rem;left:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CwgJU9EfIlWX0bA3PKPeJcxH0la8FB5e { width:13.625rem;height:13.625rem;top:4.5rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ECUez9G50uTTWlsRmQpmBJ0ewV4WcTFE { width:13.875rem;height:23.25rem;top:23.875rem;left:3.4138642131979rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #vLrb0uvtbs9iezVkgpMZoPtH6etMyxNt { width:13.5625rem;height:13.5625rem;top:24.4375rem;left:3.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J98G4JnmRanrIZZ062GzLNagh2fU83kE { width:15.125rem;height:25.5625rem;top:20.5625rem;left:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HQTs9qy7btrPZUxtyGhCH4HpXZ5fJd9H { width:2.5rem;height:2.5rem;top:21.8125rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TPTS2KtLyw3d6h0ilAw11C1rMNPzB3iz { width:1.625rem;height:1.625rem;top:22.25rem;left:0.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yWwz21KHMu2gI7ucxitwDvhDonKisxAW { width:20rem;height:2.8125rem;top:18.875rem;left:0rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NELCGozbvwLxnIAZUXfWhMwMc0X9OpC5 { width:20rem;height:2.8125rem;top:38.9375rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc { display:block; }#AOed9MTCo0GkZPbz1BVaiuAkpKPb8zmc > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wq63exDTGKswWwNd0VcA76Tyz83cqdET { width:2.5rem;height:2.5rem;top:21.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvQQZa7zq94TwSuATpHTKqTEvNzMd5IK { width:1.625rem;height:1.625rem;top:22.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcV3Z8hWbZcTv8c5ru1KvEsuWiKvW3Hs { width:15.375rem;height:25.9375rem;top:1.875rem;left:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BMMq3JXUg7emXT58KkQfUT0A9dT4zOEn { width:13.625rem;height:13.625rem;top:4.5rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #niCGabD6qST6OFfSS5u4beZTvWciMTxH { width:13.875rem;height:23.25rem;top:23.875rem;left:3.4138642131979rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #wq8nQGmZgXEspGel5pQsIiOn8LnX5FuN { width:13.5625rem;height:13.5625rem;top:24.4375rem;left:3.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #prrdJT1nUtULvJPHT774fV754XoVgcou { width:15.125rem;height:25.5625rem;top:20.5625rem;left:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NQqtZmeGkEO7AtPhFfQNREb4w91OVN5D { width:2.5rem;height:2.5rem;top:21.8125rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kB0ia5Mg2NaeAOxdyIyb4vL7Dbzb0SCk { width:1.625rem;height:1.625rem;top:22.25rem;left:0.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #APA2LTegXQoTmWsCzINB82HvqUd68wHQ { width:20rem;height:2.8125rem;top:18.875rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OS470WONSTObHXSipD7TXkgxPBf1BuMp { width:20rem;height:2.8125rem;top:38.9375rem;left:0rem;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #az2CwU6iDwaeayHG12uUoWGWdLTOxwiz { display:block; }#az2CwU6iDwaeayHG12uUoWGWdLTOxwiz > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4aMFTpKoC8Lg7eD1DBxx9wDcOM28C87 { width:15.375rem;height:25.9375rem;top:1.875rem;left:2.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XQqnek4wlnDHkb7mzLPcOAPMrFxDRyoR { width:13.625rem;height:13.625rem;top:4.5rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DooKA3n2BZkXWlZvRik1m75M2RK3PkVf { width:13.875rem;height:23.25rem;top:23.875rem;left:3.4138642131979rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #oQC7DbXvKILFr712I1QF2fpalsLzP99v { width:13.5625rem;height:13.5625rem;top:24.4375rem;left:3.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pg97ETIeR3MdRigWNxR5O8DKQp1wFHKU { width:15.125rem;height:25.5625rem;top:20.5625rem;left:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zF5Tpi1TApasTTF54CuQHDTfTJn952Nl { width:2.5rem;height:2.5rem;top:21.8125rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qnWCR4Rbmkkm5o3eyQbUoLFqxSURgH8G { width:1.625rem;height:1.625rem;top:22.25rem;left:0.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xSxqeWzv9nF2yWawTgmFIQ6ddclIXpxu { width:20rem;height:2.8125rem;top:18.875rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QsB1kQf6FaT1sGaWUSDuZUOb3nwJODXi { width:20rem;height:2.8125rem;top:39.0625rem;left:0rem;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zeTT9NSvXPQEEuMXZoKbhpQE5dd4pEPi { width:20rem;height:6.296875rem;top:45.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL { display:none; }#PiK8FlatnLTZPp70dUwOgDaJTtXyHmWL > .row .container { width:20rem;height:91.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 { display:none; }#wJGDBWygPZwIX9hsvE18XCwpEwdQXFq2 > .row .container { width:20rem;height:91.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzAHcDeiHA08XnK2raQr3yInwTXUxxCd { display:none; }#KzAHcDeiHA08XnK2raQr3yInwTXUxxCd > .row .container { width:20rem;height:91.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSgdV5fRpZfawLvVTzCGM9qvNWWnsnuA { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITifwupRAkmwoIHxnfHDC4WvWPzi0SAf { width:12.25rem;height:20.375rem;top:3.5rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fGUXrrdQbBdbsGrO7Zz7vC5f47EQ2Mdo { width:20rem;height:2.8125rem;top:17.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHZCuh8Ub2AV1uX2uH9gsaUkESqdeT4 { width:20rem;height:2.8125rem;top:35.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5xVP0nDuiUsvAHI7eATfCvsf1RSDnzW { width:11.5625rem;height:11.5625rem;top:39.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4BeG8ycmfwl5UHgpAIwoxMJXfcuPbxz { width:14.8125rem;height:24.75rem;top:52.5625rem;left:2.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QJuxcWyecqNJlOq6VniVLJ9Mc1nOmRJJ { width:11.5625rem;height:11.5625rem;top:78.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TztyAGdyNlnlQm8q5epiH0JfyaZHD5Cd { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNSLgn6TdHWrS2qbUHprhy6O1dkOOae { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI { background-color:#313131;background-image:none;display:block; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { background-color: transparent; background-image: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container > .video-iframe-container { display: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row > .video-iframe-container { display: none; }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .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); }#R0fUVMHBeeX1gCPv64KEwh8K0DJMIzSI > .row .container { width:20rem;height:115.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfhVHsgiuJhvZTOUhk6ZsSCDKTXgvC3f { width:20rem;height:10.3984375rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3qMwFRZqcV78dv0T59pXaTTpLp62DJy { width:3.9375rem;height:3.9375rem;top:16.625rem;left:0rem;z-index:15007;background-color:#313131;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xs5BqfIUwPQdThRTF4PIpE00NZP44pZd { width:2.4375rem;height:2.5996125rem;top:17.5rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #PDwyZz7dOhPcLwc8EZvpqdEz5Rh7Tsm5 { width:15rem;height:3.611325rem;top:17.125rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vg23MDIpfxct5STXHyX8QlRo3yPeMUU6 { width:3.9375rem;height:3.9375rem;top:41.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohDoxpoPoKXQRyXrTAT25FN8NO6vMCeT { width:2.5625rem;height:2.5996125rem;top:44.75rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzX1wK9Wk7p86bZVuU3bBBvN7GE7x0cg { width:15.3125rem;height:11.89453125rem;top:21.1875rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M1vrz4hIyfHWoQGup3QTPFwHy5WO4sRn { width:14.8125rem;height:3.611325rem;top:44.25rem;left:4.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvgQFOLcnzG2ypdMHcpxnfbwLLJ8hZyN { width:14.8125rem;height:11.8945rem;top:48.8125rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GxCy0S4bhEUiFBvWqN0SRJC1vgyGiPip { width:6.875rem;height:6.875rem;top:78.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra3xGoGOzJPdnpSHqO7UcRpJ0Q5zWT46 { width:3.875rem;height:2.5996125rem;top:75.4375rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vATZLF9NC0g66UXdEugIGGZGTLBxxmPC { width:15.125rem;height:6.796875rem;top:75rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gt1O1CuyswdwBx4vs4MI3NXZiSdlU0GT { width:15.1875rem;height:0;top:89.125rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lfw5SpT3JeIGie5CqWQqpZG2LvF8bW12 { width:16.5rem;height:3.8125rem;top:107.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #utdN3ETbB42EuTOnTMoGNiBzhAqrvf6w { display:block; }
 }@media only screen and (max-width: 763px) { #etsL8fT1O9ypo9aLzdThHDpmRTmOZRQ3 { width:20rem;height:0.0625rem;top:44.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwULpvTx3norubILGQQguGR3QI4En3xT { width:20rem;height:0.0625rem;top:77.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuT6GiCihrApVvoSWyBxHw6OIwZvVFsR { width:0.125rem;height:88.5625rem;top:19.3125rem;left:2.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VTWTOHeaTPBRiEi9Z4FhRk2H4nOOS3ia { width:3.9375rem;height:3.9375rem;top:43.875rem;left:0rem;z-index:15008;background-color:#313131;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DkpIrZpVpBUUKrTfZ1rlQOyoSbnSkiQW { width:3.9375rem;height:3.9375rem;top:74.5625rem;left:0rem;z-index:15009;background-color:#313131;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mth65KLDdTsM19KpKCTpwThMs4D6aKVu { width:15.3125rem;height:11.89453125rem;top:32.125rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INw76wvtiBtT3ABln5aF2ZCTchE4624B { width:15.3125rem;height:11.89453125rem;top:62.0625rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EdLV73CRoh0NvwdmfGZqiNAzZCf1NkTG { width:15.125rem;height:15.293rem;top:79rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKLGl10CcC53Br51TyNoAQFB7wVRLryg { width:15rem;height:10.1953125rem;top:95.25rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lpm8zqRfaJklyJcIhIqNuZ21EDi3v32W { width:16.5rem;height:3.8125rem;top:109.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZvVeAC0pKIAgGMRJmN6Kbi6Z7eVliTe { display:block; }
 }@media only screen and (max-width: 763px) { #JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 { display:block; }#JF3GWu8zzLLnhu69mZq6FyHXopdXbOk1 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeWLiWGWhSLCLXydGHGPZ6nDp8UwnZP4 { width:20rem;height:23.3965rem;top:3.98876953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 { display:block; }#c3W6STz45hhlqXQpfLQLWnSPBe8O7HA7 > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynFzD17T2TRCZp47cEh3fiDf5LRnZXa3 { width:20rem;height:20rem;top:2.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Ho183Iyl58vcLcFU1ZZ9uDv3qVCrkM { width:19.875rem;height:15.1875rem;top:16.2958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZMRAHTytkN2JZgG6H4VV3IWXTHBbEi { width:20rem;height:2.9746125rem;top:23.51171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRd9kdPK7CUzMSDCRf31vGmiw7v2PsiW { width:16.6875rem;height:2.798825rem;top:27.4833984375rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMhVZoU2BX7SVDBQIXVIMx8vnUqCMxtp { width:20rem;height:20rem;top:34.7958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1LKF6lb4wRp6AdIqImKB7ydJMeR12C7 { width:19.875rem;height:11.9375rem;top:52.7333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0zUpkVodKvDlNzVTtxIwQPI5O7rc3E { width:18.75rem;height:2.9746125rem;top:56.5458984375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMgZsrCJgdc9B5Ttpzb3bOuaXskknpM { width:17rem;height:2.798825rem;top:60.4833984375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hv7uxDI3GQVrcLTnKzvwtIs8G6HO1VqU { width:19.875rem;height:11.9375rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DWOyoGFrD71MVFTk5MsOGNqIAAWBrJ { width:18.625rem;height:2.798825rem;top:93.875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eK8H8uwWiFac59GiEuHTJ02sOM0bparB { width:20rem;height:2.9746125rem;top:89.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgKKoQ0my2WH9NvNIdEkIEPNcUblSgTk { width:20rem;height:20rem;top:67.9208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB { display:none; }#lTALxLE3Q1KA4yZVfXdDBLunREhbGCmB > .row .container { width:20rem;height:135.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lRXICTwCeTVxhxd90ggUvEK6NbBKIhT0 { width:18.5rem;height:18.691375rem;top:22.75rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zZfqRaDEPf0zzsFQ4WBVxTdP8cbnk2v3 { width:7.4375rem;height:8.5625rem;top:89.875rem;left:6.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AiGvCkmhBV9o7PkDNeTo4ZBfTt1hkBTr { width:8.75rem;height:5.625rem;top:5.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSgnN4fNT17rFRwFNbNROgDiJfbJMCNd { width:3rem;height:3rem;top:5.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2vy1AT626TheWXtBGy0VzpleTLsJWX { width:11.3125rem;height:18.8125rem;top:33.8125rem;left:4.3125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #yK15eUsf7W2b2dGohsRhQoAWdyyakMRp { width:18.625rem;height:8.3105625rem;top:13rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdpcUHTBWVNtSiinv7ZC7PQkky8PCoI7 { width:19.125rem;height:8.3105625rem;top:53.9375rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NElTpHDcqeOP0uncO9TqZz3AMkSgVFNa { width:19.0625rem;height:22.089875rem;top:63.625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdpcf7TU6seHS6cLdeqv0ICrPSDVfME0 { width:4.8125rem;height:4.8125rem;top:46.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEwVQ3VUKTGEhTFrCies1ne42NQBlRXk { width:8.9375rem;height:7.5625rem;top:44.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwxaelmTdu2TFS4ChXAUQVGazgg1ERU { width:18.75rem;height:8.3105625rem;top:100.625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KluLHehEMzimJvBGXs7ZbMnlhNWp0z9s { width:18.875rem;height:20.390625rem;top:110.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8EtuZdThxJCuAbh8we72sIoDD7Gn2Fr { width:3rem;height:3rem;top:90.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { background-color:rgba(238,229,221,0.57);background-image:none;display:block; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { background-color: transparent; background-image: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .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); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd099TTwzIbxOvNZbWbFXlWymZcH5yZi { width:20rem;height:5.19921875rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIMgVPR3dK0tPlVKlbDrlRD3AGEOadpq { width:20rem;height:0.0625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEuw0hf3NFZhnQNJhrKgIpvEDqtNzrOs { width:4.8125rem;height:4.8125rem;top:61.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtaqCs2K1CaVVeLtpdNbi76E5fBUFpkr { width:2.375rem;height:2.375rem;top:62.5625rem;left:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KeWeZGx83Bov5lklb29dUWBh51R6S3 { width:19.75rem;height:10.1953125rem;top:45rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXhXDCWR7iavTpGIKHVcS3lKLufwvRCt { width:9.875rem;height:1.69970625rem;top:55.1982421875rem;left:8.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mJR3vNEAAGXPV6ztpDL61n0zoDfpO5KR { width:20rem;height:0.0625rem;top:63.625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UlRv82433BvwoSycyDDi0zpW2I1SdnsR { width:4.8125rem;height:4.8125rem;top:38.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xPvKmbLAu0hnV21ADZKIMJqHF7ayKx { width:2.375rem;height:2.375rem;top:40.1875rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAk6RTRHxVyDOXT4pH2XxIddoV1GS3nq { width:19.75rem;height:8.496125rem;top:67.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tM91RwzJoRmcSTMTiNVfTEI76c8OPdC6 { width:9.875rem;height:1.69970625rem;top:33.22216796875rem;left:8.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SKUWkKBdEUDaiKtI9N9fL889idJmwy3i { width:20rem;height:0.0625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBQVNFfxiogonl9cgiMbdLnF0dI9f557 { width:4.8125rem;height:4.8125rem;top:13.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbph4BV3MCfisr7uvmKv7ViTrbHwfOq1 { width:2.375rem;height:2.375rem;top:15rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpLxyyFCL0BbUWJcnl0SaxcmhoWs8Ho { width:19.75rem;height:13.59375rem;top:19.625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5JKbFoykM7hrZzwLV2ADDkAOefSZP8N { width:9.875rem;height:1.69970625rem;top:76.125rem;left:8.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn { background-color:#313131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { border-width: 0; border-radius: 0; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veA1suhdZFgrXEl4Z9Tz227SN9HUGAHn > .row .container { width:20rem;height:270.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GlP9pczJ1J2HwZoDfRTLpt63BuEugH77 { width:20rem;height:10.074225rem;top:2.16015625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doNClL8d24HdeeWcbZ1m1OXg1he0Kkv5 { width:7.625rem;height:5.625rem;top:60.71875rem;left:2.0625rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Od6ZteRHLKu89GE76PQ64McKGIZ4TZUH { width:20rem;height:38.75rem;top:54.3125rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kVkABvTgKTgMxZ3rFAFbihiuoTuN0WxO { width:17.1875rem;height:2.625rem;top:66.9375rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #xeJDZJvSWSO5BG0rWFUggJxhfOeVbTZ1 { width:7.5rem;height:4.6875rem;top:136.6875rem;left:2.125rem;font-size:3.125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TTbvPhWEv1krEIqGnCklzO0xVHDoaHLh { width:18.4375rem;height:2.625rem;top:141.375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #gb7RoSaPxkXvKdHNiwq10DkZ9poMHQ6R { width:16.5rem;height:3.8125rem;top:91.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmKLGuvNquAuglowBtbHnVE1JZZ5KTg { display:block; }
 }@media only screen and (max-width: 763px) { #zaQxQ8WcPMKggI9xfuy43xDktraXLlri { width:16.5rem;height:3.8125rem;top:164.8125rem;left:1.75rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #VTPxCpZkGlRFx0dKWXSonLf60S65z2Tz { display:block; }
 }@media only screen and (max-width: 763px) { #TMA9CtAxp5AGVV3ZWoF45RUgWTmuaQFC { width:13.25rem;height:11.1875rem;top:163.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPfsT5dyesBaQB4K0bqXW1lIpPRptTzo { width:7.1875rem;height:1.40625rem;top:139rem;left:10.1875rem;font-size:0.9375rem;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #EyqChW7X1G7sG5qVxPBvHQFsGHsZq964 { width:7.1875rem;height:2.0625rem;top:137.0625rem;left:10.1875rem;font-size:1.375rem;color:#d57e7e;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZwqhFNrt3IXHhZ5O0FgfsuXX3Tvn1Zbq { width:19.75rem;height:31.25rem;top:16.125rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lFMKAZJl8yFrQEa7USS8pXbrJEl8vXI3 { width:5.25rem;height:5.625rem;top:20.6875rem;left:4.5rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rQcl86PIUqnCLaQDGXWvHheE9xIO6LNF { width:20rem;height:1.40625rem;top:26.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K { width:19.5rem;height:16.5625rem;top:29.8125rem;left:0.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#fHtHVlya4p0DI1AXI29Tk0KAGKJaol1K li:before{  }
 }@media only screen and (max-width: 763px) { #V26Gwzn4b75BCRnVZlxGQECgyho7ZhL5 { width:10.1875rem;height:0.0625rem;top:29rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxXrNQI28hgAx7Ll019OyLkot7onZP7 { width:9.0625rem;height:1.875rem;top:22.5625rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wx45HpqOerTmmNq4VW0IuNslUVEKhvfZ { width:9.0625rem;height:2.0625rem;top:20.8125rem;left:10.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dM7c5kGuVRaHOC4B7wDax1bovDLQoqvs { width:16.5rem;height:3.8125rem;top:45.6875rem;left:1.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #g60qwKI3rPTvTHQwTNWfgd061RzDCaIE { display:block; }
 }@media only screen and (max-width: 763px) { #eU2X6VMSaigI9XUeUappAA3hcnPPR95D { width:19rem;height:5.11816875rem;top:172.25rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #av2TMBWFwAbnNrhtqtRmQhJ4WkJCqWRT { width:17.5rem;height:3.4375rem;top:177.94921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPGyQc7edTM0rKTJ8Bv34coG2PdUBUCV { display:block; }
 }@media only screen and (max-width: 763px) { #lPPwZfyEkGZsdObtMpKavPCn2IbGoETX { width:19.75rem;height:7.875rem;top:171.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrh0oq8TyNvCzRbJSySiQrwXld828C9m { width:15.25rem;height:5.19921875rem;top:182.63671875rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S90AIniVuLhkWbcnSTQIvnkhogERzOxB { width:8.125rem;height:2.25rem;top:194.1484375rem;left:2.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bIcvocBvaepwpdkP1hKA0GzrDKbuThKP { width:8.4375rem;height:2.25rem;top:204.0859375rem;left:2.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xTeatowhZoyq2vl7UodxFliJpC5vVotr { width:14.0625rem;height:26.625rem;top:207.5859375rem;left:2.8125rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wCn0GhUU95DnciGJvitM93uOHkl3tFOS { width:14.0625rem;height:26.625rem;top:239.0234375rem;left:2.8125rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u8Iqrh6ssp7aZx0zKq2ucfNrOe3rEwBp { width:7.1875rem;height:1.875rem;top:235.7109375rem;left:6.375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bbqw8ITgTHm7Oh9hToIqewPQl0R7ZDxP { width:7.1875rem;height:1.875rem;top:244.0732421875rem;left:6.59375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuDgewXI89dEceKc0FcWIKxbIzNsqA7E { width:11.9375rem;height:0;top:267.1484375rem;left:4rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw { background-color:#313131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { background-color: transparent; background-image: none; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container > .video-iframe-container { display: none; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row > .video-iframe-container { display: none; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .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); }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { border-width: 0; border-radius: 0; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZtQ6QQvTXqR1mZi1aEI5ITFZwoet1Qw > .row .container { width:20rem;height:160.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBp0Oy9xJsOyrx7wh9wfHmAnObd3tSo8 { width:20rem;height:10.074225rem;top:2.16015625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0LS45o0GHRnoqIANaVdtPBBtrRLaDXu { width:7.625rem;height:5.625rem;top:58.84375rem;left:2.0625rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RTFTfwPW7M28NU2rSHaZ9SSqCIylu9Tc { width:20rem;height:2.34375rem;top:55.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #N0sNKa2HSUOmpNnxesMCD47RXzsTAMLo { width:20rem;height:36.875rem;top:52.4375rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HGXL46raMAorM4bHkANM6HkTPqw5EyVP { width:17.1875rem;height:2.625rem;top:65.0625rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #KUPlZXiORTrTNXFa7hnatapieGR9qamR { width:16.4375rem;height:15.375rem;top:70.25rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#KUPlZXiORTrTNXFa7hnatapieGR9qamR li:before{  }
 }@media only screen and (max-width: 763px) { #dWzNgGUz7mRrkT8MWMZ6U6iKD2D1kZp3 { width:20rem;height:0.0625rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLc12FHxHB7Ay1Uav9tpQk8SGAOArto { width:7.1875rem;height:1.875rem;top:61.34375rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qC2wAcSRSktospZUZgZEMlnefmsOmFL9 { width:19.75rem;height:35.25rem;top:96.625rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbQBAHWbsCrNdWWmUzFiUIxQVmU5T8 { width:20rem;height:2.625rem;top:95.125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ad7pLCeRH3e6GK99JLEG2PPc4zTHtvF5 { width:20rem;height:0.0625rem;top:111.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooMBaw0Bd9gZwFTO7brhXDtVDsJv89W { width:8.625rem;height:2.34375rem;top:100.25rem;left:5.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #QmGole7cAob5xGpwoywQZg5twwiU9IFB { width:7.5rem;height:4.6875rem;top:102.59375rem;left:2.75rem;font-size:3.125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BCHser2TQE46UKwnrc0M1sBTNRxEDSho { width:11.8125rem;height:0;top:65.5625rem;left:4.125rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #fNgsJ5OkNtskXNWbsqwWevFquei7RFc7 { width:18.4375rem;height:2.625rem;top:108.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #AmtN5KtPu6cxk6kXxfUe0dZVfQq7cZh0 { width:8.5rem;height:0;top:113.099609375rem;left:5.75rem;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB { width:16.8125rem;height:15.375rem;top:112.625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);z-index:15003;display:block; }#vubTF97kPXgX0HuiM1rBxOKIm3S9nJbB li:before{  }
 }@media only screen and (max-width: 763px) { #MPKnetpLyztza1uQerNTrqgNGhFHIEk1 { width:16.5rem;height:3.8125rem;top:130.25rem;left:1.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDDlfeyU4TlPRaIhbzxWC8KZ9VQMTZm { display:block; }
 }@media only screen and (max-width: 763px) { #wWCz5MW1gnXaBtiVqIpEdSEosqtO2WzK { width:16.5rem;height:3.8125rem;top:87.5625rem;left:1.75rem;z-index:15044;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xfqLFFU6tO7BUdglaHhf9kT9TQlNMJ { display:block; }
 }@media only screen and (max-width: 763px) { #hoN0ARy9CzfrcQeppwVUvdLINSgTMx9V { width:13.25rem;height:11.1875rem;top:146.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BzpH69dSJqH5u9zvFOI7hFK9kFbSVS { width:8.5rem;height:auto;top:24.375rem;left:5.75rem;font-size:1.375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KAVWcklfQGhn1RwBk0aEbUiaIJNv5yfF { width:19.75rem;height:31.25rem;top:16.125rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VhzlQ2tZT6PdqOO6nfmrMqPcGfuma69e { width:5.25rem;height:5.625rem;top:20.6875rem;left:4.5rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LXyAyQEAp3kFbqZm3cRXfzl9X8hCVupu { width:17.875rem;height:2.34375rem;top:18.40625rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #dnlyBzfr6kicXTysiQC8zkfAIcLf8iFx { width:20rem;height:1.40625rem;top:26.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv { width:19.5rem;height:;top:29.8125rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#O74sbDmWJ1oG3AvrRuLxmaMOk5Wgdvqv li:before{  }
 }@media only screen and (max-width: 763px) { #sH6u7O9XkziW5QNcaz97scr3Xhk1fvE5 { width:20rem;height:0.0625rem;top:29rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUP2npkv0ngAiLovrVnDyw7H1b7uItT { width:9.0625rem;height:1.875rem;top:22.5625rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m8Kn2DDtruvXJeGJBC8JxxzZ6n3lVh4G { width:9.0625rem;height:2.0625rem;top:20.8125rem;left:10.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MgzhfmdiOlfEsntPRaqKW0dCEqm9XihF { width:16.5rem;height:3.8125rem;top:45.6875rem;left:1.8125rem;z-index:15044;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oplZl1UaPyFIe5c3JWNIL3NGL6bshG3T { display:block; }
 }@media only screen and (max-width: 763px) { #zn2hd9876qyZI3vqgRm9MoIKW3t8GDv0 { width:18.9375rem;height:5.11816875rem;top:137.875rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1TJq4cX9CU32pTLMI8D1w5mxP8QCzpF { width:17.5rem;height:3.4375rem;top:143.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW1IxM53qaLZRTPRlXbDDhBqbvRJo0T4 { display:block; }
 }@media only screen and (max-width: 763px) { #lCIgKt9gkBVI3IvO6FBs4vlXfXU76v89 { width:19.75rem;height:7.8125rem;top:137.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzZwaUUDlqfd3EAqsDG29n4XWxzfLmF { width:7.1875rem;height:1.875rem;top:104.029296875rem;left:11.1875rem;font-size:1.25rem;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SogcS1TBgh341VC01HBoLD40AdOba97e { width:8.8125rem;height:2.25rem;top:95.3125rem;left:5.59375rem;font-size:1.5rem;color:#ffffff;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX { display:block; }#EwZzrs0pLTgpXzb2H0M6lBpGvIMr6HOX > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2WxTIa73CG3WabBbZ45xAgmdcf5eLi9 { width:11.3125rem;height:18.8125rem;top:43.3125rem;left:4.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wLE2mn7gg01RwTDqRakbSVw2fhkWNpii { width:20rem;height:2.8125rem;top:57.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzT406zgsuCbkXiADSBo0Ggltbee38DR { width:9.75rem;height:10.5rem;top:44.875rem;left:4.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w78Dm8JvICPoyzT0ZT5qlxT6ysNdet5T { width:20rem;height:4.21875rem;top:38.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNWstrBAEd2lsQCMdAPeiUDMeZtgAI0 { width:10rem;height:9.5625rem;top:27.25rem;left:4.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sdZ6uRnhoMk7yN4kuTdWBffqtlmcBHwO { width:12.25rem;height:20.375rem;top:25.75rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3DOe0P39whvIAGn88HdKkU0ETyDMOm { width:11.3125rem;height:18.8125rem;top:60.8125rem;left:4.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZQenSEuJyZhnBGCIDczWOJEbCkzsPV3i { width:20rem;height:2.8125rem;top:75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWrraAZmQbdHqE0335pAlaEJfqQgU03L { width:10.625rem;height:10.625rem;top:62.25rem;left:4.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xutxm7tyB6elBDaXx4zFw0qh3a91ZRP5 { width:19.9375rem;height:2.8125rem;top:91.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLStFy1BtrO8BQhllGMmwBkbLEXr4Xir { width:10.625rem;height:10.625rem;top:79.25rem;left:4.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WN95AJEEsqQWzMVHvohgDdwdS7Jn3yGF { width:11.125rem;height:18.625rem;top:77.9375rem;left:4.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #F9ZfSfHh0hvQX4aitMoAJJSgsMkJ1nRF { width:20rem;height:3.8994125rem;top:5.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hTCMkTCiV8LprwrTDobez6x36yenOMXZ { width:20rem;height:12.75rem;top:10.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQNksPMHSuLp6OmlTu9fnoDWWvUyeKvl { width:13.75rem;height:3.8125rem;top:14.53750038147rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPX9Shm8erbxqNHcTLgVB7g3JcnTBO3D { display:block; }
 }@media only screen and (max-width: 763px) { #AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp { display:block; }#AG9WVfZ1vxsnZzfZxghQ2RlVw5F8iGlp > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSsgA3byzwX99fpUHGOlVwsN0tFXoh7p { width:20rem;height:5.36133125rem;top:4.02490234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfcFPhVkITXsfsCbBSEPJzh8ziaoE5Ph { width:20rem;height:9.5625rem;top:10.724609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKccQGgTtPxgsICskETTVlTJa0QhTJNE { width:8.8125rem;height:7.4375rem;top:32.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf02Dmau6PV6R0NGD81tvTCvPEXlwBsc { width:20rem;height:10.251rem;top:21.66064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqtJcvBT9qBKxuiRrlmzd1kpal7csG2i { width:20rem;height:11.5625rem;top:21.375rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eC3y472V1AVU0FTrbF32gBsePBhsX2JV { width:19rem;height:11.125rem;top:101.9749961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGRAB3ii9vi64ovZc7MlCK3hNEkbivcx { width:10.0625rem;height:3.3125rem;top:39.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vahKOlOwBXnaoiB18FE3PsnPfXtel { width:11.8125rem;height:3.375rem;top:43.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfscyPyp8KadgaN3vK1a1wuF2PhXryt { display:block; }#kgfscyPyp8KadgaN3vK1a1wuF2PhXryt > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPiT1vedOeySR2KCDu897I0mAvnXQAEW { height:11.2285rem;width:20rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElb1OyhtHIoaWETvoAWqqPD2Dxi1SRv { width:20rem;height:5.84765625rem;top:4.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s5R8JJB60evJUrt7Qf6WVTwFu5yNMJfp { width:20rem;height:6.375rem;top:11.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg { display:block; }#GBsQCsUT7rgUddRTqsTrRP3zMpiP1sRg > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCZzSAKLumhzp102RE0U1WVyI85Nig6W { width:20rem;height:8.1875rem;top:4.5947327044026rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6oi6H6NXkiDUhMQmMwUF9h7eJTGrH1d { width:14.9375rem;height:19.6875rem;top:6.4708337783812rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtFsJLAO5sKGNRdJDRuOkkxzPTGzhmtz { width:20rem;height:11rem;top:3.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kHKh918HTGCPy5no6iqQwkIBQNrgkP5i { width:20rem;height:5.84765625rem;top:14.125rem;left:0.125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CmNBR3K7PyU6q8tZbUgmPgVi4pT8MGTr { width:20rem;height:6.375rem;top:21.4375rem;left:0.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp { background-color:#313131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { border-width: 0; border-radius: 0; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJwqk4btkhXTEfAtgnIknlw4FUv6fRcp > .row .container { width:20rem;height:270.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIRCb1W1XBos2rH5EkbBZc4MBumtIbk7 { width:20rem;height:10.074225rem;top:2.16015625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oie1BEpdJiIkbeF0cLv6izEV0nb7VeTO { width:7.625rem;height:5.625rem;top:60.71875rem;left:2.0625rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ff7zN4xdyVBSnvVGDaB7C4E8sO65V5KT { width:20rem;height:38.75rem;top:54.3125rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UqpyVQkvkDwdKR5KXRdU803d3MkQrcLm { width:17.1875rem;height:2.625rem;top:66.9375rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #Owi9i2mnUWSeEWBoWvBJENSvRD4brHxs { width:7.5rem;height:4.6875rem;top:136.6875rem;left:2.125rem;font-size:3.125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UgOvbh5R2Kg2rH33ASADCwgnxueGctZ3 { width:18.4375rem;height:2.625rem;top:141.375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #HGgW6XDKmtdG5MXG26kxOr5Bm3xTyEGB { width:16.5rem;height:3.8125rem;top:91.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KStTPygQi4KM7BBLDwJOlM8HEKEtpJ0v { display:block; }
 }@media only screen and (max-width: 763px) { #gr9ha3PsRP4gGKN0EL5G4sgwTogZnBmE { width:16.5rem;height:3.8125rem;top:164.8125rem;left:1.75rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #GO8W6igf2KhNdcrT9w0wHcvblLJ9SU83 { display:block; }
 }@media only screen and (max-width: 763px) { #hP40iPLmHhdy8DZmEditI9T6CyRl3W74 { width:13.25rem;height:11.1875rem;top:163.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJ3ArD94cgQLD5uQcKfeEiX5a0nnBLg { width:7.1875rem;height:1.40625rem;top:139rem;left:10.1875rem;font-size:0.9375rem;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #RCKyvE8NTvbTvFV2P0bRDQTz4t5qanft { width:7.1875rem;height:2.0625rem;top:137.0625rem;left:10.1875rem;font-size:1.375rem;color:#d57e7e;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #slXueDN7A1Ab2sz5bkzx2DtsFeUCL6F5 { width:19.75rem;height:31.25rem;top:16.125rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dZxQTyZs1Ax8GpnaxPtMrMANETbQIbTB { width:5.25rem;height:5.625rem;top:20.6875rem;left:4.5rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l2vvq6LAUc4TwuAnk8HNCTPWkxCJOoMX { width:20rem;height:1.40625rem;top:26.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF { width:19.5rem;height:13.03125rem;top:29.8125rem;left:0.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#GPmqzCTy6xFWlvBsMGKzSycvKQHBWoGF li:before{  }
 }@media only screen and (max-width: 763px) { #ZvDFsxCMsQmHv2gv88DAbsoJfKmPWrCN { width:10.1875rem;height:0.0625rem;top:29rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soAlStGxg1rxnQUeKWrtCSaem0tmxspL { width:9.0625rem;height:1.875rem;top:22.5625rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vfcHhTDbUgLRKl8d1AUy1i3BHJLU2DTQ { width:9.0625rem;height:2.0625rem;top:20.8125rem;left:10.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eUVc3mF5IPFD1K8obZ6P2HNRGUP46H9k { width:16.5rem;height:3.8125rem;top:45.6875rem;left:1.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #f7pAcf3hq0H0pXwS12I4Q4sU4Or8OhMe { display:block; }
 }@media only screen and (max-width: 763px) { #e8GKrtmCUrnTrc3qw0wXbP9ccJg6RI0m { width:19rem;height:5.11816875rem;top:172.25rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BftB6FRNaHF9Af9quNemxvTBZ9whuQUT { width:17.5rem;height:3.4375rem;top:177.94921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0UmkdenIEpZH5r5rism82phCbCKusTZ { display:block; }
 }@media only screen and (max-width: 763px) { #gHqGzSUBnhR3l5iF31ACIa2QJzG5T2n3 { width:19.75rem;height:7.875rem;top:171.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMukuoQ1MgAcBR671iXWf2sBMQgXboe { width:15.25rem;height:5.19921875rem;top:182.63671875rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwfFR93ZdEzmUdBtue9y6CxBrCHLGQXw { width:8.125rem;height:2.25rem;top:194.1484375rem;left:2.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NxgJzdFonwHX9x0vRJFDxgrHv58GC9lA { width:8.4375rem;height:2.25rem;top:204.0859375rem;left:2.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nXc4OEK9kxBrBs8iBmCMxcnI216wx6R2 { width:14.0625rem;height:26.625rem;top:207.5859375rem;left:2.8125rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bOvfSmFrCiwwk2sITXebA4toLCtb7NKf { width:14.0625rem;height:26.625rem;top:239.0234375rem;left:2.8125rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nzALT8XwJxMFTF9I92mHOPQ4Tmk6U6nJ { width:7.1875rem;height:1.875rem;top:235.7109375rem;left:6.375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rpf9TZJPhN1nx3RHtlabLd2QleGLzybN { width:7.1875rem;height:1.875rem;top:244.0732421875rem;left:6.59375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3VkCdp4grOQgVPm921hl2Rh8mErBb7E { width:11.9375rem;height:0;top:267.1484375rem;left:4rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn { background-color:#313131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { background-color: transparent; background-image: none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container > .video-iframe-container { display: none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row > .video-iframe-container { display: none; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .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); }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { border-width: 0; border-radius: 0; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcItUlQVgXvlXwUOPKWGt3yS9CVySLfn > .row .container { width:20rem;height:159.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7HsWvSWXFJzGfXx9S29JldOgeEvLqqX { width:20rem;height:10.074225rem;top:2.16015625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DccT3JIwblga8V4vWn7fw4GzvyhiUxD4 { width:7.625rem;height:5.625rem;top:57.59375rem;left:2.0625rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k4f4qR2txsstqZ2TyJpNzXKVTHQD2wHT { width:20rem;height:2.34375rem;top:54.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #JMXNVyaI2vcxkupIsRfLFVud3dgVx2dF { width:20rem;height:37rem;top:51.1875rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zUDpSUvaAJt2QyERzgBO94ZbySeA9LFe { width:17.1875rem;height:2.625rem;top:63.8125rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe { width:16.4375rem;height:15.375rem;top:69rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#NNx6rATwotAtSe1O3iDPB7IpNUWPNkCe li:before{  }
 }@media only screen and (max-width: 763px) { #Wp0MkbECXF7U8ofFzMqg6TmRFDygNfQ1 { width:20rem;height:0.0625rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pTtHOaa6W9lqEO5FxhJxPkFiWO30eb { width:7.1875rem;height:1.875rem;top:60.09375rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gTe9axr0PlpGC5mUNhgGCIigAi9EK8Hv { width:19.75rem;height:34.3125rem;top:96rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f5Oe7KDkqXl5uXs1nlHKOZnSOWTcOuJO { width:20rem;height:2.625rem;top:94.5rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tb2BppmKcun69P4UGlMTBwo0tUXVFMQ5 { width:20rem;height:0.0625rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ZKzDzK0zoZDtXJJW4SWGNiAnnxMH06 { width:8.625rem;height:2.34375rem;top:99.625rem;left:5.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #Nq6eez470SBTLb5CgOMu1gkxCeEOGnSK { width:7.5rem;height:4.6875rem;top:102.75rem;left:2.75rem;font-size:3.125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aMJgwzoVwXCgCN4QOKlSveLQtHGkDNPu { width:11.8125rem;height:0;top:65.5625rem;left:4.125rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #pNI2Z58CTzGxLug88iTBh3cbfrhPpKro { width:18.4375rem;height:2.625rem;top:107.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #qJXoqQS75tabcykO6rdzR2nLZPaOZGQd { width:8.5rem;height:0;top:113.099609375rem;left:5.75rem;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ { width:16.8125rem;height:15.375rem;top:112rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#XVXZtNZDLxCd9PNzHOVdtqMs4tFT7eZJ li:before{  }
 }@media only screen and (max-width: 763px) { #tFRlgTC7GJH0TOrf9JXsPAyoFVwTUSxb { width:16.5rem;height:3.8125rem;top:128.59375rem;left:1.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ZpFa4zpvvtSc3pcxN9qGDxda1A1Xo9 { display:block; }
 }@media only screen and (max-width: 763px) { #SSoCTsUzEGi5aqKbzmIQH9G2c4f6bcCn { width:16.5rem;height:3.8125rem;top:86.4375rem;left:1.75rem;z-index:15044;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBubxe8kzzrOJcXDmgFT4m8K4zyTrAzV { display:block; }
 }@media only screen and (max-width: 763px) { #D3OqCsddKyNJOOTwpxfxXcPT7mOgrPbi { width:13.25rem;height:11.1875rem;top:144.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCrSbfwiVlpQnHysUH6Nw7ktTRlxp5q { width:8.5rem;height:auto;top:24.375rem;left:5.75rem;font-size:1.375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bPE5RdbV9fTuuRqG4dF7k6l8TSsUFayp { width:19.75rem;height:31.25rem;top:14.875rem;left:0rem;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fZf8OzfooqBJ4A8Q2nELiSXgD6n2lktg { width:5.25rem;height:5.625rem;top:19.4375rem;left:4.5rem;font-size:3.75rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NeFakxUMKCMWvdMTGtmTheOUbbKTVXpU { width:17.875rem;height:2.34375rem;top:17.15625rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #O41wgqScylsrXzqEwscL6L2d1euQwGHc { width:20rem;height:1.40625rem;top:25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#fdd887;display:block; }
 }@media only screen and (max-width: 763px) { #wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 { width:19.5rem;height:13.875rem;top:28.5625rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);display:block; }#wyAzEx0tBbVM5yiMWkvCqZ8KiSJAmr00 li:before{  }
 }@media only screen and (max-width: 763px) { #M3L3hcky9OV6rDF7rZS2GQMW2HgkZkpk { width:20rem;height:0.0625rem;top:27.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3B47JCx1p90A2a8GpoZ40orScAysrPm { width:9.0625rem;height:1.875rem;top:21.3125rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aJwi3wxD62TNxZv9ZTw7LZVr35159ETM { width:9.0625rem;height:2.0625rem;top:19.5625rem;left:10.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ncSFcUsSsk2PGNerGCRPRyZHw5O9iTiK { width:16.5rem;height:3.8125rem;top:44.4375rem;left:1.8125rem;z-index:15044;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhq8e4LCw6rkwTBUKeCTE3p4T3Pz95D5 { display:block; }
 }@media only screen and (max-width: 763px) { #WOk85nHInRvilycxh8s7VziKJ4M5A1GU { width:18.9375rem;height:5.11816875rem;top:136.1875rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4xJTDJ1PoV9F2W8ApgGoqpKhr8vqQ9 { width:17.5rem;height:3.4375rem;top:141.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEbn8cuN3GV3f8m7ZF73aEogCGA28ZD { display:block; }
 }@media only screen and (max-width: 763px) { #ThMnXnkE5pptHmWhb37Zaf5TgGGcUP3Q { width:19.75rem;height:8.125rem;top:135.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6toZ90EQeG9EHKhFWidDvFA0geT4GQL { width:7.1875rem;height:1.875rem;top:104.529296875rem;left:10.875rem;font-size:1.25rem;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DoL4xQzwUir1NwqilsDFxmvBSZFCDIZ0 { width:8.8125rem;height:2.25rem;top:94.6875rem;left:5.59375rem;font-size:1.5rem;color:#ffffff;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exLDf26fT4mVBWAeRDLCUokCTnszyDvO { width:20rem;height:2.5996125rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzN2xVqJSlQVI86rsgmT0gLRM4pw5DC3 { width:4rem;height:4rem;top:2.8623046875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi { display:none; }#bLN6HBIANkPIewRUp3GGSkcL4vTCgaDi > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gt5Vqu2fHGsLvA0n7vky0V5iEPMM32O9 { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlewE9Dz0zQ9wMCAR3ayw6XpzB5ptKW6 { width:17.6875rem;height:3.0869125rem;top:0.75rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iQHr3WbGPCt31TDELV1u6TRW3kLiftzc { display:none; }#iQHr3WbGPCt31TDELV1u6TRW3kLiftzc > .row .container { width:20rem;height:16.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rx3JmEI4Lu0NgsUtH27ld4yCyB4NVWBr { width:17.6875rem;height:13.999rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p { display:none; }#b6XDQK7ywoUXOfI2e4u0wQaDD1bc912p > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4Dz9lATgTpLCpUsTr1eTTXsq0ulkx5C { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAN7yAzdhIICyyIMZQxfdH5hAqZ5Va8 { width:17.6875rem;height:3.0869125rem;top:0.75rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUlBThxMMcwdyiKX9ZLxpoypp5n596NF { display:none; }#uUlBThxMMcwdyiKX9ZLxpoypp5n596NF > .row .container { width:20rem;height:37.59278125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqTzyGrgqIIFWTWGM4Zfd9KiaAwReRkI { width:19.25rem;height:4.19824375rem;top:1.03125rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK { width:20rem;height:31.11325rem;top:6.48046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eeuCBnha41LzNOFsmOKa1NgVT6WVoKEK li:before{  }
 }@media only screen and (max-width: 763px) { #ga0owTJTTJGAK14BeazvTquD4O5fu55F { display:block; }#ga0owTJTTJGAK14BeazvTquD4O5fu55F > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6SE3O57F4u4MRpKhzkNX0OD3buSi7yK { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOESUkSrnx8WDmFuTFzfv1q86E8IokAs { width:17.6875rem;height:3.0869125rem;top:0.75rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO { display:block; }#TqnNBlqPfhTlKHBVd2mCLmzGJMfDgdgO > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySATHA6awpA5OTKT9UoaoUCWQo2mStJF { width:16.875rem;height:15.3935625rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 { display:block; }#dEbqDby3VMGrpuRK8LrXhk8KcNnlIVn9 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSmdn8NW1rtbouRKgdXXbuCphR1JsSc { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxKUEw7H8FARnFJqkOZ1lZVq2x3V4nq { width:17.6875rem;height:4.62890625rem;top:0.875rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z { display:block; }#DmM1AU0CR2RxGmnMtKLvcE4POo0Wbo1Z > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knaAPvseNbLFwAzJ1txRuT6CcQMVITHu { width:16.875rem;height:13.994125rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ { display:block; }#GiuXwzPESLDNC8Rv8vEi0cVMd9u1dQEQ > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZix8nAumzg9C4WOa7KCVT86a2vhWbLb { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQXWlyRGpFOV2SZdJTMFPlB0Rhp1fE29 { width:17.6875rem;height:1.54345625rem;top:0.89453125rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o { display:block; }#fHh5TPWxRAPSkAMHuTJ2z041CEzTTR6o > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPPIVTiiQ4SuLJIa1FuUJ7WDdqWW2ZEl { width:16.875rem;height:18.192375rem;top:0.6875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 { display:block; }#c0oBPh7GMr1Ok79Rgq2w53FsDfgx16u2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxREUVGyNsKegCMhEEmF6cZ3inHkNflU { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idcHs7ab96G0A2pRl2QWX2UGstZhMUJo { width:17.6875rem;height:3.0869125rem;top:0.875rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u { display:block; }#Sp62mOew9W7BNs7XSCckhMwlCd6aqb4u > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGvtwqzfQWXLDLu5e504T3kdJrzDM2A9 { width:16.875rem;height:11.1953125rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R { display:block; }#MZ9c3HTP8TU9nACHTnT4MfmU14fUZh2R > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVRa6rrfmQuZPykz1tBOI7UASD3sDzd2 { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0kyAUeH4C78cMVMRSefsnl8zKRiETUc { width:17.6875rem;height:4.62890625rem;top:0.9375rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ { display:block; }#cOFRlu6AbRtFBp0cVIZoLbegTZgqahJQ > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mt6PlWrMQ8sJaR6rx6heJZB12vz7pqRC { width:16.875rem;height:12.59475rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN { display:block; }#JCh4cv0OpMpU6MNCUGryS5Fvt2N6NCFN > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4nUR95tdMTDa1OyC4zlV4OX7O3gbkEv { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQZrqG6kmndBnRzw0OtMEzA167zGsDt { width:17.6875rem;height:4.62890625rem;top:0.75rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihTh8yym1zOc78N4fni79FZtnc4LTknx { display:block; }#ihTh8yym1zOc78N4fni79FZtnc4LTknx > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kutZzv56CO8gq6d7PrR41CJud5vCXDBD { width:16.875rem;height:15.3935625rem;top:0.59375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 { display:block; }#ttZqrKxXpFGPucT7DEQyxJuTETW7TEG4 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDNJSTZpLVcFW2rVs47fH05NiWcN7qNy { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoK2cHT9zQmmHi6C3E5rdrwDn5J36TVm { width:17.6875rem;height:3.0869125rem;top:0.9375rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ { display:block; }#mCnf6sf0D227aeCUoxHRJAQbpRPN6EDQ > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWgNdfMxD15q0CxHAD6QtndnMyz14Aat { width:16.875rem;height:9.795875rem;top:0.6875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 { display:block; }#ZSXsDi6ShEqcPHGOuzVSnitvEpIvgvq1 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y98FeRy1H0XqJPxCdsBv1Jqrxrb2uo1c { width:2.4375rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLBOGhArtS0IITmxh9QB3IkFBZzTmGO7 { width:17.6875rem;height:3.0869125rem;top:0.8125rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH { display:block; }#UzFOnRSAEBGm3XQQ48NgiRdaUUwMlCaH > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3ShhAmKTfEGlgXAOvP0fS1xr8wQ4r6x { width:16.875rem;height:9.795875rem;top:0.65625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ { display:block; }#HANgGRRnz0y2KRFvs6EsI8v0eF7CtXbZ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v { display:block; }#TAJIwsa4qK6xfL7JTdNwblpHsW6Kg24v > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdrNqsah6ZkQyAMa93pKmJE4OhdTadHl { width:20rem;height:0.8125rem;top:0.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqB7fVyTa2SlfB5y7P8D3nx54ay2ilkz { width:9.0625rem;height:2.125rem;top:2.375rem;left:0.90625rem;display:block; }
 }