.interior-hero {
  height: 51.875rem;
  overflow: hidden-x;
}

.interior-hero__bg-wrapper {
  align-items: center;
  background: url(../img/decor/hero_back.jpg) no-repeat center center/cover;
  display: flex;
  height: 51.875rem;
  justify-content: center;
  left: calc((100% - 100vw) / 2);
  position: absolute;
  width: 100vw;
}

.interior-hero__bg-ribbon {
  display: flex;
  height: 64.84375vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 1s;
  width: 0;
}

.interior-hero__bg-ribbon picture {
  aspect-ratio: 1280/830;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}

.interior-hero__bg-ribbon picture source,
.interior-hero__bg-ribbon picture img {
  width: 100%;
}

.interior-hero__bg-ribbon.--scrolled {
  width: 100%;
}

.interior-hero__bg-shape-left {
  left: 0;
  position: absolute;
  top: 0;
  width: 20.875rem;
}

.interior-hero__bg-shape-left source,
.interior-hero__bg-shape-left img {
  height: 51.875rem;
  width: 100%;
}

.interior-hero__bg-shape-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.675rem;
}

.interior-hero__bg-shape-right source,
.interior-hero__bg-shape-right img {
  height: 51.875rem;
  width: 100%;
}

.interior-hero__bg-text {
  left: 1.75rem;
  position: absolute;
  top: 6.5625rem;
}

.interior-hero__bg-text h1 {
  color: #f56924;
  font-size: 3rem;
  font-weight: 700;
  opacity: 0;
  animation: fadeInFromLeft 0.8s 0s forwards;
}

.interior-hero__bg-text p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.67;
  margin-top: 2.1875rem;
  opacity: 0;
  animation: fadeInFromLeft 0.8s 0.5s forwards;
}

.interior-movie {
  margin-top: 1.375rem;
  padding-bottom: 3.0625rem;
}

.interior-movie__title {
  color: #f56924;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.interior-movie__wrapper {
  margin-top: 2.625rem;
  padding-inline: 9.6875rem;
  position: relative;
  width: 100%;
}

.interior-movie__wrapper iframe {
  aspect-ratio: 800/448;
  height: 100%;
  width: 100%;
}

.interior-support {
  background-color: #ffefe7;
  padding-top: 2.5625rem;
}

.interior-support__title {
  color: #f56924;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.interior-support__cards {
  margin-top: 2.3125rem;
}

.interior-support-card {
  align-items: center;
  background: #fff;
  border: 3px solid #ff8144;
  border-radius: 1.4375rem;
  display: flex;
  gap: 1.5625rem;
  padding: 1rem 1.8125rem;
}

.interior-support-card__title {
  color: #ff8144;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
}

.interior-support-card__text {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.interior-service {
  background-color: #ffefe7;
  padding-bottom: 3.875rem;
  padding-top: 4.4375rem;
  text-align: center;
}

.interior-service__title {
  color: #f56924;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
}

.interior-service__cards {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 0.8125rem;
}

.interior-service-card {
  align-items: center;
  background-color: #fff;
  border-radius: 1.4375rem;
  display: flex;
  height: 23.25rem;
  padding-bottom: 2.625rem;
  padding-left: 2.5625rem;
  padding-right: 2.25rem;
  padding-top: 2.375rem;
}

.interior-service-card__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.interior-service-card__content-left {
  text-align: left;
}

.interior-service-card__number {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}

.interior-service-card__title {
  color: #f56924;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0.625rem;
}

.interior-service-card__text {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 1.375rem;
  width: 30.0625rem;
}

.interior-service-card__text + .interior-service-card__text {
  margin-top: 1.875rem;
}

.interior-service-card__content-right {
  border-radius: 0.625rem;
  height: 16.5625rem;
  overflow: hidden;
  width: 20.375rem;
}

.interior-service-card__content-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interior-strength {
  background: #fff;
  padding-top: 3.5625rem;
}

.interior-strength__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}

.interior-strength__subtitle {
  color: #f56924;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.375rem;
}

.interior-strength__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 1.9375rem;
}

.interior-strength__cards {
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
  margin-top: 3.75rem;
}

.interior-strength-card {
  align-items: center;
  border-radius: 0.625rem;
  display: flex;
  flex: 1;
  height: 17.25rem;
  justify-content: center;
  padding-top: 1.875rem;
  position: relative;
}

