.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;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); }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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:none; }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV > .row .container { border-width: 0; border-radius: 0; }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#V71bMHaRmkGmZXCQQNy6B1nWJsmsyzmk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:0rem;left:23.84375rem;overflow:hidden;display:block; }
#DfLkwf725nTpQpdXqqDw7vVEMhpk2ADh { color:#fafafa;display:block;width:10.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.75rem;left:24rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 { background-color:#fafafa;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { background-color: transparent; background-image: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container > .video-iframe-container { display: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container { display: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .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); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { border-width: 0; border-radius: 0; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;overflow:visible;position:relative;display:block; }#vfWfqEiJZNL5TqNJsJ8pMtzRagZkT7k6 { background-color:#8967f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.4375rem;left:21.0625rem;display:block; }
#QNuaqrWiax4G3HOeSKX7tBrcmDsobVS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZrmTvcK83rQF0f7tIG0xkNbwVrLID2K { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.5625rem;top:32.6875rem;left:16.75rem;overflow:hidden;display:block; }
#N1ufoEhEZUHGXauvHbMJPdo9BIX779TO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:12.125rem;top:32.5rem;left:31.1875rem;overflow:hidden;display:block; }
#d2skoMHvy7Owpy58Eyt3cTTQBbRqIFXE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:54.9375rem;top:34.375rem;left:2.53125rem;overflow:hidden;display:none; }
#iVFDbvmUlNBPZO2peo56xRhEBXQ3mArQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:24.6875rem;top:17.39892578125rem;left:1.625rem;overflow:hidden;display:none; }
#h5U1gz1Hgx6T7xhAmUx6NqRmam58uwIO { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.0888671875rem;left:7.1875rem;height:16.1992rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dVA9ZA3lFZbP2iQnx4eUteVDDuXZd7T5 { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.1875rem;left:4.125rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8zEeqGWyJKSSX9L946b8Pty7U4cukPA { box-sizing:content-box;height:3.375rem;width:21.3125rem;position:absolute;display:block;z-index:15004;background-color:#8967f3;background-image:none;top:3.1875rem;left:6.375rem;display:block; }
#PHk6uBErkpM8ckA83KA8Q529JgtE7U8G { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:11rem;left:6.375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufo7us6xIeFH446H2v9WEyqrz4kE8z34 { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:16.375rem;left:6.375rem;height:8.0996rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h9Clyg6SDIVsvxtJP3iqfuers3MTe1lv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17rem;left:9.3125rem; }
#TyF7X71SwKJhcmuayZ5cTGQoTxl3WKTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.875rem;left:9.3125rem; }
#zXs6OFVzqnQHZTiiH7ahr3xqgke6JBJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.8125rem;left:9.3125rem; }
#PnJHtMc4XNQEDD2Um8Ri5iKs2KFRlVhw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.875rem;left:9.3125rem; }
#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container { background-color: transparent; background-image: none; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container > .video-iframe-container { display: none; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row > .video-iframe-container { display: none; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .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); }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container { border-width: 0; border-radius: 0; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#KvT1FJtg0fiaqv8cqO8odg5PzLkaQIIC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AancNBO49k59cmhCwXwragPQqHk3lpug { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:0.1875rem;left:6.6875rem;overflow:hidden;display:block; }
#tv9ix5RFp0U39bg62Ltnm7WiuN97ECUs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:0.34375rem;left:45rem;overflow:hidden;display:block; }
#vXowS6TwA9ILGEl80lNC4e8uCsaNayEm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#JSlMmMftBGXeOibb0IJ92xf5ZMylq0bn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0rem;left:53.8125rem;overflow:hidden;display:block; }
#P9BcyBiT2HeXUVLBbyBlBNGtTJAZleBF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:0.34375rem;left:38.3125rem;overflow:hidden;display:block; }
#KVUwvk3b4FTUqvoPTlPnX8bxtZ8DEumv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#E0B5VvMRiNvaGw5qdTQKTQtrd0Vl9b67 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:0rem;left:23.375rem;overflow:hidden;display:block; }
#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:none; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { border-width: 0; border-radius: 0; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:none; }#bn4scz0GXK6ovdeDg31wKEaTa45RQ7rD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.75rem;width:56.625rem;top:9.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#eO3yH65HFR5NkAtDMQZ2PBLVqrEiNxAJ { color:#303030;display:block;width:9.375rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:19.1875rem;left:3.25rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN7tJT2LhNunC3rRWSsvroL1Z9pfNHnw { color:#303030;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.25rem;left:1.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fq0qxXgPoItrn2DiNi53qsTDgVUV4ptu { color:#303030;display:block;width:9.375rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:19.1875rem;left:24.1875rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tx3KapNVUKHrRipWg4dOeVNpLImheL1e { color:#303030;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.25rem;left:22.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPH7Ts3s8VwTy3MLz5vTqyA2balSJCAn { color:#303030;display:block;width:9.375rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:19.1875rem;left:46.5625rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGEuChUU4hTqxkpd7mSvBd7pyurPDdBO { color:#303030;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.25rem;left:45rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C72ylADAeMCRzpcVWGHHXllczyIGeoyf { color:#303030;display:block;width:50.125rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.94970703125rem;left:4.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jp0R34a8wHxdBhQVC69M1HaI0LWHyWmd { color:#303030;display:block;width:33.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:7rem;left:13.0625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4MwwafWFdd7oLvZ7vrgJGqmlBm6KQOO { background-color:#8967f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.4375rem;left:20rem;display:block; }
#x4HSFPidk8cxlcFe0TJ4qug1xxMWZbro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArMhM0JdhNMkL29tXbKUr0Bh8I8WSuSM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.1875rem;width:6.5625rem;top:9.5625rem;left:1.6875rem;overflow:hidden;display:none; }
#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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:none; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container { border-width: 0; border-radius: 0; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;position:relative;display:none; }#gkptoO9N9LOADDheqq1TmwDKod3OEC77 { display:block;width:6.875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:33.4375rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;color:#fafafa;display:none; }
#S2vJp43SIDERUQ6EkBXldKWJgqAsE4zi { position:absolute;display:block;z-index:15013;height:21.75rem;width:38.75rem;top:6.8125rem;left:10.625rem;display:block; }
#Gy1eemeUUxfVzHk7PJ8MZaHI0aOhrx6h { color:#282828;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:6.5625rem;left:6.25rem;height:6.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8967f3;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; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container { background-color: transparent; background-image: none; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container > .video-iframe-container { display: none; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row > .video-iframe-container { display: none; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .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); }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container { border-width: 0; border-radius: 0; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;position:relative;display:block; }#JfU002Iu3mSIPXIro1nGCe0w9UNxtiqD { color:#fafafa;display:block;width:45.0625rem;position:absolute;font-family:"clash grotesk";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.46875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RndIZU6gh1QDyVf0o940CvhfkiN1afoh { position:absolute;display:block;z-index:15045;height:21.7465625rem;width:38.75rem;top:10.8447265625rem;left:10.625rem;display:block; }
#WiT7RkQnzIOp6FTrens2ST4FPFdTVXF9 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.625rem;left:8.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydSTVw7Gury671hrpwSVCO0kViwSKn3d { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#d8H9yI9TmkCzrIqAdoCBIDW7OJdxekHC { color:#fafafa;display:block;width:34.875rem;position:absolute;font-family:"clash grotesk";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container { background-color: transparent; background-image: none; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container > .video-iframe-container { display: none; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row > .video-iframe-container { display: none; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .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); }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container { border-width: 0; border-radius: 0; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#SXSEP2mGSndopT88p7KoFJLWyTdXUMLv { color:#fafafa;display:block;width:26.875rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:33.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DnSKdomvnCfdpeQwBh1zB3a9sKrTUfgP { display:block;width:26.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.125rem;left:33.1875rem;height:4.19970625rem;font-style:normal;color:#fafafa;display:block; }
#qTcxL3MOzftFtaAqX1lhwwteiO5mnim8 { display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:20.8125rem;left:36rem;height:1.79980625rem;font-style:normal;color:#fafafa;display:block; }
#VQuiiHalGhoM7NOVcG5dZTaeFOn1VIAq { display:block;width:22.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:36rem;height:2.5996125rem;font-style:normal;color:#fafafa;display:block; }
#hTHT1FnPRORBqIMcKVo9NpktkTgdBUIq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5625rem;width:1.9375rem;top:20.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#MlPSgeM11ssIJnRaAV22JoNTcTCFpni8 { box-sizing:content-box;height:26.1875rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:#fafafa;background-image:none;top:6.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#a5eGus1ESv9Eu38SeorJ8AGIvn6BdPnw { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:0.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JDFXmTTnhUN8uLuX450vMvhHc22XpB1A { display:block;width:26.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:14.125rem;left:0.5625rem;height:5.5996125rem;font-style:normal;display:block; }
#JQR8LwFSZusfr5uQQWP9gt1das3dDA7x { display:block;width:26.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:21.1875rem;left:2.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#CN9NnSS1Oe0XHxQkXvHnklwoOUnvh8T5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5625rem;width:1.9375rem;top:21.4375rem;left:0.3125rem;overflow:hidden;display:block; }
#r9N2xicnWzdVSVJ4l5iamcRMcMq2TM90 { display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.625rem;height:2.5996125rem;font-style:normal;display:block; }
#UmRyztUcT2NivhCr8n4xpulgd00aPOe1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5625rem;width:1.9375rem;top:24.125rem;left:0.3125rem;overflow:hidden;display:block; }
#rHyZRTSTprK8sllzdZaQ6twbrro5kwiL { display:block;width:6.875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:33.4375rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;color:#fafafa;display:none; }
#svT4DydTEx3XFs2WWwxGSIXyFsfBmfml { box-sizing:content-box;height:14.625rem;width:43.4375rem;position:absolute;display:block;z-index:15001;background-color:#8967f3;background-image:none;top:22.125rem;left:16.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#RQkwOeZ9eu3hAfTTAQTkXdTtZr3rywM8 { display:block;width:6.875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:33.4375rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;color:#fafafa;display:none; }
#Zc4JMkdU0T3J9PGCAhPQyfSZ9bBJPozP { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"clash grotesk";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:0.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTNDqcgnb0ylexUDspTTrWMoeih0rn1X { box-sizing:content-box;height:26.1875rem;width:28.125rem;position:absolute;display:block;z-index:15000;background-color:#8967f3;background-image:none;top:6.875rem;left:31.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#w7ROMX4EapedG0oOgmnGltxG8Lv9Uqxh { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"clash grotesk";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5625rem;left:33.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKTimgDr3rcTussket40I1EBbiED6XIC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5625rem;width:1.9375rem;top:24.375rem;left:33.1875rem;overflow:hidden;display:block; }
#VpnXbS92wVbhG0yDd1gQI9RKiUcssBux { background-color:#8967f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.25rem;left:0.625rem;display:block; }
#zlMZTKIatSwLy2GVf9znCVukshrQlc2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDP3hVkU66XtCdMTIkWgMEmRNnUZkZpQ { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#8967f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5rem;left:34.0625rem;display:block; }
#LTVpVf5o44ZQNDDl41LzVGxBvuNeZD34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cl5eAmf7CKCkcTI0h49kR66HydoswmVm { color:#303030;display:block;width:50.125rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qILNQtg9FxN8xz1IQANVyRPfIQsK9EJS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.5625rem;width:1.9375rem;top:22.8125rem;left:33.1875rem;overflow:hidden;display:none; }
#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX { position:relative;display:block; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX { background-color: transparent; background-image: none; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row .container > .video-iframe-container { display: none; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row > .video-iframe-container { display: none; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .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); }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX { border-width: 0; border-radius: 0; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .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; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vXrMpIMwn8Onn1tWm5NwfsOKT8613Amw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.6875rem;width:10.625rem;top:3.21875rem;left:0rem;overflow:hidden;display:block; }
#cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { color:#000000;display:block;width:16.124rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.93798828125rem;left:43.8759765625rem;height:6.39845rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Q7RkGoC8DC5K19lTlwtsDP3bRwq4hhmy { color:#686868;display:block;width:16.1235625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:6.9375rem;left:43.8759765625rem;height:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#AWMRUkTXK59UBeP2yEbt1nCbk9oSKtGT { color:#686868;display:block;width:16.1235625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.3046875rem;left:21.5rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV { display:block; }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V71bMHaRmkGmZXCQQNy6B1nWJsmsyzmk { top:0rem;left:17.71875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLkwf725nTpQpdXqqDw7vVEMhpk2ADh { top:1.125rem;left:0rem;width:12.3125rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 { display:block; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfWfqEiJZNL5TqNJsJ8pMtzRagZkT7k6 { width:17.875rem;height:3.4375rem;top:27.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNuaqrWiax4G3HOeSKX7tBrcmDsobVS3 { display:block; }
 }@media only screen and (max-width: 763px) { #bZrmTvcK83rQF0f7tIG0xkNbwVrLID2K { top:32.6875rem;left:10.625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ufoEhEZUHGXauvHbMJPdo9BIX779TO { top:32.5rem;left:25.0625rem;width:12.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2skoMHvy7Owpy58Eyt3cTTQBbRqIFXE { top:34.375rem;left:0rem;width:47.75rem;height:26.835608646189rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVFDbvmUlNBPZO2peo56xRhEBXQ3mArQ { top:17.375rem;left:0rem;width:24.6875rem;height:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5U1gz1Hgx6T7xhAmUx6NqRmam58uwIO { top:14.125rem;left:0rem;width:17.375rem;height:11.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVA9ZA3lFZbP2iQnx4eUteVDDuXZd7T5 { top:3.1875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zEeqGWyJKSSX9L946b8Pty7U4cukPA { top:3.1875rem;left:0.25rem;width:21.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHk6uBErkpM8ckA83KA8Q529JgtE7U8G { top:11rem;left:0.25rem;width:45.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufo7us6xIeFH446H2v9WEyqrz4kE8z34 { top:16.375rem;left:0.25rem;width:45.625rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Clyg6SDIVsvxtJP3iqfuers3MTe1lv { top:17rem;left:3.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyF7X71SwKJhcmuayZ5cTGQoTxl3WKTh { top:18.875rem;left:3.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXs6OFVzqnQHZTiiH7ahr3xqgke6JBJT { top:20.8125rem;left:3.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJHtMc4XNQEDD2Um8Ri5iKs2KFRlVhw { top:22.875rem;left:3.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 { display:block; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvT1FJtg0fiaqv8cqO8odg5PzLkaQIIC { top:0rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AancNBO49k59cmhCwXwragPQqHk3lpug { top:0.1875rem;left:5.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9ix5RFp0U39bg62Ltnm7WiuN97ECUs { top:0.3125rem;left:35.8125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXowS6TwA9ILGEl80lNC4e8uCsaNayEm { top:0rem;left:23.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlMmMftBGXeOibb0IJ92xf5ZMylq0bn { top:0rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9BcyBiT2HeXUVLBbyBlBNGtTJAZleBF { top:0.3125rem;left:30.25rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUwvk3b4FTUqvoPTlPnX8bxtZ8DEumv { top:0rem;left:11.9375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0B5VvMRiNvaGw5qdTQKTQtrd0Vl9b67 { top:0rem;left:17.6875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { display:block; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn4scz0GXK6ovdeDg31wKEaTa45RQ7rD { top:9.5625rem;left:0rem;width:47.75rem;height:9.9083885209713rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3yH65HFR5NkAtDMQZ2PBLVqrEiNxAJ { top:19.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN7tJT2LhNunC3rRWSsvroL1Z9pfNHnw { top:21.25rem;left:0rem;width:12.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0qxXgPoItrn2DiNi53qsTDgVUV4ptu { top:19.1875rem;left:18.0625rem;width:9.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3KapNVUKHrRipWg4dOeVNpLImheL1e { top:21.25rem;left:16.5rem;width:12.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPH7Ts3s8VwTy3MLz5vTqyA2balSJCAn { top:19.1875rem;left:38.375rem;width:9.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEuChUU4hTqxkpd7mSvBd7pyurPDdBO { top:21.25rem;left:34.9375rem;width:12.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72ylADAeMCRzpcVWGHHXllczyIGeoyf { top:2.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0R34a8wHxdBhQVC69M1HaI0LWHyWmd { top:7rem;left:6.9375rem;width:33.875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4MwwafWFdd7oLvZ7vrgJGqmlBm6KQOO { width:17.75rem;height:3.4375rem;top:26.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4HSFPidk8cxlcFe0TJ4qug1xxMWZbro { display:block; }
 }@media only screen and (max-width: 763px) { #ArMhM0JdhNMkL29tXbKUr0Bh8I8WSuSM { top:9.5625rem;left:0rem;width:6.5625rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UerXgrALaNmRae2MFf3UpG48z7WJhfT3 { display:none; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container { width:47.75rem;height:18.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gkptoO9N9LOADDheqq1TmwDKod3OEC77 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2vJp43SIDERUQ6EkBXldKWJgqAsE4zi { top:6.8125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy1eemeUUxfVzHk7PJ8MZaHI0aOhrx6h { width:20rem;height:;top:2.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID { display:block; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfU002Iu3mSIPXIro1nGCe0w9UNxtiqD { top:2.4375rem;left:1.34375rem;width:45.0625rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RndIZU6gh1QDyVf0o940CvhfkiN1afoh { top:10.8125rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiT7RkQnzIOp6FTrens2ST4FPFdTVXF9 { top:6.625rem;left:2.3125rem;width:43.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydSTVw7Gury671hrpwSVCO0kViwSKn3d { display:none; }
 }@media only screen and (max-width: 763px) { #d8H9yI9TmkCzrIqAdoCBIDW7OJdxekHC { top:1.5625rem;left:0rem;width:18.875rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd { display:block; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXSEP2mGSndopT88p7KoFJLWyTdXUMLv { top:11.0625rem;left:20.875rem;width:26.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnSKdomvnCfdpeQwBh1zB3a9sKrTUfgP { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcxL3MOzftFtaAqX1lhwwteiO5mnim8 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuiiHalGhoM7NOVcG5dZTaeFOn1VIAq { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHT1FnPRORBqIMcKVo9NpktkTgdBUIq { top:20.9375rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlPSgeM11ssIJnRaAV22JoNTcTCFpni8 { top:6.8125rem;left:0rem;width:28.125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5eGus1ESv9Eu38SeorJ8AGIvn6BdPnw { top:11rem;left:0rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFXmTTnhUN8uLuX450vMvhHc22XpB1A { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQR8LwFSZusfr5uQQWP9gt1das3dDA7x { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9NnSS1Oe0XHxQkXvHnklwoOUnvh8T5 { top:21.4375rem;left:0rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9N2xicnWzdVSVJ4l5iamcRMcMq2TM90 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmRyztUcT2NivhCr8n4xpulgd00aPOe1 { top:24.125rem;left:0rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHyZRTSTprK8sllzdZaQ6twbrro5kwiL { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #svT4DydTEx3XFs2WWwxGSIXyFsfBmfml { top:22.125rem;left:4.3125rem;width:43.4375rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQkwOeZ9eu3hAfTTAQTkXdTtZr3rywM8 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zc4JMkdU0T3J9PGCAhPQyfSZ9bBJPozP { top:9.375rem;left:0rem;width:33.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNDqcgnb0ylexUDspTTrWMoeih0rn1X { top:6.875rem;left:19.625rem;width:28.125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ROMX4EapedG0oOgmnGltxG8Lv9Uqxh { top:9.5625rem;left:20.875rem;width:26.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTimgDr3rcTussket40I1EBbiED6XIC { top:24.375rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpnXbS92wVbhG0yDd1gQI9RKiUcssBux { width:14.3125rem;height:3.4375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMZTKIatSwLy2GVf9znCVukshrQlc2Z { display:block; }
 }@media only screen and (max-width: 763px) { #ZDP3hVkU66XtCdMTIkWgMEmRNnUZkZpQ { width:14.3125rem;height:3.4375rem;top:28.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVpVf5o44ZQNDDl41LzVGxBvuNeZD34 { display:block; }
 }@media only screen and (max-width: 763px) { #cl5eAmf7CKCkcTI0h49kR66HydoswmVm { top:2.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qILNQtg9FxN8xz1IQANVyRPfIQsK9EJS { top:22.8125rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0v0inwPqdozM3uHTQF0FBTxShnCTEzX { display:block; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXrMpIMwn8Onn1tWm5NwfsOKT8613Amw { top:3.1875rem;left:0rem;width:10.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { width:16.0625rem;height:6.25rem;top:2.9375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RkGoC8DC5K19lTlwtsDP3bRwq4hhmy { width:16.0625rem;height:;top:6.9375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMRUkTXK59UBeP2yEbt1nCbk9oSKtGT { width:16.0625rem;height:1.5625rem;top:14.25rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV { display:block; }#wJLynQAOtG3KoLETHKwLNcOTi0MrWKGV > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V71bMHaRmkGmZXCQQNy6B1nWJsmsyzmk { width:2.5rem;height:2.5rem;top:0.40625rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DfLkwf725nTpQpdXqqDw7vVEMhpk2ADh { width:15rem;height:1.3999rem;top:0.9560546875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#fafafa;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { background-color: transparent; background-image: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container > .video-iframe-container { display: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container { display: none; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .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); }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { border-width: 0; border-radius: 0; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXMz5WG8PCW4T53O9ePwKprqRJcTsKy6 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfWfqEiJZNL5TqNJsJ8pMtzRagZkT7k6 { width:15.3125rem;height:3.1875rem;top:29.625rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNuaqrWiax4G3HOeSKX7tBrcmDsobVS3 { display:block; }
 }@media only screen and (max-width: 763px) { #bZrmTvcK83rQF0f7tIG0xkNbwVrLID2K { width:8.875rem;height:1.75rem;top:34.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ufoEhEZUHGXauvHbMJPdo9BIX779TO { width:10.6875rem;height:2rem;top:34.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2skoMHvy7Owpy58Eyt3cTTQBbRqIFXE { width:19.3125rem;height:10.875rem;top:30.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVFDbvmUlNBPZO2peo56xRhEBXQ3mArQ { width:20rem;height:25.25rem;top:26rem;left:0rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #h5U1gz1Hgx6T7xhAmUx6NqRmam58uwIO { width:17.375rem;height:11.9970625rem;top:16.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dVA9ZA3lFZbP2iQnx4eUteVDDuXZd7T5 { width:20rem;height:5.625rem;top:2.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #T8zEeqGWyJKSSX9L946b8Pty7U4cukPA { width:12.125rem;height:1.75rem;top:2.0478515625rem;left:0.8125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PHk6uBErkpM8ckA83KA8Q529JgtE7U8G { width:20rem;height:5.5996125rem;top:8.61767578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ufo7us6xIeFH446H2v9WEyqrz4kE8z34 { width:20rem;height:auto;top:16.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #h9Clyg6SDIVsvxtJP3iqfuers3MTe1lv { display:flex;width:1.125rem;height:1.125rem;top:16.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #TyF7X71SwKJhcmuayZ5cTGQoTxl3WKTh { display:flex;width:1.125rem;height:1.125rem;top:19.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zXs6OFVzqnQHZTiiH7ahr3xqgke6JBJT { display:flex;width:1.125rem;height:1.125rem;top:22.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #PnJHtMc4XNQEDD2Um8Ri5iKs2KFRlVhw { display:flex;width:1.125rem;height:1.125rem;top:25.75rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 { display:block; }#M1f5UL6TLbn7BxzwibmLkQaFMB9IOoO1 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvT1FJtg0fiaqv8cqO8odg5PzLkaQIIC { width:4.3125rem;height:4.3125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AancNBO49k59cmhCwXwragPQqHk3lpug { width:3.875rem;height:3.875rem;top:1.46875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9ix5RFp0U39bg62Ltnm7WiuN97ECUs { width:4.1875rem;height:4.1875rem;top:1.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXowS6TwA9ILGEl80lNC4e8uCsaNayEm { width:4rem;height:4rem;top:1.40625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlMmMftBGXeOibb0IJ92xf5ZMylq0bn { width:3.375rem;height:3.375rem;top:4.9375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9BcyBiT2HeXUVLBbyBlBNGtTJAZleBF { width:3.5625rem;height:3.5625rem;top:4.84375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUwvk3b4FTUqvoPTlPnX8bxtZ8DEumv { width:4.3125rem;height:4.3125rem;top:4.46875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0B5VvMRiNvaGw5qdTQKTQtrd0Vl9b67 { width:4.75rem;height:4.75rem;top:4.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi { display:none; }#W6mfJNplBPw8yZstTeUOJfSxhtvR6aIi > .row .container { width:20rem;height:47.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bn4scz0GXK6ovdeDg31wKEaTa45RQ7rD { width:20rem;height:4.1501103752759rem;top:52.023925rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO3yH65HFR5NkAtDMQZ2PBLVqrEiNxAJ { width:9.375rem;height:1.6499rem;top:12.0625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FN7tJT2LhNunC3rRWSsvroL1Z9pfNHnw { width:12.8125rem;height:2.625rem;top:13.75rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0qxXgPoItrn2DiNi53qsTDgVUV4ptu { width:9.375rem;height:1.6499rem;top:23rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3KapNVUKHrRipWg4dOeVNpLImheL1e { width:12.8125rem;height:2.625rem;top:24.625rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qPH7Ts3s8VwTy3MLz5vTqyA2balSJCAn { width:9.375rem;height:1.6499rem;top:32.9375rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGEuChUU4hTqxkpd7mSvBd7pyurPDdBO { width:12.8125rem;height:2.625rem;top:34.5rem;left:6.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C72ylADAeMCRzpcVWGHHXllczyIGeoyf { width:20rem;height:1.94970625rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0R34a8wHxdBhQVC69M1HaI0LWHyWmd { width:20rem;height:3.9375rem;top:5.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4MwwafWFdd7oLvZ7vrgJGqmlBm6KQOO { width:15.375rem;height:3.4375rem;top:39.5rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4HSFPidk8cxlcFe0TJ4qug1xxMWZbro { display:block; }
 }@media only screen and (max-width: 763px) { #ArMhM0JdhNMkL29tXbKUr0Bh8I8WSuSM { width:20rem;height:25rem;top:12.0625rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UerXgrALaNmRae2MFf3UpG48z7WJhfT3 { background-color:#fafafa;background-image:none;display:block; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container { background-color: transparent; background-image: none; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container > .video-iframe-container { display: none; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row > .video-iframe-container { display: none; }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .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); }#UerXgrALaNmRae2MFf3UpG48z7WJhfT3 > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkptoO9N9LOADDheqq1TmwDKod3OEC77 { width:6.875rem;height:1.29980625rem;top:38.25rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;z-index:15004;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #S2vJp43SIDERUQ6EkBXldKWJgqAsE4zi { width:20rem;height:21.75rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy1eemeUUxfVzHk7PJ8MZaHI0aOhrx6h { width:20rem;height:3.125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15003;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID { display:block; }#HWKBLTgF9WCLglEGsQKQU6gGmTg7U9ID > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfU002Iu3mSIPXIro1nGCe0w9UNxtiqD { width:18.875rem;height:0;top:2.265625rem;left:0.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RndIZU6gh1QDyVf0o940CvhfkiN1afoh { width:20rem;height:21.746125rem;top:12.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiT7RkQnzIOp6FTrens2ST4FPFdTVXF9 { width:16.75rem;height:2.625rem;top:6.93212890625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydSTVw7Gury671hrpwSVCO0kViwSKn3d { top:1.5625rem;left:8.125rem;width:5.125rem;height:2rem;z-index:14999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d8H9yI9TmkCzrIqAdoCBIDW7OJdxekHC { width:18.875rem;height:3.73730625rem;top:1.5625rem;left:0.5625rem;font-size:1.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd { background-color:#fafafa;background-image:none;display:none; }#vcS2wlioNk1SuZhXFAv1NldEzzPvX8xd > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SXSEP2mGSndopT88p7KoFJLWyTdXUMLv { width:18.875rem;height:3.73730625rem;top:40rem;left:0.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnSKdomvnCfdpeQwBh1zB3a9sKrTUfgP { width:19.4375rem;height:4.8984375rem;top:44.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcxL3MOzftFtaAqX1lhwwteiO5mnim8 { width:17.1875rem;height:1.13720625rem;top:50.875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VQuiiHalGhoM7NOVcG5dZTaeFOn1VIAq { width:16.25rem;height:2.2744125rem;top:53.6875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hTHT1FnPRORBqIMcKVo9NpktkTgdBUIq { width:1.9375rem;height:1.5625rem;top:50.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlPSgeM11ssIJnRaAV22JoNTcTCFpni8 { width:20rem;height:14.625rem;top:42.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5eGus1ESv9Eu38SeorJ8AGIvn6BdPnw { width:15.3125rem;height:3.73730625rem;top:11.3125rem;left:0.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JDFXmTTnhUN8uLuX450vMvhHc22XpB1A { width:18.9375rem;height:6.12305rem;top:15.625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQR8LwFSZusfr5uQQWP9gt1das3dDA7x { width:15.125rem;height:2.2744125rem;top:22.5rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CN9NnSS1Oe0XHxQkXvHnklwoOUnvh8T5 { width:1.9375rem;height:1.5625rem;top:22.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9N2xicnWzdVSVJ4l5iamcRMcMq2TM90 { width:15.75rem;height:2.2744125rem;top:25.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UmRyztUcT2NivhCr8n4xpulgd00aPOe1 { width:1.9375rem;height:1.5625rem;top:25.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHyZRTSTprK8sllzdZaQ6twbrro5kwiL { width:6.875rem;height:1.29980625rem;top:38.25rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;z-index:15004;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #svT4DydTEx3XFs2WWwxGSIXyFsfBmfml { width:20rem;height:25.875rem;top:8.375rem;left:0rem;z-index:15002;background-color:#fafafa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RQkwOeZ9eu3hAfTTAQTkXdTtZr3rywM8 { width:6.875rem;height:1.29980625rem;top:9.75rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;z-index:15005;font-family:"clash grotesk";color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #Zc4JMkdU0T3J9PGCAhPQyfSZ9bBJPozP { width:20rem;height:0;top:71.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qTNDqcgnb0ylexUDspTTrWMoeih0rn1X { width:20rem;height:25.9375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ROMX4EapedG0oOgmnGltxG8Lv9Uqxh { width:20rem;height:0;top:73rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xKTimgDr3rcTussket40I1EBbiED6XIC { width:1.9375rem;height:1.5625rem;top:87.9375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpnXbS92wVbhG0yDd1gQI9RKiUcssBux { width:11.0625rem;height:3.4375rem;top:28.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMZTKIatSwLy2GVf9znCVukshrQlc2Z { display:block; }
 }@media only screen and (max-width: 763px) { #ZDP3hVkU66XtCdMTIkWgMEmRNnUZkZpQ { width:11.0625rem;height:3.4375rem;top:57.1875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVpVf5o44ZQNDDl41LzVGxBvuNeZD34 { display:block; }
 }@media only screen and (max-width: 763px) { #cl5eAmf7CKCkcTI0h49kR66HydoswmVm { width:20rem;height:3.8994125rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qILNQtg9FxN8xz1IQANVyRPfIQsK9EJS { width:1.9375rem;height:1.5625rem;top:53.9375rem;left:0.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #B0v0inwPqdozM3uHTQF0FBTxShnCTEzX { display:block; }#B0v0inwPqdozM3uHTQF0FBTxShnCTEzX > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXrMpIMwn8Onn1tWm5NwfsOKT8613Amw { width:5.0625rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgkdgPo1IaPCRREz5m28o00wTXO6cdW { width:16.062rem;height:5.5996rem;top:0rem;left:3.9384765625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RkGoC8DC5K19lTlwtsDP3bRwq4hhmy { width:16.0625rem;height:0;top:8.25rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMRUkTXK59UBeP2yEbt1nCbk9oSKtGT { width:16.062rem;height:1.3999rem;top:6.125rem;left:1.9677734375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }