.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}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;top:0rem;left:0rem;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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32980e62-4434-4f18-81bb-c12374884e4d/3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#1d2b51;display:block;width:49.125rem;position:absolute;font-family:satoshi;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.6875rem;left:6.5625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#505050;display:block;width:48.4375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:6.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#lLbd18NELcowf2CfLrk0fO9Gmcs6QqEE { color:#f2f2f2;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.79345703125rem;left:0rem;height:1.4624rem;display:block; }
#qgtU2syQA6HzEHvOCgaGOlgz8cLVJqWx { color:#f2f2f2;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.79345703125rem;left:43rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#IeDch7WB7waCRylNiFkVN2q82tn6Nf79 { color:#f2f2f2;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.28076171875rem;left:0rem;height:0.9746125rem;display:block; }
#PVJ2sIWSg7txz0L3STXItJPWgoMAADmK { color:#f2f2f2;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.28076171875rem;left:47.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { 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; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { background-color: transparent; background-image: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .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); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { border-width: 0; border-radius: 0; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#AwwxZxKyonbwFumIBaEAytgynKCING4y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.1875rem;left:0rem;display:block; }
#ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { color:#696a6c;display:block;width:18.25rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.48583984375rem;left:0.5rem;height:13.64939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8u3bWoabK6QtlJaaZi848NlJOS14HzL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:20.5625rem;display:block; }
#eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { color:#696a6c;display:block;width:17.75rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.62255859375rem;left:21.125rem;height:13.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:40.75rem;display:block; }
#POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { color:#696a6c;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.48486328125rem;left:42.09375rem;height:15.9243125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:40.625rem;top:12.8125rem;left:9.6875rem;display:block; }
#xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;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.625rem;width:0.0625rem;top:12.8125rem;left:9.6875rem;display:block; }
#a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;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.625rem;width:0.0625rem;top:12.8125rem;left:29.9375rem;display:block; }
#HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;border-right:0;border-bottom:0;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.625rem;width:0.0625rem;top:13rem;left:50.5625rem;display:block; }
#ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { position:absolute;display:block;z-index:15023;background-color:#1d2b51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:9.375rem;display:block; }
#h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { position:absolute;display:block;z-index:15024;background-color:#1d2b51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:29.625rem;display:block; }
#KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { position:absolute;display:block;z-index:15025;background-color:#1d2b51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:50.25rem;display:block; }
#Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { color:#1d2b51;display:block;width:56.3125rem;position:absolute;font-family:satoshi;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.28125rem;left:1.84375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.625rem;left:7.125rem; }
#N7nXZvgxcvoPoF1vq9S1yri0yIaUwLnf { color:#505050;display:block;width:56.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.44970703125rem;left:1.84375rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTMCDfSVPZTgnKdvi7L52q6yfyDzwQeD { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.625rem;left:27.5rem; }
#tEWEXncSbBIP4GJZtKU7E7whuBTJwXKp { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.78125rem;left:48.03125rem; }
#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09818bca-aeef-40e7-b8c0-299f0590cad2/image.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96.adaptive-delivery-prevent-bg, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyload, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyloading { background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { background-color: transparent; background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .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); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { border-width: 0; border-radius: 0; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { color:#1d2b51;display:block;width:51.8125rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1.65576171875rem;left:0.71826171875rem;height:5.07470625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaI1lF042czouMp6twGHV2XnogJzXa0P { 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; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { background-color: transparent; background-image: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .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); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { border-width: 0; border-radius: 0; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;position:relative;display:block; }#B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { position:absolute;display:block;z-index:14999;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:28.625rem;top:3.125rem;left:0rem;display:block; }
#mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:16.1875rem;left:2.75rem;overflow:hidden;display:block; }
#TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:17.9375rem;left:2.75rem;overflow:hidden;display:block; }
#Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:19.625rem;left:2.75rem;overflow:hidden;display:block; }
#iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { color:#686a6c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:46.125rem;left:0rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:21.375rem;left:2.75rem;overflow:hidden;display:block; }
#gl4V1BhESL0EGZD2WBGaNfkfeWOtIJGD { color:#ffffff;display:block;width:20rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:17.17578125rem;left:6.875rem;height:23.39748125rem;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; }
#TPlg6l68kmmVu1zoTVTN3xtNmAHRq0hb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:23.25rem;left:2.75rem;overflow:hidden;display:block; }
#Nvla6RtAZ3JfnfCs2v25gGlkI1H4PTe6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:25rem;left:2.75rem;overflow:hidden;display:block; }
#rLRBU3rMNdI6IC33sM5owg6pa1S7bUpH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:26.9375rem;left:2.75rem;overflow:hidden;display:block; }
#TsT9IFqA6gcsl5pgLT9yerIzouTPgTsy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.6875rem;top:28.625rem;left:2.75rem;overflow:hidden;display:block; }
#V0yqCokO3kxbhKZGC3vGEkSx45nJvMOT { 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:3.4375rem;width:4.6875rem;top:30.375rem;left:2.75rem;overflow:hidden;display:block; }
#UK7K39iZ9o8a7rOXMuviFPto6gdrEeTL { 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:3.4375rem;width:4.6875rem;top:32.0625rem;left:2.75rem;overflow:hidden;display:block; }
#kOHRUEmAAV9bGoVNNANBaiZOVcVTe4g3 { 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:3.4375rem;width:4.6875rem;top:34rem;left:2.75rem;overflow:hidden;display:block; }
#S9UpbFSmTAl8UnLLAVBETXtSbzNQQ3AG { 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:3.4375rem;width:4.6875rem;top:35.8125rem;left:2.75rem;overflow:hidden;display:block; }
#ZRrS8k8b1UlUIz3yVR2ADyzgEXzEopcn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.6875rem;top:37.625rem;left:2.8125rem;overflow:hidden;display:block; }
#NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.6875rem;top:2.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#HQXk8JnQ4DImKFzx2fte1TqxrF5oO89h { color:#505050;display:block;width:22.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:16.6875rem;left:36.0810546875rem;height:25.19730625rem;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; }
#kXiliksaJM5vtZTshKVoA8IvTMM0xWHd { color:#1e2b50;display:block;width:28.6875rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.1875rem;left:31.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3fOtlENKTupGS2J12Ff8SOFIeW1aJqO { position:absolute;display:block;z-index:15000;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:28.625rem;top:3.125rem;left:31.375rem;display:block; }
#KlkQ8kHs5ao9lvIhKI2RCHtZM3sNGfe0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.4375rem;top:5.1875rem;left:43rem;overflow:hidden;display:block; }
#iRd7McByGzS0sd9pespnKdzeiXlTJRrF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:16.6875rem;left:33.6875rem;overflow:hidden;display:block; }
#kalKBJSQA2GnsGEZT6UDNd1AJ0XoZMuK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:20.25rem;left:33.6875rem;overflow:hidden;display:block; }
#vqoGITVepg7LMN8lKfi0BHcXck2L9kUq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:25.78125rem;left:33.6875rem;overflow:hidden;display:block; }
#CDa0GCTMKmiDCPirFPZG4auNgiVBoaHz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:33rem;left:33.75rem;overflow:hidden;display:block; }
#UiWTu10l21ZnK9UQbWWnEovCoGenTDyH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:38.25rem;left:33.6875rem;overflow:hidden;display:block; }
#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { background-color: transparent; background-image: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .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); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { border-width: 0; border-radius: 0; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygamxZgFCx9fGaVa5soDLIwAyLBn4HpM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b78fac21-c6f4-4077-a353-70f0ec87569d/6.preview.mirror.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3.adaptive-delivery-prevent-bg, #AyM2nGQXviRKSgCCnne0VJQMplXkr8C3.lazyload, #AyM2nGQXviRKSgCCnne0VJQMplXkr8C3.lazyloading { background-image: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { background-color: transparent; background-image: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .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); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { border-width: 0; border-radius: 0; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#MA3kCx8VtI5MNPH90TTCDcfykaq9N43p { color:#1e2b50;display:block;width:44.0625rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:15.9375rem;height:6.58008125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0PTKzyK2pk90D5GMk12TlW7IEmaigTS { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhnXLlZEhH45KT5BiOsDvucA9hofKHCw { color:#686a6c;display:block;width:38.75rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:15.875rem;left:21.25rem;height:26.769575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t306x2bcbsZS7nT7HiBR3PJis2yIbaNF { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.125rem;left:19.375rem; }
#TNTTe9iLvpd7zXHdsTdVvswlQLQFT3Qw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.0625rem;left:19.375rem; }
#tCUoi1MPJe9T3JUl7ItQa8k6PgSr3Zb9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20rem;left:19.375rem; }
#v7Nk1RUIgMBQoZXUQhBkE1Em9trp8Jcm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.9375rem;left:19.375rem; }
#HrmR1FlesHxbq5Kq4mKffT8hAWvIeTdl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.875rem;left:19.375rem; }
#y8sTkpZelsJQZL22nfQFi9sC6pZslERb { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.6875rem;left:19.375rem; }
#CI3alMh4BUnBZlKtGD3QJR4aSeDRRQtn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.5rem;left:19.375rem; }
#cigTIfDIi22mv5GX68U2DyKKG5rokDbI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.4375rem;left:19.4375rem; }
#CaPQD9Dx8y1S05c0QPTvV0PoXysdfXex { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.4375rem;left:19.4375rem; }
#MvinutKTVldItdJvoZuTDgl7RmSdl8fc { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.1875rem;left:19.375rem; }
#K6PPNw7231o83ASAlBIZ10a7PMcMZPTO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:39.125rem;left:19.5rem; }
#Rzsg24lmy9xFD51sypHMfNebJX4ery5W { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:40.9375rem;left:19.375rem; }
#U3P12SD96ARd7FuLJ1Qd9XK585snmN5c { 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:60rem;width:60rem;display:none; }
#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container { background-color: transparent; background-image: none; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container > .video-iframe-container { display: none; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row > .video-iframe-container { display: none; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .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); }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container { border-width: 0; border-radius: 0; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#EyP0HU8fxpzEIPSqLKTXKwCB4ktcEKkE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#On6p65INrUcaKGGviIXB8EbIv7HzVIhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/312ee6bb-5aa8-4375-b7fb-e3da2c99b875/5.crop_1072x963_0,0.preview.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx.adaptive-delivery-prevent-bg, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyload, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyloading { background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { border-width: 0; border-radius: 0; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { color:#1e2b50;display:block;width:41.5625rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:8.77441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:7.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { color:#686a6c;display:block;width:47.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.1875rem;left:0.875rem;height:23.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.5rem;left:-2.125rem; }
#fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.5625rem;left:-2.0625rem; }
#Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29rem;left:-2.0625rem; }
#CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:31.125rem;left:-2.0625rem; }
#pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.6875rem;left:-2.0625rem; }
#R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.8125rem;left:-2.0625rem; }
#OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.3125rem;left:-2.0625rem; }
#T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.4375rem;left:-2.0625rem; }
#TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.4375rem;left:-2rem; }
#cSJETCMlKdfTg6TcRfWbh0G3zJqi6LuT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.5625rem;left:-2rem; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:155.0625rem;width:60rem;position:relative;display:block; }#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:#686a6c;display:block;width:29.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0.25rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tW8Up0UHqMAx8oEwBRzfQpe7moI26SX1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:14.4375rem;top:1.318359375rem;left:0rem;overflow:hidden;display:block; }
#sxDZ55zX0cQKyXWkWTpQZ0TEhhTkGeAt { color:#ffffff;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.125rem;left:15.625rem;height:1.9498625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFrOpDOQO5SKRyfqBvsEU4VFrMv8yKEg { position:absolute;display:block;z-index:15005;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:46.125rem;top:6.3125rem;left:7.125rem;display:block; }
#UmX3onTxV9xOHMZVqLL9GeqQCZXdO9iV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.625rem;width:0;top:26.724609375rem;left:43.125rem;overflow:hidden;display:block; }
#LvDE2JkxvTsXSUx8aDeFxzZUHS6IhfLN { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.625rem;left:8.25rem;height:1.9498625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DDXX631MCmGXIX5LNXTqqaqx63p1w2To { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:14.0625rem;top:26.193359375rem;left:45.9375rem;overflow:hidden;display:block; }
#aozsy2HzyuBIxa362WdNHIbupmwTCOV9 { position:absolute;display:block;z-index:15006;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:46.125rem;top:31.625rem;left:7.125rem;display:block; }
#Nh5HPuIJ0QvfNImu7uDK0JGWkVFe8Uz2 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.6875rem;left:16.75rem;height:9.666rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#srE7hq4f9NkhsVeWpzXGT1zy3t96xNl4 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5703125rem;left:9.625rem;height:6.9043125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MfZWE1chfATZi1nV4UKHs1rnXnrtp6LE { position:absolute;display:block;z-index:15009;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:46.125rem;top:49.75rem;left:7.125rem;display:block; }
#PvTIeKkSEi7IRdgEZViBtBKz9ahz2LMy { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:54.5625rem;left:16.6875rem;height:9.666rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ka8A0LwvBFF3dLIdFWZMlMFUVJxJTrmP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:47.375rem;left:0rem;overflow:hidden;display:block; }
#OfoHAdggsJmXJwwG3v62aBdgkln2CqCK { color:#ffffff;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.5rem;left:16.6875rem;height:1.9498625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqBxWm2lZB5PtMQW0N3ZhVBez6WtlhZJ { position:absolute;display:block;z-index:15011;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:46.125rem;top:73.75rem;left:7.125rem;display:block; }
#zJMmRidspZTtosuU2GUFgWKlK8vwPMHo { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:74.75rem;left:8.25rem;height:1.9498625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DNh2TMx9XCZvGOaB6PaltyoNf4db5Awp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.625rem;width:0;top:68.875rem;left:43.125rem;overflow:hidden;display:block; }
#OSTKgt8gXVwkIhSU1r3bSAauiW87yaPA { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:77.8125rem;left:9.625rem;height:9.666rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EvQVTQKkrER68Om8NTnZwxGM4dxzTNZT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:68.375rem;left:45.9375rem;overflow:hidden;display:block; }
#oBs4L8VfKqhcMnKs2ttCKoy4te4ThTZw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:93.5625rem;left:0rem;overflow:hidden;display:block; }
#C5sxsqDiRzgn9ZOLMnhpaQ5N7HxEC0ZM { position:absolute;display:block;z-index:15013;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:46.125rem;top:97.625rem;left:7.125rem;display:block; }
#M9Iiak0ffhUHm0RFZdVwctRzei6d2kxg { color:#ffffff;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:99.375rem;left:16.6875rem;height:1.9498625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEJ5wtbfbvt1AUlMXQohLexhKMSroty7 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:102.4375rem;left:16.6875rem;height:4.142575rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AdEwAEtK7UaK8gNF77CSB761e8qJPdZz { position:absolute;display:block;z-index:15016;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:46.125rem;top:117.1875rem;left:7.125rem;display:block; }
#H3tewhsVvC0GM2COXNCw6Wl99DwQ55Zf { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:118.1875rem;left:8.25rem;height:1.9498625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xPVAoCIMrDl39tN48kqfxiEv9vEtWteU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:15.625rem;width:0;top:112.3125rem;left:43.125rem;overflow:hidden;display:block; }
#p7swrTOvnwlKD48GdQMTLCIoVQAt6DDJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:111.8125rem;left:45.9375rem;overflow:hidden;display:block; }
#T3pKEQc9GdapIVoH6T8bd3PLTbm8ztP9 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:121.25rem;left:9.625rem;height:8.285125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kDMCsNK3lUOdgmyKQU4xWnlF4SGw3m6L { position:absolute;display:block;z-index:15017;background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:46.125rem;top:140.25rem;left:7.5625rem;display:block; }
#yQgLrwysC4egx7WU8X0oHrbyPfP5PpSu { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:142.6875rem;left:14.4375rem;height:2.762125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#J1ACZLyogmgbnqwWCMS5cW4TxDgviEkk { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:10.625rem;width:10.625rem;top:134.76171875rem;left:1.46875rem;display:block; }
#xb1zTGoHx9szbrrPHBFgMcZfGZxStlsP { color:#1d2b51;display:block;width:9.5rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:137.5556640625rem;left:2.03125rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f22aGxix69b1pQMLgvzmBoaBda7cTA9r { 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; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { background-color: transparent; background-image: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container > .video-iframe-container { display: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container { display: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .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); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { border-width: 0; border-radius: 0; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#vAVii0SiigacVBI27nID5wKuR6artov3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:25.6875rem;top:31.0625rem;left:0.625rem;overflow:hidden;display:block; }
#myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { position:absolute;display:block;z-index:15021;background-color:#696a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:40.8125rem;left:0rem;display:block; }
#lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { position:absolute;display:block;z-index:15022;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:44.5625rem;left:0rem;display:block; }
#ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { position:absolute;display:block;z-index:15002;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17rem;width:24.5625rem;top:6.375rem;left:3.6875rem;display:block; }
#BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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:26.875rem;top:3.1875rem;left:32.5rem;overflow:hidden;display:block; }
#KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { position:absolute;display:block;z-index:15021;background-color:#686a6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:12.9375rem;left:47.5rem;display:block; }
#fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { position:absolute;display:block;z-index:15022;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:16.6875rem;left:47.5rem;display:block; }
#JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { color:#666666;display:block;width:23.1875rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.234375rem;left:4.375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { position:absolute;display:block;z-index:15003;background-color:#1d2b51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.1875rem;left:12.8125rem;display:block; }
#bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.1875rem;left:12.8125rem; }
#nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { position:absolute;display:block;z-index:15006;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20rem;width:24.5625rem;top:34.25rem;left:32.5rem;display:block; }
#lXyUTlBt0NIUq5He4OFpDZyLFExNHJlK { position:absolute;display:block;z-index:15007;background-color:#1d2b51;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:31.0625rem;left:41.6875rem;display:block; }
#HSfTyxml25pSFRqnespvqCCGxe7x3tw6 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.0625rem;left:41.625rem; }
#yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { color:#666666;display:block;width:23.1875rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.15625rem;left:33.1875rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { background-color: transparent; background-image: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .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); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { border-width: 0; border-radius: 0; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.84375rem;left:0rem;height:8.1254375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa { 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; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container { background-color: transparent; background-image: none; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container > .video-iframe-container { display: none; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row > .video-iframe-container { display: none; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .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); }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container { border-width: 0; border-radius: 0; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#skLSJGye51SsZtPAoVVSwkKfGqhrilAu { color:#ae411e;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { background-color: transparent; background-image: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .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); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { border-width: 0; border-radius: 0; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.875rem;width:18.25rem;top:1.5rem;left:0rem;display:block; }
#MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.875rem;width:18.25rem;top:1.375rem;left:20.875rem;display:block; }
#aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.4375rem;left:22rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:1rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9yFWsNlkK38WERgg30LaOnayAHLnlng { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.875rem;width:18.25rem;top:1.5rem;left:41.75rem;display:block; }
#HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.75rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdCDvNp9P040fIay2CvJIcPymorFvyFH { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { color:#686a6c;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.1875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { color:#686a6c;display:block;width:16.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:8.8125rem;left:22.0625rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.875rem;left:22.125rem; }
#DhDI18l3sLpsbSMbgDzqc54wSQitq76b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.9375rem;left:42.75rem; }
#WedeEMTmvD1XvaEfgIesOteXiTtVQVJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.9375rem;left:1rem; }
#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { background-color: transparent; background-image: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .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); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { border-width: 0; border-radius: 0; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.25rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.984375rem;left:22rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6069v1L84Qa3HmOe1v8it5APTxFITOc { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.984375rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.25rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.63134765625rem;left:22.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.984375rem;left:43.28125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { color:#686a6c;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.63134765625rem;left:1.0625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:7.203125rem;left:43.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.609375rem;left:42.8125rem; }
#xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.921875rem;left:22rem; }
#hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.296875rem;left:1.0625rem; }
#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi { 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; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container { background-color: transparent; background-image: none; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container > .video-iframe-container { display: none; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row > .video-iframe-container { display: none; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .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); }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container { border-width: 0; border-radius: 0; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#a7PEAvQq9WoMJq5PPU0RSEcpbzKN8KdK { color:#ae411e;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZsOGTTM2CyImP8mbRfII6MOImTm88zK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container { background-color: transparent; background-image: none; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container > .video-iframe-container { display: none; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row > .video-iframe-container { display: none; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .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); }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container { border-width: 0; border-radius: 0; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:60rem;position:relative;display:block; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/895f0982-8471-4dce-8cf8-744789a1a3d5/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.adaptive-delivery-prevent-bg, #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.lazyload, #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.lazyloading { background-image: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { background-color: transparent; background-image: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .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); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { border-width: 0; border-radius: 0; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#DBirZADT4h1DiGDS4wcKkLUzaKGHFvr4 { color:#1d2b51;display:block;width:55.1875rem;position:absolute;font-family:satoshi;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.687255859375rem;left:0.37499904632568rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNExLwheWUlxezhTDo1PpdypfEe4rdD0 { color:#505050;display:block;width:57.6875rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.25rem;left:1.15625rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cb4KrnMI62pRGiSXQyKgXA3b1yOotaLd { color:#1d2b51;display:block;width:49.125rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8rem;left:6.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container { background-color: transparent; background-image: none; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container > .video-iframe-container { display: none; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row > .video-iframe-container { display: none; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .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); }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container { border-width: 0; border-radius: 0; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#asTaXsGJskhuEF5uMTtzFm6hOcX7I8Xo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:8.1254375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { background-color: transparent; background-image: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .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); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.5625rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.5625rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { color:#686a6c;display:block;width:15rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.853515625rem;left:1.625rem;height:5.6061125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.5625rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.5rem;left:1.8125rem; }
#ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.1875rem;left:22.03125rem; }
#xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { color:#686a6c;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:5.916015625rem;left:43.5625rem;height:7.47460625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.8125rem;left:43.5625rem; }
#tZgbnI7a1DvtPtxnkgXiRzbTyy7gLXm9 { color:#686a6c;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.916015625rem;left:22.03125rem;height:7.4748125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.578125rem;left:43.3125rem;height:13.08058125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { color:#686a6c;display:block;width:15.25rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:5.55029296875rem;left:2.03125rem;height:13.0809375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#zNIKg4TbzhB7bGcCegizJagBzHMK0opV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.0625rem;top:0.640625rem;left:0.96875rem;overflow:hidden;display:block; }
#IACk0PUzeMbmdXwK2RVICHB4uMQ33G4M { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:0.765625rem;left:5.03125rem;overflow:hidden;display:block; }
#xLskisp0ak6UmlOvQx14PyS08SI5GqHC { color:#686a6c;display:block;width:15.8745625rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:5.5781409740448rem;left:22.062033653259rem;height:11.21225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PutWo15o9D1MT7isnOtFXn6vnxck9c74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container { background-color: transparent; background-image: none; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container > .video-iframe-container { display: none; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row > .video-iframe-container { display: none; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .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); }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container { border-width: 0; border-radius: 0; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#vbnnSKesc0JgoslPAKzc7ADTsW5zv1Bs { box-sizing:content-box;height:19.3125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(30deg, #1e2b50, rgba(30,43,80,0.85));background-image: -moz-linear-gradient(30deg, #1e2b50, rgba(30,43,80,0.85));background-image: -ms-linear-gradient(30deg, #1e2b50, rgba(30,43,80,0.85));background-image: -o-linear-gradient(30deg, #1e2b50, rgba(30,43,80,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2b50', endColorstr='#1e2b50d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2b50', endColorstr='#1e2b50d8' );";background-image: linear-gradient(30deg, #1e2b50, rgba(30,43,80,0.85));background-size:auto !important;top:6rem;left:0rem;display:block; }
#tkqVIUKVrJo4mPTwDlFRRnyDCnHbWPl5 { color:#eef1f3;display:block;width:17rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.73583984375rem;left:3.9375rem;height:9.8994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lsmKJVsq55JcQmlw73geDQQJJM7TMmh5 { box-sizing:content-box;height:19.125rem;width:59.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.6591796875rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #8e1e1c;border-left:0.125rem solid #8e1e1c;border-right:0.125rem solid #8e1e1c;border-bottom:0.125rem solid #8e1e1c;display:block; }
#GRODERbqlep0NDL2clptFRCNazCTNsXO { background-color:#8e1e1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:30.4375rem;display:block; }
#o1gxR1UmkcBRbJOrIBFgx0x01tcRuHcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UO8XXhFmCG6DblNrTtFmCuTEJkMcIyVa { box-sizing:content-box;height:3.8125rem;width:26rem;position:absolute;display:block;z-index:15019;background-color:#e7e3df;background-image:none;top:4.0966796875rem;left:29.5625rem;display:block; }
#vav3Uc9II30gXTEnoJBvRfhcWn9I0033 { color:#8e1e1c;display:block;width:25.5rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.9462890625rem;left:29.84375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;color:#6b4f3a;padding-top:0.68625rem;padding-right:0.661875rem;padding-bottom:0.68625rem;padding-left:0.661875rem;display:block;align-items:center;width:3.98rem;min-width:3.98rem;height:3.68625rem;position:relative;font-family:satoshi;font-size:2.745625rem;font-weight:700;line-height:58.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-label { background-color:;background-image:none;color:#eef1f3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.30625rem;height:1.455625rem;position:relative;font-family:satoshi;font-size:1.029375rem;font-weight:400;line-height:23.29px;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.25rem;height:6.943125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.34375rem;left:29.71875rem;z-index:15020; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #RDGOAqzcS6kB5MTkFnrxl9SwCLUDtySx { display:flex;position:relative;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #PMyDXGHHzg8AoUbsqia4k6it6ubmonVp { width:auto; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #H48DrIDScqclvFxOwbXgp9deEhyMNgJ8 {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #ZAnaTNqRib8z5wvRtFU7kJNfIQTmP9K5 { display:flex;position:relative;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #dzUg7lEUWH0qBBaNUaTrGI42sQD4tztx {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #uNUcdigSx33kMPE61nDWDXmOOZy3gX4T {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #lNHZMmzV4bskXfPigxhr6S1WZAVN0w5V { display:flex;position:relative;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #srwcWs7vsdNQ9lMTXylIUoqqKK9qKS85 {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #TUXt5qtEowTroCSGBDNAwVIeNEihUzeE {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #BswsH650n63VmWZruBBPVhxkCaZypJ2A { display:flex;position:relative;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #Udq8e6BJN2i02nZJ8nF6UztNqQ82RRQd {  }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #tB1pmJC8uyUKp06vXZLAJbxTnBvFClXN {  }
#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { 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; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { background-color: transparent; background-image: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .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); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { border-width: 0; border-radius: 0; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:60rem;position:relative;display:block; }#UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { color:#686a6c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:4.06273125rem;text-align:center;text-align-last:center;display:block; }
#nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { position:absolute;display:block;z-index:15011;background-color:#686a6c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:28.75rem;display:block; }
#ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { color:rgba(29,43,81,0.67);display:block;width:60rem;position:absolute;font-family:satoshi;font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUzfrxuEX7OtXkKwbOWZyomkBCoC3uB3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:17rem;width:18.5rem;top:17.4375rem;left:0.5625rem;overflow:hidden;display:block; }
#u60JJC9PKqpVzxlyh5TveGdJaIkDnVzH { color:#1d2b51;display:block;width:31.3125rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.4375rem;left:21.25rem;height:2.92480625rem;font-style:normal;display:block; }
#rE7BTkoSFEFhzBs4cd0gsV01hTrtCNzS { color:#1d2b51;display:block;width:31.3125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.3623046875rem;left:21.25rem;height:1.9498625rem;display:block; }
#aTJNXBCN2Hgktr5uhGA6upExIlzu2Ggv { color:#505050;display:block;width:38.125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.9365234375rem;left:21.25rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#a6a8uNyHx6TpMBzQFWM8P13TDBTpPpgi { color:#1d2b51;display:block;width:31.3125rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.375rem;left:21.25rem;height:2.92480625rem;font-style:normal;display:block; }
#IdPDR7SVaa27d8z23NzeEH3kCrZDKwKy { color:#1d2b51;display:block;width:13.8125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.8125rem;left:21.25rem;height:1.9498625rem;display:block; }
#ao3N4uPrP4Q3JiNrUu05OqzXXTcirKU8 { color:#505050;display:block;width:38.75rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44.8125rem;left:21.25rem;height:16.0864375rem;text-align:left;text-align-last:left;display:block; }
#HZUIN9QZZKIFClAtCfmwTqRDWQAcREi9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:17.8125rem;width:17.9375rem;top:38.375rem;left:0.875rem;overflow:hidden;display:block; }
#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { background-color: transparent; background-image: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .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); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { border-width: 0; border-radius: 0; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.06273125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { 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; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { background-color: transparent; background-image: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .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); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { border-width: 0; border-radius: 0; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { color:#1e2b50;display:block;width:18.3125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0.8125rem;height:5.68796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:23.4375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.9375rem;left:20.9375rem; }
#b1inQP7MIbkhxgXhkT620pphKkxmGf7g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.09375rem;left:20.9375rem; }
#clbp868RaztZsgayHgf97U2VmB5V6q18 { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:34.4375rem;left:42.9375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27rem;left:23.4375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27rem;left:20.9375rem; }
#eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:5.875rem;left:13.875rem; }
#f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.875rem;left:15.6875rem; }
#l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:42.9375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.6875rem;left:40.5625rem; }
#Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.96875rem;left:42.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QMU0EAOogkaJv6kLApqSlU6pb905TtNV { color:#505050;display:block;width:15.6245rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.03125rem;left:42.9375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:42.9375rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.96875rem;left:40.75rem; }
#mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.8125rem;left:40.75rem; }
#UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.03125rem;left:40.5625rem; }
#eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.9375rem;width:20rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.125rem;left:23.4375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { color:#505050;display:block;width:15.624rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.4375rem;left:23.4375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:34.4375rem;left:20.9375rem; }
#ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.4375rem;left:40.5625rem; }
#k4utGpepOuL1IVNaFp8FFg1Q8Kn643If { color:#505050;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:23.4375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F5ENxrKKpRKCtrMtw0w80ECtl6Z94z6i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.5625rem;left:20.9375rem; }
#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { background-color: transparent; background-image: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container > .video-iframe-container { display: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container { display: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .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); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { border-width: 0; border-radius: 0; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.06273125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { 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; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { background-color: transparent; background-image: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container > .video-iframe-container { display: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container { display: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .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); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { border-width: 0; border-radius: 0; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { color:#505050;display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.5rem;left:0.9375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { color:#505050;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.4384765625rem;left:5.625rem;height:7.31200625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwXHVH6xOLJFEkTy5OTuBwydu0qyUHGw { color:#ae411e;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:22.931640625rem;left:5.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2b51;border-left:0.0625rem solid #1d2b51;border-right:0.0625rem solid #1d2b51;border-bottom:0.0625rem solid #1d2b51;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#so38CQxAIIDDdccVuHbqpLG4ETR1by38 { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:10.1875rem;left:31.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.9375rem;height:3.25046875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { position:absolute;display:block;z-index:15018;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2b51;border-left:0.0625rem solid #1d2b51;border-right:0.0625rem solid #1d2b51;border-bottom:0.0625rem solid #1d2b51;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:14rem;top:2.5rem;left:45.875rem;display:block; }
#Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:9.40625rem;left:46rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { position:absolute;display:block;z-index:15023;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.0625rem;left:45.875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2b51;border-left:0.0625rem solid #1d2b51;border-right:0.0625rem solid #1d2b51;border-bottom:0.0625rem solid #1d2b51;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:14rem;top:21.625rem;left:31.9375rem;display:block; }
#kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { color:rgba(30,30,30,0.7);display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:32.5625rem;left:32.5rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9digbWooff9rEZVNROcxWXhy8NtBOJZ { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2b51;border-left:0.0625rem solid #1d2b51;border-right:0.0625rem solid #1d2b51;border-bottom:0.0625rem solid #1d2b51;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:14rem;top:21.625rem;left:45.875rem;display:block; }
#BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:32.5625rem;left:45.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXECchWr324LxtJ83kHaHThSSPUgTdh8 { position:absolute;display:block;z-index:15028;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:31.5625rem;left:37.125rem;display:block; }
#TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { position:absolute;display:block;z-index:15033;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:31.5625rem;left:51.125rem;display:block; }
#r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:27.78125rem;left:31.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:28.5625rem;left:45.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.28125rem;left:37.4375rem; }
#Gh2Av4gtmd23e6RCs3TkQXfl44r34TLS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.744140625rem;left:1.375rem; }
#y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.34375rem;left:50.5rem; }
#usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.9375rem;left:36.5625rem; }
#zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.3125rem;left:50.875rem; }
#xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { color:#505050;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22.931640625rem;left:5.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15.6875rem;left:1.375rem; }
#t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.5625rem;left:1.375rem; }
#GPIa1QTbwpIyQkLizGbmWT7VBgmymNqz { color:#505050;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.26220703125rem;left:5.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XH0uqAUOJ7LLD30XdUHADvKxPrMiao3Q { color:#505050;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.5625rem;left:5.625rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auTUnwkpezxlol8aqB3veMFG4V0ni3Ug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27.0625rem;left:1.375rem; }
#glEpTIla71fd8PPnTcMFJburCZWeQgkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container { background-color: transparent; background-image: none; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container > .video-iframe-container { display: none; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row > .video-iframe-container { display: none; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .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); }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container { border-width: 0; border-radius: 0; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#hawtvPyxXyV516T8DJUBdWypigZKh1Ri { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:4.06273125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 { position:relative;display:block; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 { background-color: transparent; background-image: none; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row .container > .video-iframe-container { display: none; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row > .video-iframe-container { display: none; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .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); }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 { border-width: 0; border-radius: 0; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .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; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qWVq4ZfCPQJIfx3KlwKbcUJyKU8u81GX { color:rgba(30,30,30,0.7);display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:6.84375rem;left:29.9375rem;height:17.15625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BRlgH1SIoyanvsyPkuD0hzcxq4noBtd9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:24.125rem;top:2.46875rem;left:0.75rem;overflow:hidden;display:block; }
#oqveOKgA1ICyu2THTbk4Jdy2Zrpk5kD3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:10.25rem;left:13.09375rem; }
#LsTSm746q8UVCMhfQGTX73L1gshFzPNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b51;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; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { background-color: transparent; background-image: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .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); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { border-width: 0; border-radius: 0; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.666015625rem;left:0rem;height:4.06273125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo { position:relative;display:block; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo { background-color: transparent; background-image: none; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row .container > .video-iframe-container { display: none; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row > .video-iframe-container { display: none; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .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); }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo { border-width: 0; border-radius: 0; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .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; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .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:142.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { color:#686a6c;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.84398125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:9.3125rem;width:29.3125rem;top:6.28125rem;left:0rem;display:block; }
#elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.875rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcucSTp5wINAZZtCi2uskEHMOxmf05mh { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:1.1875rem;height:3.25046875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ELwGsAgspwStJtzKqHwk8OW9bDu0zaHH { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHlHZKBtNWoK2cKuO5TMerICeik81G4q { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:16.75rem;left:0rem;display:block; }
#X7my36HXVB12IG7uKq296FRsET48e2QR { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:5.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RN01EJ51OTgeuTin5lroIe88Oy87Hqm8 { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJgUAZ0w18iNrzml61mwhu70kvWlrTK4 { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:19.8125rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nl0EpnP9zCQAAv3IXfi12ewwhAtMs10P { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:28.4375rem;left:0rem;display:block; }
#bXbFSCIXSulBKofDRDAaSJJIZpA5t9OO { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29rem;left:5.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcdKHTPKHgMRPJsTasTQE38ZT12zlD8L { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGlsQ4DbiNKZFxlwIV87T4Ni6qddr4Zy { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.1875rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVR4yb40AQ3ResfFX6QI63n9K4FnHKsG { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:40.1875rem;left:0rem;display:block; }
#P2ARWdJ0TwszXtnV1snkO7QBOuLEKuZu { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:44.9375rem;left:1.25rem;height:3.25046875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hx24ipxVnNxHPBxnKIH832IT1LPIrDOx { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:43.25rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OBrmA9gTipbo9kteuqsCCbR1xwPo6wGl { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.75rem;left:5.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLw0KxigM3hmRURAmEPrEUraZnTeFXLp { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:51.75rem;left:0rem;display:block; }
#TSGMxl2kZUoorMXxdcIO5DNIfPwJ4gCM { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:56.5rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvTZ97KW46fsDx1esETKNSx6HKPGVCQR { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:54.8125rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhXVrtK3QKwLSKAQs3iBRLEQNE6GmGbC { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:52.3125rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viySJCDgyZMbBS36XzmHdz3EplLtrkdH { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:63.4375rem;left:0rem;display:block; }
#WgZmtBRGRpfPDE1Ai7eXHJxOqn0ZfUbp { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:68.1875rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhThrM28tOvNc3EOJcqAi0vr2dVPtayk { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:66.5rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FsPOGgQdJsr95nsOmazBTCqRZ9rEWOvl { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:64rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q876Tz8FJpxXAyoMmE1H4hTkSwcXRaO3 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:75.25rem;left:0rem;display:block; }
#GzzAaXLqBkWIfMkKSNd0GKFqTDBVlwt3 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:75.8125rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBOE0dF0yWEctkKXVtCQSWIUhaqHVW9J { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:78.3125rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dNHOSSFfTlEqssGtAXfPsxZMLcK2dgxi { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:80rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTEelCyKBXCukWTShFX59G7ZH9LvJZgh { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:86.875rem;left:0rem;display:block; }
#zNM7Mo2KAzqzlqnTWP9UGscBppOQJfk9 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:87.4375rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzTJgAzRbmSzgsJA22eei1PUVEVowg8v { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:89.9375rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBWdPLN1GRQS7IDBwcSILsR8oHGkZyno { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:91.625rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fef6m3itMQIT9L8gDhp8sZA1y12d7xZN { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:98.5rem;left:0rem;display:block; }
#RMTkrOFRIN6ty055Fq6oDaXAmgdcpP3M { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:103.25rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qzp3tZDvWUboEyPxqZ8Itr8x7BMVrLTo { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:101.5625rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG1HDmiWceaJ3VAKcyvTTezNrdSrGrtq { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:99.0625rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTH03Rm6bdxf2hNl0sSCADuZXmO2kNDC { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:110.125rem;left:0rem;display:block; }
#LcTX3ZOlF1q45rRKwa0Ff7Ors4fbQSCD { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:114.875rem;left:1.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuzPVL3QaFh4DDMCghdd5uK7ny9LvrMm { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:113.1875rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meE9JNRhB2SK9iTFLPyTMaJL59eTF16s { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:110.6875rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXSD93hc0m5diEyWOA4p366eMHoEDAFm { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.25rem;width:29.3125rem;top:121.6875rem;left:0rem;display:block; }
#LCExnPq6uXSKSiZmhIu7hsoJPL6BaFPg { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:122.25rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtp9WZOr1blh71QzLCyStSdkF0VaDm1m { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:124.75rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtcUNDWODICLDedhyRaxyhar7tDB5O0w { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:126.4375rem;left:1.25rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHzo6Toku4XFWmDlFMm2tWX57zQnJ7sJ { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:7.375rem;width:29.3125rem;top:132.8125rem;left:0rem;display:block; }
#kAGuT828CrJIvfe4egzAHvTTKrK6avZ6 { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:137.5625rem;left:1.25rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCNxiIdBK3rcoZCGoaolNra4X7Tft7TZ { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:135.875rem;left:1.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZIOZKoId8Rra68NpreMfSbeyGW68SFGi { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:133.375rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sVNF9kEI0P7C0hgwcVsZ6NPNG38uPQTR { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:9.3125rem;width:29.3125rem;top:6.3125rem;left:30.6875rem;display:block; }
#DA8xhaFXKF2t45P8VkhuGAsZaoaikIGD { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.875rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8Mp4Ne4MC59rUC5xlpq0T1Xl9Fr1A2U { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:9.375rem;left:31.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qnD6WqR4Vh0v5e4SM9IcDKkn4FJDRkFi { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:11.0625rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tfsF5hx4bdSVlnEwNaM773xoRdwGw8xo { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:16.75rem;left:30.6875rem;display:block; }
#LE5paS5JDXmQsd6tzkEfhlblnMliNOk3 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:17.3125rem;left:36.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWmHOTRhVpQ54PBweDT0c4HKa4WP56wQ { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:21.5rem;left:31.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5XQSgJO2i18B7fbR6OoHLSKa4tWEnfJ { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:19.8125rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#leK3ssycxUA2Nt9Rw84aHdd4DToCBpTm { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:28.4375rem;left:30.6875rem;display:block; }
#bTEyTqtKXNxUkXQ8znlB1WLUsB0rarq3 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:29rem;left:36.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtTOz2c1biHldKILA5ltvXCGnL2q6w6f { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:31.5rem;left:31.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNDlq7H1agf2vyd8XP8cUDoVCO1eSfTR { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:33.1875rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPpNZ3iuLGA2IrbbJB9M5uiNRgMRXTb1 { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:40.1875rem;left:30.6875rem;display:block; }
#Ac6EQluWmMMMdoQV00tv5G9RtqMSas5B { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:43.25rem;left:31.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#edDFvOzVpI7T5AoQVQoI9LqfC1bZmD1W { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:40.75rem;left:36.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dX5E6GqExL87t9FQND1pPWCrhzdVogQl { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:44.9375rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EXsUOyM6XzC0oieMotKgoZehcy2GpiPM { position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:51.75rem;left:30.6875rem;display:block; }
#lU8wbe296gsUS5DTT4cfOS7MKTaSiJ3T { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:52.3125rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BhCoHizO1M7qZlRiSka42sx5tpdT8Mgo { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:56.5rem;left:31.9375rem;height:3.25046875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkvPL8Xx6TPJArNoToR4OQIETSSTWOZS { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:54.8125rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nubf8eL9fPdyrTnd9g7rZpQz8oRaDB6s { position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:63.4375rem;left:30.6875rem;display:block; }
#zitsdT1vzt30DqTP6ZnfrARuXmv6O0ni { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:68.1875rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vhbdGNVnDQT5Za1DWLIcGhfDIVe3GvDd { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:66.5rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CfdbZRbSamchz9SD9NuQEk8rIhRb3LeW { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:64rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXQwwB5qMTampO0mm7x7k0AEIz3lti99 { position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:75.25rem;left:30.6875rem;display:block; }
#vo5TMmDGLe8nQh2uIKLonlnbJpkoEv1Q { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:75.8125rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIhMApSWqLrw22qfdrN1AIqlV7OLJ2ao { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:78.3125rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AT7wb2UfDcLhQL4RUEI00mvXUQAsDLLL { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:80rem;left:30.6875rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QR7Aoz8XqyVVq5rKerSOa9hpZ5brfsHE { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:86.875rem;left:30.6875rem;display:block; }
#oXFVNThEmgezkw3Rct75X8JunKiysEPb { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:87.4375rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeiA5ehCutk86TXg5KvOLX3xMVTTU9RG { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:89.9375rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PMkTHnA4Z33wnnbb22WU5b2DcfXF9CgB { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:91.625rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQMRmevvXgMv8oFTlqB9kIAethTXz8Kn { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:98.5rem;left:30.6875rem;display:block; }
#beW1WCCfwL0DChPW3P4vF4rTGKe6V3hC { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:103.25rem;left:31.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zu3Qsd6lAiepAdnuHpeeNNRXLqOCIXft { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:101.5625rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#emfThwOt00k2WrsIbTeg3fRRiQkXHrKk { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:99.0625rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkR9mrZbKdqMi8i9Groir1RQozBUxg1F { position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.5625rem;width:29.3125rem;top:110.125rem;left:30.6875rem;display:block; }
#S19a5A1gcQ0GQfNdmninz0hsKTvmAe5T { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:114.875rem;left:31.9375rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vgrHM5yTpDNIMAwCaCzmiMMhbJ4122ni { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:113.1875rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThU44cqpqt34TSRmryknEub4duFR97TJ { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:110.6875rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xr4mPQcIaynmGiS08wQOdei7BoiiCSWb { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:10.4375rem;width:29.3125rem;top:121.6875rem;left:30.6875rem;display:block; }
#eXVxi8lQs5d79NZwbJgv9CyTanPRkJg0 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:122.25rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBynQfZlDJO39RiZzR4SGIfO11OwIgsq { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:124.75rem;left:31.9375rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9Gr8APFErhEelRRmOv79Tf4dTvmzTu3 { color:#333333;display:block;width:28.5rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:126.4375rem;left:31.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bomXBaWWxzygLQohc8JyHqZMw9uVhXtQ { position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:7.375rem;width:29.3125rem;top:132.875rem;left:30.375rem;display:block; }
#eQrSX86TVJ6cXXfKV5plHdWF7c0MQe70 { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:137.5625rem;left:31.5625rem;height:1.62523125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLKTn6EV31IHQKUnU7wzrG4DsLJsk7nW { color:#333333;display:block;width:27.5625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:135.9375rem;left:31.5625rem;height:1.13759375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OUMZ1RSz5K0uV9V86eEouz5DT7lo2N24 { color:#1d2b51;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:133.375rem;left:36.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { font-size:0.875rem;font-family:arial;height:103.3125rem;width:60rem;position:relative;display:block; }#Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { position:absolute;display:block;z-index:15000;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:91.8125rem;width:38rem;top:4.375rem;left:11rem;display:block; }
#za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { color:#1d2b51;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { color:#ae411e;display:block;width:29.3125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:17.8125rem;left:16.6875rem;height:66.1309125rem;text-align:left;text-align-last:left;display:block; }
#IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.8125rem;left:14.0625rem; }
#BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { color:#ae411e;display:block;width:36.25rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:86.4375rem;left:11.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89.5625rem;width:35.5rem;top:5.5rem;left:12.25rem;display:block; }
#ySgHtHGMWmBKtXdiwMIa2pB9nz7ingLE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.5625rem;left:14.0625rem; }
#B59acDdgB2QirQmvhZMetAMCyftIyrKD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.4375rem;left:14.0625rem; }
#qL7bxfvVaipXZbZ6FaVunDSAWTqZgEyL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.625rem;left:14.0625rem; }
#y7kOxFPxKt1adw5bd7E5cbiUcgykltZ1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.625rem;left:14.0625rem; }
#DV80dDwSJxZT35n9EhlPcB6kRmiOJWHo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.75rem;left:14.0625rem; }
#tHeDpRpOwEu88NuiB9VvKXKwEviTyTDz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:41.9375rem;left:14.0625rem; }
#qxTI1yltmczlS5nQNFThFEgTmKwCSf6a { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:45.9375rem;left:14.0625rem; }
#AHyh1gO2vuArdBaHNRGFfFVEyltDyFQF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:50.1875rem;left:14.0625rem; }
#zXsTVB9ayo4uLE7t0xvVMihTd5nbmBqw { color:#ae411e;display:block;width:33.6875rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:13.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K3z6QT54S92xRm6Qqrz4f6pZd0d8mTTN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:52.6875rem;left:14.0625rem; }
#oz2g99QTGiUwgc1I2lyvxlWpBTEEJclc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:56.8125rem;left:14.0625rem; }
#odGqFItV0VlfqcQaJnHGS7NpLZP6Z7h6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:60.8125rem;left:14.0625rem; }
#yqNhGpZLypgzcBPFOo5qcdUDkDGX4icU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:66.125rem;left:14.0625rem; }
#QRIvyLDhemEh05tTboTdMPeSKdrhJHvh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:70.1875rem;left:14.0625rem; }
#SEzkhiRbm9tT3Rrbb6bmkxBHLZkKDcJb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:75.5625rem;left:14.0625rem; }
#nTsgev4W0v7eTWMlzz8i4eGX9MT8nVRI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:79.75rem;left:14.0625rem; }
#EFOmwEuNPPKDlQmecc3gwN9nNz7sX1MK { background-color:#1e2b50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:satoshi;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:89.9375rem;left:20rem;display:block; }
#AFDPFTrCTIfRhgdp9tfCSioq4clAK0hG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9IxnO7EeCASVLNcV1X7qZb6QIKr2R9N { color:#505050;display:block;width:57.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:100rem;left:1.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 { background-color:#1d2b51;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { background-color: transparent; background-image: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .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); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { border-width: 0; border-radius: 0; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#LngO1TK6pDAcZlTdOWgNGgbi4FsKs2h4 { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:12.8125rem;left:1.25rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#vW3ZZrlIDA6ukVTrGubIcc5LMRcFqH9u { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:15.875rem;left:1.25rem;background-color:transparent;background-image:none;height:4.72411875rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#dHLT8cTzDrsGxrGiAWhUfr1Tr7MyZqX2 { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:7.4375rem;left:29.6875rem;display:block; }
#s9TbaxhiypoevUQB0hxfrIqng9HIEwE3 { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:14.13720703125rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#lam3sOSfmOSJ1Sf9064FJtlChW17UPeu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:7.875rem;left:43.6875rem; }
#TZXHoDABBACFpX9pLaLkt0S1RAKhyvPu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:7.875rem;left:13.875rem; }
#bHlcvyQBhQHwrB4xJe8T1vB6Get2DSn7 { display:block;width:27.75rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.2;top:1.75rem;left:15.25rem;background-color:transparent;background-image:none;height:3rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk { position:relative;display:block; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk { background-color: transparent; background-image: none; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row .container > .video-iframe-container { display: none; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row > .video-iframe-container { display: none; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .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); }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk { border-width: 0; border-radius: 0; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .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; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LBpMbI4zIykLLWKqdZASUdXo14pPUtza { color:#505050;display:block;width:16.6875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#TZABeBe3ett7zsMxka3mcP8X01iIHK7L { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:18.0625rem;top:1.1875rem;left:20.5625rem;overflow:hidden;display:block; }
#v90CJyUAKpTnTQ0SVASRO8DLpxhdUBNM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:1.5625rem;left:41.1875rem;overflow:hidden;display:block; }
#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd { position:relative;display:block; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd { background-color: transparent; background-image: none; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row .container > .video-iframe-container { display: none; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row > .video-iframe-container { display: none; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .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); }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd { border-width: 0; border-radius: 0; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .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; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .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:11.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xx4UDQdhMrA48q1dkRTOi6w1n7JmU3iV { 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:7.5rem;width:39.25rem;top:2.4375rem;left:10.375rem;overflow:hidden;display:block; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:2rem;left:19.625rem;width:28.125rem;height:7.42383125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:16.8125rem;left:21.875rem;width:25.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lLbd18NELcowf2CfLrk0fO9Gmcs6QqEE { width:12.5rem;height:1.4375rem;top:0.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qgtU2syQA6HzEHvOCgaGOlgz8cLVJqWx { width:17rem;height:1.4624rem;top:0.75rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IeDch7WB7waCRylNiFkVN2q82tn6Nf79 { width:12.5rem;height:0.9746125rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PVJ2sIWSg7txz0L3STXItJPWgoMAADmK { width:12.5rem;height:0.9746125rem;top:2.25rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:14.375rem;height:25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:13.125rem;height:14.94923125rem;top:27.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:14.375rem;height:25rem;top:17.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:13.6875rem;height:11.2119125rem;top:28.5771484375rem;left:17.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:14.375rem;height:25rem;top:17.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:13.6875rem;height:13.0805625rem;top:27.375rem;left:34.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:40.625rem;height:0.0625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:13rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:12.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:12.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { top:2.25rem;left:0rem;width:47.75rem;height:2.11230625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #N7nXZvgxcvoPoF1vq9S1yri0yIaUwLnf { top:7.4375rem;left:0rem;width:47.75rem;height:5.60595625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FTMCDfSVPZTgnKdvi7L52q6yfyDzwQeD { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tEWEXncSbBIP4GJZtKU7E7whuBTJwXKp { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:47.75rem;height:5.07470625rem;top:1.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:23.25rem;height:7.3125rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:4.6875rem;height:3.4375rem;top:16.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:4.6875rem;height:3.4375rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:4.6875rem;height:3.4375rem;top:19.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:47.75rem;height:10.5615rem;top:39.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:4.6875rem;height:3.4375rem;top:21.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gl4V1BhESL0EGZD2WBGaNfkfeWOtIJGD { width:10rem;height:20.244175rem;top:61.8125rem;left:2rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 959px) { #TPlg6l68kmmVu1zoTVTN3xtNmAHRq0hb { width:4.6875rem;height:3.4375rem;top:23.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nvla6RtAZ3JfnfCs2v25gGlkI1H4PTe6 { width:4.6875rem;height:3.4375rem;top:25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rLRBU3rMNdI6IC33sM5owg6pa1S7bUpH { width:4.6875rem;height:3.4375rem;top:26.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsT9IFqA6gcsl5pgLT9yerIzouTPgTsy { width:4.6875rem;height:3.4375rem;top:28.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V0yqCokO3kxbhKZGC3vGEkSx45nJvMOT { width:4.6875rem;height:3.4375rem;top:30.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UK7K39iZ9o8a7rOXMuviFPto6gdrEeTL { width:4.6875rem;height:3.4375rem;top:32.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kOHRUEmAAV9bGoVNNANBaiZOVcVTe4g3 { width:4.6875rem;height:3.4375rem;top:34rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #S9UpbFSmTAl8UnLLAVBETXtSbzNQQ3AG { width:4.6875rem;height:3.4375rem;top:35.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZRrS8k8b1UlUIz3yVR2ADyzgEXzEopcn { width:4.6875rem;height:3.4375rem;top:37.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:18.6875rem;height:10.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HQXk8JnQ4DImKFzx2fte1TqxrF5oO89h { width:10rem;height:44.53709375rem;top:61.8125rem;left:2rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 959px) { #kXiliksaJM5vtZTshKVoA8IvTMM0xWHd { width:23.25rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p3fOtlENKTupGS2J12Ff8SOFIeW1aJqO { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KlkQ8kHs5ao9lvIhKI2RCHtZM3sNGfe0 { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iRd7McByGzS0sd9pespnKdzeiXlTJRrF { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kalKBJSQA2GnsGEZT6UDNd1AJ0XoZMuK { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vqoGITVepg7LMN8lKfi0BHcXck2L9kUq { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CDa0GCTMKmiDCPirFPZG4auNgiVBoaHz { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UiWTu10l21ZnK9UQbWWnEovCoGenTDyH { width:7.4375rem;height:6.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { top:1.25rem;left:0rem;width:47.75rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ygamxZgFCx9fGaVa5soDLIwAyLBn4HpM { top:7.0625rem;left:0rem;width:47.75rem;height:4.2246125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 { background-color:transparent;background-image:none;display:block; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { background-color: transparent; background-image: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .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); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MA3kCx8VtI5MNPH90TTCDcfykaq9N43p { top:0.75rem;left:3.6875rem;width:44.0625rem;height:5.36133125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k0PTKzyK2pk90D5GMk12TlW7IEmaigTS { top:15.5rem;left:3.71875rem;width:40.3125rem;height:5.60595625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XhnXLlZEhH45KT5BiOsDvucA9hofKHCw { top:20.1875rem;left:2.75rem;width:45rem;height:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #t306x2bcbsZS7nT7HiBR3PJis2yIbaNF { width:1.375rem;height:1.375rem;top:16.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TNTTe9iLvpd7zXHdsTdVvswlQLQFT3Qw { width:1.375rem;height:1.375rem;top:18.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tCUoi1MPJe9T3JUl7ItQa8k6PgSr3Zb9 { width:1.375rem;height:1.375rem;top:20rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #v7Nk1RUIgMBQoZXUQhBkE1Em9trp8Jcm { width:1.375rem;height:1.375rem;top:21.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HrmR1FlesHxbq5Kq4mKffT8hAWvIeTdl { width:1.375rem;height:1.375rem;top:23.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8sTkpZelsJQZL22nfQFi9sC6pZslERb { width:1.375rem;height:1.375rem;top:25.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CI3alMh4BUnBZlKtGD3QJR4aSeDRRQtn { width:1.375rem;height:1.375rem;top:29.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cigTIfDIi22mv5GX68U2DyKKG5rokDbI { width:1.375rem;height:1.375rem;top:31.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CaPQD9Dx8y1S05c0QPTvV0PoXysdfXex { width:1.375rem;height:1.375rem;top:33.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MvinutKTVldItdJvoZuTDgl7RmSdl8fc { width:1.375rem;height:1.375rem;top:35.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #K6PPNw7231o83ASAlBIZ10a7PMcMZPTO { width:1.375rem;height:1.375rem;top:39.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rzsg24lmy9xFD51sypHMfNebJX4ery5W { width:1.375rem;height:1.375rem;top:40.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #U3P12SD96ARd7FuLJ1Qd9XK585snmN5c { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 { display:block; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EyP0HU8fxpzEIPSqLKTXKwCB4ktcEKkE { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:transparent;background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { top:0.75rem;left:0rem;width:41.5625rem;height:5.3613375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { top:15.5rem;left:3.71875rem;width:40.3125rem;height:7.4746125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { top:20.1875rem;left:2.75rem;width:45rem;height:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { width:1.5625rem;height:1.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { width:1.5625rem;height:1.5625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { width:1.5625rem;height:1.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { width:1.5625rem;height:1.5625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { width:1.5625rem;height:1.5625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { width:1.5625rem;height:1.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { width:1.5625rem;height:1.5625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cSJETCMlKdfTg6TcRfWbh0G3zJqi6LuT { width:1.5625rem;height:1.5625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:2.4375rem;left:0.84375rem;width:22.1875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tW8Up0UHqMAx8oEwBRzfQpe7moI26SX1 { width:14.4375rem;height:13.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sxDZ55zX0cQKyXWkWTpQZ0TEhhTkGeAt { width:11.6875rem;height:4.875rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tFrOpDOQO5SKRyfqBvsEU4VFrMv8yKEg { width:46.125rem;height:16.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UmX3onTxV9xOHMZVqLL9GeqQCZXdO9iV { width:0;height:15.625rem;top:26.6875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LvDE2JkxvTsXSUx8aDeFxzZUHS6IhfLN { width:11.6875rem;height:1.625rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #DDXX631MCmGXIX5LNXTqqaqx63p1w2To { width:14.0625rem;height:13.5625rem;top:26.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aozsy2HzyuBIxa362WdNHIbupmwTCOV9 { width:46.125rem;height:13.625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nh5HPuIJ0QvfNImu7uDK0JGWkVFe8Uz2 { width:11.6875rem;height:50.375rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #srE7hq4f9NkhsVeWpzXGT1zy3t96xNl4 { width:11.6875rem;height:37.375rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MfZWE1chfATZi1nV4UKHs1rnXnrtp6LE { width:46.125rem;height:16.125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PvTIeKkSEi7IRdgEZViBtBKz9ahz2LMy { width:11.6875rem;height:45.5rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ka8A0LwvBFF3dLIdFWZMlMFUVJxJTrmP { width:13.5625rem;height:13.5625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OfoHAdggsJmXJwwG3v62aBdgkln2CqCK { width:11.6875rem;height:3.25rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kqBxWm2lZB5PtMQW0N3ZhVBez6WtlhZJ { width:46.125rem;height:18.125rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zJMmRidspZTtosuU2GUFgWKlK8vwPMHo { width:11.6875rem;height:3.25rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNh2TMx9XCZvGOaB6PaltyoNf4db5Awp { width:0;height:15.625rem;top:68.875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OSTKgt8gXVwkIhSU1r3bSAauiW87yaPA { width:11.6875rem;height:47.125rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EvQVTQKkrER68Om8NTnZwxGM4dxzTNZT { width:13.5625rem;height:13.5625rem;top:68.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oBs4L8VfKqhcMnKs2ttCKoy4te4ThTZw { width:13.5625rem;height:13.5625rem;top:93.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #C5sxsqDiRzgn9ZOLMnhpaQ5N7HxEC0ZM { width:46.125rem;height:12rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #M9Iiak0ffhUHm0RFZdVwctRzei6d2kxg { width:11.6875rem;height:4.875rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lEJ5wtbfbvt1AUlMXQohLexhKMSroty7 { width:11.6875rem;height:19.5rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #AdEwAEtK7UaK8gNF77CSB761e8qJPdZz { width:46.125rem;height:14.25rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #H3tewhsVvC0GM2COXNCw6Wl99DwQ55Zf { width:11.6875rem;height:3.25rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPVAoCIMrDl39tN48kqfxiEv9vEtWteU { width:0;height:15.625rem;top:112.3125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p7swrTOvnwlKD48GdQMTLCIoVQAt6DDJ { width:13.5625rem;height:13.5625rem;top:111.8125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #T3pKEQc9GdapIVoH6T8bd3PLTbm8ztP9 { width:11.6875rem;height:37.375rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kDMCsNK3lUOdgmyKQU4xWnlF4SGw3m6L { width:46.125rem;height:8.3125rem;top:140.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yQgLrwysC4egx7WU8X0oHrbyPfP5PpSu { width:11.6875rem;height:13rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #J1ACZLyogmgbnqwWCMS5cW4TxDgviEkk { width:10.625rem;height:10.625rem;top:134.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xb1zTGoHx9szbrrPHBFgMcZfGZxStlsP { width:11.6875rem;height:3.25rem;top:20.750001907349rem;left:1.9416667819023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #f22aGxix69b1pQMLgvzmBoaBda7cTA9r { display:block; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vAVii0SiigacVBI27nID5wKuR6artov3 { top:31.0625rem;left:1.125rem;width:20.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { top:40.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { top:44.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { width:11.5625rem;height:15.125rem;top:34.6875rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { top:4.8125rem;left:24.861666666667rem;width:20.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { top:12.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { top:15.375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { width:11.25rem;height:14.21875rem;top:10.625rem;left:4.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { width:6.25rem;height:6.25rem;top:3.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { width:6.25rem;height:6.25rem;top:3.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { width:11.5625rem;height:15.125rem;top:6.3125rem;left:4.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 959px) { #lXyUTlBt0NIUq5He4OFpDZyLFExNHJlK { width:6.25rem;height:6.25rem;top:31.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HSfTyxml25pSFRqnespvqCCGxe7x3tw6 { width:6.25rem;height:6.25rem;top:31.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { width:10.25rem;height:14.21875rem;top:38.140625rem;left:33.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { top:0.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa { display:block; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #skLSJGye51SsZtPAoVVSwkKfGqhrilAu { width:47.75rem;height:6.09375rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { top:7.8125rem;left:34.53125rem;width:12.8125rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:8.7744125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WedeEMTmvD1XvaEfgIesOteXiTtVQVJU { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { top:4.9375rem;left:17.34375rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { top:5.125rem;left:0.8125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { top:7.625rem;left:17.34375rem;width:12.3125rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { top:4.9375rem;left:33.875rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { top:7.625rem;left:0.8125rem;width:12.0625rem;height:10.2368125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { top:7.5625rem;left:33.875rem;width:12.875rem;height:6.74805rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { width:3.4375rem;height:3.4375rem;top:1.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { width:3.125rem;height:3.125rem;top:1.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { width:3.75rem;height:3.75rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi { display:block; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #a7PEAvQq9WoMJq5PPU0RSEcpbzKN8KdK { width:47.75rem;height:10.15625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wZsOGTTM2CyImP8mbRfII6MOImTm88zK { display:block; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.adaptive-delivery-prevent-bg, #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.lazyload, #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna.lazyloading { background-image: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { background-color: transparent; background-image: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .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); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DBirZADT4h1DiGDS4wcKkLUzaKGHFvr4 { top:2rem;left:19.625rem;width:28.125rem;height:2.4746125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aNExLwheWUlxezhTDo1PpdypfEe4rdD0 { top:16.8125rem;left:21.875rem;width:25.375rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cb4KrnMI62pRGiSXQyKgXA3b1yOotaLd { top:2rem;left:19.625rem;width:28.125rem;height:4.94921875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn { display:block; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #asTaXsGJskhuEF5uMTtzFm6hOcX7I8Xo { top:3.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0rem;left:13.5rem;width:18.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { top:5.8125rem;left:0rem;width:15rem;height:4.142575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:0rem;left:29.375rem;width:18.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { width:3.125rem;height:3.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { width:3.75rem;height:3.75rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { top:5.875rem;left:31.875rem;width:15.75rem;height:5.52344375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { width:3.125rem;height:3.125rem;top:1.8125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tZgbnI7a1DvtPtxnkgXiRzbTyy7gLXm9 { top:5.875rem;left:15.8125rem;width:15.9375rem;height:4.142575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { top:0rem;left:0rem;width:18.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { top:0rem;left:13.5rem;width:18.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { top:0rem;left:29.375rem;width:18.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { top:5.5625rem;left:32.5rem;width:15.125rem;height:7.798825rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { top:5.5rem;left:0rem;width:15.25rem;height:8.285125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { width:3.4375rem;height:3.4375rem;top:1.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { width:3.75rem;height:3.75rem;top:1.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNIKg4TbzhB7bGcCegizJagBzHMK0opV { width:15rem;height:14.8125rem;top:0.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IACk0PUzeMbmdXwK2RVICHB4uMQ33G4M { width:15.75rem;height:15.75rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xLskisp0ak6UmlOvQx14PyS08SI5GqHC { top:5.5625rem;left:15.875rem;width:15.8125rem;height:5.5234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PutWo15o9D1MT7isnOtFXn6vnxck9c74 { display:block; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vbnnSKesc0JgoslPAKzc7ADTsW5zv1Bs { width:47.75rem;height:19.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tkqVIUKVrJo4mPTwDlFRRnyDCnHbWPl5 { width:17rem;height:9.875rem;top:9.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lsmKJVsq55JcQmlw73geDQQJJM7TMmh5 { width:47.5rem;height:19.125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GRODERbqlep0NDL2clptFRCNazCTNsXO { width:24.25rem;height:4.4375rem;top:22.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #o1gxR1UmkcBRbJOrIBFgx0x01tcRuHcN { display:block; }
 }@media only screen and (max-width: 959px) { #UO8XXhFmCG6DblNrTtFmCuTEJkMcIyVa { width:26rem;height:3.8125rem;top:4.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #vav3Uc9II30gXTEnoJBvRfhcWn9I0033 { width:25.5rem;height:2.5rem;top:4.9375rem;left:22.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:17.0625rem; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #RDGOAqzcS6kB5MTkFnrxl9SwCLUDtySx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #PMyDXGHHzg8AoUbsqia4k6it6ubmonVp {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #H48DrIDScqclvFxOwbXgp9deEhyMNgJ8 {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #ZAnaTNqRib8z5wvRtFU7kJNfIQTmP9K5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #dzUg7lEUWH0qBBaNUaTrGI42sQD4tztx {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #uNUcdigSx33kMPE61nDWDXmOOZy3gX4T {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #lNHZMmzV4bskXfPigxhr6S1WZAVN0w5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #srwcWs7vsdNQ9lMTXylIUoqqKK9qKS85 {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #TUXt5qtEowTroCSGBDNAwVIeNEihUzeE {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #BswsH650n63VmWZruBBPVhxkCaZypJ2A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #Udq8e6BJN2i02nZJ8nF6UztNqQ82RRQd {  }
 }@media only screen and (max-width: 959px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #tB1pmJC8uyUKp06vXZLAJbxTnBvFClXN {  }
 }@media only screen and (max-width: 959px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:47.75rem;height:1.7871125rem;top:9.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:14.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:47.75rem;height:2.35595625rem;top:3.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUzfrxuEX7OtXkKwbOWZyomkBCoC3uB3 { width:12.8125rem;height:11.8125rem;top:8.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #u60JJC9PKqpVzxlyh5TveGdJaIkDnVzH { width:18.3125rem;height:2.6rem;top:8.375rem;left:20rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #rE7BTkoSFEFhzBs4cd0gsV01hTrtCNzS { width:10.625rem;height:1.95rem;top:10.9375rem;left:20rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #aTJNXBCN2Hgktr5uhGA6upExIlzu2Ggv { width:25.125rem;height:14.624rem;top:13.9375rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6a8uNyHx6TpMBzQFWM8P13TDBTpPpgi { width:17rem;height:2.925rem;top:41.1875rem;left:20rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IdPDR7SVaa27d8z23NzeEH3kCrZDKwKy { width:13.8125rem;height:1.95rem;top:44.125rem;left:20rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ao3N4uPrP4Q3JiNrUu05OqzXXTcirKU8 { width:24.625rem;height:26.32325rem;top:47.562503814698rem;left:20.000001132488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HZUIN9QZZKIFClAtCfmwTqRDWQAcREi9 { width:17.9375rem;height:17.8125rem;top:41.187494277954rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 959px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { top:1.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:18.3125rem;height:;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:5.5234375rem;top:0.875rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { width:1.875rem;height:1.875rem;top:0.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b1inQP7MIbkhxgXhkT620pphKkxmGf7g { width:1.875rem;height:1.875rem;top:18.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #clbp868RaztZsgayHgf97U2VmB5V6q18 { width:15.625rem;height:4.142575rem;top:34.4375rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:4.142575rem;top:27rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { width:1.875rem;height:1.875rem;top:27rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { width:3.125rem;height:3.125rem;top:5.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { width:3.125rem;height:3.125rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:6.9043125rem;top:7.6875rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { width:1.875rem;height:1.875rem;top:7.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:2.76171875rem;top:16.9375rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.5625rem;height:4.142575rem;top:2rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.5625rem;height:6.9043125rem;top:22.9375rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { width:1.875rem;height:1.875rem;top:16.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { width:1.875rem;height:1.875rem;top:22.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { width:1.875rem;height:1.875rem;top:2rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:20rem;height:13.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:6.9043125rem;top:18.125rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { width:15.5625rem;height:5.5234375rem;top:34.4375rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { width:1.875rem;height:1.875rem;top:34.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { width:1.875rem;height:1.875rem;top:34.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #k4utGpepOuL1IVNaFp8FFg1Q8Kn643If { width:15.625rem;height:6.9043125rem;top:9.5625rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #F5ENxrKKpRKCtrMtw0w80ECtl6Z94z6i { width:1.875rem;height:1.875rem;top:9.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { display:block; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { top:0.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { display:block; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { width:31rem;height:7.4365rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { width:25rem;height:4.87305625rem;top:14.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IwXHVH6xOLJFEkTy5OTuBwydu0qyUHGw { width:25rem;height:1.05615rem;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { width:14rem;height:19.0625rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #so38CQxAIIDDdccVuHbqpLG4ETR1by38 { width:14rem;height:;top:10.1875rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { width:14.125rem;height:2.4375rem;top:14.0625rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { width:14rem;height:19.0625rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { width:14rem;height:2.5rem;top:9.375rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { width:14.125rem;height:6.5rem;top:14.0625rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { width:14rem;height:19.0625rem;top:21.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { width:12.9375rem;height:4.875rem;top:32.5rem;left:26.374766349792rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #q9digbWooff9rEZVNROcxWXhy8NtBOJZ { width:14rem;height:19.0625rem;top:21.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { width:14.125rem;height:2.4375rem;top:32.5625rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LXECchWr324LxtJ83kHaHThSSPUgTdh8 { width:3.5625rem;height:0.0625rem;top:31.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 959px) { #TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { width:3.5625rem;height:0.0625rem;top:31.5625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { width:14rem;height:;top:27.75rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { width:14rem;height:;top:28.5625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { width:3.125rem;height:3.125rem;top:5.25rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gh2Av4gtmd23e6RCs3TkQXfl44r34TLS { width:3.125rem;height:3.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { width:5rem;height:5rem;top:4.3125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { width:4.375rem;height:4.375rem;top:22.9375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { width:4.375rem;height:4.375rem;top:23.3125rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { width:24.9375rem;height:2.11230625rem;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { width:3.125rem;height:3.125rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { width:3.125rem;height:3.125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPIa1QTbwpIyQkLizGbmWT7VBgmymNqz { width:25rem;height:1.05615rem;top:27.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XH0uqAUOJ7LLD30XdUHADvKxPrMiao3Q { width:24.9375rem;height:3.16845625rem;top:31.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #auTUnwkpezxlol8aqB3veMFG4V0ni3Ug { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #glEpTIla71fd8PPnTcMFJburCZWeQgkX { display:block; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hawtvPyxXyV516T8DJUBdWypigZKh1Ri { top:1.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 { display:block; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qWVq4ZfCPQJIfx3KlwKbcUJyKU8u81GX { width:24.125rem;height:17.0625rem;top:6.8125rem;left:23.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BRlgH1SIoyanvsyPkuD0hzcxq4noBtd9 { width:24.125rem;height:24.125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oqveOKgA1ICyu2THTbk4Jdy2Zrpk5kD3 { width:3.125rem;height:3.125rem;top:10.25rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { top:1.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo { display:block; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { width:47.75rem;height:2.84375rem;top:1.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { width:29.3125rem;height:9.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { width:18.75rem;height:2.03125rem;top:6.875rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XcucSTp5wINAZZtCi2uskEHMOxmf05mh { width:27.5625rem;height:3.25rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ELwGsAgspwStJtzKqHwk8OW9bDu0zaHH { width:27.5625rem;height:1.125rem;top:9.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OHlHZKBtNWoK2cKuO5TMerICeik81G4q { width:29.3125rem;height:10.5625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #X7my36HXVB12IG7uKq296FRsET48e2QR { width:18.75rem;height:2.03125rem;top:17.3125rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RN01EJ51OTgeuTin5lroIe88Oy87Hqm8 { width:27.5625rem;height:4.875rem;top:21.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hJgUAZ0w18iNrzml61mwhu70kvWlrTK4 { width:27.5625rem;height:1.125rem;top:19.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nl0EpnP9zCQAAv3IXfi12ewwhAtMs10P { width:29.3125rem;height:10.5625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bXbFSCIXSulBKofDRDAaSJJIZpA5t9OO { width:18.75rem;height:2.03125rem;top:29rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BcdKHTPKHgMRPJsTasTQE38ZT12zlD8L { width:27.5625rem;height:1.125rem;top:31.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QGlsQ4DbiNKZFxlwIV87T4Ni6qddr4Zy { width:27.5625rem;height:4.875rem;top:33.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bVR4yb40AQ3ResfFX6QI63n9K4FnHKsG { width:29.3125rem;height:10.5625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #P2ARWdJ0TwszXtnV1snkO7QBOuLEKuZu { width:27.5625rem;height:3.25rem;top:44.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hx24ipxVnNxHPBxnKIH832IT1LPIrDOx { width:27.5625rem;height:1.125rem;top:43.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OBrmA9gTipbo9kteuqsCCbR1xwPo6wGl { width:18.75rem;height:2.03125rem;top:40.75rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pLw0KxigM3hmRURAmEPrEUraZnTeFXLp { width:29.3125rem;height:10.5625rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TSGMxl2kZUoorMXxdcIO5DNIfPwJ4gCM { width:27.5625rem;height:4.875rem;top:56.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xvTZ97KW46fsDx1esETKNSx6HKPGVCQR { width:27.5625rem;height:1.125rem;top:54.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bhXVrtK3QKwLSKAQs3iBRLEQNE6GmGbC { width:18.75rem;height:2.03125rem;top:52.3125rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #viySJCDgyZMbBS36XzmHdz3EplLtrkdH { width:29.3125rem;height:10.5625rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WgZmtBRGRpfPDE1Ai7eXHJxOqn0ZfUbp { width:27.5625rem;height:4.875rem;top:68.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #dhThrM28tOvNc3EOJcqAi0vr2dVPtayk { width:27.5625rem;height:1.125rem;top:66.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FsPOGgQdJsr95nsOmazBTCqRZ9rEWOvl { width:18.75rem;height:2.03125rem;top:64rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q876Tz8FJpxXAyoMmE1H4hTkSwcXRaO3 { width:29.3125rem;height:10.5625rem;top:75.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GzzAaXLqBkWIfMkKSNd0GKFqTDBVlwt3 { width:18.75rem;height:2.03125rem;top:75.8125rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mBOE0dF0yWEctkKXVtCQSWIUhaqHVW9J { width:27.5625rem;height:1.125rem;top:78.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dNHOSSFfTlEqssGtAXfPsxZMLcK2dgxi { width:27.5625rem;height:4.875rem;top:79.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CTEelCyKBXCukWTShFX59G7ZH9LvJZgh { width:29.3125rem;height:10.5625rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNM7Mo2KAzqzlqnTWP9UGscBppOQJfk9 { width:18.75rem;height:2.03125rem;top:87.4375rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mzTJgAzRbmSzgsJA22eei1PUVEVowg8v { width:27.5625rem;height:1.125rem;top:89.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lBWdPLN1GRQS7IDBwcSILsR8oHGkZyno { width:27.5625rem;height:4.875rem;top:91.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fef6m3itMQIT9L8gDhp8sZA1y12d7xZN { width:29.3125rem;height:10.5625rem;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RMTkrOFRIN6ty055Fq6oDaXAmgdcpP3M { width:27.5625rem;height:4.875rem;top:103.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qzp3tZDvWUboEyPxqZ8Itr8x7BMVrLTo { width:27.5625rem;height:1.125rem;top:101.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lG1HDmiWceaJ3VAKcyvTTezNrdSrGrtq { width:18.75rem;height:2.03125rem;top:99.0625rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yTH03Rm6bdxf2hNl0sSCADuZXmO2kNDC { width:29.3125rem;height:10.5625rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LcTX3ZOlF1q45rRKwa0Ff7Ors4fbQSCD { width:27.5625rem;height:4.875rem;top:114.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fuzPVL3QaFh4DDMCghdd5uK7ny9LvrMm { width:27.5625rem;height:1.125rem;top:113.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #meE9JNRhB2SK9iTFLPyTMaJL59eTF16s { width:18.75rem;height:2.03125rem;top:110.6875rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nXSD93hc0m5diEyWOA4p366eMHoEDAFm { width:29.3125rem;height:10.25rem;top:121.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LCExnPq6uXSKSiZmhIu7hsoJPL6BaFPg { width:18.75rem;height:2.03125rem;top:122.25rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtp9WZOr1blh71QzLCyStSdkF0VaDm1m { width:27.5625rem;height:1.125rem;top:124.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xtcUNDWODICLDedhyRaxyhar7tDB5O0w { width:27.5625rem;height:1.625rem;top:126.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #KHzo6Toku4XFWmDlFMm2tWX57zQnJ7sJ { width:29.3125rem;height:7.375rem;top:132.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kAGuT828CrJIvfe4egzAHvTTKrK6avZ6 { width:27.5625rem;height:1.625rem;top:137.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aCNxiIdBK3rcoZCGoaolNra4X7Tft7TZ { width:27.5625rem;height:1.125rem;top:135.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZIOZKoId8Rra68NpreMfSbeyGW68SFGi { width:18.75rem;height:2.03125rem;top:133.375rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sVNF9kEI0P7C0hgwcVsZ6NPNG38uPQTR { width:29.3125rem;height:9.3125rem;top:6.3125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DA8xhaFXKF2t45P8VkhuGAsZaoaikIGD { width:18.75rem;height:2.03125rem;top:6.875rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #m8Mp4Ne4MC59rUC5xlpq0T1Xl9Fr1A2U { width:27.5625rem;height:1.13720625rem;top:9.375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qnD6WqR4Vh0v5e4SM9IcDKkn4FJDRkFi { width:27.5625rem;height:1.625rem;top:11.0625rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tfsF5hx4bdSVlnEwNaM773xoRdwGw8xo { width:29.3125rem;height:10.5625rem;top:16.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LE5paS5JDXmQsd6tzkEfhlblnMliNOk3 { width:18.75rem;height:2.03125rem;top:17.3125rem;left:27.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWmHOTRhVpQ54PBweDT0c4HKa4WP56wQ { width:27.5625rem;height:4.875rem;top:21.4375rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #z5XQSgJO2i18B7fbR6OoHLSKa4tWEnfJ { width:27.5625rem;height:1.13720625rem;top:19.8125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #leK3ssycxUA2Nt9Rw84aHdd4DToCBpTm { width:29.3125rem;height:10.5625rem;top:28.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bTEyTqtKXNxUkXQ8znlB1WLUsB0rarq3 { width:18.75rem;height:2.03125rem;top:29rem;left:27.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtTOz2c1biHldKILA5ltvXCGnL2q6w6f { width:27.5625rem;height:1.13720625rem;top:31.5rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zNDlq7H1agf2vyd8XP8cUDoVCO1eSfTR { width:27.5625rem;height:1.625rem;top:33.1875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPpNZ3iuLGA2IrbbJB9M5uiNRgMRXTb1 { width:29.3125rem;height:10.5625rem;top:40.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ac6EQluWmMMMdoQV00tv5G9RtqMSas5B { width:27.5625rem;height:1.13720625rem;top:43.25rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #edDFvOzVpI7T5AoQVQoI9LqfC1bZmD1W { width:18.75rem;height:2.03125rem;top:40.75rem;left:27.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dX5E6GqExL87t9FQND1pPWCrhzdVogQl { width:27.5625rem;height:1.625rem;top:44.9375rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EXsUOyM6XzC0oieMotKgoZehcy2GpiPM { width:29.3125rem;height:10.5625rem;top:51.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lU8wbe296gsUS5DTT4cfOS7MKTaSiJ3T { width:18.75rem;height:2.03125rem;top:52.3125rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BhCoHizO1M7qZlRiSka42sx5tpdT8Mgo { width:27.5625rem;height:3.25rem;top:56.5rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mkvPL8Xx6TPJArNoToR4OQIETSSTWOZS { width:27.5625rem;height:1.13720625rem;top:54.8125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nubf8eL9fPdyrTnd9g7rZpQz8oRaDB6s { width:29.3125rem;height:10.5625rem;top:63.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zitsdT1vzt30DqTP6ZnfrARuXmv6O0ni { width:27.5625rem;height:1.625rem;top:68.1875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vhbdGNVnDQT5Za1DWLIcGhfDIVe3GvDd { width:27.5625rem;height:1.13720625rem;top:66.5rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CfdbZRbSamchz9SD9NuQEk8rIhRb3LeW { width:18.75rem;height:2.03125rem;top:64rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pXQwwB5qMTampO0mm7x7k0AEIz3lti99 { width:29.3125rem;height:10.5625rem;top:75.25rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vo5TMmDGLe8nQh2uIKLonlnbJpkoEv1Q { width:18.75rem;height:2.03125rem;top:75.8125rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KIhMApSWqLrw22qfdrN1AIqlV7OLJ2ao { width:27.5625rem;height:1.13720625rem;top:78.3125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AT7wb2UfDcLhQL4RUEI00mvXUQAsDLLL { width:27.5625rem;height:1.625rem;top:80rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #QR7Aoz8XqyVVq5rKerSOa9hpZ5brfsHE { width:29.3125rem;height:10.5625rem;top:86.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oXFVNThEmgezkw3Rct75X8JunKiysEPb { width:18.75rem;height:2.03125rem;top:87.4375rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QeiA5ehCutk86TXg5KvOLX3xMVTTU9RG { width:27.5625rem;height:1.13720625rem;top:89.9375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PMkTHnA4Z33wnnbb22WU5b2DcfXF9CgB { width:27.5625rem;height:1.625rem;top:91.625rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQMRmevvXgMv8oFTlqB9kIAethTXz8Kn { width:29.3125rem;height:10.5625rem;top:98.5rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #beW1WCCfwL0DChPW3P4vF4rTGKe6V3hC { width:27.5625rem;height:4.875rem;top:103.1875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zu3Qsd6lAiepAdnuHpeeNNRXLqOCIXft { width:27.5625rem;height:1.13720625rem;top:101.5625rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #emfThwOt00k2WrsIbTeg3fRRiQkXHrKk { width:18.75rem;height:2.03125rem;top:99.0625rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gkR9mrZbKdqMi8i9Groir1RQozBUxg1F { width:29.3125rem;height:10.5625rem;top:110.125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #S19a5A1gcQ0GQfNdmninz0hsKTvmAe5T { width:27.5625rem;height:1.625rem;top:114.875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vgrHM5yTpDNIMAwCaCzmiMMhbJ4122ni { width:27.5625rem;height:1.13720625rem;top:113.1875rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ThU44cqpqt34TSRmryknEub4duFR97TJ { width:18.75rem;height:2.03125rem;top:110.6875rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xr4mPQcIaynmGiS08wQOdei7BoiiCSWb { width:29.3125rem;height:10.4375rem;top:121.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eXVxi8lQs5d79NZwbJgv9CyTanPRkJg0 { width:18.75rem;height:2.03125rem;top:122.25rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TBynQfZlDJO39RiZzR4SGIfO11OwIgsq { width:27.5625rem;height:1.13720625rem;top:124.75rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #L9Gr8APFErhEelRRmOv79Tf4dTvmzTu3 { width:28.5rem;height:4.875rem;top:126.4375rem;left:19.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bomXBaWWxzygLQohc8JyHqZMw9uVhXtQ { width:29.3125rem;height:7.375rem;top:132.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eQrSX86TVJ6cXXfKV5plHdWF7c0MQe70 { width:27.5625rem;height:1.625rem;top:137.5625rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tLKTn6EV31IHQKUnU7wzrG4DsLJsk7nW { width:27.5625rem;height:1.13720625rem;top:135.9375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OUMZ1RSz5K0uV9V86eEouz5DT7lo2N24 { width:18.75rem;height:2.03125rem;top:133.375rem;left:27.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { top:4.375rem;left:0rem;width:38rem;height:91.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { top:11.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { top:17.8125rem;left:0rem;width:29.3125rem;height:67.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { width:1.875rem;height:1.875rem;top:17.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { width:36.25rem;height:2rem;top:86.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { top:5.5rem;left:0rem;width:35.5rem;height:89.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ySgHtHGMWmBKtXdiwMIa2pB9nz7ingLE { width:1.875rem;height:1.875rem;top:21.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #B59acDdgB2QirQmvhZMetAMCyftIyrKD { width:1.875rem;height:1.875rem;top:24.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #qL7bxfvVaipXZbZ6FaVunDSAWTqZgEyL { width:1.875rem;height:1.875rem;top:28.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #y7kOxFPxKt1adw5bd7E5cbiUcgykltZ1 { width:1.875rem;height:1.875rem;top:32.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #DV80dDwSJxZT35n9EhlPcB6kRmiOJWHo { width:1.875rem;height:1.875rem;top:36.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #tHeDpRpOwEu88NuiB9VvKXKwEviTyTDz { width:1.875rem;height:1.875rem;top:41.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #qxTI1yltmczlS5nQNFThFEgTmKwCSf6a { width:1.875rem;height:1.875rem;top:45.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #AHyh1gO2vuArdBaHNRGFfFVEyltDyFQF { width:1.875rem;height:1.875rem;top:50.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #zXsTVB9ayo4uLE7t0xvVMihTd5nbmBqw { top:6.6875rem;left:0rem;width:33.6875rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #K3z6QT54S92xRm6Qqrz4f6pZd0d8mTTN { width:1.875rem;height:1.875rem;top:52.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #oz2g99QTGiUwgc1I2lyvxlWpBTEEJclc { width:1.875rem;height:1.875rem;top:56.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #odGqFItV0VlfqcQaJnHGS7NpLZP6Z7h6 { width:1.875rem;height:1.875rem;top:60.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #yqNhGpZLypgzcBPFOo5qcdUDkDGX4icU { width:1.875rem;height:1.875rem;top:66.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #QRIvyLDhemEh05tTboTdMPeSKdrhJHvh { width:1.875rem;height:1.875rem;top:70.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #SEzkhiRbm9tT3Rrbb6bmkxBHLZkKDcJb { width:1.875rem;height:1.875rem;top:75.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTsgev4W0v7eTWMlzz8i4eGX9MT8nVRI { width:1.875rem;height:1.875rem;top:79.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #EFOmwEuNPPKDlQmecc3gwN9nNz7sX1MK { width:20.4375rem;height:3.4375rem;top:89.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AFDPFTrCTIfRhgdp9tfCSioq4clAK0hG { display:block; }
 }@media only screen and (max-width: 959px) { #V9IxnO7EeCASVLNcV1X7qZb6QIKr2R9N { width:47.75rem;height:1.625rem;top:100rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 { display:block; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 { background-color: transparent; background-image: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .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); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LngO1TK6pDAcZlTdOWgNGgbi4FsKs2h4 { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vW3ZZrlIDA6ukVTrGubIcc5LMRcFqH9u { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:4.72411875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dHLT8cTzDrsGxrGiAWhUfr1Tr7MyZqX2 { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #s9TbaxhiypoevUQB0hxfrIqng9HIEwE3 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lam3sOSfmOSJ1Sf9064FJtlChW17UPeu { top:7.875rem;left:37.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #TZXHoDABBACFpX9pLaLkt0S1RAKhyvPu { top:7.875rem;left:7.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #bHlcvyQBhQHwrB4xJe8T1vB6Get2DSn7 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk { display:block; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LBpMbI4zIykLLWKqdZASUdXo14pPUtza { width:16.6875rem;height:2.925rem;top:6.44375038147rem;left:1.3166667819023rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TZABeBe3ett7zsMxka3mcP8X01iIHK7L { width:15rem;height:14.8125rem;top:0.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #v90CJyUAKpTnTQ0SVASRO8DLpxhdUBNM { width:15.75rem;height:15.75rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd { display:block; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Xx4UDQdhMrA48q1dkRTOi6w1n7JmU3iV { width:39.25rem;height:7.5rem;top:2.4375rem;left:4.2500001788139rem;display:block; }
 }@media only screen and (max-width: 959px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:0.89355625rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:15rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:18.75rem;height:6.29883125rem;top:0.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:5.1181625rem;top:7.82421875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLbd18NELcowf2CfLrk0fO9Gmcs6QqEE { width:12.5rem;height:1.29980625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgtU2syQA6HzEHvOCgaGOlgz8cLVJqWx { width:17rem;height:1.29980625rem;top:5.41162109375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeDch7WB7waCRylNiFkVN2q82tn6Nf79 { width:12.5rem;height:0.9746125rem;top:2.4248046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ2sIWSg7txz0L3STXItJPWgoMAADmK { width:12.5rem;height:0.9746125rem;top:6.6494140625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:15.625rem;height:14.375rem;top:8.296875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:12.625rem;height:8.28515625rem;top:13.71533203125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:15.625rem;height:14.375rem;top:24.359375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:11.6875rem;height:8.2851625rem;top:29.6865234375rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:15.625rem;height:14.375rem;top:39.546875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:14.25rem;height:8.285125rem;top:44.671875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:20rem;height:0.0625rem;top:12.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:12.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:13rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:12.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:12.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { display:flex;width:3.75rem;height:3.75rem;top:9.296875rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #N7nXZvgxcvoPoF1vq9S1yri0yIaUwLnf { width:20rem;height:11.21193125rem;top:57.58154296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTMCDfSVPZTgnKdvi7L52q6yfyDzwQeD { display:flex;width:3.75rem;height:3.75rem;top:24.984375rem;left:7.5625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #tEWEXncSbBIP4GJZtKU7E7whuBTJwXKp { display:flex;width:3.4375rem;height:3.4375rem;top:40.48095703125rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:20rem;height:7.5244375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:19.8125rem;height:6.09375rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { width:20rem;height:40.3125rem;top:1.78125rem;left:0rem;background-color:#1d2b51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:3.5rem;height:2.5625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:3.5rem;height:2.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:3.5rem;height:2.5625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:20rem;height:8.53125rem;top:88.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:3.5rem;height:2.5625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl4V1BhESL0EGZD2WBGaNfkfeWOtIJGD { width:13.0625rem;height:23.39748125rem;top:16.89453125rem;left:3.46875rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TPlg6l68kmmVu1zoTVTN3xtNmAHRq0hb { width:3.4375rem;height:2.5625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvla6RtAZ3JfnfCs2v25gGlkI1H4PTe6 { width:3.4375rem;height:2.5625rem;top:21.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLRBU3rMNdI6IC33sM5owg6pa1S7bUpH { width:3.4375rem;height:2.5625rem;top:27.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsT9IFqA6gcsl5pgLT9yerIzouTPgTsy { width:3.4375rem;height:2.5625rem;top:25.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yqCokO3kxbhKZGC3vGEkSx45nJvMOT { width:3.4375rem;height:2.5625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7K39iZ9o8a7rOXMuviFPto6gdrEeTL { width:3.4375rem;height:2.5625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOHRUEmAAV9bGoVNNANBaiZOVcVTe4g3 { width:3.4375rem;height:2.5625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9UpbFSmTAl8UnLLAVBETXtSbzNQQ3AG { width:3.4375rem;height:2.5625rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRrS8k8b1UlUIz3yVR2ADyzgEXzEopcn { width:3.4375rem;height:2.5625rem;top:38.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:12.5rem;height:6.9375rem;top:1.78125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQXk8JnQ4DImKFzx2fte1TqxrF5oO89h { width:15.3125rem;height:23.3691375rem;top:58.48291015625rem;left:3.5rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kXiliksaJM5vtZTshKVoA8IvTMM0xWHd { width:20rem;height:4.0625rem;top:51.4609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3fOtlENKTupGS2J12Ff8SOFIeW1aJqO { width:20rem;height:39.9375rem;top:44.9609375rem;left:0rem;background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KlkQ8kHs5ao9lvIhKI2RCHtZM3sNGfe0 { width:4.8125rem;height:4.375rem;top:45.9609375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRd7McByGzS0sd9pespnKdzeiXlTJRrF { width:1.6875rem;height:1.5625rem;top:78.09375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kalKBJSQA2GnsGEZT6UDNd1AJ0XoZMuK { width:1.6875rem;height:1.5625rem;top:73.5859375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoGITVepg7LMN8lKfi0BHcXck2L9kUq { width:1.6875rem;height:1.5625rem;top:66.5234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDa0GCTMKmiDCPirFPZG4auNgiVBoaHz { width:1.6875rem;height:1.5625rem;top:61.6484375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiWTu10l21ZnK9UQbWWnEovCoGenTDyH { width:1.6875rem;height:1.5625rem;top:58.3359375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { width:20rem;height:2.84375rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { width:20rem;height:0;top:5.0996125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygamxZgFCx9fGaVa5soDLIwAyLBn4HpM { width:20rem;height:8.44925rem;top:5.099609375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { background-color: transparent; background-image: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row > .video-iframe-container { display: none; }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .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); }#AyM2nGQXviRKSgCCnne0VJQMplXkr8C3 > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA3kCx8VtI5MNPH90TTCDcfykaq9N43p { width:20rem;height:12.50978125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0PTKzyK2pk90D5GMk12TlW7IEmaigTS { width:20rem;height:3.16845625rem;top:14.59716796875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhnXLlZEhH45KT5BiOsDvucA9hofKHCw { width:17.5rem;height:28.04785rem;top:35.07470703125rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t306x2bcbsZS7nT7HiBR3PJis2yIbaNF { display:flex;width:1.25rem;height:1.25rem;top:35.13720703125rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TNTTe9iLvpd7zXHdsTdVvswlQLQFT3Qw { display:flex;width:1.25rem;height:1.25rem;top:37.5986328125rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tCUoi1MPJe9T3JUl7ItQa8k6PgSr3Zb9 { display:flex;width:1.25rem;height:1.25rem;top:40.2236328125rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #v7Nk1RUIgMBQoZXUQhBkE1Em9trp8Jcm { display:flex;width:1.25rem;height:1.25rem;top:42.7236328125rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HrmR1FlesHxbq5Kq4mKffT8hAWvIeTdl { display:flex;width:1.25rem;height:1.25rem;top:44.0361328125rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #y8sTkpZelsJQZL22nfQFi9sC6pZslERb { display:flex;width:1.25rem;height:1.25rem;top:47.7236328125rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CI3alMh4BUnBZlKtGD3QJR4aSeDRRQtn { display:flex;width:1.25rem;height:1.25rem;top:49rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cigTIfDIi22mv5GX68U2DyKKG5rokDbI { display:flex;width:1.25rem;height:1.25rem;top:38.8486328125rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CaPQD9Dx8y1S05c0QPTvV0PoXysdfXex { display:flex;width:1.375rem;height:1.375rem;top:54.25rem;left:0.6875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MvinutKTVldItdJvoZuTDgl7RmSdl8fc { display:flex;width:1.375rem;height:1.375rem;top:58.1875rem;left:0.6875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #K6PPNw7231o83ASAlBIZ10a7PMcMZPTO { display:flex;width:1.375rem;height:1.375rem;top:60.5rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Rzsg24lmy9xFD51sypHMfNebJX4ery5W { display:flex;width:1.375rem;height:1.375rem;top:63.1220703125rem;left:1.1875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #U3P12SD96ARd7FuLJ1Qd9XK585snmN5c { top:19.82763671875rem;left:4.3125rem;width:12.6875rem;height:12.6875rem;z-index:15033;overflow:hidden;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 { display:block; }#IJdJvN7lIWTEPftmtwomldWVJEpaaHG7 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyP0HU8fxpzEIPSqLKTXKwCB4ktcEKkE { width:20rem;height:0;top:5.0996125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:rgba(0,0,0,0);background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { width:20rem;height:7.14844375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { width:20rem;height:4.548825rem;top:9.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { width:17.5rem;height:25.49805625rem;top:29.19677734375rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { display:flex;width:0.9375rem;height:0.9375rem;top:29.19677734375rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { display:flex;width:0.9375rem;height:0.9375rem;top:31.8125rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { display:flex;width:0.9375rem;height:0.9375rem;top:42.125rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { display:flex;width:0.9375rem;height:0.9375rem;top:44.625rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { display:flex;width:0.9375rem;height:0.9375rem;top:33.125rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { display:flex;width:0.9375rem;height:0.9375rem;top:39.625rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { display:flex;width:0.9375rem;height:0.9375rem;top:34.375rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { display:flex;width:0.9375rem;height:0.9375rem;top:47.125rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TD8TREnopxrCTGukgtz3WvSCgNlLV6fB { display:flex;width:0.9375rem;height:0.9375rem;top:36.9375rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #cSJETCMlKdfTg6TcRfWbh0G3zJqi6LuT { display:flex;width:0.9375rem;height:0.9375rem;top:52.375rem;left:0.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:232.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tW8Up0UHqMAx8oEwBRzfQpe7moI26SX1 { width:13.25rem;height:12.5rem;top:2.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxDZ55zX0cQKyXWkWTpQZ0TEhhTkGeAt { width:20rem;height:2.92480625rem;top:15.69677734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFrOpDOQO5SKRyfqBvsEU4VFrMv8yKEg { width:20rem;height:29rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmX3onTxV9xOHMZVqLL9GeqQCZXdO9iV { width:3.125rem;height:3.125rem;top:220.28125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvDE2JkxvTsXSUx8aDeFxzZUHS6IhfLN { width:20rem;height:1.4624rem;top:53.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDXX631MCmGXIX5LNXTqqaqx63p1w2To { width:12.9375rem;height:12.5rem;top:40.0244140625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aozsy2HzyuBIxa362WdNHIbupmwTCOV9 { width:20rem;height:25.0625rem;top:46.5595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5HPuIJ0QvfNImu7uDK0JGWkVFe8Uz2 { width:18.0625rem;height:15.84375rem;top:19.8720703125rem;left:0.96875rem;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #srE7hq4f9NkhsVeWpzXGT1zy3t96xNl4 { width:18.0625rem;height:12.1875rem;top:57.0234375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfZWE1chfATZi1nV4UKHs1rnXnrtp6LE { width:20rem;height:26.625rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvTIeKkSEi7IRdgEZViBtBKz9ahz2LMy { width:18.0625rem;height:15.84375rem;top:92.4375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8A0LwvBFF3dLIdFWZMlMFUVJxJTrmP { width:12.5rem;height:12.5rem;top:76.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfoHAdggsJmXJwwG3v62aBdgkln2CqCK { width:20rem;height:1.4624rem;top:89.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqBxWm2lZB5PtMQW0N3ZhVBez6WtlhZJ { width:20rem;height:27.25rem;top:120.11767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMmRidspZTtosuU2GUFgWKlK8vwPMHo { width:20rem;height:1.4624rem;top:127.5517578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNh2TMx9XCZvGOaB6PaltyoNf4db5Awp { width:9.0625rem;height:9.0625rem;top:220.28125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTKgt8gXVwkIhSU1r3bSAauiW87yaPA { width:18.0625rem;height:15.84375rem;top:130.36767578125rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvQVTQKkrER68Om8NTnZwxGM4dxzTNZT { width:12.5rem;height:12.5rem;top:113.86328125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBs4L8VfKqhcMnKs2ttCKoy4te4ThTZw { width:12.5rem;height:12.5rem;top:151.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sxsqDiRzgn9ZOLMnhpaQ5N7HxEC0ZM { width:20rem;height:18.1875rem;top:157.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Iiak0ffhUHm0RFZdVwctRzei6d2kxg { width:20rem;height:1.4624rem;top:165.0107421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEJ5wtbfbvt1AUlMXQohLexhKMSroty7 { width:18.0625rem;height:6.09375rem;top:168rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdEwAEtK7UaK8gNF77CSB761e8qJPdZz { width:20rem;height:25.375rem;top:186.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tewhsVvC0GM2COXNCw6Wl99DwQ55Zf { width:20rem;height:1.4624rem;top:194.17578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPVAoCIMrDl39tN48kqfxiEv9vEtWteU { width:3.125rem;height:3.125rem;top:220.28125rem;left:2.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p7swrTOvnwlKD48GdQMTLCIoVQAt6DDJ { width:12.5rem;height:12.5rem;top:180.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pKEQc9GdapIVoH6T8bd3PLTbm8ztP9 { width:18.0625rem;height:12.1875rem;top:197.25rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDMCsNK3lUOdgmyKQU4xWnlF4SGw3m6L { width:20rem;height:11.25rem;top:219.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQgLrwysC4egx7WU8X0oHrbyPfP5PpSu { width:18.0625rem;height:3.65625rem;top:224.5625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ACZLyogmgbnqwWCMS5cW4TxDgviEkk { width:9.375rem;height:9.375rem;top:214.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1zTGoHx9szbrrPHBFgMcZfGZxStlsP { width:9.5rem;height:3.8994125rem;top:216.875rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22aGxix69b1pQMLgvzmBoaBda7cTA9r { display:block; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAVii0SiigacVBI27nID5wKuR6artov3 { width:14.3125rem;height:11.25rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { width:12.5rem;height:12.5rem;top:50.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { width:12.5rem;height:9.375rem;top:58.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { width:15.625rem;height:10.625rem;top:38.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { width:19.125rem;height:14.3125rem;top:17.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { width:12.5rem;height:12.5rem;top:16.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { width:12.5rem;height:12.5rem;top:19.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { width:12.5rem;height:6.5rem;top:7.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { width:6.25rem;height:6.25rem;top:1rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { display:flex;width:6.25rem;height:6.25rem;top:1rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { width:15.625rem;height:10.625rem;top:3.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXyUTlBt0NIUq5He4OFpDZyLFExNHJlK { width:6.25rem;height:6.25rem;top:35.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSfTyxml25pSFRqnespvqCCGxe7x3tw6 { display:flex;width:6.25rem;height:6.25rem;top:35.25rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { width:14.5rem;height:6.5rem;top:41.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { width:20rem;height:7.7988125rem;top:1.2802734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa { display:block; }#N9pXyrnoeJFxy0nBe6xUMsJFKqgaGAEa > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skLSJGye51SsZtPAoVVSwkKfGqhrilAu { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { width:18.25rem;height:10.625rem;top:12.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { width:14.5625rem;height:1.625rem;top:16.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { width:14.5625rem;height:1.625rem;top:5.1875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { width:18.25rem;height:10.625rem;top:24.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { width:16rem;height:3.65625rem;top:30.0625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { width:14.5625rem;height:1.625rem;top:28.4375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { width:16.8125rem;height:3.65625rem;top:7.03125rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { width:16.875rem;height:4.875rem;top:18.8125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { display:flex;width:2.5rem;height:2.5rem;top:14.0625rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { display:flex;width:2.5rem;height:2.5rem;top:2.6875rem;left:1.5517578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WedeEMTmvD1XvaEfgIesOteXiTtVQVJU { display:flex;width:3.125rem;height:3.125rem;top:25.375rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { width:18.25rem;height:10.625rem;top:12.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { width:14.5625rem;height:1.625rem;top:16.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { width:14.5625rem;height:1.625rem;top:5.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { width:18.25rem;height:12.6875rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { width:16.5rem;height:3.65625rem;top:19rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { width:14.5625rem;height:1.625rem;top:28.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { width:16.875rem;height:3.65625rem;top:7.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { width:16.5625rem;height:5.625rem;top:30.6875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { display:flex;width:3.125rem;height:3.125rem;top:25.1875rem;left:2.1875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { display:flex;width:2.5rem;height:2.5rem;top:14.125rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:1.84375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi { display:block; }#U6Dy9TX0vDxJQtHGXyOc8Jv5Qq3gvRDi > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7PEAvQq9WoMJq5PPU0RSEcpbzKN8KdK { width:20rem;height:18.28125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZsOGTTM2CyImP8mbRfII6MOImTm88zK { display:block; }#wZsOGTTM2CyImP8mbRfII6MOImTm88zK > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna { display:block; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna { background-color: transparent; background-image: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row > .video-iframe-container { display: none; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .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); }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna { border-width: 0; border-radius: 0; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTtS9Spq2VzLXSXHLRdKLRN7wapyDTna > .row .container { width:20rem;height:20.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBirZADT4h1DiGDS4wcKkLUzaKGHFvr4 { width:18.75rem;height:1.6499rem;top:1.5rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNExLwheWUlxezhTDo1PpdypfEe4rdD0 { width:20rem;height:9.75rem;top:7.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4KrnMI62pRGiSXQyKgXA3b1yOotaLd { width:20rem;height:2.54980625rem;top:4.01171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn { display:block; }#hCqgmEgfJ1RhUmyMq1Z1zDJ7swch2LSn > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asTaXsGJskhuEF5uMTtzFm6hOcX7I8Xo { width:20rem;height:9.75rem;top:0.94921875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:10.625rem;top:13.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { width:16.625rem;height:2.76171875rem;top:6.91845703125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:10.625rem;top:24.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { display:flex;width:2.5rem;height:2.5rem;top:2.1875rem;left:2rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { display:flex;width:3.125rem;height:3.125rem;top:13.75rem;left:1.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { width:16.125rem;height:5.52344375rem;top:29.078125rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { display:flex;width:2.5rem;height:2.5rem;top:25.75rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tZgbnI7a1DvtPtxnkgXiRzbTyy7gLXm9 { width:15.9375rem;height:4.142575rem;top:17.64990234375rem;left:2.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { width:18.25rem;height:12.5rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { width:18.25rem;height:10.625rem;top:14.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { width:18.25rem;height:11.3125rem;top:26.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { width:16.3125rem;height:6.499025rem;top:30.375rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { width:16.8125rem;height:6.9043125rem;top:5.34375rem;left:1.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { display:flex;width:2.5rem;height:2.5rem;top:27.875rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { display:flex;width:2.5rem;height:2.5rem;top:15.6875rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zNIKg4TbzhB7bGcCegizJagBzHMK0opV { width:4.375rem;height:4.375rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACk0PUzeMbmdXwK2RVICHB4uMQ33G4M { width:4.375rem;height:4.375rem;top:1.25rem;left:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #xLskisp0ak6UmlOvQx14PyS08SI5GqHC { width:15.875rem;height:5.5234375rem;top:19.125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PutWo15o9D1MT7isnOtFXn6vnxck9c74 { display:block; }#PutWo15o9D1MT7isnOtFXn6vnxck9c74 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbnnSKesc0JgoslPAKzc7ADTsW5zv1Bs { width:20rem;height:22.875rem;top:3.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tkqVIUKVrJo4mPTwDlFRRnyDCnHbWPl5 { width:15.9375rem;height:6.75rem;top:5.8623046875rem;left:2.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lsmKJVsq55JcQmlw73geDQQJJM7TMmh5 { width:18.0625rem;height:22.8125rem;top:4.7216796875rem;left:0.84375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GRODERbqlep0NDL2clptFRCNazCTNsXO { width:15.25rem;height:3.4375rem;top:35.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1gxR1UmkcBRbJOrIBFgx0x01tcRuHcN { display:block; }
 }@media only screen and (max-width: 763px) { #UO8XXhFmCG6DblNrTtFmCuTEJkMcIyVa { width:16.6875rem;height:3.8125rem;top:14.3466796875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vav3Uc9II30gXTEnoJBvRfhcWn9I0033 { width:16.3125rem;height:1.625rem;top:15.6845703125rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 { display:flex;width:13.5rem;height:3.374375rem;top:20.50048828125rem;left:3.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #RDGOAqzcS6kB5MTkFnrxl9SwCLUDtySx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #PMyDXGHHzg8AoUbsqia4k6it6ubmonVp {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #H48DrIDScqclvFxOwbXgp9deEhyMNgJ8 {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #ZAnaTNqRib8z5wvRtFU7kJNfIQTmP9K5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #dzUg7lEUWH0qBBaNUaTrGI42sQD4tztx {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #uNUcdigSx33kMPE61nDWDXmOOZy3gX4T {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #lNHZMmzV4bskXfPigxhr6S1WZAVN0w5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #srwcWs7vsdNQ9lMTXylIUoqqKK9qKS85 {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #TUXt5qtEowTroCSGBDNAwVIeNEihUzeE {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #BswsH650n63VmWZruBBPVhxkCaZypJ2A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #Udq8e6BJN2i02nZJ8nF6UztNqQ82RRQd {  }
 }@media only screen and (max-width: 763px) { #IfbFFJVozFN4MPTJcTN8rp28WQgZbhq8 #tB1pmJC8uyUKp06vXZLAJbxTnBvFClXN {  }
 }@media only screen and (max-width: 763px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:20rem;height:1.7871125rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:7.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:20rem;height:2.35595625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUzfrxuEX7OtXkKwbOWZyomkBCoC3uB3 { width:16.5rem;height:15.125rem;top:10.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u60JJC9PKqpVzxlyh5TveGdJaIkDnVzH { width:20rem;height:2.5996125rem;top:27.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rE7BTkoSFEFhzBs4cd0gsV01hTrtCNzS { width:20rem;height:1.94970625rem;top:30.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTJNXBCN2Hgktr5uhGA6upExIlzu2Ggv { width:18.125rem;height:20.473625rem;top:33.6875rem;left:0.9375rem;font-size:1.125rem;line-height:1.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a6a8uNyHx6TpMBzQFWM8P13TDBTpPpgi { width:20rem;height:2.5996125rem;top:75.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdPDR7SVaa27d8z23NzeEH3kCrZDKwKy { width:13.75rem;height:1.94970625rem;top:79.0625rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ao3N4uPrP4Q3JiNrUu05OqzXXTcirKU8 { width:18.125rem;height:36.5600625rem;top:82.8125rem;left:0.9375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HZUIN9QZZKIFClAtCfmwTqRDWQAcREi9 { width:17.9375rem;height:17.8125rem;top:56.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:20rem;height:114.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:14.625rem;height:5.19921875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:5.5234375rem;top:28.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { display:flex;width:1.875rem;height:1.875rem;top:34.9375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #b1inQP7MIbkhxgXhkT620pphKkxmGf7g { display:flex;width:1.875rem;height:1.875rem;top:92.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #clbp868RaztZsgayHgf97U2VmB5V6q18 { width:15.625rem;height:4.142575rem;top:46.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:4.142575rem;top:54.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { display:flex;width:1.875rem;height:1.875rem;top:44.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { display:flex;width:3.125rem;height:3.125rem;top:15.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:6.9043125rem;top:69.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { display:flex;width:1.875rem;height:1.875rem;top:60.1875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:2.76171875rem;top:79rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:4.142575rem;top:62.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:6.9043125rem;top:84.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { display:flex;width:1.875rem;height:1.875rem;top:67.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #mXNTueXDTNuf8RKPxOAyrZuZmDnFgXC7 { display:flex;width:1.875rem;height:1.875rem;top:77.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { display:flex;width:1.875rem;height:1.875rem;top:52rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:19.75rem;height:13.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:6.9043125rem;top:36.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHipZ9dyRuFXdhHFMX4onv1LsThIr4p { width:15.625rem;height:5.5234375rem;top:95.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO0S8p2yqpBBRtNFN3aECvDwyxf9d3Sr { display:flex;width:1.875rem;height:1.875rem;top:82.75rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { display:flex;width:1.875rem;height:1.875rem;top:26.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #k4utGpepOuL1IVNaFp8FFg1Q8Kn643If { width:15.625rem;height:6.9043125rem;top:105.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ENxrKKpRKCtrMtw0w80ECtl6Z94z6i { display:flex;width:1.875rem;height:1.875rem;top:102.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { display:block; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { display:block; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { width:20rem;height:10.411125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { width:15.25rem;height:4.87305625rem;top:13.1572265625rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwXHVH6xOLJFEkTy5OTuBwydu0qyUHGw { width:15rem;height:1.05615rem;top:17.41845703125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { width:14rem;height:12.5rem;top:35.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #so38CQxAIIDDdccVuHbqpLG4ETR1by38 { width:14rem;height:1.25rem;top:40.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { width:14.125rem;height:2.4375rem;top:43.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { width:3.5625rem;height:0.0625rem;top:42.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { width:14rem;height:12.5rem;top:49.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { width:14rem;height:2.5rem;top:54.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { width:3.5625rem;height:0.0625rem;top:56.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { width:14.125rem;height:3.65625rem;top:57.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { width:14rem;height:12.5rem;top:64.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { width:14.125rem;height:3.65625rem;top:72.6875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9digbWooff9rEZVNROcxWXhy8NtBOJZ { width:14rem;height:12.5rem;top:79.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { width:14.125rem;height:2.4375rem;top:86.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXECchWr324LxtJ83kHaHThSSPUgTdh8 { width:3.5625rem;height:0.0625rem;top:71.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { width:3.5625rem;height:0.0625rem;top:86rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { width:14rem;height:1.25rem;top:69.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { width:14rem;height:1.25rem;top:83.9375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { display:flex;width:2.5rem;height:2.5rem;top:36.625rem;left:8.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Gh2Av4gtmd23e6RCs3TkQXfl44r34TLS { display:flex;width:3.125rem;height:3.125rem;top:19.14453125rem;left:0.625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { display:flex;width:3.125rem;height:3.125rem;top:51rem;left:8.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { display:flex;width:3.125rem;height:3.125rem;top:66rem;left:8.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { display:flex;width:3.125rem;height:3.125rem;top:80.25rem;left:8.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { width:15.6875rem;height:3.16845625rem;top:19.14453125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { display:flex;width:2.1875rem;height:2.1875rem;top:14.0302734375rem;left:1.09375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { display:flex;width:3.125rem;height:3.125rem;top:28.8427734375rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GPIa1QTbwpIyQkLizGbmWT7VBgmymNqz { width:15.625rem;height:2.11230625rem;top:24.125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XH0uqAUOJ7LLD30XdUHADvKxPrMiao3Q { width:15.625rem;height:5.2807625rem;top:28.31201171875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTUnwkpezxlol8aqB3veMFG4V0ni3Ug { display:flex;width:3.125rem;height:3.125rem;top:23.69921875rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #glEpTIla71fd8PPnTcMFJburCZWeQgkX { display:block; }#glEpTIla71fd8PPnTcMFJburCZWeQgkX > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hawtvPyxXyV516T8DJUBdWypigZKh1Ri { width:20rem;height:5.19921875rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 { display:block; }#sTNB9zOyTkv80QFTUOwmDbhNaKJPUZe6 > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWVq4ZfCPQJIfx3KlwKbcUJyKU8u81GX { width:20rem;height:18.1972625rem;top:22.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRlgH1SIoyanvsyPkuD0hzcxq4noBtd9 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqveOKgA1ICyu2THTbk4Jdy2Zrpk5kD3 { display:flex;width:3.125rem;height:3.125rem;top:7.125rem;left:6.09375rem; }
 }@media only screen and (max-width: 763px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo { display:block; }#ChRif8SCMbVSZXumMxqgK9pMwhpUzeKo > .row .container { width:20rem;height:265rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { width:20rem;height:9.5625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { width:18.75rem;height:2.03125rem;top:8rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcucSTp5wINAZZtCi2uskEHMOxmf05mh { width:20rem;height:2.76171875rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwGsAgspwStJtzKqHwk8OW9bDu0zaHH { width:20rem;height:1.13720625rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlHZKBtNWoK2cKuO5TMerICeik81G4q { width:20rem;height:10.5625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7my36HXVB12IG7uKq296FRsET48e2QR { width:18.75rem;height:2.03125rem;top:17.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN01EJ51OTgeuTin5lroIe88Oy87Hqm8 { width:20rem;height:4.142575rem;top:22.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJgUAZ0w18iNrzml61mwhu70kvWlrTK4 { width:20rem;height:1.13720625rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl0EpnP9zCQAAv3IXfi12ewwhAtMs10P { width:20rem;height:10.5625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXbFSCIXSulBKofDRDAaSJJIZpA5t9OO { width:18.75rem;height:2.03125rem;top:28.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdKHTPKHgMRPJsTasTQE38ZT12zlD8L { width:20rem;height:1.13720625rem;top:31.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGlsQ4DbiNKZFxlwIV87T4Ni6qddr4Zy { width:20rem;height:4.14258125rem;top:32.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVR4yb40AQ3ResfFX6QI63n9K4FnHKsG { width:20rem;height:10.5625rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ARWdJ0TwszXtnV1snkO7QBOuLEKuZu { width:20rem;height:2.76171875rem;top:44.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx24ipxVnNxHPBxnKIH832IT1LPIrDOx { width:20rem;height:1.13720625rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBrmA9gTipbo9kteuqsCCbR1xwPo6wGl { width:18.75rem;height:2.03125rem;top:40.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLw0KxigM3hmRURAmEPrEUraZnTeFXLp { width:20rem;height:10.5625rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGMxl2kZUoorMXxdcIO5DNIfPwJ4gCM { width:20rem;height:4.142575rem;top:56.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTZ97KW46fsDx1esETKNSx6HKPGVCQR { width:20rem;height:1.13720625rem;top:54.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhXVrtK3QKwLSKAQs3iBRLEQNE6GmGbC { width:18.75rem;height:2.03125rem;top:52.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viySJCDgyZMbBS36XzmHdz3EplLtrkdH { width:20rem;height:10.5625rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZmtBRGRpfPDE1Ai7eXHJxOqn0ZfUbp { width:20rem;height:5.5234375rem;top:69.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhThrM28tOvNc3EOJcqAi0vr2dVPtayk { width:20rem;height:1.13720625rem;top:67.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsPOGgQdJsr95nsOmazBTCqRZ9rEWOvl { width:18.75rem;height:2.03125rem;top:65rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q876Tz8FJpxXAyoMmE1H4hTkSwcXRaO3 { width:20rem;height:10.5625rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzzAaXLqBkWIfMkKSNd0GKFqTDBVlwt3 { width:18.75rem;height:2.03125rem;top:77.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBOE0dF0yWEctkKXVtCQSWIUhaqHVW9J { width:20rem;height:1.13720625rem;top:79.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNHOSSFfTlEqssGtAXfPsxZMLcK2dgxi { width:20rem;height:5.5234375rem;top:81.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEelCyKBXCukWTShFX59G7ZH9LvJZgh { width:20rem;height:11.5625rem;top:88.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNM7Mo2KAzqzlqnTWP9UGscBppOQJfk9 { width:18.75rem;height:2.03125rem;top:89.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTJgAzRbmSzgsJA22eei1PUVEVowg8v { width:20rem;height:1.13720625rem;top:91.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWdPLN1GRQS7IDBwcSILsR8oHGkZyno { width:20rem;height:5.5234375rem;top:93.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fef6m3itMQIT9L8gDhp8sZA1y12d7xZN { width:20rem;height:10.5625rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTkrOFRIN6ty055Fq6oDaXAmgdcpP3M { width:20rem;height:5.5234375rem;top:106.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzp3tZDvWUboEyPxqZ8Itr8x7BMVrLTo { width:20rem;height:1.13720625rem;top:104.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG1HDmiWceaJ3VAKcyvTTezNrdSrGrtq { width:18.75rem;height:2.03125rem;top:102.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTH03Rm6bdxf2hNl0sSCADuZXmO2kNDC { width:20rem;height:10.5625rem;top:113.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcTX3ZOlF1q45rRKwa0Ff7Ors4fbQSCD { width:20rem;height:4.142575rem;top:117.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzPVL3QaFh4DDMCghdd5uK7ny9LvrMm { width:20rem;height:1.13720625rem;top:116.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meE9JNRhB2SK9iTFLPyTMaJL59eTF16s { width:18.75rem;height:2.03125rem;top:113.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSD93hc0m5diEyWOA4p366eMHoEDAFm { width:20rem;height:7.5rem;top:124.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCExnPq6uXSKSiZmhIu7hsoJPL6BaFPg { width:18.75rem;height:2.03125rem;top:125.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtp9WZOr1blh71QzLCyStSdkF0VaDm1m { width:20rem;height:1.13720625rem;top:127.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcUNDWODICLDedhyRaxyhar7tDB5O0w { width:20rem;height:1.3808625rem;top:129.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHzo6Toku4XFWmDlFMm2tWX57zQnJ7sJ { width:20rem;height:7.375rem;top:133.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAGuT828CrJIvfe4egzAHvTTKrK6avZ6 { width:20rem;height:1.3808625rem;top:138.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCNxiIdBK3rcoZCGoaolNra4X7Tft7TZ { width:20rem;height:1.13720625rem;top:136.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOZKoId8Rra68NpreMfSbeyGW68SFGi { width:18.75rem;height:2.03125rem;top:134.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVNF9kEI0P7C0hgwcVsZ6NPNG38uPQTR { width:20rem;height:7.75rem;top:142.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA8xhaFXKF2t45P8VkhuGAsZaoaikIGD { width:18.75rem;height:2.03125rem;top:142.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Mp4Ne4MC59rUC5xlpq0T1Xl9Fr1A2U { width:20rem;height:1.13720625rem;top:145.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnD6WqR4Vh0v5e4SM9IcDKkn4FJDRkFi { width:20rem;height:1.3808625rem;top:147.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfsF5hx4bdSVlnEwNaM773xoRdwGw8xo { width:20rem;height:10.5625rem;top:151rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE5paS5JDXmQsd6tzkEfhlblnMliNOk3 { width:18.75rem;height:2.03125rem;top:151.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWmHOTRhVpQ54PBweDT0c4HKa4WP56wQ { width:20rem;height:4.142575rem;top:155.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5XQSgJO2i18B7fbR6OoHLSKa4tWEnfJ { width:20rem;height:1.13720625rem;top:154.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leK3ssycxUA2Nt9Rw84aHdd4DToCBpTm { width:20rem;height:8.0625rem;top:162.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEyTqtKXNxUkXQ8znlB1WLUsB0rarq3 { width:18.75rem;height:2.03125rem;top:163.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTOz2c1biHldKILA5ltvXCGnL2q6w6f { width:20rem;height:1.13720625rem;top:165.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNDlq7H1agf2vyd8XP8cUDoVCO1eSfTR { width:20rem;height:1.3808625rem;top:167.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpNZ3iuLGA2IrbbJB9M5uiNRgMRXTb1 { width:20rem;height:8.25rem;top:171.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac6EQluWmMMMdoQV00tv5G9RtqMSas5B { width:20rem;height:1.13720625rem;top:174.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edDFvOzVpI7T5AoQVQoI9LqfC1bZmD1W { width:18.75rem;height:2.03125rem;top:172.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX5E6GqExL87t9FQND1pPWCrhzdVogQl { width:20rem;height:1.3808625rem;top:176.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXsUOyM6XzC0oieMotKgoZehcy2GpiPM { width:20rem;height:9.4375rem;top:180.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8wbe296gsUS5DTT4cfOS7MKTaSiJ3T { width:18.75rem;height:2.03125rem;top:181.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhCoHizO1M7qZlRiSka42sx5tpdT8Mgo { width:20rem;height:2.76171875rem;top:185.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkvPL8Xx6TPJArNoToR4OQIETSSTWOZS { width:20rem;height:1.13720625rem;top:183.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nubf8eL9fPdyrTnd9g7rZpQz8oRaDB6s { width:20rem;height:7.5625rem;top:191.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zitsdT1vzt30DqTP6ZnfrARuXmv6O0ni { width:20rem;height:1.3808625rem;top:196.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhbdGNVnDQT5Za1DWLIcGhfDIVe3GvDd { width:20rem;height:1.13720625rem;top:194.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfdbZRbSamchz9SD9NuQEk8rIhRb3LeW { width:18.75rem;height:2.03125rem;top:192.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQwwB5qMTampO0mm7x7k0AEIz3lti99 { width:20rem;height:7.75rem;top:199.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5TMmDGLe8nQh2uIKLonlnbJpkoEv1Q { width:18.75rem;height:2.03125rem;top:200.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhMApSWqLrw22qfdrN1AIqlV7OLJ2ao { width:20rem;height:1.13720625rem;top:203rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7wb2UfDcLhQL4RUEI00mvXUQAsDLLL { width:20rem;height:1.3808625rem;top:204.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR7Aoz8XqyVVq5rKerSOa9hpZ5brfsHE { width:20rem;height:9.8125rem;top:209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXFVNThEmgezkw3Rct75X8JunKiysEPb { width:18.75rem;height:2.03125rem;top:209.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeiA5ehCutk86TXg5KvOLX3xMVTTU9RG { width:20rem;height:1.13720625rem;top:212.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMkTHnA4Z33wnnbb22WU5b2DcfXF9CgB { width:20rem;height:2.76171875rem;top:214.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQMRmevvXgMv8oFTlqB9kIAethTXz8Kn { width:20rem;height:10.5625rem;top:220.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beW1WCCfwL0DChPW3P4vF4rTGKe6V3hC { width:20rem;height:4.142575rem;top:225.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu3Qsd6lAiepAdnuHpeeNNRXLqOCIXft { width:20rem;height:1.13720625rem;top:223.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emfThwOt00k2WrsIbTeg3fRRiQkXHrKk { width:18.75rem;height:2.03125rem;top:220.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkR9mrZbKdqMi8i9Groir1RQozBUxg1F { width:20rem;height:7.8125rem;top:232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19a5A1gcQ0GQfNdmninz0hsKTvmAe5T { width:20rem;height:1.3808625rem;top:236.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrHM5yTpDNIMAwCaCzmiMMhbJ4122ni { width:20rem;height:1.13720625rem;top:235.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThU44cqpqt34TSRmryknEub4duFR97TJ { width:18.75rem;height:2.03125rem;top:232.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr4mPQcIaynmGiS08wQOdei7BoiiCSWb { width:20rem;height:10.4375rem;top:241.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXVxi8lQs5d79NZwbJgv9CyTanPRkJg0 { width:18.75rem;height:2.03125rem;top:242.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBynQfZlDJO39RiZzR4SGIfO11OwIgsq { width:20rem;height:1.13720625rem;top:244.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Gr8APFErhEelRRmOv79Tf4dTvmzTu3 { width:20rem;height:5.5234375rem;top:246.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bomXBaWWxzygLQohc8JyHqZMw9uVhXtQ { width:20rem;height:7.375rem;top:252.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQrSX86TVJ6cXXfKV5plHdWF7c0MQe70 { width:20rem;height:1.3808625rem;top:257.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLKTn6EV31IHQKUnU7wzrG4DsLJsk7nW { width:20rem;height:1.13720625rem;top:256rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUMZ1RSz5K0uV9V86eEouz5DT7lo2N24 { width:18.75rem;height:2.03125rem;top:253.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:20rem;height:123.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { width:20rem;height:91rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { width:19.125rem;height:1.86865rem;top:12.630859375rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { width:15.1875rem;height:72.43655rem;top:17.8125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { display:flex;width:1.875rem;height:1.875rem;top:17.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { width:20rem;height:1.29980625rem;top:90.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { width:18.8125rem;height:89.625rem;top:8.38671875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgHtHGMWmBKtXdiwMIa2pB9nz7ingLE { display:flex;width:1.875rem;height:1.875rem;top:22.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #B59acDdgB2QirQmvhZMetAMCyftIyrKD { display:flex;width:1.875rem;height:1.875rem;top:24.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #qL7bxfvVaipXZbZ6FaVunDSAWTqZgEyL { display:flex;width:1.875rem;height:1.875rem;top:29.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #y7kOxFPxKt1adw5bd7E5cbiUcgykltZ1 { display:flex;width:1.875rem;height:1.875rem;top:33.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #DV80dDwSJxZT35n9EhlPcB6kRmiOJWHo { display:flex;width:1.875rem;height:1.875rem;top:37.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #tHeDpRpOwEu88NuiB9VvKXKwEviTyTDz { display:flex;width:1.875rem;height:1.875rem;top:42.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #qxTI1yltmczlS5nQNFThFEgTmKwCSf6a { display:flex;width:1.875rem;height:1.875rem;top:46.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #AHyh1gO2vuArdBaHNRGFfFVEyltDyFQF { display:flex;width:1.875rem;height:1.875rem;top:52.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #zXsTVB9ayo4uLE7t0xvVMihTd5nbmBqw { width:20rem;height:2.35595625rem;top:10.275390625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3z6QT54S92xRm6Qqrz4f6pZd0d8mTTN { display:flex;width:1.875rem;height:1.875rem;top:84.49853515625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #oz2g99QTGiUwgc1I2lyvxlWpBTEEJclc { display:flex;width:1.875rem;height:1.875rem;top:80.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #odGqFItV0VlfqcQaJnHGS7NpLZP6Z7h6 { display:flex;width:1.875rem;height:1.875rem;top:55.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #yqNhGpZLypgzcBPFOo5qcdUDkDGX4icU { display:flex;width:1.875rem;height:1.875rem;top:59.25rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #QRIvyLDhemEh05tTboTdMPeSKdrhJHvh { display:flex;width:1.875rem;height:1.875rem;top:63.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #SEzkhiRbm9tT3Rrbb6bmkxBHLZkKDcJb { display:flex;width:1.875rem;height:1.875rem;top:68.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #nTsgev4W0v7eTWMlzz8i4eGX9MT8nVRI { display:flex;width:1.875rem;height:1.875rem;top:74.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #EFOmwEuNPPKDlQmecc3gwN9nNz7sX1MK { width:19rem;height:3.4375rem;top:112.5234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFDPFTrCTIfRhgdp9tfCSioq4clAK0hG { display:block; }
 }@media only screen and (max-width: 763px) { #V9IxnO7EeCASVLNcV1X7qZb6QIKr2R9N { width:20rem;height:4.875rem;top:117.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 { background-color:#1e2b50;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { background-color: transparent; background-image: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container { display: none; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .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); }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { border-width: 0; border-radius: 0; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gpdnv5kyyJ7ITJWowm2D1UUWSerBCQF1 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LngO1TK6pDAcZlTdOWgNGgbi4FsKs2h4 { left:0rem;background-color:transparent;background-image:none;top:9.0625rem;width:20.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW3ZZrlIDA6ukVTrGubIcc5LMRcFqH9u { left:0rem;background-color:transparent;background-image:none;top:11.375rem;width:19.8125rem;height:4.1997rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHLT8cTzDrsGxrGiAWhUfr1Tr7MyZqX2 { left:6.9375rem;background-color:#ccd4db;background-image:none;top:16.875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9TbaxhiypoevUQB0hxfrIqng9HIEwE3 { left:0.125rem;background-color:transparent;background-image:none;top:23rem;width:20.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lam3sOSfmOSJ1Sf9064FJtlChW17UPeu { width:2.5rem;height:2.5rem;top:19.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXHoDABBACFpX9pLaLkt0S1RAKhyvPu { width:2.5rem;height:2.5rem;top:5.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHlcvyQBhQHwrB4xJe8T1vB6Get2DSn7 { left:0rem;background-color:transparent;background-image:none;top:0.9990234375rem;width:20rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk { display:block; }#ZrPKVBmFoOZiKmgT4ATeRvuEMgfeayPk > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBpMbI4zIykLLWKqdZASUdXo14pPUtza { width:16.6875rem;height:2.6rem;top:3.25rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZABeBe3ett7zsMxka3mcP8X01iIHK7L { width:13.5rem;height:13.375rem;top:5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v90CJyUAKpTnTQ0SVASRO8DLpxhdUBNM { width:14.75rem;height:14.75rem;top:14.3125rem;left:2.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd { display:block; }#ToVITH9bBAMAFanmRZX0wxK4ZXw83zfd > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xx4UDQdhMrA48q1dkRTOi6w1n7JmU3iV { width:17.1875rem;height:3.1875rem;top:1.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }