.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:#1a1a1a;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); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.97), #eaeaea);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.97), #eaeaea);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.97), #eaeaea);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.97), #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff7', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffff7', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.97), #eaeaea);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;z-index:auto;display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { background-color: transparent; background-image: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container > .video-iframe-container { display: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container { display: none; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .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); }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { border-width: 0; border-radius: 0; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { 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:2.0625rem;width:7.9375rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.125rem;left:21.4375rem;display:block; }
#mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khcGBlusKDpthhLbf5X3kBrwX45qFVOq { z-index:15004;top:1.40625rem;left:48.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #3c0266, #8607f8);background-image: -moz-linear-gradient(216deg, #3c0266, #8607f8);background-image: -ms-linear-gradient(216deg, #3c0266, #8607f8);background-image: -o-linear-gradient(216deg, #3c0266, #8607f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0266', endColorstr='#8607f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0266', endColorstr='#8607f8' );";background-image: linear-gradient(216deg, #3c0266, #8607f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.125rem;left:32rem;display:block; }
#hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.125rem;left:40.3125rem;display:block; }
#n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { z-index:15003;top:1.40625rem;left:63.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad23426e-6b5a-4f91-9ac2-e5af6990bda0/bgmidia.jpg");background-position: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; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB.adaptive-delivery-prevent-bg, #o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB.lazyload, #o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB.lazyloading { background-image: none; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container { background-color: transparent; background-image: none; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,20,74,0.58); }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container > .video-iframe-container { display: none; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,20,74,0.58); }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row > .video-iframe-container { display: none; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .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); }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container { border-width: 0; border-radius: 0; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB::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; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#qvyt83okRwZoew5fqEDaxhVkHHzn8rgw { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:8.775rem;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; }
#MAiCzJXyZaRux77nX9NcHs30pM83ULfI { color:#ffffff;display:block;width:33rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#gOT5tuLfqbKRhyFJCnJVvlIATziaqqbb { position:absolute;display:block;z-index:15007;height:29.6875rem;width:26.5625rem;top:4.375rem;left:43rem;display:block; }
#rfCEd3fnwZPZ1X4PeX3lxf6ND5KcwCwE { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:21.0625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#VSq86DbfZvk3zThpbxuePlTI6V8pQii4 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:21.9375rem;left:1.3125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cimMbcA7fvVrd586PdK6fTg0EzBBIuPJ { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:0.625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1DJV9TMZhTFrFflwng0FODWyB3Rn3oZ { box-sizing:content-box;height:8.5625rem;width:8.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:21.0625rem;left:9.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#S814d1FwmnyrXgHpsPv0sIkIRIsvDFW4 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:21.8125rem;left:10.75rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCAwAWOV8ntDE8ahJx3lOQLylhTOCJiJ { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.125rem;left:10.125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZ5k0wWI3AyPtEk1XIcIG9nr9BNhIvqb { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.625rem;left:0.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzX7gTyBIvOM4Ps28bClilP21p9UETvX { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.6875rem;left:10.125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpAtt8pxqVXm05pif6nDH0EMTKdAwHrc { box-sizing:content-box;height:8.5rem;width:8.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:21.0625rem;left:18.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#p5PNRWxufITzbdOg3HRfOVBU3hUJBP1c { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.1875rem;left:19.625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGvy4RTeoNTHElWos1c0bi9i4vSfWqTG { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.75rem;left:19.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiMtZbHAu1STgZVruvEhcXTGyJ3cG1Xs { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.875rem;left:20.25rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6li55FpvTcVSG4cqDBm1VJZ24ttl8IE { position:absolute;display:block;z-index:15024;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.8125rem;width:4.875rem;top:34.550000190735rem;left:1.5rem;overflow:hidden;display:block; }
#i9ncvmBQpaVT88Fai4gSTdGyRuHKN5wn { position:absolute;display:block;z-index:15026;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:5.4375rem;width:5.4375rem;top:34.968750953674rem;left:10.1875rem;overflow:hidden;display:block; }
#aSE5W2f6hayrb49VH9RNB68quAaEVPFO { position:absolute;display:block;z-index:15028;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:1.8125rem;width:5.9375rem;top:36.0625rem;left:19.875rem;overflow:hidden;display:block; }
#EbRQIqkXiL9ZJOV2CvalnUMVBQa828w2 { position:absolute;display:block;z-index:15025;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.9375rem;width:5.125rem;top:30.375rem;left:10.4375rem;overflow:hidden;display:block; }
#SzVIkAL4AZo5h9OOA9ToaBADxwpmfyTN { position:absolute;display:block;z-index:15027;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.6875rem;width:4.875rem;top:30.375rem;left:20.4375rem;overflow:hidden;display:block; }
#VRoJhDBW38XFmskdI4X6cT6URwZIaZ7Q { position:absolute;display:block;z-index:15023;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.6875rem;width:5.9375rem;top:30.375rem;left:1.125rem;overflow:hidden;display:block; }
#cafLfUXJeD6oUk4gMnReJHXU5ywLJcJ8 { position:absolute;display:block;z-index:15029;height:2.3125rem;width:4.125rem;top:31.799999237061rem;left:31.5625rem;display:block; }
#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { 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; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { background-color: transparent; background-image: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container > .video-iframe-container { display: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container { display: none; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .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); }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { border-width: 0; border-radius: 0; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.0625rem;left:7.5rem;height:1.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { position:absolute;display:block;z-index:15007;background-color:#3c0266;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:5.625rem;left:0rem;display:block; }
#JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { color:#3c0266;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:9.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { 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:1.5rem;width:1.625rem;top:5.40625rem;left:27.5rem;overflow:hidden;display:block; }
#d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { color:#252525;display:block;width:19.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.375rem;left:30rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:29.9375rem;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;font-style:normal;display:block; }
#bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { 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:1.5rem;width:1.5rem;top:18.9375rem;left:27.5rem;overflow:hidden;display:block; }
#pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.6875rem;left:30rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.875rem;left:30rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { 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:1.5rem;width:1.5rem;top:35.875rem;left:27.0625rem;overflow:hidden;display:block; }
#mhQ47gAHn1TlcUKck38lZXH202hl3GED { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:35.625rem;left:29.5625rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#syutHxS46lRtKvru4S2zWZV0CSHIhDss { color:#000000;display:block;width:18.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:38rem;left:29.5625rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTkxT718Q52sWNubMoI4vBDWBJEz7rep { color:#000000;display:block;width:19.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:23.8125rem;left:54.3125rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.1875rem;left:54.25rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:35.9375rem;left:54.375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { 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:1.5625rem;width:1.5625rem;top:20.5rem;left:51.8125rem;overflow:hidden;display:block; }
#HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { position:absolute;display:block;z-index:15021;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:1.5rem;width:1.625rem;top:36.0625rem;left:51.875rem;overflow:hidden;display:block; }
#imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:37.6875rem;left:54.375rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { color:#000000;display:block;width:20.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.25rem;left:54.3125rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { 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:1.625rem;width:1.625rem;top:5.125rem;left:51.75rem;overflow:hidden;display:block; }
#Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.0625rem;left:54.25rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { z-index:15003;top:18.78125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #3c0266, #8607f8);background-image: -moz-linear-gradient(216deg, #3c0266, #8607f8);background-image: -ms-linear-gradient(216deg, #3c0266, #8607f8);background-image: -o-linear-gradient(216deg, #3c0266, #8607f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0266', endColorstr='#8607f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0266', endColorstr='#8607f8' );";background-image: linear-gradient(216deg, #3c0266, #8607f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { position:absolute;display:block;z-index:15008;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:17.39999961853rem;left:30rem;display:block; }
#ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { position:absolute;display:block;z-index:15009;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:34.28125rem;left:30rem;display:block; }
#fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { position:absolute;display:block;z-index:15010;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:42.1875rem;left:29.5625rem;display:block; }
#qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { position:absolute;display:block;z-index:15011;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:35.03125rem;left:54.3125rem;display:block; }
#mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { position:absolute;display:block;z-index:15012;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:41.8125rem;left:54.375rem;display:block; }
#ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { position:absolute;display:block;z-index:15012;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:21.8125rem;left:55.9375rem;display:none; }
#DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { position:absolute;display:block;z-index:15010;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:18.9375rem;left:54.3125rem;display:block; }
#kvs7M0hfRtlGToNlRHgPLHv5KON4xpMs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:26rem;width:21.875rem;top:25.5625rem;left:0rem;overflow:hidden;display:block; }
#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu { 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; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container { background-color: transparent; background-image: none; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container > .video-iframe-container { display: none; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row > .video-iframe-container { display: none; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .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); }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container { border-width: 0; border-radius: 0; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#vXLqfcM1UahfoIpb6s3DrT6cRMGNMXSV { color:#3c0266;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:2.7rem;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; }
#pmBIR1hh40slRa8HTo1GEuCLmBTrSx6w { color:#353535;display:block;width:56.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:9.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { 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; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { background-color: transparent; background-image: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container > .video-iframe-container { display: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container { display: none; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .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); }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { border-width: 0; border-radius: 0; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#gheVkUSdDBIyXz7FomngHgX6aDrsRV4D { box-sizing:content-box;height:32.6875rem;width:23.25rem;position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;top:1.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CadrFPwbo8KU2Bgyy4NGeOSJZZymrmRa { color:#2f2f2f;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:23.8125rem;left:3.4375rem;height:5.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;font-style:normal;display:block; }
#JK7s29UneEhTLn2HCTx7PRp77XADzsQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:24.0625rem;left:2rem; }
#dgTTEeWy7hzx7MuDD3f9KTPiyUPbATiw { color:#2f2f2f;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:14.875rem;left:3.5rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dUDtnto25E45cdmkv38WNhR7uQN4AkCX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:15.125rem;left:2rem; }
#VtFJWTPLF3ffHUVB1m3L5JzTOaNT7pJl { color:#2f2f2f;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:8.625rem;left:2.125rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G8zok9QruAckus7VKCC5ppmEc5iG5JLN { box-sizing:content-box;height:32.625rem;width:23.25rem;position:absolute;display:block;z-index:15017;background-color:#fafafa;background-image:none;top:1.9375rem;left:25.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#DSwPkGxUspqt2mV9oPST53PJh9FmoZkn { color:#2f2f2f;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:23.8125rem;left:29.3125rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ekI3s30Xs2IqGAyUpccNx1cSTuwKkevb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:24.0625rem;left:27.875rem; }
#CEQVqihcTloOKfEliPzbdx3zf1Tq2sbD { color:#2f2f2f;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:14.875rem;left:29.375rem;height:5.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;font-style:normal;display:block; }
#e9WGTbMrEIWISnZTKGHTsNxcFf7TvMy1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:15.125rem;left:27.875rem; }
#Ur28mDnSg6T2pChafyokw6N9dT7uxiS9 { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:8.625rem;left:28rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AfVrovrvt9Nd2VHA0Z3soeMQTG0qTflH { box-sizing:content-box;height:32.5rem;width:23.25rem;position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;top:1.9375rem;left:51.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TC3mNs2m91I6hgedFJCsXHf79UTfHvTN { color:#2f2f2f;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:23.8125rem;left:55.25rem;height:5.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;font-style:normal;display:block; }
#rwz0IoAIfCtsFiqOl6AB4FpenFGnpo0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:24.25rem;left:53.8125rem; }
#DAyofFiz2HkUeCvsTp99D7K4B0kpv62h { color:#2f2f2f;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:15.125rem;left:55.25rem;height:5.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;font-style:normal;display:block; }
#oG94ecZOsOvVMqxt6mhQGBucEt2n057u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:15.375rem;left:53.75rem; }
#tvZnM01IPIIEbiSfeDbam16uDsIFT1Pm { color:#2f2f2f;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:8.625rem;left:53.75rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HCXhtFzL5zwp6mmx63zCP8y0FgwmSirb { box-sizing:content-box;height:5.5rem;width:7rem;position:absolute;display:block;z-index:15013;background-color:#3c0266;background-image:none;top:0.6875rem;left:2rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#g6fERdflTGKGlsa1wLRINu0yerOqlO3T { box-sizing:content-box;height:5.5rem;width:7rem;position:absolute;display:block;z-index:15055;background-color:#3c0266;background-image:none;top:0.6875rem;left:27.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#m8sgtWT38mH7bgXsz4oig4p6GniGHWQo { box-sizing:content-box;height:5.5rem;width:7rem;position:absolute;display:block;z-index:15056;background-color:#3c0266;background-image:none;top:0.6875rem;left:53.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#QPVhtzl27DKqsTARxRZ0TyKIXXyBG9fL { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:1.8125rem;left:2.6875rem;height:3.50625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBrwtR1DoO5PEQb0lM9CZepLKkBKnkCu { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:1.6875rem;left:28.8125rem;height:3.50625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKPUPpn8m4GT1opXmN9U3ZbNoeC3p8GT { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;top:1.6875rem;left:54.6875rem;height:3.50625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XzzOSEKuuqDdzMONTyQqNMquXoZhtqNH { 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:1.4375rem;width:1.4375rem;top:5.0687503814697rem;left:7.9375rem;overflow:hidden;display:block; }
#CkJmeaLlxpG0a1MfZMWZ3tig1sagDQbS { position:absolute;display:block;z-index:15060;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:1.4375rem;width:1.4375rem;top:5.125rem;left:34.125rem;overflow:hidden;display:block; }
#J21AiMRKzSKUTWFw9tcF2V2eZ5e9oNDf { position:absolute;display:block;z-index:15061;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:1.4375rem;width:1.4375rem;top:5.1875rem;left:60rem;overflow:hidden;display:block; }
#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { background-color: transparent; background-image: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container > .video-iframe-container { display: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container { display: none; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .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); }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { border-width: 0; border-radius: 0; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { color:#3c0266;display:block;width:74.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0.03125rem;height:5.4rem;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; }
#dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { 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:2rem;width:2rem;top:5.125rem;left:-8.3125rem;overflow:hidden;display:block; }
#mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { 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:1.375rem;width:1.4375rem;top:7.75rem;left:-6.7979164123538rem;overflow:hidden;display:block; }
#tQcUneCIy292qCPFakZ4Te2daagvoTwE { 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:2rem;width:2rem;top:2.5rem;left:-5.5354156494141rem;overflow:hidden;display:block; }
#gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { 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:1.875rem;width:1.875rem;top:5.9375rem;left:80.25rem;overflow:hidden;display:block; }
#S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { 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:2rem;width:2.125rem;top:1.875rem;left:77.707290649412rem;overflow:hidden;display:block; }
#eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { 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:2.0625rem;width:2.0625rem;top:9.53125rem;left:74.875rem;overflow:hidden;display:block; }
#SaAFORnV6sB9ssQvByg80rTO551DlMg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { background-color: transparent; background-image: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container > .video-iframe-container { display: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container { display: none; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .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); }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { border-width: 0; border-radius: 0; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#yiQgh2uSLBLl8ckvd74DhxsfnTroHmF3 { 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:24.1875rem;width:37.3125rem;top:1rem;left:37.5rem;overflow:hidden;display:block; }
#h6iwvNwqLTTdFGS8NRFtPwwtEeOFg4ff { color:#3c0266;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:0rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XJ3DGMU7VPtI2UWE1oNeTPaESwvHTFBq { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.625rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ox60XgDzhU6mtC7tpve3TnpRJeewDzBB { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TL3xMnfsUwbw9Bhls9IO49BF4VzfTytv { color:#3c0266;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.875rem;left:0rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aup8FFPsN4bq4waIc8MlTE5Jgqy9JBfy { position:absolute;display:block;z-index:15010;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:13.125rem;left:0rem;display:block; }
#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH { 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; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container { background-color: transparent; background-image: none; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container > .video-iframe-container { display: none; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row > .video-iframe-container { display: none; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .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); }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container { border-width: 0; border-radius: 0; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#FZNn4FKLS1BfWWOgdulzSiyAWswyP7HK { box-sizing:content-box;height:36.375rem;width:23.25rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:3.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#n4UIarghG8rkM85Zu6cpw5aIKzDhKNWE { box-sizing:content-box;height:36.3125rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:3.9375rem;left:25.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yx1wPLxp9hPur936uIpqwPOSc83wQxl7 { box-sizing:content-box;height:36.25rem;width:23.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:3.9375rem;left:51.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WVqR9nazaq5G7fmogUIDtwQBTq6KEzb2 { color:#2f2f2f;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.5rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kbq0buWrb76J8cAFHi60NTIAEgUTTQeS { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.625rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nTT0nG5kMlLQqh63zl6OeVbe1Aoe8cM7 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.75rem;left:2.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NX7wghFlGTnfTTypGoc7kNWHECa2cMdI { color:#2f2f2f;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:31.1875rem;left:2.375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ppPNfTmvvWTtxqLswKJW4m3fP1mqCuWM { color:#2f2f2f;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:31.1875rem;left:28.375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bT0S07r5GkcSNk896hEnWScORTqr4Mg0 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:24.75rem;left:28.4375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kkr4KELlVxfDvotrdrxWfQHkpTuLxTs0 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:18.625rem;left:28.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#btKQBbIw4MUacXkWITdvnkiQ0Vzd1eQs { color:#2f2f2f;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.5rem;left:28.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BSoTPrOsEDPR4PmFyToIsA6zGrvTfn23 { color:#2f2f2f;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:31.4375rem;left:54.25rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#devPG3WyMwGg68XCfQMoEzH1NXdQaOCy { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:25rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZJsvQVxTvgMegzshU7FCGZENpdhGaBDr { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:18.875rem;left:54.3125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QrqmB6BW8yPHsKJzA0iiT9U0bofBz1mD { color:#2f2f2f;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:12.75rem;left:54.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uN2Iq7usm5bxERAz3S4TuVsr0eU69tUx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.75rem;left:0.875rem; }
#iEwQ70rara259zEqLLaFfklTrkaoFGX8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.875rem;left:0.875rem; }
#dHJMK1Nsc4nhJbCq7WppX7P2nF5gGAsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.9375rem;left:0.875rem; }
#CZc5l8g93RsUIgmI4geCLUenSLfO74zs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.4375rem;left:0.875rem; }
#yZTEd6VuHJVTGzauEaQZC18EHLwe8s9o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.4375rem;left:26.9375rem; }
#kq8CoEWokPDQ2qXqNSlwXBO16SLrB9vC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25rem;left:26.9375rem; }
#Zi0FxKBwCbFpTGgHmrXmOhARyiVZA5bd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:19.125rem;left:52.6875rem; }
#Qt2QfwPZfwTMii6JrQmO952eiomVHl0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.6875rem;left:27.125rem; }
#flifWPQ5NKXCENpGaVpkM4oOBfZQufBR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:18.75rem;left:26.9375rem; }
#NVZvyW0edQJAf9NiiQcT3Nfr64rwT9ik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:12.9375rem;left:52.65625rem; }
#dM0w0kyzhlLQqmMxWszWpFMCMOu10pzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:25.15625rem;left:52.8125rem; }
#uUD5Dxur8uFHEwcCX6fpmyuRwbrf6TCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.625rem;left:52.71875rem; }
#lQPWvvRtzAMwXuM6fKMuTAoTWVzhcFud { 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:2.0625rem;width:7.9375rem;top:8.3125rem;left:1.125rem;overflow:hidden;display:block; }
#mpWmwH3peIsz10TgS9DA6BfrM9Ei6gu2 { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.875rem;left:26.9375rem;height:3.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;font-style:normal;display:block; }
#QlN7OtUHXRqSTJhlz8tJvqByAKVTdqpp { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.875rem;left:52.875rem;height:3.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;font-style:normal;display:block; }
#MQPCaGFDGiXkil9MmTR00stWec4okMbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { background-color: transparent; background-image: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container > .video-iframe-container { display: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container { display: none; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .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); }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { border-width: 0; border-radius: 0; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#niKrla6RxPgc506QT3EplSk8FpcNqSLr { color:#3c0266;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5260429382324rem;left:21.875rem;height:5.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { background-color: transparent; background-image: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container > .video-iframe-container { display: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container { display: none; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .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); }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { border-width: 0; border-radius: 0; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.0625rem;left:1.875rem;height:7.4375rem;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; }
#IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { box-sizing:content-box;height:17.375rem;width:36.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:4.25rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;border-top:0.125rem solid #3c0266;border-left:0.125rem solid #3c0266;border-right:0.125rem solid #3c0266;border-bottom:0.125rem solid #3c0266;display:block; }
#FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { box-sizing:content-box;height:17.3125rem;width:36.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:4.3125rem;left:38.25rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;border-top:0.125rem solid #3c0266;border-left:0.125rem solid #3c0266;border-right:0.125rem solid #3c0266;border-bottom:0.125rem solid #3c0266;display:block; }
#TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { color:#000000;display:block;width:31.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:40.3125rem;height:5.95rem;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; }
#alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:16.4375rem;left:40.3125rem;overflow:hidden;display:block; }
#pthCls40hEemGx729JviPTgVQQtlEuK8 { 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:3.875rem;width:3.875rem;top:16.4375rem;left:1.875rem;overflow:hidden;display:block; }
#p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:6.4375rem;height:1.4625rem;display:block; }
#wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.875rem;left:44.75rem;height:1.4625rem;display:block; }
#Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { color:#000000;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.1875rem;left:44.75rem;height:1.3rem;display:block; }
#RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { color:#000000;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:6.4375rem;height:1.3rem;display:block; }
#WpT7pZAENhbh6r1vORW12ZAEN0ny5But { box-sizing:content-box;height:6.0625rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#3c0266;background-image:none;top:1.2708320617676rem;left:1.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { box-sizing:content-box;height:6.0625rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:#3c0266;background-image:none;top:1.2708320617676rem;left:40.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { 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:6.25rem;width:6.375rem;top:1.1770830154419rem;left:43.375rem;overflow:hidden;display:block; }
#KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { 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:2.875rem;width:8.8125rem;top:2.8645830154419rem;left:3.71875rem;overflow:hidden;display:block; }
#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { 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; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { background-color: transparent; background-image: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container > .video-iframe-container { display: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container { display: none; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .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); }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { border-width: 0; border-radius: 0; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { 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:5.4375rem;width:5.5rem;top:10.375rem;left:13.0625rem;overflow:hidden;display:block; }
#ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:6.375rem;top:10.75rem;left:22.125rem;overflow:hidden;display:block; }
#Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { 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:5.0625rem;width:5.125rem;top:10.9375rem;left:31.9375rem;overflow:hidden;display:block; }
#PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { 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:5rem;width:5.125rem;top:11rem;left:40.9375rem;overflow:hidden;display:block; }
#i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { 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:5rem;width:5.125rem;top:11rem;left:49.6875rem;overflow:hidden;display:block; }
#PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { color:#3c0266;display:block;width:49.8125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:12.59375rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { 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:1.375rem;width:1.4375rem;top:12.46875rem;left:2.3125rem;overflow:hidden;display:block; }
#Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { 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:2.3125rem;width:2.3125rem;top:8.5625rem;left:0rem;overflow:hidden;display:block; }
#SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { 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:2.625rem;width:2.625rem;top:2.25rem;left:72.375rem;overflow:hidden;display:block; }
#ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.5rem;top:10.875rem;left:57.5rem;overflow:hidden;display:block; }
#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c0266;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; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { background-color: transparent; background-image: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container > .video-iframe-container { display: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container { display: none; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .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); }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { border-width: 0; border-radius: 0; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:0rem;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;font-style:normal;display:block; }
#IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.8125rem;top:6.6875rem;left:-1.1805555555556rem;overflow:hidden;display:block; }
#zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { position:absolute;display:block;z-index:15008;height:29.6875rem;width:26.5625rem;top:4.09375rem;left:44.28125rem;display:block; }
#s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:11.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:18.8125rem;left:22.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.75rem;left:1.1875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:12.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:23.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.125rem;left:12.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.125rem;left:23.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:19.8125rem;left:1.8125rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:19.8125rem;left:13.0625rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:19.8125rem;left:24.5rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ImND4IGPQHpMhfBuw5vBf59yMreUuZka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c0266;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; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { background-color: transparent; background-image: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container > .video-iframe-container { display: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container { display: none; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .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); }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { border-width: 0; border-radius: 0; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#TbT7M677SuPaR5w85r7VKGJkyc1luhTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5rem;left:0rem; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.5rem;left:2.8125rem; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#goUx1ltiGKh4EPFfpephOlLa0GZhixJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.5rem;left:5.625rem; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.5rem;left:8.5rem; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.17);background-image:none;top:1.0625rem;left:0rem;display:block; }
#D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8499984741211rem;left:24.75rem;height:1.3rem;display:block; }
#WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { background-color:rgba(0,0,0,0);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:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.78125rem;left:65.25rem;display:block; }
#R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { top:1.875rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { width:9.125rem;height:3.4375rem;top:1.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #khcGBlusKDpthhLbf5X3kBrwX45qFVOq { top:1.375rem;left:33.875rem;width:13.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block; }
 }@media only screen and (max-width: 763px) { #ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { width:7.875rem;height:3.4375rem;top:1.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block; }
 }@media only screen and (max-width: 763px) { #qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { width:7.1875rem;height:3.4375rem;top:1.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block; }
 }@media only screen and (max-width: 763px) { #ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { top:1.375rem;left:36.0625rem;width:11.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block; }
 }@media only screen and (max-width: 763px) { #o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB { display:block; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvyt83okRwZoew5fqEDaxhVkHHzn8rgw { width:35.0625rem;height:8.75rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiCzJXyZaRux77nX9NcHs30pM83ULfI { width:33rem;height:4.875rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOT5tuLfqbKRhyFJCnJVvlIATziaqqbb { top:4.375rem;left:21.1875rem;width:26.5625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfCEd3fnwZPZ1X4PeX3lxf6ND5KcwCwE { top:21.0625rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSq86DbfZvk3zThpbxuePlTI6V8pQii4 { width:5.875rem;height:2.8125rem;top:21.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimMbcA7fvVrd586PdK6fTg0EzBBIuPJ { top:25rem;left:0rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DJV9TMZhTFrFflwng0FODWyB3Rn3oZ { top:21.0625rem;left:2.5625rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S814d1FwmnyrXgHpsPv0sIkIRIsvDFW4 { width:5.875rem;height:2.8125rem;top:21.8125rem;left:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCAwAWOV8ntDE8ahJx3lOQLylhTOCJiJ { top:25.125rem;left:3.3125rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5k0wWI3AyPtEk1XIcIG9nr9BNhIvqb { top:26.625rem;left:0rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzX7gTyBIvOM4Ps28bClilP21p9UETvX { top:26.6875rem;left:3.3125rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpAtt8pxqVXm05pif6nDH0EMTKdAwHrc { top:21.0625rem;left:12.0625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5PNRWxufITzbdOg3HRfOVBU3hUJBP1c { top:25.1875rem;left:12.8125rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGvy4RTeoNTHElWos1c0bi9i4vSfWqTG { top:26.75rem;left:12.8125rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiMtZbHAu1STgZVruvEhcXTGyJ3cG1Xs { width:5.875rem;height:2.8125rem;top:21.875rem;left:13.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6li55FpvTcVSG4cqDBm1VJZ24ttl8IE { top:34.5rem;left:0rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ncvmBQpaVT88Fai4gSTdGyRuHKN5wn { top:34.9375rem;left:3.375rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSE5W2f6hayrb49VH9RNB68quAaEVPFO { top:36.0625rem;left:13.0625rem;width:5.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbRQIqkXiL9ZJOV2CvalnUMVBQa828w2 { top:30.375rem;left:3.625rem;width:5.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzVIkAL4AZo5h9OOA9ToaBADxwpmfyTN { top:30.375rem;left:13.625rem;width:4.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRoJhDBW38XFmskdI4X6cT6URwZIaZ7Q { top:30.375rem;left:0rem;width:5.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafLfUXJeD6oUk4gMnReJHXU5ywLJcJ8 { top:31.75rem;left:19.75rem;width:4.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { display:block; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { width:9.5625rem;height:1.1875rem;top:5.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { width:6.25rem;height:0.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { width:20.0625rem;height:;top:7.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { width:1.625rem;height:1.5rem;top:5.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { width:19.25rem;height:9rem;top:7.375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { width:15.625rem;height:;top:5.25rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { width:1.5rem;height:1.5rem;top:18.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { width:15.625rem;height:1.75rem;top:18.6875rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { width:18.6875rem;height:12rem;top:20.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { width:1.5rem;height:1.5rem;top:35.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQ47gAHn1TlcUKck38lZXH202hl3GED { width:15.625rem;height:1.75rem;top:35.625rem;left:15.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syutHxS46lRtKvru4S2zWZV0CSHIhDss { width:18.375rem;height:13.5rem;top:38rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkxT718Q52sWNubMoI4vBDWBJEz7rep { width:19.5rem;height:10.5rem;top:23.8125rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { width:15.625rem;height:3.5625rem;top:20.1875rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { width:15.625rem;height:1.75rem;top:35.9375rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { width:1.5625rem;height:1.5625rem;top:20.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { width:1.625rem;height:1.5rem;top:36.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { width:18.6875rem;height:10.5rem;top:37.6875rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { width:20.375rem;height:10.5rem;top:7.25rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { width:1.625rem;height:1.625rem;top:5.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { width:15.625rem;height:1.75rem;top:5.0625rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { top:18.75rem;left:0rem;width:13.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block; }
 }@media only screen and (max-width: 763px) { #Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { width:6.25rem;height:0.0625rem;top:17.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { width:6.25rem;height:0.0625rem;top:34.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { width:6.25rem;height:0.0625rem;top:42.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { width:6.25rem;height:0.0625rem;top:35rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { width:6.25rem;height:0.0625rem;top:41.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { width:6.25rem;height:0.0625rem;top:21.8125rem;left:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { width:6.25rem;height:0.0625rem;top:18.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvs7M0hfRtlGToNlRHgPLHv5KON4xpMs { top:25.5625rem;left:0rem;width:21.875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu { display:block; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXLqfcM1UahfoIpb6s3DrT6cRMGNMXSV { top:6.6875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBIR1hh40slRa8HTo1GEuCLmBTrSx6w { top:10.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { display:block; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gheVkUSdDBIyXz7FomngHgX6aDrsRV4D { top:1.9375rem;left:0rem;width:23.25rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CadrFPwbo8KU2Bgyy4NGeOSJZZymrmRa { width:15.1875rem;height:5.625rem;top:23.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK7s29UneEhTLn2HCTx7PRp77XADzsQi { top:24.0625rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTTEeWy7hzx7MuDD3f9KTPiyUPbATiw { width:17.5625rem;height:7rem;top:14.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUDtnto25E45cdmkv38WNhR7uQN4AkCX { top:15.125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFJWTPLF3ffHUVB1m3L5JzTOaNT7pJl { width:19.0625rem;height:4.9375rem;top:8.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8zok9QruAckus7VKCC5ppmEc5iG5JLN { top:1.9375rem;left:8.5rem;width:23.25rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSwPkGxUspqt2mV9oPST53PJh9FmoZkn { width:16.625rem;height:7rem;top:23.8125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekI3s30Xs2IqGAyUpccNx1cSTuwKkevb { top:24.0625rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEQVqihcTloOKfEliPzbdx3zf1Tq2sbD { width:17.5625rem;height:5.625rem;top:14.875rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9WGTbMrEIWISnZTKGHTsNxcFf7TvMy1 { top:15.125rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur28mDnSg6T2pChafyokw6N9dT7uxiS9 { width:13.0625rem;height:4.9375rem;top:8.625rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVrovrvt9Nd2VHA0Z3soeMQTG0qTflH { top:1.9375rem;left:24.375rem;width:23.25rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3mNs2m91I6hgedFJCsXHf79UTfHvTN { width:15.1875rem;height:5.625rem;top:23.8125rem;left:32.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwz0IoAIfCtsFiqOl6AB4FpenFGnpo0D { top:24.25rem;left:31.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAyofFiz2HkUeCvsTp99D7K4B0kpv62h { width:15.25rem;height:5.625rem;top:15.125rem;left:32.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG94ecZOsOvVMqxt6mhQGBucEt2n057u { top:15.375rem;left:31.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZnM01IPIIEbiSfeDbam16uDsIFT1Pm { width:10.9375rem;height:4.9375rem;top:8.625rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXhtFzL5zwp6mmx63zCP8y0FgwmSirb { top:0.6875rem;left:0rem;width:7rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6fERdflTGKGlsa1wLRINu0yerOqlO3T { top:0.6875rem;left:15.875rem;width:7rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8sgtWT38mH7bgXsz4oig4p6GniGHWQo { top:0.6875rem;left:31.75rem;width:7rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVhtzl27DKqsTARxRZ0TyKIXXyBG9fL { width:5.125rem;height:0;top:1.8125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrwtR1DoO5PEQb0lM9CZepLKkBKnkCu { width:5.125rem;height:;top:1.6875rem;left:15.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKPUPpn8m4GT1opXmN9U3ZbNoeC3p8GT { width:5.125rem;height:;top:1.6875rem;left:31.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzOSEKuuqDdzMONTyQqNMquXoZhtqNH { top:5.0625rem;left:3.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJmeaLlxpG0a1MfZMWZ3tig1sagDQbS { top:5.125rem;left:20.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J21AiMRKzSKUTWFw9tcF2V2eZ5e9oNDf { top:5.1875rem;left:37.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { display:block; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { top:4.1875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { top:5.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { top:7.75rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUneCIy292qCPFakZ4Te2daagvoTwE { top:2.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { top:5.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { top:1.875rem;left:45.625rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { top:9.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAFORnV6sB9ssQvByg80rTO551DlMg3 { display:block; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQgh2uSLBLl8ckvd74DhxsfnTroHmF3 { top:1rem;left:10.4375rem;width:37.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6iwvNwqLTTdFGS8NRFtPwwtEeOFg4ff { width:20.0625rem;height:;top:14.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ3DGMU7VPtI2UWE1oNeTPaESwvHTFBq { width:32.5625rem;height:6rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox60XgDzhU6mtC7tpve3TnpRJeewDzBB { width:30.0625rem;height:7.5rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3xMnfsUwbw9Bhls9IO49BF4VzfTytv { width:20.0625rem;height:;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aup8FFPsN4bq4waIc8MlTE5Jgqy9JBfy { width:6.25rem;height:0.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5L9L8gbsDDWiDxxJcN9Vpokym5imhH { display:block; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZNn4FKLS1BfWWOgdulzSiyAWswyP7HK { top:3.9375rem;left:0rem;width:23.25rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4UIarghG8rkM85Zu6cpw5aIKzDhKNWE { top:3.9375rem;left:8.5rem;width:23.25rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1wPLxp9hPur936uIpqwPOSc83wQxl7 { top:3.9375rem;left:24.375rem;width:23.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqR9nazaq5G7fmogUIDtwQBTq6KEzb2 { width:19.625rem;height:4.1875rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbq0buWrb76J8cAFHi60NTIAEgUTTQeS { width:19.5rem;height:4.1875rem;top:18.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0nG5kMlLQqh63zl6OeVbe1Aoe8cM7 { width:19.5rem;height:4.1875rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7wghFlGTnfTTypGoc7kNWHECa2cMdI { width:18.625rem;height:4.1875rem;top:31.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPNfTmvvWTtxqLswKJW4m3fP1mqCuWM { width:18.625rem;height:4.1875rem;top:31.1875rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0S07r5GkcSNk896hEnWScORTqr4Mg0 { width:19.5rem;height:2.8125rem;top:24.75rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr4KELlVxfDvotrdrxWfQHkpTuLxTs0 { width:19.5rem;height:4.1875rem;top:18.625rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKQBbIw4MUacXkWITdvnkiQ0Vzd1eQs { width:19.625rem;height:4.1875rem;top:12.5rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSoTPrOsEDPR4PmFyToIsA6zGrvTfn23 { width:18.625rem;height:4.1875rem;top:31.4375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #devPG3WyMwGg68XCfQMoEzH1NXdQaOCy { width:19.5rem;height:4.1875rem;top:25rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsvQVxTvgMegzshU7FCGZENpdhGaBDr { width:19.5rem;height:2.8125rem;top:18.875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqmB6BW8yPHsKJzA0iiT9U0bofBz1mD { width:19.625rem;height:4.1875rem;top:12.75rem;left:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2Iq7usm5bxERAz3S4TuVsr0eU69tUx { top:12.75rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEwQ70rara259zEqLLaFfklTrkaoFGX8 { top:18.875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHJMK1Nsc4nhJbCq7WppX7P2nF5gGAsr { top:24.9375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZc5l8g93RsUIgmI4geCLUenSLfO74zs { top:31.4375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTEd6VuHJVTGzauEaQZC18EHLwe8s9o { top:31.4375rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8CoEWokPDQ2qXqNSlwXBO16SLrB9vC { top:25rem;left:15.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi0FxKBwCbFpTGgHmrXmOhARyiVZA5bd { top:19.125rem;left:31.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt2QfwPZfwTMii6JrQmO952eiomVHl0x { top:12.6875rem;left:15.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flifWPQ5NKXCENpGaVpkM4oOBfZQufBR { top:18.75rem;left:15.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVZvyW0edQJAf9NiiQcT3Nfr64rwT9ik { top:12.9375rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM0w0kyzhlLQqmMxWszWpFMCMOu10pzi { top:25.125rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUD5Dxur8uFHEwcCX6fpmyuRwbrf6TCT { top:31.625rem;left:31.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQPWvvRtzAMwXuM6fKMuTAoTWVzhcFud { top:8.3125rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpWmwH3peIsz10TgS9DA6BfrM9Ei6gu2 { width:15.625rem;height:;top:6.875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlN7OtUHXRqSTJhlz8tJvqByAKVTdqpp { width:15.625rem;height:;top:6.875rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQPCaGFDGiXkil9MmTR00stWec4okMbP { display:block; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKrla6RxPgc506QT3EplSk8FpcNqSLr { width:31.25rem;height:5.375rem;top:2.5rem;left:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { display:block; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { top:8.0625rem;left:0rem;width:31.875rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { top:4.25rem;left:0rem;width:36.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { top:4.3125rem;left:10.625rem;width:36.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { top:8.0625rem;left:15.875rem;width:31.875rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { top:16.4375rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pthCls40hEemGx729JviPTgVQQtlEuK8 { top:16.4375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { top:16.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { top:16.875rem;left:24.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { top:18.1875rem;left:24.3125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { top:18.1875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpT7pZAENhbh6r1vORW12ZAEN0ny5But { top:1.25rem;left:0rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { top:1.25rem;left:23.875rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { top:1.125rem;left:23.875rem;width:6.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { top:2.8125rem;left:0rem;width:8.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { display:block; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { top:10.375rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { top:10.75rem;left:8.5rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { top:10.9375rem;left:18.3125rem;width:5.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { top:11rem;left:27.3125rem;width:5.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { top:11rem;left:36.0625rem;width:5.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { width:47.75rem;height:4.75rem;top:3.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { top:12.4375rem;left:0rem;width:1.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { top:8.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { top:2.25rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { top:10.875rem;left:43.25rem;width:4.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { display:block; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { width:34.875rem;height:;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { top:6.6875rem;left:0rem;width:11.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { top:4.0625rem;left:21.1875rem;width:26.5625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { top:18.8125rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { top:18.8125rem;left:4.375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { top:18.8125rem;left:14.25rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { top:24.75rem;left:0rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { top:24.6875rem;left:5.625rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { top:24.6875rem;left:16.75rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { top:23.125rem;left:0rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { top:23.125rem;left:5.625rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { top:23.125rem;left:16.75rem;width:7.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { width:5.875rem;height:3.25rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { width:5.875rem;height:3.25rem;top:19.8125rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { width:5.875rem;height:3.25rem;top:19.8125rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImND4IGPQHpMhfBuw5vBf59yMreUuZka { display:block; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbT7M677SuPaR5w85r7VKGJkyc1luhTE { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #goUx1ltiGKh4EPFfpephOlLa0GZhixJx { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { top:2.5rem;left:1.6875rem;width:2.125rem;height:2.125rem;display:block; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { top:1.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { top:2.8125rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { width:9.75rem;height:3.4375rem;top:1.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 { position:relative;z-index:auto;display:block; }#KCgSXgG5qhoQK6aGzGoezQP8XSkiclC0 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf2kBMGL3UEERxeKsZBQ0Q55bp5BQOuW { width:6.5625rem;height:1.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txnbx6D54yee9TMwSDCO54lF0XCDmyXp { width:9.125rem;height:3.4375rem;top:4.5625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrJgokv7ikcFWo2aSXW3yF4IRUZIsfx3 { display:block; }
 }@media only screen and (max-width: 763px) { #khcGBlusKDpthhLbf5X3kBrwX45qFVOq { top:1.125rem;left:7.4375rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnldfMPf2vsxDkoPFFfApLiGny5cfEt { display:block; }
 }@media only screen and (max-width: 763px) { #ApzGpsRbTEZpIhVmh2gfonl80qnt4RHq { width:7.0625rem;height:3.4375rem;top:9.25rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJw5yNJfWuKhTqpv9mvd9yZEhLpt3i3v { display:block; }
 }@media only screen and (max-width: 763px) { #qBidLy5GVI19dAhsmlfk9cJgTLQHmMOt { width:7.1875rem;height:3.4375rem;top:13.9375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1TDDKPn7oGB9178cthbMvLMDwzqns64 { display:block; }
 }@media only screen and (max-width: 763px) { #ganA65NEpWE5IITQd2VvXsFrTc3L2QQb { top:8.375rem;left:5.3125rem;width:11.6875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIETH3sOzl2p68N9x3Wb2OyfFkDVJgaT { display:block; }
 }@media only screen and (max-width: 763px) { #o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB { display:block; }#o6ETZz0s2ftMS4anzyeGaUgEXZZaRkGB > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvyt83okRwZoew5fqEDaxhVkHHzn8rgw { width:20rem;height:5.625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiCzJXyZaRux77nX9NcHs30pM83ULfI { width:20rem;height:5.525rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOT5tuLfqbKRhyFJCnJVvlIATziaqqbb { width:20rem;height:29.6875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfCEd3fnwZPZ1X4PeX3lxf6ND5KcwCwE { width:5.375rem;height:5.375rem;top:16.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSq86DbfZvk3zThpbxuePlTI6V8pQii4 { width:3.375rem;height:1.875rem;top:17.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimMbcA7fvVrd586PdK6fTg0EzBBIuPJ { width:4.9375rem;height:0.8125rem;top:19.0625rem;left:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DJV9TMZhTFrFflwng0FODWyB3Rn3oZ { width:5.3125rem;height:5.3125rem;top:16.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S814d1FwmnyrXgHpsPv0sIkIRIsvDFW4 { width:5.5625rem;height:1.875rem;top:17.125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCAwAWOV8ntDE8ahJx3lOQLylhTOCJiJ { width:7.125rem;height:0.8125rem;top:19rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5k0wWI3AyPtEk1XIcIG9nr9BNhIvqb { width:5.0625rem;height:1.3rem;top:20.0625rem;left:1.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzX7gTyBIvOM4Ps28bClilP21p9UETvX { width:4.5625rem;height:1.3rem;top:19.9375rem;left:7.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpAtt8pxqVXm05pif6nDH0EMTKdAwHrc { width:5.25rem;height:5.25rem;top:16.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5PNRWxufITzbdOg3HRfOVBU3hUJBP1c { width:5.4375rem;height:0.8125rem;top:19.0625rem;left:13.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGvy4RTeoNTHElWos1c0bi9i4vSfWqTG { width:5.0625rem;height:1.3rem;top:19.9375rem;left:13.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiMtZbHAu1STgZVruvEhcXTGyJ3cG1Xs { width:5.875rem;height:1.875rem;top:17.1875rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6li55FpvTcVSG4cqDBm1VJZ24ttl8IE { width:3.75rem;height:3.6875rem;top:22.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ncvmBQpaVT88Fai4gSTdGyRuHKN5wn { width:3.5rem;height:3.5rem;top:22.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSE5W2f6hayrb49VH9RNB68quAaEVPFO { width:4.5rem;height:1.25rem;top:27rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbRQIqkXiL9ZJOV2CvalnUMVBQa828w2 { width:3.5rem;height:3.375rem;top:22.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzVIkAL4AZo5h9OOA9ToaBADxwpmfyTN { width:3.75rem;height:3.625rem;top:25.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRoJhDBW38XFmskdI4X6cT6URwZIaZ7Q { width:3.75rem;height:2.9375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafLfUXJeD6oUk4gMnReJHXU5ywLJcJ8 { width:4.125rem;height:2.3125rem;top:60.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 { display:block; }#Wnoc7ksFvCMrZGGv6wJGcruS1SEpPXU7 > .row .container { width:20rem;height:122.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xoZTrXu3rdDPd3S2WcRqMp0qA5Ndxv { width:9.5625rem;height:1.4rem;top:3.5625rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lR4XhxSD63P46PMFBc44eTXIKVhOUyHw { width:6.25rem;height:0.0625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTC0wtLJAz9JmZtkkJBmrHiLG0FPvuP { width:18.5rem;height:5.175rem;top:5.5874996185303rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcJ2qzpSzMn7XC3hiXogwNxppt184k4 { width:1.875rem;height:1.75rem;top:12.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Egxlfec7vIMyPWDoQUG3ZysF0INHm6 { width:16.5625rem;height:10.5rem;top:14.6875rem;left:1.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWCtbP6e5tEdRPQbP0RTiKGFZPfW34s6 { width:15.625rem;height:1.78125rem;top:12.234375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwd9PIJBT8odLoksE7GxrVzm7EP5OcHv { width:1.875rem;height:1.875rem;top:26.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN5iawlrv9TfUttPrNCzZDC5EshrrdMp { width:12rem;height:1.78125rem;top:26.984375rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDqlUChwJTxryTIfE1Gge1gQLHGHnAoX { width:16.5625rem;height:15rem;top:29.6875rem;left:1.71875rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dD8xIgPsbaKwH7LOdBNLzEuxNLNu5Plb { width:1.875rem;height:1.875rem;top:46.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhQ47gAHn1TlcUKck38lZXH202hl3GED { width:4.3125rem;height:1.78125rem;top:46.859375rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syutHxS46lRtKvru4S2zWZV0CSHIhDss { width:16.5625rem;height:13.5rem;top:49.25rem;left:1.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTkxT718Q52sWNubMoI4vBDWBJEz7rep { width:16.5625rem;height:12rem;top:67.875rem;left:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EqKoF31P3JN0yEqdfxNhInzLXtOuly8U { width:15rem;height:2.1375rem;top:65.118749618531rem;left:4.0625rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #IBAkqo1usJP9cn941ptDEgFzvBQCOhXU { width:5.75rem;height:1.78125rem;top:82.5rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPXm0HBxtM7ciMPoLXcU35Vcrt5Pie9Q { width:1.875rem;height:1.875rem;top:65.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktJAfsWcUzFqABCKzm3vSBAm94DIhBt { width:1.875rem;height:1.75rem;top:82.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEqlS0BfDh0FXXhVci2AcgxQ4Xlw80p { width:16.5625rem;height:10.5rem;top:84.5625rem;left:1.75rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9ZyImtQ5w3UKD1ikiDbZdJPnuqgQNm { width:16.5625rem;height:13.5rem;top:100.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE42T5JOlhBgo6d202w9mAQUmDaV6uiQ { width:1.875rem;height:1.875rem;top:97.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0UfdatLkbzr5xTQuPdZKHhRRtqBC1u { width:10.8125rem;height:1.78125rem;top:98rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRC6ecTVm32fzRXR7E4tNqS2ka5oXGNC { top:116.8125rem;left:1.65625rem;width:16.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBPJfEPVVEwnEGHPsuTVWqSnMZkUcXh { display:block; }
 }@media only screen and (max-width: 763px) { #Jy9ZTwJl2LElB02PQqkHZhBIxsphEZKt { width:6.25rem;height:0.0625rem;top:25.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERIvHUPv78l6Urv6nXsucdaOBHclmv76 { width:6.25rem;height:0.0625rem;top:45.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fELJCiNlEMOKhcu8IdwNryTb4ppxz0U1 { width:6.25rem;height:0.0625rem;top:45.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWRxQt2xTz0cRE7Brei1kGKHbB9XZrWC { width:6.25rem;height:0.0625rem;top:75.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAO2F2ZGTRTgWI3TmRWKb5et7qJyN78n { width:6.25rem;height:0.0625rem;top:96.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJW9GtTBkfZs0Tv0JZ14bkn1gHTMX54 { width:6.25rem;height:0.0625rem;top:81.0625rem;left:1.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DzdZfzXU7rMWQntTWI9Vx98ypP7XMyUq { width:6.25rem;height:0.0625rem;top:63.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvs7M0hfRtlGToNlRHgPLHv5KON4xpMs { width:20rem;height:23.771428571429rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu { display:block; }#vKGCgX6zfVSz3l4BXkew9LuXGzwbcNQu > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXLqfcM1UahfoIpb6s3DrT6cRMGNMXSV { width:20rem;height:3.15rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBIR1hh40slRa8HTo1GEuCLmBTrSx6w { width:20rem;height:4.14375rem;top:5.65rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 { display:block; }#Q5zrefrRwXWR1zAcegAX6NlOwA3vu3H4 > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gheVkUSdDBIyXz7FomngHgX6aDrsRV4D { width:20rem;height:30.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CadrFPwbo8KU2Bgyy4NGeOSJZZymrmRa { width:15.1875rem;height:5.625rem;top:25rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK7s29UneEhTLn2HCTx7PRp77XADzsQi { display:flex;width:1.0625rem;height:1.0625rem;top:25.25rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #dgTTEeWy7hzx7MuDD3f9KTPiyUPbATiw { width:14.5rem;height:8.4375rem;top:16.125rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUDtnto25E45cdmkv38WNhR7uQN4AkCX { display:flex;width:1.0625rem;height:1.0625rem;top:16.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #VtFJWTPLF3ffHUVB1m3L5JzTOaNT7pJl { width:15.875rem;height:4.95rem;top:9.8125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8zok9QruAckus7VKCC5ppmEc5iG5JLN { width:20rem;height:32.625rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSwPkGxUspqt2mV9oPST53PJh9FmoZkn { width:15.25rem;height:8.4375rem;top:61.5rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekI3s30Xs2IqGAyUpccNx1cSTuwKkevb { display:flex;width:1.0625rem;height:1.0625rem;top:61.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #CEQVqihcTloOKfEliPzbdx3zf1Tq2sbD { width:12.6875rem;height:7.03125rem;top:52.546875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9WGTbMrEIWISnZTKGHTsNxcFf7TvMy1 { display:flex;width:1.0625rem;height:1.0625rem;top:52.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #Ur28mDnSg6T2pChafyokw6N9dT7uxiS9 { width:13.0625rem;height:4.95rem;top:46.25rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVrovrvt9Nd2VHA0Z3soeMQTG0qTflH { width:20rem;height:29.375rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3mNs2m91I6hgedFJCsXHf79UTfHvTN { width:15.1875rem;height:5.625rem;top:95.75rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwz0IoAIfCtsFiqOl6AB4FpenFGnpo0D { display:flex;width:1.0625rem;height:1.0625rem;top:95.9375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #DAyofFiz2HkUeCvsTp99D7K4B0kpv62h { width:15.25rem;height:5.625rem;top:87.9375rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG94ecZOsOvVMqxt6mhQGBucEt2n057u { display:flex;width:1.0625rem;height:1.0625rem;top:88.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #tvZnM01IPIIEbiSfeDbam16uDsIFT1Pm { width:10.9375rem;height:4.95rem;top:82.5rem;left:2rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXhtFzL5zwp6mmx63zCP8y0FgwmSirb { width:7rem;height:5.5rem;top:1.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6fERdflTGKGlsa1wLRINu0yerOqlO3T { width:7rem;height:5.5rem;top:38.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8sgtWT38mH7bgXsz4oig4p6GniGHWQo { width:7rem;height:5.5rem;top:74.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVhtzl27DKqsTARxRZ0TyKIXXyBG9fL { width:5.125rem;height:2.2rem;top:3rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBrwtR1DoO5PEQb0lM9CZepLKkBKnkCu { width:5.125rem;height:2.2rem;top:39.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKPUPpn8m4GT1opXmN9U3ZbNoeC3p8GT { width:5.125rem;height:2.2rem;top:75.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzzOSEKuuqDdzMONTyQqNMquXoZhtqNH { width:1.4375rem;height:1.4375rem;top:6.25625038147rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJmeaLlxpG0a1MfZMWZ3tig1sagDQbS { width:1.4375rem;height:1.4375rem;top:42.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J21AiMRKzSKUTWFw9tcF2V2eZ5e9oNDf { width:1.4375rem;height:1.4375rem;top:79.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR { display:block; }#E0C6TO0DDVLXK9Ec389cnq8TkpLoZsFR > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmrhhSc8fikitmAcDHk3rR2nCr0MO9hv { width:18.8125rem;height:4.725rem;top:5.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dimnfXyPiX6nFbgJ4uWBtCShsEHsWUwy { width:1.0625rem;height:1.0625rem;top:2.875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfETXCedgIDbHPusQKaEBA3JtA8lqm8 { width:1.0625rem;height:1rem;top:2.90625rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUneCIy292qCPFakZ4Te2daagvoTwE { width:0.9375rem;height:0.9375rem;top:2.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPG6nAr1AecZPNt3OAnaG9Cs1JoieOlS { width:1.875rem;height:1.875rem;top:74.5375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8a7ZwKAU9h1mcAWzTJGNfF2QaVflxOw { width:2.125rem;height:2rem;top:71.2875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMBBi0oG6XIeKxp88WdzFmUAILU7lqK5 { width:2.0625rem;height:2.0625rem;top:67.975rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaAFORnV6sB9ssQvByg80rTO551DlMg3 { display:block; }#SaAFORnV6sB9ssQvByg80rTO551DlMg3 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQgh2uSLBLl8ckvd74DhxsfnTroHmF3 { width:20rem;height:12.964824120603rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6iwvNwqLTTdFGS8NRFtPwwtEeOFg4ff { width:20rem;height:1.725rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ3DGMU7VPtI2UWE1oNeTPaESwvHTFBq { width:20rem;height:10.5rem;top:20.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox60XgDzhU6mtC7tpve3TnpRJeewDzBB { width:20rem;height:10.5rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3xMnfsUwbw9Bhls9IO49BF4VzfTytv { width:20rem;height:1.725rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aup8FFPsN4bq4waIc8MlTE5Jgqy9JBfy { width:6.25rem;height:0.0625rem;top:16.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5L9L8gbsDDWiDxxJcN9Vpokym5imhH { display:none; }#to5L9L8gbsDDWiDxxJcN9Vpokym5imhH > .row .container { width:20rem;height:116.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FZNn4FKLS1BfWWOgdulzSiyAWswyP7HK { width:20rem;height:36.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4UIarghG8rkM85Zu6cpw5aIKzDhKNWE { width:20rem;height:36.3125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1wPLxp9hPur936uIpqwPOSc83wQxl7 { width:20rem;height:36.25rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqR9nazaq5G7fmogUIDtwQBTq6KEzb2 { width:19.625rem;height:4.21875rem;top:9.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbq0buWrb76J8cAFHi60NTIAEgUTTQeS { width:19.5rem;height:4.21875rem;top:15.9375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0nG5kMlLQqh63zl6OeVbe1Aoe8cM7 { width:19.5rem;height:4.21875rem;top:22.0625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7wghFlGTnfTTypGoc7kNWHECa2cMdI { width:18.625rem;height:4.21875rem;top:28.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPNfTmvvWTtxqLswKJW4m3fP1mqCuWM { width:18.625rem;height:4.21875rem;top:66.125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0S07r5GkcSNk896hEnWScORTqr4Mg0 { width:19.5rem;height:4.21875rem;top:59.6875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr4KELlVxfDvotrdrxWfQHkpTuLxTs0 { width:19.5rem;height:4.21875rem;top:53.5625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKQBbIw4MUacXkWITdvnkiQ0Vzd1eQs { width:19.625rem;height:4.21875rem;top:47.4375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSoTPrOsEDPR4PmFyToIsA6zGrvTfn23 { width:18.625rem;height:4.21875rem;top:103.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #devPG3WyMwGg68XCfQMoEzH1NXdQaOCy { width:19.5rem;height:4.21875rem;top:97.5rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsvQVxTvgMegzshU7FCGZENpdhGaBDr { width:19.5rem;height:4.21875rem;top:91.375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqmB6BW8yPHsKJzA0iiT9U0bofBz1mD { width:19.625rem;height:4.21875rem;top:85.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2Iq7usm5bxERAz3S4TuVsr0eU69tUx { display:flex;width:1.0625rem;height:1.0625rem;top:10.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #iEwQ70rara259zEqLLaFfklTrkaoFGX8 { display:flex;width:1.0625rem;height:1.0625rem;top:16.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #dHJMK1Nsc4nhJbCq7WppX7P2nF5gGAsr { display:flex;width:1.0625rem;height:1.0625rem;top:22.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CZc5l8g93RsUIgmI4geCLUenSLfO74zs { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #yZTEd6VuHJVTGzauEaQZC18EHLwe8s9o { display:flex;width:1.0625rem;height:1.0625rem;top:66.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kq8CoEWokPDQ2qXqNSlwXBO16SLrB9vC { display:flex;width:1.0625rem;height:1.0625rem;top:59.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zi0FxKBwCbFpTGgHmrXmOhARyiVZA5bd { display:flex;width:1.0625rem;height:1.0625rem;top:91.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Qt2QfwPZfwTMii6JrQmO952eiomVHl0x { display:flex;width:1.125rem;height:1.125rem;top:47.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #flifWPQ5NKXCENpGaVpkM4oOBfZQufBR { display:flex;width:1.125rem;height:1.125rem;top:53.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NVZvyW0edQJAf9NiiQcT3Nfr64rwT9ik { display:flex;width:1.125rem;height:1.125rem;top:85.4375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #dM0w0kyzhlLQqmMxWszWpFMCMOu10pzi { display:flex;width:1.125rem;height:1.125rem;top:97.65625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uUD5Dxur8uFHEwcCX6fpmyuRwbrf6TCT { display:flex;width:1.125rem;height:1.125rem;top:104.125rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #lQPWvvRtzAMwXuM6fKMuTAoTWVzhcFud { width:7.9375rem;height:2.0625rem;top:5.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpWmwH3peIsz10TgS9DA6BfrM9Ei6gu2 { width:15.625rem;height:3.3rem;top:41.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlN7OtUHXRqSTJhlz8tJvqByAKVTdqpp { width:15.625rem;height:3.3rem;top:79.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQPCaGFDGiXkil9MmTR00stWec4okMbP { display:block; }#MQPCaGFDGiXkil9MmTR00stWec4okMbP > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKrla6RxPgc506QT3EplSk8FpcNqSLr { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 { display:block; }#G5apd1xF1zVqswGVyeLdgLE75JPfLZc5 > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIJEICy2qXqtg2fKfTb7PktX2QN7IJD1 { width:16.4375rem;height:11.025rem;top:6.3125rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhMuSPz3tCwfgtvy5u5Gg07GklDqqr1V { width:19.75rem;height:22.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeT9cnmGAmt3zlPk14tirDez5ikQQvpP { width:19.75rem;height:22.9375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBs7q4XLqNF9UG2lydbBX9R5gccP6xGM { width:15.75rem;height:11.9rem;top:33.8125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZHGGZA9vrKvorhoEUZw2shWbo7ha9G { width:3.875rem;height:3.875rem;top:47.75rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pthCls40hEemGx729JviPTgVQQtlEuK8 { width:3.875rem;height:3.875rem;top:18.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0fPRzc7KXvdmUM8haXVMX0Xa7mdT8Mn { width:12.5rem;height:1.4625rem;top:19.16250038147rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyDSdHJ3r91EOmuIWsVG5vylvXtA4aA { width:12.5rem;height:1.4625rem;top:47.75rem;left:5.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvrv8m8Cbdwl9l75u3XTM7xJ7UW32olK { width:13.25rem;height:1.8rem;top:49.087501525879rem;left:5.9375rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RZAkJVhQkLVafp65NZfVFAxuZ5SKXa4l { width:11.6875rem;height:1.3rem;top:20.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpT7pZAENhbh6r1vORW12ZAEN0ny5But { width:12.5rem;height:6.0625rem;top:-1.7291717529297rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw3svIPTXMSZ9XcUh264gbrLFIeJNUeZ { width:12.5rem;height:6.0625rem;top:27rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQ0Q7NmCGp9sLOTARwb3XOlBhKH5zz4 { width:6.375rem;height:6.25rem;top:27rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CUFZ6zmBt3ygf7xSTN1sSTXBrWSAZ { width:8.8125rem;height:2.875rem;top:-0.13542175292969rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyrn7qnKHAkaV64W5G2PKGphTRT21pz { display:block; }#CRyrn7qnKHAkaV64W5G2PKGphTRT21pz > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1lZlqz7rGvcso5NcqK9LX08OpzaH1md { width:3.625rem;height:3.5625rem;top:13.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6ztVR5ctpFVSxq2o879qH21gEGz0Bg { width:4.4375rem;height:3.5rem;top:13.53125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iav8k1OG4JN8BZbPvVtsMNXa7EqWVXyT { width:4.1875rem;height:4.125rem;top:13.21875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0zxut3CUgMSlfLkp9rIAQBfCcv8FHr { width:3.9375rem;height:3.8125rem;top:16.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pFxRBo61mzbQzF7HI2DUJWnR9B9KiG { width:4.25rem;height:4.125rem;top:16.15625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8QRhC8pT6sBGznr1EJqwgsuXi6ugqe { width:20rem;height:6.9rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgVWi4tc1tGDTJb9etSuN7kSB5fg9LP { width:1.25rem;height:1.1875rem;top:11.34375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbua2oT6MVBVqcnl3OKI4vm9eWKZHBFq { width:1.1875rem;height:1.1875rem;top:11.34375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0hUtpcmkhXUp1pQGWvL41Uyt4kOsAA { width:1.1875rem;height:1.1875rem;top:11.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqFuwbhZZWVirk126Nqqat9ikS38dgM { width:3.125rem;height:3.0625rem;top:16.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ { display:block; }#oKRqfgBMfQmO00AdruE79U3X6W5vxTuZ > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTzkc6TtPU9yGQCtJL8lKESVf7c5Xtiy { width:20rem;height:4.5rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatnI9bSTrySWo7XRXt6uPA2dq2HoiRP { width:11.8125rem;height:5rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPleBMeHdSwsJCLaxsNyiS1eL97kO5rR { width:20rem;height:29.6875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1K2SGN72SOCwl91Teve7qp5lDQlHb91 { width:6.125rem;height:6.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWp38S2DuNeSkZXVOAIXlD9SoiaUpoh { width:6.0625rem;height:6.0625rem;top:17.09375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8zZ1ClAdKR3ZkPB28sIw43Ou1rpsHwh { width:5.875rem;height:5.875rem;top:17.1875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #maQ6o4ZbkA0gDuQCGO8sLyZCI5VZan0z { width:5.875rem;height:1.3rem;top:21rem;left:0.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEnmNBXqfK9eTT9AZSXkixmtwd2U0ib6 { width:5.875rem;height:1.3rem;top:21.0625rem;left:7.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGRvfbfx5eel6qFDZ0y44ZIAZF9Pqzz { width:5.6875rem;height:1.3rem;top:21.125rem;left:14.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTEv4uHbvlw5WC1LWmZexzQybGvxStT { width:4.875rem;height:0.8125rem;top:20.125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkApnmbWmprmseo4OxJT9mKCs5uSbaq3 { width:7.125rem;height:0.8125rem;top:20.125rem;left:6.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQsKuL2xWW3z1WhKHeTrL1cS5iLV5mb { width:5.9375rem;height:0.8125rem;top:20.25rem;left:14.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLExlWnBdaIDb2NXg2nQMhFuSTpFkoNZ { width:5.875rem;height:1.875rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcMypnKRUbbkOiOV2bmcocLRSe8DCqcQ { width:5.875rem;height:1.875rem;top:18.0625rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NLveJeDd9lIhd9d0u4ZtUMM1NxP9wn { width:5.875rem;height:1.875rem;top:18rem;left:13.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImND4IGPQHpMhfBuw5vBf59yMreUuZka { display:block; }#ImND4IGPQHpMhfBuw5vBf59yMreUuZka > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbT7M677SuPaR5w85r7VKGJkyc1luhTE { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:4.3125rem; }
#TbT7M677SuPaR5w85r7VKGJkyc1luhTE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:7.25rem; }
#HZREqPAxETP4MHE8I3ZEZuVf2PxVRyVu > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #goUx1ltiGKh4EPFfpephOlLa0GZhixJx { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:10.375rem; }
#goUx1ltiGKh4EPFfpephOlLa0GZhixJx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #WZwW0Lf6z9N594NgTveNzZomNn5Cru4R { display:flex;width:2.125rem;height:2.125rem;top:2.5rem;left:13.625rem; }
#WZwW0Lf6z9N594NgTveNzZomNn5Cru4R > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #yTbZdG5kTQOWv0OlTFXpMbvHRIT1Gh6P { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0C6Fh79VkklgZKm1SMWziMnc87Ot6sH { width:17rem;height:1.95rem;top:9.5750007629394rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiHTqMz8AyUQoEQzZHBqsD0MEEOEiqKQ { width:9.75rem;height:3.4375rem;top:6.1375007629394rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WqzBNPRcCwTAXhkWwfifmNVrau3zA6 { display:block; }
 }