.flex--col-reverse-s.flex--col-reverse-s {
  display: flex !important;
}

.wa-about-us-hero {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.wa-about-us-hero__heading {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.wa-about-us-hero__fullheight {
  height: 100%;
}
.wa-about-us-hero-section {
  padding-top: var(--space-l);
  padding-bottom: 0;
}
.wa-about-us-hero__img {
  aspect-ratio: 738/306;
}
.wa-about-us-hero__img img {
  aspect-ratio: 738/306;
  object-fit: cover;
}
.wa-about-us-hero__img--main img {
  object-position: center 75%;
}
.wa-about-us-hero-contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--secondary);
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.wa-about-us-hero-contact-box img {
  width: 3.2rem;
  height: 3.2rem;
  z-index: 3;
  filter: brightness(0);
  transition: 0.2s all ease-in-out;
}
@media (max-width: 479px) {
  .wa-about-us-hero-contact-box {
    height: 7.6rem;
    width: 100%;
  }
  .wa-about-us-hero-contact-box img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.wa-about-us-hero-contact-box:first-of-type:hover {
  background-color: #0766FF;
}
.wa-about-us-hero-contact-box:first-of-type:hover img {
  filter: brightness(100);
}
.wa-about-us-hero-contact-box:last-of-type:after {
  content: "";
  inset: 0;
  z-index: 2;
  position: absolute;
  transition: 0.2s all ease-in-out;
  height: 100%;
  width: 100%;
  background: linear-gradient(25deg, #FFDD55 0.36%, #FF543E 50%, #C837AB 99.64%);
  opacity: 0;
}
.wa-about-us-hero-contact-box:last-of-type:hover img {
  filter: brightness(100);
}
.wa-about-us-hero-contact-box:last-of-type:hover:after {
  opacity: 1;
}
.wa-about-us-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-xs);
  padding: var(--space-s);
  height: 100%;
}
.wa-about-us-hero-box__counter * {
  font-family: "Anybody";
  font-weight: 700;
  font-size: var(--text-xl);
}
.wa-about-us-hero-box__content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-xs) * 0.5);
}
.wa-about-us-hero-box__heading {
  font-family: "Anybody";
  font-weight: 700;
  font-size: var(--text-l);
}
.wa-about-us-hero-box__desc {
  line-height: 1.2;
}
.wa-about-us-hero-box--basic {
  background-color: var(--secondary);
}
.wa-about-us-hero-box--conversion {
  background-color: var(--action);
}
.wa-about-us-hero-box--conversion .wa-about-us-hero-box__heading, .wa-about-us-hero-box--conversion .wa-about-us-hero-box__desc, .wa-about-us-hero-box--conversion .wa-about-us-hero-box__counter * {
  color: var(--white);
}
.wa-about-us-hero-box--base {
  background-color: var(--base);
}
.wa-about-us-hero-box--base .wa-about-us-hero-box__heading, .wa-about-us-hero-box--base .wa-about-us-hero-box__desc, .wa-about-us-hero-box--base .wa-about-us-hero-box__counter * {
  color: var(--white);
}

.wa-contact-about-section {
  padding-top: 0;
}
