.b-heading-eye-1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  min-height: 12.25rem;
  clip-path: inset(-100vh -100vw 0);
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .b-heading-eye-1 {
    min-height: 10rem;
  }
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 {
    flex-direction: column;
  }
}
.b-heading-eye-1 .b__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
  order: 2;
  z-index: 2;
  width: 50%;
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 .b__content {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__content {
    width: 100%;
  }
}
.b-heading-eye-1 .b__content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 3rem 1.5rem 2rem
    calc(1 * var(--grid-column-width) + 0 * var(--grid-gutter-width));
  height: 100%;
  background: var(--color-brand-7);
  border-radius: 4.1667rem 0 0;
}
@media only screen and (max-width: 1280px) {
  .b-heading-eye-1 .b__content__inner {
    padding-right: 1rem;
    border-radius: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__content__inner {
    padding: 2rem calc(var(--container-offset) * 0.5) 1.5rem;
    border-radius: 0;
  }
}
.b-heading-eye-1 .b__title {
  text-wrap: balance;
}
.b-heading-eye-1 .b__title--sm {
  font: var(--font-weight-h-4xs) var(--font-size-h-4xs) /
    var(--font-height-h-4xs) var(--font-family-h-4xs);
  letter-spacing: var(--font-spacing-h-4xs);
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__title--sm {
    font-size: var(--font-size-h-3xs);
  }
}
.b-heading-eye-1 .b__title--md {
  font: var(--font-weight-h-3xs) var(--font-size-h-3xs) /
    var(--font-height-h-3xs) var(--font-family-h-3xs);
  letter-spacing: var(--font-spacing-h-3xs);
}
.b-heading-eye-1 .b__title--lg {
  font: var(--font-weight-h-xs) var(--font-size-h-xs) / var(--font-height-h-xs)
    var(--font-family-h-xs);
  letter-spacing: var(--font-spacing-h-xs);
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 .b__title--lg {
    font-size: var(--font-size-h-3xs);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-heading-eye-1 .b__text {
    display: none;
  }
}
.b-heading-eye-1 .b__shapes {
  --size: 3.6667rem;
  --color: var(--color-brand-7);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 .b__shapes {
    --size: 2.6667rem;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__shapes {
    top: 0;
    bottom: auto;
    display: none;
  }
}
.b-heading-eye-1 .b__shapes .b__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: var(--size) solid rgba(0, 0, 0, 0);
  border-right: var(--size) solid rgba(0, 0, 0, 0);
  border-bottom: var(--size) solid var(--color);
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__shapes .b__shape {
    top: 0;
    bottom: auto;
    border-top: var(--size) solid var(--color);
    border-right: var(--size) solid rgba(0, 0, 0, 0);
    border-bottom: var(--size) solid rgba(0, 0, 0, 0);
  }
}
.b-heading-eye-1 .b__shapes .b__shape:nth-child(1) {
  --color: var(--color-brand-9);
}
.b-heading-eye-1 .b__shapes .b__shape:nth-child(2) {
  will-change: transform;
}
.b-heading-eye-1 .b__head {
  position: relative;
  order: 1;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 .b__head {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__head {
    width: 100%;
  }
}
.b-heading-eye-1 .b__head__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 50%;
  background: var(--color-brand-8);
  transform: scaleX(0);
  will-change: transform;
}
.b-heading-eye-1 .b__head .b-head {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 24.5rem;
  max-width: 75%;
  transform: translate3d(-50%, 100%, 0);
  will-change: transform;
}
@media only screen and (max-width: 987px) {
  .b-heading-eye-1 .b__head .b-head {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1 .b__head .b-head {
    position: relative;
    width: 66.67%;
  }
}
.b-heading-eye-1 .b__head .b-head .b__eye {
  clip-path: var(--path-close);
  animation: none;
}
.b-heading-eye-1.has-text .b__content {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1.has-text .b__content {
    padding: 2rem calc(var(--container-offset) * 0.5);
    background: var(--color-brand-7);
  }
}
.b-heading-eye-1.has-text .b__content__inner {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 50%;
}
@media only screen and (max-width: 1280px) {
  .b-heading-eye-1.has-text .b__content__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1.has-text .b__content__inner {
    position: static;
    padding: 0;
  }
}
.b-heading-eye-1.has-text .b__title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 0.2em;
  padding-left: calc(
    1 * var(--grid-column-width) + 0 * var(--grid-gutter-width)
  );
  height: 50%;
  font-size: var(--font-size-h-xs);
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1.has-text .b__title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-heading-eye-1.has-text .b__title {
    padding-bottom: 0;
  }
}
.b-heading-eye-1.is-in .b__shapes .b__shape:nth-child(2) {
  transform: translate3d(-61.35%, 0, 0);
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
@media only screen and (max-width: 767px) {
  .b-heading-eye-1.is-in .b__shapes .b__shape:nth-child(2) {
    transform: translate3d(
      calc(var(--container-offset) * -0.25),
      calc(var(--container-offset) * -0.25),
      0
    );
  }
}
.b-heading-eye-1.is-in .b__head__background {
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.b-heading-eye-1.is-in .b-head {
  transform: translate3d(-50%, 0, 0);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.b-heading-eye-1.is-in .b-head .b__eye {
  clip-path: var(--path-open);
  animation: eye-blink 6s infinite 1s;
  transition-delay: 0.6s;
}
