.ps-hero {
  color: #ede9de;
}

.ps-hero .container {
  margin: 0 auto;
  max-width: 120rem;
  width: calc(100% - 6rem);
}

@media (max-width: 650px) {
  .ps-hero .container {
    width: calc(100% - 2.25rem);
  }
}

.ps-hero .grid {
  display: grid;
  gap: 0 1.5rem;
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 650px) {
  .ps-hero .grid {
    gap: 0 1.125rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.ps-hero .font-h1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1024px) {
  .ps-hero .font-h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 650px) {
  .ps-hero .font-h1 {
    font-size: 3.125rem;
  }
}

.ps-hero .font-p-large {
  font-size: 1.75rem;
}

@media (max-width: 1024px) {
  .ps-hero .font-p-large {
    font-size: 1.5rem;
  }
}

@media (max-width: 650px) {
  .ps-hero .font-p-large {
    font-size: 1.125rem;
  }
}

.ps-hero .font-tagline {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 2.75rem;
}

@media (max-width: 1024px) {
  .ps-hero .font-tagline {
    font-size: 1.125rem;
  }
}

@media (max-width: 650px) {
  .ps-hero .font-tagline {
    font-size: 1rem;
    margin: 0 0 1.375rem;
  }
}

.ps-hero .banner-service {
  overflow: hidden;
  padding: 13rem 0 5rem;
  position: relative;
}

@media (max-width: 650px) {
  .ps-hero .banner-service {
    padding: 8.75rem 0 2.5rem;
  }
}

.ps-hero .banner-service__content {
  grid-column: 4 / -4;
  margin-bottom: 4rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .ps-hero .banner-service__content {
    grid-column: 1 / -1;
  }
}

.ps-hero .banner-service__heading {
  margin: 0 0 2rem;
}

.ps-hero .banner-service__media {
  grid-column: 1 / -1;
  position: relative;
}

.ps-hero .banner-service__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.ps-hero .banner-service--overlay {
  overflow: hidden;
}

.ps-hero .banner-service--overlay:after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4)),
    rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.ps-hero .banner-service--overlay .banner-service__content {
  color: #ede9de;
  grid-column: 1 / span 6;
  position: relative;
  text-align: left;
  z-index: 2;
}

@media (max-width: 1024px) {
  .ps-hero .banner-service--overlay .banner-service__content {
    grid-column: 1 / -1;
  }
}

.ps-hero .banner-service--overlay .banner-service__media {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.ps-hero .banner-service__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.ps-hero .button {
  display: inline-block;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 0.5rem;
  padding: 1rem 2.5rem;
  transition: transform 0.3s ease-in-out;
  background: #bef203;
  color: #131416;
}

@media (max-width: 1024px) {
  .ps-hero .button {
    font-size: 1.125rem;
  }
}

@media (max-width: 650px) {
  .ps-hero .button {
    font-size: 1rem;
    padding: 0.75rem 1.75rem;
  }
}

@media (hover: hover) {
  .ps-hero .button:hover {
    transform: scale(0.98);
  }
}

.ps-hero .button div {
  height: 1.5rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ps-hero .button div {
    height: 1.375rem;
  }
}

@media (max-width: 650px) {
  .ps-hero .button div {
    height: 1.25rem;
  }
}

.ps-hero .button span {
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ps-hero .button span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='15' width='15.74' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.36 0h-3l6.33 6.61H0v2.22h11.66L5.72 15h3.03l6.99-7.3z' fill='%23212326' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.9375rem;
  margin-left: 1rem;
  position: relative;
  top: 0.0625rem;
  width: 0.9375rem;
}

@media (max-width: 650px) {
  .ps-hero .button span:after {
    background-size: 0.75rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}
