/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./app/public/wp-content/themes/minton/src/scss/styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.c-button {
  border: 1px solid #000000;
  border-radius: 4px;
  color: #111111;
  display: inline-block;
  font-size: 15px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.c-simple-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
.c-simple-header h2 {
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 481px) {
  .c-simple-header h2 {
    font-size: 40px;
  }
}

@keyframes nav-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes nav-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#site-header .header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 43px 20px 30px;
  width: 100%;
}
@media (min-width: 769px) {
  #site-header .header-inner {
    padding: 115px 40px 30px;
  }
}
#site-header .site-logo {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
#site-header .site-logo a {
  color: #111111;
  display: block;
  text-decoration: none;
}
#site-header .site-logo svg {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
}
#site-header .site-logo__desktop {
  display: block;
}
#site-header .site-logo__mobile {
  display: none;
}
@media (max-width: 768px) {
  #site-header .site-logo__desktop {
    display: none;
  }
  #site-header .site-logo__mobile {
    display: block;
  }
}
#site-header #main-nav {
  display: none;
}
@media (min-width: 769px) {
  #site-header #main-nav {
    display: block;
  }
}
@media (min-width: 769px) {
  #site-header #main-nav .nav-mobile-only {
    display: none;
  }
}
#site-header #main-nav ul {
  display: flex;
  gap: 75px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header #main-nav a {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111111;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#site-header #main-nav a::after {
  background-color: currentColor;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
#site-header #main-nav a:hover::after, #site-header #main-nav a.is-active::after {
  transform: scaleX(1);
}
#site-header #hamburger-open,
#site-header #hamburger-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  padding: 0;
}
#site-header #hamburger-open svg,
#site-header #hamburger-close svg {
  height: 24px;
  width: auto;
}
@media (min-width: 769px) {
  #site-header #hamburger-open,
  #site-header #hamburger-close {
    display: none;
  }
}
#site-header #hamburger-close {
  display: none;
}
#site-header.is-closing #main-nav {
  animation: nav-fade-out 0.25s ease forwards;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
#site-header.is-active #hamburger-open {
  display: none;
}
#site-header.is-active #hamburger-close {
  display: flex;
}
#site-header.is-active .site-logo,
#site-header.is-active #hamburger-close {
  position: relative;
  z-index: 1;
}
#site-header.is-active #main-nav {
  align-items: center;
  animation: nav-fade-in 0.25s ease forwards;
  background: #ffffff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
}
#site-header.is-active #main-nav ul {
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding-top: 150px;
  text-align: center;
}
#site-header.is-active #main-nav a {
  font-size: 22px;
  letter-spacing: 0.1em;
}

#site-footer {
  background-color: #ffffff;
  overflow: visible;
  padding-bottom: 168px;
  position: relative;
  transition: background-color 0.25s ease;
}
@media (max-width: 768px) {
  #site-footer {
    padding-bottom: 100px;
  }
}

.footer-bar {
  bottom: 0;
  left: 0;
  padding-bottom: 66px;
  padding-top: 45px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer-bar {
    cursor: pointer;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
.footer-bar__tagline-row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  text-align: right;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-bar__tagline-row {
    padding: 0 20px;
  }
}
.footer-bar__tagline {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 0.25s ease;
}
.footer-bar__inner {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 17px auto 0;
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-bar__inner {
    padding: 0 20px;
  }
}
.footer-bar__line {
  background-color: #111111;
  flex: 1;
  height: 1px;
  transition: background-color 0.25s ease;
}
.footer-bar__arrow {
  color: #111111;
  display: flex;
  flex-shrink: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer-bar__arrow svg {
  display: block;
  height: 20px;
  width: auto;
}
.footer-bar__arrow svg path,
.footer-bar__arrow svg polygon {
  fill: currentColor;
}

.footer-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.3s ease;
}
@media (min-width: 769px) {
  .footer-panel {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}
.footer-panel__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 40px 56px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-panel__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    padding: 32px 20px 82px;
  }
}
.footer-panel__logo-address {
  align-items: flex-start;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer-panel__logo-address {
    flex-direction: column;
    gap: 36px;
  }
}
.footer-panel__logo {
  flex-shrink: 0;
}
.footer-panel__logo svg {
  display: block;
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .footer-panel__logo svg {
    width: 75px;
  }
}
.footer-panel__logo--mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer-panel__logo--desktop {
    display: none;
  }
  .footer-panel__logo--mobile {
    display: block;
  }
}
.footer-panel__logo-text {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}
.footer-panel__address {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .footer-panel__address {
    margin-top: 0;
  }
}
.footer-panel__cta {
  flex-shrink: 0;
}
.footer-panel .c-button {
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #666666;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.footer-panel .c-button:hover {
  background-color: #ffffff;
  color: #000000;
}

