.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#12141e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;overflow:visible;position:relative;display:block; }#SQmmtlvekxCDFTV9nR32gk6wzRmLoKPE { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:"space mono";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:9.875rem;left:6.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbHCHlQJaQNPnWZwTMMmbwUiH2pnH3ts { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:19.625rem;left:14.1875rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuTt97bAW7lwnS4G5EFkkxwkkuU2EV09 { background-color:#2b59ff;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:"space mono";font-size:1rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:2.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.0625rem;left:21.25rem;display:block; }
#W52LbVJBu5bnrnIfTnfoHAgtQ1l15zV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFPZydky2GIfuvZrKtEmelH9Nx996obz { 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:9.375rem;width:9.375rem;top:6.375rem;left:5.875rem;overflow:hidden;display:block; }
#J73WBMw1F7OXQoGiDEE8LoZse2T55x6b { 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:13.125rem;width:19.8125rem;top:41.125rem;left:1.6875rem;overflow:hidden;display:block; }
#FkfzWdHDJc6dtenqMPIrutIIM7z5Dfca { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0.0625rem 1.6875rem rgba(0,0,0,0.5) ;height:12.6875rem;width:19.1875rem;top:44.125rem;left:20.4375rem;overflow:hidden;display:block; }
#XRuddMTWKBcmx3mdtMsdg3vkSGowfTXu { 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:11.5rem;width:20.5625rem;top:40.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#sq0rlyLSSWmFS3uLymzqV2HVPzFVolT3 { 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.75rem;width:10.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#dTQGNcdrUGOGDsvU5LMl9SxR2pCDHc4s { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:30.9375rem;left:8.96875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M84F84JLiuB2yfUq81Qd2II24NDvNqnd { 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; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container { background-color: transparent; background-image: none; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container > .video-iframe-container { display: none; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row > .video-iframe-container { display: none; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .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); }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container { border-width: 0; border-radius: 0; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:block; }#gI42Ch97OfmDvnE78ou34iQpmmMUorcQ { color:#1c1818;display:block;width:27.9375rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.625rem;left:30.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KInCpUr5RaUumNOKE6FNHBbT3cVJGtGq { color:#1c1818;display:block;width:26.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.125rem;left:32.03125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6dwryHpQKtHTxvEMIuTl3C5sbA8XozA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:23.8125rem;top:6.662109375rem;left:1.25rem;overflow:hidden;display:block; }
#cX987u6eNF2MHdiqNHgB0t8qfPZwTT9N { box-sizing:content-box;height:7rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#2b59ff;background-image:none;top:14.1875rem;left:1.25rem;display:block; }
#K4tWTSFi1sD2A7WZh2rE1ThtkMMgz7yf { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"space mono";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:15.294921875rem;left:1.625rem;height:4.53515625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOkGVHZ9kiNLBe4M6fZ1xTTrUtkWUq20 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:9.875rem;top:1.125rem;left:17.75rem;overflow:hidden;display:block; }
#TBX0xsnG7QUfXlEXg6sTikUH05tU198k { 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.4375rem;width:3.625rem;top:1.625rem;left:57.149189201131rem;overflow:hidden;display:block; }
#wzEy22SDvi4oZRS7SSPcQz2tHiDZnlk4 { color:#1c1818;display:block;width:28.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:31.4375rem;left:2.0625rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3lve1d3Aorw7xDQgfNSHwuuQyVgDg3C { 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:15.8125rem;width:25.625rem;top:33.625rem;left:32.3203125rem;overflow:hidden;display:block; }
#KFePWrzaT2lhDzeTWMmfShaafFyAdUAL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.125rem;top:23.4619140625rem;left:24.375rem;overflow:hidden;display:block; }
#sJonpTUKsRm5vVuou8D2KwNBCfHoTcTq { position:absolute;display:block;z-index:15016;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.125rem;width:9.4375rem;top:24.8125rem;left:33.0078125rem;overflow:hidden;display:block; }
#LNAMxdim5he3q5LABQy7mhJLknzUIxT7 { color:#1c1818;display:block;width:20.1875rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.662109375rem;left:5.8125rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iC04kLDMNTts5uXd5AieR9KRlXiQ9USs { 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:8.125rem;width:8.125rem;top:35rem;left:50rem;overflow:hidden;display:block; }
#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH { position:relative;display:block; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH { background-color: transparent; background-image: none; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row .container > .video-iframe-container { display: none; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row > .video-iframe-container { display: none; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .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); }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH { border-width: 0; border-radius: 0; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .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; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .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:27.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#khZIXOUUiwyicTTk0N7SXVcJMU3H6DCd { color:#1c1818;display:block;width:41.3125rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5rem;left:10.625rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF { color:#000000;display:block;width:44.125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:2.1;letter-spacing:0;top:6.2998046875rem;left:9.21875rem;height:13.7158125rem;font-style:normal;display:block; }#Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF li:before{  }
#Vd0f9PUw2bJFcrhof4AT73pCvAfGp4Vg { position:absolute;display:block;z-index:15017;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.125rem;width:9.4375rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#TiTRZyzS0QO7MsSBoTgO270l86Ip2nE4 { 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:10.4375rem;width:3.625rem;top:2.5rem;left:53.34375rem;overflow:hidden;display:block; }
#Szu21J9VprdwlXQHO8ECxXT36kp3x1TE { box-sizing:content-box;height:20.6875rem;width:57.0625rem;position:absolute;display:block;z-index:15000;background-color:#daeaf1;background-image:none;top:0.75rem;left:1.46875rem;display:block; }
#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN { position:relative;display:block; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN { background-color: transparent; background-image: none; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row .container > .video-iframe-container { display: none; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row > .video-iframe-container { display: none; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .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); }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN { border-width: 0; border-radius: 0; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .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; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .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:41.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XIe8ia5bnltvXNWbFeI80QIz6lg2V0fI { color:#1c1818;display:block;width:41.3125rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2rem;left:10.625rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M { color:rgba(7,7,7,0.92);display:block;width:44.125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:2.1;letter-spacing:0;top:6.2275390625rem;left:9.21875rem;height:;font-style:normal;display:block; }#FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M li:before{  }
#hfByWnJ7bMIX39sSCITlFCK1qZrFkfyM { 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:7.125rem;width:7.375rem;top:0.1875rem;left:53.9375rem;overflow:hidden;display:block; }
#fETvBzBJDNoTHkqOU3aMEDsvXE9aLSI9 { box-sizing:content-box;height:39.1875rem;width:57.0625rem;position:absolute;display:block;z-index:14999;background-color:#daeaf1;background-image:none;top:0.625rem;left:1.875rem;display:block; }
#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl { 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; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container { background-color: transparent; background-image: none; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container > .video-iframe-container { display: none; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row > .video-iframe-container { display: none; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .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); }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container { border-width: 0; border-radius: 0; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#boa3P1rs1ISJiwMS2ZrZpO1aFDxcfJeR { color:#1c1818;display:block;width:16.6875rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.625rem;left:4.75rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v { color:#1c1818;display:block;width:24rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v li:before{  }
#gzdF46r6iT8a76aMNJidL6OzT6q6Txtd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:35rem;top:2.5498046875rem;left:25rem;display:block; }
#zAOGK7gb1FJEDFQ0zx4lO4vBotFl9Drk { color:#1c1818;display:block;width:26.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d { position:relative;display:block; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d { background-color: transparent; background-image: none; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row .container > .video-iframe-container { display: none; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row > .video-iframe-container { display: none; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .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); }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d { border-width: 0; border-radius: 0; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .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; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .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:22.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QblJ96huKIEZ09SlASkCVGzsM0LPtBVy { color:#1c1818;display:block;width:41.3125rem;position:absolute;font-family:"space mono";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:0rem;left:9.34375rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDNomh6QKgggxCwPpVsCik4hpC1b0kFq { color:#1c1818;display:block;width:42.8125rem;position:absolute;font-family:"space mono";font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.0625rem;left:8.59375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSmaN6GOnLesh9eS7eVIWqoCKdpfSXCz { background-color:#2b59ff;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:"space mono";font-size:1rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.75rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.40625rem;left:18.125rem;display:block; }
#OCXanmgXho1v79kwZdkwwdbBDFnG0v5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CG2PiGrnIZz0A11Wx4bVn6pXWuUKlUc0 { color:#2b59ff;display:block;width:42.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.0625rem;left:8.96875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b59ff;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; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container { background-color: transparent; background-image: none; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container > .video-iframe-container { display: none; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row > .video-iframe-container { display: none; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .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); }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container { border-width: 0; border-radius: 0; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#H5ecLultPZDeRGKxqgfBP0KrRaGmSbbi { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:"space mono";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.5rem;left:3.75rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUd77Th8QKxa4DTi2qyMzGdxfKgD2o4z { 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.99975625rem;width:15.1245rem;top:9.6240234375rem;left:14.874755859375rem;overflow:hidden;display:block; }
#wFAatoUzIfqUoloUo0MolyKwmdHCNXpg { 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:4.625rem;width:9.3125rem;top:9.311279296875rem;left:32.061767578125rem;overflow:hidden;display:block; }
#fBOJWTQqC6Anigfaoo4O37vGAGoyGils { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e33;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; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container { background-color: transparent; background-image: none; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container > .video-iframe-container { display: none; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row > .video-iframe-container { display: none; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .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); }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container { border-width: 0; border-radius: 0; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#SG8ksRmbsAgec4BqQZdyLsfy1VdaXvO5 { 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:2.6875rem;width:10.25rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#ve5lbZwGB0OgJJJE4Z7ss7OTXBFTOPDT { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.5625rem;left:13.40625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQmmtlvekxCDFTV9nR32gk6wzRmLoKPE { width:46.3125rem;height:;top:9.875rem;left:0.71875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbHCHlQJaQNPnWZwTMMmbwUiH2pnH3ts { width:31.625rem;height:4.5rem;top:19.625rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTt97bAW7lwnS4G5EFkkxwkkuU2EV09 { width:17.5rem;height:2.6875rem;top:26.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W52LbVJBu5bnrnIfTnfoHAgtQ1l15zV3 { display:block; }
 }@media only screen and (max-width: 763px) { #KFPZydky2GIfuvZrKtEmelH9Nx996obz { width:9.375rem;height:9.375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73WBMw1F7OXQoGiDEE8LoZse2T55x6b { width:19.8125rem;height:13.125rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfzWdHDJc6dtenqMPIrutIIM7z5Dfca { width:19.1875rem;height:12.6875rem;top:44.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRuddMTWKBcmx3mdtMsdg3vkSGowfTXu { width:20.5625rem;height:11.5rem;top:40.4375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq0rlyLSSWmFS3uLymzqV2HVPzFVolT3 { width:10.25rem;height:2.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQGNcdrUGOGDsvU5LMl9SxR2pCDHc4s { width:42.0625rem;height:6.1875rem;top:30.9375rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M84F84JLiuB2yfUq81Qd2II24NDvNqnd { display:block; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI42Ch97OfmDvnE78ou34iQpmmMUorcQ { width:27.9375rem;height:;top:3.625rem;left:19.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KInCpUr5RaUumNOKE6FNHBbT3cVJGtGq { width:26.125rem;height:9rem;top:11.125rem;left:21.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6dwryHpQKtHTxvEMIuTl3C5sbA8XozA { width:23.8125rem;height:15.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX987u6eNF2MHdiqNHgB0t8qfPZwTT9N { width:10.5625rem;height:7rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tWTSFi1sD2A7WZh2rE1ThtkMMgz7yf { width:9.5625rem;height:4.5rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOkGVHZ9kiNLBe4M6fZ1xTTrUtkWUq20 { width:9.875rem;height:7.25rem;top:1.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBX0xsnG7QUfXlEXg6sTikUH05tU198k { width:3.625rem;height:10.4375rem;top:1.625rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEy22SDvi4oZRS7SSPcQz2tHiDZnlk4 { width:28.25rem;height:19.5rem;top:31.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3lve1d3Aorw7xDQgfNSHwuuQyVgDg3C { width:25.625rem;height:15.8125rem;top:33.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFePWrzaT2lhDzeTWMmfShaafFyAdUAL { width:7.125rem;height:6.875rem;top:23.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJonpTUKsRm5vVuou8D2KwNBCfHoTcTq { width:9.4375rem;height:18.125rem;top:24.8125rem;left:26.8828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNAMxdim5he3q5LABQy7mhJLknzUIxT7 { width:20.1875rem;height:1.875rem;top:27.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC04kLDMNTts5uXd5AieR9KRlXiQ9USs { width:8.125rem;height:8.125rem;top:35rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH { display:block; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khZIXOUUiwyicTTk0N7SXVcJMU3H6DCd { width:41.3125rem;height:;top:2.5rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF { top:6.25rem;left:3.09375rem;width:44.125rem;height:13.6875rem;font-size:1.1875rem;display:block; }#Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF li:before{  }
 }@media only screen and (max-width: 763px) { #Vd0f9PUw2bJFcrhof4AT73pCvAfGp4Vg { width:9.4375rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTRZyzS0QO7MsSBoTgO270l86Ip2nE4 { width:3.625rem;height:10.4375rem;top:2.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szu21J9VprdwlXQHO8ECxXT36kp3x1TE { top:0.75rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN { display:block; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIe8ia5bnltvXNWbFeI80QIz6lg2V0fI { width:41.3125rem;height:1.875rem;top:2rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M { top:6.1875rem;left:3.09375rem;width:44.125rem;height:;font-size:1.1875rem;display:block; }#FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M li:before{  }
 }@media only screen and (max-width: 763px) { #hfByWnJ7bMIX39sSCITlFCK1qZrFkfyM { width:7.375rem;height:7.125rem;top:0.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fETvBzBJDNoTHkqOU3aMEDsvXE9aLSI9 { top:0.625rem;left:0rem;width:47.75rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP19lP7Ty9ltPLPST1N0FOdNLCseezfl { display:block; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boa3P1rs1ISJiwMS2ZrZpO1aFDxcfJeR { width:16.6875rem;height:1.875rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v { width:24rem;height:;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }#dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v li:before{  }
 }@media only screen and (max-width: 763px) { #gzdF46r6iT8a76aMNJidL6OzT6q6Txtd { width:35rem;height:19.6875rem;top:2.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOGK7gb1FJEDFQ0zx4lO4vBotFl9Drk { width:26.125rem;height:0;top:24rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d { display:block; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QblJ96huKIEZ09SlASkCVGzsM0LPtBVy { width:41.3125rem;height:1.875rem;top:0rem;left:3.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDNomh6QKgggxCwPpVsCik4hpC1b0kFq { width:42.8125rem;height:3rem;top:3.0625rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSmaN6GOnLesh9eS7eVIWqoCKdpfSXCz { width:23.75rem;height:2.6875rem;top:8.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCXanmgXho1v79kwZdkwwdbBDFnG0v5f { display:block; }
 }@media only screen and (max-width: 763px) { #CG2PiGrnIZz0A11Wx4bVn6pXWuUKlUc0 { width:42.0625rem;height:6.1875rem;top:14.0625rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm { display:block; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ecLultPZDeRGKxqgfBP0KrRaGmSbbi { width:47.75rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUd77Th8QKxa4DTi2qyMzGdxfKgD2o4z { width:15.0625rem;height:3.9833600129343rem;top:9.5625rem;left:8.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAatoUzIfqUoloUo0MolyKwmdHCNXpg { width:9.3125rem;height:4.625rem;top:9.25rem;left:25.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBOJWTQqC6Anigfaoo4O37vGAGoyGils { display:block; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG8ksRmbsAgec4BqQZdyLsfy1VdaXvO5 { width:10.25rem;height:2.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve5lbZwGB0OgJJJE4Z7ss7OTXBFTOPDT { width:27.375rem;height:2.625rem;top:1.5625rem;left:7.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#12141e;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQmmtlvekxCDFTV9nR32gk6wzRmLoKPE { width:20rem;height:14.21875rem;top:5.998046875rem;left:0rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FbHCHlQJaQNPnWZwTMMmbwUiH2pnH3ts { width:20rem;height:6.875rem;top:22.419921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTt97bAW7lwnS4G5EFkkxwkkuU2EV09 { width:14.625rem;height:2.625rem;top:34.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W52LbVJBu5bnrnIfTnfoHAgtQ1l15zV3 { display:block; }
 }@media only screen and (max-width: 763px) { #KFPZydky2GIfuvZrKtEmelH9Nx996obz { width:6.5rem;height:6.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73WBMw1F7OXQoGiDEE8LoZse2T55x6b { width:17.0625rem;height:11.31225rem;top:39.561767578125rem;left:1.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfzWdHDJc6dtenqMPIrutIIM7z5Dfca { width:16.812rem;height:11.187rem;top:51.936767578125rem;left:1.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRuddMTWKBcmx3mdtMsdg3vkSGowfTXu { width:17.12475rem;height:9.4995rem;top:65.37451171875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq0rlyLSSWmFS3uLymzqV2HVPzFVolT3 { width:10.25rem;height:2.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQGNcdrUGOGDsvU5LMl9SxR2pCDHc4s { width:20rem;height:11.25rem;top:76.1230234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M84F84JLiuB2yfUq81Qd2II24NDvNqnd { display:block; }#M84F84JLiuB2yfUq81Qd2II24NDvNqnd > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI42Ch97OfmDvnE78ou34iQpmmMUorcQ { width:17.375rem;height:6.82325rem;top:2.5rem;left:1.3125rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KInCpUr5RaUumNOKE6FNHBbT3cVJGtGq { width:20rem;height:9.44725rem;top:10.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6dwryHpQKtHTxvEMIuTl3C5sbA8XozA { width:16.9375rem;height:11.25rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX987u6eNF2MHdiqNHgB0t8qfPZwTT9N { width:8.25rem;height:4.3125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tWTSFi1sD2A7WZh2rE1ThtkMMgz7yf { width:6rem;height:3.41015625rem;top:34.6875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bOkGVHZ9kiNLBe4M6fZ1xTTrUtkWUq20 { width:7.75rem;height:5.625rem;top:23.74609375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBX0xsnG7QUfXlEXg6sTikUH05tU198k { width:2.3125rem;height:7.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEy22SDvi4oZRS7SSPcQz2tHiDZnlk4 { width:20rem;height:22.94335rem;top:48.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3lve1d3Aorw7xDQgfNSHwuuQyVgDg3C { width:20rem;height:12.341463414634rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFePWrzaT2lhDzeTWMmfShaafFyAdUAL { width:5.625rem;height:5.4375rem;top:39.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJonpTUKsRm5vVuou8D2KwNBCfHoTcTq { width:6.25rem;height:12.1875rem;top:78.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LNAMxdim5he3q5LABQy7mhJLknzUIxT7 { width:15.1875rem;height:4.548825rem;top:43.0625rem;left:2.4375rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iC04kLDMNTts5uXd5AieR9KRlXiQ9USs { width:5.8125rem;height:5.8125rem;top:81.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH { display:block; }#Rw9T6upafDPxTsNGBI1ZX76JIf2UaKfH > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khZIXOUUiwyicTTk0N7SXVcJMU3H6DCd { width:15rem;height:4.548825rem;top:3rem;left:2.5625rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF { width:20rem;height:36.1543125rem;top:9.671875rem;left:0rem;font-size:1.1875rem;display:block; }#Sf9zeyQzwtDwsgMetiWHqLDq4wrQKTTF li:before{  }
 }@media only screen and (max-width: 763px) { #Vd0f9PUw2bJFcrhof4AT73pCvAfGp4Vg { width:4.625rem;height:9.0625rem;top:0.7421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TiTRZyzS0QO7MsSBoTgO270l86Ip2nE4 { width:3.625rem;height:10.4375rem;top:40.216796875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szu21J9VprdwlXQHO8ECxXT36kp3x1TE { width:20rem;height:45.0625rem;top:2.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN { display:block; }#y6zgMdLfk2Xl94ndXAUyEh7y6QCcONpN > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIe8ia5bnltvXNWbFeI80QIz6lg2V0fI { width:18.5rem;height:2.2744125rem;top:2.1875rem;left:0.75rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M { width:20rem;height:61.0859375rem;top:7.7265625rem;left:0rem;font-size:1.1875rem;display:block; }#FG0DsKT9po0AVpiIrCkyMhIH2aPDwI9M li:before{  }
 }@media only screen and (max-width: 763px) { #hfByWnJ7bMIX39sSCITlFCK1qZrFkfyM { width:3.6875rem;height:3.5625rem;top:4.4609375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fETvBzBJDNoTHkqOU3aMEDsvXE9aLSI9 { width:20rem;height:64.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP19lP7Ty9ltPLPST1N0FOdNLCseezfl { display:block; }#cP19lP7Ty9ltPLPST1N0FOdNLCseezfl > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boa3P1rs1ISJiwMS2ZrZpO1aFDxcfJeR { width:16.6875rem;height:2.2749rem;top:1.25rem;left:1.625rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v { width:20rem;height:22.25rem;top:4.7744125rem;left:0rem;font-size:1.25rem;display:block; }#dhJ1xIK8axlMqSK686u0tZ10Z55eQQ1v li:before{  }
 }@media only screen and (max-width: 763px) { #gzdF46r6iT8a76aMNJidL6OzT6q6Txtd { height:11.25rem;width:20rem;top:30.39892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOGK7gb1FJEDFQ0zx4lO4vBotFl9Drk { width:20rem;height:1.5rem;top:28.33642578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d { display:block; }#tk5FiFtFfzxd34tKORUdhzPeRbmh5P0d > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QblJ96huKIEZ09SlASkCVGzsM0LPtBVy { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FDNomh6QKgggxCwPpVsCik4hpC1b0kFq { width:20rem;height:7.5rem;top:4.7744125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FSmaN6GOnLesh9eS7eVIWqoCKdpfSXCz { width:17.8125rem;height:2.6875rem;top:14.0419921875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCXanmgXho1v79kwZdkwwdbBDFnG0v5f { display:block; }
 }@media only screen and (max-width: 763px) { #CG2PiGrnIZz0A11Wx4bVn6pXWuUKlUc0 { width:20rem;height:11.25rem;top:18.2724609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm { display:block; }#D4RoX7PGlUhlVQu9tpeZ1cqTbLBBl9lm > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ecLultPZDeRGKxqgfBP0KrRaGmSbbi { width:20rem;height:8.9355625rem;top:2rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tUd77Th8QKxa4DTi2qyMzGdxfKgD2o4z { width:13.18725rem;height:3.4995125rem;top:13.74755859375rem;left:3.404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAatoUzIfqUoloUo0MolyKwmdHCNXpg { width:9.3125rem;height:4.625rem;top:19.373046875rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBOJWTQqC6Anigfaoo4O37vGAGoyGils { display:block; }#fBOJWTQqC6Anigfaoo4O37vGAGoyGils > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG8ksRmbsAgec4BqQZdyLsfy1VdaXvO5 { width:11.4375rem;height:2.75rem;top:1.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve5lbZwGB0OgJJJE4Z7ss7OTXBFTOPDT { width:20rem;height:3.41015625rem;top:6.146484375rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }