.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;
}
:root { --color-primary-0:246,219,217;--color-primary-1:245,161,151;--color-primary-2:209,77,64;--color-primary-3:125,46,38;--color-primary-4:42,15,13;--color-secondary-0:224,240,234;--color-secondary-1:163,210,191;--color-secondary-2:102,180,148;--color-secondary-3:67,181,136;--color-secondary-4:0,130,77;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,233;--color-tertiary-2:146,146,140;--color-tertiary-3:88,88,84;--color-tertiary-4:0,0,0;--headlines-font-family:"neue montreal";--paragraphs-font-family:"neue montreal"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;overflow:visible;position:relative;display:block; }#sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { background-color:#8967f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.875rem;left:4.75rem;display:block; }
#gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErGpX2OwsF9eyoiycvlkKAZXCeSK9zur { color:#303030;display:block;width:41.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.875rem;left:4.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJFWTQd0s77pAM48PSuaRMFTK7GOm52P { color:#303030;display:block;width:44rem;position:absolute;font-family:"clash grotesk";font-size:3rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:9.3125rem;left:4.75rem;height:6.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ron9EouhKQ3zrD4Wa3dsuvhW7BB2R40p { box-sizing:content-box;height:2.5625rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:#8967f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:4.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Ua5oJfVle8Tcqr8hUOn6ylB82cPzTJsA { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfQ7yTclUPWrtb3Wr2gw0O4STneqiO5L { box-sizing:content-box;height:23.3125rem;width:14.875rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.4375rem;left:4.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#phL9OQuDFH9wTt4dbsCt5aCUBm1QLgtl { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.4375rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LzRQeSz3Klhhx7yU3xAnN0Ewx3aCRLRo { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.4375rem;left:33.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QosVQWqd7lkVdVol1CPAXGZ9SOU9mfmp { box-sizing:content-box;height:11.0625rem;width:25.875rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.625rem;left:20.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sf6wz1KIZ2Go1HHuWOwdDTNU7NKh3JpF { box-sizing:content-box;height:11.8125rem;width:12.9375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.3125rem;left:5.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ifUzKDrAbszJeB9ZLmSTm9TFUbzsJT0C { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:38rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TiOlsr0pQRPRKkvfRZS13p8DlqAyK2Im { color:#303030;display:block;width:4.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:40.4375rem;left:21.5625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FEP5M0UDTZX0PEPkEWn6t2NNJeawJbAS { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:50rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGyoTuT3CGhiw6L7IJMOPRdtl2m8roFE { color:#303030;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:52.375rem;left:21.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#auM6n2x5JtoAf5ncusIkakSFKct1vNtU { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:38rem;left:35.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pioaUVTTaIB7vOvTCloptVxw5GtC9Oga { color:#303030;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:40.4375rem;left:35.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mhTVipVz8A07WDQ9SKbG4rnnIobQFzIM { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.5rem;left:6.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBEggA39A6S1dS7lx5hOkWOam0W9uIiA { color:#303030;display:block;width:11.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:50rem;left:5.875rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovgfRNpLc30JQxJGTW9kMTnClJTyWsOb { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:17.0625rem;top:49.25rem;left:29.25rem;overflow:hidden;display:block; }
#rBK0ZZTowJztZgI16NTLW3aKVD9mmvo9 { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:34.9375rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENZ7JM6naNqXt7ZSgIu1dTW55w21aNOV { color:rgba(48,48,48,0.28);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:45.25rem;left:29.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VF9iEFd2V2QyM8uyzcXza4UmhwTNn18x { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:12.5rem;top:39.5rem;left:5.9375rem;overflow:hidden;display:block; }
#k6kDrwTkFsqXU7qBbd0heldkfUraATEF { box-sizing:content-box;height:4.5625rem;width:10.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.3125rem;left:34.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tx1eBllQzU3u0kZcJBxCXTivTa9Lu4q9 { color:#303030;display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.625rem;left:36.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2ioFLkmPgokKU72MeidUAqZAUwmnA9E { color:rgba(48,48,48,0.42);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.125rem;left:40.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8yBdVrMv3CDhb4EddkzFsWR5cQOmC1T { color:rgba(48,48,48,0.78);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5rem;left:25.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAT61O7Qos23NAi9N5JdLSGXPG3MhQ1N { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50rem;left:29.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vgTVH8yoGUtPvLzcIIkPliBFOKM70a7I { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.25rem;left:24.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rs1cgkTZ35tErEeqMgUMEngwycCgrVQr { color:rgba(48,48,48,0.62);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:47.0625rem;left:41.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WrLxkJi8neOZgGgx7Iw6ySRA8P0VRGyI { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:47.6875rem;left:30.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evWz6iasKe94xeQBTG1CQ9Gcw8NDn5Hi { color:#303030;display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:48.625rem;left:32.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLvvCxWEMMiZfnWSPAeEZySeNMhThQ8H { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.125rem;left:33.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3vtPoLKifFBT64iVQPg62U06hinRsDH { color:rgba(48,48,48,0.28);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.625rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spxJbGvybx2edoIBC9JPEmgzyiZHSca4 { color:rgba(48,48,48,0.1);display:block;width:3.75rem;position:absolute;font-family:"clash grotesk";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.25rem;left:37.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS4zSRO5ctQCgvxwIOoNv7eFUt7iCkQk { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:9.25rem;width:11.1875rem;top:29rem;left:34.4375rem;overflow:hidden;display:block; }
#idraGqoVuXlibovDdKeoal8WI7i2O70g { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:8.5rem;top:34.9375rem;left:7.25rem;overflow:hidden;display:block; }
#vTqv7n8BoSTbPToQDaTv8CxTILto98Ep { box-sizing:content-box;height:11.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.9375rem;left:44.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#mIPyNXxc5KDhwMbVvEniQ6coDFuaBkNV { color:#303030;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.9375rem;left:46rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XMhIanODDnFTx78zSx2PM9uDLAn4DhUW { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5rem;left:46rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RusPnes41VQk0iqbWyLO5LVp8VMApo6l { color:#303030;display:block;width:12.25rem;position:absolute;font-family:"clash grotesk";font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:32.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IcGnnhtwbIPsKXpkZTbk3TWZMV6TOHSt { background-color:#8967f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23rem;left:26.625rem;display:none; }
#VJWr7mB9xhPw1ZMlMi1RSfq4AmFRfxm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWxHhsVSb3ug6NhRgfbUqevsTvDg6SeJ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:25.75rem;left:52.5625rem;display:block; }
#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { 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:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { background-color: transparent; background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .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); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { border-width: 0; border-radius: 0; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:"clash grotesk";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.5625rem;height:7.47460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgT9nMudDC8iD5Iyy3lHhD0LLxwhHzqz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.375rem;left:2.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpRQWJ2xiyiWn20t0kQW1bFkl10WT9Th { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#303030;background-image:none;top:17.25rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#fyI1bFwHmwtHJOKO2BMkovWZu97ysDDW { color:#303030;display:block;width:21.5rem;position:absolute;font-family:"clash grotesk";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.34375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VG8CLVfiuVuAKONqUFoHGkLJbcmeDw2p { background-color:#f87c00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.375rem;left:25.875rem;display:none; }
#nrfxkhoZ3IWRsgJMonk7S2y4MviAAQ7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bU0zSsN2ZTIxaUsWqbloiJqZe2WKLgdk { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.5625rem;width:6.5625rem;top:9.875rem;left:34.8125rem;overflow:hidden;display:block; }
#T9fuqCc4KaByGHhz0eDAeELPHBV0Ph5z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.375rem;left:20.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H44UA688UwB16DBUuG6UeEqnATEvtTUf { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:#303030;background-image:none;top:17.25rem;left:19.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#D2Tu6NHTmExsMrUquhvyVzEdn2wp60P6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:"clash grotesk";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.625rem;left:21.8125rem;height:7.47460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOt6Tvtivxt3TRJyNWcq8al6rhk4PEXr { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15009;background-color:#303030;background-image:none;top:17.25rem;left:38rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Q3stQGtJFz5ph1Cg1DhI7KIW3lG6i3XQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:39.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVbJFcgLUhgafPWrlR89UCqPDdeuvBcR { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:"clash grotesk";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.625rem;left:39.125rem;height:7.47460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6dHroBZO3wzluTB3iTdRMkkfoOdJzkW { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15012;background-color:#303030;background-image:none;top:17.25rem;left:56.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NwChfMOwuKdu4liAEMArAHl6TeSa9fCu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:32.375rem;left:57.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSqq5pe7OcqLeiKpk1xiulEWea6pKyKW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:"clash grotesk";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.625rem;left:57rem;height:7.47460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNJyDORWaQhyou9sTXPLrysaAGJuRUfl { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#303030;background-image:none;top:17.25rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#iyUPmZicFivmvHO3KTQZnlbRnn51CAIJ { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#303030;background-image:none;top:17.25rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#GENbhlbnOTf1vFCm9bWdTteVfAbrVcnX { box-sizing:content-box;height:25.5rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#303030;background-image:none;top:17.25rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#NhusV34JC0r9HdLmUr9iBt0dlhTtcJXP { background-color:#8967f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.54931640625rem;left:28.28125rem;display:block; }
#TUCqQyJ1mJseaG071bwuF8K0BDRhKHZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { 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;z-index:auto;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { border-width: 0; border-radius: 0; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#mfXsqvXQSvJTsE7a8nEu3GZDGZavzHCI { position:absolute;display:block;z-index:15045;height:21.746125rem;width:38.75rem;top:11.5947265625rem;left:18.125rem;display:block; }
#EUFQPZ3bHlVKRgvCaTeFVE5MIaC6IS5s { color:rgba(var(--color-tertiary-1),1);display:block;width:29.8125rem;position:absolute;font-family:"clash grotesk";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:22.59375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq { 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; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container { background-color: transparent; background-image: none; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container > .video-iframe-container { display: none; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row > .video-iframe-container { display: none; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .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); }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container { border-width: 0; border-radius: 0; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#sGQL9R1fyq1gQTgNUSCUm4R3eb4k64Hw { box-sizing:content-box;height:23.375rem;width:25.75rem;position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;top:8.75rem;left:2.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#CfUNJkFFEN4hSTGElx0bCQczmJIhs75I { color:#303030;display:block;width:12.375rem;position:absolute;font-family:"clash grotesk";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLNREG3Lp5BGveNi418LUNh98OLFAR21 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:4.1875rem;height:11.3720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfbncPWODNtXTdFqLglFkT6KG1pugTNC { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:6.9375rem;width:6.9375rem;top:8.75rem;left:18.9375rem;overflow:hidden;display:block; }
#S33TlHPkT0hdabieTWkavgAFU8gv8WOt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.375rem;left:20.0625rem; }
#cCG7kmIUqLOzIcuRdwTAF0yQ6S5zRUDv { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:"clash grotesk";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:16.75rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQeHcEddkxSorrBlIPO9zyuETsESonXZ { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:20.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohZNbFyh0DG0NWxGbvDUTN7OxS2ihbVB { box-sizing:content-box;height:23.375rem;width:19.4375rem;position:absolute;display:block;z-index:15010;background-color:#fafafa;background-image:none;top:8.75rem;left:30.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#t8XZU9AGRRgnnyISB2vaFBSUuXd1lrzH { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:31rem;height:7.9604375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLo7RT0JgETAOLXTfhWCrB3MPyyTuuFi { color:#303030;display:block;width:10.375rem;position:absolute;font-family:"clash grotesk";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:31.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4sTxx3daWD0TNuyZaauIJRnoyrTknnP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:6.9375rem;width:6.9375rem;top:8.75rem;left:42.625rem;overflow:hidden;display:block; }
#rEbq3oxkmq8fJUcVseatD9ckgNOwsHBb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.375rem;left:43.75rem; }
#CUUbXk7AxpVcsOU76D4QzF4ywwe1LWNy { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.6875rem;left:43.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4fRLL125u9G9C619WJZdluZLmPXV9x8 { box-sizing:content-box;height:23.375rem;width:21.25rem;position:absolute;display:block;z-index:15016;background-color:#fafafa;background-image:none;top:8.75rem;left:51.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#C97znr4pw32qcOFn4nSOKNTpFNJQBJTp { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:52.1875rem;height:9.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N08pXOuKs92rKTBTcxuHwxVWZ9PFOrQP { color:#303030;display:block;width:12.625rem;position:absolute;font-family:"clash grotesk";font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.6875rem;left:53.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2vdKAyCXpaMaqs6zN726O56JJlTQOQH { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:6.9375rem;width:6.9375rem;top:8.75rem;left:65.625rem;overflow:hidden;display:block; }
#U94gpEOuq6RFGdI4Tt6dswwUvFnKpf72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.0625rem;left:66.8125rem; }
#tAvBLEC4Q0DsTnGu88TswA1n1qLdawyl { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.625rem;left:66.75rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#istsidiqu6GkuMmH7XhNt1tIc2xBeQGA { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.625rem;left:31.9375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K19NCiNCZtDNkgNMgc7L2zVfvu0y9OS7 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJNTR3iVGHDxkGf3VZvmuof9NP1HFkHu { color:#000000;display:block;width:10.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.875rem;left:53.125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { background-color: transparent; background-image: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .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); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { border-width: 0; border-radius: 0; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { display:block;width:49.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:18.5rem;height:1.4624rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.25rem;top:1.625rem;left:15.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:18.4375rem;height:2.875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #ErGpX2OwsF9eyoiycvlkKAZXCeSK9zur { width:41.25rem;height:3.25rem;top:16.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJFWTQd0s77pAM48PSuaRMFTK7GOm52P { width:44rem;height:6.5625rem;top:9.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ron9EouhKQ3zrD4Wa3dsuvhW7BB2R40p { top:5.25rem;left:0rem;width:21.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5oJfVle8Tcqr8hUOn6ylB82cPzTJsA { width:21.5625rem;height:1.4375rem;top:5.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQ7yTclUPWrtb3Wr2gw0O4STneqiO5L { top:32.4375rem;left:0rem;width:14.875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phL9OQuDFH9wTt4dbsCt5aCUBm1QLgtl { top:32.4375rem;left:6.8125rem;width:12.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRQeSz3Klhhx7yU3xAnN0Ewx3aCRLRo { top:32.4375rem;left:20.125rem;width:12.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QosVQWqd7lkVdVol1CPAXGZ9SOU9mfmp { top:44.625rem;left:6.8125rem;width:25.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6wz1KIZ2Go1HHuWOwdDTNU7NKh3JpF { top:33.3125rem;left:0rem;width:12.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifUzKDrAbszJeB9ZLmSTm9TFUbzsJT0C { width:12.25rem;height:2.4375rem;top:38rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiOlsr0pQRPRKkvfRZS13p8DlqAyK2Im { width:4.9375rem;height:1.375rem;top:40.4375rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEP5M0UDTZX0PEPkEWn6t2NNJeawJbAS { width:12.25rem;height:2.4375rem;top:50rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGyoTuT3CGhiw6L7IJMOPRdtl2m8roFE { width:13.5rem;height:1.25rem;top:52.375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auM6n2x5JtoAf5ncusIkakSFKct1vNtU { width:12.25rem;height:2.4375rem;top:38rem;left:21.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pioaUVTTaIB7vOvTCloptVxw5GtC9Oga { width:11.25rem;height:1.25rem;top:40.4375rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTVipVz8A07WDQ9SKbG4rnnIobQFzIM { width:12.25rem;height:2.4375rem;top:46.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBEggA39A6S1dS7lx5hOkWOam0W9uIiA { width:11.9375rem;height:3.875rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgfRNpLc30JQxJGTW9kMTnClJTyWsOb { top:49.25rem;left:15.625rem;width:17.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBK0ZZTowJztZgI16NTLW3aKVD9mmvo9 { width:12.25rem;height:2.4375rem;top:34.9375rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZ7JM6naNqXt7ZSgIu1dTW55w21aNOV { width:3.75rem;height:2.4375rem;top:45.25rem;left:15.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9iEFd2V2QyM8uyzcXza4UmhwTNn18x { top:39.5rem;left:0rem;width:12.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kDrwTkFsqXU7qBbd0heldkfUraATEF { top:33.3125rem;left:21.125rem;width:10.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx1eBllQzU3u0kZcJBxCXTivTa9Lu4q9 { width:3.75rem;height:2.4375rem;top:47.625rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ioFLkmPgokKU72MeidUAqZAUwmnA9E { width:3.75rem;height:2.4375rem;top:45.125rem;left:27rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yBdVrMv3CDhb4EddkzFsWR5cQOmC1T { width:3.75rem;height:2.4375rem;top:46.5rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAT61O7Qos23NAi9N5JdLSGXPG3MhQ1N { width:3.75rem;height:1.25rem;top:50rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTVH8yoGUtPvLzcIIkPliBFOKM70a7I { width:3.75rem;height:1.25rem;top:45.25rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs1cgkTZ35tErEeqMgUMEngwycCgrVQr { width:3.75rem;height:1.25rem;top:47.0625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLxkJi8neOZgGgx7Iw6ySRA8P0VRGyI { width:3.75rem;height:1.25rem;top:47.6875rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWz6iasKe94xeQBTG1CQ9Gcw8NDn5Hi { width:3.75rem;height:1.4375rem;top:48.625rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLvvCxWEMMiZfnWSPAeEZySeNMhThQ8H { width:3.75rem;height:2.4375rem;top:45.125rem;left:20.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vtPoLKifFBT64iVQPg62U06hinRsDH { width:3.75rem;height:2.4375rem;top:47.625rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxJbGvybx2edoIBC9JPEmgzyiZHSca4 { width:3.75rem;height:1.25rem;top:45.25rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS4zSRO5ctQCgvxwIOoNv7eFUt7iCkQk { top:29rem;left:20.8125rem;width:11.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idraGqoVuXlibovDdKeoal8WI7i2O70g { top:34.9375rem;left:0rem;width:8.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqv7n8BoSTbPToQDaTv8CxTILto98Ep { top:30.9375rem;left:31.0625rem;width:12.5rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIPyNXxc5KDhwMbVvEniQ6coDFuaBkNV { width:8.375rem;height:1.25rem;top:98.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMhIanODDnFTx78zSx2PM9uDLAn4DhUW { width:8rem;height:2.4375rem;top:95.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RusPnes41VQk0iqbWyLO5LVp8VMApo6l { width:12.25rem;height:2.4375rem;top:36.5rem;left:18.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcGnnhtwbIPsKXpkZTbk3TWZMV6TOHSt { width:21.75rem;height:2.875rem;top:23rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJWr7mB9xhPw1ZMlMi1RSfq4AmFRfxm3 { display:block; }
 }@media only screen and (max-width: 763px) { #SWxHhsVSb3ug6NhRgfbUqevsTvDg6SeJ { top:25.75rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { display:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { width:12.5625rem;height:7.4375rem;top:20.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgT9nMudDC8iD5Iyy3lHhD0LLxwhHzqz { width:14.8125rem;height:4.875rem;top:32.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpRQWJ2xiyiWn20t0kQW1bFkl10WT9Th { top:17.25rem;left:0rem;width:17.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyI1bFwHmwtHJOKO2BMkovWZu97ysDDW { width:21.5rem;height:3.875rem;top:5.375rem;left:13.71875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8CLVfiuVuAKONqUFoHGkLJbcmeDw2p { width:21.75rem;height:4.0625rem;top:46.375rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrfxkhoZ3IWRsgJMonk7S2y4MviAAQ7Q { display:block; }
 }@media only screen and (max-width: 763px) { #bU0zSsN2ZTIxaUsWqbloiJqZe2WKLgdk { top:9.875rem;left:21.1875rem;width:6.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9fuqCc4KaByGHhz0eDAeELPHBV0Ph5z { width:14.8125rem;height:4.875rem;top:32.375rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44UA688UwB16DBUuG6UeEqnATEvtTUf { top:17.25rem;left:5.875rem;width:17.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Tu6NHTmExsMrUquhvyVzEdn2wp60P6 { width:12.5625rem;height:7.4375rem;top:20.625rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOt6Tvtivxt3TRJyNWcq8al6rhk4PEXr { top:17.25rem;left:24.375rem;width:17.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3stQGtJFz5ph1Cg1DhI7KIW3lG6i3XQ { width:14.8125rem;height:4.875rem;top:32.375rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVbJFcgLUhgafPWrlR89UCqPDdeuvBcR { width:15rem;height:7.4375rem;top:20.625rem;left:25.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6dHroBZO3wzluTB3iTdRMkkfoOdJzkW { top:17.25rem;left:30.5625rem;width:17.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwChfMOwuKdu4liAEMArAHl6TeSa9fCu { width:14.8125rem;height:3.625rem;top:32.375rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSqq5pe7OcqLeiKpk1xiulEWea6pKyKW { width:16.3125rem;height:7.4375rem;top:20.625rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNJyDORWaQhyou9sTXPLrysaAGJuRUfl { top:17.25rem;left:0rem;width:17.1875rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyUPmZicFivmvHO3KTQZnlbRnn51CAIJ { top:17.25rem;left:0rem;width:17.1875rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GENbhlbnOTf1vFCm9bWdTteVfAbrVcnX { top:17.25rem;left:0rem;width:17.1875rem;height:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhusV34JC0r9HdLmUr9iBt0dlhTtcJXP { width:18.4375rem;height:2.875rem;top:47.5rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCqQyJ1mJseaG071bwuF8K0BDRhKHZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfXsqvXQSvJTsE7a8nEu3GZDGZavzHCI { top:11.5625rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFQPZ3bHlVKRgvCaTeFVE5MIaC6IS5s { top:3.1875rem;left:8.96875rem;width:29.8125rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoXisBwf2WA3eg01kHU2VQhsRcTGXShq { display:block; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQL9R1fyq1gQTgNUSCUm4R3eb4k64Hw { top:8.75rem;left:0rem;width:25.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfUNJkFFEN4hSTGElx0bCQczmJIhs75I { width:12.375rem;height:2rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLNREG3Lp5BGveNi418LUNh98OLFAR21 { width:22.3125rem;height:11.3125rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfbncPWODNtXTdFqLglFkT6KG1pugTNC { top:8.75rem;left:5.3125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S33TlHPkT0hdabieTWkavgAFU8gv8WOt { top:11.375rem;left:6.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCG7kmIUqLOzIcuRdwTAF0yQ6S5zRUDv { width:42.3125rem;height:3.875rem;top:2.625rem;left:3.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQeHcEddkxSorrBlIPO9zyuETsESonXZ { width:4.6875rem;height:1.125rem;top:14.6875rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZNbFyh0DG0NWxGbvDUTN7OxS2ihbVB { top:8.75rem;left:16.4375rem;width:19.4375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XZU9AGRRgnnyISB2vaFBSUuXd1lrzH { width:17.625rem;height:7.9375rem;top:18.5625rem;left:17.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLo7RT0JgETAOLXTfhWCrB3MPyyTuuFi { width:10.375rem;height:2rem;top:11.6875rem;left:18.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4sTxx3daWD0TNuyZaauIJRnoyrTknnP { top:8.75rem;left:29rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbq3oxkmq8fJUcVseatD9ckgNOwsHBb { top:11.375rem;left:30.125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUUbXk7AxpVcsOU76D4QzF4ywwe1LWNy { width:4.6875rem;height:1.125rem;top:14.6875rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fRLL125u9G9C619WJZdluZLmPXV9x8 { top:8.75rem;left:26.5rem;width:21.25rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97znr4pw32qcOFn4nSOKNTpFNJQBJTp { width:17.625rem;height:9.0625rem;top:18.5625rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08pXOuKs92rKTBTcxuHwxVWZ9PFOrQP { width:12.625rem;height:2rem;top:11.6875rem;left:35.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2vdKAyCXpaMaqs6zN726O56JJlTQOQH { top:8.75rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94gpEOuq6RFGdI4Tt6dswwUvFnKpf72 { top:11.0625rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAvBLEC4Q0DsTnGu88TswA1n1qLdawyl { width:4.6875rem;height:1.125rem;top:14.625rem;left:43.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #istsidiqu6GkuMmH7XhNt1tIc2xBeQGA { width:5.9375rem;height:2.25rem;top:13.625rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K19NCiNCZtDNkgNMgc7L2zVfvu0y9OS7 { width:8.875rem;height:2.25rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNTR3iVGHDxkGf3VZvmuof9NP1HFkHu { width:10.375rem;height:2.25rem;top:13.875rem;left:37.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { top:1.625rem;left:1.625rem;width:2.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.76);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:12.125rem;height:2.25rem;top:22.8125rem;left:3.9375rem;font-size:0.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #ErGpX2OwsF9eyoiycvlkKAZXCeSK9zur { width:17.3125rem;height:4.548825rem;top:16.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #iJFWTQd0s77pAM48PSuaRMFTK7GOm52P { width:20rem;height:6.3925625rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #Ron9EouhKQ3zrD4Wa3dsuvhW7BB2R40p { width:18.375rem;height:2.5625rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5oJfVle8Tcqr8hUOn6ylB82cPzTJsA { width:20rem;height:1.21875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #vfQ7yTclUPWrtb3Wr2gw0O4STneqiO5L { width:14.875rem;height:23.3125rem;top:49.624025rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #phL9OQuDFH9wTt4dbsCt5aCUBm1QLgtl { width:20rem;height:16.125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRQeSz3Klhhx7yU3xAnN0Ewx3aCRLRo { width:9.8125rem;height:11.0625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QosVQWqd7lkVdVol1CPAXGZ9SOU9mfmp { width:20rem;height:11.0625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6wz1KIZ2Go1HHuWOwdDTNU7NKh3JpF { width:18.875rem;height:8.25rem;top:31.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifUzKDrAbszJeB9ZLmSTm9TFUbzsJT0C { width:12.25rem;height:0;top:79.749025rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #TiOlsr0pQRPRKkvfRZS13p8DlqAyK2Im { width:4.9375rem;height:0;top:82.186525rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #FEP5M0UDTZX0PEPkEWn6t2NNJeawJbAS { width:12.25rem;height:2.4375rem;top:66rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #LGyoTuT3CGhiw6L7IJMOPRdtl2m8roFE { width:7.4375rem;height:2.5996125rem;top:68.375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #auM6n2x5JtoAf5ncusIkakSFKct1vNtU { width:7.6875rem;height:2.4375rem;top:53.875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #pioaUVTTaIB7vOvTCloptVxw5GtC9Oga { width:7.375rem;height:1.29980625rem;top:56.3125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #mhTVipVz8A07WDQ9SKbG4rnnIobQFzIM { width:12.25rem;height:2.4375rem;top:40.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #KBEggA39A6S1dS7lx5hOkWOam0W9uIiA { width:17.875rem;height:2.5996125rem;top:42.75rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #ovgfRNpLc30JQxJGTW9kMTnClJTyWsOb { width:15.625rem;height:5.5625rem;top:66.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBK0ZZTowJztZgI16NTLW3aKVD9mmvo9 { width:3.1875rem;height:2.4375rem;top:50.5625rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ENZ7JM6naNqXt7ZSgIu1dTW55w21aNOV { width:3.75rem;height:2.4375rem;top:61.25rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #VF9iEFd2V2QyM8uyzcXza4UmhwTNn18x { width:12.5rem;height:5.75rem;top:33.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kDrwTkFsqXU7qBbd0heldkfUraATEF { width:8.9375rem;height:3.875rem;top:49.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx1eBllQzU3u0kZcJBxCXTivTa9Lu4q9 { width:3.75rem;height:2.4375rem;top:62.5rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #i2ioFLkmPgokKU72MeidUAqZAUwmnA9E { width:3.75rem;height:2.4375rem;top:61.125rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #J8yBdVrMv3CDhb4EddkzFsWR5cQOmC1T { width:3.75rem;height:2.4375rem;top:62.5rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #DAT61O7Qos23NAi9N5JdLSGXPG3MhQ1N { width:3.75rem;height:1.29980625rem;top:66rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #vgTVH8yoGUtPvLzcIIkPliBFOKM70a7I { width:3.75rem;height:1.29980625rem;top:52.5625rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #Rs1cgkTZ35tErEeqMgUMEngwycCgrVQr { width:3.75rem;height:1.29980625rem;top:61.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #WrLxkJi8neOZgGgx7Iw6ySRA8P0VRGyI { width:3.75rem;height:0;top:115.449221875rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #evWz6iasKe94xeQBTG1CQ9Gcw8NDn5Hi { width:3.75rem;height:1.4624rem;top:64.625rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #RLvvCxWEMMiZfnWSPAeEZySeNMhThQ8H { width:3.75rem;height:2.4375rem;top:64.5625rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #K3vtPoLKifFBT64iVQPg62U06hinRsDH { width:3.75rem;height:2.4375rem;top:63.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #spxJbGvybx2edoIBC9JPEmgzyiZHSca4 { width:3.75rem;height:1.29980625rem;top:61.25rem;left:16.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #bS4zSRO5ctQCgvxwIOoNv7eFUt7iCkQk { width:10.375rem;height:8.5625rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idraGqoVuXlibovDdKeoal8WI7i2O70g { width:4.8125rem;height:2.125rem;top:32rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqv7n8BoSTbPToQDaTv8CxTILto98Ep { width:9.75rem;height:11.0625rem;top:48.5625rem;left:10.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mIPyNXxc5KDhwMbVvEniQ6coDFuaBkNV { width:8.375rem;height:1.29980625rem;top:56.25rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XMhIanODDnFTx78zSx2PM9uDLAn4DhUW { width:8rem;height:2.4375rem;top:53.8125rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"clash grotesk";z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RusPnes41VQk0iqbWyLO5LVp8VMApo6l { width:12.25rem;height:0;top:80.374025rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;font-family:"neue montreal";z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #IcGnnhtwbIPsKXpkZTbk3TWZMV6TOHSt { width:12.125rem;height:2.25rem;top:74.125rem;left:3.9375rem;font-size:0.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VJWr7mB9xhPw1ZMlMi1RSfq4AmFRfxm3 { display:block; }
 }@media only screen and (max-width: 763px) { #SWxHhsVSb3ug6NhRgfbUqevsTvDg6SeJ { width:16.875rem;height:30rem;top:78.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 { background-color:#fafafa;background-image:none;display:block; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { background-color: transparent; background-image: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row > .video-iframe-container { display: none; }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .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); }#CW1QnrpvT4h11sbWD3cOwAa1kRCqfpD8 > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faT8MrbJO0hR75tnzk2wuaLJnXRrGRPD { width:12.875rem;height:5.84960625rem;top:11.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #SgT9nMudDC8iD5Iyy3lHhD0LLxwhHzqz { width:14.6875rem;height:4.548825rem;top:19.5rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpRQWJ2xiyiWn20t0kQW1bFkl10WT9Th { width:17.1875rem;height:17.4375rem;top:9.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyI1bFwHmwtHJOKO2BMkovWZu97ysDDW { width:20rem;height:2.03125rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:"clash grotesk";color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #VG8CLVfiuVuAKONqUFoHGkLJbcmeDw2p { width:19rem;height:4.0625rem;top:48.625rem;left:0.5rem;font-size:1.0625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #nrfxkhoZ3IWRsgJMonk7S2y4MviAAQ7Q { display:block; }
 }@media only screen and (max-width: 763px) { #bU0zSsN2ZTIxaUsWqbloiJqZe2WKLgdk { width:4.125rem;height:2.1875rem;top:4.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9fuqCc4KaByGHhz0eDAeELPHBV0Ph5z { width:14.8125rem;height:4.548825rem;top:37.4375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44UA688UwB16DBUuG6UeEqnATEvtTUf { width:17.1875rem;height:25.5rem;top:58.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2Tu6NHTmExsMrUquhvyVzEdn2wp60P6 { width:12.5625rem;height:5.84960625rem;top:29rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #KOt6Tvtivxt3TRJyNWcq8al6rhk4PEXr { width:17.1875rem;height:25.5rem;top:69.5625rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3stQGtJFz5ph1Cg1DhI7KIW3lG6i3XQ { width:14.8125rem;height:4.548825rem;top:55.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVbJFcgLUhgafPWrlR89UCqPDdeuvBcR { width:12.5625rem;height:5.84960625rem;top:48.0625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"neue montreal";display:block; }
 }@media only screen and (max-width: 763px) { #A6dHroBZO3wzluTB3iTdRMkkfoOdJzkW { width:17.1875rem;height:25.5rem;top:112.25rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwChfMOwuKdu4liAEMArAHl6TeSa9fCu { width:14.8125rem;height:3.41161875rem;top:75.5rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSqq5pe7OcqLeiKpk1xiulEWea6pKyKW { width:16.3125rem;height:5.84960625rem;top:67.125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #rNJyDORWaQhyou9sTXPLrysaAGJuRUfl { width:17.1875rem;height:17.4375rem;top:27.75rem;left:1.40625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iyUPmZicFivmvHO3KTQZnlbRnn51CAIJ { width:17.1875rem;height:17.4375rem;top:46.5rem;left:1.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GENbhlbnOTf1vFCm9bWdTteVfAbrVcnX { width:17.1875rem;height:17.4375rem;top:65.5rem;left:1.40625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NhusV34JC0r9HdLmUr9iBt0dlhTtcJXP { width:12.125rem;height:2.875rem;top:84.6875rem;left:3.9375rem;font-size:0.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUCqQyJ1mJseaG071bwuF8K0BDRhKHZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { background-color:#8967f3;background-image:none;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfXsqvXQSvJTsE7a8nEu3GZDGZavzHCI { width:20rem;height:21.746125rem;top:6.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFQPZ3bHlVKRgvCaTeFVE5MIaC6IS5s { width:20rem;height:3.73730625rem;top:2.24462890625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoXisBwf2WA3eg01kHU2VQhsRcTGXShq { display:block; }#LoXisBwf2WA3eg01kHU2VQhsRcTGXShq > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQL9R1fyq1gQTgNUSCUm4R3eb4k64Hw { width:20rem;height:23.375rem;top:4.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfUNJkFFEN4hSTGElx0bCQczmJIhs75I { width:10.375rem;height:0;top:7.46875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:"neue montreal";display:none; }
 }@media only screen and (max-width: 763px) { #VLNREG3Lp5BGveNi418LUNh98OLFAR21 { width:20rem;height:0;top:14.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfbncPWODNtXTdFqLglFkT6KG1pugTNC { width:6.9375rem;height:6.9375rem;top:4.53125rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S33TlHPkT0hdabieTWkavgAFU8gv8WOt { display:flex;width:4.6875rem;height:4.6875rem;top:7.15625rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCG7kmIUqLOzIcuRdwTAF0yQ6S5zRUDv { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #OQeHcEddkxSorrBlIPO9zyuETsESonXZ { width:4.6875rem;height:0;top:10.46875rem;left:14.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohZNbFyh0DG0NWxGbvDUTN7OxS2ihbVB { width:19.4375rem;height:16.875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XZU9AGRRgnnyISB2vaFBSUuXd1lrzH { width:17.625rem;height:7.3930625rem;top:12.919921875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLo7RT0JgETAOLXTfhWCrB3MPyyTuuFi { width:10.375rem;height:1.94970625rem;top:6.130859375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #D4sTxx3daWD0TNuyZaauIJRnoyrTknnP { width:6.9375rem;height:6.9375rem;top:3.28125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbq3oxkmq8fJUcVseatD9ckgNOwsHBb { display:flex;width:4.6875rem;height:4.6875rem;top:6.130859375rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #CUUbXk7AxpVcsOU76D4QzF4ywwe1LWNy { width:4.6875rem;height:1.13720625rem;top:9.44921875rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fRLL125u9G9C619WJZdluZLmPXV9x8 { width:19.4375rem;height:20.1875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97znr4pw32qcOFn4nSOKNTpFNJQBJTp { width:17.625rem;height:9.097625rem;top:33.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08pXOuKs92rKTBTcxuHwxVWZ9PFOrQP { width:13.125rem;height:1.94970625rem;top:26.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:700;font-style:normal;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #x2vdKAyCXpaMaqs6zN726O56JJlTQOQH { width:6.9375rem;height:6.9375rem;top:24.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94gpEOuq6RFGdI4Tt6dswwUvFnKpf72 { display:flex;width:4.6875rem;height:4.6875rem;top:27.0625rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #tAvBLEC4Q0DsTnGu88TswA1n1qLdawyl { width:4.6875rem;height:1.13720625rem;top:30.375rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #istsidiqu6GkuMmH7XhNt1tIc2xBeQGA { width:5.9375rem;height:2.2744125rem;top:8.60693359375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K19NCiNCZtDNkgNMgc7L2zVfvu0y9OS7 { width:8.875rem;height:0;top:44.75rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJNTR3iVGHDxkGf3VZvmuof9NP1HFkHu { width:10.375rem;height:2.2744125rem;top:29.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:16rem;height:2.11230625rem;top:4.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { width:2.25rem;height:1.375rem;top:2.3125rem;left:8.875rem;display:block; }
 }