#site-footer.is-open {
  background-color: #000000;
}
#site-footer.is-open .footer-bar__arrow {
  color: #666666;
  transform: rotate(180deg);
}
#site-footer.is-open .footer-bar__tagline {
  opacity: 0;
}
#site-footer.is-open .footer-bar__line {
  background-color: #666666;
}
#site-footer.is-open .footer-panel {
  max-height: 300px;
  opacity: 1;
}
@media (max-width: 768px) {
  #site-footer.is-open .footer-panel {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  #site-footer.is-open {
    padding-bottom: 0;
  }
  #site-footer.is-open .footer-bar {
    bottom: auto;
    left: auto;
    padding: 20px 20px;
    right: 0;
    top: 0;
    width: auto;
  }
  #site-footer.is-open .footer-bar__tagline-row {
    display: none;
  }
  #site-footer.is-open .footer-bar__line {
    display: none;
  }
  #site-footer.is-open .footer-bar__inner {
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto;
  }
  #site-footer.is-open .footer-panel__inner {
    align-items: center;
    justify-content: center;
    padding-top: 72px;
    text-align: center;
  }
  #site-footer.is-open .footer-panel__logo-address {
    align-items: center;
    flex-direction: column;
  }
}
#lightbox {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
}
#lightbox.is-active {
  opacity: 1;
  pointer-events: all;
}

#lightbox-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

#lightbox-img-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 1200px;
  padding: 60px 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  #lightbox-img-wrap {
    padding: 60px 40px;
  }
}
#lightbox-img-wrap img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

#lightbox-close {
  background: none;
  border: none;
  color: #111111;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.2s ease;
  z-index: 2;
}
#lightbox-close:hover {
  opacity: 0.4;
}
@media (min-width: 769px) {
  #lightbox-close {
    right: 40px;
    top: 40px;
  }
}

#lightbox-prev,
#lightbox-next {
  align-items: center;
  background: transparent;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  width: 60px;
  z-index: 1;
}
#lightbox-prev svg,
#lightbox-next svg {
  display: block;
  flex-shrink: 0;
  height: 22px;
  width: 12px;
}

#lightbox-prev svg {
  transform: scaleX(-1);
}

#lightbox-img-wrap.is-hovering #lightbox-prev,
#lightbox-img-wrap.is-hovering #lightbox-next {
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

body.page-template-template-home {
  display: flex;
  flex-direction: column;
  height: 100svh;
  overflow: hidden;
}
body.page-template-template-home #page-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
body.page-template-template-home #site-header {
  flex-shrink: 0;
}
body.page-template-template-home #page-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
body.page-template-template-home #site-footer {
  flex-shrink: 0;
  height: 168px;
  overflow: visible;
}
@media (max-width: 768px) {
  body.page-template-template-home #site-footer {
    height: 100px;
  }
}
body.page-template-template-home .footer-panel {
  bottom: 100%;
}

.page-home {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding-top: 23px;
}

.home-hero {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .home-hero {
    max-width: none;
    padding: 0;
  }
}
.home-hero__video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.page-work {
  padding: 40px 0 80px;
}

.work-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .work-grid {
    padding: 0 40px;
  }
}

.work-row {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .work-row {
    flex-direction: column;
  }
}
.work-row__cell {
  overflow: hidden;
}
.work-row__cell img {
  cursor: pointer;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease;
  width: 100%;
}
.work-row__cell img:hover {
  opacity: 0.85;
}

.work-row--full .work-row__cell--1 {
  flex: 1;
}
.work-row--full .work-row__cell--1 img {
  aspect-ratio: 16/9;
}

.work-row--portrait-landscape .work-row__cell--1 {
  flex: 3;
}
.work-row--portrait-landscape .work-row__cell--1 img {
  aspect-ratio: 3/4;
}
.work-row--portrait-landscape .work-row__cell--2 {
  flex: 5;
}
.work-row--portrait-landscape .work-row__cell--2 img {
  aspect-ratio: 16/9;
}

.work-row--landscape-portrait .work-row__cell--1 {
  flex: 5;
}
.work-row--landscape-portrait .work-row__cell--1 img {
  aspect-ratio: 16/9;
}
.work-row--landscape-portrait .work-row__cell--2 {
  flex: 3;
}
.work-row--landscape-portrait .work-row__cell--2 img {
  aspect-ratio: 3/4;
}

.work-row--two-squares .work-row__cell--1,
.work-row--two-squares .work-row__cell--2 {
  flex: 1;
}
.work-row--two-squares .work-row__cell--1 img,
.work-row--two-squares .work-row__cell--2 img {
  aspect-ratio: 1/1;
}

