.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -moz-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -ms-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -o-linear-gradient(125deg, #516ff9, #3bcdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );";background-image: linear-gradient(125deg, #516ff9, #3bcdd2);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:0rem;left:23.15625rem;overflow:hidden;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#526ff9;display:block;width:31.5625rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#526ff9;display:block;width:31.5625rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#ffffff;display:block;width:30rem;position:absolute;font-family:prompt;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:28.4375rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioR0yBXoJpL9rznSovNdRnmQfJZuppFQ { position:absolute;display:block;z-index:14999;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.625rem;width:39.625rem;top:8.3125rem;left:25.8125rem;overflow:hidden;display:block; }
#vbDkeiEzH9RCJ3rMQrc31TfitnkTtykz { color:#ffffff;display:block;width:30rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:33.5rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ak5h6iG1m9CphTC997wIqSpE1F912syU { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0.9375rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#bEXV77EpJJasSscpVnivPXr0yBe7iQRX { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:60rem;top:8.7007901056156rem;left:-2.0110847068739rem;overflow:hidden;display:block; }
#xvHk50NgTWT9onWgVXo5TAZ2M84strGz { position:relative;display:block; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz { background-color: transparent; background-image: none; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row .container > .video-iframe-container { display: none; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row > .video-iframe-container { display: none; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .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); }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz { border-width: 0; border-radius: 0; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .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; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#hSAzz9k2sZFdhxA9x4aT3kJmQTtKGM0x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#lzcBStFAsFGzEcfFmrKs7ld1UlrPxnBW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:22.3125rem;overflow:hidden;display:block; }
#wdOZH1AzBhl10eaMi0oms2x7ThXbD0lo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:43.5rem;overflow:hidden;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { 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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#526ff9;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:15.84375rem;left:17.5rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#585858;display:block;width:10.125rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.96875rem;height:3.5rem;font-style:normal;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#585858;display:block;width:12.5625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:6.46875rem;height:3.5rem;font-style:normal;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#585858;display:block;width:10.5rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42rem;left:15.125rem;height:3.5rem;font-style:normal;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#585858;display:block;width:12.5625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:46.4375rem;height:3.5rem;font-style:normal;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#585858;display:block;width:11.6875rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:48.3125rem;height:3.5rem;font-style:normal;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#585858;display:block;width:11.5rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42rem;left:40.3125rem;height:3.5rem;font-style:normal;display:block; }
#PLDgCTDVkcgSpLJKFyo4WSDvO9KmcVNT { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#3ec0d8;background-image:none;top:15.875rem;left:3.375rem;display:block; }
#cytciq1mNTqt7gSNmGb9M0KfRx3mNOus { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#3ec0d8;background-image:none;top:15.875rem;left:39.9375rem;display:block; }
#hMTUvGD0EWA2uTq7kZpdTJzmxBTZKAPo { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#3ec0d8;background-image:none;top:28.75rem;left:0rem;display:block; }
#qTXdG5VNTIaAnneIwz3U1C3uqw9RTazp { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3ec0d8;background-image:none;top:40.9375rem;left:8.71875rem;display:block; }
#gF3Ww2Xe5ZfDBgXx5XtqhS4bw0A30rXt { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#3ec0d8;background-image:none;top:28.75rem;left:41.9375rem;display:block; }
#pdAaWT9aCJRi52BqE3FTmpsI0mavQZW7 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#3ec0d8;background-image:none;top:40.9375rem;left:33.75rem;display:block; }
#D6xUKa826VUam8xAoDAIrHNgh2bvqpnZ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:41.5625rem;left:9.375rem; }
#CIlDg35KlBt9XKZNEmvNXvK1EAoAWcO5 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.6875rem;left:0.9375rem; }
#n0bGLRkbNk7pPsVP7mZ0WI6NLZcbUBFu { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.8125rem;left:4.3125rem; }
#UTgkzTuWEo45Qy3BJnptJAQ6PkTT3v8J { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.375rem;left:42.5rem; }
#ZT5QERCuz6tGLb5bL0GPa7TFgcv5hg6s { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:41.875rem;left:34.6875rem; }
#GMH9pRkWknARX373sQX6lVGRLbvInvmB { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.5rem;left:40.5625rem; }
#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#526ff9;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; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container { background-color: transparent; background-image: none; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container > .video-iframe-container { display: none; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row > .video-iframe-container { display: none; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .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); }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container { border-width: 0; border-radius: 0; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#l7a9g9I7rRcqReb7qukF36XVz0oGZy2g { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:3.25rem;left:3.375rem;height:3.25rem;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; }
#VZVFcrGFWE3OQ7ACQWNz55NpDiJ5rnT7 { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:7.1875rem;left:11.65625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3V4BbO9DTM5opDKwpmHZNnWWzWidSfG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:30.6875rem;top:1.25rem;left:25.9375rem;overflow:hidden;display:block; }
#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -moz-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -ms-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -o-linear-gradient(125deg, #516ff9, #3bcdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );";background-image: linear-gradient(125deg, #516ff9, #3bcdd2);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { background-color: transparent; background-image: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container > .video-iframe-container { display: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row > .video-iframe-container { display: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .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); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { border-width: 0; border-radius: 0; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#I53aRWwGflkTQF3UGJSzxtlL3iqGXt7m { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:0rem;left:23.15625rem;overflow:hidden;display:block; }
#F35rtiC0Mx1HU8xcFlwAF8rLOFRZo3r3 { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.6875rem;left:4.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sAiuTRueT0uOsTFuLQJK677IbNaFCHkr { position:absolute;display:block;z-index:14999;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:42.5rem;width:35.125rem;top:5.4375rem;left:33.4375rem;overflow:hidden;display:block; }
#ugZNJ53oU7gD4ofBvTv1w75Wc152kNgm { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.59375rem;left:4.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMtO9vJFDMbPEdkTKm2SI7UyKIZErbQa { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.40625rem;left:4.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbgMqpMiCJ1RZmpmv1Sxl3rEK3I3D2oP { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.21875rem;left:4.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDokpiddX8HiXZ4um3TfKKXBSHX4zUGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.6875rem;left:0rem; }
#LiuFaAckSxIqJrymfCRNUsSTN48VaD1v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.59375rem;left:0rem; }
#EHnKGiTIrDMhlleS3Z9cITauXlIL6o0O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.40625rem;left:0rem; }
#uxKEnIByrmeCd7ClhLsIAKdhQBpFLuWX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.21875rem;left:0rem; }
#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { 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; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { background-color: transparent; background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .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); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { border-width: 0; border-radius: 0; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { color:#526ff9;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { color:#585858;display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.1875rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { color:#585858;display:block;width:10.5625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.1875rem;left:24.75rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { color:#585858;display:block;width:13.0625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:16.1875rem;left:46.9375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGy8xH9WTdo8y7FH9cmTOGHqlyGF1iPA { box-sizing:content-box;height:1.125rem;width:8.625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:12.6875rem;left:13.4375rem;border-top:0.0625rem dashed #3ec0d8;border-left:0;border-right:0;border-bottom:0;display:block; }
#eHkZR7zIdNvnIRwrx9cgHB6XiQax1OAG { box-sizing:content-box;height:1.125rem;width:8.625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:12.6875rem;left:36.0625rem;border-top:0.0625rem dashed #3ec0d8;border-left:0;border-right:0;border-bottom:0;display:block; }
#UwVeOrdTvGBfMqciVbbN5TuBwaklAWty { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#3ec0d8;background-image:none;top:9.0625rem;left:3.3125rem;display:block; }
#JL7lTCnqcXHOZ6H46K2LsR3DgBGeobNN { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#3ec0d8;background-image:none;top:9.0625rem;left:26.875rem;display:block; }
#MZQcf7dbbUNczmJhfNDxRNhZOHoh7Xc5 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3ec0d8;background-image:none;top:9.0625rem;left:50.375rem;display:block; }
#LUthpPOuUkHJNGLmpktGeGOtQS3WpD9M { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.6875rem;left:50.96875rem; }
#d4GRfJpv5ldk8MdB1Nw0PTpPOADDKIx3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.3125rem;left:28.125rem; }
#QKot24fxPqmHo2kP5skcTFQvtJvxcBwg { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10rem;left:4.21875rem; }
#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV { position:relative;display:block; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV { background-color: transparent; background-image: none; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row .container > .video-iframe-container { display: none; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row > .video-iframe-container { display: none; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .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); }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV { border-width: 0; border-radius: 0; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .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; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#Ff2onrOus3ex9GZvbHcUliwlQamMUaDd { color:#526ff9;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV { position:relative;display:block; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV { background-color: transparent; background-image: none; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row .container > .video-iframe-container { display: none; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row > .video-iframe-container { display: none; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .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); }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV { border-width: 0; border-radius: 0; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .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; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ToThrXe5EWwd5k4igmgeg0hMwUSVsK9S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20.5rem;top:1.875rem;left:7.5rem;overflow:hidden;display:block; }
#QCE8MZv5PwZ64VCVA0F0LqvOJsLC9H36 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:18.625rem;top:0.625rem;left:30rem;overflow:hidden;display:block; }
#kNhCAuckcOewuzkhVHU6dcdaVKRgdPIE { color:#585858;display:block;width:23.25rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:5.8125rem;display:block; }
#sTSvN7GcuTra6RXobxIOw9OS7yiFpcab { color:#3ec0d8;display:block;width:6.25rem;position:absolute;font-family:prompt;font-size:7.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU { position:relative;display:block; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU { background-color: transparent; background-image: none; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row .container > .video-iframe-container { display: none; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row > .video-iframe-container { display: none; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .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); }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU { border-width: 0; border-radius: 0; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .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; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KQve152TeM3aVDTh5JkC3Szb2W8R9KM2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20.5rem;top:1.875rem;left:7.5rem;overflow:hidden;display:block; }
#K2Vz8AHcanCefD4Z2BqFXHAeyCW5orrs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:17.8125rem;top:0.625rem;left:30rem;overflow:hidden;display:block; }
#xTBlgPG5hhlb7w3amgMZdRgGz01908RA { color:#585858;display:block;width:29.1875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:5.8125rem;display:block; }
#C8NIhuGFmoLVfw3DD4Mnce9bS9bOnEXa { color:#3ec0d8;display:block;width:6.25rem;position:absolute;font-family:prompt;font-size:7.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 { position:relative;display:block; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 { background-color: transparent; background-image: none; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row .container > .video-iframe-container { display: none; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row > .video-iframe-container { display: none; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .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); }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 { border-width: 0; border-radius: 0; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .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; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XzIyox6JkF4Wi1eheQ4eBCc4z1chZom6 { color:#585858;display:block;width:29.1875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:5.8125rem;display:block; }
#OOTcatKosBnbiH1p1bRF9BS99FAU234n { color:#3ec0d8;display:block;width:6.25rem;position:absolute;font-family:prompt;font-size:7.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpJZzcp9MM54Ne01EZAIlZAalDIs8E5C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:20.5625rem;top:2.3125rem;left:7.40625rem;overflow:hidden;display:block; }
#ZlnFTTRdu1dq7NMvcPQXLgb1cQDmBmlf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:24.1875rem;top:1.6875rem;left:30rem;overflow:hidden;display:block; }
#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN { position:relative;display:block; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN { background-color: transparent; background-image: none; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row .container > .video-iframe-container { display: none; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row > .video-iframe-container { display: none; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .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); }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN { border-width: 0; border-radius: 0; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .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; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BZM4L1G351HwKeWo33u4DE27hPyrEq19 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:20.3125rem;top:1.875rem;left:7.5rem;overflow:hidden;display:block; }
#afqq5yemPqbzXvWB9UQcM1ygNmTpVVia { color:#585858;display:block;width:29.1875rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:6rem;display:block; }
#ZqIATs4unbg3wJXHmsK0gxnh9CNWpP5b { color:#3ec0d8;display:block;width:6.25rem;position:absolute;font-family:prompt;font-size:7.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnC8B0wBlyUkqfeToa2H0ZVgxMdw4hGL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:22.75rem;top:1.875rem;left:30.6875rem;overflow:hidden;display:block; }
#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -moz-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -ms-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -o-linear-gradient(125deg, #516ff9, #3bcdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );";background-image: linear-gradient(125deg, #516ff9, #3bcdd2);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { background-color: transparent; background-image: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container > .video-iframe-container { display: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row > .video-iframe-container { display: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .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); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { border-width: 0; border-radius: 0; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#a5fpTKmlC7Qbc4hHGPRf74pCA1eQZ1Tk { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.75rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#etgBg1Fum0ypdQ6lTlP0l4hPRONDIFtg { position:absolute;display:block;z-index:14999;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:43.4375rem;width:43.4375rem;top:4.25rem;left:27.6875rem;overflow:hidden;display:block; }
#Bi9qAMEFPtbsq42Bdn9TgEs4MJkBJyNm { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.75rem;height:2rem;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; }
#uaNy7MAIkHOPqzHlvnM1uCCq77Wv13Be { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:4.75rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IRS7AOIe3K3GFbKCtLH2EdEIPF6flF96 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.5625rem;left:4.75rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DkPPHQS51HroEpzhNW0g4nBOEHuDxz74 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.3125rem;left:0rem; }
#TKD7izJDOwTqXQSrSRTL5CQLEm467Icb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.25rem;left:0rem; }
#v1dGAMzSaePQ6eughZnZk0gQbMyrSwR9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.1875rem;left:0rem; }
#iqxtSZGW7HEC5Gu2dWxC78UQyoCIr1Uq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:36rem;left:0rem; }
#nLiKLPLNBrRtHsRwvXgOXkMAepo9yiiM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:3.5rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#526ff9;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; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container { background-color: transparent; background-image: none; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container > .video-iframe-container { display: none; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row > .video-iframe-container { display: none; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .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); }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container { border-width: 0; border-radius: 0; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#Z9Or0liwsdfSrqKW1xPEEb4KGHere8mZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNy04XiZsocT8aPpy3SmeOLGgXI9pSIQ { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.1875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAItTgZqxdy7dt3MoTQ6zuzaNK84fIdS { color:#ffffff;display:block;width:12rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.1875rem;left:24rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCR37D1z6x0Dw8h2sAPsFOtvbb2xVzFx { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:16.1875rem;left:46.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rID0rai9y287VxhFbvaFayXCgTDp3mAy { box-sizing:content-box;height:1.125rem;width:8.625rem;position:absolute;display:block;z-index:15019;background-color:#526ff9;background-image:none;top:12.6875rem;left:13.4375rem;border-top:0.0625rem dashed #ffffff;border-left:0;border-right:0;border-bottom:0;display:block; }
#BZQ7TrEvKRZQDycCXnfyGrlBOelRVa1U { box-sizing:content-box;height:1.125rem;width:8.625rem;position:absolute;display:block;z-index:15020;background-color:#526ff9;background-image:none;top:12.6875rem;left:36.0625rem;border-top:0.0625rem dashed #ffffff;border-left:0;border-right:0;border-bottom:0;display:block; }
#uhe18qHZKIT2HbgLzUnG75MLxPVXq1BN { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#48e3ff;background-image:none;top:9.0625rem;left:3.3125rem;display:block; }
#QwWF9gQbieb8S8lFlNuBVvuzHUu41hyF { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#48e3ff;background-image:none;top:9.0625rem;left:26.875rem;display:block; }
#FIAiEI8BugwOK7BndGOHx9N5TsaPvIl1 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#48e3ff;background-image:none;top:9.0625rem;left:50.375rem;display:block; }
#HVBOhUWGf06TG5rG6hkZeBLmVCAkheZr { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.6875rem;left:3.90625rem; }
#TeRAOP0gA1tpJMMm2R3A03pinaOwKTWh { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10rem;left:27.8125rem; }
#KqxWo8nL1Z4sfRX9rnchrK1tumEm4S2Z { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.6875rem;left:50.96875rem; }
#NQZioBERdbNlPwtswRf0bFEKe7agCVTB { position:relative;display:block; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB { background-color: transparent; background-image: none; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row .container > .video-iframe-container { display: none; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row > .video-iframe-container { display: none; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .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); }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB { border-width: 0; border-radius: 0; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .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; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#fvKRJs39byf2GxHo8lwOFW1p38qUCXez { color:#526ff9;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n { position:relative;display:block; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n { background-color: transparent; background-image: none; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row .container > .video-iframe-container { display: none; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row > .video-iframe-container { display: none; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .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); }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n { border-width: 0; border-radius: 0; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .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; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GC7we2vPMTPJ7lHEywz6rlwmS4U31nTA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20.5rem;top:1.78125rem;left:4.75rem;overflow:hidden;display:block; }
#WHdeOIWXB3DZrGLSgJsfuAyWGpgOFUWG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:18.625rem;top:0.625rem;left:30rem;overflow:hidden;display:block; }
#BE1tFokhon5JlElpGnyySKCTMihFl613 { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#LUz0UPi1UCnGwIJKtPGu8ytWvoMkuwUJ { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.09375rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#ks3ceUTrTVygRDbQv4aaaxp7RnESDIwF { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#rhoTEKDBx9K8aPia3medlWhMUqZF0bv6 { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX { position:relative;display:block; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX { background-color: transparent; background-image: none; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row .container > .video-iframe-container { display: none; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row > .video-iframe-container { display: none; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .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); }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX { border-width: 0; border-radius: 0; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .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; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .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:2.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r6RIkRDnQ4VKTQJizdLTDwVJQTE4HEMH { color:#3ec0d8;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:2.3125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 { position:relative;display:block; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 { background-color: transparent; background-image: none; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row .container > .video-iframe-container { display: none; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row > .video-iframe-container { display: none; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .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); }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 { border-width: 0; border-radius: 0; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .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; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lfSCSUc956UaZtq8pr5hUKPh8C9COGAn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20.5rem;top:1.78125rem;left:4.75rem;overflow:hidden;display:block; }
#w9xazzICvMWOyXzWG7l8QdZRXcDz3cDl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:17.8125rem;top:0.625rem;left:30rem;overflow:hidden;display:block; }
#blNyBDxI0eCubvgf77nLoaGINpSJtAkZ { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#hsvOKhGuLyidVrJ5WE7h9aCbgy3GdTWR { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#uEr1AHgarnk2zyT7PzwwxvZ7G6CQxUn3 { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#DER1Mof6C4xt2k2hdNokXTw6HzLezSXV { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG { position:relative;display:block; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG { background-color: transparent; background-image: none; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row .container > .video-iframe-container { display: none; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row > .video-iframe-container { display: none; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .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); }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG { border-width: 0; border-radius: 0; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .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; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .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:2.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HFZuTiDiLQVUJhz05ClouaFRX0DbL57x { color:#3ec0d8;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:2.3125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG { position:relative;display:block; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG { background-color: transparent; background-image: none; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row .container > .video-iframe-container { display: none; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row > .video-iframe-container { display: none; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .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); }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG { border-width: 0; border-radius: 0; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .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; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XB4y6epd8RvZz9n4vq7WdU7pcLPRokcc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:20.5625rem;top:2.21875rem;left:4.71875rem;overflow:hidden;display:block; }
#ucXbxi3cg9n3NgBa8WdVxyJMEIhOECBR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:24.1875rem;top:1.6875rem;left:30rem;overflow:hidden;display:block; }
#NTOxlIgEFAOPoId8V35Bbr2rwGFTOz1N { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#qzbLrLzP29siU8vUiKkXe3JvCqO70vk8 { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#z2wBELV3I8AvtHbKGqNEBE7Q43gWRu4d { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.125rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#vWMfXvq1g2F1hipdXWVdi4QEqqP2Oxc7 { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo { position:relative;display:block; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo { background-color: transparent; background-image: none; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row .container > .video-iframe-container { display: none; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row > .video-iframe-container { display: none; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .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); }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo { border-width: 0; border-radius: 0; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .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; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .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:2.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JIQXeRLzK1ywvgOcvy2t7UdqrSBhF79R { color:#3ec0d8;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:2.3125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq { position:relative;display:block; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq { background-color: transparent; background-image: none; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row .container > .video-iframe-container { display: none; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row > .video-iframe-container { display: none; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .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); }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq { border-width: 0; border-radius: 0; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .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; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XP98OKval2ObwtvGk2hh5TEcEpUGrzna { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:20.3125rem;top:0.96875rem;left:4.84375rem;overflow:hidden;display:block; }
#Ey8uheDhaeXTWsNlDtSvBeank7c1UJnC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:22.75rem;top:1.875rem;left:30.6875rem;overflow:hidden;display:block; }
#X85rRq1b0rOLaOctRMyQNr6dGSmFDEdO { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#LkTabZLUmJltfgf1H326uVkg5cQn6Nv7 { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#Lno6wWFxOQVCNvQ0sOU6wBOpFq6JyG4L { color:#585858;display:block;width:24.9375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.125rem;left:30.75rem;height:1.5rem;font-style:normal;display:block; }
#rqL5b6SA8Imv7xB9TgDSaLr4e7wALMZi { color:#585858;display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:30.75rem;height:1.9375rem;font-style:normal;display:block; }
#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 { position:relative;display:block; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 { background-color: transparent; background-image: none; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row .container > .video-iframe-container { display: none; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row > .video-iframe-container { display: none; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .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); }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 { border-width: 0; border-radius: 0; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .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; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#UBAiO8nHKTRNEmkkarb0tgmIxPeRAIFD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#NAWwMUCJaXHMhTWDAr66QRZ37g1I9VMb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:22.3125rem;overflow:hidden;display:block; }
#y5BRFKL7LUNpLV24IaWUErwRJHBNNUK8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:43.5rem;overflow:hidden;display:block; }
#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#526ff9;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; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container { background-color: transparent; background-image: none; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container > .video-iframe-container { display: none; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row > .video-iframe-container { display: none; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .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); }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container { border-width: 0; border-radius: 0; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#faLemd6Rb7b331NmzcZugTUObR58ftTM { box-sizing:content-box;height:11.5625rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#48e3ff;background-image:none;top:2.6875rem;left:0rem;box-shadow: none;display:block; }
#o32ziPxriOKf8fth3bJZhTgafTabAcid { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:2.9375rem;left:14.875rem;height:4.0625rem;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; }
#m0amDcSxem3A9sQtuwmIgJp8n3PM1x3P { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);top:8.4375rem;left:14.875rem;height:5.5rem;display:block; }
#lSKmTLAke36ookWcGWTgRd1E24DRQW7D { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5rem;left:2.34375rem; }
#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -moz-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -ms-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -o-linear-gradient(125deg, #516ff9, #3bcdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );";background-image: linear-gradient(125deg, #516ff9, #3bcdd2);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container { background-color: transparent; background-image: none; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container > .video-iframe-container { display: none; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row > .video-iframe-container { display: none; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .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); }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container { border-width: 0; border-radius: 0; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container { font-size:0.875rem;font-family:arial;height:197.625rem;width:60rem;position:relative;display:block; }#EpgeudrSlZoa8bb95XzsTapiDQThgnr8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.25rem;width:59.875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#S2q4MHiD5IheN8xhs8U5NVOcANpvK9aV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.5rem;width:59.875rem;top:46.75rem;left:0rem;overflow:hidden;display:block; }
#Wk2cUCAmFyTrq3TGvdeZgvnslasfxDr1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:60rem;top:93.5rem;left:0rem;overflow:hidden;display:block; }
#wCTgEe4QLSTyEGO39cg2lBuDS8PPENqx { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:60rem;top:117rem;left:0rem;overflow:hidden;display:block; }
#xfK4ryi6RNoDHdXoSiASwo4HAsOTrxfH { position:absolute;display:block;z-index:15030;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.4375rem;width:60rem;top:143.125rem;left:0rem;overflow:hidden;display:block; }
#yiQLPon0zhxG7Um7ax5NMk1XWTkRxvuA { position:absolute;display:block;z-index:15031;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.4375rem;width:60rem;top:169.5rem;left:0rem;overflow:hidden;display:block; }
#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL { position:relative;display:block; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL { background-color: transparent; background-image: none; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row .container > .video-iframe-container { display: none; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row > .video-iframe-container { display: none; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .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); }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL { border-width: 0; border-radius: 0; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .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; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#ZlotQ8bCOr5OBkWkxA4NMcWAei3ZbteJ { color:#526ff9;display:block;width:60rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wx2xJ2ltUiEH9y9DNNOUsVWJqgUJzbmc { color:#3ec0d8;display:block;width:31.4375rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.05);top:7.1875rem;left:14.3125rem;height:1.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 { position:relative;display:block; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 { background-color: transparent; background-image: none; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row .container > .video-iframe-container { display: none; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row > .video-iframe-container { display: none; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .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); }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 { border-width: 0; border-radius: 0; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .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; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PRTLFIKqKMvBTmdtrQ3kXZp5MoqbNzbL { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#kGtqgnxX5Stme4WHNKtBxkgXfoME9gwD { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:11.25rem;height:2rem;font-style:normal;display:block; }
#hny9QCJ3vcZpAKf3whDXdXTe2GDItKNZ { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.25rem;height:6.5rem;font-style:normal;display:block; }
#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR { position:relative;display:block; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR { background-color: transparent; background-image: none; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row .container > .video-iframe-container { display: none; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row > .video-iframe-container { display: none; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .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); }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR { border-width: 0; border-radius: 0; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .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; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PW4pH8FKEodEinPuxigeqvPt8zqObEtd { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#rPOkEQaiRgh4T59Cn9PaKHXEkoM0GVtC { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:11.3125rem;height:2rem;font-style:normal;display:block; }
#zHQzSmCgzK1zOHyDcqoWQggaISG1NDUe { color:#585858;display:block;width:43.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.3125rem;height:4.875rem;font-style:normal;display:block; }
#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt { position:relative;display:block; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt { background-color: transparent; background-image: none; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row .container > .video-iframe-container { display: none; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row > .video-iframe-container { display: none; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .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); }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt { border-width: 0; border-radius: 0; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .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; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HuTgVqfKZCyO7BfPVuCEyT1v44NIJHGP { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#XEBGqTGfWlDLP7og1DOoVVoQoUOwUyRx { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:11.25rem;height:2rem;font-style:normal;display:block; }
#XPNIpRZaVQDwnVLbsZf8Mds07JqvASzX { color:#585858;display:block;width:40.5rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.25rem;height:4.875rem;font-style:normal;display:block; }
#kewRUwiKsf24gVCP9TlbCu80TU5NP14x { position:relative;display:block; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x { background-color: transparent; background-image: none; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row .container > .video-iframe-container { display: none; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row > .video-iframe-container { display: none; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .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); }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x { border-width: 0; border-radius: 0; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .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; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IficVyDP5hu8kTCXHtQnp3M5nfTGTxPc { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#yt7ysQi20xWwRKQRKOktxs6vNP7PJUFU { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:11.25rem;height:2rem;font-style:normal;display:block; }
#Wi3wKNF4IcOrs14gBuVbzB92uezF0CUd { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.25rem;height:6.5rem;font-style:normal;display:block; }
#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS { position:relative;display:block; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS { background-color: transparent; background-image: none; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row .container > .video-iframe-container { display: none; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row > .video-iframe-container { display: none; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .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); }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS { border-width: 0; border-radius: 0; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .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; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BJCzKmpmUcvWSzo48ZPOggadv5DQgFLR { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#WVSfmU90WQvOJsVJfSFZ9DWdlI48ONK1 { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:11.1875rem;height:2rem;font-style:normal;display:block; }
#yUT1Of92arAmbrxXwT096NyI6EyqrbDF { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.1875rem;height:4.875rem;font-style:normal;display:block; }
#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm { position:relative;display:block; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm { background-color: transparent; background-image: none; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row .container > .video-iframe-container { display: none; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row > .video-iframe-container { display: none; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .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); }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm { border-width: 0; border-radius: 0; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .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; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UqJPy2qIkmVAZpFyGv0vKU8U148tENhX { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#RZzWSEwLNeFGJ2UBBQsCObVxeXpzAtAE { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:11.4375rem;height:2rem;font-style:normal;display:block; }
#nfxNJBhwzQdrixKdXnC4V95M6fBZhvTf { color:#585858;display:block;width:37.125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.4375rem;height:4.875rem;font-style:normal;display:block; }
#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 { position:relative;display:block; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 { background-color: transparent; background-image: none; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row .container > .video-iframe-container { display: none; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row > .video-iframe-container { display: none; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .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); }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 { border-width: 0; border-radius: 0; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .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; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sz3vX7bmeo4dwrTgpUPNPZZAtvJHskuu { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#EeSqudlpJOJ6prdcZvEymp1vkynXAUMT { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.4375rem;height:2rem;font-style:normal;display:block; }
#vcqyTPMR1Rw1LNbcKoMRA2Pw3DZmICab { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:11.4375rem;height:6.5rem;font-style:normal;display:block; }
#V06GE4rILw4fE47HfowpUEw280nmzTu3 { position:relative;display:block; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 { background-color: transparent; background-image: none; }#V06GE4rILw4fE47HfowpUEw280nmzTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row .container > .video-iframe-container { display: none; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row > .video-iframe-container { display: none; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .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); }#V06GE4rILw4fE47HfowpUEw280nmzTu3 { border-width: 0; border-radius: 0; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .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; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pJ5QZog0TgI3H9T4hLFlKKeWnZTicehf { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#VfNpMRpau6pWpvdTPBEOLg91boZXcbOz { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.1875rem;height:2rem;font-style:normal;display:block; }
#rqstGqMsEXyrqFPFDQt0EHlNkHn8kkMn { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:11.1875rem;height:9.75rem;font-style:normal;display:block; }
#rVieXrpV2BLMetIpiVrX9nuTVuThlfow { position:relative;display:block; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow { background-color: transparent; background-image: none; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row .container > .video-iframe-container { display: none; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row > .video-iframe-container { display: none; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .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); }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow { border-width: 0; border-radius: 0; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .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; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QfPOcherZ7TPlecQ1goMENixby7dKAo1 { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#ipo2I9WmGznAVnpuPIgeOTqdtIq0A4fB { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.25rem;height:2rem;font-style:normal;display:block; }
#UODsBeMAC8ic7y9KppHbyAmHCCRQVOfB { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:11.25rem;height:3.25rem;font-style:normal;display:block; }
#BfmiU40E82PqW5SXVkXVWmwovu5acCBk { position:relative;display:block; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk { background-color: transparent; background-image: none; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row .container > .video-iframe-container { display: none; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row > .video-iframe-container { display: none; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .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); }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk { border-width: 0; border-radius: 0; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .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; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WCnIwaLAAdfsva2wXd9iHMlkcOeyKQqo { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.6875rem;left:0rem; }
#mn4SG3onKN1b5z05Et9Xtl3RfGfupP71 { color:#526ff9;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.3125rem;height:2rem;font-style:normal;display:block; }
#xGMIocoaDd51MpOre6yITf01pmtR9aZS { color:#585858;display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:11.3125rem;height:8.125rem;font-style:normal;display:block; }
#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -moz-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -ms-linear-gradient(125deg, #516ff9, #3bcdd2);background-image: -o-linear-gradient(125deg, #516ff9, #3bcdd2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#516ff9', endColorstr='#3bcdd2' );";background-image: linear-gradient(125deg, #516ff9, #3bcdd2);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container { background-color: transparent; background-image: none; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container > .video-iframe-container { display: none; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row > .video-iframe-container { display: none; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .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); }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container { border-width: 0; border-radius: 0; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:60rem;position:relative;display:block; }#qXPn8rF6UfJuWQKVXXh9cgHHTldA0GVT { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:prompt;font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);top:5.125rem;left:7.03125rem;height:4.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vWqV21Xg5Ii8p3x6KbfMD6iP7MwTcxEo { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);top:11.6875rem;left:10.59375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrFDfvchcTXggXUxg1gMeO9xJTI555fm { position:absolute;display:block;z-index:15002;height:19.9375rem;width:35.8125rem;top:19.625rem;left:12.09375rem;display:block; }
#xsrPBXN98MHs6pEZDzCLdFGRS748glC7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10rem;width:18.875rem;top:56.875rem;left:41.125rem;display:block; }
#l995tzWTOz1B4J175VlcdkQnS7oHtInh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10rem;width:18.875rem;top:56.875rem;left:20.5625rem;display:block; }
#PwCJKaA8FEDCH00SrHl6JnvLhXwsdguR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10rem;width:18.875rem;top:56.875rem;left:0rem;display:block; }
#pJHQTtCOTc6NEtWrg07dei9PN2dSdgTl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.0625rem;left:17.75rem;display:block; }
#bTPPgL3bCGvGXwTDGaQtHRT1TbTv9IKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRL5EQgs9LrdGuatiKOv1ua62zfTyaZe { 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:15009;opacity:1;top:49.6875rem;left:15.625rem; }
#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 { position:relative;display:block; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 { background-color: transparent; background-image: none; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row .container > .video-iframe-container { display: none; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row > .video-iframe-container { display: none; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .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); }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 { border-width: 0; border-radius: 0; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .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; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#ggc7AT0HQQNpkXVKcSzOsDw1Xc7Zwqzb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#RrqhkE5ngWrdSzN0eXu9KuVcDfbsANgr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:22.3125rem;overflow:hidden;display:block; }
#GTKgWlg6W52Bp2lywZnlU3BJw4eOdeOU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:3.28125rem;left:43.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:0rem;left:17.03125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:20.1875rem;left:0rem;width:31.5625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:13.6875rem;left:0rem;width:31.5625rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:28.4375rem;left:0rem;width:30rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioR0yBXoJpL9rznSovNdRnmQfJZuppFQ { top:8.3125rem;left:6.75rem;width:39.625rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbDkeiEzH9RCJ3rMQrc31TfitnkTtykz { top:33.5rem;left:0rem;width:30rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak5h6iG1m9CphTC997wIqSpE1F912syU { top:38.5625rem;left:0rem;width:28.125rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEXV77EpJJasSscpVnivPXr0yBe7iQRX { top:8.6875rem;left:0rem;width:47.75rem;height:13.976822916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvHk50NgTWT9onWgVXo5TAZ2M84strGz { display:block; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSAzz9k2sZFdhxA9x4aT3kJmQTtKGM0x { top:3.25rem;left:0rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzcBStFAsFGzEcfFmrKs7ld1UlrPxnBW { top:3.25rem;left:15.25rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOZH1AzBhl10eaMi0oms2x7ThXbD0lo { top:3.25rem;left:31.125rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:4.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { top:15.8125rem;left:11.375rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:16.9375rem;left:3.84375rem;width:10.125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:29.8125rem;left:0.34375rem;width:12.5625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:42rem;left:9rem;width:10.5rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:16.9375rem;left:35.1875rem;width:12.5625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:29.8125rem;left:36.0625rem;width:11.6875rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:42rem;left:34.1875rem;width:11.5rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLDgCTDVkcgSpLJKFyo4WSDvO9KmcVNT { top:15.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytciq1mNTqt7gSNmGb9M0KfRx3mNOus { top:15.875rem;left:33.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTUvGD0EWA2uTq7kZpdTJzmxBTZKAPo { top:28.75rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXdG5VNTIaAnneIwz3U1C3uqw9RTazp { top:40.9375rem;left:2.59375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF3Ww2Xe5ZfDBgXx5XtqhS4bw0A30rXt { top:28.75rem;left:35.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAaWT9aCJRi52BqE3FTmpsI0mavQZW7 { top:40.9375rem;left:27.625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xUKa826VUam8xAoDAIrHNgh2bvqpnZ { top:41.5625rem;left:3.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIlDg35KlBt9XKZNEmvNXvK1EAoAWcO5 { top:29.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0bGLRkbNk7pPsVP7mZ0WI6NLZcbUBFu { top:16.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgkzTuWEo45Qy3BJnptJAQ6PkTT3v8J { top:29.375rem;left:36.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT5QERCuz6tGLb5bL0GPa7TFgcv5hg6s { top:41.875rem;left:28.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMH9pRkWknARX373sQX6lVGRLbvInvmB { top:16.5rem;left:34.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtT4FOhtyhqnXmn0MD9xZKM328n94WMc { display:block; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7a9g9I7rRcqReb7qukF36XVz0oGZy2g { top:3.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZVFcrGFWE3OQ7ACQWNz55NpDiJ5rnT7 { top:7.1875rem;left:5.53125rem;width:35.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3V4BbO9DTM5opDKwpmHZNnWWzWidSfG { top:1.25rem;left:17.0625rem;width:30.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR { display:block; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I53aRWwGflkTQF3UGJSzxtlL3iqGXt7m { top:0rem;left:17.03125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F35rtiC0Mx1HU8xcFlwAF8rLOFRZo3r3 { top:13.6875rem;left:0rem;width:26.625rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAiuTRueT0uOsTFuLQJK677IbNaFCHkr { top:5.4375rem;left:12.5625rem;width:35.125rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZNJ53oU7gD4ofBvTv1w75Wc152kNgm { top:21.5625rem;left:0rem;width:28.3125rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtO9vJFDMbPEdkTKm2SI7UyKIZErbQa { top:29.375rem;left:0rem;width:28.5rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbgMqpMiCJ1RZmpmv1Sxl3rEK3I3D2oP { top:37.1875rem;left:0rem;width:23.625rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDokpiddX8HiXZ4um3TfKKXBSHX4zUGN { top:13.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiuFaAckSxIqJrymfCRNUsSTN48VaD1v { top:21.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnKGiTIrDMhlleS3Z9cITauXlIL6o0O { top:29.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxKEnIByrmeCd7ClhLsIAKdhQBpFLuWX { top:37.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { top:16.1875rem;left:0rem;width:12.8125rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { top:16.1875rem;left:18.625rem;width:10.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { top:16.1875rem;left:34.6875rem;width:13.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGy8xH9WTdo8y7FH9cmTOGHqlyGF1iPA { top:12.6875rem;left:7.3125rem;width:8.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkZR7zIdNvnIRwrx9cgHB6XiQax1OAG { top:12.6875rem;left:29.9375rem;width:8.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwVeOrdTvGBfMqciVbbN5TuBwaklAWty { top:9.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7lTCnqcXHOZ6H46K2LsR3DgBGeobNN { top:9.0625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQcf7dbbUNczmJhfNDxRNhZOHoh7Xc5 { top:9.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUthpPOuUkHJNGLmpktGeGOtQS3WpD9M { top:9.6875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4GRfJpv5ldk8MdB1Nw0PTpPOADDKIx3 { top:10.3125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKot24fxPqmHo2kP5skcTFQvtJvxcBwg { top:10rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV { display:block; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff2onrOus3ex9GZvbHcUliwlQamMUaDd { top:3.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV { display:block; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToThrXe5EWwd5k4igmgeg0hMwUSVsK9S { top:1.875rem;left:3.375rem;width:20.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCE8MZv5PwZ64VCVA0F0LqvOJsLC9H36 { top:0.625rem;left:23.875rem;width:18.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhCAuckcOewuzkhVHU6dcdaVKRgdPIE { top:7rem;left:23.875rem;width:23.25rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSvN7GcuTra6RXobxIOw9OS7yiFpcab { top:0.625rem;left:0rem;width:6.25rem;height:9.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU { display:block; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQve152TeM3aVDTh5JkC3Szb2W8R9KM2 { top:1.875rem;left:3.375rem;width:20.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Vz8AHcanCefD4Z2BqFXHAeyCW5orrs { top:0.625rem;left:23.875rem;width:17.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBlgPG5hhlb7w3amgMZdRgGz01908RA { top:7rem;left:18.5625rem;width:29.1875rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NIhuGFmoLVfw3DD4Mnce9bS9bOnEXa { top:0.625rem;left:0rem;width:6.25rem;height:9.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 { display:block; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzIyox6JkF4Wi1eheQ4eBCc4z1chZom6 { top:7rem;left:18.5625rem;width:29.1875rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOTcatKosBnbiH1p1bRF9BS99FAU234n { top:0.625rem;left:0rem;width:6.25rem;height:9.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJZzcp9MM54Ne01EZAIlZAalDIs8E5C { top:2.3125rem;left:3.3125rem;width:20.5625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnFTTRdu1dq7NMvcPQXLgb1cQDmBmlf { top:1.6875rem;left:23.5625rem;width:24.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zAb3bVtggvv3PJM3et2xAebztZ7wAN { display:block; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZM4L1G351HwKeWo33u4DE27hPyrEq19 { top:1.875rem;left:3.4375rem;width:20.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afqq5yemPqbzXvWB9UQcM1ygNmTpVVia { top:7rem;left:18.5625rem;width:29.1875rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIATs4unbg3wJXHmsK0gxnh9CNWpP5b { top:0.625rem;left:0rem;width:6.25rem;height:9.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnC8B0wBlyUkqfeToa2H0ZVgxMdw4hGL { top:1.875rem;left:23.875rem;width:22.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 { display:block; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5fpTKmlC7Qbc4hHGPRf74pCA1eQZ1Tk { top:12.875rem;left:0rem;width:26.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etgBg1Fum0ypdQ6lTlP0l4hPRONDIFtg { top:4.25rem;left:4.3125rem;width:43.4375rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9qAMEFPtbsq42Bdn9TgEs4MJkBJyNm { top:20.8125rem;left:0rem;width:28.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaNy7MAIkHOPqzHlvnM1uCCq77Wv13Be { top:27.75rem;left:0rem;width:28.5rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRS7AOIe3K3GFbKCtLH2EdEIPF6flF96 { top:35.5625rem;left:0rem;width:23.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkPPHQS51HroEpzhNW0g4nBOEHuDxz74 { top:13.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKD7izJDOwTqXQSrSRTL5CQLEm467Icb { top:20.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1dGAMzSaePQ6eughZnZk0gQbMyrSwR9 { top:28.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqxtSZGW7HEC5Gu2dWxC78UQyoCIr1Uq { top:36rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLiKLPLNBrRtHsRwvXgOXkMAepo9yiiM { top:3.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN { display:block; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Or0liwsdfSrqKW1xPEEb4KGHere8mZ { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNy04XiZsocT8aPpy3SmeOLGgXI9pSIQ { top:16.1875rem;left:0rem;width:12.8125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAItTgZqxdy7dt3MoTQ6zuzaNK84fIdS { top:16.1875rem;left:17.875rem;width:12rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCR37D1z6x0Dw8h2sAPsFOtvbb2xVzFx { top:16.1875rem;left:34.6875rem;width:13.0625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rID0rai9y287VxhFbvaFayXCgTDp3mAy { top:12.6875rem;left:7.3125rem;width:8.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ7TrEvKRZQDycCXnfyGrlBOelRVa1U { top:12.6875rem;left:29.9375rem;width:8.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhe18qHZKIT2HbgLzUnG75MLxPVXq1BN { top:9.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWF9gQbieb8S8lFlNuBVvuzHUu41hyF { top:9.0625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIAiEI8BugwOK7BndGOHx9N5TsaPvIl1 { top:9.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVBOhUWGf06TG5rG6hkZeBLmVCAkheZr { top:9.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRAOP0gA1tpJMMm2R3A03pinaOwKTWh { top:10rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxWo8nL1Z4sfRX9rnchrK1tumEm4S2Z { top:9.6875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQZioBERdbNlPwtswRf0bFEKe7agCVTB { display:block; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvKRJs39byf2GxHo8lwOFW1p38qUCXez { top:3.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n { display:block; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GC7we2vPMTPJ7lHEywz6rlwmS4U31nTA { top:1.75rem;left:1.6875rem;width:20.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHdeOIWXB3DZrGLSgJsfuAyWGpgOFUWG { top:0.625rem;left:23.875rem;width:18.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE1tFokhon5JlElpGnyySKCTMihFl613 { top:7rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUz0UPi1UCnGwIJKtPGu8ytWvoMkuwUJ { top:9.0625rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks3ceUTrTVygRDbQv4aaaxp7RnESDIwF { top:15rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhoTEKDBx9K8aPia3medlWhMUqZF0bv6 { top:12.875rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX { display:block; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6RIkRDnQ4VKTQJizdLTDwVJQTE4HEMH { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAAnflvcB6q6ZhThZZGPsnORySVX0x97 { display:block; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfSCSUc956UaZtq8pr5hUKPh8C9COGAn { top:1.75rem;left:1.6875rem;width:20.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9xazzICvMWOyXzWG7l8QdZRXcDz3cDl { top:0.625rem;left:23.875rem;width:17.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blNyBDxI0eCubvgf77nLoaGINpSJtAkZ { top:15rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsvOKhGuLyidVrJ5WE7h9aCbgy3GdTWR { top:12.875rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEr1AHgarnk2zyT7PzwwxvZ7G6CQxUn3 { top:9.125rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DER1Mof6C4xt2k2hdNokXTw6HzLezSXV { top:7rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lf8118pDHsdLw7Z4pgHBI578WkhOrG { display:block; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFZuTiDiLQVUJhz05ClouaFRX0DbL57x { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG { display:block; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB4y6epd8RvZz9n4vq7WdU7pcLPRokcc { top:2.1875rem;left:1.65625rem;width:20.5625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXbxi3cg9n3NgBa8WdVxyJMEIhOECBR { top:1.6875rem;left:23.5625rem;width:24.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOxlIgEFAOPoId8V35Bbr2rwGFTOz1N { top:15rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzbLrLzP29siU8vUiKkXe3JvCqO70vk8 { top:12.875rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wBELV3I8AvtHbKGqNEBE7Q43gWRu4d { top:9.125rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWMfXvq1g2F1hipdXWVdi4QEqqP2Oxc7 { top:7rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo { display:block; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIQXeRLzK1ywvgOcvy2t7UdqrSBhF79R { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vzHgWweofUuKSqkTT1M3rog2t7mvTq { display:block; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XP98OKval2ObwtvGk2hh5TEcEpUGrzna { top:0.9375rem;left:1.78125rem;width:20.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8uheDhaeXTWsNlDtSvBeank7c1UJnC { top:1.875rem;left:23.875rem;width:22.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85rRq1b0rOLaOctRMyQNr6dGSmFDEdO { top:15rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTabZLUmJltfgf1H326uVkg5cQn6Nv7 { top:12.875rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lno6wWFxOQVCNvQ0sOU6wBOpFq6JyG4L { top:9.125rem;left:22.8125rem;width:24.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqL5b6SA8Imv7xB9TgDSaLr4e7wALMZi { top:7rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 { display:block; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBAiO8nHKTRNEmkkarb0tgmIxPeRAIFD { top:3.25rem;left:0rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAWwMUCJaXHMhTWDAr66QRZ37g1I9VMb { top:3.25rem;left:15.25rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5BRFKL7LUNpLV24IaWUErwRJHBNNUK8 { top:3.25rem;left:31.125rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg { display:block; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLemd6Rb7b331NmzcZugTUObR58ftTM { top:2.6875rem;left:0rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32ziPxriOKf8fth3bJZhTgafTabAcid { top:2.9375rem;left:8.75rem;width:17.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0amDcSxem3A9sQtuwmIgJp8n3PM1x3P { top:8.4375rem;left:6.1875rem;width:41.5625rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSKmTLAke36ookWcGWTgRd1E24DRQW7D { top:5rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa { display:block; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpgeudrSlZoa8bb95XzsTapiDQThgnr8 { top:1.9375rem;left:0rem;width:47.75rem;height:34.491649269311rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2q4MHiD5IheN8xhs8U5NVOcANpvK9aV { top:46.75rem;left:0rem;width:47.75rem;height:36.286012526096rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2cUCAmFyTrq3TGvdeZgvnslasfxDr1 { top:93.5rem;left:0rem;width:47.75rem;height:17.707291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCTgEe4QLSTyEGO39cg2lBuDS8PPENqx { top:117rem;left:0rem;width:47.75rem;height:19.796354166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfK4ryi6RNoDHdXoSiASwo4HAsOTrxfH { top:143.125rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiQLPon0zhxG7Um7ax5NMk1XWTkRxvuA { top:169.5rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL { display:block; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlotQ8bCOr5OBkWkxA4NMcWAei3ZbteJ { top:2.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2xJ2ltUiEH9y9DNNOUsVWJqgUJzbmc { top:7.1875rem;left:8.1875rem;width:31.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 { display:block; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRTLFIKqKMvBTmdtrQ3kXZp5MoqbNzbL { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGtqgnxX5Stme4WHNKtBxkgXfoME9gwD { top:5.125rem;left:5.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hny9QCJ3vcZpAKf3whDXdXTe2GDItKNZ { top:8.75rem;left:5.125rem;width:41.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR { display:block; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW4pH8FKEodEinPuxigeqvPt8zqObEtd { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPOkEQaiRgh4T59Cn9PaKHXEkoM0GVtC { top:5.9375rem;left:5.1875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQzSmCgzK1zOHyDcqoWQggaISG1NDUe { top:9.5625rem;left:4.25rem;width:43.5rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt { display:block; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuTgVqfKZCyO7BfPVuCEyT1v44NIJHGP { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEBGqTGfWlDLP7og1DOoVVoQoUOwUyRx { top:5.9375rem;left:5.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNIpRZaVQDwnVLbsZf8Mds07JqvASzX { top:9.5625rem;left:5.125rem;width:40.5rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewRUwiKsf24gVCP9TlbCu80TU5NP14x { display:block; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IficVyDP5hu8kTCXHtQnp3M5nfTGTxPc { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt7ysQi20xWwRKQRKOktxs6vNP7PJUFU { top:5.125rem;left:5.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3wKNF4IcOrs14gBuVbzB92uezF0CUd { top:8.75rem;left:5.125rem;width:41.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS { display:block; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJCzKmpmUcvWSzo48ZPOggadv5DQgFLR { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVSfmU90WQvOJsVJfSFZ9DWdlI48ONK1 { top:5.9375rem;left:5.0625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT1Of92arAmbrxXwT096NyI6EyqrbDF { top:9.5625rem;left:5.0625rem;width:41.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm { display:block; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqJPy2qIkmVAZpFyGv0vKU8U148tENhX { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZzWSEwLNeFGJ2UBBQsCObVxeXpzAtAE { top:5.9375rem;left:5.3125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfxNJBhwzQdrixKdXnC4V95M6fBZhvTf { top:9.5625rem;left:5.3125rem;width:37.125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 { display:block; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz3vX7bmeo4dwrTgpUPNPZZAtvJHskuu { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeSqudlpJOJ6prdcZvEymp1vkynXAUMT { top:4.3125rem;left:5.3125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcqyTPMR1Rw1LNbcKoMRA2Pw3DZmICab { top:7.9375rem;left:5.3125rem;width:41.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V06GE4rILw4fE47HfowpUEw280nmzTu3 { display:block; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ5QZog0TgI3H9T4hLFlKKeWnZTicehf { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfNpMRpau6pWpvdTPBEOLg91boZXcbOz { top:2.6875rem;left:5.0625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqstGqMsEXyrqFPFDQt0EHlNkHn8kkMn { top:6.3125rem;left:5.0625rem;width:41.625rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVieXrpV2BLMetIpiVrX9nuTVuThlfow { display:block; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfPOcherZ7TPlecQ1goMENixby7dKAo1 { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipo2I9WmGznAVnpuPIgeOTqdtIq0A4fB { top:6.75rem;left:5.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODsBeMAC8ic7y9KppHbyAmHCCRQVOfB { top:10.375rem;left:5.125rem;width:41.625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfmiU40E82PqW5SXVkXVWmwovu5acCBk { display:block; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCnIwaLAAdfsva2wXd9iHMlkcOeyKQqo { top:4.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4SG3onKN1b5z05Et9Xtl3RfGfupP71 { top:3.5rem;left:5.1875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGMIocoaDd51MpOre6yITf01pmtR9aZS { top:7.125rem;left:5.1875rem;width:41.625rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umb1qJHbyybFyKC5ChohHq8JfAVhmE2k { display:block; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXPn8rF6UfJuWQKVXXh9cgHHTldA0GVT { top:5.125rem;left:0.90625rem;width:45.9375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWqV21Xg5Ii8p3x6KbfMD6iP7MwTcxEo { top:11.6875rem;left:4.46875rem;width:38.8125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrFDfvchcTXggXUxg1gMeO9xJTI555fm { top:19.625rem;left:5.96875rem;width:35.8125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsrPBXN98MHs6pEZDzCLdFGRS748glC7 { top:56.875rem;left:28.875rem;width:18.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #l995tzWTOz1B4J175VlcdkQnS7oHtInh { top:56.875rem;left:14.4375rem;width:18.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwCJKaA8FEDCH00SrHl6JnvLhXwsdguR { top:56.875rem;left:0rem;width:18.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHQTtCOTc6NEtWrg07dei9PN2dSdgTl { width:26.625rem;height:3.4375rem;top:49.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTPPgL3bCGvGXwTDGaQtHRT1TbTv9IKR { display:block; }
 }@media only screen and (max-width: 763px) { #wRL5EQgs9LrdGuatiKOv1ua62zfTyaZe { top:49.6875rem;left:9.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 { display:block; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggc7AT0HQQNpkXVKcSzOsDw1Xc7Zwqzb { top:3.25rem;left:0rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrqhkE5ngWrdSzN0eXu9KuVcDfbsANgr { top:3.25rem;left:15.25rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTKgWlg6W52Bp2lywZnlU3BJw4eOdeOU { top:3.25rem;left:31.125rem;width:16.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ef95944-e645-4974-b361-02690e27d18e/ADsNOW_LPVeranda14S.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:17.5rem;height:1.625rem;top:9.5625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:17.5rem;height:2.5625rem;top:7.5625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:20rem;height:3rem;top:31.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioR0yBXoJpL9rznSovNdRnmQfJZuppFQ { width:20rem;height:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbDkeiEzH9RCJ3rMQrc31TfitnkTtykz { width:20rem;height:2.3125rem;top:34.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ak5h6iG1m9CphTC997wIqSpE1F912syU { width:16.625rem;height:4.875rem;top:37.8125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEXV77EpJJasSscpVnivPXr0yBe7iQRX { width:20rem;height:5.375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvHk50NgTWT9onWgVXo5TAZ2M84strGz { display:block; }#xvHk50NgTWT9onWgVXo5TAZ2M84strGz > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSAzz9k2sZFdhxA9x4aT3kJmQTtKGM0x { width:16.5rem;height:4.6875rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lzcBStFAsFGzEcfFmrKs7ld1UlrPxnBW { width:16.5rem;height:4.6875rem;top:7.1875rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wdOZH1AzBhl10eaMi0oms2x7ThXbD0lo { width:16.5rem;height:4.6875rem;top:13.125rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { width:16.3125rem;height:16.3125rem;top:6.75rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:8.5625rem;height:2.875rem;top:31.125rem;left:5.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:9.875rem;height:2.875rem;top:54.8125rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:10.75rem;height:2.875rem;top:78.6875rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:9.25rem;height:2.875rem;top:42.75rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:9.625rem;height:2.875rem;top:67.125rem;left:5.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:2.875rem;top:90.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLDgCTDVkcgSpLJKFyo4WSDvO9KmcVNT { width:5.625rem;height:5.625rem;top:24.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytciq1mNTqt7gSNmGb9M0KfRx3mNOus { width:5.625rem;height:5.625rem;top:36.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMTUvGD0EWA2uTq7kZpdTJzmxBTZKAPo { width:5.625rem;height:5.625rem;top:47.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXdG5VNTIaAnneIwz3U1C3uqw9RTazp { width:5.625rem;height:5.625rem;top:71.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF3Ww2Xe5ZfDBgXx5XtqhS4bw0A30rXt { width:5.625rem;height:5.625rem;top:60.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAaWT9aCJRi52BqE3FTmpsI0mavQZW7 { width:5.625rem;height:5.625rem;top:83.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xUKa826VUam8xAoDAIrHNgh2bvqpnZ { display:flex;width:4.375rem;height:4.375rem;top:72.4375rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #CIlDg35KlBt9XKZNEmvNXvK1EAoAWcO5 { display:flex;width:3.75rem;height:3.75rem;top:48.875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #n0bGLRkbNk7pPsVP7mZ0WI6NLZcbUBFu { display:flex;width:3.75rem;height:3.75rem;top:25.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #UTgkzTuWEo45Qy3BJnptJAQ6PkTT3v8J { display:flex;width:4.375rem;height:4.375rem;top:60.8125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZT5QERCuz6tGLb5bL0GPa7TFgcv5hg6s { display:flex;width:3.75rem;height:3.75rem;top:84.8125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #GMH9pRkWknARX373sQX6lVGRLbvInvmB { display:flex;width:4.375rem;height:4.375rem;top:36.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #gtT4FOhtyhqnXmn0MD9xZKM328n94WMc { display:block; }#gtT4FOhtyhqnXmn0MD9xZKM328n94WMc > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7a9g9I7rRcqReb7qukF36XVz0oGZy2g { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZVFcrGFWE3OQ7ACQWNz55NpDiJ5rnT7 { width:20rem;height:2rem;top:8rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3V4BbO9DTM5opDKwpmHZNnWWzWidSfG { width:20rem;height:4.724609375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d63e6fb3-8475-40aa-a670-8d1616175acb/ADsNOW_LPVeranda15.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR.adaptive-delivery-prevent-bg, #w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR.lazyload, #w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR.lazyloading { background-image: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { background-color: transparent; background-image: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container > .video-iframe-container { display: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row > .video-iframe-container { display: none; }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .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); }#w9vRuCigUwA2lu0BZTUGWTZyXoSX2pMR > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I53aRWwGflkTQF3UGJSzxtlL3iqGXt7m { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F35rtiC0Mx1HU8xcFlwAF8rLOFRZo3r3 { width:20rem;height:4.125rem;top:14.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAiuTRueT0uOsTFuLQJK677IbNaFCHkr { width:20rem;height:24.19140625rem;top:51.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZNJ53oU7gD4ofBvTv1w75Wc152kNgm { width:20rem;height:4.125rem;top:24.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMtO9vJFDMbPEdkTKm2SI7UyKIZErbQa { width:20rem;height:4.125rem;top:35.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbgMqpMiCJ1RZmpmv1Sxl3rEK3I3D2oP { width:20rem;height:4.125rem;top:45.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDokpiddX8HiXZ4um3TfKKXBSHX4zUGN { display:flex;width:3.125rem;height:3.125rem;top:10rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LiuFaAckSxIqJrymfCRNUsSTN48VaD1v { display:flex;width:3.125rem;height:3.125rem;top:20.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EHnKGiTIrDMhlleS3Z9cITauXlIL6o0O { display:flex;width:3.125rem;height:3.125rem;top:30.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uxKEnIByrmeCd7ClhLsIAKdhQBpFLuWX { display:flex;width:3.125rem;height:3.125rem;top:41.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { width:20rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { width:8.625rem;height:4.125rem;top:15.1875rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { width:8.625rem;height:2.75rem;top:30.4375rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { width:8.625rem;height:4.125rem;top:44.3125rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGy8xH9WTdo8y7FH9cmTOGHqlyGF1iPA { width:8.625rem;height:1.125rem;top:21.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkZR7zIdNvnIRwrx9cgHB6XiQax1OAG { width:8.625rem;height:1.125rem;top:35rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwVeOrdTvGBfMqciVbbN5TuBwaklAWty { width:6.25rem;height:6.25rem;top:7.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7lTCnqcXHOZ6H46K2LsR3DgBGeobNN { width:6.25rem;height:6.25rem;top:22.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQcf7dbbUNczmJhfNDxRNhZOHoh7Xc5 { width:6.25rem;height:6.25rem;top:36.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUthpPOuUkHJNGLmpktGeGOtQS3WpD9M { display:flex;width:5rem;height:5rem;top:36.8125rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #d4GRfJpv5ldk8MdB1Nw0PTpPOADDKIx3 { display:flex;width:3.75rem;height:3.75rem;top:23.5625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #QKot24fxPqmHo2kP5skcTFQvtJvxcBwg { display:flex;width:4.375rem;height:4.375rem;top:8rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV { display:block; }#xWQD3oOXlpSV0zRsN6otFQ4Rd88hDTKV > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff2onrOus3ex9GZvbHcUliwlQamMUaDd { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV { display:block; }#L5Khap4UG6plyqvDU0FyaIvBSrUJh9XV > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToThrXe5EWwd5k4igmgeg0hMwUSVsK9S { width:20rem;height:15.853515625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCE8MZv5PwZ64VCVA0F0LqvOJsLC9H36 { width:18.625rem;height:5.9375rem;top:20.916015625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhCAuckcOewuzkhVHU6dcdaVKRgdPIE { width:20rem;height:5.0625rem;top:26.853515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTSvN7GcuTra6RXobxIOw9OS7yiFpcab { width:6.25rem;height:4.0625rem;top:0rem;left:6.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU { display:block; }#SkTZyt50tq4lxmEyraJJ8RPbIb5TotxU > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQve152TeM3aVDTh5JkC3Szb2W8R9KM2 { width:20rem;height:15.853515625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Vz8AHcanCefD4Z2BqFXHAeyCW5orrs { width:17.8125rem;height:5.9375rem;top:20.916015625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBlgPG5hhlb7w3amgMZdRgGz01908RA { width:20rem;height:6.75rem;top:26.853515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8NIhuGFmoLVfw3DD4Mnce9bS9bOnEXa { width:6.25rem;height:4.0625rem;top:0rem;left:6.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 { display:block; }#GZtHtJAqvGe929ogrQW4TRyT5og2xLf1 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzIyox6JkF4Wi1eheQ4eBCc4z1chZom6 { width:20rem;height:6.75rem;top:25.05078125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOTcatKosBnbiH1p1bRF9BS99FAU234n { width:6.25rem;height:4.0625rem;top:0rem;left:6.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpJZzcp9MM54Ne01EZAIlZAalDIs8E5C { width:20rem;height:14.9541015625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnFTTRdu1dq7NMvcPQXLgb1cQDmBmlf { width:20rem;height:2.2216796875rem;top:21.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zAb3bVtggvv3PJM3et2xAebztZ7wAN { display:block; }#i1zAb3bVtggvv3PJM3et2xAebztZ7wAN > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZM4L1G351HwKeWo33u4DE27hPyrEq19 { width:20rem;height:16.5537109375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afqq5yemPqbzXvWB9UQcM1ygNmTpVVia { width:20rem;height:5.0625rem;top:27.5927734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIATs4unbg3wJXHmsK0gxnh9CNWpP5b { width:6.25rem;height:4.0625rem;top:0rem;left:6.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnC8B0wBlyUkqfeToa2H0ZVgxMdw4hGL { width:20rem;height:3.3515625rem;top:22.4287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46a02166-2936-41c4-a010-baae985bcfe9/ADsNOW_LPVeranda14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3.adaptive-delivery-prevent-bg, #QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3.lazyload, #QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3.lazyloading { background-image: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { background-color: transparent; background-image: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container > .video-iframe-container { display: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row > .video-iframe-container { display: none; }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .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); }#QrTlmK1yRt7hZsXwZI896k2G8OwEMIQ3 > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5fpTKmlC7Qbc4hHGPRf74pCA1eQZ1Tk { width:20rem;height:3.25rem;top:14.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etgBg1Fum0ypdQ6lTlP0l4hPRONDIFtg { width:20rem;height:20rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9qAMEFPtbsq42Bdn9TgEs4MJkBJyNm { width:20rem;height:1.625rem;top:23.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaNy7MAIkHOPqzHlvnM1uCCq77Wv13Be { width:20rem;height:3.25rem;top:31.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRS7AOIe3K3GFbKCtLH2EdEIPF6flF96 { width:20rem;height:3.25rem;top:40.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkPPHQS51HroEpzhNW0g4nBOEHuDxz74 { display:flex;width:3.125rem;height:3.125rem;top:9.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TKD7izJDOwTqXQSrSRTL5CQLEm467Icb { display:flex;width:3.125rem;height:3.125rem;top:19.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #v1dGAMzSaePQ6eughZnZk0gQbMyrSwR9 { display:flex;width:3.125rem;height:3.125rem;top:27rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iqxtSZGW7HEC5Gu2dWxC78UQyoCIr1Uq { display:flex;width:3.125rem;height:3.125rem;top:36.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nLiKLPLNBrRtHsRwvXgOXkMAepo9yiiM { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN { display:block; }#tbNM5mESrpCZZRaPaP7pLRWw4wiZCOXN > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Or0liwsdfSrqKW1xPEEb4KGHere8mZ { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNy04XiZsocT8aPpy3SmeOLGgXI9pSIQ { width:11.5625rem;height:3.5rem;top:13.5625rem;left:4.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAItTgZqxdy7dt3MoTQ6zuzaNK84fIdS { width:11.4375rem;height:5.25rem;top:29.0625rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCR37D1z6x0Dw8h2sAPsFOtvbb2xVzFx { width:12.625rem;height:5.25rem;top:45.5rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rID0rai9y287VxhFbvaFayXCgTDp3mAy { width:8.625rem;height:1.125rem;top:19.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ7TrEvKRZQDycCXnfyGrlBOelRVa1U { width:8.625rem;height:1.125rem;top:36.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhe18qHZKIT2HbgLzUnG75MLxPVXq1BN { width:6.25rem;height:6.25rem;top:5.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWF9gQbieb8S8lFlNuBVvuzHUu41hyF { width:6.25rem;height:6.25rem;top:20.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIAiEI8BugwOK7BndGOHx9N5TsaPvIl1 { width:6.25rem;height:6.25rem;top:37.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVBOhUWGf06TG5rG6hkZeBLmVCAkheZr { display:flex;width:5rem;height:5rem;top:6.125rem;left:7.46875rem; }
 }@media only screen and (max-width: 763px) { #TeRAOP0gA1tpJMMm2R3A03pinaOwKTWh { display:flex;width:4.375rem;height:4.375rem;top:21.75rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #KqxWo8nL1Z4sfRX9rnchrK1tumEm4S2Z { display:flex;width:5rem;height:5rem;top:38rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #NQZioBERdbNlPwtswRf0bFEKe7agCVTB { display:block; }#NQZioBERdbNlPwtswRf0bFEKe7agCVTB > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvKRJs39byf2GxHo8lwOFW1p38qUCXez { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n { display:block; }#JA15VmAhdD3FyUHShbIyTViLfTNqgJ0n > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GC7we2vPMTPJ7lHEywz6rlwmS4U31nTA { width:20rem;height:15.853515625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHdeOIWXB3DZrGLSgJsfuAyWGpgOFUWG { width:18.625rem;height:5.9375rem;top:17.103515625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE1tFokhon5JlElpGnyySKCTMihFl613 { width:20rem;height:1.75rem;top:24.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUz0UPi1UCnGwIJKtPGu8ytWvoMkuwUJ { width:20rem;height:1.25rem;top:26.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks3ceUTrTVygRDbQv4aaaxp7RnESDIwF { width:20rem;height:1.25rem;top:30.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhoTEKDBx9K8aPia3medlWhMUqZF0bv6 { width:20rem;height:1.75rem;top:28.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX { display:block; }#bUnvzf70lZa9GLKUOVAUwgrg4or7uGGX > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6RIkRDnQ4VKTQJizdLTDwVJQTE4HEMH { width:20rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAAnflvcB6q6ZhThZZGPsnORySVX0x97 { display:block; }#EAAnflvcB6q6ZhThZZGPsnORySVX0x97 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfSCSUc956UaZtq8pr5hUKPh8C9COGAn { width:20rem;height:15.853515625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9xazzICvMWOyXzWG7l8QdZRXcDz3cDl { width:17.8125rem;height:5.9375rem;top:17.103515625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blNyBDxI0eCubvgf77nLoaGINpSJtAkZ { width:20rem;height:1.25rem;top:30rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsvOKhGuLyidVrJ5WE7h9aCbgy3GdTWR { width:20rem;height:1.75rem;top:28.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEr1AHgarnk2zyT7PzwwxvZ7G6CQxUn3 { width:20rem;height:1.25rem;top:25.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DER1Mof6C4xt2k2hdNokXTw6HzLezSXV { width:20rem;height:1.75rem;top:23.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9lf8118pDHsdLw7Z4pgHBI578WkhOrG { display:block; }#s9lf8118pDHsdLw7Z4pgHBI578WkhOrG > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFZuTiDiLQVUJhz05ClouaFRX0DbL57x { width:20rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG { display:block; }#JasqfkHAQm7RJKzhfmed2OrO6y8pG8QG > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB4y6epd8RvZz9n4vq7WdU7pcLPRokcc { width:20rem;height:14.9541015625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXbxi3cg9n3NgBa8WdVxyJMEIhOECBR { width:20rem;height:2.2216796875rem;top:17.8291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOxlIgEFAOPoId8V35Bbr2rwGFTOz1N { width:20rem;height:1.1875rem;top:28.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzbLrLzP29siU8vUiKkXe3JvCqO70vk8 { width:20rem;height:1.75rem;top:27rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2wBELV3I8AvtHbKGqNEBE7Q43gWRu4d { width:20rem;height:1.25rem;top:24.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWMfXvq1g2F1hipdXWVdi4QEqqP2Oxc7 { width:20rem;height:1.75rem;top:22.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo { display:block; }#l6VDlBv15WBAb9zNi6V6mIIsws1kKLQo > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIQXeRLzK1ywvgOcvy2t7UdqrSBhF79R { width:20rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3vzHgWweofUuKSqkTT1M3rog2t7mvTq { display:block; }#c3vzHgWweofUuKSqkTT1M3rog2t7mvTq > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XP98OKval2ObwtvGk2hh5TEcEpUGrzna { width:20rem;height:16.5537109375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8uheDhaeXTWsNlDtSvBeank7c1UJnC { width:20rem;height:3.3515625rem;top:18.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85rRq1b0rOLaOctRMyQNr6dGSmFDEdO { width:20rem;height:1.1875rem;top:30.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkTabZLUmJltfgf1H326uVkg5cQn6Nv7 { width:20rem;height:1.75rem;top:28.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lno6wWFxOQVCNvQ0sOU6wBOpFq6JyG4L { width:20rem;height:1.25rem;top:25.4052734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqL5b6SA8Imv7xB9TgDSaLr4e7wALMZi { width:20rem;height:1.75rem;top:23.6552734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 { display:block; }#fhdAmedBUzRxSw3GKP9iigBRrstD6Ou0 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBAiO8nHKTRNEmkkarb0tgmIxPeRAIFD { width:16.5rem;height:4.6875rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NAWwMUCJaXHMhTWDAr66QRZ37g1I9VMb { width:16.5rem;height:4.6875rem;top:7.1875rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y5BRFKL7LUNpLV24IaWUErwRJHBNNUK8 { width:16.5rem;height:4.6875rem;top:13.125rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg { display:block; }#Qy0itWKmdQzStlPxZEMD3xnx5VHmlKsg > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLemd6Rb7b331NmzcZugTUObR58ftTM { width:9.375rem;height:9.375rem;top:2.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32ziPxriOKf8fth3bJZhTgafTabAcid { width:17.4375rem;height:2.5625rem;top:12.5625rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0amDcSxem3A9sQtuwmIgJp8n3PM1x3P { width:20rem;height:3.25rem;top:15.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSKmTLAke36ookWcGWTgRd1E24DRQW7D { display:flex;width:5rem;height:5rem;top:4.25rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa { display:block; }#O2tvBt3TvMNJGI2ETsbkK3bGf5l7XnLa > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpgeudrSlZoa8bb95XzsTapiDQThgnr8 { width:19.875rem;height:14.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2q4MHiD5IheN8xhs8U5NVOcANpvK9aV { width:19.875rem;height:15.125rem;top:16.916rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2cUCAmFyTrq3TGvdeZgvnslasfxDr1 { width:20rem;height:7.4166666666667rem;top:33.3310390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCTgEe4QLSTyEGO39cg2lBuDS8PPENqx { width:20rem;height:8.2916666666667rem;top:41.9970390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfK4ryi6RNoDHdXoSiASwo4HAsOTrxfH { width:20rem;height:8.4791666666667rem;top:51.5380390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiQLPon0zhxG7Um7ax5NMk1XWTkRxvuA { width:20rem;height:8.4791666666667rem;top:61.2665390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL { display:block; }#hcZImL9o1zuJWAK5ANWeJ9QzrQ1QRiFL > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlotQ8bCOr5OBkWkxA4NMcWAei3ZbteJ { width:20rem;height:3rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wx2xJ2ltUiEH9y9DNNOUsVWJqgUJzbmc { width:20rem;height:1.375rem;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 { display:block; }#Plfw24EkNUxq1wXMvDET7vXUT8OQxki1 > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRTLFIKqKMvBTmdtrQ3kXZp5MoqbNzbL { display:flex;width:5rem;height:5rem;top:1.9375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #kGtqgnxX5Stme4WHNKtBxkgXfoME9gwD { width:12.5rem;height:2rem;top:7.625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hny9QCJ3vcZpAKf3whDXdXTe2GDItKNZ { width:20rem;height:7.5rem;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR { display:block; }#zuOz8yNwEAmUB6bsRCux6TCSSJGLBUqR > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW4pH8FKEodEinPuxigeqvPt8zqObEtd { display:flex;width:5rem;height:5rem;top:1.75rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #rPOkEQaiRgh4T59Cn9PaKHXEkoM0GVtC { width:12.5rem;height:2rem;top:7.5rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHQzSmCgzK1zOHyDcqoWQggaISG1NDUe { width:17.9375rem;height:7.5rem;top:10.75rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt { display:block; }#lDR2fqh7tWBpcyVRW0JZupR1zzgIG5Vt > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuTgVqfKZCyO7BfPVuCEyT1v44NIJHGP { display:flex;width:5rem;height:5rem;top:2.125rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #XEBGqTGfWlDLP7og1DOoVVoQoUOwUyRx { width:12.5rem;height:2rem;top:7.75rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPNIpRZaVQDwnVLbsZf8Mds07JqvASzX { width:20rem;height:6.25rem;top:11rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kewRUwiKsf24gVCP9TlbCu80TU5NP14x { display:block; }#kewRUwiKsf24gVCP9TlbCu80TU5NP14x > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IficVyDP5hu8kTCXHtQnp3M5nfTGTxPc { display:flex;width:5rem;height:5rem;top:2.3125rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #yt7ysQi20xWwRKQRKOktxs6vNP7PJUFU { width:12.5rem;height:2rem;top:7.9375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3wKNF4IcOrs14gBuVbzB92uezF0CUd { width:15.3125rem;height:10rem;top:11.1875rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS { display:block; }#VOCMWt7VXp7LOVAq7h6cc5pu31EXhoJS > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJCzKmpmUcvWSzo48ZPOggadv5DQgFLR { display:flex;width:5rem;height:5rem;top:2.25rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #WVSfmU90WQvOJsVJfSFZ9DWdlI48ONK1 { width:12.5rem;height:2rem;top:7.9375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUT1Of92arAmbrxXwT096NyI6EyqrbDF { width:20rem;height:6.25rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm { display:block; }#zzDmz8zQKWPKVcrDmD0QW39DdLP9C5Tm > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqJPy2qIkmVAZpFyGv0vKU8U148tENhX { display:flex;width:5rem;height:5rem;top:2.1875rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #RZzWSEwLNeFGJ2UBBQsCObVxeXpzAtAE { width:12.5rem;height:2rem;top:8.0625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfxNJBhwzQdrixKdXnC4V95M6fBZhvTf { width:18.6875rem;height:6.25rem;top:11.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 { display:block; }#MRpuJ5corBA92yiyCd1AGE3iM2TNLce7 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz3vX7bmeo4dwrTgpUPNPZZAtvJHskuu { display:flex;width:5rem;height:5rem;top:2.25rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #EeSqudlpJOJ6prdcZvEymp1vkynXAUMT { width:12.5rem;height:2rem;top:7.9375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcqyTPMR1Rw1LNbcKoMRA2Pw3DZmICab { width:15.75rem;height:10rem;top:11.25rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V06GE4rILw4fE47HfowpUEw280nmzTu3 { display:block; }#V06GE4rILw4fE47HfowpUEw280nmzTu3 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ5QZog0TgI3H9T4hLFlKKeWnZTicehf { display:flex;width:5rem;height:5rem;top:2.375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #VfNpMRpau6pWpvdTPBEOLg91boZXcbOz { width:12.5rem;height:2rem;top:8.0625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqstGqMsEXyrqFPFDQt0EHlNkHn8kkMn { width:16.625rem;height:15rem;top:11.4375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVieXrpV2BLMetIpiVrX9nuTVuThlfow { display:block; }#rVieXrpV2BLMetIpiVrX9nuTVuThlfow > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfPOcherZ7TPlecQ1goMENixby7dKAo1 { display:flex;width:5rem;height:5rem;top:2.3125rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #ipo2I9WmGznAVnpuPIgeOTqdtIq0A4fB { width:12.5rem;height:2rem;top:7.9375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UODsBeMAC8ic7y9KppHbyAmHCCRQVOfB { width:20rem;height:5.5rem;top:11.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfmiU40E82PqW5SXVkXVWmwovu5acCBk { display:block; }#BfmiU40E82PqW5SXVkXVWmwovu5acCBk > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCnIwaLAAdfsva2wXd9iHMlkcOeyKQqo { display:flex;width:5rem;height:5rem;top:2.5625rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #mn4SG3onKN1b5z05Et9Xtl3RfGfupP71 { width:12.5rem;height:2rem;top:8.25rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGMIocoaDd51MpOre6yITf01pmtR9aZS { width:16.5625rem;height:11.25rem;top:11.5rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umb1qJHbyybFyKC5ChohHq8JfAVhmE2k { display:block; }#umb1qJHbyybFyKC5ChohHq8JfAVhmE2k > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXPn8rF6UfJuWQKVXXh9cgHHTldA0GVT { width:20rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWqV21Xg5Ii8p3x6KbfMD6iP7MwTcxEo { width:20rem;height:8.125rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrFDfvchcTXggXUxg1gMeO9xJTI555fm { width:20rem;height:19.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsrPBXN98MHs6pEZDzCLdFGRS748glC7 { height:10rem;width:18.875rem;top:76.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l995tzWTOz1B4J175VlcdkQnS7oHtInh { height:10rem;width:18.875rem;top:65.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwCJKaA8FEDCH00SrHl6JnvLhXwsdguR { height:10rem;width:18.875rem;top:54.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHQTtCOTc6NEtWrg07dei9PN2dSdgTl { width:18.5rem;height:3.4375rem;top:49.4375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTPPgL3bCGvGXwTDGaQtHRT1TbTv9IKR { display:block; }
 }@media only screen and (max-width: 763px) { #wRL5EQgs9LrdGuatiKOv1ua62zfTyaZe { display:flex;width:2.1875rem;height:2.1875rem;top:47.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 { display:block; }#r3akl3tVs8q5KzWTHDUnxHrIVip5ysh8 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggc7AT0HQQNpkXVKcSzOsDw1Xc7Zwqzb { width:16.5rem;height:4.6875rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrqhkE5ngWrdSzN0eXu9KuVcDfbsANgr { width:16.5rem;height:4.6875rem;top:7.1875rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTKgWlg6W52Bp2lywZnlU3BJw4eOdeOU { width:16.5rem;height:4.6875rem;top:13.125rem;left:1.75rem;overflow:hidden;display:block; }
 }