.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container { background-color: transparent; background-image: none; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container > .video-iframe-container { display: none; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row > .video-iframe-container { display: none; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .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); }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container { border-width: 0; border-radius: 0; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#CLbrL841VT0NhC6PCexl5pGNFCFsCHT6 { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.0625rem;left:11.9375rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.31rem;padding-right:0.29625rem;padding-bottom:0.31rem;padding-left:0.29625rem;display:block;align-items:center;width:1.775625rem;min-width:1.775625rem;height:1.669375rem;position:relative;font-family:"open sans";font-size:1.243125rem;font-weight:700;line-height:26.71px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.365625rem;height:0.6575rem;position:relative;font-family:"open sans";font-size:0.466875rem;font-weight:400;line-height:10.52px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:3.14125rem;padding-top:0.38875rem;padding-right:0.423125rem;padding-bottom:0.38875rem;padding-left:0.423125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:36.9375rem;z-index:15030; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #NfAs9D1ezXUxEZHoQ3p8pgsRv85Me05q { display:flex;position:relative;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #Z39cA8LFXnnJLpIaBT4OeBI7GCQ0ZhSa { width:auto; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #B3ktOqDoAvPPCHnpXykEJd6DduySB8IF {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #gMktNmcnFXSHhIEWP9xOUx6cdo2I0wmG { display:flex;position:relative;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kktxVOh7izRFFVGhICHqWrylDrB51J89 {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #cqgKFu59BUxXXUzSkAKhoJTh9zf2X0TT {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #p3rzdn69MV6O3U5tyUKKsuEMuxTykFFS { display:flex;position:relative;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kTcQNV5xyDDPoT17wTNSkM7csk8l5mzv {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #QSL4N3lCOLZhNX6DP3UyxF4wzWnJEhG5 {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kELGJbNGNfP3TSVfuyIIEeJhAWcTZzdg { display:flex;position:relative;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #AJVB5D0OLNwednU1QpI38D3JCHQbnGLu {  }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #ooTbv7k5M7mgbpphiZoqEHXlVP9q6GmM {  }
#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container { background-color: transparent; background-image: none; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container > .video-iframe-container { display: none; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row > .video-iframe-container { display: none; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .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); }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container { border-width: 0; border-radius: 0; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN { position:relative;display:block; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN { background-color: transparent; background-image: none; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container > .video-iframe-container { display: none; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row > .video-iframe-container { display: none; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .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); }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN { border-width: 0; border-radius: 0; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RTrbKdKZPpIfN8B7IZSpDtKls5n5XrC3 { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:1.125rem;left:3.09375rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZ0iIzI5dg8h7dAB8IqQIhlr9Wgid9uD { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:4.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd600;background-image:none;color:#000000;padding-top:0.765rem;padding-right:0.68125rem;padding-bottom:0.765rem;padding-left:0.68125rem;display:block;align-items:center;width:4.0875rem;min-width:4.0875rem;height:4.1125rem;position:relative;font-family:arial;font-size:3.06rem;font-weight:700;line-height:65.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.478125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.45rem;height:1.625625rem;position:relative;font-family:arial;font-size:1.1475rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.74625rem;padding-top:0.095625rem;padding-right:0.0975rem;padding-bottom:0.095625rem;padding-left:0.0975rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.0615234375rem;left:15.869140625rem;z-index:15030; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #iuCg85BTaffduWlXK1c7ZZTuDEllMVJ0 { display:flex;position:relative;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #FqsgR4bxPgiDqVk5xvgxvuUFgqAGoJE9 { width:auto; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #aGEdx5HV8f9i4WbTaPEwP80xK9aCeD4k {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #OFGvdoGuKTXFDwCr33Q63pt4U0EymWHh { display:flex;position:relative;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #eazw0mx78CIlwVaD44KM4b6VovcPvxHV {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #gDuvvn7NZwTccogHz7ppMCT0fM5J7C8i {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #fae58PDFZ7KKg2OMU2JlLgKRUFIT8b5w { display:flex;position:relative;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #JApkUo4xOuTdJ0GOuPa9JaQXkG2J2W1s {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #oy39EOKlTO2STpqnTQWCm2xREmQbM2PV {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #isqN3cqP4n5CmO3k7pASsHXpkw4Obn34 { display:flex;position:relative;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #McIdx9FTub8Xq7JESsrsrOmd2a8ZFa4L {  }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t #P2JyAXC1lMnx3oT7vzT23a8ZiAFkcIvk {  }
#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,214,0,0.23);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; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container { background-color: transparent; background-image: none; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container > .video-iframe-container { display: none; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row > .video-iframe-container { display: none; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .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); }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container { border-width: 0; border-radius: 0; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#rGTBu9CCTfOOPHtChtRtbqy3nXvHkNVf { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:7.1875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GVNZ7enTUImgU1eyqQ5EeSbOfwXrABB9 { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:#101828;background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bXQGEo6h5cBqDlAwrotVUlkZk5NWgI4A { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:1.65625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#uDANR7oNraVuvnvbr94xtZv4TaQmf0e2 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#KCDZboqkOiXlbrrPTgJNxd0acguf6ly4 { 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:1.4375rem;width:8.3125rem;top:38.375rem;left:5.84375rem;overflow:hidden;display:block; }
#OGH7cS6RLmawS3ehFCepKRgzsbrSAZwZ { box-sizing:content-box;height:51.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff7da, #ffffff);background-image: -moz-linear-gradient(180deg, #fff7da, #ffffff);background-image: -ms-linear-gradient(180deg, #fff7da, #ffffff);background-image: -o-linear-gradient(180deg, #fff7da, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff7da, #ffffff);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dSnvlWsEMTl55bKMpiRbyw0toF3dKPye { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -moz-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -ms-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -o-linear-gradient(180deg, #f2dea8, #e7bf56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );";background-image: linear-gradient(180deg, #f2dea8, #e7bf56);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IbR5nwpU5SlUNN6Jdc2xL332VLCOkI4B { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hHWcqpP5P8TDNct6C0aETy68cviR4Gwt { 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:1.4375rem;width:8.3125rem;top:51.34375rem;left:25.84375rem;overflow:hidden;display:block; }
#r6UHQkEyrCRTnKgNmtTUmGPMRStpZn9g { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.0625rem;left:24.46875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#wWSnMXX64tcTe1N9F882OAolwq7gFFDD { 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:8.9375rem;width:16rem;top:12.875rem;left:2rem;overflow:hidden;display:block; }
#wPX7afBU7hniQEWqb6UHTcUBFEntkFWH { background-color:#ed1d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(237,29,36,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.21875rem;left:2.21875rem;display:block; }
#IZIEHqstM4IDi8EWnkW63IdG9xbpTwTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMswctWTSpQAEstd9xTbBH3EAecogdvN { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.25rem;left:1.65625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BMswctWTSpQAEstd9xTbBH3EAecogdvN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BMswctWTSpQAEstd9xTbBH3EAecogdvN li:before{  }
#m3mCibUKZ80qsTfquClag1UE7IvmwFRv { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:7.1875rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rAByQngUlagVxTQr0IBLL0NZdkeC0VaT { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:#101828;background-image:none;top:7.1875rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bOWBIZKqG02f8G7cLqw4ynuJE6t6XoX5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#DaKG1QIcqia3dMpxRA5orzdHWoxxgKvg { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:42.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.65625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n li:before{  }
#Lr2rJ42tcx9XlFd0VQupHcVKe650SMN7 { background-color:#ed1d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(237,29,36,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:33.9375rem;left:42.21875rem;display:block; }
#cZzSNbyFDptHcaDNbpolXwmBPsXLDSOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPIwByzI4RDtOwtGgApTbF9zFoQbiCiA { 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:8.3125rem;top:38.375rem;left:45.84375rem;overflow:hidden;display:block; }
#OMTMUublNC9riRHwNBaIXsPKWpHAllsE { 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:5.5625rem;width:14.0625rem;top:18.5rem;left:22.96875rem;overflow:hidden;display:block; }
#TzKagPdtzIByPIXSpvoIr1Kx3V1aaLyg { 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:7.1875rem;width:13.0625rem;top:7.1875rem;left:23.46875rem;overflow:hidden;display:block; }
#g9xgQTueyOyn6ZvRaBColosM0q2h9rd1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14.875rem;left:28.6875rem; }
#K8B3qn0p0edmC7LpwDq8vbZrq8SapGzv { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:28.0625rem;left:21.65625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTfh23CGhnJW3Bmw7aSZhinn4uVphyw4 { 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:6.6875rem;width:17.125rem;top:14rem;left:41.4375rem;overflow:hidden;display:block; }
#geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:30.375rem;left:21.65625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ li:before{  }
#ChwQKBI3lw2IaRUiyP0JPHiElbIPBZN6 { background-color:#07c725;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(7,199,37,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:46.75rem;left:22.21875rem;display:block; }
#nfJBz9JETlEnlwZDXDPkEwKs6WBgUHrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP { position:relative;display:block; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP { background-color: transparent; background-image: none; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container > .video-iframe-container { display: none; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row > .video-iframe-container { display: none; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .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); }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP { border-width: 0; border-radius: 0; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2Hfr3XpR0yWkc97XQIJtckLoANCk11g { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.125rem;left:1.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUtMylQaU962enNxDomNTF1NHFomWe2q { position:relative;display:block; }#zUtMylQaU962enNxDomNTF1NHFomWe2q { background-color: transparent; background-image: none; }#zUtMylQaU962enNxDomNTF1NHFomWe2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container > .video-iframe-container { display: none; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row > .video-iframe-container { display: none; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .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); }#zUtMylQaU962enNxDomNTF1NHFomWe2q { border-width: 0; border-radius: 0; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KGZZxFvtDKp6zNUdfw3HseyymlNarxrn { 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:12.25rem;width:29.6875rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:4.09375rem;left:30.875rem;height:12.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 li:before{  }
#uEsRQeSyu1uIN7hDMpbtzIRCCDPIKVAK { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.96875rem;left:30.59375rem;height:2.1875rem;text-align:left;text-align-last:left;display:block; }
#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL { position:relative;display:block; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL { background-color: transparent; background-image: none; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container > .video-iframe-container { display: none; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row > .video-iframe-container { display: none; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .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); }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL { border-width: 0; border-radius: 0; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p8hH8atTzkWvOF8XUO9iUbqN6VWa9zgP { color:#004ad0;display:block;width:46.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0.8125rem;left:6.71875rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 { position:relative;display:block; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 { background-color: transparent; background-image: none; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container > .video-iframe-container { display: none; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row > .video-iframe-container { display: none; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .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); }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 { border-width: 0; border-radius: 0; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:139.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JgQJvARJqcuUyEptDJtz1e31G3yiEhCG { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.875rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLwuNfDVo6XxkiMeLhTq9rLOTXbd5lHs { 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:10.0625rem;width:13.625rem;top:3.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#n0QpQ1KfEwsuSQBP9SunL0u1UQyTuQeT { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:13.5rem;left:0.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ik1noJstgJTBhH8JzTcfRTlUUVebIGqU { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:0.34375rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ik1noJstgJTBhH8JzTcfRTlUUVebIGqU li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ik1noJstgJTBhH8JzTcfRTlUUVebIGqU li:before{  }
#J1bpaULqWxsT1foG6w2Mcl1EhCcpMv6Q { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.5rem;left:15.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W798TKD3pkWQO3z1xRMTctllHP9RMKeF { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:0.875rem;left:15.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:15.34375rem;height:14.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM li:before{  }
#mUEfZQwRVTvkp7yVl5mTo9TWV1IcC5Is { 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:10.0625rem;width:13.625rem;top:3.5rem;left:15.6875rem;overflow:hidden;display:block; }
#QiWqQVxEgkrtqEXiluJcly9vIXyWmoow { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.4375rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1pK80mC7ptiUJ4zvZ5sOZ94JboMDcxB { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:0.8125rem;left:30.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:30.34375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 li:before{  }
#ElRwTd0SR2TgukwXozWSMDwOQlyzODhz { 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:10.0625rem;width:13.625rem;top:3.4375rem;left:30.6875rem;overflow:hidden;display:block; }
#OtAomawW7x3cq6hTk86txKDok2h2BJFU { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:13.5rem;left:45.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHmdez3F80T19OKCh9k2yJ52zt8ryEHX { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:0.875rem;left:45.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozykFXiAzh91zrteuu0JfV77ciizTPVg { 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:10.0625rem;width:13.625rem;top:3.5rem;left:45.6875rem;overflow:hidden;display:block; }
#rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:45.34375rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 li:before{  }
#ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:0.34375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO li:before{  }
#GWTMoolHlWqVTBgiiNX0hEecThsGQkLm { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:13.5rem;left:0.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SDu2bt9lFqQv9pq8CXrx1VwMlboEqpwh { 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:10.0625rem;width:13.625rem;top:3.5rem;left:0.6875rem;overflow:hidden;display:none; }
#wRROO2acMGKkHG9QEH9997i1RnCMEMqb { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.875rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:15.34375rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh li:before{  }
#h3sLOhT1JEilgJyRogHR54sECeOkT7sJ { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.5rem;left:15.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e9XAaaUOcPQkNDDsJp1kF1CanzyGzogH { 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:10.0625rem;width:13.625rem;top:3.5rem;left:15.6875rem;overflow:hidden;display:none; }
#i5HAdDTkcWDRoTmbO9NCtGTzJV1qmvtJ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:0.875rem;left:15.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xv8CRNrIEOKdD4FG0iWQaHTspG11BggK { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:30.34375rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#xv8CRNrIEOKdD4FG0iWQaHTspG11BggK li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xv8CRNrIEOKdD4FG0iWQaHTspG11BggK li:before{  }
#ebHEkNJsdJ8ZexAUM0hL2Mc0suFMQBf4 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.4375rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gBtNsqPsPHXIVJxuRiibdhVrexUvyCyg { 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:10.0625rem;width:13.625rem;top:3.5rem;left:30.6875rem;overflow:hidden;display:none; }
#pTlOGvWUhKpxMqbDwiSnwF5RMNhA5pbA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:0.8125rem;left:30.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:45.34375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 li:before{  }
#bBUNs8doCdTGQ6cditCzDbUdx5BCTDTf { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:13.5rem;left:45.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AAmB97TKUQxDVGnLAIqVpGbZTClQeVDz { 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:10.0625rem;width:13.625rem;top:3.5rem;left:45.6875rem;overflow:hidden;display:none; }
#hAs6rv3LLnOLBIfuZHOvOETi1F02OhuD { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:0.875rem;left:45.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pa8oGIFRmvTAhtONxo9T70srGJnKOahl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:44.5625rem;left:45.5rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pa8oGIFRmvTAhtONxo9T70srGJnKOahl li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pa8oGIFRmvTAhtONxo9T70srGJnKOahl li:before{  }
#rHKFQ1lA52fybVeeusWX5QLewFPLQdyP { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:43.4375rem;left:0.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hI0PTin5lvxurkqBtx3EukduqbhTmbEG { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:43.4375rem;left:15.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rODalUb1J3DFfD9N5w9VJvdd0qVZwpKC { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:43.375rem;left:30.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oegy3cMic3f84RTPnGHTPd1bLM89axrw { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:43.4375rem;left:45.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTdRV81MfaMTCLVM85iIDLzDbLRHTm7T { 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:10.0625rem;width:13.625rem;top:33.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#EPOiP1PhDBoMXctU65WKNaowiHTHMWmF { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:44.5625rem;left:0.5rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EPOiP1PhDBoMXctU65WKNaowiHTHMWmF li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#EPOiP1PhDBoMXctU65WKNaowiHTHMWmF li:before{  }
#FnUL4CbAZfao0iKfucJ9yP0r2bWD8dZ9 { 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:10.0625rem;width:13.625rem;top:33.4375rem;left:15.8125rem;overflow:hidden;display:block; }
#yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:44.5625rem;left:15.5rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr li:before{  }
#ZOMHVF3vpOap4cAElR9HlPRsRU7atFuH { 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:10.0625rem;width:13.625rem;top:33.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:44.5625rem;left:30.5rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh li:before{  }
#LulBEcqmlfzT0ZnonqpmaOsOpnxufbkz { 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:10.0625rem;width:13.625rem;top:33.4375rem;left:45.8125rem;overflow:hidden;display:block; }
#R2cNw274r3s73Qri3qGTfxoVZmZzaCm1 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:30.8125rem;left:0.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwodVkgdkcnBc3hUsQMVUTebl50pHozJ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:30.8125rem;left:15.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyHsFsAXFQUK2k4enqdnJ4QD2fC85nWv { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:30.75rem;left:30.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0y3baXJVLT39TT6wHs4oEssUJF91lv5 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:30.8125rem;left:45.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:0.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS li:before{  }
#vKralIdxVCprlu27UJb3MvuCXQxaklwX { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:13.5rem;left:0.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zFxu1roPSN3wd5uRghUWu37l5yTX64ft { 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:10.0625rem;width:13.625rem;top:3.5rem;left:0.6875rem;overflow:hidden;display:none; }
#pazNFrTavnsFL8H5KXnzS6omx9muqUo2 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.875rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A3T65p2x44IaEAHnlECKL1sWp7PBQdsi { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:15.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#A3T65p2x44IaEAHnlECKL1sWp7PBQdsi li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#A3T65p2x44IaEAHnlECKL1sWp7PBQdsi li:before{  }
#CSfyNI9iRan4FiylZlULfxxmswRAXDEg { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.5rem;left:15.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#v12JAoMOABEgbKMGvgyl39fqUbTxXxXa { 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:10.0625rem;width:13.625rem;top:3.5rem;left:15.6875rem;overflow:hidden;display:none; }
#WqkcvEivt2g3Kil1ZVa01o8ypcZSQAlV { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1rem;left:15.1875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#go1ef8NcvDVUMorK7RWs4odw0LOuXTCE { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:30.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#go1ef8NcvDVUMorK7RWs4odw0LOuXTCE li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#go1ef8NcvDVUMorK7RWs4odw0LOuXTCE li:before{  }
#sIkvnhTcameet6x1XsahFGM906DSysKf { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.4375rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l4dP8O2xR3ILSWXLv1CCi8ZmuKXAWpUN { 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:10.0625rem;width:13.625rem;top:3.5rem;left:30.6875rem;overflow:hidden;display:none; }
#pSW7qyWAQUdMafrs2aQuXfv1cIh8ITCM { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1rem;left:30.3125rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tw6SOJzBAt9XJTOwi8gcZg4mZTT7fviL { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:13.5rem;left:45.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dHmOKGzDahne5EtTb8tZuqzTJ1dVe9b8 { 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:10.0625rem;width:13.625rem;top:3.5rem;left:45.6875rem;overflow:hidden;display:none; }
#QapxDFrHLphElftNnLADl4UkKm6BHX0R { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:45.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#QapxDFrHLphElftNnLADl4UkKm6BHX0R li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QapxDFrHLphElftNnLADl4UkKm6BHX0R li:before{  }
#kPg3Bya4endOhRyzBGZzxWGKxRlQHJrT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:0.875rem;left:45.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:72.4375rem;left:30.34375rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc li:before{  }
#sJbneCQkshQWS9Ct1yuxHToxIAa7y18l { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:72.4375rem;left:45.34375rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sJbneCQkshQWS9Ct1yuxHToxIAa7y18l li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sJbneCQkshQWS9Ct1yuxHToxIAa7y18l li:before{  }
#vESboCCqbTEHH8FhstteBLKXKf2OleH5 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:72.4375rem;left:15.34375rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vESboCCqbTEHH8FhstteBLKXKf2OleH5 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vESboCCqbTEHH8FhstteBLKXKf2OleH5 li:before{  }
#ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:72.4375rem;left:0.34375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw li:before{  }
#XW3vRwDRCTW2NSvDiJZ7UUE2WAVo33XK { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:71.375rem;left:0.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N59dmifscTBOQi6uUIPik37Q8d8rVKp3 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:71.375rem;left:15.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJ3RXKKkHcsdQm6w37Cbn2V9e4zUeZgk { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:71.375rem;left:30.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeBE5F1tMEHx0d5IB6JBhP4T4OvVpbXN { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:71.375rem;left:45.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4htkGzTTv20uTahDXglN8u2TUIwJikT { 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:10.0625rem;width:13.625rem;top:61.3125rem;left:0.6875rem;overflow:hidden;display:block; }
#dV3pKgoqqZ4pHImggEvvbC8p7cqdVEus { 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:10.0625rem;width:13.625rem;top:61.375rem;left:15.6875rem;overflow:hidden;display:block; }
#GMBtqXC0NELT7fOT6pkhAEEE4CrNXf5t { 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:10.0625rem;width:13.625rem;top:61.375rem;left:30.6875rem;overflow:hidden;display:block; }
#Rl3a9vyOhtd1RUa18eKrObnZJnIQSm7N { 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:10.0625rem;width:13.625rem;top:61.375rem;left:45.6875rem;overflow:hidden;display:block; }
#o9XSF861f4mCJC5s1wHm5IgdcvBE98zG { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:58.75rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOpZP3FA7bCMNgkZqiRQ5UkrHC2Te6QX { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:58.875rem;left:15.1875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#exyoXu68Q6xk2A6KuFTVEuL9uXJ7RFNW { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:58.875rem;left:30.3125rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RE22osT8gw62pEwsFeD5LgXSN4Wt3wk4 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:58.75rem;left:45.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esQ4Cz4Vznoikow0fIXHCK1LdLoP0wEn { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:90.375rem;left:4.96875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#TlJL4A3wD3zBlErfxN17nAFtA9oJtptT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:19.9375rem;width:14.375rem;top:0.875rem;left:0.3125rem;display:none; }
#TPvseyPGiin6yS7slJn5XvbTfdfaSXcn { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:6.1875rem;left:0.8125rem;height:13.75rem;font-style:normal;display:none; }
#ftByTraIaeckuenisFUJNGLhw4geF6vZ { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1.5rem;left:1.59375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#MArwLSd0xkabNKPRMMKvtoq76uA73Sxp { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:0.875rem;left:15.3125rem;display:none; }
#ZvGf4fXd8tUIlTF4lW6FnbeQBJl3Qw8g { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:6.1875rem;left:15.8125rem;height:12.375rem;font-style:normal;display:none; }
#oFvTROnOJVsDP26QZJL7XKdpaZO4lI4r { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.5rem;left:16.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#FyVJNVdhibQrDQhaevk3MB84iAI1GLzw { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.3125rem;width:14.375rem;top:0.875rem;left:30.3125rem;display:none; }
#X0G9eTtUx4szBVTli9krnlLZLmHzqRqI { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:6.1875rem;left:30.8125rem;height:11rem;font-style:normal;display:none; }
#TZRnyczypdcLlKGEFdteKTc5wg3ioIC8 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:1.5625rem;left:31.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#N8SMfxOqnE2cN7HEh2EKnqtM4KSs1lTE { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.75rem;width:14.375rem;top:0.875rem;left:45.3125rem;display:none; }
#vnAsQfFUxlaJnFKHNqyIfVkazlwHlySi { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.1875rem;left:45.8125rem;height:12.375rem;font-style:normal;display:none; }
#TrTPwkc58TNVDB7pEhuPyGLUxiSR2PrX { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:1.5625rem;left:46.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#g4K1zMF77nOIdiUtXLpoIhJIofSlLhni { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.75rem;width:14.375rem;top:94.75rem;left:45.3125rem;display:block; }
#q8e7XzX8K11gBTsIrtCxlvZLmitTxgxP { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:19.9375rem;width:14.375rem;top:94.75rem;left:0.3125rem;display:block; }
#Xq6ogIpTNRCacnx4Oc0aEg22DtSDxMce { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:100.0625rem;left:0.8125rem;height:13.75rem;font-style:normal;display:block; }
#xLO0Uhn1HBEQzJSTulBUlDRTZL2TkJdt { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:95.375rem;left:1.625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#GBq0HTRJOAtFN98H93cf3U9TEML4ikTx { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:94.75rem;left:15.3125rem;display:block; }
#e7Pqvwfir6qt4L16PLGPxUw6FzJNels4 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:100.0625rem;left:15.8125rem;height:12.375rem;font-style:normal;display:block; }
#n8mrAqI0g2N208z3LsTcdkeDlys8pWb7 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:95.375rem;left:16.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#GAiCdsEgnK3qQ4qzgTv8pA5MHrJAaeuW { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.3125rem;width:14.375rem;top:94.75rem;left:30.3125rem;display:block; }
#g00c91DDJRsCKTNxevD1BDLfIeOLmVnN { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:100.0625rem;left:30.8125rem;height:11rem;font-style:normal;display:block; }
#fGh0Bx3uKse669p8CP3ppTmWIExE6pJT { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:95.4375rem;left:31.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#TJOgqahmhGqCbxqaOSBakafIN5E7VGrr { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:100.0625rem;left:45.8125rem;height:12.375rem;font-style:normal;display:block; }
#l8MrFVvuoNicOK2eo3TsqA3z9TcWKWkn { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:95.4375rem;left:46.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Dn7omEzAx1mcNvKZ9zoqUOfwDlsicCp0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:16.125rem;width:14.375rem;top:0.875rem;left:0.3125rem;display:none; }
#uRfwcJtnwJKEKOMizDJS2Mq16T4dPlv1 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:6.1875rem;left:0.8125rem;height:9.625rem;font-style:normal;display:none; }
#VLmMrCcHAn1VCB2ognTRod8UvTla3co0 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1.5625rem;left:0.59375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#t2FtuNqpMmmKxsX0pEtQuEudhzMX2T3N { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:0.875rem;left:15.3125rem;display:none; }
#RoCxmvOAmn1VTFtA83cKKftChWygSFdG { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:6.1875rem;left:15.8125rem;height:12.375rem;font-style:normal;display:none; }
#HP09HUxkT1FgHH7kV4Jp3OTC1PVk88lf { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.5rem;left:16.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#EmyKz8Hx9an8JSFHszLJB49pTJE1QWIi { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:16.375rem;width:14.375rem;top:0.875rem;left:30.3125rem;display:none; }
#LWhMtZ1tcGteBgRFXQGkuOpZn583oX1O { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:6.1875rem;left:30.8125rem;height:9.625rem;font-style:normal;display:none; }
#NKFWBCbcruee49O9NEOcCeIIDfA2GNKr { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:1.5625rem;left:31.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#X68mPtVTwLzLUNO7hfSnkKgWTLgiTyzR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.5rem;width:14.375rem;top:0.875rem;left:45.3125rem;display:none; }
#lpy880iqx98cP0pJZnZeUwmXOvwHTayN { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.1875rem;left:45.8125rem;height:11rem;font-style:normal;display:none; }
#QItvzOqSmyqrOlmCnl3DHStBciTf37Kg { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:1.5625rem;left:46.09375rem;height:4.6875rem;text-align:center;text-align-last:center;display:none; }
#HoedTH9rqvoiGRIpEuvtQxa9WeEN5rGV { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:116.5625rem;left:15.3125rem;display:block; }
#Z2Vd6PzGgQ6dTcqT0hTTbd9plCmEplVy { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:121.9375rem;left:15.8125rem;height:12.375rem;font-style:normal;display:block; }
#N4Cl1RTdhnS6VlbNwgOTnX1VakN2rLNQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:16.375rem;width:14.375rem;top:116.5625rem;left:30.3125rem;display:block; }
#MaSGV70u7cSwsKQbS8dPxzT3nmckZI6G { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:121.875rem;left:30.8125rem;height:9.625rem;font-style:normal;display:block; }
#LpDxdUE1E4ydQEoiv56ydlTLqHmEkqZw { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.5rem;width:14.375rem;top:116.5625rem;left:45.3125rem;display:block; }
#FlVDW2gV8o9XeTCulTOGttJAM6rmUmA5 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:121.875rem;left:45.8125rem;height:11rem;font-style:normal;display:block; }
#AagBJ7IcSeydqyTW3ZHVMd70oNDh0ZvS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:16.125rem;width:14.375rem;top:116.5rem;left:0.3125rem;display:block; }
#Kfdrl4At2elNDg2lS9hei7pwqvA5cDE7 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:121.8125rem;left:0.8125rem;height:9.625rem;font-style:normal;display:block; }
#aMF4x3J1rXNXQff5TaAbpEc2ev5CpxUT { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:117.1875rem;left:0.625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#baNwvVRoxQv5tnSCNA8E2ezIch608ccR { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:117.25rem;left:16.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#sLbGtdyqipGiDEcQskevXfLWs1sfDoWf { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:117.25rem;left:31.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Tuk60W3J0zifooas8Wi3AH6hCQrMwviW { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:117.25rem;left:46.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ { position:relative;display:block; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ { background-color: transparent; background-image: none; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container > .video-iframe-container { display: none; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row > .video-iframe-container { display: none; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .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); }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ { border-width: 0; border-radius: 0; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K503M9zOwMxobPDTgKxFQRlnprWr6a8J { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.15625rem;left:7.03125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 { position:relative;display:block; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 { background-color: transparent; background-image: none; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container > .video-iframe-container { display: none; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row > .video-iframe-container { display: none; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .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); }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 { border-width: 0; border-radius: 0; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IpmipT2k7hGA6azXnnz1dTvzPBnQgxTK { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.96875rem;left:30.59375rem;height:2.1875rem;text-align:left;text-align-last:left;display:block; }
#vb95I4T6GF0o9a2eC7ww2FH7dHwL7JN0 { 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:13.3125rem;width:23.9375rem;top:2.46875rem;left:3.03125rem;overflow:hidden;display:block; }
#SeChQAXfMeGIGXT0edePJEgEXTsGSZqi { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:4.15625rem;left:31.03125rem;height:12.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SeChQAXfMeGIGXT0edePJEgEXTsGSZqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SeChQAXfMeGIGXT0edePJEgEXTsGSZqi li:before{  }
#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm { position:relative;display:block; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm { background-color: transparent; background-image: none; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container > .video-iframe-container { display: none; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row > .video-iframe-container { display: none; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .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); }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm { border-width: 0; border-radius: 0; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5AzL48VKL1Dn6EpO9Foa6ncBQpoFTRp { color:#004ad0;display:block;width:46.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0.8125rem;left:6.71875rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ { position:relative;display:block; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ { background-color: transparent; background-image: none; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container > .video-iframe-container { display: none; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row > .video-iframe-container { display: none; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .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); }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ { border-width: 0; border-radius: 0; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:152.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HBO8ETRwtSSOxDgBGqfFG0ITbPaiz1sy { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.875rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7U9SlO95ZsvFVuefHk9eWqGIkN450n8 { 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:10.0625rem;width:13.625rem;top:3.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#sWuIEeuKlXairkkT2zDlNDKFu6QnBKUQ { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:13.5rem;left:0.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:0.34375rem;height:18.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS li:before{  }
#G0c6rIwBoobIGG0I7Reb3vbUe9auMQyh { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.5rem;left:15.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XrTcJPmNP2JFMDeF3WIn5WNW14sXZCMh { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:0.40625rem;left:15.3125rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:15.34375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR li:before{  }
#Jl0zaO8yHcl7GLz4rTh3lcT6kJiayde4 { 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:10.0625rem;width:13.625rem;top:3.5rem;left:15.6875rem;overflow:hidden;display:block; }
#qRcOPNQeUeMqQxxdnQt2ATb8sTTZshc2 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.4375rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oWll23ETVSpscpGrvQccuT6U0LlpZBZA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1rem;left:30.6875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:30.34375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ li:before{  }
#rtwhg6QRbeiZFFrAM5AuGywwaPvVsATs { 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:10.0625rem;width:13.625rem;top:3.4375rem;left:30.6875rem;overflow:hidden;display:block; }
#oRGUa7NHnuv29VZQoyQuZUCNseFqeIID { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:13.5rem;left:45.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wpoTp3c0KrB8JvKQZ8i8gPCgiwonQNnb { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:0.40625rem;left:45.3125rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOVFqCSRZWHLF4G2A4N6TXyUwtrDiK0a { 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:10.0625rem;width:13.625rem;top:3.5rem;left:45.6875rem;overflow:hidden;display:block; }
#GdbAAHPcOopG1JA4l4N6INJMirxBJVWU { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.625rem;left:45.34375rem;height:12.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GdbAAHPcOopG1JA4l4N6INJMirxBJVWU li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdbAAHPcOopG1JA4l4N6INJMirxBJVWU li:before{  }
#OSTVSSBF6Gl8lw44W3eH20dWd4izTuXu { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:48.625rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQUFndFXKi4qyRWT740WpNkiST34QTx4 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:49.8125rem;left:30.375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xQUFndFXKi4qyRWT740WpNkiST34QTx4 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQUFndFXKi4qyRWT740WpNkiST34QTx4 li:before{  }
#xd865I1rvWshUSppCGCuywOK2aG3Sfv6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:38.625rem;left:30.6875rem;overflow:hidden;display:block; }
#e8MmOWqipA35VeJxJqFomkSIDA1TGL7N { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:48.625rem;left:45.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAsOgGvSXUtpPk6TGyxHKMIPlTtnQsCk { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:38.625rem;left:45.6875rem;overflow:hidden;display:block; }
#ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:49.75rem;left:45.34375rem;height:15.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp li:before{  }
#Hzve9HBAnnZKGwEz42FmlRqMEi8SLLys { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:48.625rem;left:15.15625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:49.75rem;left:15.34375rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR li:before{  }
#hPwOOSO4cxcPB7kTOCVimT5lzTPyromD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:38.625rem;left:15.6875rem;overflow:hidden;display:block; }
#AKNvHqON7a8EvAJJ28IZ43Anrp7y045T { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:48.75rem;left:0.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVq865tfdU4GEUtAU3aGxgDR9ZH6LzSb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:38.6875rem;left:0.6875rem;overflow:hidden;display:block; }
#WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:49.875rem;left:0.375rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT li:before{  }
#mDSUKQL4re4DDMFMO19729QnwJOAaTaa { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:36.0625rem;left:15.875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgbqcTVncTk0c4NpBTzAlf8kM5ZpCBAk { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:35.0625rem;left:45.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDBSTd41XtMmkmeGyQz8ZCbHdWJ9l1OK { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:36.125rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKJ1NTJuGmcBy4yqpp5d1qfyrVD3K5lI { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:36.0625rem;left:30.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CihcuRh09pk0Ump3H1XTHs022JtZrQmP { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:82.375rem;left:30.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CihcuRh09pk0Ump3H1XTHs022JtZrQmP li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CihcuRh09pk0Ump3H1XTHs022JtZrQmP li:before{  }
#CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:82.3125rem;left:45.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 li:before{  }
#aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:82.375rem;left:15.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb li:before{  }
#AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:82.375rem;left:0.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 li:before{  }
#LISum5CRKVGM4ra579tIfepe1KqInkZH { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:81.1875rem;left:30.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wzTzI9sIBIGNyNEgxy7yaOvKVfM1QqyS { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:81.1875rem;left:45.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mp5AFgzWNZV351ErGfx3VFU2IwTG7tI7 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:81.25rem;left:15.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wst4WieBvRKAocV1KUwLIpX15eSLM5UO { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:81.25rem;left:0.1875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x8Flafb0cT4fsJGx7I6XACR9rDx7wo5n { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:71.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#KZFzchPu7DT4JM7zimzgGgiFdQQ0VRuB { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:71.1875rem;left:30.6875rem;overflow:hidden;display:block; }
#TSz0iWAVCc2xXa36yhqillULplAoh2xl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:71.1875rem;left:45.75rem;overflow:hidden;display:block; }
#yXIqrvMTpXvRMTLZOGuhxlabLRSlLUmI { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.625rem;top:71.125rem;left:15.75rem;overflow:hidden;display:block; }
#D3Ea9yDEepAAmnSuTJT4FZ4gSHhTVksA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:68.5rem;left:45.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuEBkgia58E1JSovzNNf5QVxULr9mP09 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:68.25rem;left:15.3125rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uylTTPe5CB6o6Lh7TKQTUNbQHPVfWDLe { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:68.625rem;left:0.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rlESdoPBi6KB4q6hBl6hasQtMw9fdKhW { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:68.625rem;left:30.3125rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLo2ZHSzF6D24nZi3kLTZeWK6b1MOzyO { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.75rem;width:14.375rem;top:106.5625rem;left:45.3125rem;display:block; }
#E8KAGEwzQ8ubcLbpmXdnZpqbSyGa5bvu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.3125rem;width:14.375rem;top:106.5625rem;left:30.3125rem;display:block; }
#TJyCwm46GgEEonqyafH9iO8rAxVc8xRC { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:111.875rem;left:45.8125rem;height:12.375rem;font-style:normal;display:block; }
#PXtmfkh0yZgHLiXiQK3yvu3SbCHwdN7a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:106.5rem;left:15.3125rem;display:block; }
#JLy50kIA12y83OT4a9BFFoeoeO6KhtfK { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:111.8125rem;left:15.8125rem;height:12.375rem;font-style:normal;display:block; }
#Nt2kGAf2shEUR3qPNL8QL3aaEuTCuOmC { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:19.9375rem;width:14.375rem;top:106.5625rem;left:0.3125rem;display:block; }
#gulgNsn1rXHoWXGCxZRSp1X4M4Bchzq2 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:111.875rem;left:0.8125rem;height:13.75rem;font-style:normal;display:block; }
#taHaiACA6A7pIvsDGbND54Xd0qTRV6hP { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:111.875rem;left:30.8125rem;height:11rem;font-style:normal;display:block; }
#BAtgLtexHmEJ9u4GcoEsFezJZ7NtEkCg { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:107.25rem;left:2.0625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#yuHRaUIi2yTofu6GRufADTbT8wPaIRS7 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:107.125rem;left:16.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#EsuiWuFPVn5SSJMT4vVggEvtUPP0Gigm { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:107.25rem;left:31.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ITD72qxIIPTywIfa0AVWUJ6rCR5UdVd6 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:107.25rem;left:46.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#fu8Xpm04LCqma5W1CWL4GT6GOOBtulCH { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:101.75rem;left:5.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#t03kCWNDJJN3Xk9gmrSgT4aghUJSXGdG { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.6875rem;width:14.375rem;top:129rem;left:45.3125rem;display:block; }
#roc9ekIw5lNw4SEhEnlpHpF1TWkmCWtT { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:18.875rem;width:14.375rem;top:128.9375rem;left:15.3125rem;display:block; }
#cuNF1XLBRpOhI4XxuXGGQxsua3pSzdqO { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:14.5rem;width:14.375rem;top:129rem;left:30.3125rem;display:block; }
#PmPuc6avotMSumr5n5HWDhgN0EMydiUT { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:134.3125rem;left:45.8125rem;height:11rem;font-style:normal;display:block; }
#AzqTdxS03z4tBKWIn9mlKuZDdhye7wnT { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:134.25rem;left:15.8125rem;height:12.375rem;font-style:normal;display:block; }
#qdJRXbWHeT6hFPuyk8ZXg93MTBExZSLN { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:16.3125rem;width:14.375rem;top:129rem;left:0.3125rem;display:block; }
#NyghVepEcdzgahWRtTWGP36kW0FHJJwc { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:134.3125rem;left:0.8125rem;height:9.625rem;font-style:normal;display:block; }
#wKWQpzgs1Q0rRzSRpzx0RQ6Cawe42m14 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:134.3125rem;left:30.8125rem;height:8.25rem;font-style:normal;display:block; }
#fpipNGU8fbfNhdvIGbTHJ5cvioCBTGdW { color:#000000;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:129.6875rem;left:0.625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#QZ0svcGctSd955DIkr3Jr8GaRImQAgce { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:129.6875rem;left:31.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#CFh5qcFTiS0em0ITR2l4WTIqZLgiCDxS { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:129.6875rem;left:46.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Xd5eDT0H0SqwDMln7gmgKbDsKT4axWaB { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:129.5625rem;left:16.125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#wC8S3g50DHc8SapBSp5WlLuJStJaovRI { position:relative;display:block; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI { background-color: transparent; background-image: none; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container > .video-iframe-container { display: none; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row > .video-iframe-container { display: none; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .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); }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI { border-width: 0; border-radius: 0; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UClQIyhmFTx8KHuf2AxTZkKpX4f6ZWpk { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:1.75rem;left:4.96875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW { position:relative;display:block; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW { background-color: transparent; background-image: none; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container > .video-iframe-container { display: none; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row > .video-iframe-container { display: none; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .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); }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW { border-width: 0; border-radius: 0; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zumvPw4on8qR6CyiLGzUfxV2RTyvGkOT { 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:19.75rem;width:41.75rem;top:1.1875rem;left:9.125rem;overflow:hidden;display:block; }
#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S { position:relative;display:block; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S { background-color: transparent; background-image: none; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container > .video-iframe-container { display: none; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row > .video-iframe-container { display: none; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .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); }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S { border-width: 0; border-radius: 0; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cJNLKvxfVECNiJlDCuQndI2zXSqTa2BM { 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:14.1875rem;width:25.75rem;top:2.28125rem;left:2.125rem;overflow:hidden;display:block; }
#QnPhAoN216nhK2merZoIqIT0ysS3WDFz { 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:12rem;width:25.75rem;top:3.375rem;left:32.125rem;overflow:hidden;display:block; }
#GtETy7q93HpX19IJNHxiWregmTGOIBTr { position:relative;display:block; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr { background-color: transparent; background-image: none; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container > .video-iframe-container { display: none; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row > .video-iframe-container { display: none; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .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); }#GtETy7q93HpX19IJNHxiWregmTGOIBTr { border-width: 0; border-radius: 0; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u0cIItLFowB6TaoHUQrkihmr0hE80vae { 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:40.3125rem;width:26.3125rem;top:0.65625rem;left:16.84375rem;overflow:hidden;display:block; }
#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw { position:relative;display:block; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw { background-color: transparent; background-image: none; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container > .video-iframe-container { display: none; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row > .video-iframe-container { display: none; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .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); }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw { border-width: 0; border-radius: 0; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uCzWf9n24Jm618rkOQdLpBEPXfI0Awgv { 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:14.1875rem;width:24.8125rem;top:4.90625rem;left:2.59375rem;overflow:hidden;display:block; }
#D5Ap5dWa5I2imdAVBghoSSUpTXTnx1dd { 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:19.4375rem;width:21.6875rem;top:2.28125rem;left:34.15625rem;overflow:hidden;display:block; }
#Gm8atuTWvXft7SNLWxstWkVANJx96DDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.17);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; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container { background-color: transparent; background-image: none; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container > .video-iframe-container { display: none; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row > .video-iframe-container { display: none; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .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); }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container { border-width: 0; border-radius: 0; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#GpKzeBuprz9LDiiTQ0NkymdC0gFCeuaG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:24.625rem;width:24.625rem;top:1.75rem;left:17.6875rem;overflow:hidden;display:block; }
#sQpx8F64PMe2opwiCFR0BS3xvmWdKyTa { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:14.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yK5kiMGQoFkUsuPoW6JyiTq5a4KZhcVe { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.4375rem;left:7.8125rem;height:20.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,214,0,0.23);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; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container { background-color: transparent; background-image: none; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container > .video-iframe-container { display: none; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row > .video-iframe-container { display: none; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .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); }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container { border-width: 0; border-radius: 0; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#IOApeF7EDPSxOgnPt8MFJvKhCMETKlLe { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:7.1875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mZTiaT5LRUhuOm03UDvLMXZCZS0sNTTs { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:#101828;background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sruqxr5XVS58oMRLpQEKTRW4LXCUJlD1 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:1.65625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#kxoNNC9xmosLmuJ83EDuhkRT90rHa0Vm { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.9375rem;left:2.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#dD389Gn5wbK4voNCrWaPZLD37EfrQhvL { 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:1.4375rem;width:8.3125rem;top:38.375rem;left:5.84375rem;overflow:hidden;display:block; }
#luq7tTV8gFDIaQTTA47TNP7TpcmLeGQl { box-sizing:content-box;height:51.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff7da, #ffffff);background-image: -moz-linear-gradient(180deg, #fff7da, #ffffff);background-image: -ms-linear-gradient(180deg, #fff7da, #ffffff);background-image: -o-linear-gradient(180deg, #fff7da, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff7da, #ffffff);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#i1I68uV6lfSNQzxAHpkcpeM3gfVWi8FE { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -moz-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -ms-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -o-linear-gradient(180deg, #f2dea8, #e7bf56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );";background-image: linear-gradient(180deg, #f2dea8, #e7bf56);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gmQfUxHbkI1T1Us8DKISvXHnufRdJG0w { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VcyRyyrFQG8wHoccMasCJQwRdknBKE4R { 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:1.4375rem;width:8.3125rem;top:51.34375rem;left:25.84375rem;overflow:hidden;display:block; }
#HI5X0CvJDyP7Q3m2nxTHlJkLXUyzmSs0 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.0625rem;left:24.46875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#lVhhwF2aiywmGtQLzU12dPDKLlOSLyzv { 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:8.9375rem;width:16rem;top:12.875rem;left:2rem;overflow:hidden;display:block; }
#HW9qWwrI8LzCCIhJo1ZP3Ho4SBvBXOEN { background-color:#ed1d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(237,29,36,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.21875rem;left:2.21875rem;display:block; }
#TTwEWBuT2GQQ8c84mpM6voR7eZL6opOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.25rem;left:1.65625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB li:before{  }
#VDL5BR1ozy9UzyTI76NUv7wFNhsF0cll { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:7.1875rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bX7JWAMBOLsKzKtU8v0PoNh0VOQqBGO9 { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:#101828;background-image:none;top:7.1875rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RlMEZrJ3Fi2T4kKGJWOSkvoR2AS5phSo { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#PnoauvIZemp8EeHeGQUFoQpDs9l6TSTg { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:42.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.65625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P li:before{  }
#cmBA544efe3Szxzxs7f7aRZ62vT0ZXu3 { background-color:#ed1d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(237,29,36,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:33.9375rem;left:42.21875rem;display:block; }
#UWGFLkTwtf7RBLWarPkLZ4i0n3f657qT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZlbd1i7QuewkGavlv9U4wyrGLqiIbUK { 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:8.3125rem;top:38.375rem;left:45.84375rem;overflow:hidden;display:block; }
#fHSBiv21DH6ZP4qwuiVIrkJrALBQk3b3 { 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:5.5625rem;width:14.0625rem;top:18.5rem;left:22.96875rem;overflow:hidden;display:block; }
#Rw3RbuJ5Q3MdyZThVdlTTor4lSSRHPCf { 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:7.1875rem;width:13.0625rem;top:7.1875rem;left:23.46875rem;overflow:hidden;display:block; }
#ffU006XWEq8Fi5b1GZgLLGdb5pkJuLHu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14.875rem;left:28.6875rem; }
#c3mVh9V8NWaDD1L7pcp91Rr1bbeip7Wa { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:28.0625rem;left:21.65625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OORmu0IF5iNf7srrFMCdqCbOAzh1DTR2 { 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:6.6875rem;width:17.125rem;top:14rem;left:41.4375rem;overflow:hidden;display:block; }
#VeZeNaqBoIToT1P1wSN73GULmo92STsS { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:30.375rem;left:21.65625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VeZeNaqBoIToT1P1wSN73GULmo92STsS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VeZeNaqBoIToT1P1wSN73GULmo92STsS li:before{  }
#xC4LEXoNrGTET4XtuVEhIFzovAfHVgsd { background-color:#07c725;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(7,199,37,0.75) ;box-sizing:border-box;color:#fff9f1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:46.75rem;left:22.21875rem;display:block; }
#TkTTyEb9OSa6mtDKzxQe7KoaO3lSOOz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo { position:relative;display:block; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo { background-color: transparent; background-image: none; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container > .video-iframe-container { display: none; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row > .video-iframe-container { display: none; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .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); }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo { border-width: 0; border-radius: 0; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd600;background-image:none;color:#000000;padding-top:0.765rem;padding-right:0.68125rem;padding-bottom:0.765rem;padding-left:0.68125rem;display:block;align-items:center;width:4.0875rem;min-width:4.0875rem;height:4.1125rem;position:relative;font-family:arial;font-size:3.06rem;font-weight:700;line-height:65.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.478125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.45rem;height:1.625625rem;position:relative;font-family:arial;font-size:1.1475rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.74609375rem;padding-top:0.095625rem;padding-right:0.0975rem;padding-bottom:0.095625rem;padding-left:0.0975rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.125rem;left:17rem;z-index:15032; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kmJ34vRLFba9K2TVSAycD4yOrZZgtOWs { display:flex;position:relative;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #iIMmS7icB0GnHQJhdbet45RR6NGJeTkw { width:auto; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #Dqbbsh0AiTVSBc2UTtS6TSfm9no4p7N2 {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #gCbHXBAkIOnT8ZaLEW6aC9GBR9mvS3LL { display:flex;position:relative;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #RpKF88MMOTvueJ2SeouTlSO2am7dccTN {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #XyMT9RZqDRGmyDTHR10mJhtfrKUXRdb3 {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #DdoSDX5Gk03xOPIx3bHuOk8FbBdTZ7TT { display:flex;position:relative;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #p0JOZ4rrBMmTeJLau4ZbPxG7q6gvr5ur {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kq0gS0wkN05E1GmhxT5IwrbkVOlcZVmk {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CxJAPvPHSJiRkrqKcFxtd0aLsNGIWA4I { display:flex;position:relative;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #rSBzoXA4sk4zfSqIwLkS1QCq6ckkveyC {  }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CDOdafZqXcN92fJVTKeu1qqSdHuvzah2 {  }
#K0GJDiIh9ONHNbhIJ1T4Js53U0FRB05u { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:4.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL { position:relative;display:block; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL { background-color: transparent; background-image: none; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container > .video-iframe-container { display: none; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row > .video-iframe-container { display: none; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .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); }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL { border-width: 0; border-radius: 0; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3f45cgfnsUAThEgmDkwL72eZi8sHs48 { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:7.5625rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#xr0qgczwb0JHUONCgNH3GLDf6RKz0ld7 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.3125rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJeHEVoGVdX7TEt0umWdu4CIkpaeohOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.4375rem;left:15.9375rem; }
#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg { position:relative;display:none; }#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg { border-width: 0; border-radius: 0; }#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QnQc2h6a2fMMkfyQlvalGyxXgOrg5e5c { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:0.6865234375rem;left:0.53125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5x5vmWp2fWTLTAdXG3gBzT1intEMWzN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.625rem;width:45.6875rem;top:3.3115234375rem;left:7.15625rem;display:block; }
#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 { position:relative;display:none; }#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 { border-width: 0; border-radius: 0; }#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MygUDbbbpQuy7WSw5IiSAII1UCVO63bg { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:0.6865234375rem;left:0.53125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgPQUv8oTrTdKGXvdpb45Zt1ENdGT6HH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.625rem;width:45.6875rem;top:3.3115234375rem;left:7.15625rem;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { 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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:84.75rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:51.0625rem;top:43.25rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.625rem;left:5.9375rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:48rem;left:6.125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#000000;display:block;width:39.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:51.0625rem;top:59.375rem;left:4.375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:61.0625rem;left:6.125rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:64.3125rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfG2sDhXsgEcVHRgyJ4fpuAG9m3B8dRR { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:51.0625rem;top:9.5625rem;left:4.375rem;display:block; }
#o1BG1mTqhwZZW2keg3dwmVbLUUeq8T5O { color:#000000;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.0625rem;left:6.0625rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8GwLRe5PqCHOPGzeLvbCPSvLdf8JWJw { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.1875rem;left:6.125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U78K7QXUgLTX0TJVn8l1bQNl9xhEUmn0 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:51.0625rem;top:30rem;left:4.375rem;display:block; }
#E8E81zD6xP0M5kmUO63NrdyDQt5rUzaF { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:34.1875rem;left:6rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KF7TlW6c5AXT4U32h56vAJ10NIUsoIb9 { color:#000000;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5rem;left:6.0625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.8125rem;left:2.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD { display:block; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLbrL841VT0NhC6PCexl5pGNFCFsCHT6 { top:1.0625rem;left:5.8125rem;width:24.4375rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B { display:flex;width:18rem;height:5.0625rem;top:73.625rem;left:13.5302734375rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #NfAs9D1ezXUxEZHoQ3p8pgsRv85Me05q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #Z39cA8LFXnnJLpIaBT4OeBI7GCQ0ZhSa {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #B3ktOqDoAvPPCHnpXykEJd6DduySB8IF {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #gMktNmcnFXSHhIEWP9xOUx6cdo2I0wmG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kktxVOh7izRFFVGhICHqWrylDrB51J89 {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #cqgKFu59BUxXXUzSkAKhoJTh9zf2X0TT {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #p3rzdn69MV6O3U5tyUKKsuEMuxTykFFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kTcQNV5xyDDPoT17wTNSkM7csk8l5mzv {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #QSL4N3lCOLZhNX6DP3UyxF4wzWnJEhG5 {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kELGJbNGNfP3TSVfuyIIEeJhAWcTZzdg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #AJVB5D0OLNwednU1QpI38D3JCHQbnGLu {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #ooTbv7k5M7mgbpphiZoqEHXlVP9q6GmM {  }
 }@media only screen and (max-width: 763px) { #Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ { display:block; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN { display:block; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTrbKdKZPpIfN8B7IZSpDtKls5n5XrC3 { top:1.125rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0iIzI5dg8h7dAB8IqQIhlr9Wgid9uD { top:13.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t { width:18rem;height:5.0625rem;display:flex;top:73.625rem;left:13.5302734375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #iuCg85BTaffduWlXK1c7ZZTuDEllMVJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #FqsgR4bxPgiDqVk5xvgxvuUFgqAGoJE9 {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #aGEdx5HV8f9i4WbTaPEwP80xK9aCeD4k {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #OFGvdoGuKTXFDwCr33Q63pt4U0EymWHh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #eazw0mx78CIlwVaD44KM4b6VovcPvxHV {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #gDuvvn7NZwTccogHz7ppMCT0fM5J7C8i {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #fae58PDFZ7KKg2OMU2JlLgKRUFIT8b5w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #JApkUo4xOuTdJ0GOuPa9JaQXkG2J2W1s {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #oy39EOKlTO2STpqnTQWCm2xREmQbM2PV {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #isqN3cqP4n5CmO3k7pASsHXpkw4Obn34 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #McIdx9FTub8Xq7JESsrsrOmd2a8ZFa4L {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #P2JyAXC1lMnx3oT7vzT23a8ZiAFkcIvk {  }
 }@media only screen and (max-width: 763px) { #PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD { display:block; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGTBu9CCTfOOPHtChtRtbqy3nXvHkNVf { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVNZ7enTUImgU1eyqQ5EeSbOfwXrABB9 { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQGEo6h5cBqDlAwrotVUlkZk5NWgI4A { top:8rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDANR7oNraVuvnvbr94xtZv4TaQmf0e2 { top:22.9375rem;left:0.3125rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCDZboqkOiXlbrrPTgJNxd0acguf6ly4 { top:38.375rem;left:3.78125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGH7cS6RLmawS3ehFCepKRgzsbrSAZwZ { top:1.9375rem;left:14.375rem;width:17.375rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnvlWsEMTl55bKMpiRbyw0toF3dKPye { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbR5nwpU5SlUNN6Jdc2xL332VLCOkI4B { top:2.5rem;left:16.84375rem;width:13.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWcqpP5P8TDNct6C0aETy68cviR4Gwt { top:51.3125rem;left:19.65625rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6UHQkEyrCRTnKgNmtTUmGPMRStpZn9g { top:26.0625rem;left:18.28125rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSnMXX64tcTe1N9F882OAolwq7gFFDD { top:12.875rem;left:0rem;width:16rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPX7afBU7hniQEWqb6UHTcUBFEntkFWH { width:15.5625rem;height:3.875rem;top:34.1875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZIEHqstM4IDi8EWnkW63IdG9xbpTwTI { display:block; }
 }@media only screen and (max-width: 763px) { #BMswctWTSpQAEstd9xTbBH3EAecogdvN { top:25.25rem;left:0rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }#BMswctWTSpQAEstd9xTbBH3EAecogdvN li:before{  }
 }@media only screen and (max-width: 763px) { #m3mCibUKZ80qsTfquClag1UE7IvmwFRv { top:7.1875rem;left:30.25rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAByQngUlagVxTQr0IBLL0NZdkeC0VaT { top:7.1875rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWBIZKqG02f8G7cLqw4ynuJE6t6XoX5 { top:8rem;left:31.875rem;width:15.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaKG1QIcqia3dMpxRA5orzdHWoxxgKvg { top:22.9375rem;left:32.0625rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n { top:24.9375rem;left:30.9375rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }#TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n li:before{  }
 }@media only screen and (max-width: 763px) { #Lr2rJ42tcx9XlFd0VQupHcVKe650SMN7 { width:15.5625rem;height:3.875rem;top:33.9375rem;left:31.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZzSNbyFDptHcaDNbpolXwmBPsXLDSOR { display:block; }
 }@media only screen and (max-width: 763px) { #TPIwByzI4RDtOwtGgApTbF9zFoQbiCiA { top:38.375rem;left:35.53125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTMUublNC9riRHwNBaIXsPKWpHAllsE { top:18.5rem;left:16.78125rem;width:14.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzKagPdtzIByPIXSpvoIr1Kx3V1aaLyg { top:7.1875rem;left:17.28125rem;width:13.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xgQTueyOyn6ZvRaBColosM0q2h9rd1 { top:14.875rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8B3qn0p0edmC7LpwDq8vbZrq8SapGzv { top:28.0625rem;left:15.0625rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfh23CGhnJW3Bmw7aSZhinn4uVphyw4 { top:14rem;left:30.5rem;width:17.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ { top:30.375rem;left:15.0625rem;width:16.6875rem;height:15rem;font-size:1rem;display:block; }#geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ li:before{  }
 }@media only screen and (max-width: 763px) { #ChwQKBI3lw2IaRUiyP0JPHiElbIPBZN6 { width:15.5625rem;height:3.875rem;top:46.75rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfJBz9JETlEnlwZDXDPkEwKs6WBgUHrU { display:block; }
 }@media only screen and (max-width: 763px) { #J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP { display:block; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Hfr3XpR0yWkc97XQIJtckLoANCk11g { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUtMylQaU962enNxDomNTF1NHFomWe2q { display:block; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGZZxFvtDKp6zNUdfw3HseyymlNarxrn { top:3.25rem;left:0rem;width:29.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 { top:4.0625rem;left:19.5rem;width:27.9375rem;height:12.4375rem;font-size:1.0625rem;display:block; }#dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 li:before{  }
 }@media only screen and (max-width: 763px) { #uEsRQeSyu1uIN7hDMpbtzIRCCDPIKVAK { top:1.9375rem;left:18.9375rem;width:28.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL { display:block; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8hH8atTzkWvOF8XUO9iUbqN6VWa9zgP { top:0.8125rem;left:0.59375rem;width:46.5625rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 { display:block; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgQJvARJqcuUyEptDJtz1e31G3yiEhCG { top:0.875rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwuNfDVo6XxkiMeLhTq9rLOTXbd5lHs { top:3.4375rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QpQ1KfEwsuSQBP9SunL0u1UQyTuQeT { top:13.5rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik1noJstgJTBhH8JzTcfRTlUUVebIGqU { top:14.625rem;left:0rem;width:14.3125rem;height:13.125rem;font-size:1rem;display:block; }#ik1noJstgJTBhH8JzTcfRTlUUVebIGqU li:before{  }
 }@media only screen and (max-width: 763px) { #J1bpaULqWxsT1foG6w2Mcl1EhCcpMv6Q { top:13.5rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W798TKD3pkWQO3z1xRMTctllHP9RMKeF { top:0.875rem;left:9.5rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM { top:14.625rem;left:9.5625rem;width:14.3125rem;height:14.125rem;font-size:1rem;display:block; }#HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM li:before{  }
 }@media only screen and (max-width: 763px) { #mUEfZQwRVTvkp7yVl5mTo9TWV1IcC5Is { top:3.5rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWqQVxEgkrtqEXiluJcly9vIXyWmoow { top:13.4375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1pK80mC7ptiUJ4zvZ5sOZ94JboMDcxB { top:0.8125rem;left:21.4375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 { top:14.625rem;left:21.5rem;width:14.3125rem;height:11.125rem;font-size:1rem;display:block; }#ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 li:before{  }
 }@media only screen and (max-width: 763px) { #ElRwTd0SR2TgukwXozWSMDwOQlyzODhz { top:3.4375rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAomawW7x3cq6hTk86txKDok2h2BJFU { top:13.5rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHmdez3F80T19OKCh9k2yJ52zt8ryEHX { top:0.875rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozykFXiAzh91zrteuu0JfV77ciizTPVg { top:3.5rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 { top:14.625rem;left:33.4375rem;width:14.3125rem;height:10.75rem;font-size:1rem;display:block; }#rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 li:before{  }
 }@media only screen and (max-width: 763px) { #ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO { top:14.625rem;left:0rem;width:14.3125rem;height:6.75rem;font-size:1rem;display:none; }#ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO li:before{  }
 }@media only screen and (max-width: 763px) { #GWTMoolHlWqVTBgiiNX0hEecThsGQkLm { top:13.5rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDu2bt9lFqQv9pq8CXrx1VwMlboEqpwh { top:3.5rem;left:0rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRROO2acMGKkHG9QEH9997i1RnCMEMqb { top:0.875rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh { top:14.625rem;left:9.5625rem;width:14.3125rem;height:9.375rem;font-size:1rem;display:none; }#MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh li:before{  }
 }@media only screen and (max-width: 763px) { #h3sLOhT1JEilgJyRogHR54sECeOkT7sJ { top:13.5rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9XAaaUOcPQkNDDsJp1kF1CanzyGzogH { top:3.5rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5HAdDTkcWDRoTmbO9NCtGTzJV1qmvtJ { top:0.875rem;left:9.5rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xv8CRNrIEOKdD4FG0iWQaHTspG11BggK { top:14.625rem;left:21.5rem;width:14.3125rem;height:10.75rem;font-size:1rem;display:none; }#xv8CRNrIEOKdD4FG0iWQaHTspG11BggK li:before{  }
 }@media only screen and (max-width: 763px) { #ebHEkNJsdJ8ZexAUM0hL2Mc0suFMQBf4 { top:13.4375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBtNsqPsPHXIVJxuRiibdhVrexUvyCyg { top:3.5rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTlOGvWUhKpxMqbDwiSnwF5RMNhA5pbA { top:0.8125rem;left:21.4375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 { top:14.625rem;left:33.4375rem;width:14.3125rem;height:11.75rem;font-size:1rem;display:none; }#ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 li:before{  }
 }@media only screen and (max-width: 763px) { #bBUNs8doCdTGQ6cditCzDbUdx5BCTDTf { top:13.5rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAmB97TKUQxDVGnLAIqVpGbZTClQeVDz { top:3.5rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAs6rv3LLnOLBIfuZHOvOETi1F02OhuD { top:0.875rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa8oGIFRmvTAhtONxo9T70srGJnKOahl { top:44.5625rem;left:33.4375rem;width:14.3125rem;height:11.75rem;font-size:1rem;display:block; }#pa8oGIFRmvTAhtONxo9T70srGJnKOahl li:before{  }
 }@media only screen and (max-width: 763px) { #rHKFQ1lA52fybVeeusWX5QLewFPLQdyP { top:43.4375rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI0PTin5lvxurkqBtx3EukduqbhTmbEG { top:43.4375rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rODalUb1J3DFfD9N5w9VJvdd0qVZwpKC { top:43.375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oegy3cMic3f84RTPnGHTPd1bLM89axrw { top:43.4375rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdRV81MfaMTCLVM85iIDLzDbLRHTm7T { top:33.4375rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOiP1PhDBoMXctU65WKNaowiHTHMWmF { top:44.5625rem;left:0rem;width:14.3125rem;height:6.75rem;font-size:1rem;display:block; }#EPOiP1PhDBoMXctU65WKNaowiHTHMWmF li:before{  }
 }@media only screen and (max-width: 763px) { #FnUL4CbAZfao0iKfucJ9yP0r2bWD8dZ9 { top:33.4375rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr { top:44.5625rem;left:9.5625rem;width:14.3125rem;height:9.375rem;font-size:1rem;display:block; }#yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr li:before{  }
 }@media only screen and (max-width: 763px) { #ZOMHVF3vpOap4cAElR9HlPRsRU7atFuH { top:33.4375rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh { top:44.5625rem;left:21.5rem;width:14.3125rem;height:10.75rem;font-size:1rem;display:block; }#VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh li:before{  }
 }@media only screen and (max-width: 763px) { #LulBEcqmlfzT0ZnonqpmaOsOpnxufbkz { top:33.4375rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2cNw274r3s73Qri3qGTfxoVZmZzaCm1 { top:30.8125rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwodVkgdkcnBc3hUsQMVUTebl50pHozJ { top:30.8125rem;left:9.5rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHsFsAXFQUK2k4enqdnJ4QD2fC85nWv { top:30.75rem;left:21.4375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0y3baXJVLT39TT6wHs4oEssUJF91lv5 { top:30.8125rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS { top:14.625rem;left:0rem;width:14.3125rem;height:;font-size:1rem;display:none; }#kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS li:before{  }
 }@media only screen and (max-width: 763px) { #vKralIdxVCprlu27UJb3MvuCXQxaklwX { top:13.5rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFxu1roPSN3wd5uRghUWu37l5yTX64ft { top:3.5rem;left:0rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pazNFrTavnsFL8H5KXnzS6omx9muqUo2 { top:0.875rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3T65p2x44IaEAHnlECKL1sWp7PBQdsi { top:14.625rem;left:9.5625rem;width:14.3125rem;height:;font-size:1rem;display:none; }#A3T65p2x44IaEAHnlECKL1sWp7PBQdsi li:before{  }
 }@media only screen and (max-width: 763px) { #CSfyNI9iRan4FiylZlULfxxmswRAXDEg { top:13.5rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v12JAoMOABEgbKMGvgyl39fqUbTxXxXa { top:3.5rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqkcvEivt2g3Kil1ZVa01o8ypcZSQAlV { top:1rem;left:9.25rem;width:14.625rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #go1ef8NcvDVUMorK7RWs4odw0LOuXTCE { top:14.625rem;left:21.5rem;width:14.3125rem;height:;font-size:1rem;display:none; }#go1ef8NcvDVUMorK7RWs4odw0LOuXTCE li:before{  }
 }@media only screen and (max-width: 763px) { #sIkvnhTcameet6x1XsahFGM906DSysKf { top:13.4375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4dP8O2xR3ILSWXLv1CCi8ZmuKXAWpUN { top:3.5rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSW7qyWAQUdMafrs2aQuXfv1cIh8ITCM { top:1rem;left:21.4375rem;width:14.375rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw6SOJzBAt9XJTOwi8gcZg4mZTT7fviL { top:13.5rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHmOKGzDahne5EtTb8tZuqzTJ1dVe9b8 { top:3.5rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QapxDFrHLphElftNnLADl4UkKm6BHX0R { top:14.625rem;left:33.4375rem;width:14.3125rem;height:;font-size:1rem;display:none; }#QapxDFrHLphElftNnLADl4UkKm6BHX0R li:before{  }
 }@media only screen and (max-width: 763px) { #kPg3Bya4endOhRyzBGZzxWGKxRlQHJrT { top:0.875rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc { top:72.4375rem;left:21.5rem;width:14.3125rem;height:15.75rem;font-size:1rem;display:block; }#n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc li:before{  }
 }@media only screen and (max-width: 763px) { #sJbneCQkshQWS9Ct1yuxHToxIAa7y18l { top:72.4375rem;left:33.4375rem;width:14.3125rem;height:9.75rem;font-size:1rem;display:block; }#sJbneCQkshQWS9Ct1yuxHToxIAa7y18l li:before{  }
 }@media only screen and (max-width: 763px) { #vESboCCqbTEHH8FhstteBLKXKf2OleH5 { top:72.4375rem;left:9.5625rem;width:14.3125rem;height:8.75rem;font-size:1rem;display:block; }#vESboCCqbTEHH8FhstteBLKXKf2OleH5 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw { top:72.4375rem;left:0rem;width:14.3125rem;height:11.125rem;font-size:1rem;display:block; }#ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw li:before{  }
 }@media only screen and (max-width: 763px) { #XW3vRwDRCTW2NSvDiJZ7UUE2WAVo33XK { top:71.375rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59dmifscTBOQi6uUIPik37Q8d8rVKp3 { top:71.375rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ3RXKKkHcsdQm6w37Cbn2V9e4zUeZgk { top:71.375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBE5F1tMEHx0d5IB6JBhP4T4OvVpbXN { top:71.375rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4htkGzTTv20uTahDXglN8u2TUIwJikT { top:61.3125rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV3pKgoqqZ4pHImggEvvbC8p7cqdVEus { top:61.375rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMBtqXC0NELT7fOT6pkhAEEE4CrNXf5t { top:61.375rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl3a9vyOhtd1RUa18eKrObnZJnIQSm7N { top:61.375rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9XSF861f4mCJC5s1wHm5IgdcvBE98zG { top:58.75rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOpZP3FA7bCMNgkZqiRQ5UkrHC2Te6QX { top:58.875rem;left:9.25rem;width:14.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyoXu68Q6xk2A6KuFTVEuL9uXJ7RFNW { top:58.875rem;left:21.4375rem;width:14.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE22osT8gw62pEwsFeD5LgXSN4Wt3wk4 { top:58.75rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esQ4Cz4Vznoikow0fIXHCK1LdLoP0wEn { top:90.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJL4A3wD3zBlErfxN17nAFtA9oJtptT { width:14.375rem;height:19.9375rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPvseyPGiin6yS7slJn5XvbTfdfaSXcn { width:13.375rem;height:13.75rem;top:6.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftByTraIaeckuenisFUJNGLhw4geF6vZ { top:1.5rem;left:0.0625rem;width:10.875rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MArwLSd0xkabNKPRMMKvtoq76uA73Sxp { width:14.375rem;height:18.875rem;top:0.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvGf4fXd8tUIlTF4lW6FnbeQBJl3Qw8g { width:13.375rem;height:12.375rem;top:6.1875rem;left:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFvTROnOJVsDP26QZJL7XKdpaZO4lI4r { top:1.5rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyVJNVdhibQrDQhaevk3MB84iAI1GLzw { width:14.375rem;height:17.3125rem;top:0.875rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0G9eTtUx4szBVTli9krnlLZLmHzqRqI { width:13.375rem;height:11rem;top:6.1875rem;left:22.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZRnyczypdcLlKGEFdteKTc5wg3ioIC8 { top:1.5625rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8SMfxOqnE2cN7HEh2EKnqtM4KSs1lTE { width:14.375rem;height:18.75rem;top:0.875rem;left:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnAsQfFUxlaJnFKHNqyIfVkazlwHlySi { width:13.375rem;height:12.375rem;top:6.1875rem;left:34.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrTPwkc58TNVDB7pEhuPyGLUxiSR2PrX { top:1.5625rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4K1zMF77nOIdiUtXLpoIhJIofSlLhni { width:14.375rem;height:18.75rem;top:94.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8e7XzX8K11gBTsIrtCxlvZLmitTxgxP { width:14.375rem;height:19.9375rem;top:94.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq6ogIpTNRCacnx4Oc0aEg22DtSDxMce { width:13.375rem;height:13.75rem;top:100.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLO0Uhn1HBEQzJSTulBUlDRTZL2TkJdt { top:95.375rem;left:0.09375rem;width:10.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBq0HTRJOAtFN98H93cf3U9TEML4ikTx { width:14.375rem;height:18.875rem;top:94.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Pqvwfir6qt4L16PLGPxUw6FzJNels4 { width:13.375rem;height:12.375rem;top:100.0625rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8mrAqI0g2N208z3LsTcdkeDlys8pWb7 { top:95.375rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAiCdsEgnK3qQ4qzgTv8pA5MHrJAaeuW { width:14.375rem;height:17.3125rem;top:94.75rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00c91DDJRsCKTNxevD1BDLfIeOLmVnN { width:13.375rem;height:11rem;top:100.0625rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGh0Bx3uKse669p8CP3ppTmWIExE6pJT { top:95.4375rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOgqahmhGqCbxqaOSBakafIN5E7VGrr { width:13.375rem;height:12.375rem;top:100.0625rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MrFVvuoNicOK2eo3TsqA3z9TcWKWkn { top:95.4375rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7omEzAx1mcNvKZ9zoqUOfwDlsicCp0 { width:14.375rem;height:16.125rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRfwcJtnwJKEKOMizDJS2Mq16T4dPlv1 { width:13.375rem;height:9.625rem;top:6.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLmMrCcHAn1VCB2ognTRod8UvTla3co0 { top:1.5625rem;left:0rem;width:13.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2FtuNqpMmmKxsX0pEtQuEudhzMX2T3N { width:14.375rem;height:18.875rem;top:0.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoCxmvOAmn1VTFtA83cKKftChWygSFdG { width:13.375rem;height:12.375rem;top:6.1875rem;left:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP09HUxkT1FgHH7kV4Jp3OTC1PVk88lf { top:1.5rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmyKz8Hx9an8JSFHszLJB49pTJE1QWIi { width:14.375rem;height:16.375rem;top:0.875rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWhMtZ1tcGteBgRFXQGkuOpZn583oX1O { width:13.375rem;height:9.625rem;top:6.1875rem;left:22.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKFWBCbcruee49O9NEOcCeIIDfA2GNKr { top:1.5625rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X68mPtVTwLzLUNO7hfSnkKgWTLgiTyzR { width:14.375rem;height:17.5rem;top:0.875rem;left:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpy880iqx98cP0pJZnZeUwmXOvwHTayN { width:13.375rem;height:11rem;top:6.1875rem;left:34.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QItvzOqSmyqrOlmCnl3DHStBciTf37Kg { top:1.5625rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoedTH9rqvoiGRIpEuvtQxa9WeEN5rGV { width:14.375rem;height:18.875rem;top:116.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Vd6PzGgQ6dTcqT0hTTbd9plCmEplVy { width:13.375rem;height:12.375rem;top:121.9375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Cl1RTdhnS6VlbNwgOTnX1VakN2rLNQ { width:14.375rem;height:16.375rem;top:116.5625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaSGV70u7cSwsKQbS8dPxzT3nmckZI6G { width:13.375rem;height:9.625rem;top:121.875rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpDxdUE1E4ydQEoiv56ydlTLqHmEkqZw { width:14.375rem;height:17.5rem;top:116.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlVDW2gV8o9XeTCulTOGttJAM6rmUmA5 { width:13.375rem;height:11rem;top:121.875rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagBJ7IcSeydqyTW3ZHVMd70oNDh0ZvS { width:14.375rem;height:16.125rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfdrl4At2elNDg2lS9hei7pwqvA5cDE7 { width:13.375rem;height:9.625rem;top:121.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMF4x3J1rXNXQff5TaAbpEc2ev5CpxUT { top:117.1875rem;left:0rem;width:13.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baNwvVRoxQv5tnSCNA8E2ezIch608ccR { top:117.25rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLbGtdyqipGiDEcQskevXfLWs1sfDoWf { top:117.25rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuk60W3J0zifooas8Wi3AH6hCQrMwviW { top:117.25rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ { display:block; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K503M9zOwMxobPDTgKxFQRlnprWr6a8J { top:2.125rem;left:0.90625rem;width:45.9375rem;height:6.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 { display:block; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpmipT2k7hGA6azXnnz1dTvzPBnQgxTK { top:1.9375rem;left:18.9375rem;width:28.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb95I4T6GF0o9a2eC7ww2FH7dHwL7JN0 { top:2.4375rem;left:0rem;width:23.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeChQAXfMeGIGXT0edePJEgEXTsGSZqi { top:4.125rem;left:19.8125rem;width:27.9375rem;height:12.4375rem;font-size:1.0625rem;display:block; }#SeChQAXfMeGIGXT0edePJEgEXTsGSZqi li:before{  }
 }@media only screen and (max-width: 763px) { #rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm { display:block; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5AzL48VKL1Dn6EpO9Foa6ncBQpoFTRp { top:0.8125rem;left:0.59375rem;width:46.5625rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ { display:block; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBO8ETRwtSSOxDgBGqfFG0ITbPaiz1sy { top:0.875rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7U9SlO95ZsvFVuefHk9eWqGIkN450n8 { top:3.4375rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWuIEeuKlXairkkT2zDlNDKFu6QnBKUQ { top:13.5rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS { top:14.625rem;left:0rem;width:14.3125rem;height:;font-size:1rem;display:block; }#XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS li:before{  }
 }@media only screen and (max-width: 763px) { #G0c6rIwBoobIGG0I7Reb3vbUe9auMQyh { top:13.5rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrTcJPmNP2JFMDeF3WIn5WNW14sXZCMh { top:0.375rem;left:9.5rem;width:14.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR { top:14.625rem;left:9.5625rem;width:14.3125rem;height:;font-size:1rem;display:block; }#LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR li:before{  }
 }@media only screen and (max-width: 763px) { #Jl0zaO8yHcl7GLz4rTh3lcT6kJiayde4 { top:3.5rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRcOPNQeUeMqQxxdnQt2ATb8sTTZshc2 { top:13.4375rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWll23ETVSpscpGrvQccuT6U0LlpZBZA { top:1rem;left:21.4375rem;width:14.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ { top:14.625rem;left:21.5rem;width:14.3125rem;height:;font-size:1rem;display:block; }#eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ li:before{  }
 }@media only screen and (max-width: 763px) { #rtwhg6QRbeiZFFrAM5AuGywwaPvVsATs { top:3.4375rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGUa7NHnuv29VZQoyQuZUCNseFqeIID { top:13.5rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpoTp3c0KrB8JvKQZ8i8gPCgiwonQNnb { top:0.375rem;left:33.375rem;width:14.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOVFqCSRZWHLF4G2A4N6TXyUwtrDiK0a { top:3.5rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbAAHPcOopG1JA4l4N6INJMirxBJVWU { top:14.625rem;left:33.4375rem;width:14.3125rem;height:;font-size:1rem;display:block; }#GdbAAHPcOopG1JA4l4N6INJMirxBJVWU li:before{  }
 }@media only screen and (max-width: 763px) { #OSTVSSBF6Gl8lw44W3eH20dWd4izTuXu { top:48.625rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQUFndFXKi4qyRWT740WpNkiST34QTx4 { top:49.8125rem;left:21.5rem;width:14.3125rem;height:;font-size:1rem;display:block; }#xQUFndFXKi4qyRWT740WpNkiST34QTx4 li:before{  }
 }@media only screen and (max-width: 763px) { #xd865I1rvWshUSppCGCuywOK2aG3Sfv6 { top:38.625rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8MmOWqipA35VeJxJqFomkSIDA1TGL7N { top:48.625rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAsOgGvSXUtpPk6TGyxHKMIPlTtnQsCk { top:38.625rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp { top:49.75rem;left:33.4375rem;width:14.3125rem;height:15.5rem;font-size:1rem;display:block; }#ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp li:before{  }
 }@media only screen and (max-width: 763px) { #Hzve9HBAnnZKGwEz42FmlRqMEi8SLLys { top:48.625rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR { top:49.75rem;left:9.5625rem;width:14.3125rem;height:;font-size:1rem;display:block; }#PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR li:before{  }
 }@media only screen and (max-width: 763px) { #hPwOOSO4cxcPB7kTOCVimT5lzTPyromD { top:38.625rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKNvHqON7a8EvAJJ28IZ43Anrp7y045T { top:48.75rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVq865tfdU4GEUtAU3aGxgDR9ZH6LzSb { top:38.6875rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT { top:49.875rem;left:0rem;width:14.3125rem;height:;font-size:1rem;display:block; }#WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT li:before{  }
 }@media only screen and (max-width: 763px) { #mDSUKQL4re4DDMFMO19729QnwJOAaTaa { top:36.0625rem;left:9.5rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgbqcTVncTk0c4NpBTzAlf8kM5ZpCBAk { top:35.0625rem;left:33.375rem;width:14.375rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDBSTd41XtMmkmeGyQz8ZCbHdWJ9l1OK { top:36.125rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKJ1NTJuGmcBy4yqpp5d1qfyrVD3K5lI { top:36.0625rem;left:21.4375rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CihcuRh09pk0Ump3H1XTHs022JtZrQmP { top:82.375rem;left:21.5rem;width:14.3125rem;height:;font-size:1rem;display:block; }#CihcuRh09pk0Ump3H1XTHs022JtZrQmP li:before{  }
 }@media only screen and (max-width: 763px) { #CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 { top:82.3125rem;left:33.4375rem;width:14.3125rem;height:;font-size:1rem;display:block; }#CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 li:before{  }
 }@media only screen and (max-width: 763px) { #aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb { top:82.375rem;left:9.5625rem;width:14.3125rem;height:;font-size:1rem;display:block; }#aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb li:before{  }
 }@media only screen and (max-width: 763px) { #AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 { top:82.375rem;left:0rem;width:14.3125rem;height:;font-size:1rem;display:block; }#AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 li:before{  }
 }@media only screen and (max-width: 763px) { #LISum5CRKVGM4ra579tIfepe1KqInkZH { top:81.1875rem;left:21.125rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzTzI9sIBIGNyNEgxy7yaOvKVfM1QqyS { top:81.1875rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp5AFgzWNZV351ErGfx3VFU2IwTG7tI7 { top:81.25rem;left:9.1875rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wst4WieBvRKAocV1KUwLIpX15eSLM5UO { top:81.25rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Flafb0cT4fsJGx7I6XACR9rDx7wo5n { top:71.1875rem;left:0rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZFzchPu7DT4JM7zimzgGgiFdQQ0VRuB { top:71.1875rem;left:22.1875rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSz0iWAVCc2xXa36yhqillULplAoh2xl { top:71.1875rem;left:34.125rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXIqrvMTpXvRMTLZOGuhxlabLRSlLUmI { top:71.125rem;left:10.25rem;width:13.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Ea9yDEepAAmnSuTJT4FZ4gSHhTVksA { top:68.5rem;left:33.375rem;width:14.375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuEBkgia58E1JSovzNNf5QVxULr9mP09 { top:68.25rem;left:9.5rem;width:14.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uylTTPe5CB6o6Lh7TKQTUNbQHPVfWDLe { top:68.625rem;left:0rem;width:14.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlESdoPBi6KB4q6hBl6hasQtMw9fdKhW { top:68.625rem;left:21.4375rem;width:14.375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLo2ZHSzF6D24nZi3kLTZeWK6b1MOzyO { width:14.375rem;height:18.75rem;top:106.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KAGEwzQ8ubcLbpmXdnZpqbSyGa5bvu { width:14.375rem;height:17.3125rem;top:106.5625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyCwm46GgEEonqyafH9iO8rAxVc8xRC { width:13.375rem;height:12.375rem;top:111.875rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtmfkh0yZgHLiXiQK3yvu3SbCHwdN7a { width:14.375rem;height:18.875rem;top:106.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLy50kIA12y83OT4a9BFFoeoeO6KhtfK { width:13.375rem;height:12.375rem;top:111.8125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2kGAf2shEUR3qPNL8QL3aaEuTCuOmC { width:14.375rem;height:19.9375rem;top:106.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gulgNsn1rXHoWXGCxZRSp1X4M4Bchzq2 { width:13.375rem;height:13.75rem;top:111.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHaiACA6A7pIvsDGbND54Xd0qTRV6hP { width:13.375rem;height:11rem;top:111.875rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAtgLtexHmEJ9u4GcoEsFezJZ7NtEkCg { top:107.25rem;left:0.53125rem;width:10.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuHRaUIi2yTofu6GRufADTbT8wPaIRS7 { top:107.125rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuiWuFPVn5SSJMT4vVggEvtUPP0Gigm { top:107.25rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITD72qxIIPTywIfa0AVWUJ6rCR5UdVd6 { top:107.25rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu8Xpm04LCqma5W1CWL4GT6GOOBtulCH { top:101.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t03kCWNDJJN3Xk9gmrSgT4aghUJSXGdG { width:14.375rem;height:17.6875rem;top:129rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roc9ekIw5lNw4SEhEnlpHpF1TWkmCWtT { width:14.375rem;height:18.875rem;top:128.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNF1XLBRpOhI4XxuXGGQxsua3pSzdqO { width:14.375rem;height:14.5rem;top:129rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPuc6avotMSumr5n5HWDhgN0EMydiUT { width:13.375rem;height:11rem;top:134.3125rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzqTdxS03z4tBKWIn9mlKuZDdhye7wnT { width:13.375rem;height:12.375rem;top:134.25rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJRXbWHeT6hFPuyk8ZXg93MTBExZSLN { width:14.375rem;height:16.3125rem;top:129rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyghVepEcdzgahWRtTWGP36kW0FHJJwc { width:13.375rem;height:9.625rem;top:134.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKWQpzgs1Q0rRzSRpzx0RQ6Cawe42m14 { width:13.375rem;height:8.25rem;top:134.3125rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpipNGU8fbfNhdvIGbTHJ5cvioCBTGdW { top:129.6875rem;left:0rem;width:13.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0svcGctSd955DIkr3Jr8GaRImQAgce { top:129.6875rem;left:23rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFh5qcFTiS0em0ITR2l4WTIqZLgiCDxS { top:129.6875rem;left:34.9375rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5eDT0H0SqwDMln7gmgKbDsKT4axWaB { top:129.5625rem;left:11.0625rem;width:12.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC8S3g50DHc8SapBSp5WlLuJStJaovRI { display:block; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UClQIyhmFTx8KHuf2AxTZkKpX4f6ZWpk { top:1.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW { display:block; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zumvPw4on8qR6CyiLGzUfxV2RTyvGkOT { top:1.1875rem;left:3rem;width:41.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S { display:block; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJNLKvxfVECNiJlDCuQndI2zXSqTa2BM { top:2.25rem;left:0rem;width:25.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPhAoN216nhK2merZoIqIT0ysS3WDFz { top:3.375rem;left:22rem;width:25.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtETy7q93HpX19IJNHxiWregmTGOIBTr { display:block; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0cIItLFowB6TaoHUQrkihmr0hE80vae { top:0.625rem;left:10.71875rem;width:26.3125rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4SZMGR0RINTmu2TCRHOUnATamGPArw { display:block; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCzWf9n24Jm618rkOQdLpBEPXfI0Awgv { top:4.875rem;left:0rem;width:24.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Ap5dWa5I2imdAVBghoSSUpTXTnx1dd { top:2.25rem;left:24.96875rem;width:21.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8atuTWvXft7SNLWxstWkVANJx96DDE { display:block; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpKzeBuprz9LDiiTQ0NkymdC0gFCeuaG { top:1.75rem;left:11.5625rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQpx8F64PMe2opwiCFR0BS3xvmWdKyTa { top:26.3125rem;left:8.0625rem;width:31.625rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK5kiMGQoFkUsuPoW6JyiTq5a4KZhcVe { width:44.4375rem;height:20.25rem;top:29.4375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWK8cnQb4evAvU66kMCPcPcXfJKca2LE { display:block; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOApeF7EDPSxOgnPt8MFJvKhCMETKlLe { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTiaT5LRUhuOm03UDvLMXZCZS0sNTTs { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sruqxr5XVS58oMRLpQEKTRW4LXCUJlD1 { top:8rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxoNNC9xmosLmuJ83EDuhkRT90rHa0Vm { top:22.9375rem;left:0.3125rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD389Gn5wbK4voNCrWaPZLD37EfrQhvL { top:38.375rem;left:3.78125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luq7tTV8gFDIaQTTA47TNP7TpcmLeGQl { top:1.9375rem;left:14.375rem;width:17.375rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1I68uV6lfSNQzxAHpkcpeM3gfVWi8FE { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQfUxHbkI1T1Us8DKISvXHnufRdJG0w { top:2.5rem;left:16.84375rem;width:13.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyRyyrFQG8wHoccMasCJQwRdknBKE4R { top:51.3125rem;left:19.65625rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5X0CvJDyP7Q3m2nxTHlJkLXUyzmSs0 { top:26.0625rem;left:18.28125rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhhwF2aiywmGtQLzU12dPDKLlOSLyzv { top:12.875rem;left:0rem;width:16rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9qWwrI8LzCCIhJo1ZP3Ho4SBvBXOEN { width:15.5625rem;height:3.875rem;top:34.1875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwEWBuT2GQQ8c84mpM6voR7eZL6opOn { display:block; }
 }@media only screen and (max-width: 763px) { #DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB { top:25.25rem;left:0rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }#DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB li:before{  }
 }@media only screen and (max-width: 763px) { #VDL5BR1ozy9UzyTI76NUv7wFNhsF0cll { top:7.1875rem;left:30.25rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX7JWAMBOLsKzKtU8v0PoNh0VOQqBGO9 { top:7.1875rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMEZrJ3Fi2T4kKGJWOSkvoR2AS5phSo { top:8rem;left:31.875rem;width:15.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnoauvIZemp8EeHeGQUFoQpDs9l6TSTg { top:22.9375rem;left:32.0625rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P { top:24.9375rem;left:30.9375rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }#M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P li:before{  }
 }@media only screen and (max-width: 763px) { #cmBA544efe3Szxzxs7f7aRZ62vT0ZXu3 { width:15.5625rem;height:3.875rem;top:33.9375rem;left:31.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGFLkTwtf7RBLWarPkLZ4i0n3f657qT { display:block; }
 }@media only screen and (max-width: 763px) { #aZlbd1i7QuewkGavlv9U4wyrGLqiIbUK { top:38.375rem;left:35.53125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHSBiv21DH6ZP4qwuiVIrkJrALBQk3b3 { top:18.5rem;left:16.78125rem;width:14.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3RbuJ5Q3MdyZThVdlTTor4lSSRHPCf { top:7.1875rem;left:17.28125rem;width:13.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffU006XWEq8Fi5b1GZgLLGdb5pkJuLHu { top:14.875rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3mVh9V8NWaDD1L7pcp91Rr1bbeip7Wa { top:28.0625rem;left:15.0625rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORmu0IF5iNf7srrFMCdqCbOAzh1DTR2 { top:14rem;left:30.5rem;width:17.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZeNaqBoIToT1P1wSN73GULmo92STsS { top:30.375rem;left:15.0625rem;width:16.6875rem;height:15rem;font-size:1rem;display:block; }#VeZeNaqBoIToT1P1wSN73GULmo92STsS li:before{  }
 }@media only screen and (max-width: 763px) { #xC4LEXoNrGTET4XtuVEhIFzovAfHVgsd { width:15.5625rem;height:3.875rem;top:46.75rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTTyEb9OSa6mtDKzxQe7KoaO3lSOOz6 { display:block; }
 }@media only screen and (max-width: 763px) { #tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo { display:block; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz { width:18rem;height:5.0625rem;display:flex;top:73.625rem;left:13.5302734375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kmJ34vRLFba9K2TVSAycD4yOrZZgtOWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #iIMmS7icB0GnHQJhdbet45RR6NGJeTkw {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #Dqbbsh0AiTVSBc2UTtS6TSfm9no4p7N2 {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #gCbHXBAkIOnT8ZaLEW6aC9GBR9mvS3LL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #RpKF88MMOTvueJ2SeouTlSO2am7dccTN {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #XyMT9RZqDRGmyDTHR10mJhtfrKUXRdb3 {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #DdoSDX5Gk03xOPIx3bHuOk8FbBdTZ7TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #p0JOZ4rrBMmTeJLau4ZbPxG7q6gvr5ur {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kq0gS0wkN05E1GmhxT5IwrbkVOlcZVmk {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CxJAPvPHSJiRkrqKcFxtd0aLsNGIWA4I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #rSBzoXA4sk4zfSqIwLkS1QCq6ckkveyC {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CDOdafZqXcN92fJVTKeu1qqSdHuvzah2 {  }
 }@media only screen and (max-width: 763px) { #K0GJDiIh9ONHNbhIJ1T4Js53U0FRB05u { top:1.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuI5EPddo7wabdE4TgM3kO2MdClLbZmL { display:block; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3f45cgfnsUAThEgmDkwL72eZi8sHs48 { width:29.4375rem;height:2.0625rem;top:7.5625rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr0qgczwb0JHUONCgNH3GLDf6RKz0ld7 { top:3.3125rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeHEVoGVdX7TEt0umWdu4CIkpaeohOq { top:3.4375rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg { display:block; }#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnQc2h6a2fMMkfyQlvalGyxXgOrg5e5c { top:0.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5x5vmWp2fWTLTAdXG3gBzT1intEMWzN { top:3.25rem;left:1.03125rem;width:45.6875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 { display:block; }#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MygUDbbbpQuy7WSw5IiSAII1UCVO63bg { top:0.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPQUv8oTrTdKGXvdpb45Zt1ENdGT6HH { top:3.25rem;left:1.03125rem;width:45.6875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:14.125rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:42.875rem;height:2.1875rem;top:44.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:8.125rem;top:48rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:21.9375rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:61.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:14.625rem;top:64.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfG2sDhXsgEcVHRgyJ4fpuAG9m3B8dRR { width:47.5rem;height:17.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BG1mTqhwZZW2keg3dwmVbLUUeq8T5O { width:42.875rem;height:4.375rem;top:11.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8GwLRe5PqCHOPGzeLvbCPSvLdf8JWJw { width:47.75rem;height:9.75rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78K7QXUgLTX0TJVn8l1bQNl9xhEUmn0 { width:47.5rem;height:10.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8E81zD6xP0M5kmUO63NrdyDQt5rUzaF { width:47.75rem;height:4.875rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7TlW6c5AXT4U32h56vAJ10NIUsoIb9 { width:42.875rem;height:2.1875rem;top:31.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD { position:relative;z-index:auto;display:none; }#x8rahzqvB5XFUfpWD2KAT9is2lPLhGOD > .row .container { width:20rem;height:18.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CLbrL841VT0NhC6PCexl5pGNFCFsCHT6 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-number { padding-top:0.415625rem;padding-right:0.365625rem;padding-bottom:0.415625rem;padding-left:0.365625rem;width:2.19375rem;min-width:2.19375rem;height:2.235625rem;font-size:1.66375rem;line-height:35.77px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.925625rem;height:0.88375rem;font-size:0.62375rem;line-height:14.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B { display:flex;width:15.6875rem;height:4.210625rem;top:6.875rem;left:1.3125rem;padding-top:0.855rem;padding-right:0.87rem;padding-bottom:0.855rem;padding-left:0.87rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #NfAs9D1ezXUxEZHoQ3p8pgsRv85Me05q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #Z39cA8LFXnnJLpIaBT4OeBI7GCQ0ZhSa {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #B3ktOqDoAvPPCHnpXykEJd6DduySB8IF {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #gMktNmcnFXSHhIEWP9xOUx6cdo2I0wmG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kktxVOh7izRFFVGhICHqWrylDrB51J89 {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #cqgKFu59BUxXXUzSkAKhoJTh9zf2X0TT {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #p3rzdn69MV6O3U5tyUKKsuEMuxTykFFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kTcQNV5xyDDPoT17wTNSkM7csk8l5mzv {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #QSL4N3lCOLZhNX6DP3UyxF4wzWnJEhG5 {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #kELGJbNGNfP3TSVfuyIIEeJhAWcTZzdg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #AJVB5D0OLNwednU1QpI38D3JCHQbnGLu {  }
 }@media only screen and (max-width: 763px) { #C56zd8e0TyHSQl5GJsBEwwgEck6CJI3B #ooTbv7k5M7mgbpphiZoqEHXlVP9q6GmM {  }
 }@media only screen and (max-width: 763px) { #Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ { display:none; }#Ta2stVXndhe59fNKJwR3i2UTknhSw2WQ > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN { display:block; }#yTfb2iHeJcS3nGbC3uImU4x8UUTDOiPN > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTrbKdKZPpIfN8B7IZSpDtKls5n5XrC3 { width:17.25rem;height:12.375rem;top:1.1904296875rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0iIzI5dg8h7dAB8IqQIhlr9Wgid9uD { width:14.1875rem;height:3.125rem;top:14.5654296875rem;left:2.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#itINp69MwZA8l8KEfkUTHSwHfSUydc2t { width:18rem;height:5.0625rem;display:flex;top:18.9375rem;left:0.9013671875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #iuCg85BTaffduWlXK1c7ZZTuDEllMVJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #FqsgR4bxPgiDqVk5xvgxvuUFgqAGoJE9 {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #aGEdx5HV8f9i4WbTaPEwP80xK9aCeD4k {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #OFGvdoGuKTXFDwCr33Q63pt4U0EymWHh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #eazw0mx78CIlwVaD44KM4b6VovcPvxHV {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #gDuvvn7NZwTccogHz7ppMCT0fM5J7C8i {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #fae58PDFZ7KKg2OMU2JlLgKRUFIT8b5w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #JApkUo4xOuTdJ0GOuPa9JaQXkG2J2W1s {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #oy39EOKlTO2STpqnTQWCm2xREmQbM2PV {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #isqN3cqP4n5CmO3k7pASsHXpkw4Obn34 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #McIdx9FTub8Xq7JESsrsrOmd2a8ZFa4L {  }
 }@media only screen and (max-width: 763px) { #itINp69MwZA8l8KEfkUTHSwHfSUydc2t #P2JyAXC1lMnx3oT7vzT23a8ZiAFkcIvk {  }
 }@media only screen and (max-width: 763px) { #PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD { display:block; }#PJ2Qxqnr9CGG5U0IM7UnXXrdtOFCcvVD > .row .container { width:20rem;height:128.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGTBu9CCTfOOPHtChtRtbqy3nXvHkNVf { width:17.375rem;height:34.125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVNZ7enTUImgU1eyqQ5EeSbOfwXrABB9 { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQGEo6h5cBqDlAwrotVUlkZk5NWgI4A { width:16.4375rem;height:2.75rem;top:2.0625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDANR7oNraVuvnvbr94xtZv4TaQmf0e2 { width:15.25rem;height:2rem;top:17.625rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCDZboqkOiXlbrrPTgJNxd0acguf6ly4 { width:8.3125rem;height:1.4375rem;top:33.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGH7cS6RLmawS3ehFCepKRgzsbrSAZwZ { width:17.375rem;height:53.375rem;top:37.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnvlWsEMTl55bKMpiRbyw0toF3dKPye { width:17.375rem;height:4.375rem;top:37.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbR5nwpU5SlUNN6Jdc2xL332VLCOkI4B { width:13.9375rem;height:3.25rem;top:37.9375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWcqpP5P8TDNct6C0aETy68cviR4Gwt { width:8.3125rem;height:1.4375rem;top:88.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6UHQkEyrCRTnKgNmtTUmGPMRStpZn9g { width:11.0625rem;height:2rem;top:63.1875rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSnMXX64tcTe1N9F882OAolwq7gFFDD { width:16rem;height:8.9375rem;top:7.375rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wPX7afBU7hniQEWqb6UHTcUBFEntkFWH { width:15.5625rem;height:3.875rem;top:28.6875rem;left:2.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZIEHqstM4IDi8EWnkW63IdG9xbpTwTI { display:block; }
 }@media only screen and (max-width: 763px) { #BMswctWTSpQAEstd9xTbBH3EAecogdvN { width:16.6875rem;height:7.5rem;top:20.25rem;left:1.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15040;display:block; }#BMswctWTSpQAEstd9xTbBH3EAecogdvN li:before{  }
 }@media only screen and (max-width: 763px) { #m3mCibUKZ80qsTfquClag1UE7IvmwFRv { width:17.375rem;height:33.5rem;top:92.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAByQngUlagVxTQr0IBLL0NZdkeC0VaT { width:17.375rem;height:4.375rem;top:92.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWBIZKqG02f8G7cLqw4ynuJE6t6XoX5 { width:15.625rem;height:3.25rem;top:92.9375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaKG1QIcqia3dMpxRA5orzdHWoxxgKvg { width:15.25rem;height:2rem;top:106.875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n { width:16.6875rem;height:7.5rem;top:110.125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TNIO3UPSL1bOpyAeVHsAd629dmZp8T4n li:before{  }
 }@media only screen and (max-width: 763px) { #Lr2rJ42tcx9XlFd0VQupHcVKe650SMN7 { width:15.5625rem;height:3.875rem;top:119.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZzSNbyFDptHcaDNbpolXwmBPsXLDSOR { display:block; }
 }@media only screen and (max-width: 763px) { #TPIwByzI4RDtOwtGgApTbF9zFoQbiCiA { width:8.3125rem;height:1.4375rem;top:123.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTMUublNC9riRHwNBaIXsPKWpHAllsE { width:16rem;height:6.25rem;top:55.4375rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzKagPdtzIByPIXSpvoIr1Kx3V1aaLyg { width:13.0625rem;height:7.1875rem;top:42.8125rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g9xgQTueyOyn6ZvRaBColosM0q2h9rd1 { display:flex;width:2.625rem;height:2.625rem;top:51.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #K8B3qn0p0edmC7LpwDq8vbZrq8SapGzv { width:16.6875rem;height:1.375rem;top:65.1875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTfh23CGhnJW3Bmw7aSZhinn4uVphyw4 { width:17.125rem;height:6.6875rem;top:98.625rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ { width:16.6875rem;height:15rem;top:67.6875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#geQRl9DekqOK9CrJnKzSX1gBHG5fTJEZ li:before{  }
 }@media only screen and (max-width: 763px) { #ChwQKBI3lw2IaRUiyP0JPHiElbIPBZN6 { width:15.5625rem;height:3.875rem;top:83.75rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfJBz9JETlEnlwZDXDPkEwKs6WBgUHrU { display:block; }
 }@media only screen and (max-width: 763px) { #J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP { display:block; }#J39WCBoW2kZqVNZ4Gen7FpM4F5AJJUTP > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Hfr3XpR0yWkc97XQIJtckLoANCk11g { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zUtMylQaU962enNxDomNTF1NHFomWe2q { display:block; }#zUtMylQaU962enNxDomNTF1NHFomWe2q > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGZZxFvtDKp6zNUdfw3HseyymlNarxrn { width:20rem;height:8.2526315789474rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 { width:20rem;height:13.875rem;top:12.751953125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#dzETfbrQ1JwaiLcRS0DrNiq3NtLBl2e1 li:before{  }
 }@media only screen and (max-width: 763px) { #uEsRQeSyu1uIN7hDMpbtzIRCCDPIKVAK { width:20rem;height:2rem;top:10.751953125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL { display:block; }#gEwLxcgqIpzUgX49RxTD6XGEoxJAb1QL > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8hH8atTzkWvOF8XUO9iUbqN6VWa9zgP { width:20rem;height:3rem;top:1.125rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 { display:block; }#C7TvnIMTWFOmNUXuNTDpiacxihM0UFt6 > .row .container { width:20rem;height:539.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgQJvARJqcuUyEptDJtz1e31G3yiEhCG { width:17.1875rem;height:2.625rem;top:1.3125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLwuNfDVo6XxkiMeLhTq9rLOTXbd5lHs { width:16.3125rem;height:12rem;top:3.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QpQ1KfEwsuSQBP9SunL0u1UQyTuQeT { width:16.875rem;height:1.25rem;top:15.875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ik1noJstgJTBhH8JzTcfRTlUUVebIGqU { width:17.1875rem;height:14.1875rem;top:17.125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ik1noJstgJTBhH8JzTcfRTlUUVebIGqU li:before{  }
 }@media only screen and (max-width: 763px) { #J1bpaULqWxsT1foG6w2Mcl1EhCcpMv6Q { width:16.875rem;height:1.25rem;top:49.25rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W798TKD3pkWQO3z1xRMTctllHP9RMKeF { width:17.1875rem;height:2.625rem;top:34.625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM { width:17.1875rem;height:16.5625rem;top:50.5rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#HlGM5vFDGiwllwbCuzQHCvd8n3XHIBWM li:before{  }
 }@media only screen and (max-width: 763px) { #mUEfZQwRVTvkp7yVl5mTo9TWV1IcC5Is { width:16.3125rem;height:12rem;top:37.25rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWqQVxEgkrtqEXiluJcly9vIXyWmoow { width:16.875rem;height:1.25rem;top:83.375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1pK80mC7ptiUJ4zvZ5sOZ94JboMDcxB { width:17.1875rem;height:1.3125rem;top:70.0625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 { width:17.1875rem;height:13rem;top:84.625rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZtSEJQORzvZSbrBiC7JtzLixvPp5HaO1 li:before{  }
 }@media only screen and (max-width: 763px) { #ElRwTd0SR2TgukwXozWSMDwOQlyzODhz { width:16.3125rem;height:12rem;top:71.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAomawW7x3cq6hTk86txKDok2h2BJFU { width:16.875rem;height:1.25rem;top:116rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHmdez3F80T19OKCh9k2yJ52zt8ryEHX { width:17.1875rem;height:2.625rem;top:101.375rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozykFXiAzh91zrteuu0JfV77ciizTPVg { width:16.3125rem;height:12rem;top:104.0625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 { width:17.1875rem;height:11.4375rem;top:117.25rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rrlFdaZUZrDznTFkSSxLBn9MluSbyaK9 li:before{  }
 }@media only screen and (max-width: 763px) { #ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO { width:17.1875rem;height:6.6875rem;top:147.625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#ql1BDPMUTD3GtcK7HQIDXCC9c7UPaGtO li:before{  }
 }@media only screen and (max-width: 763px) { #GWTMoolHlWqVTBgiiNX0hEecThsGQkLm { width:16.875rem;height:1.25rem;top:146.375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SDu2bt9lFqQv9pq8CXrx1VwMlboEqpwh { width:16.3125rem;height:12rem;top:134.4375rem;left:1.84375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wRROO2acMGKkHG9QEH9997i1RnCMEMqb { width:17.1875rem;height:2.625rem;top:131.875rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh { width:17.1875rem;height:11.0625rem;top:172.75rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#MnDsWts1HDNHr0puxJ1kllTvQTDlPLbh li:before{  }
 }@media only screen and (max-width: 763px) { #h3sLOhT1JEilgJyRogHR54sECeOkT7sJ { width:16.875rem;height:1.25rem;top:171.5rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #e9XAaaUOcPQkNDDsJp1kF1CanzyGzogH { width:16.3125rem;height:12rem;top:159.5625rem;left:1.84375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #i5HAdDTkcWDRoTmbO9NCtGTzJV1qmvtJ { width:17.1875rem;height:2.625rem;top:156.9375rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xv8CRNrIEOKdD4FG0iWQaHTspG11BggK { width:17.1875rem;height:10.25rem;top:202.3125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#xv8CRNrIEOKdD4FG0iWQaHTspG11BggK li:before{  }
 }@media only screen and (max-width: 763px) { #ebHEkNJsdJ8ZexAUM0hL2Mc0suFMQBf4 { width:16.875rem;height:1.25rem;top:201.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gBtNsqPsPHXIVJxuRiibdhVrexUvyCyg { width:16.3125rem;height:12rem;top:189.125rem;left:1.84375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pTlOGvWUhKpxMqbDwiSnwF5RMNhA5pbA { width:17.1875rem;height:2.625rem;top:186.5625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 { width:17.1875rem;height:13.8125rem;top:231.375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#ypAQXZBticvkM4DdC0pkT4hm0vHMtnZ8 li:before{  }
 }@media only screen and (max-width: 763px) { #bBUNs8doCdTGQ6cditCzDbUdx5BCTDTf { width:16.875rem;height:1.25rem;top:230.125rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #AAmB97TKUQxDVGnLAIqVpGbZTClQeVDz { width:16.3125rem;height:12rem;top:218.1875rem;left:1.84375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hAs6rv3LLnOLBIfuZHOvOETi1F02OhuD { width:17.1875rem;height:2.625rem;top:215.625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pa8oGIFRmvTAhtONxo9T70srGJnKOahl { width:17.1875rem;height:13.8125rem;top:104.3125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#pa8oGIFRmvTAhtONxo9T70srGJnKOahl li:before{  }
 }@media only screen and (max-width: 763px) { #rHKFQ1lA52fybVeeusWX5QLewFPLQdyP { width:16.875rem;height:1.25rem;top:16.875rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hI0PTin5lvxurkqBtx3EukduqbhTmbEG { width:16.875rem;height:1.25rem;top:42.75rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rODalUb1J3DFfD9N5w9VJvdd0qVZwpKC { width:16.875rem;height:1.25rem;top:73.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oegy3cMic3f84RTPnGHTPd1bLM89axrw { width:16.875rem;height:1.25rem;top:103.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eTdRV81MfaMTCLVM85iIDLzDbLRHTm7T { width:16.3125rem;height:12rem;top:4.875rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPOiP1PhDBoMXctU65WKNaowiHTHMWmF { width:17.1875rem;height:6.6875rem;top:18.125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#EPOiP1PhDBoMXctU65WKNaowiHTHMWmF li:before{  }
 }@media only screen and (max-width: 763px) { #FnUL4CbAZfao0iKfucJ9yP0r2bWD8dZ9 { width:16.3125rem;height:12rem;top:30.75rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr { width:17.1875rem;height:11.0625rem;top:44rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#yXQUUxQSOZlpbu6w4cIqHPnxOzpFmJLr li:before{  }
 }@media only screen and (max-width: 763px) { #ZOMHVF3vpOap4cAElR9HlPRsRU7atFuH { width:16.3125rem;height:12rem;top:61.3125rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh { width:17.1875rem;height:10.25rem;top:74.5625rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#VLb0qMPTq8G1x2fv7QyiqJoE1Uokczkh li:before{  }
 }@media only screen and (max-width: 763px) { #LulBEcqmlfzT0ZnonqpmaOsOpnxufbkz { width:16.3125rem;height:12rem;top:90.5625rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2cNw274r3s73Qri3qGTfxoVZmZzaCm1 { width:17.1875rem;height:2.625rem;top:2.3125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fwodVkgdkcnBc3hUsQMVUTebl50pHozJ { width:17.1875rem;height:2.625rem;top:28.125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PyHsFsAXFQUK2k4enqdnJ4QD2fC85nWv { width:17.1875rem;height:2.625rem;top:58.6875rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C0y3baXJVLT39TT6wHs4oEssUJF91lv5 { width:17.1875rem;height:2.625rem;top:87.9375rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS { width:17.1875rem;height:11.8125rem;top:264rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#kkBVLBAqw3PZBzsaa89eQgctxaVwP0TS li:before{  }
 }@media only screen and (max-width: 763px) { #vKralIdxVCprlu27UJb3MvuCXQxaklwX { width:16.875rem;height:1.25rem;top:262.75rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zFxu1roPSN3wd5uRghUWu37l5yTX64ft { width:16.1875rem;height:12rem;top:250.8125rem;left:1.90625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pazNFrTavnsFL8H5KXnzS6omx9muqUo2 { width:17.1875rem;height:2.625rem;top:248.25rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #A3T65p2x44IaEAHnlECKL1sWp7PBQdsi { width:17.1875rem;height:10.25rem;top:294.625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#A3T65p2x44IaEAHnlECKL1sWp7PBQdsi li:before{  }
 }@media only screen and (max-width: 763px) { #CSfyNI9iRan4FiylZlULfxxmswRAXDEg { width:16.875rem;height:1.25rem;top:293.375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #v12JAoMOABEgbKMGvgyl39fqUbTxXxXa { width:16.1875rem;height:12rem;top:281.4375rem;left:1.90625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WqkcvEivt2g3Kil1ZVa01o8ypcZSQAlV { width:17.1875rem;height:2.625rem;top:278.8125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #go1ef8NcvDVUMorK7RWs4odw0LOuXTCE { width:17.1875rem;height:17.375rem;top:324.3125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#go1ef8NcvDVUMorK7RWs4odw0LOuXTCE li:before{  }
 }@media only screen and (max-width: 763px) { #sIkvnhTcameet6x1XsahFGM906DSysKf { width:16.875rem;height:1.25rem;top:323.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #l4dP8O2xR3ILSWXLv1CCi8ZmuKXAWpUN { width:16.1875rem;height:12rem;top:311.125rem;left:1.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pSW7qyWAQUdMafrs2aQuXfv1cIh8ITCM { width:17.1875rem;height:2.625rem;top:308.5rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6SOJzBAt9XJTOwi8gcZg4mZTT7fviL { width:16.875rem;height:1.25rem;top:359.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dHmOKGzDahne5EtTb8tZuqzTJ1dVe9b8 { width:16.1875rem;height:12rem;top:347.3125rem;left:1.90625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QapxDFrHLphElftNnLADl4UkKm6BHX0R { width:17.1875rem;height:11.4375rem;top:360.5625rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#QapxDFrHLphElftNnLADl4UkKm6BHX0R li:before{  }
 }@media only screen and (max-width: 763px) { #kPg3Bya4endOhRyzBGZzxWGKxRlQHJrT { width:17.1875rem;height:2.625rem;top:344.75rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc { width:17.1875rem;height:17.375rem;top:77.5625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#n1fQfHNpXz6HCTPunMLN3VoIvqW0B5Nc li:before{  }
 }@media only screen and (max-width: 763px) { #sJbneCQkshQWS9Ct1yuxHToxIAa7y18l { width:17.1875rem;height:11.4375rem;top:114rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#sJbneCQkshQWS9Ct1yuxHToxIAa7y18l li:before{  }
 }@media only screen and (max-width: 763px) { #vESboCCqbTEHH8FhstteBLKXKf2OleH5 { width:17.1875rem;height:10.25rem;top:48.3125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#vESboCCqbTEHH8FhstteBLKXKf2OleH5 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw { width:17.1875rem;height:11.8125rem;top:18.125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#ZHTKFSZ9rPzFiDMlxoZPZ6iVWbPQHWUw li:before{  }
 }@media only screen and (max-width: 763px) { #XW3vRwDRCTW2NSvDiJZ7UUE2WAVo33XK { width:16.875rem;height:1.25rem;top:16.875rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N59dmifscTBOQi6uUIPik37Q8d8rVKp3 { width:16.875rem;height:1.25rem;top:47.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BJ3RXKKkHcsdQm6w37Cbn2V9e4zUeZgk { width:16.875rem;height:1.25rem;top:76.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DeBE5F1tMEHx0d5IB6JBhP4T4OvVpbXN { width:16.875rem;height:1.25rem;top:112.75rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s4htkGzTTv20uTahDXglN8u2TUIwJikT { width:16.1875rem;height:12rem;top:4.875rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dV3pKgoqqZ4pHImggEvvbC8p7cqdVEus { width:16.1875rem;height:12rem;top:35.0625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMBtqXC0NELT7fOT6pkhAEEE4CrNXf5t { width:16.1875rem;height:12rem;top:64.3125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rl3a9vyOhtd1RUa18eKrObnZJnIQSm7N { width:16.1875rem;height:12rem;top:100.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9XSF861f4mCJC5s1wHm5IgdcvBE98zG { width:17.1875rem;height:2.625rem;top:2.3125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mOpZP3FA7bCMNgkZqiRQ5UkrHC2Te6QX { width:17.1875rem;height:2.625rem;top:32.5rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #exyoXu68Q6xk2A6KuFTVEuL9uXJ7RFNW { width:17.1875rem;height:2.625rem;top:61.6875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RE22osT8gw62pEwsFeD5LgXSN4Wt3wk4 { width:17.1875rem;height:2.625rem;top:97.6875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #esQ4Cz4Vznoikow0fIXHCK1LdLoP0wEn { width:17.875rem;height:3.875rem;top:375.625rem;left:1.0625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TlJL4A3wD3zBlErfxN17nAFtA9oJtptT { width:14.375rem;height:19.9375rem;top:381.5625rem;left:2.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TPvseyPGiin6yS7slJn5XvbTfdfaSXcn { width:13.375rem;height:13.75rem;top:386.875rem;left:3.5rem;font-size:1rem;line-height:1.4;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ftByTraIaeckuenisFUJNGLhw4geF6vZ { width:10.875rem;height:4.6875rem;top:382.1875rem;left:4.3125rem;font-size:1.125rem;line-height:1.4;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #MArwLSd0xkabNKPRMMKvtoq76uA73Sxp { width:14.375rem;height:18.875rem;top:403.1875rem;left:2.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZvGf4fXd8tUIlTF4lW6FnbeQBJl3Qw8g { width:13.375rem;height:12.375rem;top:408.5625rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #oFvTROnOJVsDP26QZJL7XKdpaZO4lI4r { width:12.8125rem;height:4.6875rem;top:403.875rem;left:3.59375rem;font-size:1.125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FyVJNVdhibQrDQhaevk3MB84iAI1GLzw { width:14.375rem;height:17.3125rem;top:423.8125rem;left:2.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #X0G9eTtUx4szBVTli9krnlLZLmHzqRqI { width:13.375rem;height:11rem;top:429.5rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TZRnyczypdcLlKGEFdteKTc5wg3ioIC8 { width:12.8125rem;height:4.6875rem;top:424.875rem;left:3.625rem;font-size:1.125rem;line-height:1.4;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #N8SMfxOqnE2cN7HEh2EKnqtM4KSs1lTE { width:14.375rem;height:18.75rem;top:442.8125rem;left:2.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vnAsQfFUxlaJnFKHNqyIfVkazlwHlySi { width:13.375rem;height:12.375rem;top:448.125rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #TrTPwkc58TNVDB7pEhuPyGLUxiSR2PrX { width:12.8125rem;height:4.6875rem;top:443.5rem;left:3.625rem;font-size:1.125rem;line-height:1.4;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #g4K1zMF77nOIdiUtXLpoIhJIofSlLhni { width:14.375rem;height:18.75rem;top:61.125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8e7XzX8K11gBTsIrtCxlvZLmitTxgxP { width:14.375rem;height:19.9375rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq6ogIpTNRCacnx4Oc0aEg22DtSDxMce { width:13.375rem;height:13.75rem;top:6.5625rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xLO0Uhn1HBEQzJSTulBUlDRTZL2TkJdt { width:10.875rem;height:4.6875rem;top:1.875rem;left:4.09375rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #GBq0HTRJOAtFN98H93cf3U9TEML4ikTx { width:14.375rem;height:18.875rem;top:22.4375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7Pqvwfir6qt4L16PLGPxUw6FzJNels4 { width:13.375rem;height:12.375rem;top:27.75rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #n8mrAqI0g2N208z3LsTcdkeDlys8pWb7 { width:12.8125rem;height:4.6875rem;top:23.0625rem;left:3.59375rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #GAiCdsEgnK3qQ4qzgTv8pA5MHrJAaeuW { width:14.375rem;height:17.3125rem;top:42.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g00c91DDJRsCKTNxevD1BDLfIeOLmVnN { width:13.375rem;height:11rem;top:47.875rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #fGh0Bx3uKse669p8CP3ppTmWIExE6pJT { width:12.8125rem;height:4.6875rem;top:43.25rem;left:3.59375rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #TJOgqahmhGqCbxqaOSBakafIN5E7VGrr { width:13.375rem;height:12.375rem;top:66.4375rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #l8MrFVvuoNicOK2eo3TsqA3z9TcWKWkn { width:12.8125rem;height:4.6875rem;top:61.8125rem;left:3.59375rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Dn7omEzAx1mcNvKZ9zoqUOfwDlsicCp0 { width:14.375rem;height:16.125rem;top:463.25rem;left:2.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uRfwcJtnwJKEKOMizDJS2Mq16T4dPlv1 { width:13.375rem;height:9.625rem;top:468.5625rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VLmMrCcHAn1VCB2ognTRod8UvTla3co0 { width:13.8125rem;height:4.6875rem;top:463.9375rem;left:3.125rem;font-size:1.125rem;line-height:1.4;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #t2FtuNqpMmmKxsX0pEtQuEudhzMX2T3N { width:14.375rem;height:18.875rem;top:480.875rem;left:2.8125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RoCxmvOAmn1VTFtA83cKKftChWygSFdG { width:13.375rem;height:12.375rem;top:486.1875rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #HP09HUxkT1FgHH7kV4Jp3OTC1PVk88lf { width:12.8125rem;height:4.6875rem;top:481.5rem;left:3.625rem;font-size:1.125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #EmyKz8Hx9an8JSFHszLJB49pTJE1QWIi { width:14.375rem;height:16.375rem;top:501.375rem;left:2.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LWhMtZ1tcGteBgRFXQGkuOpZn583oX1O { width:13.375rem;height:9.625rem;top:506.6875rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NKFWBCbcruee49O9NEOcCeIIDfA2GNKr { width:12.8125rem;height:4.6875rem;top:502.0625rem;left:3.625rem;font-size:1.125rem;line-height:1.4;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #X68mPtVTwLzLUNO7hfSnkKgWTLgiTyzR { width:14.375rem;height:17.9375rem;top:519.25rem;left:2.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lpy880iqx98cP0pJZnZeUwmXOvwHTayN { width:13.375rem;height:11rem;top:525rem;left:3.3125rem;font-size:1rem;line-height:1.4;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #QItvzOqSmyqrOlmCnl3DHStBciTf37Kg { width:12.8125rem;height:4.6875rem;top:520.3125rem;left:3.59375rem;font-size:1.125rem;line-height:1.4;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #HoedTH9rqvoiGRIpEuvtQxa9WeEN5rGV { width:14.375rem;height:18.875rem;top:538.4375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2Vd6PzGgQ6dTcqT0hTTbd9plCmEplVy { width:13.375rem;height:0;top:543.8125rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #N4Cl1RTdhnS6VlbNwgOTnX1VakN2rLNQ { width:14.375rem;height:16.375rem;top:558.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaSGV70u7cSwsKQbS8dPxzT3nmckZI6G { width:13.375rem;height:0;top:563.875rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #LpDxdUE1E4ydQEoiv56ydlTLqHmEkqZw { width:14.375rem;height:17.5rem;top:576.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlVDW2gV8o9XeTCulTOGttJAM6rmUmA5 { width:13.375rem;height:0;top:581.5rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #AagBJ7IcSeydqyTW3ZHVMd70oNDh0ZvS { width:14.375rem;height:16.125rem;top:116.5rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kfdrl4At2elNDg2lS9hei7pwqvA5cDE7 { width:13.375rem;height:auto;top:121.8125rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #aMF4x3J1rXNXQff5TaAbpEc2ev5CpxUT { width:13.8125rem;height:auto;top:117.1875rem;left:3.0625rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #baNwvVRoxQv5tnSCNA8E2ezIch608ccR { width:12.8125rem;height:0;top:539.125rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #sLbGtdyqipGiDEcQskevXfLWs1sfDoWf { width:12.8125rem;height:0;top:559.25rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Tuk60W3J0zifooas8Wi3AH6hCQrMwviW { width:12.8125rem;height:0;top:576.875rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ { display:block; }#uSEsrrfzfGRTz0TbDOq5LCfSpXqLT7IJ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K503M9zOwMxobPDTgKxFQRlnprWr6a8J { width:16.5625rem;height:10.25rem;top:1.625rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 { display:block; }#eulRaOxqaO0iavcBFAkKbopTbHhQEmH7 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpmipT2k7hGA6azXnnz1dTvzPBnQgxTK { width:20rem;height:2rem;top:12.939453125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vb95I4T6GF0o9a2eC7ww2FH7dHwL7JN0 { width:20rem;height:11.1227154047rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SeChQAXfMeGIGXT0edePJEgEXTsGSZqi { width:20rem;height:12.4375rem;top:14.939453125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#SeChQAXfMeGIGXT0edePJEgEXTsGSZqi li:before{  }
 }@media only screen and (max-width: 763px) { #rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm { display:block; }#rvwTdL0uPXTKwVWA3CREn3XKva8J5UKm > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5AzL48VKL1Dn6EpO9Foa6ncBQpoFTRp { width:20rem;height:3rem;top:1.125rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ { display:block; }#yAIUzWB6PUyCSoDcR91Xcp5QfAnechEJ > .row .container { width:20rem;height:562.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBO8ETRwtSSOxDgBGqfFG0ITbPaiz1sy { width:17.1875rem;height:2.625rem;top:1.3125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7U9SlO95ZsvFVuefHk9eWqGIkN450n8 { width:16.1875rem;height:12rem;top:3.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWuIEeuKlXairkkT2zDlNDKFu6QnBKUQ { width:16.875rem;height:1.25rem;top:15.875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS { width:17.1875rem;height:17.3125rem;top:17.125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#XIIb5aHem7Xkr1OGiGz2tHgQusyNPODS li:before{  }
 }@media only screen and (max-width: 763px) { #G0c6rIwBoobIGG0I7Reb3vbUe9auMQyh { width:16.875rem;height:1.25rem;top:52.9375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrTcJPmNP2JFMDeF3WIn5WNW14sXZCMh { width:17.1875rem;height:3.9375rem;top:37.0625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR { width:17.1875rem;height:13rem;top:54.1875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#LJU1sRL1Cs0uHNw9rqoUaC6dL8P6XqBR li:before{  }
 }@media only screen and (max-width: 763px) { #Jl0zaO8yHcl7GLz4rTh3lcT6kJiayde4 { width:16.1875rem;height:12rem;top:40.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRcOPNQeUeMqQxxdnQt2ATb8sTTZshc2 { width:16.875rem;height:1.25rem;top:84.75rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWll23ETVSpscpGrvQccuT6U0LlpZBZA { width:17.1875rem;height:2.625rem;top:70.1875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ { width:17.1875rem;height:10.625rem;top:86rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eBagtxoGkDHVOlaIQ0tCAS6ltv4LsKUZ li:before{  }
 }@media only screen and (max-width: 763px) { #rtwhg6QRbeiZFFrAM5AuGywwaPvVsATs { width:16.1875rem;height:12rem;top:72.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGUa7NHnuv29VZQoyQuZUCNseFqeIID { width:16.875rem;height:1.25rem;top:116rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpoTp3c0KrB8JvKQZ8i8gPCgiwonQNnb { width:17.1875rem;height:3.9375rem;top:100.125rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOVFqCSRZWHLF4G2A4N6TXyUwtrDiK0a { width:16.1875rem;height:12rem;top:104rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbAAHPcOopG1JA4l4N6INJMirxBJVWU { width:17.1875rem;height:13rem;top:117.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GdbAAHPcOopG1JA4l4N6INJMirxBJVWU li:before{  }
 }@media only screen and (max-width: 763px) { #OSTVSSBF6Gl8lw44W3eH20dWd4izTuXu { width:16.875rem;height:1.25rem;top:213.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQUFndFXKi4qyRWT740WpNkiST34QTx4 { width:16.875rem;height:13rem;top:214.5625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#xQUFndFXKi4qyRWT740WpNkiST34QTx4 li:before{  }
 }@media only screen and (max-width: 763px) { #xd865I1rvWshUSppCGCuywOK2aG3Sfv6 { width:16.1875rem;height:11.9375rem;top:201.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8MmOWqipA35VeJxJqFomkSIDA1TGL7N { width:16.875rem;height:1.25rem;top:246.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAsOgGvSXUtpPk6TGyxHKMIPlTtnQsCk { width:16.1875rem;height:11.9375rem;top:234.75rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp { width:16.875rem;height:16.9375rem;top:247.9375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZQhTPBkQ1a5pqPzQoILvm3zIzauLA4dp li:before{  }
 }@media only screen and (max-width: 763px) { #Hzve9HBAnnZKGwEz42FmlRqMEi8SLLys { width:16.875rem;height:1.25rem;top:182.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR { width:17.1875rem;height:11.8125rem;top:183.3125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#PTMxAGL6y8VHma5dzGgtq8CtRmuxiSsR li:before{  }
 }@media only screen and (max-width: 763px) { #hPwOOSO4cxcPB7kTOCVimT5lzTPyromD { width:16.1875rem;height:12rem;top:170.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKNvHqON7a8EvAJJ28IZ43Anrp7y045T { width:16.875rem;height:1.25rem;top:147.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVq865tfdU4GEUtAU3aGxgDR9ZH6LzSb { width:16.1875rem;height:12rem;top:135.6875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT { width:17.1875rem;height:14.5625rem;top:148.9375rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WR9GXi7W5ovkmeMt9vPK4uIqkXJw7NHT li:before{  }
 }@media only screen and (max-width: 763px) { #mDSUKQL4re4DDMFMO19729QnwJOAaTaa { width:14.375rem;height:2.625rem;top:167.4375rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgbqcTVncTk0c4NpBTzAlf8kM5ZpCBAk { width:14.375rem;height:3.9375rem;top:230.8125rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDBSTd41XtMmkmeGyQz8ZCbHdWJ9l1OK { width:14.375rem;height:2.625rem;top:133.0625rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKJ1NTJuGmcBy4yqpp5d1qfyrVD3K5lI { width:14.375rem;height:2.625rem;top:198.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CihcuRh09pk0Ump3H1XTHs022JtZrQmP { width:16.875rem;height:11.8125rem;top:350.5625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#CihcuRh09pk0Ump3H1XTHs022JtZrQmP li:before{  }
 }@media only screen and (max-width: 763px) { #CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 { width:16.875rem;height:18.125rem;top:381.625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#CcVBOb8NS4fb708TqsiU3pqd9nEBp6S1 li:before{  }
 }@media only screen and (max-width: 763px) { #aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb { width:16.875rem;height:14.5625rem;top:317rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#aWEsi0MwCFi3v3TqSD4NwBwJmQuJDKDb li:before{  }
 }@media only screen and (max-width: 763px) { #AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 { width:16.875rem;height:11.8125rem;top:284.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AzRUNoNl9yCCu3ET5TcWf9reiLbLIkI1 li:before{  }
 }@media only screen and (max-width: 763px) { #LISum5CRKVGM4ra579tIfepe1KqInkZH { width:16.875rem;height:1.25rem;top:349.3125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzTzI9sIBIGNyNEgxy7yaOvKVfM1QqyS { width:16.875rem;height:1.25rem;top:380.375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp5AFgzWNZV351ErGfx3VFU2IwTG7tI7 { width:16.875rem;height:1.25rem;top:315.75rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wst4WieBvRKAocV1KUwLIpX15eSLM5UO { width:16.875rem;height:1.25rem;top:283.0625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8Flafb0cT4fsJGx7I6XACR9rDx7wo5n { width:16.1875rem;height:11.9375rem;top:271.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZFzchPu7DT4JM7zimzgGgiFdQQ0VRuB { width:16.1875rem;height:11.9375rem;top:337.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSz0iWAVCc2xXa36yhqillULplAoh2xl { width:16.1875rem;height:11.9375rem;top:368.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXIqrvMTpXvRMTLZOGuhxlabLRSlLUmI { width:16.1875rem;height:11.9375rem;top:303.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Ea9yDEepAAmnSuTJT4FZ4gSHhTVksA { width:14.375rem;height:2.625rem;top:365.875rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuEBkgia58E1JSovzNNf5QVxULr9mP09 { width:14.375rem;height:3.9375rem;top:299.875rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uylTTPe5CB6o6Lh7TKQTUNbQHPVfWDLe { width:14.375rem;height:2.625rem;top:268.5rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlESdoPBi6KB4q6hBl6hasQtMw9fdKhW { width:16rem;height:2.625rem;top:334.75rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLo2ZHSzF6D24nZi3kLTZeWK6b1MOzyO { width:14.375rem;height:18.75rem;top:468.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KAGEwzQ8ubcLbpmXdnZpqbSyGa5bvu { width:14.375rem;height:17.3125rem;top:449.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyCwm46GgEEonqyafH9iO8rAxVc8xRC { width:13.375rem;height:12.375rem;top:473.375rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PXtmfkh0yZgHLiXiQK3yvu3SbCHwdN7a { width:14.375rem;height:18.875rem;top:429.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLy50kIA12y83OT4a9BFFoeoeO6KhtfK { width:13.375rem;height:12.375rem;top:434.6875rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2kGAf2shEUR3qPNL8QL3aaEuTCuOmC { width:14.375rem;height:19.9375rem;top:408.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gulgNsn1rXHoWXGCxZRSp1X4M4Bchzq2 { width:13.375rem;height:13.75rem;top:413.9375rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #taHaiACA6A7pIvsDGbND54Xd0qTRV6hP { width:13.375rem;height:11rem;top:454.8125rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BAtgLtexHmEJ9u4GcoEsFezJZ7NtEkCg { width:10.875rem;height:4.6875rem;top:409.3125rem;left:4.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yuHRaUIi2yTofu6GRufADTbT8wPaIRS7 { width:12.8125rem;height:4.6875rem;top:430rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EsuiWuFPVn5SSJMT4vVggEvtUPP0Gigm { width:12.8125rem;height:4.6875rem;top:450.1875rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ITD72qxIIPTywIfa0AVWUJ6rCR5UdVd6 { width:12.8125rem;height:4.6875rem;top:468.75rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fu8Xpm04LCqma5W1CWL4GT6GOOBtulCH { width:18.3125rem;height:3.875rem;top:403.4375rem;left:0.875rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t03kCWNDJJN3Xk9gmrSgT4aghUJSXGdG { width:14.375rem;height:17.6875rem;top:541.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roc9ekIw5lNw4SEhEnlpHpF1TWkmCWtT { width:14.375rem;height:18.875rem;top:505.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNF1XLBRpOhI4XxuXGGQxsua3pSzdqO { width:14.375rem;height:14.5rem;top:525.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmPuc6avotMSumr5n5HWDhgN0EMydiUT { width:13.375rem;height:11rem;top:546.8125rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AzqTdxS03z4tBKWIn9mlKuZDdhye7wnT { width:13.375rem;height:12.375rem;top:510.9375rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qdJRXbWHeT6hFPuyk8ZXg93MTBExZSLN { width:14.375rem;height:16.3125rem;top:488.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyghVepEcdzgahWRtTWGP36kW0FHJJwc { width:13.375rem;height:9.625rem;top:493.375rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wKWQpzgs1Q0rRzSRpzx0RQ6Cawe42m14 { width:13.375rem;height:8.25rem;top:531.0625rem;left:3.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fpipNGU8fbfNhdvIGbTHJ5cvioCBTGdW { width:13.75rem;height:4.6875rem;top:488.75rem;left:3.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0svcGctSd955DIkr3Jr8GaRImQAgce { width:12.8125rem;height:4.6875rem;top:526.4375rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CFh5qcFTiS0em0ITR2l4WTIqZLgiCDxS { width:12.8125rem;height:4.6875rem;top:542.1875rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd5eDT0H0SqwDMln7gmgKbDsKT4axWaB { width:12.8125rem;height:4.6875rem;top:506.25rem;left:3.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wC8S3g50DHc8SapBSp5WlLuJStJaovRI { display:block; }#wC8S3g50DHc8SapBSp5WlLuJStJaovRI > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UClQIyhmFTx8KHuf2AxTZkKpX4f6ZWpk { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW { display:block; }#tcC7Np0mlDUaeA6Tfv2sNgk6imUQ88xW > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zumvPw4on8qR6CyiLGzUfxV2RTyvGkOT { width:20rem;height:9.4610778443112rem;top:0.67578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S { display:block; }#DLnp7gdhO9qkeiUBJ4nnqlNgfQZEW37S > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJNLKvxfVECNiJlDCuQndI2zXSqTa2BM { width:20rem;height:11.019417475728rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPhAoN216nhK2merZoIqIT0ysS3WDFz { width:20rem;height:9.3203883495144rem;top:13.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtETy7q93HpX19IJNHxiWregmTGOIBTr { display:block; }#GtETy7q93HpX19IJNHxiWregmTGOIBTr > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0cIItLFowB6TaoHUQrkihmr0hE80vae { width:20rem;height:30.641330166271rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4SZMGR0RINTmu2TCRHOUnATamGPArw { display:block; }#Ul4SZMGR0RINTmu2TCRHOUnATamGPArw > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCzWf9n24Jm618rkOQdLpBEPXfI0Awgv { width:20rem;height:11.435768261965rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Ap5dWa5I2imdAVBghoSSUpTXTnx1dd { width:20rem;height:17.925072046109rem;top:13.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8atuTWvXft7SNLWxstWkVANJx96DDE { display:block; }#Gm8atuTWvXft7SNLWxstWkVANJx96DDE > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpKzeBuprz9LDiiTQ0NkymdC0gFCeuaG { width:18.6875rem;height:18.6875rem;top:8.0625rem;left:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQpx8F64PMe2opwiCFR0BS3xvmWdKyTa { width:17.75rem;height:5.125rem;top:3rem;left:1.125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yK5kiMGQoFkUsuPoW6JyiTq5a4KZhcVe { width:18.6875rem;height:28.875rem;top:27.375rem;left:0.6875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RWK8cnQb4evAvU66kMCPcPcXfJKca2LE { display:block; }#RWK8cnQb4evAvU66kMCPcPcXfJKca2LE > .row .container { width:20rem;height:128.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOApeF7EDPSxOgnPt8MFJvKhCMETKlLe { width:17.375rem;height:34.125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTiaT5LRUhuOm03UDvLMXZCZS0sNTTs { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sruqxr5XVS58oMRLpQEKTRW4LXCUJlD1 { width:16.4375rem;height:2.75rem;top:2.0625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxoNNC9xmosLmuJ83EDuhkRT90rHa0Vm { width:15.25rem;height:2rem;top:17.625rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD389Gn5wbK4voNCrWaPZLD37EfrQhvL { width:8.3125rem;height:1.4375rem;top:33.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luq7tTV8gFDIaQTTA47TNP7TpcmLeGQl { width:17.375rem;height:53.375rem;top:37.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1I68uV6lfSNQzxAHpkcpeM3gfVWi8FE { width:17.375rem;height:4.375rem;top:37.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQfUxHbkI1T1Us8DKISvXHnufRdJG0w { width:13.9375rem;height:3.25rem;top:37.9375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyRyyrFQG8wHoccMasCJQwRdknBKE4R { width:8.3125rem;height:1.4375rem;top:88.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5X0CvJDyP7Q3m2nxTHlJkLXUyzmSs0 { width:11.0625rem;height:2rem;top:63.1875rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhhwF2aiywmGtQLzU12dPDKLlOSLyzv { width:16rem;height:8.9375rem;top:7.375rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HW9qWwrI8LzCCIhJo1ZP3Ho4SBvBXOEN { width:15.5625rem;height:3.875rem;top:28.6875rem;left:2.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwEWBuT2GQQ8c84mpM6voR7eZL6opOn { display:block; }
 }@media only screen and (max-width: 763px) { #DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB { width:16.6875rem;height:7.5rem;top:20.25rem;left:1.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15040;display:block; }#DABqhLePh9L6tZlS5hT7ckAI6IxKTTfB li:before{  }
 }@media only screen and (max-width: 763px) { #VDL5BR1ozy9UzyTI76NUv7wFNhsF0cll { width:17.375rem;height:33.5rem;top:92.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX7JWAMBOLsKzKtU8v0PoNh0VOQqBGO9 { width:17.375rem;height:4.375rem;top:92.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMEZrJ3Fi2T4kKGJWOSkvoR2AS5phSo { width:15.625rem;height:3.25rem;top:92.9375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnoauvIZemp8EeHeGQUFoQpDs9l6TSTg { width:15.25rem;height:2rem;top:106.875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P { width:16.6875rem;height:7.5rem;top:110.125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#M4IeNkQzL6fT6yO7UziU5bGc4fxAa95P li:before{  }
 }@media only screen and (max-width: 763px) { #cmBA544efe3Szxzxs7f7aRZ62vT0ZXu3 { width:15.5625rem;height:3.875rem;top:119.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGFLkTwtf7RBLWarPkLZ4i0n3f657qT { display:block; }
 }@media only screen and (max-width: 763px) { #aZlbd1i7QuewkGavlv9U4wyrGLqiIbUK { width:8.3125rem;height:1.4375rem;top:123.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHSBiv21DH6ZP4qwuiVIrkJrALBQk3b3 { width:16rem;height:6.25rem;top:55.4375rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3RbuJ5Q3MdyZThVdlTTor4lSSRHPCf { width:13.0625rem;height:7.1875rem;top:42.8125rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffU006XWEq8Fi5b1GZgLLGdb5pkJuLHu { display:flex;width:2.625rem;height:2.625rem;top:51.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #c3mVh9V8NWaDD1L7pcp91Rr1bbeip7Wa { width:16.6875rem;height:1.375rem;top:65.1875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OORmu0IF5iNf7srrFMCdqCbOAzh1DTR2 { width:17.125rem;height:6.6875rem;top:98.625rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VeZeNaqBoIToT1P1wSN73GULmo92STsS { width:16.6875rem;height:15rem;top:67.6875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VeZeNaqBoIToT1P1wSN73GULmo92STsS li:before{  }
 }@media only screen and (max-width: 763px) { #xC4LEXoNrGTET4XtuVEhIFzovAfHVgsd { width:15.5625rem;height:3.875rem;top:83.75rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTTyEb9OSa6mtDKzxQe7KoaO3lSOOz6 { display:block; }
 }@media only screen and (max-width: 763px) { #tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo { display:block; }#tJJJ1TOTWMQmFDkHf6sw9Fkc7IdS5Zlo > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz { width:18rem;height:5.0625rem;display:flex;top:5.25rem;left:0.9013671875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kmJ34vRLFba9K2TVSAycD4yOrZZgtOWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #iIMmS7icB0GnHQJhdbet45RR6NGJeTkw {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #Dqbbsh0AiTVSBc2UTtS6TSfm9no4p7N2 {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #gCbHXBAkIOnT8ZaLEW6aC9GBR9mvS3LL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #RpKF88MMOTvueJ2SeouTlSO2am7dccTN {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #XyMT9RZqDRGmyDTHR10mJhtfrKUXRdb3 {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #DdoSDX5Gk03xOPIx3bHuOk8FbBdTZ7TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #p0JOZ4rrBMmTeJLau4ZbPxG7q6gvr5ur {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #kq0gS0wkN05E1GmhxT5IwrbkVOlcZVmk {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CxJAPvPHSJiRkrqKcFxtd0aLsNGIWA4I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #rSBzoXA4sk4zfSqIwLkS1QCq6ckkveyC {  }
 }@media only screen and (max-width: 763px) { #QHi7kJvuuLIp1TkxWexFcCq5Vya9e1Vz #CDOdafZqXcN92fJVTKeu1qqSdHuvzah2 {  }
 }@media only screen and (max-width: 763px) { #K0GJDiIh9ONHNbhIJ1T4Js53U0FRB05u { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuI5EPddo7wabdE4TgM3kO2MdClLbZmL { display:block; }#NuI5EPddo7wabdE4TgM3kO2MdClLbZmL > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3f45cgfnsUAThEgmDkwL72eZi8sHs48 { width:20rem;height:3.125rem;top:8.9375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr0qgczwb0JHUONCgNH3GLDf6RKz0ld7 { width:20rem;height:2.0625rem;top:5.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJeHEVoGVdX7TEt0umWdu4CIkpaeohOq { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg { display:none; }#rJ0wuVg55T3IQNDzQKH1ZUG2NZ9eAmFg > .row .container { width:20rem;height:15.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnQc2h6a2fMMkfyQlvalGyxXgOrg5e5c { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5x5vmWp2fWTLTAdXG3gBzT1intEMWzN { height:11.217510259918rem;width:20rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 { display:none; }#ZimOr2dCEikH9JHzFtSsEdZHiKMIxGr8 > .row .container { width:20rem;height:15.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MygUDbbbpQuy7WSw5IiSAII1UCVO63bg { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgPQUv8oTrTdKGXvdpb45Zt1ENdGT6HH { height:11.217510259918rem;width:20rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:109.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19rem;height:20.8125rem;top:57.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.5rem;top:58.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:14.375rem;top:62.8125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.125rem;top:3.119140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:26.8125rem;top:80.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:18.0625rem;height:3.5rem;top:81.5625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6240234375rem;height:20.125rem;top:85.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfG2sDhXsgEcVHRgyJ4fpuAG9m3B8dRR { width:19rem;height:27.6875rem;top:8.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BG1mTqhwZZW2keg3dwmVbLUUeq8T5O { width:17.5625rem;height:5.25rem;top:10.0625rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8GwLRe5PqCHOPGzeLvbCPSvLdf8JWJw { width:17.5625rem;height:18.6875rem;top:16.125rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78K7QXUgLTX0TJVn8l1bQNl9xhEUmn0 { width:19rem;height:17.1875rem;top:38.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8E81zD6xP0M5kmUO63NrdyDQt5rUzaF { width:17.5625rem;height:8.625rem;top:45.375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7TlW6c5AXT4U32h56vAJ10NIUsoIb9 { width:17.5625rem;height:5.25rem;top:39.4375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:1.40625rem;left:0rem;font-size:1rem;display:block; }
 }