.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv { 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; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container { background-color: transparent; background-image: none; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container > .video-iframe-container { display: none; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row > .video-iframe-container { display: none; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .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); }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container { border-width: 0; border-radius: 0; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#lL8xW2s3uADsHSM6GVnsfNmAExJA3dSp { background-color:#00b3b3;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#iCWcFx3zuzggcqQxt3eyi2gJUfvCzOT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmTT8r2pJg3IbTpR6MpIobyiQvlGCJRD { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#lz7516Sdsco57CWU4etKTbsyeCfBgQR0 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#rp43UBTUWUlPCbZfa3vdNqDtaOMW4l2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dO1wk9tMIREFhiu9WE7kroq7nlrEF4tc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#pVVQyixHytV4l31UVMrGZcT0nEBUg609 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOwqFqEN9Vy4vXTVoKdlgsogyTIEoIXn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#xyN5LNcSUhT3bBU1c8gWGFxEbAii7tAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gy0f2QRoL9eTW7R4DNf7GeiU0RbI5QOv { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#yDQEVx2Kf4L3Rkpw94DhWy2mkNZlR1Vm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#golxmTHNWNPObqQ90uTpKomekrM8mPkm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#oTyLdBTRRPMJELQtBeAsS8nCdCJgZ5GI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phOKTzzVrQxFN27TZf8CxccqMeUmGSAv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#pGz83v35DPWN9ngWZpClR5DMelAvpc28 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#LG1a3JBVbVMwyOaoZlwS4TDprXM22SHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf { position:relative;display:block; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf { background-color: transparent; background-image: none; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row .container > .video-iframe-container { display: none; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row > .video-iframe-container { display: none; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .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); }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf { border-width: 0; border-radius: 0; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .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; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CL2Wf2qSXlaNoLyDe0ltashN7TlTHrDy { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#pSPfKe5rFq7Es40vUv6gpN711rAxVnig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecTIsmvXT0GWZZywREHwKJ5KmCZAk23M { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#ebNIl4Jvplx5WbFMfB74N4cB3gAl6WHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVSkqPT80CTJC7EGuRNfEcVHVk2TsHaU { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#e3WcUxI27PBk4tXs0XpxNELbQODCbts0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpPH8J5FtwiRt0VEWsoQq942AK7iloER { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#NzSMgTh6uCPIs6J8mZz6PtnyyEQbSOZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyrJ5TB1RteavEigieo8w44vsULDp2Ei { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#fAFJaPIxxp700JNLshDIqpSXpCzIlWeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#satKnMMLekfw1b4PcJxoLJB3D8QNPbom { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#HysEXKaBzywmk1Rqv6hUVGvWAKrOTJUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pb4DrAKqBaF98lypmHINlDvV4AHsZDOk { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#qLTctTvVwKVGJkhkOhpxNoHpzE3fmPrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:3.65625rem;text-align:left;text-align-last:left;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; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.0625rem;left:2.5rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3125rem;left:2.5rem;height:1.59375rem;text-align:left;text-align-last:left;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; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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.75rem;width:27.75rem;top:13.5rem;left:32.115402193784rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#00b3b3;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:23.5rem;width:23.5rem;top:11rem;left:33.552734375rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.125rem;width:8.125rem;top:11rem;left:50.4375rem;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:39.1875rem;left:2.8125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;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:3.875rem;width:14.5rem;top:38.4375rem;left:31.125rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:7.25rem;width:4.875rem;top:15.625rem;left:35.5625rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.0625rem;width:5.0625rem;top:24.0537109375rem;left:50.625rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { 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:7.5rem;width:7.5rem;top:11.375rem;left:50.8125rem;overflow:hidden;display:block; }
#fDnnNesTogpwppJUnw3rTlQiKzWeypQI { color:#1f333b;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:39rem;left:31.5rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { color:#1f333b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:40.5625rem;left:31.5rem;height:1.21875rem;text-align:left;text-align-last:left;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; }
#T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.375rem;left:2.875rem; }
#zixClI27egVOFPezqcyMO9KSxhSXt7Rq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:41.375rem;left:6.125rem; }
#z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:41.375rem;left:9.1875rem; }
#yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { color:#1f333b;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;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; }
#drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { color:#1f333b;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.9375rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { color:#1f333b;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.875rem;height:1.8681625rem;text-align:left;text-align-last:left;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; }
#f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { color:#1f333b;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15000;line-height:2;letter-spacing:0;top:20.375rem;left:3.9375rem;height:10rem;text-align:left;text-align-last:left;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; }
#JKvTrKf890UeEyJTLlymFBaTnoApPKfU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:20.5rem;left:2.5rem; }
#wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:23.375rem;left:2.5rem; }
#MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:25.875rem;left:2.5rem; }
#f7brTXlAObkDfmXvhbMX0ovBWX6qXeOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:28.3662109375rem;left:2.5rem; }
#apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { color:#1f333b;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.875rem;left:2.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;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; }
#y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.5625rem;left:2.5rem; }
#fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { color:#1f333b;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:34.9375rem;left:3.8125rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:35.0625rem;left:2.5rem; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;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; }
#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { position:relative;display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { background-color: transparent; background-image: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { border-width: 0; border-radius: 0; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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:20.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; }#ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { color:#1f333b;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:5.0625rem;left:2.8125rem;height:8.75rem;text-align:left;text-align-last:left;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; }
#wupDsODDwhioaF3ORQJaK1BnSNh0ET5a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.875rem;top:3.75rem;left:38.3125rem;overflow:hidden;display:block; }
#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { background-color: transparent; background-image: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .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); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { border-width: 0; border-radius: 0; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hhzEqMvUrT6q1XighIlfyMwML8505qTx { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;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; }
#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { position:relative;display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { background-color: transparent; background-image: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .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); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { border-width: 0; border-radius: 0; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .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; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.375rem;left:4.25rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#00b3b3;background-image:none;top:23rem;left:11.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:23.5rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.75rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#V8tQuxcuGxnCLZEpgnOBMbMaS0Eme95x { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#00b3b3;background-image:none;top:23rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:37rem;left:14rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:4.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mAit4pH3yObL64efD0NOAq5WOuy2r5r7 { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23.5rem;left:31.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { color:#1f333b;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.4375rem;left:40.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cXpcCQrWbwXNPt1LoKaOcDnB6v5QB0ot { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:37.125rem;left:32.8125rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.875rem;left:25.625rem; }
#lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.625rem;left:45.1875rem; }
#sBC4f0xasI8eqrVHdaEMvKPU1ZGXeTXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.0625rem;left:35.0625rem; }
#TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.5rem;left:7.4375rem; }
#GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.4375rem;left:17.5625rem; }
#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { background-color: transparent; background-image: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .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); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { border-width: 0; border-radius: 0; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;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; }
#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW { position:relative;display:block; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW { background-color: transparent; background-image: none; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row .container > .video-iframe-container { display: none; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row > .video-iframe-container { display: none; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .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); }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW { border-width: 0; border-radius: 0; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .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; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.75rem;left:2.625rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PzmgVSTJR9e1FysoT6pgB9RtBd9lXkRd { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.75rem;left:31.375rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { color:#1f333b;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:8rem;left:4.0625rem;height:15.75rem;text-align:left;text-align-last:left;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; }
#F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.375rem;left:2.6875rem; }
#SOW3AffXW463DiATlKtktTgz2ibFOBZn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:13rem;left:2.6875rem; }
#Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:17.4375rem;left:2.6875rem; }
#TROBtus7Itc18Zu4U4vVpz2x019Myipl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:21.9375rem;left:2.6875rem; }
#BPTh0DTqTOmidVbZoHXfc9SkpAdfqb0b { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:15.1875rem;left:31.5rem; }
#IaixKyZqb1E9vGbX4KvK0V82qRtoa75b { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:10.75rem;left:31.5rem; }
#fV1RuUBAT9Fk7sNnpVlMeOOIMqDkk5Mv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:8.375rem;left:31.5rem; }
#I4n08gigZdGZidVWSD27GKVWZzesektX { color:#1f333b;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:8rem;left:32.9375rem;height:13.5rem;text-align:left;text-align-last:left;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; }
#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { background-color: transparent; background-image: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .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); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { border-width: 0; border-radius: 0; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:;text-align:left;text-align-last:left;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; }
#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { position:relative;display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { background-color: transparent; background-image: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { border-width: 0; border-radius: 0; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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:51.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; }#OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:#00b3b3;background-image:none;top:7.375rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:7.8125rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:10.4375rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.75rem;left:16.875rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:12.375rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:#00b3b3;background-image:none;top:7.375rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.8125rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:10.4375rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.375rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#00b3b3;background-image:none;top:7.375rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k9bGziqXbHBTg8PmE981Vw5DMIMb853d { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:7.8125rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:10.4375rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:12.375rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15037;background-color:#00b3b3;background-image:none;top:19.625rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:20.0625rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zxu29UvdDm43vvPd6mspofTA97ttPsF7 { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:22.6875rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#00b3b3;background-image:none;top:19.625rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:20.0625rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:22.6875rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#00b3b3;background-image:none;top:19.625rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:20.0625rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:22.6875rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:24.625rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:24.625rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:24.625rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fHPAoMU7KCnreA10Q362ZxIsMkVGVAF4 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15038;background-color:#00b3b3;background-image:none;top:37.0625rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#duRu7ADveeJ9CKtGhLPcJyPiubpcFOtw { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:37.5rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RmMmTC8QTb2wuAGbi4Ur5HQboLXzh6Xt { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:33.4375rem;left:16.8125rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uz6o8uUNVJFNgBya1wr0WubyBTKbd1dG { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:40.375rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kpmNxGHALc6mSR1JIJnUyhBiFJot4MzV { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15034;background-color:#00b3b3;background-image:none;top:37.0625rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Fsgb9POvqsMTgOV5C3dB578AuuUyGRfV { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:37.5rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k4Srmx5CJqDZ8H5ZD5PWuID9cEqW4Fd6 { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:40.375rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xgNO2cdhQLbBgvNIHqSOcbNfM4g0QFe8 { color:#00b3b3;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:42.25rem;left:4.625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bhmzzi3pJhF15nUw4t4DxH561kpDd3W4 { color:#00b3b3;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:42.25rem;left:42.5625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lu9BhSccoyhTzqhClOO67rLR0NRFSI2k { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#00b3b3;background-image:none;top:37.0625rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aME7NXBQ4JmyhBMXl5AfTnnpL35uhge9 { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:37.5rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#M2ZmifGt70xnOzPkuptVX4d4DFlwOa2W { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:40.125rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQvOfrcCHJsU8MTQ4RFxxINBB6WzUXea { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:42.0625rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rSVzlauBiD0TvOV7SAeDnuiWt86XxsvX { box-sizing:content-box;height:1.25rem;width:29.5625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:2.5625rem;left:76.96875rem;display:block; }
#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { background-color: transparent; background-image: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .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); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { border-width: 0; border-radius: 0; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;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; }
#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { position:relative;display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { background-color: transparent; background-image: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .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); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { border-width: 0; border-radius: 0; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .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; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IarnHMQS6fGO3CBotlygenSEw69uWTBV { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.375rem;left:4.25rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D9Ao4K7QVacB6sknJGJpXUuhC1WR15PI { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#00b3b3;background-image:none;top:23.125rem;left:11.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qG4zQp5xdQrIwkXLuix3UEHl4h475HbT { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:23.625rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.75rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#00b3b3;background-image:none;top:23.125rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RazT05fEJdD9NNq6WD7gpuixLItq2v2F { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.25rem;left:14.0625rem;height:1.48730625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:4.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23.625rem;left:31.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { color:#1f333b;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.4375rem;left:40.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:35.625rem;left:32.875rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sFHDSMg89uMTcZe4qEhFlM4kSm9TbiwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.6875rem;left:6.8125rem; }
#o7H3KoVCaEywcUJtBwOo1kLPGNNpdiZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7rem;left:46.4375rem; }
#vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.1875rem;left:35.0625rem; }
#sP4pBMTFJFbPcUsxkqHPi58t3184QmaU { box-sizing:content-box;color:#5d92ff;font-size:1.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:15042;opacity:1;top:11rem;left:46.3125rem; }
#wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { color:#00b3b3;display:block;width:4.3125rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:6.0625rem;left:12.9375rem;height:4.54980625rem;text-align:left;text-align-last:left;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; }
#y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.125rem;width:10.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7rem;left:24.9375rem; }
#NQH8SUX1ToWcZEneEQrXfOq2nT98bMwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.1875rem;left:16.25rem; }
#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { background-color: transparent; background-image: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .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); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { border-width: 0; border-radius: 0; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;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; }
#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { position:relative;display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { background-color: transparent; background-image: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { border-width: 0; border-radius: 0; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:3.9375rem;left:4.375rem; }
#w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { color:#1f333b;display:block;width:47.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:3.75rem;left:5.625rem;height:11.25rem;text-align:left;text-align-last:left;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; }
#qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.375rem;left:4.4375rem; }
#KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:8.6875rem;left:4.375rem; }
#Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:11.0625rem;left:4.375rem; }
#XtkvH1bCTE3u3cf7JOuIe2DDW4HQmOZs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:13.125rem;left:4.375rem; }
#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070606;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; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { background-color: transparent; background-image: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .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); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { border-width: 0; border-radius: 0; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9140625rem;left:3.6944446563721rem;height:;text-align:left;text-align-last:left;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; }
#ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:24.625rem;top:-0.00086784362792969rem;left:32.875001907349rem;overflow:hidden;display:block; }
#yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.235242843628rem;left:3.6944446563721rem;display:block; }
#PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv { position:relative;display:block; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv { background-color: transparent; background-image: none; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row .container > .video-iframe-container { display: none; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row > .video-iframe-container { display: none; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .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); }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv { border-width: 0; border-radius: 0; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .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; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .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:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JXWiExgM204baHUapNFeM3ORXOIov6fT { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#z8xaRabeu3XvvMPH6UxMoeV4F3ZSJoeP { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#eWMaKwyHGawa6mvKs9qENGtLyyT83L4T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#eWMaKwyHGawa6mvKs9qENGtLyyT83L4T > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#WdICnLLtg4GduN0484VLolTunE8Tn7vs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#WdICnLLtg4GduN0484VLolTunE8Tn7vs > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#BnUaLuTNXtfwdtpmHalBnxVDX6G5XNPh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#eHCf9VbyCmcIFtJ1xka2BKClX4zd40Co { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#w8mhcD5i0zGnX7qyZOwZBSpmEu0gl9UT { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#zlXcT5JbNdkJOHR6iwzWKlK8T08BGfig { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#ewnDzw626aZ4CMekwktGTdv4wcdpcdaB { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#cq0KidvD6Jkm5xnQKTiABTAleAhFg1Kw { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#AnXx66G7pEQ78TwlhVCmZrh3wMaUq7Lg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#wITJn61GdqKIsIMOq202mqpSqBJSez7i { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#GvgTbWTUurcywZs92TJOF4ZUSV7fT3Gr { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#CVodmTHbKvv9OXxmXR6bqIIXaumFht8i { background-color:#00b3b3;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#zealAT5XqpQ8BWzA5RIFh2AyIfnSlbg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUPTtIJTxh7dLKV5irdGqBH3z2nWJNtZ { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#D6q4yFZaJdMS7ociI9784IvBEiykE4pV { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#LuUdT7TUneGarp5TCWTpzhirm3SRFre3 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#hwIT47O4yGwoy5V12N0LGpQ5BAHZTeoy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv { display:block; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8xW2s3uADsHSM6GVnsfNmAExJA3dSp { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWcFx3zuzggcqQxt3eyi2gJUfvCzOT6 { display:block; }
 }@media only screen and (max-width: 763px) { #cmTT8r2pJg3IbTpR6MpIobyiQvlGCJRD { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz7516Sdsco57CWU4etKTbsyeCfBgQR0 { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp43UBTUWUlPCbZfa3vdNqDtaOMW4l2A { display:block; }
 }@media only screen and (max-width: 763px) { #dO1wk9tMIREFhiu9WE7kroq7nlrEF4tc { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVQyixHytV4l31UVMrGZcT0nEBUg609 { display:block; }
 }@media only screen and (max-width: 763px) { #DOwqFqEN9Vy4vXTVoKdlgsogyTIEoIXn { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyN5LNcSUhT3bBU1c8gWGFxEbAii7tAu { display:block; }
 }@media only screen and (max-width: 763px) { #Gy0f2QRoL9eTW7R4DNf7GeiU0RbI5QOv { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQEVx2Kf4L3Rkpw94DhWy2mkNZlR1Vm { display:block; }
 }@media only screen and (max-width: 763px) { #golxmTHNWNPObqQ90uTpKomekrM8mPkm { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTyLdBTRRPMJELQtBeAsS8nCdCJgZ5GI { display:block; }
 }@media only screen and (max-width: 763px) { #phOKTzzVrQxFN27TZf8CxccqMeUmGSAv { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGz83v35DPWN9ngWZpClR5DMelAvpc28 { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1a3JBVbVMwyOaoZlwS4TDprXM22SHK { display:block; }
 }@media only screen and (max-width: 763px) { #fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf { display:block; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CL2Wf2qSXlaNoLyDe0ltashN7TlTHrDy { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSPfKe5rFq7Es40vUv6gpN711rAxVnig { display:block; }
 }@media only screen and (max-width: 763px) { #ecTIsmvXT0GWZZywREHwKJ5KmCZAk23M { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebNIl4Jvplx5WbFMfB74N4cB3gAl6WHa { display:block; }
 }@media only screen and (max-width: 763px) { #KVSkqPT80CTJC7EGuRNfEcVHVk2TsHaU { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3WcUxI27PBk4tXs0XpxNELbQODCbts0 { display:block; }
 }@media only screen and (max-width: 763px) { #FpPH8J5FtwiRt0VEWsoQq942AK7iloER { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzSMgTh6uCPIs6J8mZz6PtnyyEQbSOZG { display:block; }
 }@media only screen and (max-width: 763px) { #RyrJ5TB1RteavEigieo8w44vsULDp2Ei { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFJaPIxxp700JNLshDIqpSXpCzIlWeq { display:block; }
 }@media only screen and (max-width: 763px) { #satKnMMLekfw1b4PcJxoLJB3D8QNPbom { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HysEXKaBzywmk1Rqv6hUVGvWAKrOTJUK { display:block; }
 }@media only screen and (max-width: 763px) { #pb4DrAKqBaF98lypmHINlDvV4AHsZDOk { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTctTvVwKVGJkhkOhpxNoHpzE3fmPrq { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:19.125rem;height:3.625rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:16.375rem;height:3.4375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:22.5625rem;height:1.5625rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:27.75rem;height:39.75rem;top:13.5rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:23.5rem;height:23.5rem;top:11rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:8.125rem;height:8.125rem;top:11rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:8.5rem;height:2.125rem;top:39.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:14.5rem;height:3.875rem;top:38.4375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:4.875rem;height:7.25rem;top:15.625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:5.0625rem;height:10.0625rem;top:24rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { top:11.375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:13rem;height:1.625rem;top:39rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:13.75rem;height:1.1875rem;top:40.5625rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { top:41.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { top:41.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { top:41.375rem;left:3.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.8125rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:23.625rem;height:3.25rem;top:12.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.8125rem;top:18.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:27.6875rem;height:10rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { top:20.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { top:23.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { top:25.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7brTXlAObkDfmXvhbMX0ovBWX6qXeOD { top:28.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { width:12rem;height:1.8125rem;top:32.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { top:12.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { width:21.1875rem;height:1.75rem;top:34.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { top:35.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:30.8125rem;height:8.75rem;top:5.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wupDsODDwhioaF3ORQJaK1BnSNh0ET5a { top:3.75rem;left:28.875rem;width:18.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { top:3.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { top:4.25rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { top:3.75rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:13.875rem;height:2.9375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { top:4.25rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:15rem;height:2.9375rem;top:16.375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { top:23rem;left:5.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { top:23.5rem;left:6.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { top:3.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8tQuxcuGxnCLZEpgnOBMbMaS0Eme95x { top:23rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:13.125rem;height:2.9375rem;top:37rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { top:4.25rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAit4pH3yObL64efD0NOAq5WOuy2r5r7 { top:23.5rem;left:25.0625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:15.75rem;height:2.9375rem;top:16.4375rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXpcCQrWbwXNPt1LoKaOcDnB6v5QB0ot { width:13.125rem;height:2.75rem;top:37.125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { top:6.875rem;left:19.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { top:7.625rem;left:39.0625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBC4f0xasI8eqrVHdaEMvKPU1ZGXeTXZ { top:26.0625rem;left:28.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { top:7.5rem;left:1.3125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { top:27.4375rem;left:11.4375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW { display:block; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:26.3125rem;height:2.3125rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmgVSTJR9e1FysoT6pgB9RtBd9lXkRd { width:26.3125rem;height:2.3125rem;top:3.75rem;left:21.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:24.5625rem;height:15.75rem;top:8rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { top:8.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { top:13rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { top:17.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TROBtus7Itc18Zu4U4vVpz2x019Myipl { top:21.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTh0DTqTOmidVbZoHXfc9SkpAdfqb0b { top:15.1875rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaixKyZqb1E9vGbX4KvK0V82qRtoa75b { top:10.75rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1RuUBAT9Fk7sNnpVlMeOOIMqDkk5Mv { top:8.375rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4n08gigZdGZidVWSD27GKVWZzesektX { width:24.5625rem;height:13.5rem;top:8rem;left:23.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { top:7.375rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { top:7.8125rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:13.875rem;height:1.875rem;top:10.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:26.3125rem;height:2.3125rem;top:3.75rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:10.5625rem;height:2.25rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { top:7.375rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { top:7.8125rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:13.875rem;height:1.875rem;top:10.4375rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:10.5625rem;height:2.25rem;top:12.375rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { top:7.375rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { top:7.8125rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:13.875rem;height:1.875rem;top:10.4375rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:10.5625rem;height:2.25rem;top:12.375rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { top:19.625rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { top:20.0625rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxu29UvdDm43vvPd6mspofTA97ttPsF7 { width:13.875rem;height:1.875rem;top:22.6875rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { top:19.625rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { top:20.0625rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { width:13.875rem;height:1.875rem;top:22.6875rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { top:19.625rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { top:20.0625rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:13.875rem;height:1.875rem;top:22.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:10.5625rem;height:2.25rem;top:24.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { width:10.5625rem;height:2.25rem;top:24.625rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { width:10.5625rem;height:2.25rem;top:24.625rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHPAoMU7KCnreA10Q362ZxIsMkVGVAF4 { top:37.0625rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duRu7ADveeJ9CKtGhLPcJyPiubpcFOtw { top:37.5rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmMmTC8QTb2wuAGbi4Ur5HQboLXzh6Xt { width:26.3125rem;height:2.3125rem;top:33.4375rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz6o8uUNVJFNgBya1wr0WubyBTKbd1dG { width:13.875rem;height:1.875rem;top:40.375rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmNxGHALc6mSR1JIJnUyhBiFJot4MzV { top:37.0625rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgb9POvqsMTgOV5C3dB578AuuUyGRfV { top:37.5rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Srmx5CJqDZ8H5ZD5PWuID9cEqW4Fd6 { width:13.875rem;height:1.875rem;top:40.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgNO2cdhQLbBgvNIHqSOcbNfM4g0QFe8 { width:13.1875rem;height:1.875rem;top:42.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhmzzi3pJhF15nUw4t4DxH561kpDd3W4 { width:12.5rem;height:1.875rem;top:42.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9BhSccoyhTzqhClOO67rLR0NRFSI2k { top:37.0625rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aME7NXBQ4JmyhBMXl5AfTnnpL35uhge9 { top:37.5rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZmifGt70xnOzPkuptVX4d4DFlwOa2W { width:13.875rem;height:1.875rem;top:40.125rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQvOfrcCHJsU8MTQ4RFxxINBB6WzUXea { width:10.5625rem;height:2.25rem;top:42.0625rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVzlauBiD0TvOV7SAeDnuiWt86XxsvX { top:3.1875rem;left:18.1875rem;width:29.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { top:3.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { top:4.25rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { top:3.75rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:13.875rem;height:2.9375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { top:4.25rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:15rem;height:2.9375rem;top:16.375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ao4K7QVacB6sknJGJpXUuhC1WR15PI { top:23.125rem;left:5.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4zQp5xdQrIwkXLuix3UEHl4h475HbT { top:23.625rem;left:6.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { top:3.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { top:23.125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RazT05fEJdD9NNq6WD7gpuixLItq2v2F { width:13.125rem;height:1.4375rem;top:36.25rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { top:4.25rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { top:23.625rem;left:25.0625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:15.75rem;height:2.9375rem;top:16.4375rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:13.125rem;height:2.75rem;top:35.625rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFHDSMg89uMTcZe4qEhFlM4kSm9TbiwT { top:7.6875rem;left:0.6875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7H3KoVCaEywcUJtBwOo1kLPGNNpdiZ1 { top:7rem;left:40.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { top:26.1875rem;left:28.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP4pBMTFJFbPcUsxkqHPi58t3184QmaU { top:11rem;left:40.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { width:4.3125rem;height:4.5rem;top:6.0625rem;left:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { top:7rem;left:18.8125rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQH8SUX1ToWcZEneEQrXfOq2nT98bMwL { top:26.1875rem;left:10.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { top:3.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:47.6875rem;height:11.25rem;top:3.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { top:6.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { top:8.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { top:11.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkvH1bCTE3u3cf7JOuIe2DDW4HQmOZs { top:13.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:31.6875rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { top:0rem;left:23.125rem;width:24.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:17.25rem;height:4.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv { display:block; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXWiExgM204baHUapNFeM3ORXOIov6fT { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xaRabeu3XvvMPH6UxMoeV4F3ZSJoeP { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWMaKwyHGawa6mvKs9qENGtLyyT83L4T { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#eWMaKwyHGawa6mvKs9qENGtLyyT83L4T > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WdICnLLtg4GduN0484VLolTunE8Tn7vs { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#WdICnLLtg4GduN0484VLolTunE8Tn7vs > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #BnUaLuTNXtfwdtpmHalBnxVDX6G5XNPh { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHCf9VbyCmcIFtJ1xka2BKClX4zd40Co { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8mhcD5i0zGnX7qyZOwZBSpmEu0gl9UT { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXcT5JbNdkJOHR6iwzWKlK8T08BGfig { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewnDzw626aZ4CMekwktGTdv4wcdpcdaB { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0KidvD6Jkm5xnQKTiABTAleAhFg1Kw { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXx66G7pEQ78TwlhVCmZrh3wMaUq7Lg { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITJn61GdqKIsIMOq202mqpSqBJSez7i { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvgTbWTUurcywZs92TJOF4ZUSV7fT3Gr { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVodmTHbKvv9OXxmXR6bqIIXaumFht8i { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zealAT5XqpQ8BWzA5RIFh2AyIfnSlbg5 { display:block; }
 }@media only screen and (max-width: 763px) { #zUPTtIJTxh7dLKV5irdGqBH3z2nWJNtZ { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6q4yFZaJdMS7ociI9784IvBEiykE4pV { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuUdT7TUneGarp5TCWTpzhirm3SRFre3 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwIT47O4yGwoy5V12N0LGpQ5BAHZTeoy { display:none; }
 }@media only screen and (max-width: 763px) { #u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv { position:relative;z-index:auto;display:block; }#CTBeRNc1v8ohNi7fNg1lvkx5wU64ibNv > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8xW2s3uADsHSM6GVnsfNmAExJA3dSp { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCWcFx3zuzggcqQxt3eyi2gJUfvCzOT6 { display:block; }
 }@media only screen and (max-width: 763px) { #cmTT8r2pJg3IbTpR6MpIobyiQvlGCJRD { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz7516Sdsco57CWU4etKTbsyeCfBgQR0 { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp43UBTUWUlPCbZfa3vdNqDtaOMW4l2A { display:block; }
 }@media only screen and (max-width: 763px) { #dO1wk9tMIREFhiu9WE7kroq7nlrEF4tc { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVVQyixHytV4l31UVMrGZcT0nEBUg609 { display:block; }
 }@media only screen and (max-width: 763px) { #DOwqFqEN9Vy4vXTVoKdlgsogyTIEoIXn { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyN5LNcSUhT3bBU1c8gWGFxEbAii7tAu { display:block; }
 }@media only screen and (max-width: 763px) { #Gy0f2QRoL9eTW7R4DNf7GeiU0RbI5QOv { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQEVx2Kf4L3Rkpw94DhWy2mkNZlR1Vm { display:block; }
 }@media only screen and (max-width: 763px) { #golxmTHNWNPObqQ90uTpKomekrM8mPkm { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTyLdBTRRPMJELQtBeAsS8nCdCJgZ5GI { display:block; }
 }@media only screen and (max-width: 763px) { #phOKTzzVrQxFN27TZf8CxccqMeUmGSAv { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #pGz83v35DPWN9ngWZpClR5DMelAvpc28 { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1a3JBVbVMwyOaoZlwS4TDprXM22SHK { display:block; }
 }@media only screen and (max-width: 763px) { #fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf { display:block; }#fuoqA6DNIMi286hfx5OvkxzLNKlhkWkf > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CL2Wf2qSXlaNoLyDe0ltashN7TlTHrDy { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pSPfKe5rFq7Es40vUv6gpN711rAxVnig { display:block; }
 }@media only screen and (max-width: 763px) { #ecTIsmvXT0GWZZywREHwKJ5KmCZAk23M { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ebNIl4Jvplx5WbFMfB74N4cB3gAl6WHa { display:block; }
 }@media only screen and (max-width: 763px) { #KVSkqPT80CTJC7EGuRNfEcVHVk2TsHaU { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #e3WcUxI27PBk4tXs0XpxNELbQODCbts0 { display:block; }
 }@media only screen and (max-width: 763px) { #FpPH8J5FtwiRt0VEWsoQq942AK7iloER { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NzSMgTh6uCPIs6J8mZz6PtnyyEQbSOZG { display:block; }
 }@media only screen and (max-width: 763px) { #RyrJ5TB1RteavEigieo8w44vsULDp2Ei { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fAFJaPIxxp700JNLshDIqpSXpCzIlWeq { display:block; }
 }@media only screen and (max-width: 763px) { #satKnMMLekfw1b4PcJxoLJB3D8QNPbom { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HysEXKaBzywmk1Rqv6hUVGvWAKrOTJUK { display:block; }
 }@media only screen and (max-width: 763px) { #pb4DrAKqBaF98lypmHINlDvV4AHsZDOk { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qLTctTvVwKVGJkhkOhpxNoHpzE3fmPrq { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:16.5rem;height:1.94965rem;top:0.76215362548825rem;left:0.87326395511625rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:14.75rem;height:2.875rem;top:46.3125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:18.3125rem;height:1.3125rem;top:2.7109375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:11.75rem;height:17rem;top:5.4991321563721rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:12.25rem;height:12.25rem;top:5.4991321563721rem;left:3.8750001192093rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.75rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:11.8125rem;height:1.875rem;top:41.1875rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:14.1875rem;height:2.75rem;top:19.804688453674rem;left:1.9618057012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:2.9375rem;height:4.125rem;top:5.4991321563721rem;left:3.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:3.375rem;height:4.125rem;top:15.124999046326rem;left:12.774305462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { width:4.75rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:12.375rem;height:1.349825rem;top:20.065971374512rem;left:2.1493057012558rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:13.75rem;height:0.974825rem;top:21.454860687256rem;left:2.2118057012558rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { display:flex;width:1.625rem;height:1.625rem;top:43.0625rem;left:1.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { display:flex;width:1.625rem;height:1.625rem;top:43.0625rem;left:3.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { display:flex;width:1.625rem;height:1.625rem;top:43.0625rem;left:5.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.5rem;top:24.125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:16.4375rem;height:1.798825rem;top:25.75rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.5rem;top:29.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:13.1875rem;height:4.5rem;top:30.8125rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { display:flex;width:1rem;height:1rem;top:30.8125rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { display:flex;width:1rem;height:1rem;top:31.9375rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { display:flex;width:1rem;height:1rem;top:33.0625rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #f7brTXlAObkDfmXvhbMX0ovBWX6qXeOD { display:flex;width:1rem;height:1rem;top:34.1875rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { width:12rem;height:1.5rem;top:36.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { display:flex;width:1rem;height:1rem;top:25.75rem;left:1.25rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { width:13.125rem;height:0.8994125rem;top:38.6875rem;left:2.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { display:flex;width:1rem;height:1rem;top:38.625rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.2744125rem;top:0.26823043823242rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:19.9375rem;height:4.87305rem;top:1.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wupDsODDwhioaF3ORQJaK1BnSNh0ET5a { width:13.9375rem;height:9.1875rem;top:7.5625rem;left:2.5000001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:20rem;height:2.2744125rem;top:0.26822948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { width:12.1875rem;height:12.1875rem;top:2.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { width:11.5625rem;height:11.5625rem;top:2.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { width:12.1875rem;height:12.1875rem;top:15.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:11.375rem;height:2.0996125rem;top:11.0625rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { width:11.5625rem;height:11.5625rem;top:16.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:11.75rem;height:3.1494125rem;top:24.0625rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { width:12.1875rem;height:12.1875rem;top:42.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { width:11.5625rem;height:11.5625rem;top:43.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { width:12.1875rem;height:12.1875rem;top:29.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8tQuxcuGxnCLZEpgnOBMbMaS0Eme95x { width:12.1875rem;height:12.1875rem;top:56.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:10.5rem;height:2.0996125rem;top:51.6875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { width:11.5625rem;height:11.5625rem;top:29.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAit4pH3yObL64efD0NOAq5WOuy2r5r7 { width:11.5625rem;height:11.5625rem;top:56.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:11.25rem;height:3.1494125rem;top:37.0625rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cXpcCQrWbwXNPt1LoKaOcDnB6v5QB0ot { width:9.75rem;height:2.0996125rem;top:64.75rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { display:flex;width:6.25rem;height:6.25rem;top:17.0625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { display:flex;width:4.4375rem;height:4.4375rem;top:31.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #sBC4f0xasI8eqrVHdaEMvKPU1ZGXeTXZ { display:flex;width:6.25rem;height:6.25rem;top:57.6875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { display:flex;width:5.625rem;height:5.625rem;top:4.5rem;left:7.1875rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { display:flex;width:4.75rem;height:4.75rem;top:44.875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:20rem;height:2.2744125rem;top:0.26822948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW { display:block; }#fTT8ZTL7uHmW1uD4SLgqBJfqVDCrqqGW > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmgVSTJR9e1FysoT6pgB9RtBd9lXkRd { width:20rem;height:1.75rem;top:15.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:17.0625rem;height:7.875rem;top:5.1875rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { display:flex;width:1rem;height:1rem;top:5.3125rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { display:flex;width:1rem;height:1rem;top:7.5rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { display:flex;width:1rem;height:1rem;top:9.6875rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TROBtus7Itc18Zu4U4vVpz2x019Myipl { display:flex;width:1rem;height:1rem;top:11.9375rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BPTh0DTqTOmidVbZoHXfc9SkpAdfqb0b { display:flex;width:1rem;height:1rem;top:21.625rem;left:0.875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IaixKyZqb1E9vGbX4KvK0V82qRtoa75b { display:flex;width:1rem;height:1rem;top:19.375rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #fV1RuUBAT9Fk7sNnpVlMeOOIMqDkk5Mv { display:flex;width:1rem;height:1rem;top:18.25rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #I4n08gigZdGZidVWSD27GKVWZzesektX { width:17.625rem;height:6.75rem;top:18.25rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:20rem;height:2.2744125rem;top:0.26822662353516rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { width:8.75rem;height:5.1875rem;top:5.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { width:8.25rem;height:4.75rem;top:6.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:5.3125rem;height:1.125rem;top:7.125rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:5.8125rem;height:1.2744125rem;top:8.375rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { width:8.75rem;height:5.1875rem;top:5.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { width:8.25rem;height:4.75rem;top:6.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:8.5625rem;height:1.125rem;top:7.1875rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:6.8125rem;height:1.2744125rem;top:8.4375rem;left:11.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { width:8.75rem;height:5.1875rem;top:11.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { width:8.25rem;height:4.75rem;top:12.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:8.1875rem;height:1.125rem;top:13.25rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:5.875rem;height:1.2744125rem;top:14.5rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { width:8.75rem;height:5.1875rem;top:18.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { width:8.25rem;height:4.75rem;top:18.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxu29UvdDm43vvPd6mspofTA97ttPsF7 { width:6.6875rem;height:1.125rem;top:19.4375rem;left:11.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { width:8.75rem;height:5.1875rem;top:18.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { width:8.25rem;height:4.75rem;top:18.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { width:7.6875rem;height:1.125rem;top:19.4375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { width:8.75rem;height:5.1875rem;top:11.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { width:8.25rem;height:4.75rem;top:12.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:8.75rem;height:2.25rem;top:12.6875rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:6.9375rem;height:1.2744125rem;top:15.0625rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { width:5.375rem;height:1.2744125rem;top:20.625rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { width:4.8125rem;height:1.2744125rem;top:20.6875rem;left:12.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fHPAoMU7KCnreA10Q362ZxIsMkVGVAF4 { width:8.75rem;height:5.1875rem;top:29.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duRu7ADveeJ9CKtGhLPcJyPiubpcFOtw { width:8.25rem;height:4.75rem;top:29.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmMmTC8QTb2wuAGbi4Ur5HQboLXzh6Xt { width:20rem;height:1.75rem;top:25.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz6o8uUNVJFNgBya1wr0WubyBTKbd1dG { width:4.75rem;height:1.125rem;top:29.875rem;left:12.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kpmNxGHALc6mSR1JIJnUyhBiFJot4MzV { width:8.75rem;height:5.1875rem;top:29.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgb9POvqsMTgOV5C3dB578AuuUyGRfV { width:8.25rem;height:4.75rem;top:29.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Srmx5CJqDZ8H5ZD5PWuID9cEqW4Fd6 { width:6.9375rem;height:1.125rem;top:29.9375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xgNO2cdhQLbBgvNIHqSOcbNfM4g0QFe8 { width:6.9375rem;height:2.25rem;top:31.125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bhmzzi3pJhF15nUw4t4DxH561kpDd3W4 { width:7.625rem;height:2.3984375rem;top:31rem;left:10.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9BhSccoyhTzqhClOO67rLR0NRFSI2k { width:16.875rem;height:5.1875rem;top:35.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aME7NXBQ4JmyhBMXl5AfTnnpL35uhge9 { width:16.5rem;height:4.75rem;top:35.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZmifGt70xnOzPkuptVX4d4DFlwOa2W { width:13.875rem;height:1.125rem;top:36.375rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WQvOfrcCHJsU8MTQ4RFxxINBB6WzUXea { width:10.5625rem;height:1.5rem;top:37.6875rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rSVzlauBiD0TvOV7SAeDnuiWt86XxsvX { width:20rem;height:1.5625rem;top:40.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:20rem;height:2.2744125rem;top:0.26736068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { width:12.1875rem;height:12.1875rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { width:11.5625rem;height:11.5625rem;top:2.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { width:12.1875rem;height:12.1875rem;top:15.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:11.9375rem;height:2.0996125rem;top:10.875rem;left:4.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { width:11.5625rem;height:11.5625rem;top:15.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:11.125rem;height:2.0996125rem;top:24.0625rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ao4K7QVacB6sknJGJpXUuhC1WR15PI { width:12.1875rem;height:12.1875rem;top:42.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4zQp5xdQrIwkXLuix3UEHl4h475HbT { width:11.5625rem;height:11.5625rem;top:42.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { width:12.1875rem;height:12.1875rem;top:29.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { width:12.1875rem;height:12.1875rem;top:55.9375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RazT05fEJdD9NNq6WD7gpuixLItq2v2F { width:11.125rem;height:1.04980625rem;top:51.51953125rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { width:11.5625rem;height:11.5625rem;top:29.375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { width:11.5625rem;height:11.5625rem;top:56.25rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:11.4375rem;height:3.1494125rem;top:37.125rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:9.6875rem;height:2.0996125rem;top:64.91796875rem;left:5.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sFHDSMg89uMTcZe4qEhFlM4kSm9TbiwT { display:flex;width:6.5rem;height:6.5rem;top:4.375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #o7H3KoVCaEywcUJtBwOo1kLPGNNpdiZ1 { display:flex;width:2.5rem;height:2.5rem;top:30.1865234375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { display:flex;width:5.5625rem;height:5.5625rem;top:58.40234375rem;left:7.21875rem; }
 }@media only screen and (max-width: 763px) { #sP4pBMTFJFbPcUsxkqHPi58t3184QmaU { display:flex;width:3.125rem;height:3.125rem;top:32.4365234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { width:4.1875rem;height:2.625rem;top:3.6875rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { display:flex;width:7.5625rem;height:7.5625rem;top:16.5625rem;left:6.21875rem; }
 }@media only screen and (max-width: 763px) { #NQH8SUX1ToWcZEneEQrXfOq2nT98bMwL { display:flex;width:6.0625rem;height:6.0625rem;top:44.4501953125rem;left:6.96875rem; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:20rem;height:2.2744125rem;top:0.26736068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { display:flex;width:1rem;height:1rem;top:2.25rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:16.375rem;height:9rem;top:2.1875rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { display:flex;width:1rem;height:1rem;top:4.5rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { display:flex;width:1rem;height:1rem;top:6.75rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { display:flex;width:1rem;height:1rem;top:8.875rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XtkvH1bCTE3u3cf7JOuIe2DDW4HQmOZs { display:flex;width:1rem;height:1rem;top:10.1875rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:17.4375rem;height:3.673825rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { width:12.375rem;height:12.8125rem;top:2.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:8.875rem;height:2.75rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv { display:block; }#mUzUmDL0FgQ23bo8KHXdAK3xOqocCTbv > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXWiExgM204baHUapNFeM3ORXOIov6fT { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8xaRabeu3XvvMPH6UxMoeV4F3ZSJoeP { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eWMaKwyHGawa6mvKs9qENGtLyyT83L4T { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#eWMaKwyHGawa6mvKs9qENGtLyyT83L4T > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#XgFirAT79vk7i8uhetl4Cn4NrEcU6LWo > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #WdICnLLtg4GduN0484VLolTunE8Tn7vs { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#WdICnLLtg4GduN0484VLolTunE8Tn7vs > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#iX35p6SFqqlZgp8cwtRwwPCUQiJNdtcv > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #BnUaLuTNXtfwdtpmHalBnxVDX6G5XNPh { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHCf9VbyCmcIFtJ1xka2BKClX4zd40Co { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8mhcD5i0zGnX7qyZOwZBSpmEu0gl9UT { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlXcT5JbNdkJOHR6iwzWKlK8T08BGfig { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewnDzw626aZ4CMekwktGTdv4wcdpcdaB { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cq0KidvD6Jkm5xnQKTiABTAleAhFg1Kw { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AnXx66G7pEQ78TwlhVCmZrh3wMaUq7Lg { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wITJn61GdqKIsIMOq202mqpSqBJSez7i { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GvgTbWTUurcywZs92TJOF4ZUSV7fT3Gr { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVodmTHbKvv9OXxmXR6bqIIXaumFht8i { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zealAT5XqpQ8BWzA5RIFh2AyIfnSlbg5 { display:block; }
 }@media only screen and (max-width: 763px) { #zUPTtIJTxh7dLKV5irdGqBH3z2nWJNtZ { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6q4yFZaJdMS7ociI9784IvBEiykE4pV { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LuUdT7TUneGarp5TCWTpzhirm3SRFre3 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hwIT47O4yGwoy5V12N0LGpQ5BAHZTeoy { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#u3ehoovqkGgAnF6e7Fo6SueJNVanseUZ > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }