*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

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

body {
  min-height: 100%;
  min-height: 100svh;
  background: #fff;
  color: #000;
  font-family: "a7k9p2mx4qr8", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 440;
  font-variation-settings: "wght" 440;
  font-style: normal;
  font-synthesis: none;
  line-height: 21px;
  letter-spacing: 0.024em;
}

main {
  padding: 18px 24px 24px;
}

.columns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 480px;
  max-width: 100%;
  overflow-wrap: break-word;
}

.column {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  max-width: 230px;
}

h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.list {
  list-style: none;
}

.list--clients {
  width: max-content;
  white-space: nowrap;
}

.email-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  width: 100%;
  margin-top: 4px;
}

.email-line span:first-child {
  justify-self: start;
}

.email-line a {
  justify-self: center;
}

.email-line span:last-child {
  justify-self: end;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-skip-ink: none;
}

a:visited {
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.title-break {
  display: block;
}

@media (max-width: 767px) {
  html,
  body {
    height: 100%;
    height: 100svh;
    overflow: hidden;
    overscroll-behavior: none;
  }

  body {
    min-height: 0;
    font-weight: 540;
    font-variation-settings: "wght" 540;
    letter-spacing: 0.016em;
  }

  main {
    padding: 12px 16px 16px;
  }

  .columns {
    gap: 12px;
  }

  .title-break {
    display: inline;
  }

  .title-break::before {
    content: " ";
  }

  .role-phrase {
    white-space: nowrap;
  }
}