.work-row--three-up .work-row__cell--1,
.work-row--three-up .work-row__cell--2,
.work-row--three-up .work-row__cell--3 {
  flex: 1;
}
.work-row--three-up .work-row__cell--1 img,
.work-row--three-up .work-row__cell--2 img,
.work-row--three-up .work-row__cell--3 img {
  aspect-ratio: 3/4;
}

.section-label {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.section-label--centered {
  display: block;
  text-align: center;
}

.about-hero {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .about-hero {
    min-height: 500px;
  }
}
.about-hero__image {
  bottom: 0;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
@media (min-width: 769px) {
  .about-hero__image {
    left: 40px;
    right: 40px;
  }
}
.about-hero__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
}
.about-hero__fade {
  background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.92) 100%);
  bottom: 0;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
@media (min-width: 769px) {
  .about-hero__fade {
    left: 40px;
    right: 40px;
  }
}
.about-hero__content {
  position: relative;
  z-index: 1;
}
.about-hero__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  min-height: inherit;
  padding: 80px 140px 80px;
}
@media (max-width: 768px) {
  .about-hero__inner {
    padding: 60px 50px 60px;
  }
}
.about-hero__mission {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about-hero__mission {
    margin-bottom: 60px;
  }
}
.about-hero__mission-text {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 768px) {
  .about-hero__mission-text {
    font-size: 20px;
    line-height: 34px;
  }
}
.about-hero__values {
  margin-top: auto;
  max-width: 75%;
}
@media (max-width: 768px) {
  .about-hero__values {
    max-width: 100%;
  }
}
.about-hero .section-label {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin: 0 0 15px;
}

.about-values__grid {
  display: grid;
  gap: 46px 80px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about-values__grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }
}
.about-values__item {
  padding-left: 15px;
  position: relative;
}
.about-values__item::before {
  background: #ffffff;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  top: 0px;
  width: 1px;
}
.about-values__title {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 8px;
}
.about-values__copy {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.about-difference {
  padding: 83px 40px 30px;
}
@media (max-width: 768px) {
  .about-difference {
    padding: 60px 20px;
  }
}
.about-difference .section-label {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666666;
  font-size: 15px;
}
.about-difference__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.about-difference__points {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
.about-difference__points::before {
  background: #111111;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-difference__points {
    margin-top: 40px;
  }
  .about-difference__points::before {
    display: none;
  }
}
.about-difference__point {
  background: #ffffff;
  padding: 0 40px 70px calc(50% + 55px);
  position: relative;
  text-align: left;
  z-index: 1;
}
.about-difference__point:nth-child(even) {
  padding: 0 calc(50% + 55px) 70px 40px;
  text-align: right;
}
.about-difference__point:not(:first-child) {
  margin-top: -20px;
}
.about-difference__point:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .about-difference__point {
    padding: 0 0 40px 0;
    text-align: left;
  }
  .about-difference__point:nth-child(even) {
    padding: 0 0 40px 0;
    text-align: left;
  }
  .about-difference__point:not(:first-child) {
    margin-top: 0;
  }
}
.about-difference__point-heading {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .about-difference__point-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.about-difference__point-copy {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.about-team {
  background-color: #ffffff;
  padding: 0 40px 100px;
}
@media (max-width: 768px) {
  .about-team {
    padding: 70px 20px;
  }
}
.about-team .section-label {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666666;
  font-size: 15px;
}
.about-team__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.about-team__intro {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  margin: 0 auto 72px;
  max-width: 760px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-team__intro {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.about-team__grid {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 769px) {
  .about-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-team-member {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-team-member__image {
  margin-bottom: 16px;
  overflow: hidden;
}
.c-team-member__image img {
  aspect-ratio: 1;
  display: block;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 145px;
}
.c-team-member__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.c-team-member__name {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.c-team-member__email {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111111;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.c-team-member__email:hover {
  text-decoration: underline;
}

.about-cta {
  padding: 80px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-cta {
    padding: 60px 20px;
  }
}
.about-cta__inner {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 560px;
}
.about-cta__inner a {
  color: #111111;
  text-underline-offset: 3px;
}

.page-404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 120px 40px 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-404 {
    padding: 80px 20px;
  }
}
.page-404__number {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 160px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  opacity: 0.08;
}
@media (max-width: 768px) {
  .page-404__number {
    font-size: 100px;
  }
}
.page-404__message {
  font-family: "commuters-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0 0 32px;
  text-transform: uppercase;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #111111;
}

body.no-scroll {
  overflow: hidden;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page-container {
  flex: 1;
}

a {
  color: #000000;
  transition: color 0.2s ease;
}
a:hover {
  color: #333333;
}
