@charset "UTF-8";
.hidden_label label, .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1224px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
[class*=col-] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .flex-row-sm-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .flex-row-md-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .flex-row-lg-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .flex-row-xl-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .flex-row-xxl-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  hanging-punctuation: first last;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100svh;
  max-width: 100%;
  overflow-x: hidden;
}

main {
  display: block;
}

img, picture, video, svg {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: middle;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
  border-style: none;
}

h1, h2, h3, h4, h5 {
  text-wrap: balance;
}

p, li, figcaption {
  text-wrap: pretty;
}

body > :is(header, footer), main, section, article {
  container-type: inline-size;
}

@media (prefers-reduced-motion: no-preference) {
  html, :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration-skip-ink: auto;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[hidden] {
  display: none;
}

/* material-icons-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-v145-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/space-grotesk-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/space-grotesk-v22-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/space-grotesk-v22-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/space-grotesk-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.neutral-bg {
  background-color: #E4E6F6;
}

.gradient-bg {
  background: linear-gradient(91.94deg, #004AFF 0%, #00E5FF 100%);
}

.light-gradient-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #E4E6F6 100%);
}

.primary-color-bg {
  background-color: #004AFF;
}

.secondary-color-bg {
  background-color: #00E5FF;
}

.tertiary-color-bg {
  background-color: #141626;
}

.center {
  text-align: center;
}
.center img {
  margin-inline: auto;
}

.bg-center {
  background-position: center center !important;
}

.left {
  text-align: left;
}

.light-bg {
  background-color: #fff;
}

.padding-xl {
  padding: 130px 0 !important;
}

.padding-top-xl {
  padding-top: 130px !important;
}

.padding-bottom-xl {
  padding-bottom: 130px !important;
}

.padding-lg {
  padding: 100px 0 !important;
}

.padding-top-lg {
  padding-top: 100px !important;
}

.padding-bottom-lg {
  padding-bottom: 100px !important;
}

.padding-md {
  padding: 50px 0 !important;
}

.padding-top-md {
  padding-top: 50px !important;
}

.padding-bottom-md {
  padding-bottom: 50px !important;
}

@media (max-width: 991px) {
  .padding-xl {
    padding: 80px 0 !important;
  }
  .padding-top-xl {
    padding-top: 80px !important;
  }
  .padding-bottom-xl {
    padding-bottom: 80px !important;
  }
  .padding-lg {
    padding: 50px 0 !important;
  }
  .padding-top-lg {
    padding-top: 50px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 50px !important;
  }
}
.bp-bottom {
  background-position: bottom center !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-stretch {
  align-items: stretch !important;
}

@media (min-width: 576px) {
  .justify-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-between {
    justify-content: space-between !important;
  }
  .justify-sm-around {
    justify-content: space-around !important;
  }
  .align-sm-start {
    align-items: flex-start !important;
  }
  .align-sm-end {
    align-items: flex-end !important;
  }
  .align-sm-center {
    align-items: center !important;
  }
  .align-sm-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .justify-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-between {
    justify-content: space-between !important;
  }
  .justify-md-around {
    justify-content: space-around !important;
  }
  .align-md-start {
    align-items: flex-start !important;
  }
  .align-md-end {
    align-items: flex-end !important;
  }
  .align-md-center {
    align-items: center !important;
  }
  .align-md-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .justify-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-between {
    justify-content: space-between !important;
  }
  .justify-lg-around {
    justify-content: space-around !important;
  }
  .align-lg-start {
    align-items: flex-start !important;
  }
  .align-lg-end {
    align-items: flex-end !important;
  }
  .align-lg-center {
    align-items: center !important;
  }
  .align-lg-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1200px) {
  .justify-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-between {
    justify-content: space-between !important;
  }
  .justify-xl-around {
    justify-content: space-around !important;
  }
  .align-xl-start {
    align-items: flex-start !important;
  }
  .align-xl-end {
    align-items: flex-end !important;
  }
  .align-xl-center {
    align-items: center !important;
  }
  .align-xl-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1400px) {
  .justify-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-between {
    justify-content: space-between !important;
  }
  .justify-xxl-around {
    justify-content: space-around !important;
  }
  .align-xxl-start {
    align-items: flex-start !important;
  }
  .align-xxl-end {
    align-items: flex-end !important;
  }
  .align-xxl-center {
    align-items: center !important;
  }
  .align-xxl-stretch {
    align-items: stretch !important;
  }
}
.row.g-10 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  row-gap: 10px;
}
.row.g-10 [class*=col-] {
  padding-right: 0.3125em;
  padding-left: 0.3125rem;
}
.row.g-15 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  row-gap: 16px;
}
.row.g-15 [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row.g-20 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  row-gap: 20px;
}
.row.g-20 [class*=col-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.g-40 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  row-gap: 20px;
}
.row.g-40 [class*=col-] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .row.g-80 {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    row-gap: 20px;
  }
  .row.g-80 [class*=col-] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 999 !important;
}

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 999 !important;
  }
}
@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 999 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 999 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-last {
    order: 999 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-last {
    order: 999 !important;
  }
}
.z-1 {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .overlap-image-bottom .module-image {
    position: relative;
    margin-bottom: -130px;
    z-index: 2;
  }
}

.wave-overlay {
  position: relative;
}
.wave-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-bg.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 0.5;
}

.location-tags-overlay {
  position: relative;
}
.location-tags-overlay > * {
  position: relative;
  z-index: 2;
}
.location-tags-overlay:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 100%;
  height: 100%;
  max-width: 1282px;
  max-height: 314px;
  background: url(../img/pins-dark.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, 0);
  z-index: 1;
}
.location-tags-overlay.light:after {
  max-width: 1198px;
  max-height: 564px;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  background-image: url(../img/pins-light.svg);
}

.accent-tab--bottom-white {
  position: relative;
}
.accent-tab--bottom-white:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 50px;
  width: 55%;
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
}

.accent-tab--bottom-right-white {
  position: relative;
}
.accent-tab--bottom-right-white:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 50px;
  width: 55%;
  background: #fff;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #94A3B8;
  background-color: #000;
}

h1,
.heading--h1,
h2,
.heading--h2,
h3,
.heading--h3,
h4,
.heading--h4,
h5,
.heading--h5,
h6 {
  font-family: "Space Grotesk", serif;
  color: #FFF;
  margin-bottom: 1.1rem;
}
h1 span,
.heading--h1 span,
h2 span,
.heading--h2 span,
h3 span,
.heading--h3 span,
h4 span,
.heading--h4 span,
h5 span,
.heading--h5 span,
h6 span {
  color: #00E5FF;
}
.light h1 span,
.light .heading--h1 span,
.light h2 span,
.light .heading--h2 span,
.light h3 span,
.light .heading--h3 span,
.light h4 span,
.light .heading--h4 span,
.light h5 span,
.light .heading--h5 span,
.light h6 span {
  color: #004AFF;
}

h1,
.heading--h1 {
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.2;
  color: #FFF;
  text-transform: none;
  letter-spacing: normal;
}

h2,
.heading--h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.3;
  color: #FFF;
  text-transform: none;
  letter-spacing: normal;
}

h3,
.heading--h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  color: #FFF;
  text-transform: none;
  letter-spacing: normal;
}

h4,
.heading--h4 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  text-transform: none;
  letter-spacing: normal;
}

h5,
.heading--h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  text-transform: none;
  letter-spacing: normal;
}

.text p {
  margin-bottom: 1.3333333333rem;
}

.p-xl,
.p-xl p {
  font-size: 24px;
}

.p-lg,
.p-lg p {
  font-size: 20px;
}

.p-md,
.p-md p {
  font-size: 16px;
}

.p-sm,
.p-sm p {
  font-size: 15px;
}

.p-xs,
.p-xs p {
  font-size: 14px;
}

.p-white,
.p-white p {
  color: #fff;
}

.light .p-white,
.light .p-white p, .light.p-white p {
  color: #000;
}

.text > *:last-child,
.content > *:last-child {
  margin-bottom: 0;
}

a:not(.btn):not(.button):not(.cta) {
  color: #00E5FF;
  text-decoration: none;
}
a:not(.btn):not(.button):not(.cta):hover, a:not(.btn):not(.button):not(.cta):focus, a:not(.btn):not(.button):not(.cta):active {
  color: #141626;
  text-decoration: underline;
}

.btn,
.button,
input[type=button],
input[type=submit] {
  font-family: "Space Grotesk", serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 14px 20px;
  border-radius: 2px;
  background-color: #00E5FF;
  background: linear-gradient(90deg, #004AFF 0%, #00E5FF 26%, #00E5FF 26%, #004AFF 74%, #004AFF 75%, #004AFF 100%);
  color: #000;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
  background-size: 400% 100%;
  background-position: 0 50%;
  animation: gradientOut 0.5s ease forwards;
}
@media (max-width: 767px) {
  .btn,
  .button,
  input[type=button],
  input[type=submit] {
    padding: 1rem 1.6666666667rem;
    letter-spacing: 1px;
  }
}
.btn:hover, .btn:focus, .btn:active,
.button:hover,
.button:focus,
.button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: #000;
  border: none;
  text-decoration: none;
  animation: gradientIn 0.5s ease forwards;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border: 1px solid #00E5FF;
  background-color: #00E5FF;
  color: #000;
}

.btn-arrow {
  padding-inline: 30px;
}
.btn-arrow:after {
  content: "\e5c8";
  font-family: "Material Icons";
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.cta {
  font-family: "Space Grotesk", serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #94A3B8;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.cta:after {
  content: "\e5c8";
  position: relative;
  top: -2px;
  font-family: "Material Icons";
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #94A3B8;
  line-height: 0;
  transition: color 0.3s ease-in-out;
}
.cta:hover, .cta:focus, .cta:active {
  color: #00E5FF;
}
.cta:hover:after, .cta:focus:after, .cta:active:after {
  color: #00E5FF;
}

@keyframes gradientIn {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes gradientOut {
  from {
    background-position: 100% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
.inline-ctas {
  display: flex;
  gap: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 13px 20px;
  border-radius: 0;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border: none;
  background-color: #343646;
  font-weight: 600;
  width: 100%;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #FFF;
  opacity: 0.7;
  font-weight: 400;
}

.module {
  padding: 80px 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.module-header + *,
.module-content + * {
  margin-top: 60px;
}
.module-header.narrow + *,
.module-content.narrow + * {
  margin-top: 30px;
}
.module-header.narrow-sm + *,
.module-content.narrow-sm + * {
  margin-top: 15px;
}

.row {
  row-gap: 30px;
}

.eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #94A3B8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

main section:last-of-type {
  padding-bottom: 100px !important;
}

main section.padding-xl:last-of-type {
  padding-bottom: 150px !important;
}

.text ul,
.content ul {
  list-style: none;
  padding: 0;
}
.text ul > li,
.content ul > li {
  padding-left: 30px;
  position: relative;
}
.text ul > li:before,
.content ul > li:before {
  content: "•";
  color: currentColor;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 4px;
  line-height: 1;
}
.text ul.check-list > li:before,
.content ul.check-list > li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  color: #00E5FF;
  left: 0;
}
.text ul.check-list > li + li,
.content ul.check-list > li + li {
  margin-top: 16px;
}

.skip-links a {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-links a:focus, .skip-links a:active {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
}

.btn--fullwidth {
  width: 100%;
  text-align: center;
}

.slick-dots {
  padding: 20px;
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: center;
  margin: 60px 0 0 0;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #94A3B8;
  border: none;
  border-radius: 50px;
  display: block;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #00E5FF;
}

.gradient-bg .slick-dots li button {
  background-color: #FFF;
}
.gradient-bg .slick-dots li.slick-active button {
  background-color: #004AFF;
}

.light p,
.light span,
.light li {
  color: #94A3B8;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5 {
  color: #000;
}
.light h1 span,
.light h2 span,
.light h3 span,
.light h4 span,
.light h5 span {
  color: #004AFF;
}
.light .btn {
  border: none;
  background-color: linear-gradient(90deg, #004AFF 0%, #00E5FF 26%, #00E5FF 26%, #004AFF 74%, #004AFF 75%, #004AFF 100%);
  color: #000;
}
.light .btn:hover, .light .btn:active, .light .btn:focus {
  border: none;
  background-color: linear-gradient(90deg, #004AFF 0%, #00E5FF 26%, #00E5FF 26%, #004AFF 74%, #004AFF 75%, #004AFF 100%);
  color: #000;
}

.content-box {
  border: 2px solid #343646;
  background-color: #141626;
  height: 100%;
}
.content-box .text {
  padding: 30px;
}

.light .content-box {
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(20, 22, 38, 0.2);
}

.accordion .accordion-item {
  border: 1px solid #343646;
  background-color: #141626;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 11px;
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}
.accordion .accordion-item .accordion-header:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.accordion .accordion-item .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease;
}
.accordion .accordion-item.is-open .accordion-header:after {
  transform: rotate(-135deg);
}
.accordion .accordion-item.is-open .content {
  padding: 0 32px 16px;
}
.accordion + .accordion {
  margin-top: 60px;
}

.light .accordion .accordion-item {
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(20, 22, 38, 0.2);
}
.light .accordion .accordion-item .accordion-header {
  color: #000;
}
.light .accordion .accordion-item .accordion-header:after {
  color: #94A3B8;
}

dialog {
  border: none;
  border-radius: 12px;
  padding: 24px;
  max-width: 600px;
  width: 90%;
  background-color: #000;
  color: #94A3B8;
  margin: 15px auto 0;
}
dialog .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0;
  color: transparent;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
dialog .close-modal:before {
  content: "\e5cd";
  font-family: "Material Icons";
  font-size: 20px;
  color: #00E5FF;
}
dialog .close-modal:hover, dialog .close-modal:active, dialog .close-modal:focus {
  background: rgba(255, 255, 255, 0.2);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.pre-launch-form {
  background-color: #141626;
  border: 1px solid #343646;
  margin-top: 60px;
  padding: 48px;
}
.pre-launch-form h3,
.pre-launch-form .heading--h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
.pre-launch-form .form-section + .form-section {
  margin-top: 60px;
}
.pre-launch-form .form-section label,
.pre-launch-form .form-section p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.pre-launch-form .form-section .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0 20px;
  z-index: 10;
}
#header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #header .header-wrapper .main-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #141626;
    width: 300px;
    padding: 60px 20px;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
}
#header .header-wrapper .main-menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #header .header-wrapper .main-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
#header .header-wrapper .main-menu ul li,
#header .header-wrapper .main-menu ul li + li {
  margin: 0;
}
#header .header-wrapper .main-menu ul a {
  color: #FFF;
  transition: 0.4s ease;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  #header .header-wrapper .main-menu ul a {
    font-size: 22px;
  }
}
#header .header-wrapper .main-menu ul a:hover, #header .header-wrapper .main-menu ul a:focus, #header .header-wrapper .main-menu ul a:active {
  color: #00E5FF;
  text-decoration: none;
}
#header .header-wrapper .main-menu ul li.current-menu-item a {
  color: #00E5FF;
}
@media (max-width: 991px) {
  #header .header-wrapper .btn {
    flex-basis: 100%;
  }
}
#header .header-wrapper .menu-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  background: none;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #header .header-wrapper .menu-toggle {
    display: block;
  }
}
#header .header-wrapper .menu-toggle span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #FFF;
  transition: all 0.3s ease;
}
#header .header-wrapper .menu-toggle span:nth-child(1) {
  top: 12px;
}
#header .header-wrapper .menu-toggle span:nth-child(2) {
  top: 19px;
}
#header .header-wrapper .menu-toggle span:nth-child(3) {
  top: 26px;
}
#header .header-wrapper .menu-toggle.is-active span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
#header .header-wrapper .menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
#header .header-wrapper .menu-toggle.is-active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

body {
  left: 0;
  transition: left 0.5s ease !important;
  position: relative;
}
@media (max-width: 991px) {
  body.menu-open {
    left: -300px;
  }
}
@media (max-width: 991px) {
  body.menu-open #header .header-wrapper .main-menu {
    transform: translateX(0);
  }
}

#footer {
  margin-top: -50px;
}
#footer .tagline {
  clip-path: polygon(0 0, 50% 0, 52% 100%, 0% 100%);
  background: linear-gradient(90deg, #141626 0%, #000000 100%);
  padding: 20px 0 7px 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  #footer .tagline {
    clip-path: polygon(0 0, 70% 0, 75% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  #footer .tagline {
    clip-path: polygon(0 0, 90% 0, 95% 100%, 0% 100%);
  }
}
#footer .main-footer {
  margin-top: -2px;
  background: linear-gradient(90deg, #141626 0%, #000000 100%);
  padding: 100px 0;
}
#footer .main-footer .left-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
#footer .main-footer .left-wrapper .text {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  #footer .main-footer .left-wrapper .text {
    flex-basis: 100%;
    text-align: center;
  }
}
#footer .main-footer .left-wrapper .text .footer-logo {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #footer .main-footer .left-wrapper .text .footer-logo {
    margin: 0 auto 24px auto;
  }
}
#footer .main-footer .left-wrapper .text .disclaimer {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 24px;
}
#footer .main-footer .left-wrapper .text .social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .main-footer .left-wrapper .text .social-links {
    justify-content: center;
  }
}
#footer .main-footer .left-wrapper .text .social-links li {
  margin: 0;
  padding: 0;
}
#footer .main-footer .left-wrapper .text .social-links li:before {
  display: none;
}
#footer .main-footer .left-wrapper .text .social-links li .btn {
  width: 40px;
  height: 40px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .main-footer .left-wrapper .text .social-links li .btn img {
  width: 16px;
}
#footer .main-footer .left-wrapper .footer-nav {
  flex-basis: calc(50% - 48px);
  margin-top: 16px;
}
@media (max-width: 767px) {
  #footer .main-footer .left-wrapper .footer-nav {
    flex-basis: 100%;
  }
}
#footer .main-footer .left-wrapper .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  #footer .main-footer .left-wrapper .footer-nav ul {
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
#footer .main-footer .left-wrapper .footer-nav ul li {
  margin: 0;
  padding: 0;
}
#footer .main-footer .left-wrapper .footer-nav ul li a {
  color: #94A3B8;
  font-size: 16px;
  transition: 0.3s ease;
}
#footer .main-footer .left-wrapper .footer-nav ul li a:hover, #footer .main-footer .left-wrapper .footer-nav ul li a:active, #footer .main-footer .left-wrapper .footer-nav ul li a:focus {
  color: #FFF;
  text-decoration: none;
}
#footer .main-footer .left-wrapper .footer-nav ul li.current-menu-item a {
  color: #FFF;
}
#footer .main-footer .copyright {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}
#footer .main-footer .copyright p {
  font-size: 13px;
}
#footer .main-footer .copyright .footer-secondary-nav {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#footer .main-footer .copyright .footer-secondary-nav li {
  margin: 0;
}
#footer .main-footer .copyright .footer-secondary-nav li + li {
  margin: 0;
}
#footer .main-footer .copyright .footer-secondary-nav li a {
  font-size: 13px;
  color: #94A3B8;
  transition: 0.3s ease;
}
#footer .main-footer .copyright .footer-secondary-nav li a:hover, #footer .main-footer .copyright .footer-secondary-nav li a:active, #footer .main-footer .copyright .footer-secondary-nav li a:focus {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .footer-form-col {
    order: -1;
    text-align: center;
  }
}
#footer .footer-form-col form.wpcf7-form input[type=text],
#footer .footer-form-col form.wpcf7-form input[type=tel],
#footer .footer-form-col form.wpcf7-form input[type=email],
#footer .footer-form-col form.wpcf7-form textarea {
  background-color: #FFF;
  color: #000;
  margin-bottom: 15px;
}
#footer .footer-form-col form.wpcf7-form textarea {
  height: 100px;
}
#footer .footer-form-col form.wpcf7-form ::placeholder {
  color: #94A3B8;
  font-weight: 400;
}
#footer .footer-form-col form.wpcf7-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#footer .footer-form-col form.wpcf7-form input[type=submit] {
  width: 100%;
}
#footer .footer-form-col form.wpcf7-form p {
  margin-bottom: 0;
}

.page-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 800px;
  overflow: clip;
  padding: 180px 0 60px;
}
.page-banner .text p {
  color: #fff;
}
.page-banner.home-banner {
  background-position: bottom center !important;
}
.page-banner.home-banner .module-image {
  position: relative;
}
.page-banner.home-banner .module-image:before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -54px;
  width: 100%;
  height: 100%;
  background: url(../img/pins.png) no-repeat bottom center;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 992px) {
  .page-banner.home-banner .module-image {
    margin-right: max((100% - 50vw) / 2, -150px);
  }
}
.page-banner.short-hero {
  min-height: 600px;
}

.module-default.module-default--badged {
  position: relative;
  margin-top: -50px;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 150px;
}
.module-default.module-default--badged .module-default__background-medal {
  position: absolute;
  top: -140px;
  left: -70px;
  width: 330px;
  height: 330px;
  opacity: 0.75;
  z-index: 0;
}
.module-default__header {
  position: relative;
  z-index: 1;
  padding-left: 12%;
}
.module-default__header > *:not(.module-default__background-medal) {
  position: relative;
  z-index: 1;
}
.module-default__inner {
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .module-default__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .module-default__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.module-default__left {
  width: calc(50% - 60px);
}
@media (max-width: 991px) {
  .module-default__left {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .module-default__left {
    text-align: center;
    width: 100%;
  }
}
.module-default__big-message {
  padding-top: 40px;
}
.module-default__big-message p {
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 600;
  font-family: "Space Grotesk", serif;
  color: #004AFF;
  line-height: 1.2;
}
.module-default__right {
  width: calc(50% - 60px);
}
@media (max-width: 991px) {
  .module-default__right {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .module-default__right {
    width: 100%;
  }
}
.module-default__right .text {
  max-width: 600px;
}
@media (max-width: 767px) {
  .module-default__right .text {
    max-width: 100%;
  }
}
.module-default.module--flipped .module-default__header {
  padding-left: 0;
  padding-right: 12%;
  text-align: right;
}
.module-default.module--flipped .module-default__left {
  order: 2;
}
.module-default.module--flipped .module-default__right {
  order: 1;
}

.module-content-banner .content-banner {
  position: relative;
  border: 2px solid #343646;
  padding: 45px 0 0;
}
.module-content-banner .content-banner .banner-tag {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40%;
  height: 48px;
  background: #343646;
  clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 0 100%);
  padding: 10px 35px 10px 20px;
  font-size: 16px;
  letter-spacing: 0.25em;
}
.module-content-banner .content-banner .banner-tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: 2px;
  bottom: 2px;
  background-color: #000;
  clip-path: polygon(0 0, calc(100% - 2px) 0, calc(100% - 45px) 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .module-content-banner .content-banner .banner-tag {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .module-content-banner .content-banner .banner-tag {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .module-content-banner .content-banner .banner-tag {
    width: 75%;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .module-content-banner .content-banner .banner-tag {
    width: 97%;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }
}
.module-content-banner .content-banner .text {
  padding: 35px 50px 30px 0;
}
.module-content-banner .content-banner .text .eyebrow {
  font-weight: 700;
  color: #00E5FF;
}
.module-content-banner .content-banner .text p {
  font-size: 15px;
}
@media (max-width: 991px) {
  .module-content-banner .content-banner .text {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .module-content-banner .content-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }
  .module-content-banner .content-banner .text {
    position: relative;
  }
}
.module-content-banner.heading--big .content-banner .text h2 {
  font-size: clamp(28px, 4vw, 64px);
}

.team-card {
  display: flex;
  border: none;
  background: transparent;
  padding: 0;
  gap: 30px;
  align-items: center;
  text-align: left;
}
.team-card .image-wrapper {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
}
.team-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-card .team-content span {
  display: block;
  font-size: 16px;
  color: #94A3B8;
}
.team-card .team-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #00E5FF;
}

button.team-card {
  cursor: pointer;
}

.module-highlights .eyebrow {
  display: block;
  margin: 0;
  padding: 29px 0 0 40px;
  color: #fff;
}
.module-highlights .box-tab {
  position: relative;
}
.module-highlights .box-tab:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  border-width: 0px 50px 50px 0px;
  border-color: transparent transparent #004AFF transparent;
  border-style: solid;
}
@media (max-width: 575px) {
  .module-highlights .box-tab:after {
    display: none;
  }
}
.module-highlights .highlights-content,
.module-highlights .box-tab {
  background-color: #004AFF;
}
.module-highlights .highlights-content {
  padding: 30px 0 165px;
}
.module-highlights .highlights-content h2 {
  margin-bottom: 10px;
}
.module-highlights .highlights-blocks {
  padding: 1px 20px 0;
  margin-top: -140px;
}
.module-highlights .highlights-blocks .icon-wrapper {
  max-width: 48px;
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .module-highlights .highlights-header {
    background-color: #004AFF;
  }
  .module-highlights .highlights-header .inline-ctas {
    justify-content: center;
  }
  .module-highlights .highlights-header .inline-ctas .cta,
  .module-highlights .highlights-header .inline-ctas .cta:after {
    color: #fff;
  }
}

.module-content-blocks .content-block {
  display: flex;
  gap: 16px;
}
.module-content-blocks .content-block .accent-wrapper {
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
  border-radius: 0;
  background-color: #00E5FF;
  background: linear-gradient(90deg, #004AFF 0%, #00E5FF 26%, #00E5FF 26%, #004AFF 74%, #004AFF 75%, #004AFF 100%);
  background-size: 400% 100%;
  background-position: 0 50%;
}
.module-content-blocks .content-block .text {
  width: calc(100% - 80px);
}
.module-content-blocks .content-block .text h3 {
  font-size: clamp(20px, 2.5vw, 28px);
}

.accordion .accordion-item {
  border: 1px solid #343646;
  background-color: #141626;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 11px;
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}
.accordion .accordion-item .accordion-header:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.accordion .accordion-item .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease;
}
.accordion .accordion-item.is-open .accordion-header:after {
  transform: rotate(-135deg);
}
.accordion .accordion-item.is-open .content {
  padding: 0 32px 16px;
}

.stat-box {
  text-align: center;
}
.stat-box .stat-number {
  display: block;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
}
.stat-box p {
  font-size: 13px;
}

.light .stat-box .stat-number {
  color: #004AFF;
}
.light .stat-box p {
  color: #000;
}

.module-form .module__title {
  margin-bottom: 40px;
}
.module-form .desc-cols p {
  margin-bottom: 15px;
}

.pre-launch-form {
  background-color: #141626;
  border: 1px solid #343646;
  margin-top: 60px;
  padding: 48px;
}
.pre-launch-form h3,
.pre-launch-form .heading--h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
.pre-launch-form .form-section + .form-section {
  margin-top: 60px;
}
.pre-launch-form .form-section label,
.pre-launch-form .form-section p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.pre-launch-form .form-section .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.pre-launch-form .form-section .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 767px) {
  .pre-launch-form .form-section .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}
.pre-launch-form input[type=submit] {
  width: 100%;
}

.module-icon-boxes .image-wrapper {
  margin-bottom: 20px;
}
.module-icon-boxes .content-box .icon-wrapper {
  margin-bottom: 16px;
}
.module-icon-boxes .content-box .icon-wrapper img {
  display: inline;
}
.module-icon-boxes .content-box h3 {
  font-size: 16px;
}
.module-icon-boxes .content-box ul li {
  text-align: left;
}
.module-icon-boxes .content-box p,
.module-icon-boxes .content-box li {
  font-size: 14px;
}
.module-icon-boxes.big-headings .content-box h3 {
  font-size: clamp(20px, 2.5vw, 24px);
}
.module-icon-boxes.light .content-box {
  background-color: rgba(255, 255, 255, 0.8);
}
.module-icon-boxes.light .content-box p,
.module-icon-boxes.light .content-box li {
  color: #000;
}
.module-icon-boxes.hide-boxes .content-box {
  border: none;
  background-color: transparent;
}
.module-icon-boxes.hide-boxes .content-box p {
  text-align: left;
}
.module-icon-boxes.hide-boxes .content-box p strong {
  font-weight: 400;
  color: #00E5FF;
}

.module-slides-tabs {
  background: url(../img/slider-bg.png) no-repeat;
  padding-bottom: 0;
  background-size: cover;
  position: relative;
}
.module-slides-tabs:before {
  content: "";
  background: url(../img/cut.svg) no-repeat top right;
  height: 50px;
  width: 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 767px) {
  .module-slides-tabs:before {
    display: none;
  }
}
.module-slides-tabs .slider-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .module-slides-tabs .slider-wrapper {
    margin-top: 0;
  }
}
.module-slides-tabs .slider-wrapper .slider-for {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 991px) {
  .module-slides-tabs .slider-wrapper .slider-for {
    position: static;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
.module-slides-tabs .slider-wrapper .slider-for .slider-image {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .module-slides-tabs .slider-wrapper .slider-for .slider-image {
    justify-content: center;
  }
}
.module-slides-tabs .slider-wrapper .slider-for .slider-image img {
  max-width: 920px;
}
.module-slides-tabs .slider-wrapper .slider-nav {
  padding-bottom: 60px;
}
.module-slides-tabs .slider-wrapper .slider-nav .slider-box {
  background-color: #141626;
  border: 1px solid #343646;
  padding: 32px;
}
.module-slides-tabs .slider-wrapper .slider-nav .slider-box h3 {
  color: #00E5FF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.module-slides-tabs .slider-wrapper .slider-nav .slider-box p {
  font-size: 15px;
  line-height: 26px;
}
.module-slides-tabs .slider-wrapper .slider-nav .slick-track {
  display: flex !important;
}
.module-slides-tabs .slider-wrapper .slider-nav .slick-slide {
  height: inherit !important;
}

.module-calendly {
  background: url(../img/demo-bg.png) no-repeat;
  background-size: cover;
}
.module-calendly .heading {
  margin-bottom: 60px;
}
.module-calendly .benefits .content-box + .content-box {
  margin-top: 20px;
}
.module-calendly .benefits .content-box .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.module-calendly .benefits .content-box .wrapper .number {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #FFF;
  background: linear-gradient(91.94deg, #004AFF 0%, #00E5FF 100%);
  font-family: "Space Grotesk", serif;
  font-size: 16px;
  font-weight: 700;
  flex-basis: 40px;
}
.module-calendly .benefits .content-box .wrapper .content {
  width: calc(100% - 80px);
}
.module-calendly .benefits .content-box .wrapper .content h3 {
  font-size: 20px;
  color: #004AFF;
  font-family: "Inter", sans-serif;
}
.module-calendly .benefits .content-box .wrapper .content p {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .module-calendly .details {
    text-align: center;
  }
}
.module-calendly .details p {
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
}
.module-calendly .details p.blue {
  color: #004AFF;
  font-size: 15px;
  font-weight: 600;
}
.module-calendly .details .profile-box {
  text-align: center;
}
.module-calendly .details .profile-box .picture {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto 5px;
  object-fit: cover;
  overflow: clip;
}
.module-calendly .details .profile-box .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-calendly .details .profile-box .name {
  display: block;
  color: #004AFF;
  font-size: 16px;
  font-weight: 700;
}
.module-calendly .details .profile-box .position {
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #000;
}
.module-calendly .details .calendly-wrapper {
  margin-top: 60px;
}
.module-calendly .end-text p {
  color: #000;
}

.module-comparison-blocks .comparison-block {
  position: relative;
  border: 2px solid #343646;
  padding: 90px 40px 250px;
  height: 100%;
}
.module-comparison-blocks .comparison-block:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 50%;
  height: 50px;
  background: #343646;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%);
}
.module-comparison-blocks .comparison-block:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 50%;
  height: 50px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%);
}
.module-comparison-blocks .comparison-block .text h3 {
  margin-bottom: 10px;
}
.module-comparison-blocks .comparison-block .text h4 {
  font-family: "Inter", sans-serif;
  margin: 0;
}
.module-comparison-blocks .comparison-block .text p,
.module-comparison-blocks .comparison-block .text li {
  font-size: 20px;
  color: #fff;
}
.module-comparison-blocks .comparison-block .text .heading--h3 {
  font-size: clamp(24px, 3vw, 32px);
}
.module-comparison-blocks .comparison-block .notes {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
  color: #fff;
}
.module-comparison-blocks .comparison-block .notes p {
  font-size: 16px;
}
.module-comparison-blocks .comparison-block .notes p strong {
  font-size: 20px;
}
.module-comparison-blocks .comparison-block .notes p span {
  font-size: 28px;
}
.module-comparison-blocks .row > div + div .comparison-block:before {
  right: auto;
  left: -2px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
}
.module-comparison-blocks .row > div + div .comparison-block:after {
  right: auto;
  left: -4px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
}
.module-comparison-blocks .module-footer h4 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
}
.module-comparison-blocks .module-footer p {
  font-family: "Space Grotesk", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 24px);
  color: #fff;
}

.comparison-list,
.text .comparison-list {
  margin: 0;
  padding: 0;
}
.comparison-list > li,
.text .comparison-list > li {
  display: flex;
  gap: 43px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.comparison-list > li:before,
.text .comparison-list > li:before {
  content: "\e5cd";
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "Material Icons";
  width: 50px;
  height: 50px;
  background: linear-gradient(91.94deg, #5a0000 0%, #ff0000 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
.comparison-list > li:after,
.text .comparison-list > li:after {
  content: "";
  position: relative;
  display: block;
  font-family: "Material Icons";
  width: 50px;
  height: 50px;
  background: linear-gradient(91.94deg, #5a0000 0%, #ff0000 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
  line-height: 1;
}
.comparison-list > li.left-check:before,
.text .comparison-list > li.left-check:before {
  content: "\e5ca";
  background: linear-gradient(91.94deg, #004AFF 0%, #00E5FF 100%);
  color: #fff;
}
.comparison-list > li.right-check:after,
.text .comparison-list > li.right-check:after {
  content: "\e5ca";
  background: linear-gradient(91.94deg, #004AFF 0%, #00E5FF 100%);
  color: #fff;
}
.comparison-list > li span,
.text .comparison-list > li span {
  content: "";
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-weight: 500;
  background: #141626;
  border: 1px solid #343646;
  text-align: center;
  color: #fff;
  flex: 1 0 0%;
}
.comparison-list > li + li,
.text .comparison-list > li + li {
  margin-top: 20px;
}

.content-box-hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(91.94deg, #004AFF 0%, #00E5FF 100%);
  transition: background 0.3s ease, transform 0.3s ease;
  padding: 30px 20px;
  cursor: pointer;
}
.content-box-hover .icon-wrapper {
  margin-bottom: 10px;
  text-align: center;
}
.content-box-hover .icon-wrapper img {
  display: inline;
}
.content-box-hover .front-content {
  color: #fff;
}
.content-box-hover .front-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.content-box-hover .back-content {
  padding-top: 16px;
  color: #fff;
}
.content-box-hover .back-content p {
  font-size: 14px;
}
.content-box-hover:hover, .content-box-hover:active, .content-box-hover:focus {
  background: #141626;
}
@media (min-width: 992px) {
  .content-box-hover .back-content {
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
  }
  .content-box-hover:hover .back-content, .content-box-hover:active .back-content, .content-box-hover:focus .back-content {
    max-height: 300px;
    opacity: 1;
  }
  .content-box-hover.is-measuring .card-content {
    opacity: 1;
    max-height: 300px;
  }
}

.feature-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 123px;
}
.feature-box .text {
  padding: 0;
}
.feature-box .feature-header {
  text-align: center;
}
.feature-box .feature-header h3 {
  margin-bottom: 0;
}
.feature-box .feature-header .subtitle {
  font-size: 20px;
  color: #00E5FF;
}
.feature-box .feature-header + * {
  margin-top: 50px;
}
.feature-box .feature-content {
  flex: 1;
}
.feature-box .feature-content h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00E5FF;
}
.feature-box .feature-content li {
  font-size: 18px;
  color: #fff;
}
.feature-box .btn-wrapper {
  margin-top: 28px;
}
.feature-box .price {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 40px;
  width: 100%;
  font-size: 24px;
  color: #00E5FF;
  text-align: center;
}

.module-highlight-image .highlights-box {
  position: relative;
  background: #004AFF;
  margin-top: 50px;
  padding: 20px 0 1px 20px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.module-highlight-image .highlights-box .box-tab {
  position: absolute;
  width: 60%;
  height: 50px;
  top: -50px;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
  background: #004AFF;
  padding: 30px 40px 0;
}
.module-highlight-image .highlights-box .box-tab .eyebrow {
  color: #fff;
}
.module-highlight-image .highlights-box .module-image {
  margin-right: -50px;
  margin-bottom: -50px;
  border: 1px solid #343646;
  background: #141626;
  text-align: center;
}/*# sourceMappingURL=main.css.map */