@font-face {
  font-family: "DINWebPro";
  src: url("../fonts/DINWebPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINWebPro-Medium";
  src: url("../fonts/DINWebPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINWebPro-Light";
  src: url("../fonts/DINWebPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
      --blue: rgb(56, 76, 133);
      --plum: rgb(127, 44, 74);
      --violet: #551A8B;
      --ink: #101522;
      --muted: rgba(56, 76, 133, 0.72);
      --line: rgba(56, 76, 133, 0.18);
      --soft: rgba(56, 76, 133, 0.06);
      --rail: min(940px, calc(100vw - 48px));
      --font: "DINWebPro", "DIN Alternate", "Avenir Next Condensed", "Arial Narrow", sans-serif;
      --font-medium: "DINWebPro-Medium", "DIN Alternate", "Avenir Next Condensed", "Arial Narrow", sans-serif;
      --font-light: "DINWebPro-Light", "DIN Alternate", "Avenir Next Condensed", "Arial Narrow", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: #fff;
      color: var(--blue);
      font-family: var(--font);
      -webkit-font-smoothing: antialiased;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .hero {
      min-height: 460px;
      color: #fff;
      background: linear-gradient(90deg, var(--plum) 0%, var(--blue) 100%);
    }

    .nav {
      width: var(--rail);
      height: 126px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .logo {
      width: 145px;
      height: 30px;
      display: block;
      background: url("../morning/img/logo-white.svg") center / contain no-repeat;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 60px;
    }

    .nav-links a {
      padding: 8px 0;
      border-bottom: 1px solid transparent;
      color: #fff;
      font-family: var(--font-medium);
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 1;
      text-transform: uppercase;
      transition: border-color 180ms ease;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
      border-bottom-color: rgba(255, 255, 255, 0.42);
      outline: none;
    }

    .hero-copy {
      width: var(--rail);
      margin: 0 auto;
      padding-top: 66px;
    }

    h1 {
      max-width: 860px;
      margin: 0;
      color: #fff;
      font-family: var(--font-light);
      font-size: clamp(46px, 6vw, 56px);
      font-weight: 300;
      letter-spacing: 2.66px;
      line-height: 1.4;
    }

    .support-search {
      max-width: 560px;
      margin-top: 36px;
      position: relative;
    }

    .support-search svg {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 17px;
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.76);
      pointer-events: none;
    }

    .support-search input {
      width: 100%;
      height: 48px;
      padding: 0 18px 0 48px;
      border: 1px solid rgba(255, 255, 255, 0.34);
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      font: 18px/1 var(--font);
      letter-spacing: 0.5px;
      outline: none;
      transition: background 180ms ease, border-color 180ms ease;
    }

    .support-search input::placeholder {
      color: rgba(255, 255, 255, 0.74);
    }

    .support-search input:focus {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.66);
    }

    .section {
      width: var(--rail);
      margin: 0 auto;
      padding: 108px 0 112px;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(240px, 0.52fr);
      gap: 92px;
      align-items: start;
    }

    h2 {
      margin: 0;
      padding-bottom: 20px;
      color: var(--blue);
      font-family: var(--font);
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 2.66px;
      line-height: 1.35;
      text-transform: uppercase;
    }

    h3 {
      margin: 0 0 24px;
      color: var(--blue);
      font-family: var(--font-medium);
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1.4;
      text-transform: uppercase;
    }

    p {
      margin: 0;
      color: var(--blue);
      font-size: 24px;
      line-height: 1.75;
    }

    .lead {
      max-width: 620px;
    }

    .lead a,
    .recent a {
      color: var(--plum);
    }

    .quick-actions {
      display: grid;
      gap: 14px;
      padding-top: 6px;
    }

    .outline-link,
    .article-link {
      border-radius: 5px;
      transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
    }

    .outline-link {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      min-height: 52px;
      padding: 13px 16px;
      border: 1px solid var(--line);
      color: var(--blue);
      font-family: var(--font-medium);
      font-size: 15px;
      letter-spacing: 1.6px;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .outline-link::after {
      content: "";
      width: 13px;
      height: 13px;
      margin-left: 20px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
      opacity: 0.72;
    }

    .outline-link:hover,
    .outline-link:focus-visible {
      border-color: rgba(127, 44, 74, 0.45);
      background: var(--soft);
      color: var(--plum);
      outline: none;
      transform: translateY(-1px);
    }

    .faq-directory {
      padding-top: 94px;
    }

    .faq-directory > .split-heading {
      margin-bottom: 28px;
    }

    .faq-groups {
      display: grid;
      gap: 66px;
    }

    .faq-group {
      padding-top: 34px;
      border-top: 1px solid var(--line);
    }

    .faq-group-heading {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 16px;
    }

    .faq-group-heading h3 {
      margin: 0;
      color: var(--plum);
    }

    .faq-group-heading span {
      color: var(--muted);
      font-family: var(--font-medium);
      font-size: 13px;
      letter-spacing: 1.4px;
      line-height: 1.35;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .article-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 92px;
      row-gap: 14px;
    }

    .article-link {
      min-height: 58px;
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      align-items: center;
      gap: 16px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line);
      color: var(--blue);
      font-size: 19px;
      line-height: 1.35;
    }

    .article-link .mark {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(56, 76, 133, 0.22);
      color: var(--plum);
      font-family: var(--font-medium);
      font-size: 16px;
      line-height: 1;
      transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
    }

    .article-link .star {
      color: var(--blue);
      font-size: 13px;
      transform: translateY(-1px);
    }

    .article-link:hover,
    .article-link:focus-visible {
      color: var(--plum);
      outline: none;
    }

    .article-link:hover .mark,
    .article-link:focus-visible .mark {
      border-color: rgba(127, 44, 74, 0.48);
      background: rgba(127, 44, 74, 0.08);
      color: var(--plum);
    }

    .split-heading {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 18px;
    }

    .count {
      color: var(--muted);
      font-family: var(--font-medium);
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .recent {
      padding-top: 10px;
    }

    .recent-list {
      display: grid;
      gap: 26px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .recent-list li {
      padding-bottom: 24px;
      border-bottom: 1px solid var(--line);
    }

    .recent-list span {
      display: block;
      margin-bottom: 7px;
      color: var(--muted);
      font-family: var(--font-medium);
      font-size: 13px;
      letter-spacing: 1.4px;
      line-height: 1.35;
      text-transform: uppercase;
    }

    .recent-list a {
      color: var(--blue);
      font-size: 19px;
      line-height: 1.4;
    }

    .recent-list a:hover,
    .recent-list a:focus-visible {
      color: var(--plum);
      outline: none;
    }

    .no-results {
      display: none;
      margin-top: 36px;
      padding: 24px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      color: var(--plum);
      font-size: 21px;
      line-height: 1.55;
    }

    body.searching .recent {
      display: none;
    }

    body.searching .section {
      padding-top: 78px;
      padding-bottom: 78px;
    }

    .is-hidden {
      display: none !important;
    }

    #footer {
      min-height: 230px;
      background: #000;
      color: #fff;
    }

    #footer .section {
      min-height: 230px;
      padding: 84px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }

    #footer p {
      color: #fff;
      font-size: 24px;
      line-height: 1.75;
    }

    .back-to-top {
      padding: 12px 16px 11px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      color: #fff;
      font-family: var(--font-medium);
      font-size: 14px;
      letter-spacing: 1.66px;
      line-height: 1;
      text-transform: uppercase;
      transition: background 180ms ease, color 180ms ease;
    }

    .back-to-top:hover,
    .back-to-top:focus-visible {
      background: #fff;
      color: #000;
      outline: none;
    }

    @media (max-width: 820px) {
      :root {
        --rail: min(100vw - 32px, 940px);
      }

      .hero {
        min-height: 520px;
      }

      .nav {
        height: auto;
        padding: 28px 0 24px;
        display: grid;
        gap: 26px;
      }

      .nav-links {
        width: 100%;
        justify-content: space-between;
        gap: 18px;
      }

      .nav-links a {
        font-size: 13px;
        letter-spacing: 1.5px;
      }

      .hero-copy {
        padding-top: 52px;
      }

      h1 {
        font-size: 42px;
        letter-spacing: 2px;
      }

      h2 {
        font-size: 27px;
      }

      p {
        font-size: 21px;
        line-height: 1.65;
      }

      .section {
        padding: 72px 0 78px;
      }

      .intro-grid,
      .article-grid {
        grid-template-columns: 1fr;
      }

      .intro-grid {
        gap: 46px;
      }

      .article-grid {
        row-gap: 0;
      }

      .split-heading {
        display: block;
      }

      .count {
        display: block;
        margin-bottom: 14px;
      }

      #footer .section {
        display: grid;
        align-content: center;
      }
    }

    @media (max-width: 520px) {
      .hero {
        min-height: 560px;
      }

      .logo {
        width: 126px;
        height: 26px;
      }

      .nav-links {
        flex-wrap: wrap;
      }

      .nav-links a {
        padding-bottom: 6px;
      }

      h1 {
        font-size: 36px;
      }

      .support-search input {
        height: 46px;
        font-size: 16px;
      }

      h2 {
        font-size: 24px;
      }

      .article-link {
        min-height: 54px;
        font-size: 17px;
      }
    }


    .article-shell {
      padding-top: 88px;
      padding-bottom: 116px;
    }

    .article-topline {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 34px;
    }

    .article-topline a {
      color: var(--plum);
      font-family: var(--font-medium);
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .article-card {
      max-width: 760px;
    }

    .article-card h1 {
      max-width: none;
      color: var(--blue);
      font-family: var(--font-light);
      font-size: clamp(42px, 5vw, 56px);
      font-weight: 300;
      letter-spacing: 2.2px;
      line-height: 1.24;
      margin-bottom: 20px;
    }

    .article-meta {
      color: var(--muted);
      font-family: var(--font-medium);
      font-size: 13px;
      letter-spacing: 1.4px;
      line-height: 1.55;
      margin-bottom: 58px;
      text-transform: uppercase;
    }

    .article-body-local {
      color: var(--blue);
      font-size: 22px;
      line-height: 1.72;
    }

    .article-body-local p,
    .article-body-local ul,
    .article-body-local ol,
    .article-body-local div {
      color: var(--blue);
      font-size: 22px;
      line-height: 1.72;
    }

    .article-body-local p,
    .article-body-local ul,
    .article-body-local ol {
      margin: 0 0 28px;
    }

    .article-body-local ul,
    .article-body-local ol {
      padding-left: 30px;
    }

    .article-body-local li {
      margin-bottom: 10px;
    }

    .article-body-local a {
      color: var(--plum);
      border-bottom: 1px solid rgba(127, 44, 74, 0.25);
    }

    .article-body-local img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 28px 0;
      border: 1px solid var(--line);
      border-radius: 5px;
    }

    .article-body-local h2,
    .article-body-local h3,
    .article-body-local h4 {
      color: var(--plum);
      font-family: var(--font-medium);
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1.4;
      margin: 42px 0 16px;
      padding: 0;
      text-transform: uppercase;
    }

    .article-actions {
      margin-top: 64px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    @media (max-width: 820px) {
      .article-shell {
        padding-top: 68px;
        padding-bottom: 82px;
      }

      .article-topline {
        display: grid;
        gap: 14px;
      }

      .article-card h1 {
        font-size: 38px;
      }

      .article-body-local,
      .article-body-local p,
      .article-body-local ul,
      .article-body-local ol,
      .article-body-local div {
        font-size: 19px;
        line-height: 1.62;
      }
    }
