/* Marketing home — hero, Spline layers, mission grid (pairs with about.css on .wm-about-page) */

/* No extra DOM wrapper: clip horizontal scroll when fixed Spline/canvas exceeds layout width. */
html:has(.wm-home-spline-fixed),
body:has(.wm-home-spline-fixed) {
  overflow-x: clip;
  max-width: 100%;
}

.wm-home-gallery-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wm-home-gallery-mark img {
  display: block;
  width: auto;
  height: 2.25rem;
  object-fit: contain;
  opacity: 0.95;
}

.wm-home-spline-fixed {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  max-width: 100%;
  z-index: 0;
  pointer-events: auto;
  overflow: hidden;
  /* scale > 1 on a fixed full-viewport layer widens scrollable overflow; keep at 1 */
  scale: 1;
  box-sizing: border-box;
}

.wm-home-spline-fixed .section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  scale: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wm-home-spline-fixed .section-ultra-gradients.is-first {
  z-index: 2;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 24%,
    black 76%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 24%,
    black 76%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.wm-home-globe-inner {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  will-change: transform, opacity, filter;
}

.wm-home-globe-inner.wm-home-globe-embed {
  overflow: hidden;
}

.wm-home-globe-inner spline-viewer,
.wm-home-globe-inner .wm-home-globe-spline {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.wm-home-spline-fixed .fade-in-transparent {
  background-image: linear-gradient(
    180deg,
    transparent,
    var(--dark-blue-background, #05060a)
  );
  pointer-events: none;
  height: 5vh;
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
}

/* Home main: no full-bleed fill so the fixed Spline stays visible behind the hero */
.wm-about-page.wm-home-page {
  background-color: transparent;
}

/* Let the fixed Spline show through the hero; solid bands come from sections below */
.wm-about-page.wm-home-page .page-wrapper {
  z-index: 10;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.wm-about-page .header {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.wm-about-page .home-hero-2 {
  pointer-events: none;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.wm-about-page .home-hero-2 a,
.wm-about-page .home-hero-2 .check-it-hero {
  pointer-events: auto;
}

.wm-about-page .container-6 {
  background-color: #020016;
  max-width: 100%;
  padding-top: 5rem;
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.wm-about-page .container-6.large {
  background-color: transparent;
  max-width: 100%;
  padding-top: 0;
}

.wm-about-page .home-1-hero-component {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 5rem;
  padding-left: 0.5rem;
  display: flex;
  position: relative;
}

.wm-about-page .home-hero-content-center {
  z-index: 25;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 10rem;
  display: flex;
  position: absolute;
  inset: 10rem 0 0;
}

.wm-about-page .webmoz-home {
  z-index: 2000;
  mix-blend-mode: exclusion;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wm-about-page .webmozherov2-2 {
  font-family: var(--brand-header);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: difference;
  background-image: linear-gradient(#020035, #80cfff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-size: 7rem;
  font-weight: 700;
  line-height: 0.9;
  display: flex;
  position: relative;
}

.wm-about-page .home-content-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wm-about-page .home-1-left-content {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.wm-about-page .p-oversized {
  font-size: 6vw;
  line-height: 1;
}

.wm-about-page .p-oversized.p-bold.p-whitehero {
  font-family: var(--brand-header);
  color: var(--white);
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#162148, #fafbff);
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.wm-about-page .p-oversized.p-bold.p-whitehero.smaller-text {
  font-size: 1.35rem;
}

.wm-about-page .caps-2.hero-para {
  color: #bcbcbd;
  margin-top: 2rem;
  font-family: var(--montserrat-para);
}

.wm-about-page .text-weight-regular {
  color: var(--light-white, #e8e9ef);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 36rem;
  text-align: center;
}

.wm-about-page .contact-link-desktop {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  bottom: 11rem;
  right: 17.5%;
  text-decoration: none;
  color: inherit;
}

.wm-about-page .check-it-hero {
  grid-row-gap: 16px;
  border: 1px solid var(--webflow-border, rgba(255, 255, 255, 0.12));
  background-color: var(--black-blue-black, rgba(10, 10, 14, 0.95));
  box-shadow: 0 0 10px 10px var(--blue-shadow, rgba(19, 109, 250, 0.12));
  border-radius: 50px;
  align-items: stretch;
  width: 100%;
  max-width: 22rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.4s;
  display: block;
}

/** Branding subtitle — frosted panel (needs translucent fill for backdrop-filter to read) */
.branding-subtitle {
  border: 1px solid var(--600);
  background: rgba(8, 10, 22, 0.38);
  -webkit-backdrop-filter: blur(15px) saturate(130%);
  backdrop-filter: blur(15px) saturate(130%);
  letter-spacing: 1px;
  border-radius: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 50vw;
  padding: 1.5rem;
  font-size: 1.25rem;
  display: flex;
  isolation: isolate;
}

.wm-about-page .check-it-hero:hover {
  background-color: rgb(0 0 0 / 85%);
  border-color: var(--webflow-border, rgba(255, 255, 255, 0.12));
  box-shadow: 0 0 5px 5px var(--blue-shadow, rgba(19, 109, 250, 0.12));
}

.wm-about-page .btn-left {
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: relative;
}

.wm-about-page .btn-simple-underscore-hero {
  width: 80%;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

/* Reveal L→R on hover; on leave, clip grows from the left so the bar exits L→R (asymmetric vs translate). */
.wm-about-page .btn-underscore-fill-hero {
  background-color: var(--peach, #fe8963);
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition:
    clip-path 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-clip-path 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path;
}

.wm-about-page .check-it-hero:hover .btn-underscore-fill-hero,
.wm-about-page a.contact-link-desktop:hover .btn-underscore-fill-hero,
.wm-about-page a.join-link:hover .btn-underscore-fill-hero {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  .wm-about-page .btn-underscore-fill-hero {
    transition: none;
  }
}

.wm-about-page .main-section {
  margin-top: 0;
  position: relative;
  z-index: 12;
}

.wm-about-page .value-wrapper.section {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

.wm-about-page .value-wrapper {
  z-index: 50;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.wm-about-page .scene-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.wm-about-page.wm-home-page .scene-6 {
  isolation: isolate;
}

.wm-about-page.wm-home-page .scene-6 .wm-home-scene-6-edge-mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 92% 88% at 50% 48%,
    rgb(5 6 10 / 0) 38%,
    rgb(5 6 10 / 0.42) 72%,
    rgb(5 6 10 / 0.9) 100%
  );
}

.wm-about-page.wm-home-page .scene-6 .webmozui-wrapper {
  position: relative;
  z-index: 1;
}

.wm-about-page .webmozui-wrapper {
  width: 100%;
  position: relative;
}

.wm-about-page .main-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.wm-about-page .wm-home-mission-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.wm-about-page .wm-home-mission-grid > .col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.wm-about-page .wm-home-mission-grid > .col--8 {
  flex: 2 1 22rem;
}

.wm-about-page .wm-home-mission-grid > .col--4 {
  flex: 1 1 18rem;
  align-self: center;
}

/* Desktop: story column starts at viewport center (left edge of col--4 ≈ 50vw). */
@media screen and (min-width: 992px) {
  .wm-about-page.wm-home-page .wm-home-mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 50vw) minmax(0, 1fr);
    column-gap: clamp(1rem, 2vw, 2.25rem);
    align-items: stretch;
  }

  .wm-about-page.wm-home-page .wm-home-mission-grid > .col {
    flex: unset;
  }

  .wm-about-page.wm-home-page .wm-home-mission-grid > .col--8 {
    grid-column: 1;
    max-width: 100%;
    min-width: 0;
  }

  .wm-about-page.wm-home-page .wm-home-mission-grid > .col--4 {
    grid-column: 2;
    margin-left: 0;
    min-width: 0;
    align-self: center;
  }
}

.wm-about-page .dark-blue-bg {
  z-index: 11;
  background-color: var(--dark-blue-background, #05060a);
  box-shadow: 0 0 2rem 1rem var(--dark-blue-background, #05060a);
  border-radius: 0 150px 150px 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  position: relative;
}

.wm-about-page .half-page.nobg.nomin.mb-normal.spline-half {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 0 4rem 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Mission: allow pointer hit-testing through wrapper (headings stay pointer-events: none) */
.wm-about-page.wm-home-page .half-page.nobg.nomin.mb-normal.spline-half {
  pointer-events: auto;
}

.wm-about-page.wm-home-page .wm-home-mission-edge-mask {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  border-radius: 0 350px 350px 0;
  background: radial-gradient(
    ellipse 74% 84% at 52% 50%,
    rgb(5 6 10 / 0) 18%,
    rgb(5 6 10 / 0.28) 55%,
    rgb(5 6 10 / 0.82) 100%
  );
}

.wm-about-page .gallery__head {
  z-index: 11;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
  color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 18rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: absolute;
  inset: 2rem auto auto 50%;
  transform: translateX(-50%);
}

.wm-about-page .gallery__head_mobile {
  z-index: 15;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
  color: #fff;
  border: 0.5px solid rgba(123, 173, 241, 0.67);
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 18rem;
  padding: 2rem 5rem;
  display: none;
  position: relative;
  margin: 0 auto 1rem;
}

.wm-about-page .gallery__topline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  font-family: Inconsolata, monospace;
  display: flex;
}

.wm-about-page .gallery__lottie {
  width: 10rem;
  height: 10rem;
  margin-bottom: -15%;
}

.wm-about-page .story-here {
  font-family: var(--montserrat-para);
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.wm-about-page .gallery__title {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}

.wm-about-page.wm-home-page #main-section .gallery__head,
.wm-about-page.wm-home-page #main-section .gallery__head_mobile {
  will-change: transform;
}

/* Keep nav chip centered on marketing home; dashboard preloader uses translate(-50%, -30px) which must not stick via GSAP */
body.wm-marketing-auth:not(.wm-preloader-active) .nav-reveal-chip {
  transform: translateX(-50%);
}

.wm-about-page .section-title {
  font-family: var(--brand-header);
  text-transform: uppercase;
}

.wm-about-page .section-title.is--accent {
  font-family: var(--brand-header);
  color: var(--lightest-white);
  text-transform: lowercase;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.9;
}

.wm-about-page .section-title.greyleft {
  color: var(--light-white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: -18px;
  font-size: 1.9rem;
  line-height: 1;
}

.wm-about-page .section-title.greyright {
  color: var(--light-white);
  text-align: right;
  margin-top: -5px;
  font-size: 2.17rem;
  line-height: 1;
}

.wm-about-page .spline-object {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  position: sticky;
  top: 0;
  pointer-events: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

.wm-about-page .spline-scene-6 {
  pointer-events: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 50vh;
  box-sizing: border-box;
  overflow: hidden;
}

.wm-about-page .spline-scene-6 spline-viewer {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 50vh;
  box-sizing: border-box;
}

.wm-about-page .spline-gradient-abs {
  z-index: 12;
  box-shadow: inset 0 0 100px 150px var(--dark-blue-background, #05060a);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wm-about-page .half-page-blur.nobg.nomin.mb-normal {
  z-index: 26;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--600, #2a2a30);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: min(92%, 520px);
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.wm-about-page .half-page-blur .join-link {
  pointer-events: auto;
  position: relative;
  z-index: 40;
  margin-top: 1.5rem;
}

.wm-about-page .p-huge.p-bold.mb-normal.story-head {
  font-family: var(--brand-header);
  font-weight: 500;
}

.wm-about-page .p-large.mb-normal.story-para {
  color: var(--light-white);
  margin-top: 0;
  margin-bottom: 2rem;
}

.wm-about-page .p-large {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--brand-header);
}

.wm-about-page .section-4 {
  z-index: 10;
  background-color: var(--dark-blue-background, #05060a);
  position: relative;
}

.wm-about-page .container.medium {
  max-width: 100rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.wm-about-page .heading-images {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  display: flex;
}

.wm-about-page .text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  min-height: 12rem;
}

/* Home finale: testimonial art sits behind intro copy, spread L/R, with room for parallax */
.wm-about-page.wm-home-page .wm-home-finale .text-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 72rem;
  min-height: clamp(22rem, 58vh, 40rem);
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(3rem, 10vw, 7rem);
}

.wm-about-page.wm-home-page .wm-home-finale .footer-images-content {
  position: absolute;
  inset: 6% -8% 4% -8%;
  z-index: 0;
  margin-top: 0;
  min-height: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: clamp(1.5rem, 10vw, 6rem);
  padding: 0 clamp(0.25rem, 2vw, 1.5rem);
  pointer-events: none;
}

.wm-about-page.wm-home-page .wm-home-finale .testimonial-image-top {
  width: 40%;
  max-width: 300px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.wm-about-page.wm-home-page .wm-home-finale .testimonial-image-bottom {
  width: 40%;
  max-width: 320px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.wm-about-page.wm-home-page .wm-home-finale .top-image,
.wm-about-page.wm-home-page .wm-home-finale .bottom-image {
  width: 100%;
  min-width: 8rem;
  max-width: none;
}

.wm-about-page .intro-text {
  z-index: 2;
  font-family: var(--montserrat-para);
  flex-direction: column;
  width: min(92%, 52rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clamp(1.75rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.wm-about-page.wm-home-page .wm-home-finale .intro-text {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 0 40px rgb(5 6 10 / 0.85),
    0 2px 24px rgb(5 6 10 / 0.75);
}

.wm-about-page .text-span-5 {
  font-family: var(--brand-header);
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  /* overflow:hidden on ancestors prevents backdrop-filter from sampling the fixed Spline behind the hero */
  .wm-about-page.wm-home-page .page-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .wm-about-page.wm-home-page .home-hero-2 {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .wm-about-page .container-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wm-about-page .home-1-hero-component {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: max(3.25rem, calc(2rem + env(safe-area-inset-top, 0px))) 0 max(
        8.5rem,
        calc(7rem + env(safe-area-inset-bottom, 0px))
      );
    box-sizing: border-box;
  }

  .wm-about-page .home-hero-content-center {
    position: relative;
    inset: auto;
    min-height: 0;
    padding-bottom: 0;
  }

  .wm-about-page .webmoz-home {
    align-items: center;
  }

  .wm-about-page .webmozherov2-2 {
    font-size: clamp(2.75rem, 11vw, 3.5rem);
    letter-spacing: -0.04em;
  }

  .wm-about-page .home-content-wrapper {
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

  .wm-about-page .home-1-left-content {
    align-items: center;
    width: 100%;
    max-width: min(94vw, 32rem);
    margin-bottom: 0;
  }

  .wm-about-page .home-1-left-content .branding-subtitle {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 1.35rem 1.5rem;
    border-color: rgba(123, 173, 241, 0.35);
    background: rgba(8, 10, 22, 0.45);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04) inset,
      0 12px 40px rgba(0, 0, 0, 0.35);
  }

  .wm-about-page .home-1-left-content .p-oversized.p-bold.p-whitehero {
    display: none;
  }

  .wm-about-page .home-1-left-content .caps-2.hero-para {
    margin-top: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    text-align: center;
  }

  .wm-about-page .contact-link-desktop {
    display: flex;
    justify-content: center;
    left: 50%;
    right: auto;
    bottom: max(0.65rem, calc(0.35rem + env(safe-area-inset-bottom, 0px)));
    width: fit-content;
    transform: translateX(-50%);
  }

  .wm-about-page .gallery__head {
    display: none;
  }

  .wm-about-page .gallery__head_mobile {
    display: flex;
  }

  .wm-about-page.wm-home-page #main-section .gallery__head_mobile {
    position: relative;
    z-index: 15;
    margin-bottom: clamp(1rem, 3vh, 1.75rem);
  }

  .wm-about-page.wm-home-page #main-section .spline-object {
    z-index: 8;
  }

  .wm-about-page .wm-home-mission-grid > .col,
  .wm-about-page .wm-home-mission-grid > .col--8,
  .wm-about-page .wm-home-mission-grid > .col--4 {
    flex: 1 1 100%;
  }

  .wm-about-page.wm-home-page .wm-home-mission-grid {
    display: flex;
  }

  .wm-about-page .half-page.nobg.nomin.mb-normal.spline-half {
    padding-right: 0;
  }

  .wm-about-page .dark-blue-bg {
    border-radius: 0;
    margin-right: 0;
  }

  .wm-about-page .contact-link-desktop .check-it-hero {
    max-width: 22rem;
    width: 100%;
  }
}
