@media (max-width: 1023px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  #root {
    overflow-x: clip;
  }

  #root *,
  #root *::before,
  #root *::after {
    min-width: 0;
    box-sizing: border-box;
  }

  .site-nav {
    background-color: rgba(255, 255, 255, 0.95) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .site-nav .site-nav-inner {
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-nav-logo {
    height: 3.125rem !important;
  }

  .site-nav [data-home-logo="true"] {
    filter: none !important;
  }

  .site-nav [data-home-link="true"] {
    color: rgb(55 65 81 / 1) !important;
  }

  .site-nav [data-home-mobile-toggle="true"] {
    color: rgb(55 65 81 / 1) !important;
  }

  #site-mobile-menu {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }

  #site-mobile-menu a {
    white-space: normal;
  }

  #root section.px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #root .pt-32,
  #root .pt-36 {
    padding-top: 6.75rem;
  }

  #root section {
    overflow-x: clip;
  }

  #root img,
  #root video,
  #root iframe {
    max-width: 100%;
  }

  #root p,
  #root h1,
  #root h2,
  #root h3,
  #root h4,
  #root a,
  #root span {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  #root section .whitespace-nowrap {
    white-space: normal;
  }

  .home-hero > .absolute.top-32.right-24,
  .home-hero > .absolute.bottom-32.left-16 {
    display: none;
  }

  .home-hero [aria-hidden="true"] {
    font-size: clamp(150px, 44vw, 220px) !important;
  }

  .home-hero {
    padding-top: 6.25rem;
  }

  .home-hero .relative.z-10 {
    width: 100%;
  }

  .home-hero-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 20rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-hero-title {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1.15;
  }

  .home-hero-title .mx-3 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .home-hero-subtitle {
    width: min(100%, 34rem);
  }

  .home-hero .mt-20.grid.grid-cols-3 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 12rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-intro-media {
    overflow: hidden;
  }

  .home-intro-main-image {
    height: 320px;
  }

  .home-intro-media .-bottom-6.-left-6 {
    left: 0.75rem;
    bottom: 0.75rem;
    width: 9rem;
    height: 6rem;
  }

  .home-intro-media .-top-4.-right-4 {
    top: 0.75rem;
    right: 0.75rem;
    width: 3rem;
    height: 3rem;
  }

  .home-intro-media .bottom-12.-right-6 {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.75rem 1rem;
  }

  #root .grid {
    overflow-x: clip;
  }

  #root .flex,
  #root .inline-flex {
    max-width: 100%;
  }

  #root section .flex.items-center.justify-between {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  #root section .text-gray-400.text-xs {
    overflow-wrap: anywhere;
  }

  #root section .rounded-3xl.p-10,
  #root section .p-10 {
    padding: 1.25rem;
  }

  #root iframe {
    min-height: 72vh;
  }

  footer .whitespace-nowrap {
    white-space: normal;
  }

  footer a {
    overflow-wrap: anywhere;
  }

  body > a.fixed.bottom-6.right-6 {
    right: 1rem;
    bottom: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media (max-width: 390px) {
  .site-nav .site-nav-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.5rem;
  }

  .site-nav-logo {
    height: 2.625rem !important;
  }

  #site-mobile-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #root .text-4xl {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  #root .text-3xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #root .px-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #root .px-7 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .home-hero-title .home-amp-logo {
    display: block;
    margin: 0.125rem 0 !important;
  }

  .home-hero-title .text-white:last-child {
    display: block;
  }

  #root section .text-gray-400.text-xs .flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 320px) {
  .site-nav .site-nav-inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .site-nav-logo {
    height: 2.375rem !important;
  }

  #site-mobile-menu {
    max-height: calc(100vh - 68px);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #site-mobile-menu a {
    font-size: 0.8125rem;
    line-height: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #root section.px-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .home-hero h1 {
    font-size: clamp(1.7rem, 9vw, 2.1rem) !important;
    line-height: 1.15;
  }

  .home-hero p.text-lg {
    font-size: 0.95rem;
    line-height: 1.45rem;
  }

  .home-intro-main-image {
    height: 280px;
  }

  .home-intro-media .-bottom-6.-left-6 {
    width: 7.75rem;
    height: 5.25rem;
  }

  .home-intro-media .bottom-12.-right-6 {
    padding: 0.625rem 0.75rem;
  }

  #root .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #root .text-2xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