.interior-strength-card.--conventional {
  background: #eee;
}

.interior-strength-card.--papanets {
  background: #ffe5e5;
}

.interior-strength-card__image.--conventional {
  height: 13.9375rem;
  width: 27.875rem;
}

.interior-strength-card__image.--papanets {
  height: 11.8125rem;
  width: 31.9375rem;
}

.interior-strength-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.interior-strength-card__title {
  align-items: center;
  border-radius: 0.625rem;
  color: #ffffff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 2.75rem;
  justify-content: center;
  left: 50%;
  line-height: normal;
  position: absolute;
  top: -1.5625rem;
  transform: translateX(-50%);
  width: 17.3125rem;
}

.interior-strength-card__title.--conventional {
  background: #828282;
}

.interior-strength-card__title.--papanets {
  background: #f62837;
}

.interior-cta {
  padding-bottom: 4.0625rem;
  padding-top: 2.3125rem;
}

@media screen and (max-width: 769px) {
  .interior-hero {
    height: 22.625rem;
  }

  .interior-hero__bg-wrapper {
    height: 100%;
  }

  .interior-hero__bg-ribbon {
    height: 40rem;
  }

  .interior-hero__bg-ribbon picture {
    aspect-ratio: 774/747;
    height: 22.625rem;
  }

  .interior-hero__bg-shape-left {
    bottom: 0;
    top: 1.25rem;
    width: 6.23375rem;
  }

  .interior-hero__bg-shape-left source,
  .interior-hero__bg-shape-left img {
    height: 20rem;
  }

  .interior-hero__bg-shape-right {
    bottom: 0;
    top: 7.875rem;
    width: 10.364375rem;
  }

  .interior-hero__bg-shape-right source,
  .interior-hero__bg-shape-right img {
    height: 20rem;
  }

  .interior-hero__bg-text {
    left: 2rem;
    right: 0;
    text-align: left;
    top: 2.2rem;
  }

  .interior-hero__bg-text h1 {
    font-size: 1.3rem;
  }

  .interior-hero__bg-text p {
    font-size: 1rem;
    line-height: normal;
    margin-top: 0.625rem;
  }

  .interior-movie {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }

  .interior-movie__title {
    font-size: 1.5rem;
  }

  .interior-movie__wrapper {
    margin-top: 1.5rem;
    padding-inline: 0;
  }

  .interior-support {
    padding-top: 4rem;
  }

  .interior-support__title {
    font-size: 1.3rem;
  }

  .interior-support__cards {
    margin-top: 2rem;
  }

  .interior-support-card {
    border-radius: 1rem;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
  }

  .interior-support-card__title {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .interior-support-card__text {
    font-size: 1rem;
  }

  .interior-service {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }

  .interior-service__title {
    font-size: 1.5rem;
  }

  .interior-service__cards {
    gap: 2rem;
    margin-top: 2rem;
  }

  .interior-service-card {
    border-radius: 1rem;
    flex-direction: column;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .interior-service-card__content {
    flex-direction: column;
    gap: 1.625rem;
    justify-content: flex-start;
  }

  .interior-service-card__content-left {
    text-align: center;
  }

  .interior-service-card__number {
    font-size: 1rem;
  }

  .interior-service-card__title {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }

  .interior-service-card__text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    width: 100%;
  }

  .interior-service-card__text + .interior-service-card__text {
    margin-top: 1rem;
  }

  .interior-service-card__content-right {
    aspect-ratio: 326/265;
    height: auto;
    width: 100%;
  }

  .interior-strength {
    padding-top: 4rem;
  }

  .interior-strength__title {
    font-size: 1.125rem;
    text-align: center;
  }

  .interior-strength__subtitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    text-align: center;
  }

  .interior-strength__text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 1rem;
    text-align: center;
  }

  .interior-strength__cards {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
  }

  .interior-strength__card {
    width: 100%;
  }

  .interior-strength-card {
    height: 12.5rem;
    padding-bottom: 1.25rem;
    padding-top: 2.1875rem;
  }

  .interior-strength-card__image.--conventional {
    height: 8.75rem;
    width: 17.5rem;
  }

  .interior-strength-card__image.--papanets {
    height: 6.4375rem;
    width: 17.5rem;
  }

  .interior-strength-card__title {
    font-size: 1.125rem;
    height: 2.25rem;
    top: -1.125rem;
    width: 12.5rem;
  }

  .interior-cta {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }
}
