@font-face {
  font-family: "Lemon Tuesday";
  src: url("./LemonTuesday.woff2") format("woff2"), url("./LemonTuesday.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("./SpaceMono-Bold.woff2") format("woff2"), url("./SpaceMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.html-rem {
  font-size: calc(0.8333333333vw + 0PX);
}

.lemon {
  font-family: "Lemon Tuesday";
}

.d-hidden {
  display: none;
}

.m-inline {
  display: none;
}

.text-orange {
  color: #F05D36;
}

.text-green {
  color: #719C8B;
}

.image > * {
  width: 100%;
}
.image img {
  width: 100%;
}

.scotch::before {
  content: "";
  position: absolute;
  background-size: 100% auto !important;
  z-index: 3;
}

.aboutSection {
  padding-top: 25vh;
  padding-bottom: 10vh;
  overflow: hidden;
  --padding-top: 10.875rem;
  padding-top: calc(var(--padding-top) + var(--height-scroll) + 2rem);
}
.aboutSection__yearPos {
  margin-left: 29.25rem;
}

.aboutOne-content__imgBottom-img__inner,
.aboutOne-content__imgBottom-decorTxt {
  will-change: transform, opacity;
}

.about svg {
  width: 100%;
  height: auto;
  will-change: transform;
}
.about img {
  will-change: transform;
}

.aboutPage {
  --light: #FFFFFF;
  --main-bg: #FBFAF5;
  --about-color: #1B1B1D;
  --years-bg: linear-gradient(180deg, #FBFAF5 -4.91%, rgba(251, 250, 245, 0.95) 79.91%, rgba(251, 250, 245, 0) 96.87%, rgba(251, 250, 245, 0) 108.18%);
  --years-color: rgba(240, 237, 223, 1);
  --years-color-selected: rgba(27, 27, 29, 1);
  --custom-header-bg: var(--main-bg);
  --accent-color: var(--white);
  --custom-header-bg: var(--main-bg);
  background: var(--main-bg);
  color: var(--about-color);
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
.aboutPage.body-pt-scroll {
  --accent-color: var(--base-color);
}
.aboutPage .header.opened .header__bg {
  background: var(--white);
}
.aboutPage--black {
  --main-bg: #1E1E20;
  --about-color: #E3E3E3;
  --years-bg: linear-gradient(180deg, #1E1E20 -4.91%, rgba(30, 30, 32, 0.95) 79.91%, rgba(30, 30, 32, 0) 96.87%, rgba(30, 30, 32, 0) 108.18%);
  --years-color: rgba(50, 50, 53, 1);
  --years-color-selected: rgba(217, 217, 223, 1);
  --accent-color: var(--white);
}
.aboutPage--black.body-pt-scroll {
  --accent-color: var(--white);
}
.aboutPage--white {
  --main-bg: #FFFFFF;
  --about-color: #1B1B1D;
  --years-bg: linear-gradient(180deg, #FFFFFF -4.91%, rgba(255, 255, 255, 0.95) 79.91%, rgba(255, 255, 255, 0) 96.87%, rgba(255, 255, 255, 0) 108.18%);
  --years-color: rgba(233, 232, 239, 1);
  --years-color-selected: rgba(27, 27, 29, 1);
}
.aboutPage__txt {
  font-size: 1.375rem;
  line-height: 159%;
}
.aboutPage__txt--center {
  width: 62rem;
  max-width: 100%;
  margin-left: 29.25rem;
  will-change: transform;
}
.aboutPage__subtitle {
  font-size: 2.75rem;
  line-height: 129%;
  letter-spacing: -0.03em;
}
.aboutPage__subtitle-indent {
  padding-left: 29.25rem;
}

@media (max-width: 1440px) {
  .html-rem {
    font-size: calc(1.1111111111vw + 0PX);
  }
  .aboutPage {
    --years-bg: linear-gradient(180deg, #FBFAF5 0%, rgba(251, 250, 245, 0.95) 80%, rgba(251, 250, 245, 0) 92.74%, rgba(251, 250, 245, 0) 100%);
  }
  .aboutPage--black {
    --years-bg: linear-gradient(180deg, #1E1E20 0%, rgba(30, 30, 32, 0.95) 80%, rgba(30, 30, 32, 0) 92.74%, rgba(30, 30, 32, 0) 100%);
  }
  .aboutPage--white {
    --years-bg: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 92.74%, rgba(255, 255, 255, 0) 100%);
  }
  .aboutPage__txt {
    font-size: 1.125rem;
  }
  .aboutPage__txt--center {
    width: 46.625rem;
    margin-left: 21.875rem;
  }
  .aboutPage__subtitle {
    font-size: 2.375rem;
  }
  .aboutPage__subtitle-indent {
    padding-left: 21.875rem;
  }
  .aboutSection {
    --padding-top: 8.25rem;
  }
  .aboutSection__yearPos {
    margin-left: 21.875rem;
  }
}
@media (max-width: 480px) {
  .html-rem {
    font-size: calc(4.2666666667vw + 0PX);
  }
  .m-hidden {
    display: none;
  }
  .d-hidden {
    display: block;
  }
  .m-inline {
    display: inline;
  }
  .aboutPage {
    --years-bg: linear-gradient(180deg, #FBFAF5 0%, rgba(251, 250, 245, 0.95) 81.64%, rgba(251, 250, 245, 0) 93.44%, rgba(251, 250, 245, 0) 100%);
  }
  .aboutPage--black {
    --years-bg: linear-gradient(180deg, #1E1E20 0%, rgba(30, 30, 32, 0.95) 81.64%, rgba(30, 30, 32, 0) 93.44%, rgba(30, 30, 32, 0) 100%);
  }
  .aboutPage--white {
    --years-bg: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 81.64%, rgba(255, 255, 255, 0) 93.44%, rgba(255, 255, 255, 0) 100%);
  }
  .aboutPage__txt {
    font-size: 1rem;
  }
  .aboutPage__txt--center {
    width: 100%;
    margin-left: 0;
  }
  .aboutPage__subtitle {
    font-size: 1.25rem;
  }
  .aboutPage__subtitle-indent {
    padding-left: 3.875rem;
  }
  .aboutSection {
    --padding-top: 4rem;
    padding-bottom: 15vh;
    padding-top: 15vh;
  }
  .aboutSection__yearPos {
    margin-left: 0;
  }
}
.aboutIntro {
  overflow: hidden;
  background: url(./intro-bg.webp) top 0rem center no-repeat;
  background-size: 120rem 67rem;
  background-size: cover;
  position: relative;
  color: var(--light);
}
.aboutIntro-content {
  height: 67rem;
  padding-top: 12.5rem;
  padding-bottom: 2.5rem;
}
.aboutIntro-content__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 6.375rem;
  line-height: 81%;
  letter-spacing: -0.07em;
  margin-bottom: 2.75rem;
}
.aboutIntro-content__img {
  position: absolute;
  top: 20rem;
  left: 15.25rem;
  -webkit-transform: translateY(4rem);
      -ms-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  will-change: transform;
}
.aboutIntro-content__img-desktop img {
  will-change: transform;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.aboutIntro-content__img-mobile {
  display: none;
}
.aboutIntro-content__img img {
  width: 86.8125rem;
}
.aboutIntro-content__txt {
  width: 95.25rem;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 2.6875rem;
  line-height: 84%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.aboutIntro-content__txt-item {
  width: 50%;
}
.aboutIntro-content__txt-item:nth-child(2) {
  text-align: right;
}
.aboutIntro-content__txt-item:nth-child(3) {
  text-align: center;
  margin-top: 24.25rem;
  margin-top: auto;
}
.aboutIntro-content__icons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -3rem;
}
.aboutIntro-content__icons-list {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutIntro-content__iconItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
}
.aboutIntro-content__iconItem-txt {
  margin-left: 1rem;
}
.aboutIntro-content__iconItem-icon {
  width: 2.875rem;
  height: 2.875rem;
}
.aboutIntro-content__iconItem-icon--size-2 {
  width: 3.8125rem;
  height: 2.6875rem;
}
.aboutIntro-content__iconItem-icon img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .aboutIntro {
    background-size: 90rem 50.25rem;
  }
  .aboutIntro-content {
    height: 50.25rem;
    padding-top: 10.375rem;
    padding-bottom: 1.5rem;
  }
  .aboutIntro-content__title {
    font-size: 4.75rem;
  }
  .aboutIntro-content__txt {
    width: 64rem;
    font-size: 2rem;
  }
  .aboutIntro-content__txt-item:nth-child(3) {
    margin-top: 16.75rem;
  }
  .aboutIntro-content__img {
    left: 10rem;
    top: 14rem;
  }
  .aboutIntro-content__img img {
    width: 66.875rem;
  }
  .aboutIntro-content__icons {
    margin-top: -2.125rem;
  }
  .aboutIntro-content__icons-list {
    gap: 0.375rem;
  }
  .aboutIntro-content__iconItem {
    font-size: 1.5rem;
  }
  .aboutIntro-content__iconItem-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .aboutIntro-content__iconItem-icon--size-2 {
    width: 3.1875rem;
    height: 2.25rem;
  }
  .aboutIntro-content__iconItem-txt {
    margin-left: 0.75rem;
  }
}
@media (max-width: 480px) {
  .aboutIntro {
    background: url(./intro-bg-m.webp) top 0rem center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .aboutIntro-content {
    padding-top: 11.25rem;
    height: 43.4375rem;
  }
  .aboutIntro-content__title {
    font-size: 2rem;
    margin-bottom: 6.25rem;
  }
  .aboutIntro-content__txt {
    width: 100%;
    font-size: 1.125rem;
  }
  .aboutIntro-content__txt-item:nth-child(3) {
    margin-top: 11.875rem;
  }
  .aboutIntro-content__icons {
    margin-top: 3rem;
  }
  .aboutIntro-content__icons-list {
    gap: 0.25rem;
  }
  .aboutIntro-content__iconItem {
    font-size: 0.75rem;
  }
  .aboutIntro-content__iconItem-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .aboutIntro-content__iconItem-icon--size-2 {
    width: 2.125rem;
    height: 1.5rem;
  }
  .aboutIntro-content__iconItem-txt {
    margin-left: 0.5rem;
  }
  .aboutIntro-content__img {
    left: 0;
    right: 0;
    -webkit-transform: translateY(4rem);
        -ms-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  .aboutIntro-content__img-desktop {
    display: none;
  }
  .aboutIntro-content__img-mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutIntro-content__img-mobile img {
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
  }
  .aboutIntro-content__img img {
    width: 28.125rem;
    max-width: initial;
  }
}
.aboutYears {
  position: sticky;
  top: var(--height-scroll);
  z-index: 10;
  height: 10.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--years-bg);
  overflow: hidden;
  padding-left: var(--containter-padding);
  padding-right: var(--containter-padding);
}
.aboutYears__list {
  gap: 3.375rem;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: translateX(60rem);
      -ms-transform: translateX(60rem);
          transform: translateX(60rem);
}
.aboutYears__item {
  font-size: 4rem;
  line-height: 84%;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: var(--years-color);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  will-change: transform;
}
.aboutYears__item.selected {
  font-size: 7.5rem;
  color: var(--years-color-selected);
}
.aboutYears__proxy-list {
  gap: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutYears__proxy .aboutYears__item {
  -webkit-transition: 0s;
  transition: 0s;
}
.aboutYears__proxy .aboutYears__item.selected {
  font-size: 7.5rem;
}

@media (max-width: 1440px) {
  .aboutYears {
    height: 8.25rem;
  }
  .aboutYears__list {
    gap: 2.5rem;
    -webkit-transform: translateX(50rem);
        -ms-transform: translateX(50rem);
            transform: translateX(50rem);
  }
  .aboutYears__item {
    font-size: 3rem;
  }
  .aboutYears__item.selected {
    font-size: 6.25rem;
  }
  .aboutYears__proxy-list {
    gap: 2.5rem;
  }
  .aboutYears__proxy .aboutYears__item.selected {
    font-size: 6.25rem;
  }
}
@media (max-width: 480px) {
  .aboutYears {
    height: 4.375rem;
  }
  .aboutYears__list {
    gap: 1rem;
    -webkit-transform: translateX(20rem);
        -ms-transform: translateX(20rem);
            transform: translateX(20rem);
  }
  .aboutYears__item {
    font-size: 1.25rem;
  }
  .aboutYears__item.selected {
    font-size: 2.75rem;
  }
  .aboutYears__proxy-list {
    gap: 1rem;
  }
  .aboutYears__proxy .aboutYears__item.selected {
    font-size: 2.75rem;
  }
}
.aboutOne {
  overflow: hidden;
  --section-padding: 9.75rem;
  padding-top: 10rem;
}
.aboutOne-content__top {
  position: relative;
  margin-bottom: -9rem;
}
.aboutOne-content__top-img {
  text-align: center;
}
.aboutOne-content__top-img img {
  width: 113.625rem;
}
.aboutOne-content__top-right {
  top: -7.375rem;
  right: 12.75rem;
  -webkit-transform: rotate(4.68deg);
      -ms-transform: rotate(4.68deg);
          transform: rotate(4.68deg);
}
.aboutOne-content__top-right img {
  width: 18.875rem;
  will-change: transform;
}
.aboutOne-content__top-left {
  left: 10rem;
  bottom: 0.75rem;
}
.aboutOne-content__top-left img {
  width: 13.125rem;
}
.aboutOne-content__imgTop {
  -webkit-transform: rotate(-5.91deg);
      -ms-transform: rotate(-5.91deg);
          transform: rotate(-5.91deg);
  margin-left: 15.125rem;
  margin-bottom: 2rem;
}
.aboutOne-content__imgTop img {
  width: 21.625rem;
}
.aboutOne-content__txt {
  margin-bottom: 3.375rem;
}
.aboutOne-content__quote {
  margin-bottom: 2.5rem;
  position: relative;
}
.aboutOne-content__quote::before {
  content: "";
  width: 6.5rem;
  height: 4.625rem;
  position: absolute;
  top: -2.75rem;
  left: 0;
  background: url(./s-00-4.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.aboutOne-content__author {
  margin-left: 29.125rem;
}
.aboutOne-content__author-img {
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 2.25rem;
}
.aboutOne-content__author-img img {
  width: 100%;
}
.aboutOne-content__imgBottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 22.75rem;
  margin-top: 1rem;
}
.aboutOne-content__imgBottom img {
  width: 100%;
}
.aboutOne-content__imgBottom-decorTop__front {
  width: 16.8125rem;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 2;
}
.aboutOne-content__imgBottom-decorTop__back {
  width: 16.5rem;
  top: 0;
  right: -3rem;
  z-index: 1;
}
.aboutOne-content__imgBottom-img {
  -webkit-transform: rotate(4.02deg);
      -ms-transform: rotate(4.02deg);
          transform: rotate(4.02deg);
  width: 32.375rem;
  z-index: 3;
}
.aboutOne-content__imgBottom-img::before {
  width: 10.9375rem;
  height: 3.375rem;
  -webkit-transform: rotate(179.98deg);
      -ms-transform: rotate(179.98deg);
          transform: rotate(179.98deg);
  background: url(./s-00-decor-3.png) 0 0 no-repeat;
  bottom: -1.5rem;
  left: -1.75rem;
  z-index: 4;
}
.aboutOne-content__imgBottom-decorTxt {
  z-index: 9;
  position: relative;
}
.aboutOne-content__imgBottom-decorTxt__txt {
  font-size: 2rem;
  line-height: 81%;
  letter-spacing: -0.03em;
  -webkit-transform: rotate(-8.07deg);
      -ms-transform: rotate(-8.07deg);
          transform: rotate(-8.07deg);
  left: -16.75rem;
  bottom: 3rem;
}
.aboutOne-content__imgBottom-decorTxt__img {
  width: 9.5rem;
  -webkit-transform: rotate(-188.89deg);
      -ms-transform: rotate(-188.89deg);
          transform: rotate(-188.89deg);
  left: -9.625rem;
  bottom: 7.875rem;
}

@media (max-width: 1440px) {
  .aboutOne-content__top {
    margin-bottom: -10rem;
  }
  .aboutOne-content__top-img img {
    width: 85rem;
  }
  .aboutOne-content__top-right {
    top: -4.125rem;
    right: 7.75rem;
  }
  .aboutOne-content__top-right img {
    width: 12.125rem;
  }
  .aboutOne-content__top-left {
    left: 10rem;
    bottom: 0.375rem;
  }
  .aboutOne-content__top-left img {
    width: 10rem;
  }
  .aboutOne-content__imgTop {
    -webkit-transform: rotate(-5.41deg);
        -ms-transform: rotate(-5.41deg);
            transform: rotate(-5.41deg);
    margin-left: 16rem;
    margin-bottom: 1.5rem;
  }
  .aboutOne-content__imgTop img {
    width: 14.25rem;
  }
  .aboutOne-content__txt {
    margin-bottom: 2.75rem;
  }
  .aboutOne-content__quote {
    margin-bottom: 1.75rem;
  }
  .aboutOne-content__quote::before {
    width: 5.125rem;
    height: 3.75rem;
    top: -1.5rem;
  }
  .aboutOne-content__author {
    margin-left: 21.75rem;
  }
  .aboutOne-content__author-img {
    width: 7rem;
    height: 7rem;
    margin-right: 2rem;
  }
  .aboutOne-content__imgBottom {
    margin-right: 17.25rem;
    margin-top: 3.75rem;
  }
  .aboutOne-content__imgBottom-decorTop__front {
    width: 14.625rem;
    top: -1.75rem;
    right: -1.125rem;
  }
  .aboutOne-content__imgBottom-decorTop__back {
    width: 14.625rem;
    top: -0.375rem;
    right: -2.375rem;
  }
  .aboutOne-content__imgBottom-img {
    width: 23.4375rem;
  }
  .aboutOne-content__imgBottom-img::before {
    width: 7.875rem;
    height: 2.5rem;
    bottom: -0.375rem;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .aboutOne-content__imgBottom-decorTxt__txt {
    left: -14.75rem;
    bottom: 5.5rem;
  }
  .aboutOne-content__imgBottom-decorTxt__img {
    width: 7.75rem;
    left: -9.125rem;
    bottom: 10.25rem;
  }
}
@media (max-width: 480px) {
  .aboutOne {
    padding-bottom: 15vh;
  }
  .aboutOne-content__top {
    margin-bottom: -2.625rem;
  }
  .aboutOne-content__top::before, .aboutOne-content__top::after {
    content: "";
    position: absolute;
    background-size: 100% 100% !important;
    -webkit-transform: rotate(31.45deg);
        -ms-transform: rotate(31.45deg);
            transform: rotate(31.45deg);
  }
  .aboutOne-content__top::before {
    width: 1.375rem;
    height: 1.5rem;
    background: url(./star-1.svg) 0 0 no-repeat;
    top: 1.5rem;
    left: -0.75rem;
  }
  .aboutOne-content__top::after {
    width: 2.5rem;
    height: 2.75rem;
    background: url(./star-2.svg) 0 0 no-repeat;
    right: 0.625rem;
    bottom: 2.25rem;
  }
  .aboutOne-content__top-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutOne-content__top-img img {
    width: 22.125rem;
    max-width: initial;
  }
  .aboutOne-content__top-right {
    top: 1.5rem;
    right: 8.375rem;
    -webkit-transform: rotate(8.58deg);
        -ms-transform: rotate(8.58deg);
            transform: rotate(8.58deg);
  }
  .aboutOne-content__top-right img {
    width: 6.375rem;
  }
  .aboutOne-content__top-left {
    display: none;
  }
  .aboutOne-content__imgTop {
    -webkit-transform: rotate(-5.91deg);
        -ms-transform: rotate(-5.91deg);
            transform: rotate(-5.91deg);
    margin-left: 4.25rem;
    margin-bottom: 1.75rem;
  }
  .aboutOne-content__imgTop img {
    width: 12.75rem;
  }
  .aboutOne-content__txt {
    margin-bottom: 1.5rem;
  }
  .aboutOne-content__quote {
    margin-bottom: 1rem;
  }
  .aboutOne-content__quote::before {
    width: 2.25rem;
    height: 1.5625rem;
    top: -0.125rem;
  }
  .aboutOne-content__author {
    margin-left: 0;
  }
  .aboutOne-content__author-img {
    width: 3.375rem;
    height: 3.375rem;
    margin-right: 1rem;
  }
  .aboutOne-content__imgBottom {
    margin-left: -0.125rem;
    margin-right: initial;
    margin-top: 4.375rem;
  }
  .aboutOne-content__imgBottom-decorTop__front {
    width: 8.5rem;
    top: -0.875rem;
    right: 0.5rem;
  }
  .aboutOne-content__imgBottom-decorTop__back {
    width: 8.5rem;
    top: -0.125rem;
    right: -0.25rem;
  }
  .aboutOne-content__imgBottom-img {
    width: 21.125rem;
    -webkit-transform: rotate(-5.28deg);
        -ms-transform: rotate(-5.28deg);
            transform: rotate(-5.28deg);
  }
  .aboutOne-content__imgBottom-img::before {
    background: url(./s-00-decor-3-m.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 8.875rem;
    height: 3.375rem;
    -webkit-transform: rotate(7.81deg);
        -ms-transform: rotate(7.81deg);
            transform: rotate(7.81deg);
    bottom: 0.375rem;
    left: -1rem;
  }
  .aboutOne-content__imgBottom-decorTxt__txt {
    bottom: -4.625rem;
    left: initial;
    right: 3.5rem;
    font-size: 1.5rem;
    z-index: 4;
  }
  .aboutOne-content__imgBottom-decorTxt__img {
    width: 5.875rem;
    bottom: 0.75rem;
    left: initial;
    right: 0.25rem;
    -webkit-transform: rotate(-120.38deg);
        -ms-transform: rotate(-120.38deg);
            transform: rotate(-120.38deg);
    z-index: 4;
  }
  .aboutOne-content__imgBottom-decorTxt__img img {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.aboutTwo-content__txt {
  margin-bottom: 8.25rem;
}
.aboutTwo-content__images {
  padding-left: 16.375rem;
  padding-right: 11.625rem;
}
.aboutTwo-content__images-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutTwo-content__images-item--right {
  margin-left: auto;
  margin-top: 2.25rem;
}
.aboutTwo-content__images-item__year {
  font-size: 17.375rem;
  line-height: 81%;
  font-family: "FK Screamer Trial";
  color: var(--main-bg);
  position: absolute;
  z-index: -1;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.aboutTwo-content__images-item__year--left {
  left: -2rem;
}
.aboutTwo-content__images-item__year--right {
  top: -5rem;
  left: 1.25rem;
}
.aboutTwo-content__images-item__img--left {
  margin-bottom: 0.75rem;
}
.aboutTwo-content__images-item__img--right {
  text-align: right;
  margin-right: 0.875rem;
  margin-bottom: 4.75rem;
}
.aboutTwo-content__images-item__img img {
  width: 19rem;
}
.aboutTwo-content__images-item__txt {
  font-size: 1.75rem;
  line-height: 133%;
}
.aboutTwo-content__images-item__txt--left {
  padding-left: 0.75rem;
  -webkit-transform: rotate(-4.39deg);
      -ms-transform: rotate(-4.39deg);
          transform: rotate(-4.39deg);
}
.aboutTwo-content__images-item__txt--right {
  -webkit-transform: rotate(-1.43deg);
      -ms-transform: rotate(-1.43deg);
          transform: rotate(-1.43deg);
}

@media (max-width: 1440px) {
  .aboutTwo-content__txt {
    margin-bottom: 6.5rem;
  }
  .aboutTwo-content__images {
    padding-left: 10.375rem;
    padding-right: 9.125rem;
  }
  .aboutTwo-content__images-item--right {
    margin-top: -2rem;
  }
  .aboutTwo-content__images-item__year {
    font-size: 14.125rem;
    line-height: 81%;
  }
  .aboutTwo-content__images-item__year--left {
    left: -0.75rem;
    top: -1.5rem;
  }
  .aboutTwo-content__images-item__year--right {
    top: -6.25rem;
    left: 0.625rem;
  }
  .aboutTwo-content__images-item__img--left {
    margin-bottom: 1.75rem;
  }
  .aboutTwo-content__images-item__img--right {
    margin-right: 0.875rem;
    margin-bottom: 1rem;
  }
  .aboutTwo-content__images-item__img img {
    width: 16.875rem;
  }
  .aboutTwo-content__images-item__txt {
    font-size: 1.375rem;
  }
  .aboutTwo-content__images-item__txt--left {
    padding-left: 3.375rem;
  }
}
@media (max-width: 480px) {
  .aboutTwo {
    padding-bottom: 1.5rem;
    overflow: initial;
  }
  .aboutTwo-content__txt {
    margin-bottom: 4.875rem;
  }
  .aboutTwo-content__images {
    padding-left: 0.625rem;
    padding-right: 0.375rem;
  }
  .aboutTwo-content__images-item--right {
    margin-top: 8.375rem;
  }
  .aboutTwo-content__images-item__year {
    font-size: 8.875rem;
  }
  .aboutTwo-content__images-item__year--left {
    left: -0.5rem;
    top: -0.875rem;
  }
  .aboutTwo-content__images-item__year--right {
    top: -4rem;
    left: 0.5rem;
  }
  .aboutTwo-content__images-item__img img {
    width: 10.625rem;
  }
  .aboutTwo-content__images-item__img--left {
    margin-bottom: 0.25rem;
  }
  .aboutTwo-content__images-item__img--right {
    margin-right: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .aboutTwo-content__images-item__txt {
    font-size: 0.875rem;
  }
  .aboutTwo-content__images-item__txt--left {
    padding-left: 1.875rem;
  }
}
.aboutThree-content__txt {
  margin-bottom: 8.25rem;
}
.aboutThree-content__img {
  margin-left: 23.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutThree-content__img svg {
  width: 100%;
  height: auto;
}
.aboutThree-content__img-img img {
  width: 19rem;
}
.aboutThree-content__img-left {
  width: 9.25rem;
  top: -5.25rem;
  left: -4.25rem;
}
.aboutThree-content__img-right {
  width: 9.5rem;
  -webkit-transform: rotate(82.4deg);
      -ms-transform: rotate(82.4deg);
          transform: rotate(82.4deg);
  bottom: -2.875rem;
  right: -6rem;
}

@media (max-width: 1440px) {
  .aboutThree-content__txt {
    margin-bottom: 5rem;
  }
  .aboutThree-content__img {
    margin-left: 13rem;
  }
  .aboutThree-content__img-img img {
    width: 16.875rem;
  }
  .aboutThree-content__img-left {
    width: 7.5rem;
    top: -3.5rem;
    left: -1.75rem;
  }
  .aboutThree-content__img-right {
    width: 7.625rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -2.625rem;
    right: -4.625rem;
  }
}
@media (max-width: 480px) {
  .aboutThree-content__txt {
    margin-bottom: 6.125rem;
    margin-top: 1.5rem;
  }
  .aboutThree-content__img {
    margin-left: 1.5rem;
  }
  .aboutThree-content__img-img img {
    width: 11.75rem;
  }
  .aboutThree-content__img-left {
    width: 5.25rem;
    top: -2.5rem;
    left: -1.25rem;
  }
  .aboutThree-content__img-right {
    width: 5.375rem;
    -webkit-transform: rotate(82.4deg);
        -ms-transform: rotate(82.4deg);
            transform: rotate(82.4deg);
    bottom: -1.25rem;
    right: -3.875rem;
  }
}
.aboutFour-content__title {
  padding-left: 0.375rem;
  margin-bottom: 3.375rem;
}
.aboutFour-content__txt {
  margin-bottom: 3.5rem;
}
.aboutFour-content__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 17.625rem;
}
.aboutFour-content__img svg {
  width: 100%;
}
.aboutFour-content__img-img img {
  width: 19rem;
}
.aboutFour-content__img-left {
  -webkit-transform: rotate(-75deg);
      -ms-transform: rotate(-75deg);
          transform: rotate(-75deg);
  top: -5.125rem;
  left: -0.25rem;
  width: 12.375rem;
}
.aboutFour-content__img-right {
  bottom: -3.375rem;
  right: -4.25rem;
  width: 5.375rem;
}

@media (max-width: 1440px) {
  .aboutFour-content__title {
    padding-left: 0rem;
    margin-bottom: 2.75rem;
  }
  .aboutFour-content__txt {
    margin-bottom: 4rem;
  }
  .aboutFour-content__img {
    margin-right: 10.875rem;
  }
  .aboutFour-content__img-img img {
    width: 16.875rem;
  }
  .aboutFour-content__img-left {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: -5.75rem;
    left: 0.375rem;
    width: 9.125rem;
  }
  .aboutFour-content__img-right {
    bottom: -5.625rem;
    right: -3.125rem;
    width: 3.75rem;
    -webkit-transform: rotate(-2.18deg);
        -ms-transform: rotate(-2.18deg);
            transform: rotate(-2.18deg);
  }
}
@media (max-width: 480px) {
  .aboutFour {
    padding-bottom: 18vh;
  }
  .aboutFour-content__title {
    margin-bottom: 1.5rem;
  }
  .aboutFour-content__txt {
    margin-bottom: 4.375rem;
  }
  .aboutFour-content__img {
    margin-right: 3rem;
  }
  .aboutFour-content__img-img img {
    width: 11.75rem;
  }
  .aboutFour-content__img-left {
    top: -6.25rem;
    left: 0;
    width: 6.5rem;
  }
  .aboutFour-content__img-right {
    bottom: -6.625rem;
    right: -1.75rem;
    width: 2.875rem;
  }
}
.aboutFive-content {
  position: relative;
}
.aboutFive-content__imgTop {
  margin-left: 14rem;
  margin-bottom: -9rem;
}
.aboutFive-content__imgTop-img {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.aboutFive-content__imgTop-img__inner::before {
  top: -2.375rem;
  left: -3.375rem;
  width: 10.5rem;
  height: 4.5rem;
  background: url(./scotch-1.png) 0 0 no-repeat;
}
.aboutFive-content__imgTop-img img {
  width: 14.25rem;
}
.aboutFive-content__txt {
  margin-bottom: 4rem;
}
.aboutFive-content__title {
  margin-bottom: 4rem;
}
.aboutFive-content__txt-bottom {
  margin-top: 5.625rem;
}
.aboutFive-content__imgBottom {
  height: 32.5rem;
  width: 25rem;
  position: relative;
  margin-left: 28.75rem;
  margin-bottom: 5.375rem;
}
.aboutFive-content__imgBottom-item {
  width: 23.375rem;
  position: absolute;
}
.aboutFive-content__imgBottom-item img {
  width: 100%;
}
.aboutFive-content__imgBottom-1 {
  z-index: 3;
}
.aboutFive-content__imgBottom-2 {
  z-index: 2;
}
.aboutFive-content__imgBottom-2 img {
  -webkit-transform: rotate(3.76deg);
      -ms-transform: rotate(3.76deg);
          transform: rotate(3.76deg);
}
.aboutFive-content__imgBottom-3 {
  z-index: 1;
}
.aboutFive-content__imgBottom-3 img {
  -webkit-transform: rotate(-6.16deg);
      -ms-transform: rotate(-6.16deg);
          transform: rotate(-6.16deg);
}
.aboutFive-content__imgBottom-left {
  width: 13.125rem;
  top: 1.5rem;
  left: -10.625rem;
}
.aboutFive-content__imgBottom-right {
  width: 4.75rem;
  bottom: 0.75rem;
  right: -4.125rem;
  -webkit-transform: rotate(39.95deg);
      -ms-transform: rotate(39.95deg);
          transform: rotate(39.95deg);
}
.aboutFive-content__decor {
  width: 27.25rem;
  position: absolute;
  right: 11.875rem;
  top: 5.625rem;
}
.aboutFive-content__decor svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .aboutFive-content__imgTop {
    margin-left: 6.625rem;
    margin-bottom: -6.75rem;
  }
  .aboutFive-content__imgTop-img {
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  .aboutFive-content__imgTop-img__inner::before {
    width: 9rem;
    height: 3.375rem;
    -webkit-transform: rotate(-11.81deg);
        -ms-transform: rotate(-11.81deg);
            transform: rotate(-11.81deg);
    top: -1.25rem;
    left: -1.75rem;
  }
  .aboutFive-content__title {
    margin-bottom: 5.375rem;
  }
  .aboutFive-content__imgBottom {
    height: 26.25rem;
    width: 18.75rem;
    margin-left: 22.125rem;
    margin-bottom: 6.375rem;
  }
  .aboutFive-content__imgBottom-item {
    width: 18.75rem;
  }
  .aboutFive-content__imgBottom-left {
    width: 10.375rem;
    top: 0.75rem;
    left: -7.75rem;
  }
  .aboutFive-content__imgBottom-right {
    width: 3.5rem;
    bottom: -0.25rem;
    right: -4.625rem;
  }
  .aboutFive-content__decor {
    width: 21.25rem;
    right: 16.5rem;
    bottom: 13.375rem;
  }
}
@media (max-width: 480px) {
  .aboutFive {
    overflow: hidden;
  }
  .aboutFive-content__imgTop {
    margin-left: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .aboutFive-content__title {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .aboutFive-content__imgBottom {
    height: 23.75rem;
    width: 16.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.25rem;
  }
  .aboutFive-content__imgBottom-item {
    width: 16.75rem;
  }
  .aboutFive-content__imgBottom-left {
    width: 9.875rem;
    top: -2.125rem;
    left: -3.375rem;
  }
  .aboutFive-content__imgBottom-right {
    width: 2.875rem;
    bottom: 11.25rem;
    right: -3.875rem;
  }
  .aboutFive-content__decor {
    width: 18rem;
    right: -3.25rem;
    bottom: 38.5rem;
  }
}
.aboutSix-content__txt {
  margin-bottom: 7.25rem;
}
.aboutSix-content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 37.125rem;
  position: relative;
}
.aboutSix-content__img-item {
  position: relative;
  z-index: 3;
}
.aboutSix-content__img-item::before {
  content: "";
  position: absolute;
}
.aboutSix-content__img-1::before {
  width: 11rem;
  height: 4.75rem;
  background: url(./scotch-2.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -1rem;
  left: 3rem;
  -webkit-transform: rotate(-6.64deg);
      -ms-transform: rotate(-6.64deg);
          transform: rotate(-6.64deg);
}
.aboutSix-content__img-1 img {
  width: 21.875rem;
}
.aboutSix-content__img-2 {
  -webkit-transform: rotate(-1.45deg);
      -ms-transform: rotate(-1.45deg);
          transform: rotate(-1.45deg);
  margin-top: 15.375rem;
  margin-left: -1.75rem;
  z-index: 2;
}
.aboutSix-content__img-2::before {
  width: 11rem;
  height: 4.75rem;
  background: url(./scotch-3.png) 0 0 no-repeat;
  background-size: 100% auto;
  bottom: -2.5rem;
  right: -4.625rem;
  -webkit-transform: rotate(-5.86deg);
      -ms-transform: rotate(-5.86deg);
          transform: rotate(-5.86deg);
}
.aboutSix-content__img-2 img {
  width: 17.625rem;
}
.aboutSix-content__img-left {
  z-index: 1;
  left: -4.875rem;
  bottom: 0.75rem;
}
.aboutSix-content__img-left img {
  width: 15.25rem;
}
.aboutSix-content__img-right {
  width: 9.125rem;
  right: -8.5rem;
  top: 6.25rem;
  -webkit-transform: rotate(-20.39deg);
      -ms-transform: rotate(-20.39deg);
          transform: rotate(-20.39deg);
}
.aboutSix-content__img-right img {
  width: 9.125rem;
}

@media (max-width: 1440px) {
  .aboutSix-content__txt {
    margin-bottom: 2.75rem;
  }
  .aboutSix-content__img {
    margin-left: 28.25rem;
  }
  .aboutSix-content__img-1 {
    -webkit-transform: rotate(-1.46deg);
        -ms-transform: rotate(-1.46deg);
            transform: rotate(-1.46deg);
  }
  .aboutSix-content__img-1::before {
    width: 8.75rem;
    height: 3.875rem;
    top: -1rem;
    left: -1rem;
    -webkit-transform: rotate(-8.11deg);
        -ms-transform: rotate(-8.11deg);
            transform: rotate(-8.11deg);
  }
  .aboutSix-content__img-1 img {
    width: 17.5rem;
  }
  .aboutSix-content__img-2 {
    margin-top: 11.25rem;
    margin-left: -1.5rem;
  }
  .aboutSix-content__img-2::before {
    width: 8.75rem;
    height: 3.875rem;
    bottom: -2.5rem;
    right: -3.25rem;
  }
  .aboutSix-content__img-2 img {
    width: 14rem;
  }
  .aboutSix-content__img-left {
    left: -4.25rem;
    bottom: -1rem;
  }
  .aboutSix-content__img-left img {
    width: 11.625rem;
  }
  .aboutSix-content__img-right {
    width: 6.625rem;
    right: -5rem;
    top: 6.625rem;
    -webkit-transform: rotate(-21.09deg);
        -ms-transform: rotate(-21.09deg);
            transform: rotate(-21.09deg);
  }
  .aboutSix-content__img-right img {
    width: 6.625rem;
  }
}
@media (max-width: 480px) {
  .aboutSix {
    overflow: hidden;
  }
  .aboutSix-content__txt {
    margin-bottom: 3.75rem;
  }
  .aboutSix-content__img {
    margin-left: 0.875rem;
  }
  .aboutSix-content__img-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .aboutSix-content__img-1::before {
    width: 5.875rem;
    height: 2.5rem;
    top: -0.625rem;
    left: -0.75rem;
    background: url(./scotch-4.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .aboutSix-content__img-1 img {
    width: 11.625rem;
  }
  .aboutSix-content__img-2 {
    margin-top: 10.5rem;
    margin-left: -1.5rem;
    z-index: 4;
  }
  .aboutSix-content__img-2::before {
    width: 6.5rem;
    height: 2.875rem;
    bottom: -1.5rem;
    right: -1rem;
  }
  .aboutSix-content__img-2 img {
    width: 10.25rem;
  }
  .aboutSix-content__img-left {
    left: -2rem;
    top: -2rem;
    bottom: initial;
  }
  .aboutSix-content__img-left img {
    width: 7.75rem;
  }
  .aboutSix-content__img-right {
    width: 4.875rem;
    right: -1rem;
    top: 6.5rem;
    -webkit-transform: rotate(-21.09deg);
        -ms-transform: rotate(-21.09deg);
            transform: rotate(-21.09deg);
  }
  .aboutSix-content__img-right img {
    width: 4.875rem;
  }
}
.aboutEight-content__txt {
  margin-bottom: 5.625rem;
}
.aboutEight-content__img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.aboutEight-content__img-1 {
  width: 30.125rem;
}
.aboutEight-content__img-2 {
  width: 24.625rem;
}

@media (max-width: 1440px) {
  .aboutEight-content__txt {
    margin-bottom: 1.5rem;
  }
  .aboutEight-content__img {
    gap: 0.75rem;
  }
  .aboutEight-content__img-1 {
    width: 25.625rem;
  }
  .aboutEight-content__img-2 {
    width: 19.25rem;
  }
}
@media (max-width: 480px) {
  .aboutEight-content__txt {
    margin-bottom: 1rem;
  }
  .aboutEight-content__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .aboutEight-content__img-1 {
    width: 21.375rem;
  }
}
.aboutNine-content__txt {
  margin-bottom: 4rem;
}
.aboutNine-content__img {
  margin-left: 29.25rem;
}
.aboutNine-content__img-item {
  position: relative;
  z-index: 2;
}
.aboutNine-content__img-1 {
  width: 17.375rem;
  margin-right: 5rem;
  margin-top: 1.25rem;
}
.aboutNine-content__img-2 {
  width: 34.75rem;
}
.aboutNine-content__img-2::before {
  width: 14.5rem;
  height: 4.75rem;
  right: 0;
  top: -1rem;
  background: url(./scotch-5.png) 0 0 no-repeat;
}
.aboutNine-content__img-decor {
  width: 6.75rem;
  -webkit-transform: rotate(-10.5deg);
      -ms-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
  top: 1.75rem;
  left: 16.25rem;
}

@media (max-width: 1440px) {
  .aboutNine-content__txt {
    margin-bottom: 3.25rem;
  }
  .aboutNine-content__img {
    margin-left: 21.875rem;
  }
  .aboutNine-content__img-1 {
    width: 13.75rem;
    margin-right: 4rem;
    margin-top: 1rem;
  }
  .aboutNine-content__img-2 {
    width: 27.5rem;
  }
  .aboutNine-content__img-2::before {
    width: 11.5rem;
    height: 3.75rem;
    right: -1rem;
    top: -1.375rem;
  }
  .aboutNine-content__img-decor {
    width: 5.375rem;
    top: -1rem;
    left: 12.75rem;
  }
}
@media (max-width: 480px) {
  .aboutNine {
    overflow: hidden;
  }
  .aboutNine-content__txt {
    margin-bottom: 2rem;
  }
  .aboutNine-content__img {
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutNine-content__img-1 {
    width: 16rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .aboutNine-content__img-2 {
    width: 22.625rem;
  }
  .aboutNine-content__img-2::before {
    width: 11.5rem;
    height: 3rem;
    right: 0rem;
    top: -1rem;
  }
  .aboutNine-content__img-decor {
    width: 7.5rem;
    top: -4.25rem;
    left: initial;
    right: -14px;
  }
}
.aboutTen-content__img {
  margin-left: 26.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.aboutTen-content__img-right {
  margin-left: -0.625rem;
  margin-top: 0.625rem;
}
.aboutTen-content__img-1 {
  width: 39.875rem;
}
.aboutTen-content__img-2 {
  width: 12.25rem;
  margin-right: 1rem;
}
.aboutTen-content__img-3 {
  width: 12.375rem;
}
.aboutTen-content__img-txt {
  font-size: 2.375rem;
  line-height: 133%;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  bottom: 2rem;
  right: 3.5rem;
}

@media (max-width: 1440px) {
  .aboutTen-content__title {
    margin-bottom: 3rem;
  }
  .aboutTen-content__img {
    margin-left: 14.75rem;
  }
  .aboutTen-content__img-right {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
  }
  .aboutTen-content__img-1 {
    width: 34.125rem;
  }
  .aboutTen-content__img-2 {
    width: 10.5rem;
    margin-right: 0.75rem;
  }
  .aboutTen-content__img-3 {
    width: 10.625rem;
  }
  .aboutTen-content__img-txt {
    bottom: 1.5rem;
    right: -2rem;
  }
}
@media (max-width: 480px) {
  .aboutTen {
    overflow: hidden;
  }
  .aboutTen-content__title {
    margin-bottom: 0.75rem;
  }
  .aboutTen-content__img {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .aboutTen-content__img-right {
    margin-top: 3.5rem;
    margin-left: 0;
  }
  .aboutTen-content__img-1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .aboutTen-content__img-1 img {
    width: 24.625rem;
    max-width: initial;
  }
  .aboutTen-content__img-2 {
    width: 10.25rem;
    margin-right: 0.75rem;
  }
  .aboutTen-content__img-3 {
    width: 10.375rem;
  }
  .aboutTen-content__img-txt {
    font-size: 1.5rem;
    -webkit-transform: rotate(-2.85deg);
        -ms-transform: rotate(-2.85deg);
            transform: rotate(-2.85deg);
    right: 0;
    bottom: 17.125rem;
  }
}
.aboutEleven__top {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.aboutEleven-content__txtImg {
  width: 62.375rem;
  max-width: 100%;
  margin-left: 29.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -5rem;
}
.aboutEleven-content__txtImg-txt {
  width: 23.25rem;
}
.aboutEleven-content__txtImg-img {
  width: 25.125rem;
  -webkit-transform: rotate(7.38deg);
      -ms-transform: rotate(7.38deg);
          transform: rotate(7.38deg);
}
.aboutEleven-content__txtImg-img::before {
  width: 12.5rem;
  height: 12.5rem;
  background: url(./scotch-6.png) 0 0 no-repeat;
  right: -3.125rem;
  top: -5.625rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aboutEleven-content__gifs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 51.25rem;
  margin-bottom: 6rem;
}
.aboutEleven-content__gifs-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutEleven-content__gifs-item:last-child {
  margin-top: auto;
}
.aboutEleven-content__gifs-item__gif {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33rem;
}
.aboutEleven-content__gifs-item__img {
  width: 15rem;
  position: relative;
  z-index: 3;
}
.aboutEleven-content__gifs-item__img--left {
  margin-left: -7.5rem;
}
.aboutEleven-content__gifs-item__img--right {
  margin-right: -7.5rem;
}
.aboutEleven-content__author {
  margin-bottom: 4.75rem;
}
.aboutEleven__bottom {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.aboutEleven-content__img {
  margin-top: 4.5rem;
  width: 85.5rem;
  max-width: 100%;
  margin-left: 20.25rem;
  position: relative;
}
.aboutEleven-content__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.aboutEleven-content__img-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutEleven-content__img-item {
  position: relative;
}
.aboutEleven-content__img-1 {
  margin-top: auto;
  margin-left: auto;
  position: relative;
  bottom: -1.5rem;
  right: -1rem;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 3;
  width: 37.75rem;
}
.aboutEleven-content__img-1::before {
  width: 10.875rem;
  height: 3.375rem;
  background: url(./scotch-7.png) 0 0 no-repeat;
  top: 0.125rem;
  left: -3.5rem;
}
.aboutEleven-content__img-2 {
  width: 20.5rem;
  margin-top: auto;
}
.aboutEleven-content__img-3 {
  margin-left: auto;
  width: 28rem;
}
.aboutEleven-content__img-4 {
  width: 42.5rem;
}
.aboutEleven-content__img-decor {
  width: 41.75rem;
  top: -0.5rem;
  left: 0;
}
.aboutEleven-content__img-txt {
  font-size: 2.375rem;
  line-height: 133%;
  bottom: 1.5rem;
  left: 17.125rem;
  -webkit-transform: rotate(-6.7deg);
      -ms-transform: rotate(-6.7deg);
          transform: rotate(-6.7deg);
}

@media (max-width: 1440px) {
  .aboutEleven-content__txtImg {
    width: 48.25rem;
    margin-left: 21.875rem;
    margin-bottom: 0;
  }
  .aboutEleven-content__txtImg-txt {
    width: 23.25rem;
  }
  .aboutEleven-content__txtImg-img {
    width: 17.875rem;
  }
  .aboutEleven-content__txtImg-img::before {
    width: 9rem;
    height: 9rem;
    right: -2.25rem;
    top: -4rem;
  }
  .aboutEleven-content__gifs {
    height: 47.75rem;
    margin-bottom: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aboutEleven-content__gifs-item__gif {
    width: 27.75rem;
  }
  .aboutEleven-content__gifs-item__img {
    width: 12.75rem;
  }
  .aboutEleven-content__gifs-item__img--left {
    margin-left: -6.375rem;
  }
  .aboutEleven-content__gifs-item__img--right {
    margin-right: -6.375rem;
  }
  .aboutEleven-content__author {
    margin-bottom: 3.375rem;
  }
  .aboutEleven-content__img {
    margin-top: 3.625rem;
    width: 64.875rem;
    margin-left: 10.625rem;
  }
  .aboutEleven-content__img-list {
    gap: 0.375rem;
  }
  .aboutEleven-content__img-1 {
    bottom: -1.5rem;
    right: -1rem;
    width: 28.625rem;
  }
  .aboutEleven-content__img-1::before {
    width: 8.25rem;
    height: 2.5rem;
    top: 0.125rem;
    left: -2.5rem;
  }
  .aboutEleven-content__img-2 {
    width: 15.625rem;
  }
  .aboutEleven-content__img-3 {
    width: 21.25rem;
  }
  .aboutEleven-content__img-4 {
    width: 32.25rem;
  }
  .aboutEleven-content__img-decor {
    width: 31.75rem;
    top: -0.5rem;
    left: 0;
  }
  .aboutEleven-content__img-txt {
    font-size: 1.875rem;
    bottom: 1.5rem;
    left: 13rem;
  }
}
@media (max-width: 480px) {
  .aboutEleven__top {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .aboutEleven-content__txtImg {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutEleven-content__txtImg-txt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .aboutEleven-content__txtImg-img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
  }
  .aboutEleven-content__gifs {
    height: auto;
    margin-bottom: 5.625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutEleven-content__gifs-item:first-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-left: -14px;
  }
  .aboutEleven-content__gifs-item:last-child {
    margin-left: 0;
  }
  .aboutEleven-content__gifs-item__gif {
    width: 18.375rem;
  }
  .aboutEleven-content__gifs-item__img {
    width: 8.375rem;
  }
  .aboutEleven-content__gifs-item__img--left {
    margin-left: -4.25rem;
  }
  .aboutEleven-content__gifs-item__img--right {
    margin-right: -4.25rem;
  }
  .aboutEleven-content__author {
    margin-bottom: 1.5rem;
  }
  .aboutEleven-content__img {
    margin-top: -1rem;
    width: 100%;
    margin-left: 0;
  }
  .aboutEleven-content__img-list {
    gap: 0.625rem;
    grid-template-columns: 1fr;
  }
  .aboutEleven-content__img-list__item:nth-child(3) {
    display: none;
  }
  .aboutEleven-content__img-1 {
    bottom: -1.5rem;
    right: 0rem;
    width: 20rem;
    margin: auto;
    -webkit-transform: rotate(1.2deg);
        -ms-transform: rotate(1.2deg);
            transform: rotate(1.2deg);
    margin-bottom: -0.5rem;
  }
  .aboutEleven-content__img-1::before {
    width: 11.625rem;
    height: 5.375rem;
    top: 0.125rem;
    left: -1.5rem;
    background: url(./scotch-8.png) 0 0 no-repeat;
  }
  .aboutEleven-content__img-2 {
    width: 10.625rem;
    margin-left: auto;
  }
  .aboutEleven-content__img-4 {
    width: 100%;
  }
  .aboutEleven-content__img-decor {
    width: 21.875rem;
    top: 2.25rem;
    left: 0.375rem;
  }
  .aboutEleven-content__img-txt {
    font-size: 1.5rem;
    bottom: initial;
    top: 21.25rem;
    left: 2rem;
    -webkit-transform: rotate(-9.86deg);
        -ms-transform: rotate(-9.86deg);
            transform: rotate(-9.86deg);
    max-width: 6.875rem;
  }
}
.aboutTwelve {
  overflow: initial;
}
.aboutTwelve-content__txtImg {
  width: 61.75rem;
  max-width: 100%;
  margin-left: 29.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutTwelve-content__txtImg-txt {
  width: 26.75rem;
}
.aboutTwelve-content__txtImg-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.aboutTwelve-content__txtImg-img__main {
  width: 24.125rem;
  position: relative;
  z-index: 3;
}
.aboutTwelve-content__txtImg-img__second {
  width: 14.125rem;
  left: -8.75rem;
  bottom: -6rem;
  z-index: 4;
}
.aboutTwelve-content__txtImg-img__second::before {
  width: 6.125rem;
  height: 5.125rem;
  background: url(./clip-1.png) 0 0 no-repeat;
  -webkit-transform: rotate(14.42deg);
      -ms-transform: rotate(14.42deg);
          transform: rotate(14.42deg);
  top: -0.5rem;
  right: 0;
}
.aboutTwelve-content__txtImg-img__decor-1 {
  width: 18.75rem;
  top: 2.25rem;
  right: -13.75rem;
}
.aboutTwelve-content__txtImg-img__decor-2 {
  width: 7.75rem;
  -webkit-transform: rotate(92deg);
      -ms-transform: rotate(92deg);
          transform: rotate(92deg);
  right: -7.75rem;
  bottom: 0;
}
.aboutTwelve-content__txtImg-img__decor-3 {
  font-size: 1.75rem;
  line-height: 133%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  right: -1rem;
  bottom: -5rem;
}

@media (max-width: 1440px) {
  .aboutTwelve-content__txtImg {
    width: 46.875rem;
    margin-left: 21.5rem;
  }
  .aboutTwelve-content__txtImg-txt {
    width: 20.125rem;
  }
  .aboutTwelve-content__txtImg-img__main {
    width: 20.625rem;
  }
  .aboutTwelve-content__txtImg-img__second {
    width: 12.125rem;
    left: -4.625rem;
    bottom: -1.5rem;
  }
  .aboutTwelve-content__txtImg-img__second::before {
    width: 5.25rem;
    height: 4.375rem;
    top: -0.5rem;
    right: 0;
  }
  .aboutTwelve-content__txtImg-img__decor-1 {
    width: 15.5rem;
    top: 0.75rem;
    right: -12.375rem;
  }
  .aboutTwelve-content__txtImg-img__decor-2 {
    width: 6.625rem;
    -webkit-transform: rotate(88deg);
        -ms-transform: rotate(88deg);
            transform: rotate(88deg);
    right: -6.25rem;
    bottom: 1rem;
  }
  .aboutTwelve-content__txtImg-img__decor-3 {
    font-size: 1.5rem;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
    right: 0;
    bottom: -3.5rem;
  }
}
@media (max-width: 480px) {
  .aboutTwelve {
    overflow: hidden;
    padding-bottom: 15vh;
  }
  .aboutTwelve-content__txtImg {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutTwelve-content__txtImg-txt {
    width: 100%;
    margin-bottom: 6.875rem;
  }
  .aboutTwelve-content__txtImg-img__main {
    width: 19.25rem;
    -webkit-transform: rotate(3.14deg);
        -ms-transform: rotate(3.14deg);
            transform: rotate(3.14deg);
  }
  .aboutTwelve-content__txtImg-img__second {
    width: 10.75rem;
    left: -3rem;
    bottom: -4rem;
    -webkit-transform: rotate(-11.46deg);
        -ms-transform: rotate(-11.46deg);
            transform: rotate(-11.46deg);
  }
  .aboutTwelve-content__txtImg-img__second::before {
    width: 4.625rem;
    height: 3.875rem;
    top: -0.5rem;
    right: 4.625rem;
  }
  .aboutTwelve-content__txtImg-img__decor-1 {
    width: 15.5rem;
    top: -5.625rem;
    right: -2.5rem;
  }
  .aboutTwelve-content__txtImg-img__decor-2 {
    -webkit-transform: rotate(113.37deg);
        -ms-transform: rotate(113.37deg);
            transform: rotate(113.37deg);
    right: -1rem;
    bottom: -3.375rem;
  }
  .aboutTwelve-content__txtImg-img__decor-3 {
    -webkit-transform: rotate(-8.42deg);
        -ms-transform: rotate(-8.42deg);
            transform: rotate(-8.42deg);
    right: 5.625rem;
    bottom: -5.25rem;
  }
}
.aboutThirteen__top {
  padding-top: 3.25rem;
  padding-bottom: 10.25rem;
}
.aboutThirteen-content__title {
  margin-top: 3.375rem;
  position: relative;
}
.aboutThirteen-content__title > span {
  position: relative;
  z-index: 3;
}
.aboutThirteen-content__title svg {
  width: 15.25rem;
  height: auto;
  position: absolute;
  top: -11.375rem;
  left: 13.125rem;
}
.aboutThirteen-content__images {
  height: 51.5rem;
  margin-top: 8.375rem;
}
.aboutThirteen-content__images-item__inner {
  width: 100%;
}
.aboutThirteen-content__images-1 {
  width: 22.375rem;
  top: 0;
  left: 0;
}
.aboutThirteen-content__images-2 {
  width: 18.75rem;
  left: 0;
  bottom: 0;
}
.aboutThirteen-content__images-3 {
  width: 17.625rem;
  left: 28.5rem;
  top: 15.125rem;
}
.aboutThirteen-content__images-4 {
  width: 17.625rem;
  left: 57.75rem;
  top: 0;
}
.aboutThirteen-content__images-5 {
  width: 14.875rem;
  left: 59.25rem;
  bottom: 0;
}
.aboutThirteen-content__images-6 {
  width: 17.625rem;
  top: 0;
  right: 0;
}
.aboutThirteen-content__images-7 {
  width: 18.75rem;
  bottom: 0;
  right: 0;
}
.aboutThirteen-content__images__txt {
  font-size: 2rem;
  line-height: 133%;
}
.aboutThirteen-content__images__txt-1 {
  -webkit-transform: rotate(-16.11deg);
      -ms-transform: rotate(-16.11deg);
          transform: rotate(-16.11deg);
  top: 16.125rem;
  left: 4.5rem;
}
.aboutThirteen-content__images__txt-2 {
  -webkit-transform: rotate(-13.88deg);
      -ms-transform: rotate(-13.88deg);
          transform: rotate(-13.88deg);
  top: 44rem;
  left: 20.375rem;
}
.aboutThirteen-content__images__txt-3 {
  -webkit-transform: rotate(13.64deg);
      -ms-transform: rotate(13.64deg);
          transform: rotate(13.64deg);
  top: 11.375rem;
  left: 36.5rem;
}
.aboutThirteen-content__images__txt-4 {
  -webkit-transform: rotate(-8.41deg);
      -ms-transform: rotate(-8.41deg);
          transform: rotate(-8.41deg);
  top: 10.625rem;
  left: 79.75rem;
}
.aboutThirteen-content__images__txt-5 {
  -webkit-transform: rotate(4.03deg);
      -ms-transform: rotate(4.03deg);
          transform: rotate(4.03deg);
  top: 49.125rem;
  left: 54.75rem;
}
.aboutThirteen-content__images__txt-7 {
  -webkit-transform: rotate(-8.71deg);
      -ms-transform: rotate(-8.71deg);
          transform: rotate(-8.71deg);
  top: 29.5rem;
  left: 103.75rem;
}
.aboutThirteen-banner {
  margin-bottom: 10.625rem;
}
.aboutThirteen-banner__big {
  width: 85.75rem;
  margin-left: auto;
}
.aboutThirteen-banner__sm {
  width: 37.625rem;
  top: 3.25rem;
  left: 0.5rem;
}
.aboutThirteen-banner__logo {
  width: 51.125rem;
  top: 5.375rem;
  left: 20.5rem;
}
.aboutThirteen-banner__txt {
  font-family: "Space Mono";
  font-weight: bold;
  font-size: 2rem;
  line-height: 145%;
  bottom: 5rem;
  left: 40.375rem;
  color: var(--white);
}
.aboutThirteen__bottom {
  padding-bottom: 10rem;
}
.aboutThirteen-content__bImages {
  height: 62.5rem;
  margin-top: 2rem;
}
.aboutThirteen-content__bImages-item__inner {
  width: 100%;
}
.aboutThirteen-content__bImages-1 {
  width: 8.375rem;
  top: 6.375rem;
  left: 5.125rem;
  z-index: 3;
}
.aboutThirteen-content__bImages-2 {
  width: 7.375rem;
  top: 7rem;
  left: 15rem;
  z-index: 3;
}
.aboutThirteen-content__bImages-3 {
  width: 23.375rem;
  -webkit-transform: rotate(2.51deg);
      -ms-transform: rotate(2.51deg);
          transform: rotate(2.51deg);
  top: 4.875rem;
  left: 6.125rem;
  z-index: 2;
}
.aboutThirteen-content__bImages-4 {
  width: 12rem;
  -webkit-transform: rotate(-87.49deg);
      -ms-transform: rotate(-87.49deg);
          transform: rotate(-87.49deg);
  top: 50.375rem;
  left: 6.875rem;
  z-index: 2;
}
.aboutThirteen-content__bImages-5 {
  width: 11.75rem;
  -webkit-transform: rotate(2.51deg);
      -ms-transform: rotate(2.51deg);
          transform: rotate(2.51deg);
  top: 8.375rem;
  left: 56rem;
  z-index: 2;
}
.aboutThirteen-content__bImages-6 {
  width: 45.75rem;
  top: 14.875rem;
  left: 35.25rem;
  z-index: 3;
}
.aboutThirteen-content__bImages-6::before {
  width: 15.25rem;
  height: 4.6875rem;
  background: url(./scotch-9.png) 0 0 no-repeat;
  top: -0.75rem;
  left: -4.25rem;
}
.aboutThirteen-content__bImages-7 {
  width: 25.125rem;
  -webkit-transform: rotate(92.51deg);
      -ms-transform: rotate(92.51deg);
          transform: rotate(92.51deg);
  top: 33.375rem;
  left: 41rem;
}
.aboutThirteen-content__bImages-8 {
  width: 24.25rem;
  -webkit-transform: rotate(-87.49deg);
      -ms-transform: rotate(-87.49deg);
          transform: rotate(-87.49deg);
  top: 0.25rem;
  right: 9.875rem;
}
.aboutThirteen-content__bImages-9 {
  width: 12.25rem;
  -webkit-transform: rotate(-87.49deg);
      -ms-transform: rotate(-87.49deg);
          transform: rotate(-87.49deg);
  top: 45.625rem;
  right: 4.125rem;
}
.aboutThirteen-content__bImages-10 {
  width: 50.375rem;
  top: 52.625rem;
  right: 5.875rem;
  z-index: 3;
}

@media (max-width: 1440px) {
  .aboutThirteen__top {
    padding-top: 3rem;
    padding-bottom: 13.375rem;
  }
  .aboutThirteen-content__title {
    margin-top: 2.75rem;
  }
  .aboutThirteen-content__title svg {
    width: 12.125rem;
    top: -8.25rem;
    left: 8.875rem;
  }
  .aboutThirteen-content__images {
    height: 38.625rem;
    margin-top: 5.375rem;
  }
  .aboutThirteen-content__images-1 {
    width: 16.75rem;
  }
  .aboutThirteen-content__images-2 {
    width: 14.125rem;
  }
  .aboutThirteen-content__images-3 {
    width: 13.25rem;
    left: 21.25rem;
    top: 11.375rem;
  }
  .aboutThirteen-content__images-4 {
    width: 13.25rem;
    left: 43.375rem;
  }
  .aboutThirteen-content__images-5 {
    width: 11.125rem;
    left: 44.375rem;
  }
  .aboutThirteen-content__images-6 {
    width: 13.25rem;
  }
  .aboutThirteen-content__images-7 {
    width: 14.125rem;
  }
  .aboutThirteen-content__images__txt {
    font-size: 1.5rem;
  }
  .aboutThirteen-content__images__txt-1 {
    top: 12.125rem;
    left: 3.5rem;
  }
  .aboutThirteen-content__images__txt-2 {
    top: 33rem;
    left: 15.25rem;
  }
  .aboutThirteen-content__images__txt-3 {
    top: 8.625rem;
    left: 27.375rem;
  }
  .aboutThirteen-content__images__txt-4 {
    top: 7.875rem;
    left: 59.875rem;
  }
  .aboutThirteen-content__images__txt-5 {
    top: 36.875rem;
    left: 41.125rem;
  }
  .aboutThirteen-content__images__txt-7 {
    top: 22.125rem;
    left: 77.75rem;
  }
  .aboutThirteen-banner {
    margin-bottom: 5.25rem;
  }
  .aboutThirteen-banner__big {
    width: 64.5rem;
  }
  .aboutThirteen-banner__sm {
    width: 28.375rem;
    top: 2.5rem;
    left: 0.125rem;
  }
  .aboutThirteen-banner__logo {
    width: 38.375rem;
    top: 4rem;
    left: 15.375rem;
  }
  .aboutThirteen-banner__txt {
    font-size: 1.5rem;
    bottom: 3.75rem;
    left: 30.5rem;
  }
  .aboutThirteen-content__bImages {
    height: 47.5rem;
    margin-top: 3rem;
  }
  .aboutThirteen-content__bImages-1 {
    width: 6.375rem;
    top: 5rem;
    left: 2.75rem;
  }
  .aboutThirteen-content__bImages-2 {
    width: 5.625rem;
    top: 5.5rem;
    left: 10.25rem;
  }
  .aboutThirteen-content__bImages-3 {
    width: 17.875rem;
    top: 3.625rem;
    left: 3.5rem;
  }
  .aboutThirteen-content__bImages-4 {
    width: 9.125rem;
    top: 38.375rem;
    left: 4.125rem;
  }
  .aboutThirteen-content__bImages-5 {
    width: 9rem;
    top: 6.375rem;
    left: 41.5rem;
  }
  .aboutThirteen-content__bImages-6 {
    width: 34.875rem;
    top: 11.375rem;
    left: 25.75rem;
  }
  .aboutThirteen-content__bImages-6::before {
    width: 11.625rem;
    height: 3.625rem;
    top: -0.625rem;
    left: -3.25rem;
  }
  .aboutThirteen-content__bImages-7 {
    width: 19.125rem;
    top: 25.5rem;
    left: 30rem;
  }
  .aboutThirteen-content__bImages-8 {
    width: 18.5rem;
    top: 0.25rem;
    right: 7.25rem;
  }
  .aboutThirteen-content__bImages-9 {
    width: 9.375rem;
    top: 34.875rem;
    right: 2.875rem;
  }
  .aboutThirteen-content__bImages-10 {
    width: 38.375rem;
    top: 40.125rem;
    right: 4.25rem;
  }
}
@media (max-width: 480px) {
  .aboutThirteen {
    overflow: hidden;
  }
  .aboutThirteen__top {
    padding-top: 1.5rem;
    padding-bottom: 9rem;
  }
  .aboutThirteen-content__title {
    margin-top: 1.5rem;
  }
  .aboutThirteen-content__title svg {
    width: 6.25rem;
    top: -2.625rem;
    left: -1.25rem;
  }
  .aboutThirteen-content__images {
    height: 81.75rem;
    margin-top: 2.875rem;
  }
  .aboutThirteen-content__images-1 {
    width: 16.25rem;
  }
  .aboutThirteen-content__images-2 {
    width: 9rem;
    left: initial;
    right: -0.125rem;
    top: 14rem;
  }
  .aboutThirteen-content__images-3 {
    width: 12.625rem;
    top: 31.75rem;
    left: initial;
    right: -0.25rem;
  }
  .aboutThirteen-content__images-4 {
    width: 7rem;
    top: 23rem;
    left: 0;
  }
  .aboutThirteen-content__images-5 {
    width: 9rem;
    top: 50.625rem;
    left: 0;
  }
  .aboutThirteen-content__images-6 {
    width: 7.25rem;
    top: 55.375rem;
    right: -0.125rem;
  }
  .aboutThirteen-content__images-7 {
    width: 14.25rem;
    bottom: initial;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 67.25rem;
  }
  .aboutThirteen-content__images__txt {
    font-size: 1.25rem;
  }
  .aboutThirteen-content__images__txt-1 {
    top: 52.125rem;
    left: 16rem;
  }
  .aboutThirteen-content__images__txt-2 {
    top: 17.75rem;
    left: 3.875rem;
    -webkit-transform: rotate(-8.41deg);
        -ms-transform: rotate(-8.41deg);
            transform: rotate(-8.41deg);
  }
  .aboutThirteen-content__images__txt-3 {
    top: 40.375rem;
    left: 1.25rem;
    -webkit-transform: rotate(-4.69deg);
        -ms-transform: rotate(-4.69deg);
            transform: rotate(-4.69deg);
  }
  .aboutThirteen-content__images__txt-4 {
    top: 82.875rem;
    left: 12rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .aboutThirteen-content__images__txt-5 {
    top: 5.25rem;
    left: 14.75rem;
    -webkit-transform: rotate(-5.54deg);
        -ms-transform: rotate(-5.54deg);
            transform: rotate(-5.54deg);
  }
  .aboutThirteen-content__images__txt-7 {
    top: 67.875rem;
    left: 1rem;
  }
  .aboutThirteen-banner {
    margin-bottom: 2.625rem;
  }
  .aboutThirteen-banner__big {
    width: 17.375rem;
    margin-right: -1.5rem;
  }
  .aboutThirteen-banner__sm {
    width: 12.625rem;
    top: 1.625rem;
    left: -1.125rem;
  }
  .aboutThirteen-banner__logo {
    width: 16rem;
    top: 2.625rem;
    left: 5rem;
  }
  .aboutThirteen-banner__txt {
    font-size: 0.8125rem;
    line-height: 159%;
    bottom: 1.5rem;
    left: initial;
    right: 1.125rem;
  }
  .aboutThirteen__bottom {
    padding-bottom: 6rem;
  }
  .aboutThirteen-content__bImages {
    height: 33.75rem;
    margin-top: 2.625rem;
  }
  .aboutThirteen-content__bImages-1 {
    width: 3rem;
    top: 1rem;
    left: 14rem;
  }
  .aboutThirteen-content__bImages-2 {
    width: 2.625rem;
    top: 1.25rem;
    left: 17.5rem;
  }
  .aboutThirteen-content__bImages-3 {
    width: 9.5rem;
    top: 0;
    left: 0.625rem;
  }
  .aboutThirteen-content__bImages-4 {
    width: 5.125rem;
    top: 11.875rem;
    left: 1.25rem;
  }
  .aboutThirteen-content__bImages-5 {
    width: 5rem;
    top: 4.875rem;
    left: 14.5rem;
  }
  .aboutThirteen-content__bImages-6 {
    width: 24.375rem;
    top: 8.75rem;
    left: -0.75rem;
    -webkit-transform: rotate(2.51deg);
        -ms-transform: rotate(2.51deg);
            transform: rotate(2.51deg);
  }
  .aboutThirteen-content__bImages-6::before {
    width: 7.875rem;
    height: 3.375rem;
    top: 1.5rem;
    left: 7rem;
  }
  .aboutThirteen-content__bImages-7 {
    width: 9.5rem;
    top: 21.5rem;
    left: 0.5rem;
  }
  .aboutThirteen-content__bImages-8 {
    width: 9.5rem;
    top: 14.25rem;
    right: 0.625rem;
  }
  .aboutThirteen-content__bImages-9 {
    width: 5.25rem;
    top: 28rem;
    right: 2.25rem;
  }
  .aboutThirteen-content__bImages-10 {
    width: 13.25rem;
    top: 30.125rem;
    right: 4.125rem;
    -webkit-transform: rotate(-3.15deg);
        -ms-transform: rotate(-3.15deg);
            transform: rotate(-3.15deg);
  }
}
.aboutFourteen-content__tImg {
  height: 40rem;
  margin-bottom: 4rem;
}
.aboutFourteen-content__tImg-item__inner {
  width: 100%;
}
.aboutFourteen-content__tImg-1 {
  width: 34.875rem;
  top: 0.5rem;
  left: 23.875rem;
  -webkit-transform: rotate(-0.69deg);
      -ms-transform: rotate(-0.69deg);
          transform: rotate(-0.69deg);
}
.aboutFourteen-content__tImg-2 {
  width: 22.625rem;
  top: 6rem;
  left: 56.25rem;
  -webkit-transform: rotate(4.39deg);
      -ms-transform: rotate(4.39deg);
          transform: rotate(4.39deg);
  z-index: 2;
}
.aboutFourteen-content__tImg-2::before {
  width: 13.5rem;
  height: 4.25rem;
  background: url(./scotch-9.png) 0 0 no-repeat;
  top: -2rem;
  right: -3.5rem;
  -webkit-transform: rotate(8.94deg);
      -ms-transform: rotate(8.94deg);
          transform: rotate(8.94deg);
}
.aboutFourteen-content__tImg-3 {
  width: 14.875rem;
  -webkit-transform: rotate(-111.12deg);
      -ms-transform: rotate(-111.12deg);
          transform: rotate(-111.12deg);
  top: 23.25rem;
  right: 26.5rem;
}
.aboutFourteen-content__tImg-4 {
  width: 8rem;
  -webkit-transform: rotate(-126.8deg);
      -ms-transform: rotate(-126.8deg);
          transform: rotate(-126.8deg);
  right: 18.125rem;
  top: 22.25rem;
}
.aboutFourteen-content__txt {
  margin-bottom: 2rem;
}
.aboutFourteen-content__title {
  margin-bottom: 5rem;
}
.aboutFourteen-content__bImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  margin-left: 28.125rem;
}
.aboutFourteen-content__bImg-item__inner {
  width: 100%;
}
.aboutFourteen-content__bImg-1 {
  width: 25.75rem;
}
.aboutFourteen-content__bImg-2 {
  width: 20.25rem;
  margin-top: 5.625rem;
}

@media (max-width: 1440px) {
  .aboutFourteen-content__tImg {
    height: 35rem;
    margin-bottom: 3rem;
  }
  .aboutFourteen-content__tImg-1 {
    width: 30.25rem;
    top: 0.25rem;
    left: 17.75rem;
  }
  .aboutFourteen-content__tImg-2 {
    width: 19.5rem;
    top: 5rem;
    left: 45.75rem;
  }
  .aboutFourteen-content__tImg-2::before {
    width: 11.625rem;
    height: 3.625rem;
  }
  .aboutFourteen-content__tImg-3 {
    width: 12.875rem;
    top: 20rem;
    right: 12.5rem;
  }
  .aboutFourteen-content__tImg-4 {
    width: 6.875rem;
    right: 5.125rem;
    top: 19.125rem;
  }
  .aboutFourteen-content__txt {
    margin-bottom: 2.75rem;
  }
  .aboutFourteen-content__title {
    margin-bottom: 3.5rem;
  }
  .aboutFourteen-content__bImg {
    gap: 3.25rem;
    margin-left: 21.625rem;
  }
  .aboutFourteen-content__bImg-1 {
    width: 22.25rem;
  }
  .aboutFourteen-content__bImg-2 {
    width: 17.625rem;
    margin-top: 4.875rem;
  }
}
@media (max-width: 480px) {
  .aboutFourteen {
    padding-bottom: 1.5rem;
    overflow: initial;
  }
  .aboutFourteen-content__tImg-1 {
    width: 22.5rem;
    top: 2.5rem;
    left: -0.75rem;
  }
  .aboutFourteen-content__tImg-2 {
    width: 12.625rem;
    top: 15.375rem;
    left: 1rem;
    -webkit-transform: rotate(-2.21deg);
        -ms-transform: rotate(-2.21deg);
            transform: rotate(-2.21deg);
  }
  .aboutFourteen-content__tImg-2::before {
    width: 7.5rem;
    height: 2.375rem;
    top: -1rem;
    right: -1.25rem;
  }
  .aboutFourteen-content__tImg-3 {
    width: 8.25rem;
    top: 22.75rem;
    right: 1.75rem;
    -webkit-transform: rotate(-157.29deg);
        -ms-transform: rotate(-157.29deg);
            transform: rotate(-157.29deg);
  }
  .aboutFourteen-content__tImg-4 {
    width: 4.375rem;
    right: 1rem;
    top: 18.25rem;
    -webkit-transform: rotate(-172.97deg);
        -ms-transform: rotate(-172.97deg);
            transform: rotate(-172.97deg);
  }
  .aboutFourteen-content__txt {
    margin-bottom: 1.5rem;
  }
  .aboutFourteen-content__title {
    margin-bottom: 0.75rem;
  }
  .aboutFourteen-content__bImg {
    gap: 0.75rem;
    margin-left: 0;
    position: relative;
    left: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .aboutFourteen-content__bImg-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .aboutFourteen-content__bImg-1 {
    width: 11.75rem;
  }
  .aboutFourteen-content__bImg-2 {
    width: 8.625rem;
    margin-top: 3.5rem;
  }
}
.aboutFifteen-content__txt {
  margin-bottom: 7.75rem;
}
.aboutFifteen-content__img {
  height: 68.125rem;
  width: 95.375rem;
  margin-left: auto;
  margin-right: auto;
}
.aboutFifteen-content__img-item__inner {
  width: 100%;
}
.aboutFifteen-content__img-1 {
  width: 33.75rem;
  top: 0;
  left: 0;
}
.aboutFifteen-content__img-2 {
  width: 60.25rem;
  -webkit-transform: rotate(3.78deg);
      -ms-transform: rotate(3.78deg);
          transform: rotate(3.78deg);
  left: 23.625rem;
  top: 11.25rem;
  z-index: 2;
}
.aboutFifteen-content__img-2::before {
  width: 11.125rem;
  height: 4.875rem;
  background: url(./scotch-3.webp) 0 0 no-repeat;
  top: -1rem;
  right: -2.5rem;
  -webkit-transform: rotate(4.46deg);
      -ms-transform: rotate(4.46deg);
          transform: rotate(4.46deg);
}
.aboutFifteen-content__img-3 {
  width: 24.75rem;
  -webkit-transform: rotate(-9.11deg);
      -ms-transform: rotate(-9.11deg);
          transform: rotate(-9.11deg);
  left: 20.25rem;
  bottom: 6.5rem;
  z-index: 2;
}
.aboutFifteen-content__img-3::before {
  width: 14rem;
  height: 4.375rem;
  background: url(./scotch-9.webp) 0 0 no-repeat;
  top: -1.25rem;
  left: -3.25rem;
  -webkit-transform: rotate(-1.29deg);
      -ms-transform: rotate(-1.29deg);
          transform: rotate(-1.29deg);
}
.aboutFifteen-content__img-4 {
  width: 32.5rem;
  right: 0;
  bottom: 0;
}
.aboutFifteen-content__img-txt {
  font-size: 2.375rem;
  letter-spacing: -0.03em;
  top: 5.875rem;
  right: 21.25rem;
  -webkit-transform: rotate(-8.07deg);
      -ms-transform: rotate(-8.07deg);
          transform: rotate(-8.07deg);
}

@media (max-width: 1440px) {
  .aboutFifteen-content__txt {
    margin-bottom: 5.5rem;
  }
  .aboutFifteen-content__img {
    height: 53rem;
    width: 72.25rem;
  }
  .aboutFifteen-content__img-1 {
    width: 25.25rem;
  }
  .aboutFifteen-content__img-2 {
    width: 47.25rem;
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
    left: 20rem;
    top: 9.125rem;
  }
  .aboutFifteen-content__img-2::before {
    width: 8.75rem;
    height: 3.75rem;
    top: -1.5rem;
    right: -2rem;
    -webkit-transform: rotate(3.46deg);
        -ms-transform: rotate(3.46deg);
            transform: rotate(3.46deg);
  }
  .aboutFifteen-content__img-3 {
    width: 20.625rem;
    -webkit-transform: rotate(-9.11deg);
        -ms-transform: rotate(-9.11deg);
            transform: rotate(-9.11deg);
    left: 11.75rem;
    bottom: 4.75rem;
  }
  .aboutFifteen-content__img-3::before {
    width: 11.625rem;
    height: 3.625rem;
    top: -1.25rem;
    left: -2.5rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .aboutFifteen-content__img-4 {
    width: 24.75rem;
  }
  .aboutFifteen-content__img-txt {
    font-size: 1.875rem;
    top: 4.25rem;
    right: 9.5rem;
  }
}
@media (max-width: 480px) {
  .aboutFifteen {
    padding-bottom: 4rem;
    overflow: hidden;
  }
  .aboutFifteen-content__txt {
    margin-bottom: 2rem;
  }
  .aboutFifteen-content__img {
    height: 62.5rem;
    width: 100%;
  }
  .aboutFifteen-content__img-1 {
    width: 18rem;
  }
  .aboutFifteen-content__img-2 {
    width: 26.875rem;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
    left: -2.25rem;
    top: 18.875rem;
  }
  .aboutFifteen-content__img-2::before {
    width: 7rem;
    height: 3.75rem;
    top: -1.375rem;
    right: 2.25rem;
    background: url(./scotch-10.webp) 0 0 no-repeat;
    -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .aboutFifteen-content__img-3 {
    width: 15.875rem;
    bottom: 1.25rem;
    left: -0.75rem;
  }
  .aboutFifteen-content__img-3::before {
    width: 10.25rem;
    height: 3.25rem;
    top: -1rem;
    left: -2.25rem;
  }
  .aboutFifteen-content__img-4 {
    width: 17.25rem;
    bottom: 13.5rem;
    right: -3rem;
  }
  .aboutFifteen-content__img-txt {
    font-size: 1.75rem;
    -webkit-transform: rotate(-9.07deg);
        -ms-transform: rotate(-9.07deg);
            transform: rotate(-9.07deg);
    top: 8.75rem;
    right: 0.5rem;
  }
}