.hero__container {
  position: relative;
}
@media (width <= 47.99875rem) {
  .hero__container {
    padding-inline: 0.3125rem;
  }
}
.hero__container::after {
  position: absolute;
  content: "";
  display: block;
  top: -4.25rem;
  right: 0;
  width: 59.375rem;
  height: 47.375rem;
  background-image: url(../../images/about/gradient-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 79.99875rem) {
  .hero__container::after {
    height: 53.75rem;
    width: 100%;
    top: unset;
    right: unset;
    bottom: -12.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (width <= 47.99875rem) {
  .hero__container::after {
    height: 29.1875rem;
    margin-bottom: -6.25rem;
  }
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 79.99875rem) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding-top: 5.125rem;
  }
}
@media (width <= 36.24875rem) {
  .hero__inner {
    padding-top: 4.25rem;
    gap: 3.75rem;
  }
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 35rem;
}
@media (width <= 63.99875rem) {
  .hero__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (width <= 47.99875rem) {
  .hero__body {
    padding-inline: 0.9375rem;
  }
}
.hero__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  background: var(--gradient-red);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width <= 36.24875rem) {
  .hero__title {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 2.4px;
  }
}
.hero__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.hero__subtitle img {
  width: 2.25rem;
  height: 2.25rem;
}
@media (width <= 36.24875rem) {
  .hero__subtitle {
    margin-bottom: 2rem;
    gap: 1rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .hero__subtitle img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.hero__text {
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
.hero__image {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -11.5625rem;
}
@media (width <= 63.99875rem) {
  .hero__image {
    margin-bottom: -12.5rem;
    margin-inline: auto;
  }
}
@media (width <= 47.99875rem) {
  .hero__image {
    margin-bottom: -6.25rem;
  }
}
@media (width <= 63.99875rem) {
  .hero__image img {
    width: 42.5rem;
    height: 42.5rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__image img {
    width: 21.875rem;
    height: 21.875rem;
  }
}

.story {
  position: relative;
  z-index: 10;
  margin-bottom: 5.75rem;
  background-image: url(../../images/about/story-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 63.99875rem) {
  .story {
    background-image: url(../../images/about/story-bg-tablet.png);
    margin-bottom: 4.5rem;
  }
}
@media (width <= 36.24875rem) {
  .story {
    background-size: cover;
    background-image: url(../../images/about/story-bg-mobile.png);
  }
}
.story__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.75rem;
  padding-block: 9.125rem 7.875rem;
  min-height: 42.875rem;
}
@media (width <= 89.99875rem) {
  .story__inner {
    gap: 2rem;
  }
}
@media (width <= 63.99875rem) {
  .story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
    padding-block: 7.5rem;
    min-height: 63.125rem;
  }
}
@media (width <= 36.24875rem) {
  .story__inner {
    gap: 3.25rem;
    padding-block: 5rem;
    min-height: 69.4375rem;
  }
}
.story__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .story__body {
    width: 100%;
  }
}
@media (width <= 63.99875rem) {
  .story__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.story__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
@media (width <= 36.24875rem) {
  .story__title {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 2.4px;
  }
}
.story__subtitle {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
}
@media (width <= 36.24875rem) {
  .story__subtitle {
    margin-bottom: 2rem;
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
.story__text {
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
.story__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  gap: 1.375rem;
}
@media (width <= 63.99875rem) {
  .story__images {
    width: 100%;
    gap: 1.25rem;
  }
}
@media (width <= 36.24875rem) {
  .story__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.story__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 0.375rem solid var(--color-white);
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (width <= 36.24875rem) {
  .story__image {
    width: 100%;
  }
  .story__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.story__image_1 {
  margin-top: 4.5rem;
}
@media (width <= 36.24875rem) {
  .story__image_1 {
    height: 13.25rem;
    margin-top: 0;
  }
}
@media (width <= 36.24875rem) {
  .story__image_2 {
    height: 14.5rem;
  }
}

.offer {
  position: relative;
  z-index: 10;
  margin-bottom: 4.5rem;
}
@media (width <= 63.99875rem) {
  .offer {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 36.24875rem) {
  .offer {
    margin-bottom: 2.875rem;
  }
}
.offer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/about/gradient-bg-off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width <= 63.99875rem) {
  .offer::after {
    background-size: auto;
    height: 68.75rem;
  }
}
@media (width <= 36.24875rem) {
  .offer::after {
    height: 52.5rem;
  }
}
.offer__subtitle {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  background: var(--gradient-red);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width <= 36.24875rem) {
  .offer__subtitle {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 2.4px;
  }
}
.offer__title {
  text-align: center;
  margin-bottom: 3.375rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
}
@media (width <= 63.99875rem) {
  .offer__title {
    margin-bottom: 6.25rem;
  }
}
@media (width <= 36.24875rem) {
  .offer__title {
    margin-bottom: 4.5rem;
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
.offer__body {
  max-width: 95rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
@media (width <= 89.99875rem) {
  .offer__body {
    gap: 2rem;
  }
}
@media (width <= 63.99875rem) {
  .offer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.offer__image {
  padding: 1.5625rem 1.3125rem;
}
@media (width <= 63.99875rem) {
  .offer__image {
    max-width: 23.75rem;
    padding: 0;
  }
}
.offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (width <= 63.99875rem) {
  .offer__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
    gap: 3rem;
  }
}
.offer__list_reverced .offer__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: end;
}
.offer__list_reverced .offer__item:nth-child(2) {
  margin-left: 0;
  margin-right: 5rem;
}
.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.offer__item:nth-child(2) {
  margin-left: 5rem;
}
@media (width <= 63.99875rem) {
  .offer__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 !important;
    text-align: center !important;
    gap: 1.5rem;
  }
}
.offer__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem;
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
}
.offer__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (width <= 63.99875rem) {
  .offer__item-inner {
    gap: 0.5rem;
  }
}
@media (width <= 36.24875rem) {
  .offer__item-inner {
    gap: 0.25rem;
  }
}
.offer__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (width <= 36.24875rem) {
  .offer__item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.offer__item-text {
  font-size: 0.875rem;
  line-height: 1.75rem;
  max-width: 18.75rem;
}
@media (width <= 63.99875rem) {
  .offer__item-text {
    max-width: none;
  }
}/*# sourceMappingURL=about.css.map */