:root {
  --white: #ffffff;
  --ink: #313131;
  --black: #111111;
  --muted: #757575;
  --soft: #f1f1f1;
  --line: #d4d4d4;
  --warm: #f9f8f5;
  --media: #4d686d;
  --container: 1184px;
  --wide: 1320px;
  --radius: 22px;
  --font: "Manrope", "Inter", Arial, sans-serif;
}

@font-face {
  font-family: "Manrope";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  min-width: 320px;
  background: var(--white);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 20px;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

a:hover {
  color: var(--muted);
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--black);
  color: var(--white);
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--white);
}

.nav {
  width: calc(100% - 48px);
  max-width: var(--container);
  min-height: 77px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  width: 68px;
  height: 45px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 68px;
  height: 45px;
}

.nav-links,
.social-links,
.mobile-menu-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.nav-links {
  justify-content: flex-end;
}

.social-links {
  justify-content: flex-end;
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu summary {
  width: 32px;
  height: 32px;
  display: grid;
  gap: 5px;
  place-content: center;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 31px;
  height: 3px;
  border-radius: 10px;
  background: var(--ink);
}

.mobile-menu-links {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 40;
  min-width: 180px;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.container {
  width: calc(100% - 48px);
  max-width: var(--container);
  margin: 0 auto;
}

.wide {
  width: calc(100% - 48px);
  max-width: var(--wide);
}

.hero,
.page-hero,
.case-hero {
  padding: 164px 0;
}

.hero {
  min-height: 730px;
  padding-top: 171px;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-title,
.page-title,
.case-title {
  width: 100%;
  max-width: 70%;
  color: var(--ink);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 64px;
  overflow-wrap: break-word;
}

.title-muted {
  color: var(--muted);
}

.hero-copy,
.page-lede,
.case-lede {
  max-width: 744px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.page-lede,
.case-lede {
  color: var(--muted);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.case-lede {
  white-space: pre-line;
}

.hero-copy.secondary {
  max-width: 744px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 24px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.button:hover {
  background: var(--black);
  color: var(--white);
}

.secondary-button {
  background: transparent;
  color: var(--ink);
}

.secondary-button:hover {
  background: var(--soft);
  color: var(--ink);
}

.section {
  padding: 128px 0;
}

.section.tight {
  padding: 80px 0;
}

.section-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 40px;
  overflow-wrap: break-word;
}

.section-intro {
  max-width: 760px;
  margin: 0 0 72px;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 358px;
  gap: 24px;
}

.project-card {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border: 1px solid var(--soft);
  border-radius: 24px;
  background: var(--soft);
}

.project-card:first-child {
  grid-row: span 2;
}

.project-text {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px 24px;
}

.project-kicker {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.project-title {
  width: 100%;
  max-width: 540px;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
  overflow-wrap: anywhere;
}

.project-copy {
  max-width: 500px;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.project-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.project-media {
  flex: 1 1 0;
  min-height: 0;
  order: -1;
  overflow: hidden;
  background: inherit;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: start;
}

.copy-block {
  max-width: 770px;
  color: var(--ink);
  font-size: 16px;
  line-height: 20px;
}

.lead-block h3 {
  color: var(--muted);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.copy-block p + p {
  margin-top: 22px;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-grid li,
.pill-list li {
  border: 1px solid var(--soft);
  border-radius: 999px;
  padding: 13px 18px;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.timeline,
.education-list {
  display: grid;
  border-top: 1px solid var(--soft);
}

.timeline.is-compact {
  gap: 32px;
  border-top: 0;
}

.timeline-item,
.education-item {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--soft);
}

.timeline.is-compact .timeline-item {
  min-height: 47px;
  grid-template-columns: 1fr 153px;
  align-items: center;
  gap: 0;
  padding: 0;
  border-bottom: 0;
}

.timeline-meta-stack {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.timeline.is-compact .timeline-meta {
  margin-top: 0;
}

.timeline-title,
.education-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.timeline-meta,
.education-meta {
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.timeline-copy,
.education-copy {
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.visual {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--media);
}

.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-layout,
.contact-layout,
.contact-hero {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 86px;
  align-items: start;
}

.contact-hero {
  padding: 128px 0;
  align-items: center;
}

.about-visual,
.contact-visual {
  aspect-ratio: 2.24 / 1;
}

.page-visual {
  width: 100%;
  aspect-ratio: 2.239 / 1;
  border-radius: 0;
}

.contact-card {
  display: grid;
  min-height: 416px;
  gap: 28px;
  padding: 32px 24px 24px;
  border: 0;
  border-radius: 24px;
  background: var(--soft);
}

.contact-card-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
  overflow-wrap: anywhere;
}

.contact-row {
  display: grid;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}

.contact-label {
  color: var(--muted);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.contact-value {
  width: fit-content;
  color: #0099ff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.contact-button {
  justify-self: start;
  align-self: end;
}

.case-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: start;
  padding: 127px 0 112px;
}

.case-title {
  max-width: 100%;
}

.case-lede {
  display: grid;
  gap: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.case-lede p + p {
  margin-top: 20px;
}

.case-facts {
  padding-bottom: 80px;
}

.facts {
  display: grid;
  gap: 0;
}

.fact {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 48px;
  min-height: 86px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}

.fact + .fact {
  padding-top: 24px;
}

.fact:last-child {
  border-bottom: 0;
}

.fact-label {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.fact-value {
  max-width: 760px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

.case-image {
  overflow: hidden;
  background: transparent;
}

.case-image.contained {
  width: calc(100% - 256px);
  max-width: var(--container);
  margin: 0 auto;
  border-radius: 0;
}

.case-image.bleed {
  width: 100%;
  border-radius: 0;
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-image.hero-image.bleed {
  aspect-ratio: 1.25 / 1;
}

.case-image.hero-image.cassandra-portfolio {
  aspect-ratio: 4 / 3;
}

.case-image.hero-image.contained {
  aspect-ratio: 1.407 / 1;
}

.case-image.flow-pickgeo {
  aspect-ratio: 4.214 / 1;
}

.case-image.system-pickgeo {
  aspect-ratio: 1.743 / 1;
}

.case-image.flow-portfolio {
  aspect-ratio: 2.02 / 1;
}

.case-image.feature-portfolio {
  aspect-ratio: 1.751 / 1;
}

.case-image.flow-opportunities {
  aspect-ratio: 3.895 / 1;
}

.case-image.system-opportunities {
  aspect-ratio: 1.827 / 1;
}

.case-image.feature-opportunities {
  aspect-ratio: 1.744 / 1;
}

.case-image.contained:not(.hero-image) img,
.case-image.bleed:not(.hero-image) img {
  object-fit: contain;
}

.case-section {
  display: grid;
  grid-template-columns: 0.46fr 1fr;
  gap: 108px;
  padding: 128px 0;
}

.case-section-title {
  position: sticky;
  top: 112px;
  align-self: start;
  color: var(--black);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 40px;
  overflow-wrap: break-word;
}

.case-body {
  display: grid;
  gap: 16px;
  color: var(--ink);
  font-size: 16px;
  line-height: 20px;
}

.case-body ul,
.case-card ul {
  display: grid;
  gap: 16px;
  margin: 4px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.case-section-role .case-section-title {
  position: static;
  margin-bottom: 10px;
}

.case-section-wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.case-section-wide .case-section-title {
  position: static;
  max-width: 744px;
}

.case-wide-copy {
  display: grid;
  max-width: 744px;
  gap: 16px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 20px;
}

.case-text-list {
  display: grid;
  gap: 20px;
  color: var(--muted);
}

.case-cards {
  display: grid;
  gap: 32px;
  margin-top: 48px;
}

.case-cards.problem {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-cards.three,
.case-cards.results-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-cards.results-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-card {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: 28px;
  background: var(--soft);
  color: var(--muted);
}

.case-card h3 {
  margin-bottom: 18px;
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 32px;
}

.case-card p,
.case-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.case-gallery {
  height: 684px;
  overflow: hidden;
}

.gallery {
  width: 100vw;
  margin-left: -24px;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: max-content;
  animation: gallery-scroll-x 24s linear infinite;
}

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

.gallery-row {
  display: flex;
  gap: 24px;
}

.gallery img {
  flex: 0 0 348px;
  width: 348px;
  height: 684px;
  border-radius: 0;
  object-fit: cover;
  background: transparent;
}

.gallery-cassandra-portfolio img {
  flex-basis: 938px;
  width: 938px;
}

.gallery-cassandra-portfolio img:last-child {
  flex-basis: 348px;
  width: 348px;
}

@keyframes gallery-scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

.case-nav-section {
  display: grid;
  justify-items: center;
  gap: 56px;
  padding: 128px 0 100px;
  text-align: center;
}

.case-nav-section .case-section-title {
  position: static;
  max-width: 100%;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}

.case-nav {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.case-nav a {
  min-width: 184px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 19px 32px;
  border-radius: 4px;
  background: var(--soft);
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.case-nav span {
  font-size: 24px;
  line-height: 1;
}

.cta {
  border-top: 1px solid var(--soft);
  border-bottom: 1px solid var(--soft);
  padding: 76px 0;
}

.cta-inner {
  width: calc(100% - 48px);
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.cta-title {
  width: 100%;
  max-width: 744px;
  color: var(--black);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 40px;
  overflow-wrap: anywhere;
}

.cta-copy {
  max-width: 720px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 20px;
}

.site-footer {
  padding: 34px 0;
}

.footer-inner {
  width: calc(100% - 48px);
  max-width: var(--wide);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 1199px) {
  :root {
    --container: 1040px;
    --wide: 1120px;
  }

  .hero-title,
  .page-title,
  .case-title {
    font-size: 56px;
    line-height: 64px;
  }

  .section-title,
  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .project-title {
    font-size: 24px;
    line-height: 32px;
  }

  .project-text,
  .contact-card {
    padding: 0 24px 24px;
  }

  .two-column,
  .about-layout,
  .contact-layout,
  .contact-hero,
  .case-section {
    gap: 62px;
  }

  .case-cards.problem,
  .case-cards.results-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .container,
  .wide,
  .nav,
  .cta-inner,
  .footer-inner {
    width: calc(100% - 256px);
    max-width: none;
  }
}

@media (max-width: 899px) {
  .nav {
    min-height: 69px;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
  }

  .nav-links {
    display: none;
  }

  .social-links {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero,
  .page-hero,
  .case-hero {
    padding: 96px 0;
  }

  .hero-title,
  .page-title,
  .case-title {
    max-width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .hero-copy,
  .page-lede,
  .case-lede {
    font-size: 16px;
    line-height: 20px;
  }

  .page-lede,
  .case-lede,
  .lead-block h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding: 48px 0;
  }

  .project-card,
  .project-card:nth-child(even),
  .project-card.is-even,
  .two-column,
  .about-layout,
  .contact-layout,
  .contact-hero,
  .case-hero,
  .timeline-item,
  .education-item,
  .case-section,
  .case-cards.two,
  .case-cards.three,
  .case-cards.problem,
  .case-cards.results-3,
  .case-cards.results-4,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: 0;
    height: 442px;
  }

  .project-card:first-child {
    grid-row: auto;
  }

  .project-media {
    min-height: 0;
    aspect-ratio: auto;
  }

  .case-section-title {
    position: static;
  }

  .fact {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .fact-value {
    max-width: none;
    text-align: left;
  }

  .case-image.contained {
    width: calc(100% - 48px);
  }

  .case-image.bleed,
  .case-image.hero-image.contained {
    aspect-ratio: 1.4 / 1;
  }

  .case-cards {
    gap: 32px;
  }

  .case-card {
    min-height: 0;
  }

  .case-nav {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .case-nav a {
    width: 100%;
  }

  .gallery {
    width: 100%;
    margin-left: 24px;
    padding-right: 48px;
  }

  .case-gallery {
    height: calc(72vw / 0.509);
  }

  .gallery img,
  .gallery-cassandra-portfolio img,
  .gallery-cassandra-portfolio img:last-child {
    flex-basis: 72vw;
    width: 72vw;
    height: auto;
    aspect-ratio: 0.509 / 1;
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

@media (max-width: 599px) {
  .container,
  .wide,
  .nav,
  .cta-inner,
  .footer-inner {
    width: calc(100% - 40px);
  }

  .hero-title,
  .page-title,
  .case-title {
    font-size: 36px;
    line-height: 46px;
  }

  .section-title,
  .cta-title,
  .case-section-title,
  .contact-card-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-copy,
  .page-lede,
  .case-lede {
    font-size: 20px;
    line-height: 26px;
  }

  .hero-copy,
  .hero-copy.secondary {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-copy.secondary,
  .copy-block,
  .case-body {
    font-size: 16px;
    line-height: 20px;
  }

  .lead-block h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .pill-grid {
    display: block;
    margin-top: 90px;
    padding-left: 19.5px;
    list-style: disc;
  }

  .pill-grid li {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    font-weight: 600;
  }

  .project-title,
  .timeline.is-compact .timeline-title {
    font-size: 20px;
    line-height: 26px;
  }

  .timeline.is-compact .timeline-item {
    min-height: 89px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .timeline.is-compact .timeline-meta-stack {
    gap: 8px;
    justify-items: start;
    margin-top: 15.5px;
    text-align: left;
  }

  .project-text,
  .contact-card {
    padding: 0 24px 24px;
  }

  .button {
    max-width: 100%;
  }

  .cta {
    padding: 40px 0 54px;
  }

  .cta-inner {
    padding: 32px;
  }

  .facts,
  .pill-grid {
    grid-template-columns: 1fr;
  }

  .contact-value {
    font-size: 20px;
    line-height: 26px;
    overflow-wrap: anywhere;
  }

  .footer-inner {
    flex-direction: column;
  }
}
