.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 { position:relative;display:block; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 { background-color: transparent; background-image: none; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row .container > .video-iframe-container { display: none; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row > .video-iframe-container { display: none; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .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); }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 { border-width: 0; border-radius: 0; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .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; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .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:"open sans";height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OPCTvcwdlrQaPyhLDy3SPGvrQGsTL0PL { 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:1.875rem;width:8.186875rem;top:1.843533039093rem;left:2.9372844696045rem;overflow:hidden;display:block; }
#osyimbgTT3Ak5bAqA8He1AkzAT7n4naz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #061627;border-left:0.0625rem solid #061627;border-right:0.0625rem solid #061627;border-bottom:0.0625rem solid #061627;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.12435rem;height:2.74956875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4062501192093rem;left:69.546443939206rem;display:block; }
#b6UJpuU8HDpcErTCeZAVau7TNbqcT0ED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmtgIHU5H2VOT1UgTE4QzPTMXPXSDQFo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#040000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1235375rem;height:2.749025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.40625rem;left:64.503173828125rem;display:block; }
#fWWSZTyc3aFULFNTIfTKUMyp4Zi0cUbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0468fb;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; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container { background-color: transparent; background-image: none; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container > .video-iframe-container { display: none; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row > .video-iframe-container { display: none; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .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); }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container { border-width: 0; border-radius: 0; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container { font-size:0.875rem;font-family:"open sans";height:6.5625rem;width:75rem;position:relative;display:block; }#StwS76FglRuBIHmKyV5RPGnROGREkryC { color:#000000;display:block;width:66.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0.6);top:2.2431640625rem;left:4.3125rem;height:2.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P { position:relative;display:block; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P { background-color: transparent; background-image: none; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row .container > .video-iframe-container { display: none; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row > .video-iframe-container { display: none; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .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); }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P { border-width: 0; border-radius: 0; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .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; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IZQAwf7yLlxKRPQwG8QKB1LS1npRwe83 { background-color:#0468fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:3.75rem;display:block; }
#PtRbzvie4PTb7UceWscXa1Dy7TPEahqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoH7JJ0peaAu9lc8lmNzDS2h2dT2VRRN { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#a41HRSWMDUn5XMmOB0bRcLKybB3x19QN { background-color:#0468fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:28.75rem;display:block; }
#ODhKnW9sgNcVs3hl1Cmi2en8c9ygUTAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytgkvyKrQ3WvAnNtanIBu5VzyNA9nAlU { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1875rem;left:28.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cfCOsEDqteHkLJuwN3rq5tp7demAMs3P { background-color:#0468fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.25rem;left:53.75rem;display:block; }
#bugtuck7JLvfKQSSNQAwOB3wF8s6Gvqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRu9DHHGTxglRCScaLO01TXC7QnRbu4p { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:53.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn { position:relative;display:block; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn { background-color: transparent; background-image: none; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row .container > .video-iframe-container { display: none; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row > .video-iframe-container { display: none; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .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); }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn { border-width: 0; border-radius: 0; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .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; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .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:"open sans";height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qVgcBaQxTXIVXwJ3hZw7TaeNaaqR6rsm { color:#000000;display:block;width:62.749375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875009536743rem;left:7.0301666259762rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF { position:relative;display:block; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF { background-color: transparent; background-image: none; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row .container > .video-iframe-container { display: none; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row > .video-iframe-container { display: none; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .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); }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF { border-width: 0; border-radius: 0; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .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; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xaN2KmRfGuTTlLc5MavaApitTZvivBAb { box-sizing:content-box;height:26.6875rem;width:71.8125rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#ta1aafUsRckV9QtPFSbI0Rieb1DywGqZ { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#p1eDcXg6aFXxmpQQ4GspIcxoA0vephCy { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MNW1epIO6nFCsUGQ9Z4ccMQOInANwHPp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#pU9TgxWXCRH3cZCJ8GwWFOihm5e3VHL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#LqH1zWN71TbJZQQUJsIFpnGAbbdvMmiV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#h5iSy3003fgMKAJFql2vCJmLHwIsILG9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#C0m88X4JBfpD1Ntb23nb3UWPUfLMiNZx { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.46875rem;height:3.25rem;display:block; }
#iSeTarGlhecQwcmdCrxsAmZavNeUvKqy { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.90625rem;left:3.53125rem;height:5.84765625rem;display:block; }
#IvRKMATMFglRtZ10zK35RtNdUHOWuoCn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.5rem;top:3.8125rem;left:3.46875rem;overflow:hidden;display:block; }
#PzhPCPQ945sMxfL4mPbTXJb05t5Ok1PG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.8125rem;width:37.375rem;top:4.34375rem;left:31.75rem;display:block; }
#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE { position:relative;display:block; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE { background-color: transparent; background-image: none; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row .container > .video-iframe-container { display: none; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row > .video-iframe-container { display: none; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .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); }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE { border-width: 0; border-radius: 0; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .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; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .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:12rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cnUNSLbn2EcTQszOnBrfFApEsZRDxwVU { box-sizing:content-box;height:8.875rem;width:71.8125rem;position:absolute;display:block;z-index:15000;background-color:#fac28f;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#k6zICA9oUEg1vEa3frIzM69wH8J14wgQ { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.71875rem;height:1.625rem;display:block; }
#dhCLI8s7JTV6GTUHCugnDdoDpXzS5Dkk { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:22.75rem;height:2.923825rem;display:block; }
#RQqyny0R5eentGFuDIp25gR50PoEqtVW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5rem;top:3.0625rem;left:66.4375rem;overflow:hidden;display:block; }
#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR { position:relative;display:block; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR { background-color: transparent; background-image: none; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row .container > .video-iframe-container { display: none; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row > .video-iframe-container { display: none; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .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); }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR { border-width: 0; border-radius: 0; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .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; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mrXGTkVTx714LtAhomE2QbKLNkHOzSWy { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#TBc1XanWNkdSnw8eEiw938Q2U6kFdO87 { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#tFoT5uUKR1GM4Oqhefa4E5zr79hE6BB0 { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fi1uI6XDKdKTlqdGmF0rhKuRJpFORbPT { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#VGkgrdMf0fKZ1GuhI5Fx2KPPqOhyXMD1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#NbQPoWOe5bXhq1UeczRLbPhBH5Lgb3O6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#N99LiQTTEnp5M9wcXmybVKG97ItZv3ta { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#OqU9AgtmgQ2MrxNy0nm5lXRNtBANSPPc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#kpk2BJR9UADegOetiM3PRbVqpWanpD3g { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.46875rem;height:3.25rem;display:block; }
#pTqLNoTEkr9R5NQosNg3zBXK76x67ZEi { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.90625rem;left:3.53125rem;height:5.84765625rem;display:block; }
#S3qf72WgbXsSB3b8CLK0y91mV45Fy1bN { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#mzwGwAekkaVVwx2zpd6F1NQkrOWV6vyE { 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:1.5rem;width:7.5rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#M6MGTIS1AhXHp4z440FJO9Vf0sQ8nqEP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#xnypTTu0N0Xeot5D3KyGTx0O4LvJ0ZKg { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.375rem;left:41rem;height:3.25rem;display:block; }
#pZMab6PE7Pkzl3QbzCpZ5Ci1CCT0LOAC { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.90625rem;left:41rem;height:7.3095625rem;display:block; }
#H4w4AqyNTFXAUEHI2Vr8FQQQ03ZlhrJn { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.625rem;left:41rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#z1QxQz2f1EsPPaBw6rpoV2y2z5dX0inO { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Hx8WHwb5xnMEdCORixTWCN7sV4bDzprP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.1875rem;left:41rem; }
#GtzwxqAGeLlZyst8KrLQaH8Ty5V5UAmX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.21875rem;left:52rem; }
#iCv6gPBeBrkSSGuWIT27TKPDUwv1cBDO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.625rem;height:2.2734375rem;display:block; }
#lHMutAqXRtDk5SWay6kETePHF8l1kNdt { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:43.59375rem;height:2.2734375rem;display:block; }
#Tg1wgKsxgI5xVtu8Kv3PocxG7e3Q2zeT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.5rem;top:3.8125rem;left:3.46875rem;overflow:hidden;display:block; }
#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW { position:relative;display:block; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW { background-color: transparent; background-image: none; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row .container > .video-iframe-container { display: none; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row > .video-iframe-container { display: none; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .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); }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW { border-width: 0; border-radius: 0; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .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; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBZcKLgJmg5cuKUl756X6iiAs0cPROqO { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#TN1pen4ynkDqKXgTMgP8KxArhRQOOatD { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#S5kNQBtSPB1QiAgcrvtR3v34gMOpslyO { 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.5rem;width:7.5rem;top:3.8125rem;left:3.46875rem;overflow:hidden;display:block; }
#LExULswEzrn1LsLba1R7uX4VfORo54FA { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#nsl01amtC1q9PB1owsZ6hcqpdiV21qgZ { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dArqMQBHUL6tzIu2wLSaO0zaUhbIKkHp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#k6eT08nQa5yT7Fy3c6hvasyTN0etdH0Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#Fn4n47u2PKctEI1o16aiIWFvN6MDFUez { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#KaiaeW9sHXnXAOTpGT4MCPSixyPbg4cI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#vCDeoTFPJ9k12lSbF5bdSDrstCuI4KAE { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.46875rem;height:3.25rem;display:block; }
#ZazFCTCJ7UKKCaRMyNulV18TzRbMzTyw { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.90625rem;left:3.53125rem;height:4.38574375rem;display:block; }
#gCI4hOAByv2xaVilC9ZK3sa1Q1Ks1bRm { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#TeLryA4pCVVfTlkpiGJBpDRyRR6iw04M { 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:1.5rem;width:7.5rem;top:3.8125rem;left:41rem;overflow:hidden;display:block; }
#Xf3CQThLkVDJreP9WPNSb7iL5mkWIhzu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#OgPqySalbCS3Zq38Ql6Tk6bir7O8k2e5 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.375rem;left:41rem;height:1.625rem;display:block; }
#tfG1tNcTqqKrmzCqke5L5TAlX3qZXZ6Q { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.90625rem;left:41rem;height:5.84765625rem;display:block; }
#U746h6J4m6T0VQLkbsquwn398X8SVldS { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.625rem;left:41rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GCTPpkqmLWhsT7T8wEFhOT4lBH2CI8Wo { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#xwbvcudGO6VWZHsb2V4DMAT6HyZBk1dJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.1875rem;left:41rem; }
#ceu2Nm5wiaabk64c0TLfOxrOIPVal3Ls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.21875rem;left:52rem; }
#KTt6DedzeumO3Xa8dA0MrdtRx5MTh5AJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.625rem;height:2.2734375rem;display:block; }
#q5X9yeTmqNPSquzZV58riTToKPXQK7Dn { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:43.59375rem;height:2.2734375rem;display:block; }
#TWZKcPym5KtOQps18clcEsydzEND83c1 { position:relative;display:block; }#TWZKcPym5KtOQps18clcEsydzEND83c1 { background-color: transparent; background-image: none; }#TWZKcPym5KtOQps18clcEsydzEND83c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row .container > .video-iframe-container { display: none; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row > .video-iframe-container { display: none; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .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); }#TWZKcPym5KtOQps18clcEsydzEND83c1 { border-width: 0; border-radius: 0; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .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; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uw8U6ApR42qJTOLd9XksEqmvM1vq0rDT { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#ZeOkfWOzdigy2nxGeECsenwgquzI5hx7 { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#T4o2RW64VNFNyRtZrXyWlZvPh17gfT25 { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#nVmC0FToZ88bXAfSkLOQT9GHW23CRWkI { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dbocXFXtrtU91STbrmr28yTPbRNE54AO { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ILDCA08K2IBLLdqb9xkOaqVcZV92yvdk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#nTgOreBdWNvfiHfQO4hlqgOlVQSQzqbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#wL26lK0ZVaFcLzWDS72E1fy5WvWrG7yd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#nkseQFEEGmAFQlDJmsNMtoqrI11XFt6O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#EihEHRzdkktTAVWvNaxV4PGhMwVQFUEb { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.46875rem;height:1.625rem;display:block; }
#HNhEuFTVZWAIOOE8Wme5To0hdS7XZSHZ { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.443359375rem;left:3.46875rem;height:8.7715rem;display:block; }
#UK4aexDp9lRTdZd6tf6C219qfw7281c1 { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#a5zD7KBUG5plsNI2HKGuU1qT6BtPc2Ta { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#i6WJOFFT6ZUs0pOJrepX29EhAnt9lunT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#R36Hy1K2dkNPEgqIM1z7o47iTTTpOg3n { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.375rem;left:41rem;height:3.25rem;display:block; }
#oQFBnuloNpmIEZUAhVFuruqT8HVb2yfT { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.818359375rem;left:41rem;height:8.7715rem;display:block; }
#CVRSEc0AaTFfswC0IKzGKmDkzyu1poNT { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.625rem;left:41rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kSru5AZycUvgNzhguprx9ZdoIZfEVFuu { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#etL0eZpiGl6ibs55vvtHh1vP25ErQzgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.1875rem;left:41rem; }
#K8SX1nmp0V2mZyna1IIKbUgu8foJoQ8P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.21875rem;left:52rem; }
#eLrih112UPJMkCbrobR3p0flHT2w3ozg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.625rem;height:2.2734375rem;display:block; }
#LTLuLWowkR6PsTcBA21fVKEg1lCFXCHN { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:43.59375rem;height:2.2734375rem;display:block; }
#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k { position:relative;display:block; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k { background-color: transparent; background-image: none; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row .container > .video-iframe-container { display: none; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row > .video-iframe-container { display: none; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .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); }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k { border-width: 0; border-radius: 0; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .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; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ycRw3BJe2RRBuBAvrDS8JPPy5KALHbMW { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#LXnHXHmHJE2FazquUu0ItEuqenwFOp3d { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#SbTbN6ZETnXeChvrhVZfcG6UDV8ilqX1 { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#Wlhe3EdJkytLcAFIxQgwewu5cenou2nZ { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#hK7ylBpy6AarJcxxggriTyxAV1tQ6bW3 { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#FI05t4D3ZQI7qgU3094cT5DaIiRSVSCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#n8cAqhyTVSX0wGbgfmGChG2PCtdyWgfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#HQuBz3CKSaPwlT5zNtdyT9EzKDLabded { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#tOiV0sWpE6flhuzkRJN1qQ1eONUtpAmH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#L0yBnGQmgokUAoZ2rMeOZuO7FGmctGGI { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.46875rem;height:1.625rem;display:block; }
#xsNVwcCeDfVxXgc1rJAcPMg4awypEABf { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.443359375rem;left:3.46875rem;height:5.84765625rem;display:block; }
#c5F92Swcdyr0sNsAd2bTNuX3ZHJszGkF { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#RKAhTdESvqbotoq1CZlZIc7DaL36HbP5 { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#vl0bsTpAt4VovPzvamiW4V13hux3Gehv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#kCDoapDPHiaTgOHGu2ek9LIAXKJUTr3X { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.375rem;left:41rem;height:1.625rem;display:block; }
#ZmGSCBhWUUoR01NL3TSIAWsK12beKtnL { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.818359375rem;left:41rem;height:4.38574375rem;display:block; }
#pR60b698N03uPdAgHim4A5mk8XEEdtuD { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.625rem;left:41rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mqfpXQmRXU8pcls3qgGFD72bE3Mh1Dpy { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#zoHhVk0JB5CfnDwkFkgp7rx3K8WPZOhW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.1875rem;left:41rem; }
#FmN5Wvgf2I7hfOG83lrAy4OpJgR9VDBu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.21875rem;left:52rem; }
#LAWIzKy3DQfBASqvzPJvFtc7IS4nM6Z4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.625rem;height:2.2734375rem;display:block; }
#kodQxp5v7XZOd3oShgdWRffuwswec5md { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:43.59375rem;height:2.2734375rem;display:block; }
#n8b0DG1w9U2zidHBMAztDd4vr751zKaO { position:relative;display:block; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO { background-color: transparent; background-image: none; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row .container > .video-iframe-container { display: none; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row > .video-iframe-container { display: none; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .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); }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO { border-width: 0; border-radius: 0; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .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; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qEE9PnR45hXk5Db4Pc2pqRW4Nd9hlmwz { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#HWzhsGrgTpBBSeXy1zmzEKdqKdZtw3y1 { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#MerS8WBnFovhFmNyeTc3b8fDvpHmvuV9 { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#Mz80Xe9TGpP6fqUQWWErR70dwH1AndZL { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#NqvClUmpvx2QCeOc0OZc1cOUw4zazGqc { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#qGxtGPXu8Q2y0oAhW44T3TMdbTpCh33w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#UETTXpUhMm0aVUdP9ltRxlcgEmoKMvXp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#LyvubnrSOO24KNFTqDD6PDfEX1CAZTV8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#mley1ZKSMqfZcIZUxOOJT0mTHy1LN8Ci { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#t6l4Mh2BTf8dT1PiaaDt1Ep5ysAJAZgt { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:7.3095625rem;display:block; }
#gf1FfoyyxQUdmztbmF5g3FHFHNRa9Ss8 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.005859375rem;left:3.46875rem;height:5.84765625rem;display:block; }
#KMOvL1UTaD6QtZkihrfutHzfxBPWHeTQ { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#wBXMAT1fNR7yBTw9DIaXiE0SIkNzX9ea { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#JreZAln3v2sBDZs9Od8sBmTrsdrxqvMa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#GRnr4TKpgRduOtEyOXXuCsimg62W78uc { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.25rem;left:41rem;height:4.38574375rem;display:block; }
#WvJ4P3bbZDyz38d0VGQ7r02sBqVflySH { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:8.7715rem;display:block; }
#kqbJEdppBgUsJLZb7272zzPChspTQpA5 { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.625rem;left:41rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#syaDADOywMJacAbXFKCZkZV3egm1Oi4u { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#KU3Fgza8dvsM4zzwLAW9RNrcsNcPLmF2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.1875rem;left:41rem; }
#VHpBvf9rDySLKkgZ3nt2r5GJhx1IZd1Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.21875rem;left:52rem; }
#lNCKLRJHhqECZUWoVHZXTbxoDgoo8IlC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.625rem;height:2.2734375rem;display:block; }
#DQNrh14Fs4Ubw5waX2iCVz7exGKnaTKo { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:43.59375rem;height:2.2734375rem;display:block; }
#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs { position:relative;display:block; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs { background-color: transparent; background-image: none; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row .container > .video-iframe-container { display: none; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row > .video-iframe-container { display: none; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .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); }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs { border-width: 0; border-radius: 0; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .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; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BRrVR0L8FDIIHGTZx2PCTzASQpHI2J4l { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#y6qmTAwE9Pdku81hms62yoGhTzDQckBt { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#tqk5Li53OP9b3m44GlN4LHmkBgDHN0nT { 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.5rem;width:7.5rem;top:3.71875rem;left:3.46875rem;overflow:hidden;display:block; }
#RsI9mcTwXBgBVS3Ug3PFk0QHt3QhcdPS { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JK05T509fuWMlaR8Lrsgn6vNvVzn19lW { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mI6snnM7OnXM4FaoT7U8Qlze2XWd3Mcb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#FCgAAihZZiR1qTkUuauuwZnPQsRSZT1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#S5gkeBbRBkP1UqQQZMSiT0PuAHOdF0Pc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#vqw0MquKzRbDVrTvKWLK9i27M2kXEom7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#enuI0TfHyrA8gacgKnuvMNyI1EtALt4P { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6728515625rem;left:3.59375rem;height:3.25rem;display:block; }
#uqsyAEP2CXKW841XfM7pnqNrIyqR3V47 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.197265625rem;left:3.46875rem;height:7.3095625rem;display:block; }
#TPf32arwivitpCIDJLrHeiNgs3TGnn8F { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15011;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#WXyzRU1ETg2SKIuHIzz5u3Jx7MtGgDsG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.5rem;top:3.71875rem;left:41.125rem;overflow:hidden;display:block; }
#bEwXU4Cu91BVFBSKAGZZagJxcmHHk9ge { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.6728515625rem;left:41.125rem;height:1.625rem;display:block; }
#xkZ85fLUQF06aE0esnfgc12vE1OEyFe5 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4716796875rem;left:41.125rem;height:7.3095625rem;display:block; }
#sggqXUoVhZcfeGCOF24MrWXAwNJvdBoi { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:21.6875rem;left:41.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#SOQu5LKczVSRIZTw5lXw5G3qx9huI1v9 { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#s5pB4UIvVKoOZbdqxeTOsfGLldNl6kaB { 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:12.9375rem;width:12.625rem;top:6.78125rem;left:60.25rem;overflow:hidden;display:block; }
#bOxXcpbb4wK4TqW88ySxmKy5gfT28Qt9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:22.375rem;left:41.125rem; }
#Fb1mNbQXNZ15hvwDhnMJZZvqU05gVFDP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.21875rem;left:52.4375rem; }
#xT9krxqe0WOk85ZKbUKB94qBaROKRial { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:54.875rem;height:2.2734375rem;display:block; }
#UCI7npGBXBCAPxuXlHUFnrLk3eu0Sqw2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.42578125rem;left:43.625rem;height:2.2734375rem;display:block; }
#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze { position:relative;display:block; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze { background-color: transparent; background-image: none; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row .container > .video-iframe-container { display: none; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row > .video-iframe-container { display: none; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .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); }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze { border-width: 0; border-radius: 0; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .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; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke2l9wtkizS5gNPTqAfXdecTV9V755Ut { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#tJAatzMN5Ms4OMTcWDHflRT55GwXGZE9 { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#bzsgBnSFBvr3RGhdaXmNqa3ptfgoAwsQ { 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.5rem;width:7.5rem;top:3.71875rem;left:3.46875rem;overflow:hidden;display:block; }
#ToHHtPxkfpQly7dlZ62KN9CJ5bUto7tt { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:21.625rem;left:3.46875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#K2vQSHruaa1Sg5qJ1NAZSsktS1AiO73R { box-sizing:content-box;height:3.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:21.625rem;left:13.875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#EmsielrNlZrgNPEO6TOZi5xGJc4DAZiw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.15625rem;left:3.46875rem; }
#cuVuLeeZfWTkLr2TgRTH8ENZlOA3z4wp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.21875rem;left:14.40625rem; }
#sPL9vFBWbLCPwthVq62Mx4RDIMTuRdFs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:17.03125rem;height:2.2734375rem;display:block; }
#U5CDvnBZGbKAyN3LiZtpo6rryaha3zqQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.23828125rem;left:5.90625rem;height:2.2734375rem;display:block; }
#f11GDKg1TLuweHcMqcIP3aTt8WciypB7 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.2978515625rem;left:3.59375rem;height:1.625rem;display:block; }
#KDgvCUlT3IrO2svm6h9sp5PiHeTrJ5H8 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.46875rem;height:11.0468875rem;display:block; }
#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF { position:relative;display:block; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF { background-color: transparent; background-image: none; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row .container > .video-iframe-container { display: none; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row > .video-iframe-container { display: none; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .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); }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF { border-width: 0; border-radius: 0; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .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; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .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:"open sans";height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NXvEAKxPp3ylrzHV00TsTUeqAufH1wqk { color:#000000;display:block;width:64.93625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.568359375rem;left:5.0302734375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ { position:relative;display:block; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ { background-color: transparent; background-image: none; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row .container > .video-iframe-container { display: none; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row > .video-iframe-container { display: none; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .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); }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ { border-width: 0; border-radius: 0; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .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; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .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:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HEW4o1bXKtgyi3eMs5ZchaCJ7abgbpPK { box-sizing:content-box;height:25.5rem;width:50.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:0.875rem;left:11.90625rem;border-top:0.125rem solid #d5dff7;border-left:0.125rem solid #d5dff7;border-right:0.125rem solid #d5dff7;border-bottom:0.125rem solid #d5dff7;display:block; }
#MdAocbRTS8srdSMVOda3cBI4ckO25kTq { color:#000000;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.28125rem;left:16.125rem;height:3.8984375rem;display:block; }
#JzvJJsZm105QPpCeXUnx7CLp0Q1bBTaT { box-sizing:content-box;height:9.625rem;width:24.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:11.8125rem;left:14.34375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#BHP53nAhGgUESs4nDCycWM3Drxu96ved { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.1875rem;left:15.125rem; }
#AkHBqgcyR4Zlw57H8CqiTeiqOGqpVJvo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.25rem;left:40.0625rem; }
#FyRA1bcWxVnb5oUL96gUXaJQIc5sT7Wg { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:43.625rem;height:4.546875rem;display:block; }
#H5TCk6sU0QNdc0Jii85nOpbl4xMgTvSL { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.0625rem;left:18.6875rem;height:4.546875rem;display:block; }
#uxSMgZVwKfKVxKgT5PpLMw7WyB6RwwyA { color:#000000;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.98828125rem;left:16.125rem;height:3.8994125rem;display:block; }
#VW3wDSt78ekp0GUEVtoxfizcMvxiTdk4 { box-sizing:content-box;height:7.1875rem;width:22.6875rem;position:absolute;display:block;z-index:15010;background-color:#d5dff7;background-image:none;top:16.875rem;left:13.75rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#P0UrUG1Nud2zCmchvTT1iv7G3tlpSZbp { box-sizing:content-box;height:7.1875rem;width:22.6875rem;position:absolute;display:block;z-index:15011;background-color:#d5dff7;background-image:none;top:16.875rem;left:38rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nAaDpouUUUIAVJgrrBygEikB4masdV2s { position:relative;display:block; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s { background-color: transparent; background-image: none; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row .container > .video-iframe-container { display: none; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row > .video-iframe-container { display: none; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .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); }#nAaDpouUUUIAVJgrrBygEikB4masdV2s { border-width: 0; border-radius: 0; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .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; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dmbwghJTOKEzK6F2HegtCnq2PxKsUMtI { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.625rem;width:47.5rem;top:1.5625rem;left:14.4375rem;overflow:hidden;display:block; }
#oQxAER2R8bVwu3NJuNRTBQVgVgJPnF8v { 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:20rem;width:20rem;display:none; }
#SO76OdV1guwT1urBAbL4qnsRLO85D4aP { position:relative;display:block; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP { background-color: transparent; background-image: none; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row .container > .video-iframe-container { display: none; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row > .video-iframe-container { display: none; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .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); }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP { border-width: 0; border-radius: 0; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .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; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RwEs6L3uaqTaHIeAAvfHU0UwVbf6CmVl { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.625rem;width:47.5rem;top:1.5625rem;left:14.3125rem;overflow:hidden;display:block; }
#hRt9cCnJnpR8dlAS0CU9eNaMLpLZsyDf { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.5rem;width:7.125rem;display:none; }
#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca { position:relative;display:block; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca { background-color: transparent; background-image: none; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row .container > .video-iframe-container { display: none; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row > .video-iframe-container { display: none; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .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); }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca { border-width: 0; border-radius: 0; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .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; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .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:"open sans";height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o1CKpod7XHshEdGMZkM86I3e8KTNC2wD { color:#000000;display:block;width:64.936875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1612415313721rem;left:7.7484817504881rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 { position:relative;display:block; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 { background-color: transparent; background-image: none; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row .container > .video-iframe-container { display: none; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row > .video-iframe-container { display: none; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .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); }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 { border-width: 0; border-radius: 0; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .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; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .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:"open sans";height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pb6obeqsFwiX3tgwHWC75H6f0IBxb0Dw { color:#000000;display:block;width:64.93625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2861328125rem;left:6.685546875rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzAVNJwPOXwBWmNn5ZqcUFf0hNeVlRgZ { color:#000000;display:block;width:41.9998125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.934679031372rem;left:5.1215286254883rem;height:1.2999125rem;display:block; }
#oki3O1tL5GUUy7AhGA6QKReTQa7D9uiG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.561875rem;width:31.25rem;top:9.0625rem;left:20.8125rem;display:block; }
#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp { position:relative;display:block; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp { background-color: transparent; background-image: none; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row .container > .video-iframe-container { display: none; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row > .video-iframe-container { display: none; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .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); }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp { border-width: 0; border-radius: 0; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .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; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qhi4R8LVdafru5AVOG24TDc3ghK1QOIu { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#QD3nMIohuxdtlwThz5Sd5wP9EKPsM43p { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd { position:relative;display:block; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd { background-color: transparent; background-image: none; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row .container > .video-iframe-container { display: none; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row > .video-iframe-container { display: none; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .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); }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd { border-width: 0; border-radius: 0; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .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; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lw57L6a675R98Zf7p50eSncWmGq9c7Dl { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#hBmmKDPxTJEU9k22M0wcl2CANzFfwh8V { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE { position:relative;display:block; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE { background-color: transparent; background-image: none; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row .container > .video-iframe-container { display: none; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row > .video-iframe-container { display: none; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .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); }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE { border-width: 0; border-radius: 0; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .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; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wa5loDQIar1URe7RntKmsOIvxmGJ5M2s { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#sttmmvrp4ensONiDM1WosX6ox53fwnco { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P { position:relative;display:block; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P { background-color: transparent; background-image: none; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row .container > .video-iframe-container { display: none; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row > .video-iframe-container { display: none; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .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); }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P { border-width: 0; border-radius: 0; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .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; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M8saycnxAAgkp2sEESIGkgfOR7RA3oyu { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#lPVlR1nH8JlcAKW0gfQt4VbNiG4eWEBH { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts { position:relative;display:block; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts { background-color: transparent; background-image: none; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row .container > .video-iframe-container { display: none; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row > .video-iframe-container { display: none; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .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); }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts { border-width: 0; border-radius: 0; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .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; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ADsePnizXgsioJNLQ99TeSfVLsNzifA9 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#VHq3iFHpAVrhDMuTeiuOCTeV6z8wTTC4 { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy { position:relative;display:block; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy { background-color: transparent; background-image: none; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row .container > .video-iframe-container { display: none; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row > .video-iframe-container { display: none; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .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); }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy { border-width: 0; border-radius: 0; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .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; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sLv2Q2DnqdT2OUOebgTzJXbUTzhImTZK { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.8125rem;top:2.1853294372559rem;left:5.1236991882324rem;overflow:hidden;display:block; }
#nPR3bfpeRaAlyhVnLSCXTDIWloPTZSNt { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.661014556885rem;left:27.497833251953rem;height:14.29786875rem;display:block; }
#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f { position:relative;display:block; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f { background-color: transparent; background-image: none; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row .container > .video-iframe-container { display: none; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row > .video-iframe-container { display: none; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .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); }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f { border-width: 0; border-radius: 0; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .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; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .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:"open sans";height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eHQS2cpTnQnq55BKCEBuJtMHccKTWdc0 { color:#000000;display:block;width:61.436625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1612424850464rem;left:8.811851501465rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f0;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; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container { background-color: transparent; background-image: none; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container > .video-iframe-container { display: none; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row > .video-iframe-container { display: none; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .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); }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container { border-width: 0; border-radius: 0; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container { font-size:0.875rem;font-family:"open sans";height:24rem;width:75rem;position:relative;display:block; }#cOm2T04UTi5sqJEWHeROCFwKAMB8ixGA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.25rem;top:1.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#FuTFrpnFIUNLhytGFeOWSBZzmHdFkaxN { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.6875rem;height:12.99805625rem;display:block; }
#CZgdtT2IEduIxnRlHZdzLJo5UtPSfVFc { position:absolute;display:block;z-index:15004;background-color:#e9820b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0cc7;border-left:0.0625rem solid #0e0cc7;border-right:0.0625rem solid #0e0cc7;border-bottom:0.0625rem solid #0e0cc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15.125rem;top:4.28125rem;left:37.5rem;display:block; }
#p5DMXMA4DHSTZrgR7TBuCXFH8UwVz7fb { color:#f3f5fb;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:41.6875rem;height:1.29980625rem;display:block; }
#NQAcHoFoqXpOcHcotPkiUZTkpVXc2qdi { color:#000000;display:block;width:23.9985rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.746520996094rem;left:41.687282562256rem;height:1.29980625rem;display:block; }
#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW { 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; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container { background-color: transparent; background-image: none; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container > .video-iframe-container { display: none; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row > .video-iframe-container { display: none; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .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); }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container { border-width: 0; border-radius: 0; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container { font-size:0.875rem;font-family:"open sans";height:25.125rem;width:75rem;position:relative;display:block; }#PQQZcEda6bTtFDUQtaqEacttIshbFPx5 { color:#000000;display:block;width:29.124rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.515625rem;left:41.6865234375rem;height:2.5996125rem;display:block; }
#NnZhSk9oots8h9JO9VdVhpeZCWZ0x0Wy { position:absolute;display:block;z-index:15004;background-color:#e9820b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0cc7;border-left:0.0625rem solid #0e0cc7;border-right:0.0625rem solid #0e0cc7;border-bottom:0.0625rem solid #0e0cc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15.125rem;top:4.28125rem;left:37.5rem;display:block; }
#HDszrcValoCE4VnWXeR2HJpNbqzADe5z { color:#f3f5fb;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:41.6875rem;height:1.29980625rem;display:block; }
#Rz7r8n0CQ6q3tn087VVl6n7Wv7KhMMui { color:#000000;display:block;width:23.996125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.720703125rem;left:41.6865234375rem;height:1.29980625rem;display:block; }
#q1hhoTHuX6VTo7umaOn1szBT0AHFR2Oo { 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:20.125rem;width:14.1875rem;top:2.5rem;left:11.09375rem;overflow:hidden;display:block; }
#cH2haIbiD1VgVqLFVI9P6RogW2pJkJyg { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.115234375rem;left:41.6865234375rem;height:6.499025rem;display:block; }
#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f0;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; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container { background-color: transparent; background-image: none; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container > .video-iframe-container { display: none; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row > .video-iframe-container { display: none; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .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); }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container { border-width: 0; border-radius: 0; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container { font-size:0.875rem;font-family:"open sans";height:24rem;width:75rem;position:relative;display:block; }#dw28TALed7I9uS6qK1CEvcFbVsxERMqg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.25rem;top:1.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#xq8ZhT8Nu160hD9XPxFs3aWGA5tEgKDE { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.6875rem;height:5.199225rem;display:block; }
#ayXWQ7T6mV1yo5paAO3QUAxawma0EZvo { position:absolute;display:block;z-index:15004;background-color:#e9820b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0cc7;border-left:0.0625rem solid #0e0cc7;border-right:0.0625rem solid #0e0cc7;border-bottom:0.0625rem solid #0e0cc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:15.125rem;top:4.28125rem;left:37.5rem;display:block; }
#EbcspAcuw7FAukva84lN2gN2DTbmHOUv { color:#f3f5fb;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:41.6875rem;height:1.29980625rem;display:block; }
#lCyDD0GWe50nnsMxb8E8lH7pFTSUL8Ig { color:#000000;display:block;width:23.9980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.62109375rem;left:41.6875rem;height:2.5996125rem;display:block; }
#z6SspAhcln5Te0TF3TTOOed86DFdF10M { position:relative;display:block; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M { background-color: transparent; background-image: none; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row .container > .video-iframe-container { display: none; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row > .video-iframe-container { display: none; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .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); }#z6SspAhcln5Te0TF3TTOOed86DFdF10M { border-width: 0; border-radius: 0; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .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; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .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:"open sans";height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hU3bOWnWET9DzDaRuk6Z59ZKP9qzhNhQ { color:#000000;display:block;width:61.436625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1612424850464rem;left:8.811851501465rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4398GJs1lRXtkKrEn28c4VLUSAN89ye { position:relative;display:block; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye { background-color: transparent; background-image: none; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row .container > .video-iframe-container { display: none; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row > .video-iframe-container { display: none; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .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); }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye { border-width: 0; border-radius: 0; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .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; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .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:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#InhPr6X5fWT0NBZDu9EmixHK34Umle8L { 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:27.25rem;width:19.25rem;top:5.3417973518372rem;left:9.0939674377444rem;overflow:hidden;display:block; }
#zHXWTddpPWlTmJBtap170iNeyWaGNxW5 { color:#000000;display:block;width:31.1870625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.688586711884rem;left:3.1239166259766rem;height:6.49903125rem;display:block; }
#Q3wNJALDi6EvcTmlW7QKzgRbuIwQPCD6 { 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:27.1875rem;width:19.1875rem;top:5.3417973518372rem;left:46.593967437744rem;overflow:hidden;display:block; }
#v0NPJMcBEDvqQK2V5QNWVgPwSg3xJvSr { color:#000000;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2508683204651rem;left:5.3743515014649rem;height:1.29980625rem;display:block; }
#uuzCUtXVU2TTqTCKqFeq71w3TLvJno6Q { color:#000000;display:block;width:26.7480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.249783039093rem;left:43.610027313233rem;height:1.29980625rem;display:block; }
#BETgRlggE142m5Sp6dkSuLr07n3lPlt8 { color:#000000;display:block;width:31.186rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.688586711884rem;left:40.656467437744rem;height:5.199225rem;display:block; }
#ntG9vwxLTiWlArInKpK6KireyQcdrshf { position:relative;display:block; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf { background-color: transparent; background-image: none; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row .container > .video-iframe-container { display: none; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row > .video-iframe-container { display: none; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .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); }#ntG9vwxLTiWlArInKpK6KireyQcdrshf { border-width: 0; border-radius: 0; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .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; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .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:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x1ZywGQvv9sDLc7KFBlrVDxeb1CWwIUc { 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:27.1875rem;width:19.1875rem;top:5.3417973518372rem;left:9.0939674377444rem;overflow:hidden;display:block; }
#breRIZXNn8srxXVE7Knk5n3tEsuSOxZX { color:#000000;display:block;width:31.1870625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.688586711884rem;left:3.1239166259766rem;height:6.49903125rem;display:block; }
#uTi8ZDUdcxWIkMcEb5cA9t9qtasXHBbt { 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:27.0625rem;width:19.125rem;top:5.3417973518372rem;left:46.593967437744rem;overflow:hidden;display:block; }
#o80HDZb9BTbDhWoOqpZaRvRd2ye1CePG { color:#000000;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2508683204651rem;left:5.3743515014649rem;height:1.29980625rem;display:block; }
#NeEH77sF4ER4KrNBr9s6Hy2v6lxXUkm6 { color:#000000;display:block;width:26.7480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.249783039093rem;left:43.610027313233rem;height:1.29980625rem;display:block; }
#QLJ0pi6aZcLegx8yTOfxLzR5Xc0LBo9e { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.688583374024rem;left:40.656467437744rem;height:6.49903125rem;display:block; }
#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P { position:relative;display:block; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P { background-color: transparent; background-image: none; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row .container > .video-iframe-container { display: none; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row > .video-iframe-container { display: none; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .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); }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P { border-width: 0; border-radius: 0; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .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; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .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:52.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jp0A3N3Lt3X7wNJzBPXkhivv5e8QOuwx { color:#000000;display:block;width:67.999375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.19314289093rem;left:3.4993515014649rem;height:6.49903125rem;display:block; }
#NesJvwshAk8kGR9fWVs1oNAAWZ7mrd7J { 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:28.75rem;width:43.3745625rem;top:18.4375rem;left:15.8125rem;overflow:hidden;display:block; }
#gSONRNfDLi6lArN2BBBSsdy6eJZQ4h6F { color:#000000;display:block;width:23.0620625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:47.1875rem;left:26rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Mxq8luDOpiM2vVSz5BhaaSHLu6sx668y { position:absolute;display:block;z-index:15004;background-color:#e51022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000207;border-left:0.0625rem solid #000207;border-right:0.0625rem solid #000207;border-bottom:0.0625rem solid #000207;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:56.124125rem;top:3.4624567031861rem;left:0rem;display:block; }
#l3LE1L9ec2oJAO0Bp4WbO52z95Ng9fbx { color:#f3f5fb;display:block;width:40.686875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2382822036743rem;left:4.1232643127441rem;height:1.70605625rem;display:block; }
#APzMIwLai2suyK9aDdtRzrri1w317dUq { position:relative;display:block; }#APzMIwLai2suyK9aDdtRzrri1w317dUq { background-color: transparent; background-image: none; }#APzMIwLai2suyK9aDdtRzrri1w317dUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row .container > .video-iframe-container { display: none; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row > .video-iframe-container { display: none; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .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); }#APzMIwLai2suyK9aDdtRzrri1w317dUq { border-width: 0; border-radius: 0; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .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; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .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:"open sans";height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fth1dmAsQPe3RI0o0EallwDcTcQhs5cI { color:#000000;display:block;width:66rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.25rem;left:4.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#x4ry5m1Tu3U9Nf4qM82qvOnSpyIyFM9w { z-index:15010;top:9.4375rem;left:27.1875rem;background-color:#1c2a4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E9v0z7RHT21knt1Gm8FcZ2IPiekTzpLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h { position:relative;display:block; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h { background-color: transparent; background-image: none; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row .container > .video-iframe-container { display: none; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row > .video-iframe-container { display: none; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .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); }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h { border-width: 0; border-radius: 0; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .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; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FRNQPptX7C2PtiLWmu87vGXKcmEm9k2s { color:#000000;display:block;width:62.74875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.888672828674rem;left:6.1252174377441rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vbi7BwrIHtcGfoDr4llg3J0R4yc3Q2CW { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #061627;border-left:0.0625rem solid #061627;border-right:0.0625rem solid #061627;border-bottom:0.0625rem solid #061627;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:16.93725rem;top:1.43310546875rem;left:58.062744140625rem;display:block; }
#l8DcDueVdsPdTrsKV8nvkz97UUvnSrC7 { color:#061627;display:block;width:20.811625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8971347808838rem;left:52.860248565674rem;height:1.94986875rem;text-align:right;text-align-last:right;display:block; }
#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv { position:relative;display:block; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv { background-color: transparent; background-image: none; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row .container > .video-iframe-container { display: none; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row > .video-iframe-container { display: none; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .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); }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv { border-width: 0; border-radius: 0; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .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; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dh8vSrXXPGDrVhZd1vSze4UJSWWdMdtP { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#I6EnbSucJXUkNRpnka6D7a6EnNexE0Bm { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#QbwVaCqzGVx4tDNaDRn6pJ3dI8fUyVLw { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#Fr5P1K1KxigkdOgnZBsuLVXXra1dXewr { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:2.923825rem;display:block; }
#eeNrTbN6aOKTeyA19lgidhG2KIJmZvgq { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:3.46875rem;height:8.7715rem;display:block; }
#mEoT7rHPaa1ZBWA0LEN64e9gJpJ7NcKA { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#bbm5itQFMMxetbmSAaUFTxsw09m870H7 { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#pnilBDa6fMzZaBkdlwwfU5t0lRKC9yv4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:59.75rem;overflow:hidden;display:block; }
#a64eWZxKTkc7dekogpSgoBWQp5OAzNIM { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:41rem;height:2.923825rem;display:block; }
#agP05c9JsDOMZywwgR0J1HLfKbRKoo5I { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:10.233375rem;display:block; }
#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 { position:relative;display:block; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 { background-color: transparent; background-image: none; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row .container > .video-iframe-container { display: none; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row > .video-iframe-container { display: none; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .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); }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 { border-width: 0; border-radius: 0; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .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; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e60I74sudwPoVAucObTrZwyvnrna8Hv4 { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#kwHZKvbfP1AgROKK93diHJCPAMAqumCC { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#Tmzl6LeGWPu7NK5pX2rQoXINGODrhFhp { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#ZVTbcEyKfwgZ9Ikc7ldeqhPTSqNQE9TR { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:1.4619125rem;display:block; }
#Z1ZH7AarrbaQB4EkPaIxwEp0tPIVv0wK { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4599609375rem;left:3.46875rem;height:13.15725rem;display:block; }
#GLHrFy9NRKuOrxQq0ivTPocTGyUNvCM2 { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#qNWbX0ok15rM1DhJCWDAWAKuxo1nQmwf { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#nGagRXOrzs7ef0dTCqs0GGyEz1i517Lq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:59.75rem;overflow:hidden;display:block; }
#eJzLCg5qq1x8dZi8Vo5UZRhAQEwrR7Sm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:41rem;height:2.923825rem;display:block; }
#ecky1tChTahO2pHZMkCzyKUrTI0B9Zlm { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:10.233375rem;display:block; }
#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe { position:relative;display:block; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe { background-color: transparent; background-image: none; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row .container > .video-iframe-container { display: none; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row > .video-iframe-container { display: none; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .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); }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe { border-width: 0; border-radius: 0; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .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; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uA3vn5oTCCbUnTXffxUhUXXh3C3qAXGd { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#F77CubNtbGFdEw17KBa8LKLdwQaN0msO { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#cayRMDCzmBo2ZxFNg29T5dCDvzLX8PTi { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#pLProkxszEBRUZZ8XcskWnB4nXdOSwba { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:2.923825rem;display:block; }
#zxZNOCgrKMziH0hp7PWICrNz1VrpJbnr { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1474609375rem;left:3.46875rem;height:13.15725rem;display:block; }
#edAOBB8E9mIky8a2HQPiWd80wTaEEvuo { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#i4tI0e6gFHKWDzgcP2dHIgC7s5rvEHnt { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#n2q1c5K1T8q7QnBnCNwBW2VBuwrIAW2a { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:60.125rem;overflow:hidden;display:block; }
#gMzHQxnqsgBN3TgM0Tl4efa3tzcDvkOe { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:41rem;height:2.923825rem;display:block; }
#EHtkXR13r1ElZAitTk4s1uzuOMn0Rv4m { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:13.15725rem;display:block; }
#XTlagKplZFZruzKXNblhroiEWTSs31hw { position:relative;display:block; }#XTlagKplZFZruzKXNblhroiEWTSs31hw { background-color: transparent; background-image: none; }#XTlagKplZFZruzKXNblhroiEWTSs31hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row .container > .video-iframe-container { display: none; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row > .video-iframe-container { display: none; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .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); }#XTlagKplZFZruzKXNblhroiEWTSs31hw { border-width: 0; border-radius: 0; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .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; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oPJJN6KuITtNwWcQZh01gmPHuvaTqAbz { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#gChe8ppbOMZIldwWlUGS0izO6vVCCZnF { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#kZupmlXnpZZTtRVsuqhm7EXxW2pL6mfr { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#QXTOKVOWi5AUyEEh716Rd6JnMX64Sg1Z { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:2.923825rem;display:block; }
#pL85u7SpWqBZTscn6s0ZW7xDlrTsAwNd { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4599609375rem;left:3.46875rem;height:11.6953125rem;display:block; }
#iWeWs1WMiAwpb81qTqtNPpNENv8VpPmA { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#pXwflXIHJdtpM8NgLK7XcwXoq51szsti { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#ZQvz2foV2mryEiw4RP0PvqsGwk6nUTWC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:59.75rem;overflow:hidden;display:block; }
#GxrSvU7yi8Z9mNZCIipntTgIfmsbbNqu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:41rem;height:2.923825rem;display:block; }
#CNHJT2FOyNuVIQeTmtc9Az2FA7wS6gKR { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:13.15725rem;display:block; }
#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k { position:relative;display:block; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k { background-color: transparent; background-image: none; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row .container > .video-iframe-container { display: none; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row > .video-iframe-container { display: none; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .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); }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k { border-width: 0; border-radius: 0; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .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; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J9QC9NOm9eZdMUXi0XfFTMIyaN0L1Rek { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#od7dGzxPFPgNRZrx7ZX8iTylVHit4qNo { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#PCa8DuASGsfHkLuQR0brK4JmwmITJ1z1 { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#XwiZ7Xqh01kBJEaBwMxZpQLwCVfHkpbe { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:1.4619125rem;display:block; }
#GnF3loSaH2MJxHASFZGdQCi8JpkZwglB { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4599609375rem;left:3.46875rem;height:13.15725rem;display:block; }
#UAnaerdciAdQgfZC9ATiTXmuAFzBukSg { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:#d5dff7;background-image:none;top:1.1875rem;left:38.75rem;display:block; }
#iqZVIMVNHhKFJHIs7Rrx3kdQnDBAmf5T { 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:1.5rem;width:7.5rem;top:3.78125rem;left:41rem;overflow:hidden;display:block; }
#nVhKlohOTI2BZ7oSSx8nWqOl8IBRMV7x { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.625rem;top:6.78125rem;left:59.75rem;overflow:hidden;display:block; }
#Vf9hMQsS4rAtPnfKFfVuW78ySHGCUzLF { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:41rem;height:4.38574375rem;display:block; }
#bAwl28zsLqmIB4oRMAxTiFqDkGhIdmT5 { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.8603515625rem;left:41rem;height:11.6953125rem;display:block; }
#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ { position:relative;display:block; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ { background-color: transparent; background-image: none; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row .container > .video-iframe-container { display: none; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row > .video-iframe-container { display: none; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .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); }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ { border-width: 0; border-radius: 0; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .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; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WOJ7wyAfwo0Pn6y0cwEZtrAXqMV6ky1d { box-sizing:content-box;height:26.6875rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#d5dff7;background-image:none;top:1.1875rem;left:1.21875rem;display:block; }
#uKe0TPtiBr6p15wJPKyhnKqLKPG75i3P { position:absolute;display:block;z-index:15002;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.9375rem;width:12.625rem;top:6.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#ddIDf1LNXcl1Nq4t7nD9zRtImnOTWicH { 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.5rem;width:7.5rem;top:3.78125rem;left:3.46875rem;overflow:hidden;display:block; }
#PFOfGeWVyd8ICN7mb1Afq5FmTFhGhH3q { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.78125rem;left:3.46875rem;height:2.923825rem;display:block; }
#KCuaTfcBR7xDVIy0CFd4uR3KqNuffR2o { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4599609375rem;left:3.46875rem;height:13.15725rem;display:block; }
#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs { position:relative;display:block; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs { background-color: transparent; background-image: none; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row .container > .video-iframe-container { display: none; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row > .video-iframe-container { display: none; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .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); }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs { border-width: 0; border-radius: 0; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .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; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .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:"open sans";height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NuXAK0FFUgQBmeHFNrHDNIygwTBRUyrT { color:#322c60;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 { display:block; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPCTvcwdlrQaPyhLDy3SPGvrQGsTL0PL { width:8.125rem;height:1.8608290709214rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osyimbgTT3Ak5bAqA8He1AkzAT7n4naz { width:4.0625rem;height:2.6875rem;top:1.375rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UJpuU8HDpcErTCeZAVau7TNbqcT0ED { display:block; }
 }@media only screen and (max-width: 763px) { #KmtgIHU5H2VOT1UgTE4QzPTMXPXSDQFo { width:4.0625rem;height:2.6875rem;top:1.375rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWWSZTyc3aFULFNTIfTKUMyp4Zi0cUbk { display:block; }
 }@media only screen and (max-width: 763px) { #l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU { display:block; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StwS76FglRuBIHmKyV5RPGnROGREkryC { width:47.75rem;height:2.3125rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P { display:block; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZQAwf7yLlxKRPQwG8QKB1LS1npRwe83 { width:17.5rem;height:3.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRbzvie4PTb7UceWscXa1Dy7TPEahqI { display:block; }
 }@media only screen and (max-width: 763px) { #HoH7JJ0peaAu9lc8lmNzDS2h2dT2VRRN { top:8.1875rem;left:0.3125rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a41HRSWMDUn5XMmOB0bRcLKybB3x19QN { width:17.5rem;height:3.4375rem;top:3.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhKnW9sgNcVs3hl1Cmi2en8c9ygUTAF { display:block; }
 }@media only screen and (max-width: 763px) { #ytgkvyKrQ3WvAnNtanIBu5VzyNA9nAlU { top:8.1875rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCOsEDqteHkLJuwN3rq5tp7demAMs3P { width:17.5rem;height:3.4375rem;top:3.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bugtuck7JLvfKQSSNQAwOB3wF8s6Gvqo { display:block; }
 }@media only screen and (max-width: 763px) { #wRu9DHHGTxglRCScaLO01TXC7QnRbu4p { top:8.1875rem;left:30.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn { display:block; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVgcBaQxTXIVXwJ3hZw7TaeNaaqR6rsm { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF { display:block; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaN2KmRfGuTTlLc5MavaApitTZvivBAb { top:1.1875rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1aafUsRckV9QtPFSbI0Rieb1DywGqZ { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eDcXg6aFXxmpQQ4GspIcxoA0vephCy { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNW1epIO6nFCsUGQ9Z4ccMQOInANwHPp { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU9TgxWXCRH3cZCJ8GwWFOihm5e3VHL5 { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqH1zWN71TbJZQQUJsIFpnGAbbdvMmiV { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5iSy3003fgMKAJFql2vCJmLHwIsILG9 { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0m88X4JBfpD1Ntb23nb3UWPUfLMiNZx { top:8.9375rem;left:0rem;width:21.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeTarGlhecQwcmdCrxsAmZavNeUvKqy { top:12.875rem;left:0rem;width:21.75rem;height:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvRKMATMFglRtZ10zK35RtNdUHOWuoCn { top:3.8125rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzhPCPQ945sMxfL4mPbTXJb05t5Ok1PG { top:4.3125rem;left:0rem;width:37.375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE { display:block; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnUNSLbn2EcTQszOnBrfFApEsZRDxwVU { top:1.1875rem;left:0rem;width:47.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6zICA9oUEg1vEa3frIzM69wH8J14wgQ { top:4.8125rem;left:0rem;width:21.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCLI8s7JTV6GTUHCugnDdoDpXzS5Dkk { top:4.3125rem;left:0rem;width:42.1875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqyny0R5eentGFuDIp25gR50PoEqtVW { top:3.0625rem;left:42.75rem;width:5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0N0ezV2NOogwy6OWR1P42DeJTHm90QR { display:block; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrXGTkVTx714LtAhomE2QbKLNkHOzSWy { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBc1XanWNkdSnw8eEiw938Q2U6kFdO87 { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoT5uUKR1GM4Oqhefa4E5zr79hE6BB0 { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi1uI6XDKdKTlqdGmF0rhKuRJpFORbPT { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkgrdMf0fKZ1GuhI5Fx2KPPqOhyXMD1 { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbQPoWOe5bXhq1UeczRLbPhBH5Lgb3O6 { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N99LiQTTEnp5M9wcXmybVKG97ItZv3ta { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqU9AgtmgQ2MrxNy0nm5lXRNtBANSPPc { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpk2BJR9UADegOetiM3PRbVqpWanpD3g { top:8.9375rem;left:0rem;width:15rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqLNoTEkr9R5NQosNg3zBXK76x67ZEi { top:12.875rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3qf72WgbXsSB3b8CLK0y91mV45Fy1bN { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzwGwAekkaVVwx2zpd6F1NQkrOWV6vyE { top:3.8125rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MGTIS1AhXHp4z440FJO9Vf0sQ8nqEP { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnypTTu0N0Xeot5D3KyGTx0O4LvJ0ZKg { top:8.375rem;left:23.875rem;width:15rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMab6PE7Pkzl3QbzCpZ5Ci1CCT0LOAC { top:12.875rem;left:23.875rem;width:19.125rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4w4AqyNTFXAUEHI2Vr8FQQQ03ZlhrJn { top:21.625rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1QxQz2f1EsPPaBw6rpoV2y2z5dX0inO { top:21.6875rem;left:30.9375rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8WHwb5xnMEdCORixTWCN7sV4bDzprP { top:22.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtzwxqAGeLlZyst8KrLQaH8Ty5V5UAmX { top:22.1875rem;left:31.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCv6gPBeBrkSSGuWIT27TKPDUwv1cBDO { top:22.1875rem;left:34.1875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHMutAqXRtDk5SWay6kETePHF8l1kNdt { top:22.1875rem;left:23.875rem;width:5.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1wgKsxgI5xVtu8Kv3PocxG7e3Q2zeT { top:3.8125rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMK7cVFwMyk4eOoars7MBEkffZNBT6hW { display:block; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBZcKLgJmg5cuKUl756X6iiAs0cPROqO { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN1pen4ynkDqKXgTMgP8KxArhRQOOatD { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5kNQBtSPB1QiAgcrvtR3v34gMOpslyO { top:3.8125rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExULswEzrn1LsLba1R7uX4VfORo54FA { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsl01amtC1q9PB1owsZ6hcqpdiV21qgZ { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dArqMQBHUL6tzIu2wLSaO0zaUhbIKkHp { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6eT08nQa5yT7Fy3c6hvasyTN0etdH0Q { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn4n47u2PKctEI1o16aiIWFvN6MDFUez { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaiaeW9sHXnXAOTpGT4MCPSixyPbg4cI { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDeoTFPJ9k12lSbF5bdSDrstCuI4KAE { top:8.9375rem;left:0rem;width:19.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZazFCTCJ7UKKCaRMyNulV18TzRbMzTyw { top:12.875rem;left:0rem;width:19.125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCI4hOAByv2xaVilC9ZK3sa1Q1Ks1bRm { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLryA4pCVVfTlkpiGJBpDRyRR6iw04M { top:3.8125rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3CQThLkVDJreP9WPNSb7iL5mkWIhzu { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPqySalbCS3Zq38Ql6Tk6bir7O8k2e5 { top:8.375rem;left:23.875rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfG1tNcTqqKrmzCqke5L5TAlX3qZXZ6Q { top:12.875rem;left:23.875rem;width:19.125rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U746h6J4m6T0VQLkbsquwn398X8SVldS { top:21.625rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTPpkqmLWhsT7T8wEFhOT4lBH2CI8Wo { top:21.6875rem;left:30.9375rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwbvcudGO6VWZHsb2V4DMAT6HyZBk1dJ { top:22.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceu2Nm5wiaabk64c0TLfOxrOIPVal3Ls { top:22.1875rem;left:31.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTt6DedzeumO3Xa8dA0MrdtRx5MTh5AJ { top:22.1875rem;left:34.1875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5X9yeTmqNPSquzZV58riTToKPXQK7Dn { top:22.1875rem;left:23.875rem;width:5.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZKcPym5KtOQps18clcEsydzEND83c1 { display:block; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw8U6ApR42qJTOLd9XksEqmvM1vq0rDT { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeOkfWOzdigy2nxGeECsenwgquzI5hx7 { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4o2RW64VNFNyRtZrXyWlZvPh17gfT25 { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVmC0FToZ88bXAfSkLOQT9GHW23CRWkI { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbocXFXtrtU91STbrmr28yTPbRNE54AO { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDCA08K2IBLLdqb9xkOaqVcZV92yvdk { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgOreBdWNvfiHfQO4hlqgOlVQSQzqbd { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL26lK0ZVaFcLzWDS72E1fy5WvWrG7yd { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkseQFEEGmAFQlDJmsNMtoqrI11XFt6O { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EihEHRzdkktTAVWvNaxV4PGhMwVQFUEb { top:8.9375rem;left:0rem;width:19.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNhEuFTVZWAIOOE8Wme5To0hdS7XZSHZ { top:11.4375rem;left:0rem;width:20.25rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK4aexDp9lRTdZd6tf6C219qfw7281c1 { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5zD7KBUG5plsNI2HKGuU1qT6BtPc2Ta { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6WJOFFT6ZUs0pOJrepX29EhAnt9lunT { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36Hy1K2dkNPEgqIM1z7o47iTTTpOg3n { top:8.375rem;left:23.875rem;width:18.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQFBnuloNpmIEZUAhVFuruqT8HVb2yfT { top:11.8125rem;left:23.875rem;width:19rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRSEc0AaTFfswC0IKzGKmDkzyu1poNT { top:21.625rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSru5AZycUvgNzhguprx9ZdoIZfEVFuu { top:21.6875rem;left:30.9375rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #etL0eZpiGl6ibs55vvtHh1vP25ErQzgc { top:22.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8SX1nmp0V2mZyna1IIKbUgu8foJoQ8P { top:22.1875rem;left:31.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrih112UPJMkCbrobR3p0flHT2w3ozg { top:22.1875rem;left:34.1875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLuLWowkR6PsTcBA21fVKEg1lCFXCHN { top:22.1875rem;left:23.875rem;width:5.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k { display:block; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRw3BJe2RRBuBAvrDS8JPPy5KALHbMW { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnHXHmHJE2FazquUu0ItEuqenwFOp3d { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbTbN6ZETnXeChvrhVZfcG6UDV8ilqX1 { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlhe3EdJkytLcAFIxQgwewu5cenou2nZ { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7ylBpy6AarJcxxggriTyxAV1tQ6bW3 { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI05t4D3ZQI7qgU3094cT5DaIiRSVSCO { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8cAqhyTVSX0wGbgfmGChG2PCtdyWgfq { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuBz3CKSaPwlT5zNtdyT9EzKDLabded { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOiV0sWpE6flhuzkRJN1qQ1eONUtpAmH { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0yBnGQmgokUAoZ2rMeOZuO7FGmctGGI { top:8.9375rem;left:0rem;width:19.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsNVwcCeDfVxXgc1rJAcPMg4awypEABf { top:11.4375rem;left:0rem;width:20.25rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5F92Swcdyr0sNsAd2bTNuX3ZHJszGkF { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKAhTdESvqbotoq1CZlZIc7DaL36HbP5 { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl0bsTpAt4VovPzvamiW4V13hux3Gehv { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDoapDPHiaTgOHGu2ek9LIAXKJUTr3X { top:8.375rem;left:23.875rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmGSCBhWUUoR01NL3TSIAWsK12beKtnL { top:11.8125rem;left:23.875rem;width:19rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR60b698N03uPdAgHim4A5mk8XEEdtuD { top:21.625rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfpXQmRXU8pcls3qgGFD72bE3Mh1Dpy { top:21.6875rem;left:30.9375rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoHhVk0JB5CfnDwkFkgp7rx3K8WPZOhW { top:22.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmN5Wvgf2I7hfOG83lrAy4OpJgR9VDBu { top:22.1875rem;left:31.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAWIzKy3DQfBASqvzPJvFtc7IS4nM6Z4 { top:22.1875rem;left:34.1875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kodQxp5v7XZOd3oShgdWRffuwswec5md { top:22.1875rem;left:23.875rem;width:5.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8b0DG1w9U2zidHBMAztDd4vr751zKaO { display:block; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEE9PnR45hXk5Db4Pc2pqRW4Nd9hlmwz { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzhsGrgTpBBSeXy1zmzEKdqKdZtw3y1 { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MerS8WBnFovhFmNyeTc3b8fDvpHmvuV9 { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz80Xe9TGpP6fqUQWWErR70dwH1AndZL { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvClUmpvx2QCeOc0OZc1cOUw4zazGqc { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxtGPXu8Q2y0oAhW44T3TMdbTpCh33w { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETTXpUhMm0aVUdP9ltRxlcgEmoKMvXp { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyvubnrSOO24KNFTqDD6PDfEX1CAZTV8 { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mley1ZKSMqfZcIZUxOOJT0mTHy1LN8Ci { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6l4Mh2BTf8dT1PiaaDt1Ep5ysAJAZgt { top:6.75rem;left:0rem;width:19.125rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1FfoyyxQUdmztbmF5g3FHFHNRa9Ss8 { top:15rem;left:0rem;width:20.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMOvL1UTaD6QtZkihrfutHzfxBPWHeTQ { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXMAT1fNR7yBTw9DIaXiE0SIkNzX9ea { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JreZAln3v2sBDZs9Od8sBmTrsdrxqvMa { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnr4TKpgRduOtEyOXXuCsimg62W78uc { top:6.25rem;left:23.875rem;width:18.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJ4P3bbZDyz38d0VGQ7r02sBqVflySH { top:11.8125rem;left:23.875rem;width:20.125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqbJEdppBgUsJLZb7272zzPChspTQpA5 { top:21.625rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaDADOywMJacAbXFKCZkZV3egm1Oi4u { top:21.6875rem;left:30.9375rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3Fgza8dvsM4zzwLAW9RNrcsNcPLmF2 { top:22.1875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHpBvf9rDySLKkgZ3nt2r5GJhx1IZd1Z { top:22.1875rem;left:31.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCKLRJHhqECZUWoVHZXTbxoDgoo8IlC { top:22.1875rem;left:34.1875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNrh14Fs4Ubw5waX2iCVz7exGKnaTKo { top:22.1875rem;left:23.875rem;width:5.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs { display:block; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRrVR0L8FDIIHGTZx2PCTzASQpHI2J4l { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6qmTAwE9Pdku81hms62yoGhTzDQckBt { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqk5Li53OP9b3m44GlN4LHmkBgDHN0nT { top:3.6875rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsI9mcTwXBgBVS3Ug3PFk0QHt3QhcdPS { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK05T509fuWMlaR8Lrsgn6vNvVzn19lW { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI6snnM7OnXM4FaoT7U8Qlze2XWd3Mcb { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgAAihZZiR1qTkUuauuwZnPQsRSZT1T { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5gkeBbRBkP1UqQQZMSiT0PuAHOdF0Pc { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqw0MquKzRbDVrTvKWLK9i27M2kXEom7 { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuI0TfHyrA8gacgKnuvMNyI1EtALt4P { top:8.625rem;left:0rem;width:19.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqsyAEP2CXKW841XfM7pnqNrIyqR3V47 { top:13.1875rem;left:0rem;width:20.25rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPf32arwivitpCIDJLrHeiNgs3TGnn8F { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyzRU1ETg2SKIuHIzz5u3Jx7MtGgDsG { top:3.6875rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEwXU4Cu91BVFBSKAGZZagJxcmHHk9ge { top:8.625rem;left:23.875rem;width:19.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZ85fLUQF06aE0esnfgc12vE1OEyFe5 { top:12.4375rem;left:23.875rem;width:20.25rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggqXUoVhZcfeGCOF24MrWXAwNJvdBoi { top:21.6875rem;left:23.875rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOQu5LKczVSRIZTw5lXw5G3qx9huI1v9 { top:21.6875rem;left:31.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5pB4UIvVKoOZbdqxeTOsfGLldNl6kaB { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxXcpbb4wK4TqW88ySxmKy5gfT28Qt9 { top:22.375rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1mNbQXNZ15hvwDhnMJZZvqU05gVFDP { top:22.1875rem;left:32rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9krxqe0WOk85ZKbUKB94qBaROKRial { top:22.1875rem;left:34.4375rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCI7npGBXBCAPxuXlHUFnrLk3eu0Sqw2 { top:22.375rem;left:23.875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze { display:block; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke2l9wtkizS5gNPTqAfXdecTV9V755Ut { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJAatzMN5Ms4OMTcWDHflRT55GwXGZE9 { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsgBnSFBvr3RGhdaXmNqa3ptfgoAwsQ { top:3.6875rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHHtPxkfpQly7dlZ62KN9CJ5bUto7tt { top:21.625rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2vQSHruaa1Sg5qJ1NAZSsktS1AiO73R { top:21.625rem;left:7.0625rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmsielrNlZrgNPEO6TOZi5xGJc4DAZiw { top:22.125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuVuLeeZfWTkLr2TgRTH8ENZlOA3z4wp { top:22.1875rem;left:7.59375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPL9vFBWbLCPwthVq62Mx4RDIMTuRdFs { top:22.1875rem;left:10.21875rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CDvnBZGbKAyN3LiZtpo6rryaha3zqQ { top:22.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11GDKg1TLuweHcMqcIP3aTt8WciypB7 { top:7.25rem;left:0rem;width:19.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDgvCUlT3IrO2svm6h9sp5PiHeTrJ5H8 { top:9.375rem;left:0rem;width:20.25rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF { display:block; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXvEAKxPp3ylrzHV00TsTUeqAufH1wqk { top:4.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ { display:block; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEW4o1bXKtgyi3eMs5ZchaCJ7abgbpPK { top:0.875rem;left:0rem;width:47.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdAocbRTS8srdSMVOda3cBI4ckO25kTq { top:4.25rem;left:2.5rem;width:39.5rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzvJJsZm105QPpCeXUnx7CLp0Q1bBTaT { top:11.8125rem;left:0.71875rem;width:24.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHP53nAhGgUESs4nDCycWM3Drxu96ved { top:18.1875rem;left:1.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkHBqgcyR4Zlw57H8CqiTeiqOGqpVJvo { top:18.25rem;left:26.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyRA1bcWxVnb5oUL96gUXaJQIc5sT7Wg { top:18.0625rem;left:30rem;width:15.0625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5TCk6sU0QNdc0Jii85nOpbl4xMgTvSL { top:18.0625rem;left:5.0625rem;width:15.3125rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSMgZVwKfKVxKgT5PpLMw7WyB6RwwyA { top:9.9375rem;left:2.5rem;width:44rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3wDSt78ekp0GUEVtoxfizcMvxiTdk4 { top:16.875rem;left:0.125rem;width:22.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0UrUG1Nud2zCmchvTT1iv7G3tlpSZbp { top:16.875rem;left:24.375rem;width:22.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAaDpouUUUIAVJgrrBygEikB4masdV2s { display:block; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmbwghJTOKEzK6F2HegtCnq2PxKsUMtI { top:1.5625rem;left:0.25rem;width:47.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQxAER2R8bVwu3NJuNRTBQVgVgJPnF8v { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #SO76OdV1guwT1urBAbL4qnsRLO85D4aP { display:block; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwEs6L3uaqTaHIeAAvfHU0UwVbf6CmVl { top:1.5625rem;left:0.125rem;width:47.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRt9cCnJnpR8dlAS0CU9eNaMLpLZsyDf { width:7.125rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca { display:block; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1CKpod7XHshEdGMZkM86I3e8KTNC2wD { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 { display:block; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb6obeqsFwiX3tgwHWC75H6f0IBxb0Dw { top:4.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzAVNJwPOXwBWmNn5ZqcUFf0hNeVlRgZ { top:31.875rem;left:0rem;width:41.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oki3O1tL5GUUy7AhGA6QKReTQa7D9uiG { width:31.25rem;height:17.561875rem;top:9.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp { display:block; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhi4R8LVdafru5AVOG24TDc3ghK1QOIu { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3nMIohuxdtlwThz5Sd5wP9EKPsM43p { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd { display:block; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lw57L6a675R98Zf7p50eSncWmGq9c7Dl { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmmKDPxTJEU9k22M0wcl2CANzFfwh8V { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE { display:block; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wa5loDQIar1URe7RntKmsOIvxmGJ5M2s { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sttmmvrp4ensONiDM1WosX6ox53fwnco { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P { display:block; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8saycnxAAgkp2sEESIGkgfOR7RA3oyu { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVlR1nH8JlcAKW0gfQt4VbNiG4eWEBH { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts { display:block; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADsePnizXgsioJNLQ99TeSfVLsNzifA9 { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHq3iFHpAVrhDMuTeiuOCTeV6z8wTTC4 { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy { display:block; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLv2Q2DnqdT2OUOebgTzJXbUTzhImTZK { top:2.125rem;left:0rem;width:18.8125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPR3bfpeRaAlyhVnLSCXTDIWloPTZSNt { top:8.625rem;left:2.0625rem;width:45.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f { display:block; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHQS2cpTnQnq55BKCEBuJtMHccKTWdc0 { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPsuyXw1MhMmqkq82co9I00GqWVSXQwM { display:block; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOm2T04UTi5sqJEWHeROCFwKAMB8ixGA { top:1.6875rem;left:4.375rem;width:14.1875rem;height:20.535800443887rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTFrpnFIUNLhytGFeOWSBZzmHdFkaxN { top:8.125rem;left:18.6875rem;width:29.0625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZgdtT2IEduIxnRlHZdzLJo5UtPSfVFc { top:4.25rem;left:23.875rem;width:15.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DMXMA4DHSTZrgR7TBuCXFH8UwVz7fb { top:4.875rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQAcHoFoqXpOcHcotPkiUZTkpVXc2qdi { top:15.6875rem;left:23.8125rem;width:23.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW { display:block; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQQZcEda6bTtFDUQtaqEacttIshbFPx5 { top:9.5rem;left:18.6875rem;width:29.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZhSk9oots8h9JO9VdVhpeZCWZ0x0Wy { top:4.25rem;left:23.875rem;width:15.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDszrcValoCE4VnWXeR2HJpNbqzADe5z { top:4.875rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7r8n0CQ6q3tn087VVl6n7Wv7KhMMui { top:19.6875rem;left:23.8125rem;width:23.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1hhoTHuX6VTo7umaOn1szBT0AHFR2Oo { top:2.5rem;left:4.28125rem;width:14.1875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2haIbiD1VgVqLFVI9P6RogW2pJkJyg { top:12.0625rem;left:17.3125rem;width:30.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ { display:block; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw28TALed7I9uS6qK1CEvcFbVsxERMqg { top:1.6875rem;left:4.375rem;width:14.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq8ZhT8Nu160hD9XPxFs3aWGA5tEgKDE { top:8.125rem;left:18.625rem;width:29.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXWQ7T6mV1yo5paAO3QUAxawma0EZvo { top:4.25rem;left:23.875rem;width:15.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbcspAcuw7FAukva84lN2gN2DTbmHOUv { top:4.875rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCyDD0GWe50nnsMxb8E8lH7pFTSUL8Ig { top:12.5625rem;left:23.8125rem;width:23.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6SspAhcln5Te0TF3TTOOed86DFdF10M { display:block; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU3bOWnWET9DzDaRuk6Z59ZKP9qzhNhQ { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4398GJs1lRXtkKrEn28c4VLUSAN89ye { display:block; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InhPr6X5fWT0NBZDu9EmixHK34Umle8L { top:5.3125rem;left:2.2814674377441rem;width:19.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHXWTddpPWlTmJBtap170iNeyWaGNxW5 { top:34.6875rem;left:0rem;width:31.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3wNJALDi6EvcTmlW7QKzgRbuIwQPCD6 { top:5.3125rem;left:26.156467437744rem;width:19.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0NPJMcBEDvqQK2V5QNWVgPwSg3xJvSr { top:3.25rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzCUtXVU2TTqTCKqFeq71w3TLvJno6Q { top:3.1875rem;left:21.0625rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETgRlggE142m5Sp6dkSuLr07n3lPlt8 { top:34.6875rem;left:16.625rem;width:31.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntG9vwxLTiWlArInKpK6KireyQcdrshf { display:block; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1ZywGQvv9sDLc7KFBlrVDxeb1CWwIUc { top:5.3125rem;left:2.2814674377441rem;width:19.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #breRIZXNn8srxXVE7Knk5n3tEsuSOxZX { top:34.6875rem;left:0rem;width:31.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTi8ZDUdcxWIkMcEb5cA9t9qtasXHBbt { top:5.3125rem;left:26.156467437744rem;width:19.125rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o80HDZb9BTbDhWoOqpZaRvRd2ye1CePG { top:3.25rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeEH77sF4ER4KrNBr9s6Hy2v6lxXUkm6 { top:3.1875rem;left:21.0625rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLJ0pi6aZcLegx8yTOfxLzR5Xc0LBo9e { top:34.6875rem;left:15.6875rem;width:32.0625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P { display:block; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp0A3N3Lt3X7wNJzBPXkhivv5e8QOuwx { top:10.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesJvwshAk8kGR9fWVs1oNAAWZ7mrd7J { top:18.4375rem;left:2.1875rem;width:43.3125rem;height:28.70956632506rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSONRNfDLi6lArN2BBBSsdy6eJZQ4h6F { top:47.1875rem;left:12.375rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxq8luDOpiM2vVSz5BhaaSHLu6sx668y { top:3.4375rem;left:0rem;width:47.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LE1L9ec2oJAO0Bp4WbO52z95Ng9fbx { top:4.1875rem;left:0rem;width:40.625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APzMIwLai2suyK9aDdtRzrri1w317dUq { display:block; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fth1dmAsQPe3RI0o0EallwDcTcQhs5cI { top:4.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ry5m1Tu3U9Nf4qM82qvOnSpyIyFM9w { top:9.4375rem;left:13.5625rem;width:20.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9v0z7RHT21knt1Gm8FcZ2IPiekTzpLO { display:block; }
 }@media only screen and (max-width: 763px) { #K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h { display:block; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRNQPptX7C2PtiLWmu87vGXKcmEm9k2s { top:10.875rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbi7BwrIHtcGfoDr4llg3J0R4yc3Q2CW { top:1.375rem;left:30.8125rem;width:16.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DcDueVdsPdTrsKV8nvkz97UUvnSrC7 { top:2.875rem;left:27rem;width:20.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaqPwBFGz7xwycg3yDIOafkPh9cUaznv { display:block; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh8vSrXXPGDrVhZd1vSze4UJSWWdMdtP { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6EnbSucJXUkNRpnka6D7a6EnNexE0Bm { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbwVaCqzGVx4tDNaDRn6pJ3dI8fUyVLw { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5P1K1KxigkdOgnZBsuLVXXra1dXewr { top:6.75rem;left:0rem;width:19.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNrTbN6aOKTeyA19lgidhG2KIJmZvgq { top:11.8125rem;left:0rem;width:20.25rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEoT7rHPaa1ZBWA0LEN64e9gJpJ7NcKA { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbm5itQFMMxetbmSAaUFTxsw09m870H7 { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnilBDa6fMzZaBkdlwwfU5t0lRKC9yv4 { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64eWZxKTkc7dekogpSgoBWQp5OAzNIM { top:6.75rem;left:23.875rem;width:18.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agP05c9JsDOMZywwgR0J1HLfKbRKoo5I { top:11.8125rem;left:23.875rem;width:18.5rem;height:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 { display:block; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e60I74sudwPoVAucObTrZwyvnrna8Hv4 { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwHZKvbfP1AgROKK93diHJCPAMAqumCC { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmzl6LeGWPu7NK5pX2rQoXINGODrhFhp { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTbcEyKfwgZ9Ikc7ldeqhPTSqNQE9TR { top:6.75rem;left:0rem;width:19.125rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ZH7AarrbaQB4EkPaIxwEp0tPIVv0wK { top:10.4375rem;left:0rem;width:17.5rem;height:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLHrFy9NRKuOrxQq0ivTPocTGyUNvCM2 { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNWbX0ok15rM1DhJCWDAWAKuxo1nQmwf { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGagRXOrzs7ef0dTCqs0GGyEz1i517Lq { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJzLCg5qq1x8dZi8Vo5UZRhAQEwrR7Sm { top:6.75rem;left:23.875rem;width:18.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecky1tChTahO2pHZMkCzyKUrTI0B9Zlm { top:11.8125rem;left:23.875rem;width:18.5rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiHidU0TfX4OOcJTXyyds67O0c5RlIfe { display:block; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA3vn5oTCCbUnTXffxUhUXXh3C3qAXGd { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F77CubNtbGFdEw17KBa8LKLdwQaN0msO { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cayRMDCzmBo2ZxFNg29T5dCDvzLX8PTi { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLProkxszEBRUZZ8XcskWnB4nXdOSwba { top:6.75rem;left:0rem;width:19.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxZNOCgrKMziH0hp7PWICrNz1VrpJbnr { top:11.125rem;left:0rem;width:17.5rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edAOBB8E9mIky8a2HQPiWd80wTaEEvuo { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4tI0e6gFHKWDzgcP2dHIgC7s5rvEHnt { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2q1c5K1T8q7QnBnCNwBW2VBuwrIAW2a { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzHQxnqsgBN3TgM0Tl4efa3tzcDvkOe { top:6.75rem;left:23.875rem;width:18.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHtkXR13r1ElZAitTk4s1uzuOMn0Rv4m { top:11.8125rem;left:23.875rem;width:18.5rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTlagKplZFZruzKXNblhroiEWTSs31hw { display:block; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPJJN6KuITtNwWcQZh01gmPHuvaTqAbz { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChe8ppbOMZIldwWlUGS0izO6vVCCZnF { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZupmlXnpZZTtRVsuqhm7EXxW2pL6mfr { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTOKVOWi5AUyEEh716Rd6JnMX64Sg1Z { top:6.75rem;left:0rem;width:19.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL85u7SpWqBZTscn6s0ZW7xDlrTsAwNd { top:10.4375rem;left:0rem;width:17.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeWs1WMiAwpb81qTqtNPpNENv8VpPmA { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwflXIHJdtpM8NgLK7XcwXoq51szsti { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQvz2foV2mryEiw4RP0PvqsGwk6nUTWC { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxrSvU7yi8Z9mNZCIipntTgIfmsbbNqu { top:6.75rem;left:23.875rem;width:18.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNHJT2FOyNuVIQeTmtc9Az2FA7wS6gKR { top:11.8125rem;left:23.875rem;width:18.5rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k { display:block; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QC9NOm9eZdMUXi0XfFTMIyaN0L1Rek { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od7dGzxPFPgNRZrx7ZX8iTylVHit4qNo { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCa8DuASGsfHkLuQR0brK4JmwmITJ1z1 { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwiZ7Xqh01kBJEaBwMxZpQLwCVfHkpbe { top:6.75rem;left:0rem;width:19.125rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnF3loSaH2MJxHASFZGdQCi8JpkZwglB { top:10.4375rem;left:0rem;width:17.5rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAnaerdciAdQgfZC9ATiTXmuAFzBukSg { top:1.1875rem;left:12.6875rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqZVIMVNHhKFJHIs7Rrx3kdQnDBAmf5T { top:3.75rem;left:23.875rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVhKlohOTI2BZ7oSSx8nWqOl8IBRMV7x { top:6.75rem;left:35.125rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf9hMQsS4rAtPnfKFfVuW78ySHGCUzLF { top:6.75rem;left:23.875rem;width:18.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAwl28zsLqmIB4oRMAxTiFqDkGhIdmT5 { top:11.8125rem;left:23.875rem;width:18.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ { display:block; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOJ7wyAfwo0Pn6y0cwEZtrAXqMV6ky1d { top:1.1875rem;left:0rem;width:35.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKe0TPtiBr6p15wJPKyhnKqLKPG75i3P { top:6.75rem;left:11.25rem;width:12.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddIDf1LNXcl1Nq4t7nD9zRtImnOTWicH { top:3.75rem;left:0rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFOfGeWVyd8ICN7mb1Afq5FmTFhGhH3q { top:6.75rem;left:0rem;width:19.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCuaTfcBR7xDVIy0CFd4uR3KqNuffR2o { top:10.4375rem;left:0rem;width:17.5rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZxNEixIzTpELGwd7gmCI5bxDfqKyRs { display:block; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuXAK0FFUgQBmeHFNrHDNIygwTBRUyrT { width:21.5625rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 { display:block; }#N0QXts6zR2EKMhP6dFi2aOoxcrqC7Gn1 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPCTvcwdlrQaPyhLDy3SPGvrQGsTL0PL { width:8.1848125rem;height:1.875rem;top:2.62451171875rem;left:1.46484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osyimbgTT3Ak5bAqA8He1AkzAT7n4naz { width:2.749025rem;height:2.625rem;top:2.249755859375rem;left:16.588134765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UJpuU8HDpcErTCeZAVau7TNbqcT0ED { display:block; }
 }@media only screen and (max-width: 763px) { #KmtgIHU5H2VOT1UgTE4QzPTMXPXSDQFo { width:3.6875rem;height:2.6875rem;top:2.1875rem;left:12.353759765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWWSZTyc3aFULFNTIfTKUMyp4Zi0cUbk { display:block; }
 }@media only screen and (max-width: 763px) { #l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU { display:block; }#l9Nm0ldTNJpGsceWH1Wp0hZ2kMbRM0DU > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StwS76FglRuBIHmKyV5RPGnROGREkryC { width:20rem;height:1.57470625rem;top:3.2983942031861rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P { display:block; }#mX6X5sZ9V4hIeZhKN5pgquDSxPiP117P > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZQAwf7yLlxKRPQwG8QKB1LS1npRwe83 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRbzvie4PTb7UceWscXa1Dy7TPEahqI { display:block; }
 }@media only screen and (max-width: 763px) { #HoH7JJ0peaAu9lc8lmNzDS2h2dT2VRRN { width:15.3125rem;height:2.5996125rem;top:5.9375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a41HRSWMDUn5XMmOB0bRcLKybB3x19QN { width:17.5rem;height:3.4375rem;top:9.7871125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhKnW9sgNcVs3hl1Cmi2en8c9ygUTAF { display:block; }
 }@media only screen and (max-width: 763px) { #ytgkvyKrQ3WvAnNtanIBu5VzyNA9nAlU { width:17.5rem;height:1.29980625rem;top:14.4746125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfCOsEDqteHkLJuwN3rq5tp7demAMs3P { width:17.5rem;height:3.4375rem;top:18.324225rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bugtuck7JLvfKQSSNQAwOB3wF8s6Gvqo { display:block; }
 }@media only screen and (max-width: 763px) { #wRu9DHHGTxglRCScaLO01TXC7QnRbu4p { width:17.5rem;height:1.29980625rem;top:23.011725rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn { display:block; }#HysMrVkfXoE6oJMnNMw8rHGQhMWWIVCn > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVgcBaQxTXIVXwJ3hZw7TaeNaaqR6rsm { width:17.9373125rem;height:4.2246125rem;top:2.7039937973023rem;left:1.0308160185814rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF { display:block; }#ad1xl89EJWmqP32rNrEf6TXaRPrKXrcF > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaN2KmRfGuTTlLc5MavaApitTZvivBAb { width:20rem;height:34.8125rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #ta1aafUsRckV9QtPFSbI0Rieb1DywGqZ { width:9.75rem;height:3.5rem;top:15.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1eDcXg6aFXxmpQQ4GspIcxoA0vephCy { width:9.75rem;height:3.5rem;top:15.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNW1epIO6nFCsUGQ9Z4ccMQOInANwHPp { display:flex;width:2.4375rem;height:2.4375rem;top:16.25rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #pU9TgxWXCRH3cZCJ8GwWFOihm5e3VHL5 { display:flex;width:2.3125rem;height:2.3125rem;top:16.3125rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #LqH1zWN71TbJZQQUJsIFpnGAbbdvMmiV { width:4.9375rem;height:2.2734375rem;top:16.3125rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5iSy3003fgMKAJFql2vCJmLHwIsILG9 { width:5.5625rem;height:2.2734375rem;top:16.25rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0m88X4JBfpD1Ntb23nb3UWPUfLMiNZx { width:15rem;height:3.25rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeTarGlhecQwcmdCrxsAmZavNeUvKqy { width:19.125rem;height:5.5234375rem;top:8.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvRKMATMFglRtZ10zK35RtNdUHOWuoCn { width:7.5rem;height:1.5rem;top:3.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzhPCPQ945sMxfL4mPbTXJb05t5Ok1PG { height:11.13675rem;width:20rem;top:21.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE { display:block; }#Iff0Lgftt6mbWwyEcPExvE4XrvJuJTZE > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnUNSLbn2EcTQszOnBrfFApEsZRDxwVU { width:20rem;height:22.3125rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #k6zICA9oUEg1vEa3frIzM69wH8J14wgQ { width:15rem;height:3.25rem;top:3.75rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhCLI8s7JTV6GTUHCugnDdoDpXzS5Dkk { width:19.125rem;height:5.5234375rem;top:8.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqyny0R5eentGFuDIp25gR50PoEqtVW { width:5rem;height:5.125rem;top:16.03125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0N0ezV2NOogwy6OWR1P42DeJTHm90QR { display:block; }#a0N0ezV2NOogwy6OWR1P42DeJTHm90QR > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrXGTkVTx714LtAhomE2QbKLNkHOzSWy { width:20rem;height:31.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #TBc1XanWNkdSnw8eEiw938Q2U6kFdO87 { width:9.1875rem;height:9.4375rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoT5uUKR1GM4Oqhefa4E5zr79hE6BB0 { width:9.75rem;height:3.5rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi1uI6XDKdKTlqdGmF0rhKuRJpFORbPT { width:9.75rem;height:3.5rem;top:26.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkgrdMf0fKZ1GuhI5Fx2KPPqOhyXMD1 { display:flex;width:2.4375rem;height:2.4375rem;top:27.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #NbQPoWOe5bXhq1UeczRLbPhBH5Lgb3O6 { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #N99LiQTTEnp5M9wcXmybVKG97ItZv3ta { width:4.9375rem;height:2.2734375rem;top:27.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqU9AgtmgQ2MrxNy0nm5lXRNtBANSPPc { width:5.5625rem;height:2.2734375rem;top:27.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpk2BJR9UADegOetiM3PRbVqpWanpD3g { width:15rem;height:3.25rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqLNoTEkr9R5NQosNg3zBXK76x67ZEi { width:19.125rem;height:5.5234375rem;top:8.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3qf72WgbXsSB3b8CLK0y91mV45Fy1bN { width:19.875rem;height:34.1875rem;top:34rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #mzwGwAekkaVVwx2zpd6F1NQkrOWV6vyE { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6MGTIS1AhXHp4z440FJO9Vf0sQ8nqEP { width:9rem;height:9.25rem;top:51.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnypTTu0N0Xeot5D3KyGTx0O4LvJ0ZKg { width:15rem;height:3.25rem;top:37.625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMab6PE7Pkzl3QbzCpZ5Ci1CCT0LOAC { width:16.8125rem;height:8.285125rem;top:42.5rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4w4AqyNTFXAUEHI2Vr8FQQQ03ZlhrJn { width:9.75rem;height:3.5rem;top:62.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1QxQz2f1EsPPaBw6rpoV2y2z5dX0inO { width:9.75rem;height:3.5rem;top:62.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8WHwb5xnMEdCORixTWCN7sV4bDzprP { display:flex;width:2.4375rem;height:2.4375rem;top:62.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #GtzwxqAGeLlZyst8KrLQaH8Ty5V5UAmX { display:flex;width:2.3125rem;height:2.3125rem;top:62.6875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #iCv6gPBeBrkSSGuWIT27TKPDUwv1cBDO { width:5rem;height:2.2734375rem;top:62.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHMutAqXRtDk5SWay6kETePHF8l1kNdt { width:5.5625rem;height:2.2734375rem;top:62.6875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1wgKsxgI5xVtu8Kv3PocxG7e3Q2zeT { width:7.5rem;height:1.5rem;top:3.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMK7cVFwMyk4eOoars7MBEkffZNBT6hW { display:block; }#tMK7cVFwMyk4eOoars7MBEkffZNBT6hW > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBZcKLgJmg5cuKUl756X6iiAs0cPROqO { width:20rem;height:31.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #TN1pen4ynkDqKXgTMgP8KxArhRQOOatD { width:9.1875rem;height:9.4375rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5kNQBtSPB1QiAgcrvtR3v34gMOpslyO { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LExULswEzrn1LsLba1R7uX4VfORo54FA { width:9.75rem;height:3.5rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsl01amtC1q9PB1owsZ6hcqpdiV21qgZ { width:9.75rem;height:3.5rem;top:26.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dArqMQBHUL6tzIu2wLSaO0zaUhbIKkHp { display:flex;width:2.4375rem;height:2.4375rem;top:27.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #k6eT08nQa5yT7Fy3c6hvasyTN0etdH0Q { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #Fn4n47u2PKctEI1o16aiIWFvN6MDFUez { width:4.9375rem;height:2.2734375rem;top:27.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaiaeW9sHXnXAOTpGT4MCPSixyPbg4cI { width:5.5625rem;height:2.2734375rem;top:27.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDeoTFPJ9k12lSbF5bdSDrstCuI4KAE { width:15rem;height:4.875rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZazFCTCJ7UKKCaRMyNulV18TzRbMzTyw { width:18.375rem;height:4.142575rem;top:9.6875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCI4hOAByv2xaVilC9ZK3sa1Q1Ks1bRm { width:19.875rem;height:34.1875rem;top:34rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #TeLryA4pCVVfTlkpiGJBpDRyRR6iw04M { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf3CQThLkVDJreP9WPNSb7iL5mkWIhzu { width:9rem;height:9.25rem;top:51.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPqySalbCS3Zq38Ql6Tk6bir7O8k2e5 { width:15rem;height:1.625rem;top:37.625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfG1tNcTqqKrmzCqke5L5TAlX3qZXZ6Q { width:16.8125rem;height:5.5234375rem;top:42.5rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U746h6J4m6T0VQLkbsquwn398X8SVldS { width:9.75rem;height:3.5rem;top:62.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTPpkqmLWhsT7T8wEFhOT4lBH2CI8Wo { width:9.75rem;height:3.5rem;top:62.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwbvcudGO6VWZHsb2V4DMAT6HyZBk1dJ { display:flex;width:2.4375rem;height:2.4375rem;top:62.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #ceu2Nm5wiaabk64c0TLfOxrOIPVal3Ls { display:flex;width:2.3125rem;height:2.3125rem;top:62.6875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #KTt6DedzeumO3Xa8dA0MrdtRx5MTh5AJ { width:5rem;height:2.2734375rem;top:62.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5X9yeTmqNPSquzZV58riTToKPXQK7Dn { width:5.5625rem;height:2.2734375rem;top:62.6875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZKcPym5KtOQps18clcEsydzEND83c1 { display:block; }#TWZKcPym5KtOQps18clcEsydzEND83c1 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw8U6ApR42qJTOLd9XksEqmvM1vq0rDT { width:20rem;height:31.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #ZeOkfWOzdigy2nxGeECsenwgquzI5hx7 { width:9.1875rem;height:9.4375rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4o2RW64VNFNyRtZrXyWlZvPh17gfT25 { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVmC0FToZ88bXAfSkLOQT9GHW23CRWkI { width:9.75rem;height:3.5rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbocXFXtrtU91STbrmr28yTPbRNE54AO { width:9.75rem;height:3.5rem;top:26.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDCA08K2IBLLdqb9xkOaqVcZV92yvdk { display:flex;width:2.4375rem;height:2.4375rem;top:27.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #nTgOreBdWNvfiHfQO4hlqgOlVQSQzqbd { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #wL26lK0ZVaFcLzWDS72E1fy5WvWrG7yd { width:4.9375rem;height:2.2734375rem;top:27.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkseQFEEGmAFQlDJmsNMtoqrI11XFt6O { width:5.5625rem;height:2.2734375rem;top:27.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EihEHRzdkktTAVWvNaxV4PGhMwVQFUEb { width:15rem;height:1.625rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNhEuFTVZWAIOOE8Wme5To0hdS7XZSHZ { width:19.125rem;height:8.285125rem;top:6.65234375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK4aexDp9lRTdZd6tf6C219qfw7281c1 { width:19.875rem;height:34.1875rem;top:34rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #a5zD7KBUG5plsNI2HKGuU1qT6BtPc2Ta { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6WJOFFT6ZUs0pOJrepX29EhAnt9lunT { width:9rem;height:9.25rem;top:51.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36Hy1K2dkNPEgqIM1z7o47iTTTpOg3n { width:16.4375rem;height:4.62890625rem;top:36.875rem;left:1.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQFBnuloNpmIEZUAhVFuruqT8HVb2yfT { width:16.8125rem;height:8.285125rem;top:42.5rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRSEc0AaTFfswC0IKzGKmDkzyu1poNT { width:9.75rem;height:3.5rem;top:62.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSru5AZycUvgNzhguprx9ZdoIZfEVFuu { width:9.75rem;height:3.5rem;top:62.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etL0eZpiGl6ibs55vvtHh1vP25ErQzgc { display:flex;width:2.4375rem;height:2.4375rem;top:62.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #K8SX1nmp0V2mZyna1IIKbUgu8foJoQ8P { display:flex;width:2.3125rem;height:2.3125rem;top:62.6875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #eLrih112UPJMkCbrobR3p0flHT2w3ozg { width:5rem;height:2.2734375rem;top:62.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLuLWowkR6PsTcBA21fVKEg1lCFXCHN { width:5.5625rem;height:2.2734375rem;top:62.6875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k { display:block; }#iCRV59OVAKO2IqaKKNZouI2MQsrTrx1k > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRw3BJe2RRBuBAvrDS8JPPy5KALHbMW { width:20rem;height:31.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #LXnHXHmHJE2FazquUu0ItEuqenwFOp3d { width:9.1875rem;height:9.4375rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbTbN6ZETnXeChvrhVZfcG6UDV8ilqX1 { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wlhe3EdJkytLcAFIxQgwewu5cenou2nZ { width:9.75rem;height:3.5rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7ylBpy6AarJcxxggriTyxAV1tQ6bW3 { width:9.75rem;height:3.5rem;top:26.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI05t4D3ZQI7qgU3094cT5DaIiRSVSCO { display:flex;width:2.4375rem;height:2.4375rem;top:27.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #n8cAqhyTVSX0wGbgfmGChG2PCtdyWgfq { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #HQuBz3CKSaPwlT5zNtdyT9EzKDLabded { width:4.9375rem;height:2.2734375rem;top:27.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOiV0sWpE6flhuzkRJN1qQ1eONUtpAmH { width:5.5625rem;height:2.2734375rem;top:27.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0yBnGQmgokUAoZ2rMeOZuO7FGmctGGI { width:15rem;height:1.625rem;top:5.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsNVwcCeDfVxXgc1rJAcPMg4awypEABf { width:19.125rem;height:5.5234375rem;top:8.75rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5F92Swcdyr0sNsAd2bTNuX3ZHJszGkF { width:19.875rem;height:31.4375rem;top:34rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #RKAhTdESvqbotoq1CZlZIc7DaL36HbP5 { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl0bsTpAt4VovPzvamiW4V13hux3Gehv { width:9rem;height:9.25rem;top:48.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDoapDPHiaTgOHGu2ek9LIAXKJUTr3X { width:15rem;height:1.625rem;top:37.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmGSCBhWUUoR01NL3TSIAWsK12beKtnL { width:16.8125rem;height:4.142575rem;top:41.1875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR60b698N03uPdAgHim4A5mk8XEEdtuD { width:9.75rem;height:3.5rem;top:59.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfpXQmRXU8pcls3qgGFD72bE3Mh1Dpy { width:9.75rem;height:3.5rem;top:59.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoHhVk0JB5CfnDwkFkgp7rx3K8WPZOhW { display:flex;width:2.4375rem;height:2.4375rem;top:60.375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #FmN5Wvgf2I7hfOG83lrAy4OpJgR9VDBu { display:flex;width:2.3125rem;height:2.3125rem;top:60.5rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #LAWIzKy3DQfBASqvzPJvFtc7IS4nM6Z4 { width:5rem;height:2.2734375rem;top:60.5rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kodQxp5v7XZOd3oShgdWRffuwswec5md { width:5.5625rem;height:2.2734375rem;top:60.5rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8b0DG1w9U2zidHBMAztDd4vr751zKaO { display:block; }#n8b0DG1w9U2zidHBMAztDd4vr751zKaO > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEE9PnR45hXk5Db4Pc2pqRW4Nd9hlmwz { width:20rem;height:31.3125rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #HWzhsGrgTpBBSeXy1zmzEKdqKdZtw3y1 { width:9.1875rem;height:9.4375rem;top:17.1875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MerS8WBnFovhFmNyeTc3b8fDvpHmvuV9 { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mz80Xe9TGpP6fqUQWWErR70dwH1AndZL { width:9.75rem;height:3.5rem;top:27.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvClUmpvx2QCeOc0OZc1cOUw4zazGqc { width:9.75rem;height:3.5rem;top:27.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxtGPXu8Q2y0oAhW44T3TMdbTpCh33w { display:flex;width:2.4375rem;height:2.4375rem;top:28.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #UETTXpUhMm0aVUdP9ltRxlcgEmoKMvXp { display:flex;width:2.3125rem;height:2.3125rem;top:28.4375rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #LyvubnrSOO24KNFTqDD6PDfEX1CAZTV8 { width:4.9375rem;height:2.2734375rem;top:28.4375rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mley1ZKSMqfZcIZUxOOJT0mTHy1LN8Ci { width:5.5625rem;height:2.2734375rem;top:28.375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6l4Mh2BTf8dT1PiaaDt1Ep5ysAJAZgt { width:18.125rem;height:6.9043125rem;top:3.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1FfoyyxQUdmztbmF5g3FHFHNRa9Ss8 { width:19.125rem;height:5.19921875rem;top:11.1015625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMOvL1UTaD6QtZkihrfutHzfxBPWHeTQ { width:19.875rem;height:34.1875rem;top:34rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #wBXMAT1fNR7yBTw9DIaXiE0SIkNzX9ea { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JreZAln3v2sBDZs9Od8sBmTrsdrxqvMa { width:9rem;height:9.25rem;top:51.5966796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnr4TKpgRduOtEyOXXuCsimg62W78uc { width:16.9375rem;height:4.62890625rem;top:36.6875rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJ4P3bbZDyz38d0VGQ7r02sBqVflySH { width:16.8125rem;height:9.098625rem;top:42.5615234375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqbJEdppBgUsJLZb7272zzPChspTQpA5 { width:9.75rem;height:3.5rem;top:62.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaDADOywMJacAbXFKCZkZV3egm1Oi4u { width:9.75rem;height:3.5rem;top:62.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3Fgza8dvsM4zzwLAW9RNrcsNcPLmF2 { display:flex;width:2.4375rem;height:2.4375rem;top:62.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #VHpBvf9rDySLKkgZ3nt2r5GJhx1IZd1Z { display:flex;width:2.3125rem;height:2.3125rem;top:62.6875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #lNCKLRJHhqECZUWoVHZXTbxoDgoo8IlC { width:5rem;height:2.2734375rem;top:62.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQNrh14Fs4Ubw5waX2iCVz7exGKnaTKo { width:5.5625rem;height:2.2734375rem;top:62.6875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs { display:block; }#NbgxfsXSc7wrKwq7TVeLwAwsZFNEQUcs > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRrVR0L8FDIIHGTZx2PCTzASQpHI2J4l { width:20rem;height:31.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #y6qmTAwE9Pdku81hms62yoGhTzDQckBt { width:9.1875rem;height:9.4375rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqk5Li53OP9b3m44GlN4LHmkBgDHN0nT { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsI9mcTwXBgBVS3Ug3PFk0QHt3QhcdPS { width:9.75rem;height:3.5rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK05T509fuWMlaR8Lrsgn6vNvVzn19lW { width:9.75rem;height:3.5rem;top:26.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI6snnM7OnXM4FaoT7U8Qlze2XWd3Mcb { display:flex;width:2.4375rem;height:2.4375rem;top:27.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #FCgAAihZZiR1qTkUuauuwZnPQsRSZT1T { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #S5gkeBbRBkP1UqQQZMSiT0PuAHOdF0Pc { width:4.9375rem;height:2.2734375rem;top:27.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqw0MquKzRbDVrTvKWLK9i27M2kXEom7 { width:5.5625rem;height:2.2734375rem;top:27.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuI0TfHyrA8gacgKnuvMNyI1EtALt4P { width:17.5625rem;height:3.25rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqsyAEP2CXKW841XfM7pnqNrIyqR3V47 { width:19.125rem;height:6.9043125rem;top:8.5322265625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPf32arwivitpCIDJLrHeiNgs3TGnn8F { width:19.875rem;height:29.875rem;top:34.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #WXyzRU1ETg2SKIuHIzz5u3Jx7MtGgDsG { width:7.5rem;height:1.5rem;top:36.53125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEwXU4Cu91BVFBSKAGZZagJxcmHHk9ge { width:19.125rem;height:1.625rem;top:36.4853515625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZ85fLUQF06aE0esnfgc12vE1OEyFe5 { width:19rem;height:6.9043125rem;top:39.1591796875rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggqXUoVhZcfeGCOF24MrWXAwNJvdBoi { width:9.75rem;height:3.5rem;top:57.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOQu5LKczVSRIZTw5lXw5G3qx9huI1v9 { width:9.75rem;height:3.5rem;top:57.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5pB4UIvVKoOZbdqxeTOsfGLldNl6kaB { width:9.125rem;height:9.375rem;top:46.8759765625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxXcpbb4wK4TqW88ySxmKy5gfT28Qt9 { display:flex;width:2.4375rem;height:2.4375rem;top:58.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Fb1mNbQXNZ15hvwDhnMJZZvqU05gVFDP { display:flex;width:2.3125rem;height:2.3125rem;top:58.3125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #xT9krxqe0WOk85ZKbUKB94qBaROKRial { width:5.875rem;height:2.2734375rem;top:58.3125rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCI7npGBXBCAPxuXlHUFnrLk3eu0Sqw2 { width:6.25rem;height:2.2734375rem;top:58.375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze { display:block; }#NJkpu3uvhN6EGvHNGkTRMr6xw2Bz07ze > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke2l9wtkizS5gNPTqAfXdecTV9V755Ut { width:20rem;height:36.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #tJAatzMN5Ms4OMTcWDHflRT55GwXGZE9 { width:9.1875rem;height:9.4375rem;top:21.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsgBnSFBvr3RGhdaXmNqa3ptfgoAwsQ { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToHHtPxkfpQly7dlZ62KN9CJ5bUto7tt { width:9.75rem;height:3.5rem;top:31.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2vQSHruaa1Sg5qJ1NAZSsktS1AiO73R { width:9.75rem;height:3.5rem;top:31.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmsielrNlZrgNPEO6TOZi5xGJc4DAZiw { display:flex;width:2.4375rem;height:2.4375rem;top:31.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #cuVuLeeZfWTkLr2TgRTH8ENZlOA3z4wp { display:flex;width:2.3125rem;height:2.3125rem;top:32rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #sPL9vFBWbLCPwthVq62Mx4RDIMTuRdFs { width:4.9375rem;height:2.2734375rem;top:32rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CDvnBZGbKAyN3LiZtpo6rryaha3zqQ { width:5.5625rem;height:2.2734375rem;top:31.9375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11GDKg1TLuweHcMqcIP3aTt8WciypB7 { width:17.5625rem;height:1.625rem;top:3.625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDgvCUlT3IrO2svm6h9sp5PiHeTrJ5H8 { width:19.125rem;height:11.0468875rem;top:8.5322265625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF { display:block; }#LRmO5TNOddfpMyIT5DJrlBuyHa9qh7HF > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXvEAKxPp3ylrzHV00TsTUeqAufH1wqk { width:17.6248125rem;height:4.2246125rem;top:2.4370651245117rem;left:0.75412327051162rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ { display:block; }#nITJJs2eSoWQHifvQnfC9cEfSvTJ0pZJ > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEW4o1bXKtgyi3eMs5ZchaCJ7abgbpPK { width:19.875rem;height:36.125rem;top:1.25rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #MdAocbRTS8srdSMVOda3cBI4ckO25kTq { width:16.9375rem;height:5.1181625rem;top:2.78125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzvJJsZm105QPpCeXUnx7CLp0Q1bBTaT { width:20rem;height:9.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHP53nAhGgUESs4nDCycWM3Drxu96ved { display:flex;width:2.8125rem;height:2.8125rem;top:20.9453125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #AkHBqgcyR4Zlw57H8CqiTeiqOGqpVJvo { display:flex;width:2.5625rem;height:2.5625rem;top:28.626953125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #FyRA1bcWxVnb5oUL96gUXaJQIc5sT7Wg { width:13.9375rem;height:4.546875rem;top:20.7578125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5TCk6sU0QNdc0Jii85nOpbl4xMgTvSL { width:13.375rem;height:5.68359375rem;top:28.626953125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSMgZVwKfKVxKgT5PpLMw7WyB6RwwyA { width:17.6875rem;height:7.7988125rem;top:9.513671875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3wDSt78ekp0GUEVtoxfizcMvxiTdk4 { width:18.625rem;height:7.1875rem;top:19.6875rem;left:0.5625rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #P0UrUG1Nud2zCmchvTT1iv7G3tlpSZbp { width:18.375rem;height:7.1875rem;top:27.8125rem;left:0.6875rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #nAaDpouUUUIAVJgrrBygEikB4masdV2s { display:block; }#nAaDpouUUUIAVJgrrBygEikB4masdV2s > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmbwghJTOKEzK6F2HegtCnq2PxKsUMtI { width:15.75rem;height:5.1875rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQxAER2R8bVwu3NJuNRTBQVgVgJPnF8v { top:3.53125rem;left:0rem;width:20rem;height:20rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #SO76OdV1guwT1urBAbL4qnsRLO85D4aP { display:block; }#SO76OdV1guwT1urBAbL4qnsRLO85D4aP > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwEs6L3uaqTaHIeAAvfHU0UwVbf6CmVl { width:15.75rem;height:5.125rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRt9cCnJnpR8dlAS0CU9eNaMLpLZsyDf { top:2.1025390625rem;left:0rem;width:20rem;height:18.3125rem;z-index:15001;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca { display:block; }#dcSHeKfuf8ozduT3uMVLw4d7aTT0IHca > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1CKpod7XHshEdGMZkM86I3e8KTNC2wD { width:17.6248125rem;height:4.2246125rem;top:2.4370651245117rem;left:0.75412327051162rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 { display:block; }#TrMmZ3Wrutc04rFwgcNzraO9V8L1Umv9 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pb6obeqsFwiX3tgwHWC75H6f0IBxb0Dw { width:17.6248125rem;height:6.82425rem;top:2.4370651245117rem;left:0.75412327051162rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzAVNJwPOXwBWmNn5ZqcUFf0hNeVlRgZ { width:15.999375rem;height:2.5996125rem;top:25.670575037599rem;left:1.9672310948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oki3O1tL5GUUy7AhGA6QKReTQa7D9uiG { height:11.2396rem;width:20rem;top:10.207248926162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp { display:block; }#hBFeh1ITUB6V5piNdxaJwHn2eGRsAIVp > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhi4R8LVdafru5AVOG24TDc3ghK1QOIu { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3nMIohuxdtlwThz5Sd5wP9EKPsM43p { width:18.25rem;height:15.84375rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd { display:block; }#fAJRm4l8pCsZcArXbsaa5vUEnSTdOEbd > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lw57L6a675R98Zf7p50eSncWmGq9c7Dl { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmmKDPxTJEU9k22M0wcl2CANzFfwh8V { width:18.25rem;height:19.5rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE { display:block; }#b0hNt6wQqUMMDGfizctTaDdZiMavQ1bE > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wa5loDQIar1URe7RntKmsOIvxmGJ5M2s { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sttmmvrp4ensONiDM1WosX6ox53fwnco { width:18.25rem;height:18.28125rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P { display:block; }#ccDLgRzTGQhP6lPt7x5CElzJsQnpV25P > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8saycnxAAgkp2sEESIGkgfOR7RA3oyu { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVlR1nH8JlcAKW0gfQt4VbNiG4eWEBH { width:18.25rem;height:19.5rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts { display:block; }#snnCTuBLZ0O6WuuFxcoVmaUAkHpLP9ts > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADsePnizXgsioJNLQ99TeSfVLsNzifA9 { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHq3iFHpAVrhDMuTeiuOCTeV6z8wTTC4 { width:18.25rem;height:17.0625rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy { display:block; }#H8R4Bk7JgZ2fbMLITEq7bEpu0L3WSaIy > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLv2Q2DnqdT2OUOebgTzJXbUTzhImTZK { width:13.5rem;height:19.125rem;top:2.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPR3bfpeRaAlyhVnLSCXTDIWloPTZSNt { width:18.25rem;height:19.5rem;top:23.18687875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f { display:block; }#SsIXC60Vn9AFegFNfbvIPd1GDoJfIP9f > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHQS2cpTnQnq55BKCEBuJtMHccKTWdc0 { width:16.875rem;height:6.3369375rem;top:1.8304824829101rem;left:1.5625000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPsuyXw1MhMmqkq82co9I00GqWVSXQwM { display:block; }#EPsuyXw1MhMmqkq82co9I00GqWVSXQwM > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOm2T04UTi5sqJEWHeROCFwKAMB8ixGA { width:14.25rem;height:20.625rem;top:2.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTFrpnFIUNLhytGFeOWSBZzmHdFkaxN { width:16.875rem;height:18.1972625rem;top:24.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZgdtT2IEduIxnRlHZdzLJo5UtPSfVFc { width:15.125rem;height:2.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DMXMA4DHSTZrgR7TBuCXFH8UwVz7fb { width:12.5rem;height:1.2999125rem;top:1.78125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQAcHoFoqXpOcHcotPkiUZTkpVXc2qdi { width:16.0623125rem;height:0.875rem;top:36.527786254882rem;left:1.5299480557442rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW { display:block; }#wIBsDVoJgGO42uhWSb7PfRgaZioHkwIW > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQQZcEda6bTtFDUQtaqEacttIshbFPx5 { width:16.875rem;height:2.5996125rem;top:25.0625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZhSk9oots8h9JO9VdVhpeZCWZ0x0Wy { width:15.125rem;height:2.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDszrcValoCE4VnWXeR2HJpNbqzADe5z { width:12.5rem;height:1.2999125rem;top:1.78125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7r8n0CQ6q3tn087VVl6n7Wv7KhMMui { width:16.0605625rem;height:0.875rem;top:38.05859375rem;left:1.5625rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q1hhoTHuX6VTo7umaOn1szBT0AHFR2Oo { width:14.1875rem;height:20.125rem;top:3.0810546875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2haIbiD1VgVqLFVI9P6RogW2pJkJyg { width:17.1875rem;height:10.39843125rem;top:27.662109375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ { display:block; }#LgUszLtmBqBO3v1otMOuHBEM2lKDd0SJ > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw28TALed7I9uS6qK1CEvcFbVsxERMqg { width:14.25rem;height:20.625rem;top:2.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq8ZhT8Nu160hD9XPxFs3aWGA5tEgKDE { width:16.875rem;height:6.499025rem;top:24.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXWQ7T6mV1yo5paAO3QUAxawma0EZvo { width:15.125rem;height:2.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbcspAcuw7FAukva84lN2gN2DTbmHOUv { width:12.5rem;height:1.2999125rem;top:1.78125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCyDD0GWe50nnsMxb8E8lH7pFTSUL8Ig { width:16.0615rem;height:1.75rem;top:29.810546875rem;left:1.53125rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z6SspAhcln5Te0TF3TTOOed86DFdF10M { display:block; }#z6SspAhcln5Te0TF3TTOOed86DFdF10M > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU3bOWnWET9DzDaRuk6Z59ZKP9qzhNhQ { width:20rem;height:4.2246125rem;top:2.9166679382324rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4398GJs1lRXtkKrEn28c4VLUSAN89ye { display:block; }#y4398GJs1lRXtkKrEn28c4VLUSAN89ye > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InhPr6X5fWT0NBZDu9EmixHK34Umle8L { width:14.875rem;height:21.125rem;top:5.7226572036743rem;left:2.5303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHXWTddpPWlTmJBtap170iNeyWaGNxW5 { width:20rem;height:5.68359375rem;top:29.259985923767rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3wNJALDi6EvcTmlW7QKzgRbuIwQPCD6 { width:15.375rem;height:21.75rem;top:43.919272422791rem;left:2.5303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0NPJMcBEDvqQK2V5QNWVgPwSg3xJvSr { width:20rem;height:2.5996125rem;top:1.9368486404419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuzCUtXVU2TTqTCKqFeq71w3TLvJno6Q { width:20rem;height:2.5996125rem;top:39.503035545349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETgRlggE142m5Sp6dkSuLr07n3lPlt8 { width:20rem;height:5.68359375rem;top:67.544497489931rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntG9vwxLTiWlArInKpK6KireyQcdrshf { display:block; }#ntG9vwxLTiWlArInKpK6KireyQcdrshf > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1ZywGQvv9sDLc7KFBlrVDxeb1CWwIUc { width:14.0625rem;height:19.875rem;top:7.1603736877444rem;left:2.9047310948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #breRIZXNn8srxXVE7Knk5n3tEsuSOxZX { width:20rem;height:5.68359375rem;top:30.4716796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTi8ZDUdcxWIkMcEb5cA9t9qtasXHBbt { width:15rem;height:21.3125rem;top:46.832683563233rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #o80HDZb9BTbDhWoOqpZaRvRd2ye1CePG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeEH77sF4ER4KrNBr9s6Hy2v6lxXUkm6 { width:20rem;height:1.2999125rem;top:41.40911875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLJ0pi6aZcLegx8yTOfxLzR5Xc0LBo9e { width:20rem;height:5.68359375rem;top:71.643909454344rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P { display:block; }#yZKx0I8IxcLP5JQbSXFALoNXAbRnVS9P > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp0A3N3Lt3X7wNJzBPXkhivv5e8QOuwx { width:20rem;height:19.49705625rem;top:7.6236982345581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesJvwshAk8kGR9fWVs1oNAAWZ7mrd7J { width:20rem;height:13.2563125rem;top:28.434246912599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSONRNfDLi6lArN2BBBSsdy6eJZQ4h6F { width:20rem;height:1.4622375rem;top:43.128254890442rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxq8luDOpiM2vVSz5BhaaSHLu6sx668y { width:19.9375rem;height:3.3125rem;top:2.4934929758311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LE1L9ec2oJAO0Bp4WbO52z95Ng9fbx { width:20rem;height:1.21875rem;top:3.6078557968139rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APzMIwLai2suyK9aDdtRzrri1w317dUq { display:block; }#APzMIwLai2suyK9aDdtRzrri1w317dUq > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fth1dmAsQPe3RI0o0EallwDcTcQhs5cI { width:20rem;height:4.142575rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ry5m1Tu3U9Nf4qM82qvOnSpyIyFM9w { top:9.375rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9v0z7RHT21knt1Gm8FcZ2IPiekTzpLO { display:block; }
 }@media only screen and (max-width: 763px) { #K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h { display:block; }#K8OL9dFbXAgDsAeKy0k3VB2L0qTCLR7h > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRNQPptX7C2PtiLWmu87vGXKcmEm9k2s { width:18.1875rem;height:3.0859375rem;top:10.572509765625rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vbi7BwrIHtcGfoDr4llg3J0R4yc3Q2CW { width:10.68725rem;height:4.311525rem;top:4.677734375rem;left:9.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DcDueVdsPdTrsKV8nvkz97UUvnSrC7 { width:13.374rem;height:1.625rem;top:6.021728515625rem;left:5.999755859375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TaqPwBFGz7xwycg3yDIOafkPh9cUaznv { display:block; }#TaqPwBFGz7xwycg3yDIOafkPh9cUaznv > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh8vSrXXPGDrVhZd1vSze4UJSWWdMdtP { width:20rem;height:28.125rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #I6EnbSucJXUkNRpnka6D7a6EnNexE0Bm { width:9.1875rem;height:9.4375rem;top:17.0625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbwVaCqzGVx4tDNaDRn6pJ3dI8fUyVLw { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fr5P1K1KxigkdOgnZBsuLVXXra1dXewr { width:18.125rem;height:3.0859375rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNrTbN6aOKTeyA19lgidhG2KIJmZvgq { width:19.125rem;height:7.7988125rem;top:7.6640625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEoT7rHPaa1ZBWA0LEN64e9gJpJ7NcKA { width:19.875rem;height:28.125rem;top:31.8125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #bbm5itQFMMxetbmSAaUFTxsw09m870H7 { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnilBDa6fMzZaBkdlwwfU5t0lRKC9yv4 { width:9rem;height:9.25rem;top:48.0966796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64eWZxKTkc7dekogpSgoBWQp5OAzNIM { width:16.9375rem;height:3.0859375rem;top:34rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agP05c9JsDOMZywwgR0J1HLfKbRKoo5I { width:16.8125rem;height:7.7988125rem;top:38.7490234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 { display:block; }#tiFTCb7M5gipbL3sxu1npt9sy24IV4f9 > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e60I74sudwPoVAucObTrZwyvnrna8Hv4 { width:20rem;height:28.4375rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #kwHZKvbfP1AgROKK93diHJCPAMAqumCC { width:9.1875rem;height:9.4375rem;top:17.1875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmzl6LeGWPu7NK5pX2rQoXINGODrhFhp { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVTbcEyKfwgZ9Ikc7ldeqhPTSqNQE9TR { width:18.125rem;height:1.54296875rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ZH7AarrbaQB4EkPaIxwEp0tPIVv0wK { width:19.125rem;height:10.3984375rem;top:5.9765625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLHrFy9NRKuOrxQq0ivTPocTGyUNvCM2 { width:19.875rem;height:30.0625rem;top:31.75rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #qNWbX0ok15rM1DhJCWDAWAKuxo1nQmwf { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGagRXOrzs7ef0dTCqs0GGyEz1i517Lq { width:9rem;height:9.25rem;top:49.6591796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJzLCg5qq1x8dZi8Vo5UZRhAQEwrR7Sm { width:16.9375rem;height:3.0859375rem;top:34.5rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecky1tChTahO2pHZMkCzyKUrTI0B9Zlm { width:16.8125rem;height:7.7988125rem;top:39.3740234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiHidU0TfX4OOcJTXyyds67O0c5RlIfe { display:block; }#CiHidU0TfX4OOcJTXyyds67O0c5RlIfe > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA3vn5oTCCbUnTXffxUhUXXh3C3qAXGd { width:20rem;height:28.25rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #F77CubNtbGFdEw17KBa8LKLdwQaN0msO { width:9.1875rem;height:9.4375rem;top:19.0625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cayRMDCzmBo2ZxFNg29T5dCDvzLX8PTi { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLProkxszEBRUZZ8XcskWnB4nXdOSwba { width:18.125rem;height:4.62890625rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxZNOCgrKMziH0hp7PWICrNz1VrpJbnr { width:18.375rem;height:9.098625rem;top:9.2890625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edAOBB8E9mIky8a2HQPiWd80wTaEEvuo { width:19.875rem;height:34.1875rem;top:32.5625rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #i4tI0e6gFHKWDzgcP2dHIgC7s5rvEHnt { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2q1c5K1T8q7QnBnCNwBW2VBuwrIAW2a { width:9rem;height:9.25rem;top:54.5966796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzHQxnqsgBN3TgM0Tl4efa3tzcDvkOe { width:16.9375rem;height:4.62890625rem;top:34.6875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHtkXR13r1ElZAitTk4s1uzuOMn0Rv4m { width:16.8125rem;height:11.69825rem;top:40.7490234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTlagKplZFZruzKXNblhroiEWTSs31hw { display:block; }#XTlagKplZFZruzKXNblhroiEWTSs31hw > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPJJN6KuITtNwWcQZh01gmPHuvaTqAbz { width:20rem;height:27.5rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #gChe8ppbOMZIldwWlUGS0izO6vVCCZnF { width:9.1875rem;height:9.4375rem;top:17.1875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZupmlXnpZZTtRVsuqhm7EXxW2pL6mfr { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXTOKVOWi5AUyEEh716Rd6JnMX64Sg1Z { width:18.125rem;height:3.0859375rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL85u7SpWqBZTscn6s0ZW7xDlrTsAwNd { width:18.375rem;height:9.098625rem;top:7.3515625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeWs1WMiAwpb81qTqtNPpNENv8VpPmA { width:19.875rem;height:30.5rem;top:31.5rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #pXwflXIHJdtpM8NgLK7XcwXoq51szsti { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQvz2foV2mryEiw4RP0PvqsGwk6nUTWC { width:9rem;height:9.25rem;top:50.7216796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxrSvU7yi8Z9mNZCIipntTgIfmsbbNqu { width:16.9375rem;height:3.0859375rem;top:34.125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNHJT2FOyNuVIQeTmtc9Az2FA7wS6gKR { width:16.8125rem;height:10.3984375rem;top:38.5615234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k { display:block; }#a47kiqTUNtIrOPrTuqgzTwvhkKXbGs1k > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9QC9NOm9eZdMUXi0XfFTMIyaN0L1Rek { width:20rem;height:27.3125rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #od7dGzxPFPgNRZrx7ZX8iTylVHit4qNo { width:9.1875rem;height:9.4375rem;top:17.1875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCa8DuASGsfHkLuQR0brK4JmwmITJ1z1 { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwiZ7Xqh01kBJEaBwMxZpQLwCVfHkpbe { width:18.125rem;height:1.54296875rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnF3loSaH2MJxHASFZGdQCi8JpkZwglB { width:18.5rem;height:10.3984375rem;top:6.1640625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAnaerdciAdQgfZC9ATiTXmuAFzBukSg { width:19.875rem;height:31.875rem;top:31.25rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #iqZVIMVNHhKFJHIs7Rrx3kdQnDBAmf5T { width:7.5rem;height:1.5rem;top:40.875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVhKlohOTI2BZ7oSSx8nWqOl8IBRMV7x { width:9rem;height:9.25rem;top:51.5966796875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf9hMQsS4rAtPnfKFfVuW78ySHGCUzLF { width:16.9375rem;height:4.62890625rem;top:34.125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAwl28zsLqmIB4oRMAxTiFqDkGhIdmT5 { width:16.8125rem;height:10.3984375rem;top:40.5615234375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ { display:block; }#WuOtKCerk8Vdpg6c2RsWN3zFFoZiT4AQ > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOJ7wyAfwo0Pn6y0cwEZtrAXqMV6ky1d { width:20rem;height:27.9375rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #001623;border-left:0.0625rem solid #001623;border-right:0.0625rem solid #001623;border-bottom:0.0625rem solid #001623;display:block; }
 }@media only screen and (max-width: 763px) { #uKe0TPtiBr6p15wJPKyhnKqLKPG75i3P { width:9.1875rem;height:9.4375rem;top:17.1875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddIDf1LNXcl1Nq4t7nD9zRtImnOTWicH { width:7.5rem;height:1.5rem;top:5.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFOfGeWVyd8ICN7mb1Afq5FmTFhGhH3q { width:18.1875rem;height:3.0859375rem;top:3.0625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCuaTfcBR7xDVIy0CFd4uR3KqNuffR2o { width:18.375rem;height:9.098625rem;top:7.1640625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZxNEixIzTpELGwd7gmCI5bxDfqKyRs { display:block; }#scZxNEixIzTpELGwd7gmCI5bxDfqKyRs > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuXAK0FFUgQBmeHFNrHDNIygwTBRUyrT { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }