body {
  font-family: var(--font-manrope), ui-sans-serif, system-ui, sans-serif;
  background-color: var(--background);
  color: var(--text-primary);
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
}

a {
  color: inherit;
  font-weight: 600;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

button {
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

* {
  box-sizing: border-box;
}

.container-max {
  max-width: 1152px;
  margin: 0px auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .container-max {
  padding-left: 24px;
  padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .container-max {
  padding-left: 32px;
  padding-right: 32px;
  }
}

.section-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 1024px) {
  .section-padding {
  padding-top: 96px;
  padding-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.text-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

@media (min-width: 640px) {
  .text-h1 {
  font-size: 2.125rem;
  }
}

@media (min-width: 1024px) {
  .text-h1 {
  font-size: 3rem;
  }
}

.text-h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .text-h2 {
  font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .text-h2 {
  font-size: 1.875rem;
  }
}

.text-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-body-lg {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.card {
  background-color: var(--surface-card);
  box-shadow: rgba(45, 37, 32, 0.016) 0px 1px 1px;
  border: 1px solid var(--border-card);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-primary);
  color: var(--button-text);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  padding: 16px 28px;
  min-width: 180px;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: var(--button-primary-hover);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-cta);
  color: var(--button-text);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  padding: 16px 32px;
  font-size: 1rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(31, 125, 255, 0.75);
  border-right-color: rgba(31, 125, 255, 0.75);
  border-bottom-color: rgba(31, 125, 255, 0.75);
  border-left-color: rgba(31, 125, 255, 0.75);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.btn-cta:hover {
  background-color: rgba(31, 125, 255, 0.9);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  color: var(--text-primary);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  padding: 16px 28px;
  min-width: 180px;
  font-size: 1rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(212, 212, 212);
  border-right-color: rgb(212, 212, 212);
  border-bottom-color: rgb(212, 212, 212);
  border-left-color: rgb(212, 212, 212);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.btn-secondary:hover {
  background-color: rgb(245, 245, 245);
}

.btn-pill-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  color: var(--text-primary);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  padding: 12px 20px;
  font-size: 0.875rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(212, 212, 212);
  border-right-color: rgb(212, 212, 212);
  border-bottom-color: rgb(212, 212, 212);
  border-left-color: rgb(212, 212, 212);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.btn-pill-sm:hover {
  background-color: rgb(250, 250, 250);
}

.ws-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
  padding: 8px 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.ws-nav.scrolled {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px;
  border-bottom-color: rgb(229, 229, 229);
}

.ws-nav-inner {
  max-width: 1152px;
  margin: 0px auto;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .ws-nav-inner {
  padding: 0px 24px;
  }
}

@media (min-width: 1024px) {
  .ws-nav-inner {
  padding: 0px 32px;
  }
}

.ws-nav-logo {
  height: 24px;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (min-width: 640px) {
  .ws-nav-logo {
  height: 32px;
  }
}

.ws-nav-logo:hover {
  opacity: 0.8;
}

.ws-nav-links {
  display: none;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
  margin-left: 32px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (min-width: 640px) {
  .ws-nav-links {
  display: flex;
  }
}

.ws-nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.ws-nav-link:hover {
  color: rgb(255, 255, 255);
}

.ws-nav.scrolled .ws-nav-link {
  color: var(--text-secondary);
}

.ws-nav.scrolled .ws-nav-link:hover {
  color: var(--text-primary);
}

.ws-nav-cta {
  background-color: var(--text-primary);
  color: rgb(255, 255, 255);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
}

.ws-nav-cta:hover {
  background-color: rgb(58, 58, 58);
}

.ws-nav.scrolled .ws-nav-cta {
  background-color: var(--text-primary);
}

.ws-mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: rgb(255, 255, 255);
}

@media (min-width: 640px) {
  .ws-mobile-menu-btn {
  display: none;
  }
}

.ws-nav.scrolled .ws-mobile-menu-btn {
  color: var(--text-primary);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--hero-blue);
}

.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 144px 16px 64px;
}

@media (min-width: 640px) {
  .hero-content {
  padding: 176px 24px 64px;
  }
}

.hero-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 672px;
  color: rgb(255, 255, 255);
  padding: 0px 16px;
}

@media (min-width: 640px) {
  .hero-h1 {
  font-size: 2.125rem;
  }
}

@media (min-width: 1024px) {
  .hero-h1 {
  font-size: 3rem;
  }
}

.hero-subhead {
  font-size: 1rem;
  text-align: center;
  max-width: 460px;
  color: rgb(255, 255, 255);
  padding: 0px 16px;
  margin-top: 16px;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  margin-top: 32px;
}

@media (min-width: 640px) {
  .hero-ctas {
  flex-direction: row;
  }
}

.hero-h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.hero-h1 .word.revealed {
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: wordFadeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes wordFadeIn {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.hero-phones {
  position: relative;
  max-width: 576px;
  height: 560px;
  margin: 40px auto 0px;
  width: 100%;
}

@media (min-width: 640px) {
  .hero-phones {
  height: 740px;
  }
}

.hero-phone-right {
  position: absolute;
  right: 8px;
  top: 0px;
  width: 52%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px -16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 640px) {
  .hero-phone-right {
  right: 24px;
  width: 48%;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  }
}

.hero-phone-left {
  position: absolute;
  left: 8px;
  top: 32px;
  width: 52%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 50px -16px;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 10;
}

@media (min-width: 640px) {
  .hero-phone-left {
  left: 24px;
  top: 48px;
  width: 48%;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  }
}

.hero-phone-left img, .hero-phone-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-fade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 480px;
  z-index: 10;
  background-image: linear-gradient(to top, rgb(255, 255, 255), transparent);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll-hidden.revealed {
  opacity: 1;
  transform: translateY(0px);
}

.marquee-container {
  overflow-x: hidden;
  overflow-y: hidden;
}

.marquee-track {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  width: max-content;
}

.animate-marquee-left {
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: marqueeLeft;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.animate-marquee-right {
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: marqueeRight;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0px);
  }
}

.testimonial-card {
  min-width: 460px;
  width: 460px;
  flex-shrink: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-left-color: rgba(0, 0, 0, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(45, 37, 32, 0.016) 0px 1px 1px;
}

.testimonial-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
}

.testimonial-user {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 2px;
}

.testimonial-body {
  font-size: 1rem;
  color: var(--text-primary);
  line-height: 1.5;
}

.faq-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(229, 229, 229);
}

.faq-row:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.faq-button {
  width: 100%;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
}

.faq-button:hover {
  background-color: rgb(250, 250, 250);
}

.faq-chevron.open {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: max-height;
  padding: 0px 28px;
}

.faq-answer.open {
  max-height: 500px;
  padding-bottom: 24px;
}

.faq-answer-inner {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.5;
  padding-top: 4px;
}

.index-bar-chart {
  display: flex;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  height: 120px;
}

@media (min-width: 640px) {
  .index-bar-chart {
  row-gap: 12px;
  column-gap: 12px;
  height: 160px;
  }
}

.index-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  max-width: 36px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.index-legend {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 0px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-card);
}

.index-legend-item {
  width: 33.33%;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.index-legend-mini {
  display: flex;
  align-items: flex-end;
  row-gap: 2px;
  column-gap: 2px;
}

.index-legend-mini div {
  width: 3.5px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.index-legend-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 768px) {
  .stats-grid {
  grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  text-align: center;
  padding: 32px 0px;
}

.stat-number {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .stat-number {
  font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .stat-number {
  font-size: 1.875rem;
  }
}

.stat-label {
  font-size: 1rem;
  color: var(--text-secondary);
}

.image-hover-lift {
  transition-behavior: normal, normal;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0s, 0s;
  transition-property: transform, box-shadow;
}

.image-hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px -12px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.ws-footer {
  padding: 40px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(229, 229, 229);
}

.ws-footer-inner {
  max-width: 1152px;
  margin: 0px auto;
  padding: 0px 16px;
}

@media (min-width: 640px) {
  .ws-footer-inner {
  padding: 0px 24px;
  }
}

@media (min-width: 1024px) {
  .ws-footer-inner {
  padding: 0px 32px;
  }
}

.ws-footer-links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 640px) {
  .ws-footer-links {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  }
}

.ws-footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
}

@media (min-width: 640px) {
  .ws-footer-nav-links {
  row-gap: 0px;
  column-gap: 32px;
  }
}

.ws-footer-link {
  font-size: 0.875rem;
  color: var(--text-secondary);
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.ws-footer-link:hover {
  color: var(--text-primary);
}

.ws-footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(245, 245, 245);
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.ws-footer-bottom-links {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.ws-footer-bottom-link {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.ws-footer-bottom-link:hover {
  color: var(--text-secondary);
}

.grid-2col {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 768px) {
  .grid-2col {
  grid-template-columns: 1fr 1fr;
  }
}

.grid-3col {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 768px) {
  .grid-3col {
  grid-template-columns: 1fr 1fr 1fr;
  }
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .py-12 {
  padding-top: 64px;
  padding-bottom: 64px;
  }
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 640px) {
  .hidden-mobile {
  display: block;
  }
}

.hidden-desktop {
  display: block;
}

@media (min-width: 640px) {
  .hidden-desktop {
  display: none;
  }
}