@media (max-width: 1199px) {
  nav[data-framer-name="Phone"] {
    display: none !important;
  }

  nav[data-framer-name="Desktop"],
  nav[data-framer-name="Tablet"] {
    display: none !important;
  }

  .designlab-fallback-nav {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 9999;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 64px;
    min-height: 64px;
    padding: 0 40px 0 30px;
    border: 0;
    border-radius: 60px;
    background: rgba(15, 15, 15, .8);
    box-shadow: none;
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
  }

  .designlab-fallback-nav__brand,
  .designlab-fallback-nav__link {
    color: #fff !important;
    font-family: Instrument Sans, Instrument Sans Placeholder, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .designlab-fallback-nav__brand {
    font-size: 28px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(255, 255, 255, .88), 0 0 18px rgba(255, 255, 255, .28);
  }

  .designlab-fallback-nav__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    min-width: 0;
  }

  .designlab-fallback-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 64px;
    font-size: 16px;
    font-weight: 400;
  }

  .designlab-fallback-nav__toggle {
    display: none;
  }
}

@media (min-width: 720px) and (max-width: 899px) {
  .designlab-fallback-nav {
    grid-template-columns: auto 1fr;
    padding: 0 24px;
  }

  .designlab-fallback-nav__brand {
    font-size: 22px;
  }

  .designlab-fallback-nav__link {
    min-width: 80px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .designlab-fallback-nav {
    display: none !important;
  }
}

@media (max-width: 719px) {
  .designlab-fallback-nav {
    grid-template-columns: 1fr 44px;
    align-items: start;
    height: auto;
    min-height: 64px;
    overflow: hidden;
    padding: 0;
    transition: min-height 240ms cubic-bezier(.44, 0, .56, 1), border-radius 240ms cubic-bezier(.44, 0, .56, 1);
  }

  .designlab-fallback-nav__brand {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: none;
  }

  .designlab-fallback-nav__toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 10px 30px 0 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
  }

  .designlab-fallback-nav__toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    transition: transform 200ms cubic-bezier(.44, 0, .56, 1);
  }

  .designlab-fallback-nav__toggle span:first-child {
    transform: translateY(-4px);
  }

  .designlab-fallback-nav__toggle span:last-child {
    transform: translateY(4px);
  }

  .designlab-fallback-nav__menu {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    padding: 8px 30px 22px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 220ms cubic-bezier(.44, 0, .56, 1), transform 220ms cubic-bezier(.44, 0, .56, 1);
  }

  .designlab-fallback-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    height: 48px;
    min-width: 0;
    border: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .designlab-fallback-nav__link:last-child {
    border: 0;
  }

  .designlab-fallback-nav[data-mobile-menu-open="true"] {
    min-height: 340px;
    border-radius: 34px;
    background: rgba(15, 15, 15, .8);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
  }

  .designlab-fallback-nav[data-mobile-menu-open="true"] .designlab-fallback-nav__menu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .designlab-fallback-nav[data-mobile-menu-open="true"] .designlab-fallback-nav__toggle span:first-child {
    transform: rotate(45deg);
  }

  .designlab-fallback-nav[data-mobile-menu-open="true"] .designlab-fallback-nav__toggle span:last-child {
    transform: rotate(-45deg);
  }

  nav[data-framer-name="Phone"] {
    height: auto !important;
    min-height: 64px !important;
    overflow: hidden !important;
    transition: min-height 240ms cubic-bezier(.44, 0, .56, 1), border-radius 240ms cubic-bezier(.44, 0, .56, 1) !important;
  }

  nav[data-framer-name="Phone"] .framer-154rnzn {
    cursor: pointer !important;
  }

  nav[data-framer-name="Phone"] .framer-1ucfeao {
    display: grid !important;
    place-items: center !important;
    cursor: pointer !important;
    position: relative !important;
  }

  nav[data-framer-name="Phone"] .framer-1ucfeao::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9);
    transition: opacity 180ms cubic-bezier(.44, 0, .56, 1), transform 180ms cubic-bezier(.44, 0, .56, 1);
    background:
      linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)),
      linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
  }

  nav[data-framer-name="Phone"][data-mobile-menu-open="true"] {
    min-height: 340px !important;
    border-radius: 34px !important;
  }

  nav[data-framer-name="Phone"][data-mobile-menu-open="true"] .framer-1ucfeao::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  nav[data-framer-name="Phone"][data-mobile-menu-open="true"] .framer-jbndxb,
  nav[data-framer-name="Phone"][data-mobile-menu-open="true"] .framer-1oz8ccy {
    opacity: 0 !important;
  }

  .designlab-mobile-menu {
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    padding: 12px 22px 22px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 220ms cubic-bezier(.44, 0, .56, 1), transform 220ms cubic-bezier(.44, 0, .56, 1);
  }

  nav[data-framer-name="Phone"][data-mobile-menu-open="true"] .designlab-mobile-menu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .designlab-mobile-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    text-decoration: none;
    font-family: Instrument Sans, Instrument Sans Placeholder, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }

  .designlab-mobile-menu__link:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .designlab-mobile-menu__link:active {
    color: #d7ff00;
  }
}
