.hero-s {
  position: relative;
  padding: 0 0 4rem;
}
.hero-s__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(100vh - 3rem);
}
.hero-s .info {
  max-width: 60%;
}
.hero-s__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}
.hero-s__logo img {
  width: 100%;
}
.hero-s .reliance-btn {
  max-width: 17.4rem;
  margin: 2rem 0 2.7rem;
}
.hero-s .reliance-btn svg {
  transform: translate(0, 0);
}
.hero-s .reliance-btn:hover {
  background-color: #B18DD5;
}
.hero-s .reliance-btn:hover svg {
  transform: translateX(0.5rem);
}
@media screen and (max-width: 1540px) and (max-height: 900px) {
  .hero-s {
    padding: 137px 0 20px;
  }
  .hero-s .info {
    max-width: 64%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-s {
    padding: 92px 0 20px;
  }
  .hero-s .info {
    margin: 0 auto;
    max-width: 80%;
  }
  .hero-s__wrap {
    justify-content: flex-start;
    text-align: center;
    min-height: 500px;
  }
  .hero-s .reliance-btn {
    max-width: 280px;
    margin: 24px auto 80px;
  }
  .hero-s__logo {
    margin-top: auto;
  }
}

.hero-section .hero-s__logo {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.hero-section .hero-s__logo.visible {
  opacity: 0.2;
  transform: scale(1) translateY(0);
  transition-delay: 0.4s;
}

.about-s__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 20rem);
  grid-auto-flow: dense;
  gap: 1.5rem;
}
.about-s__content {
  max-width: 38rem;
  grid-column: span 2;
  grid-row: 1;
}
.about-s__text {
  color: rgba(255, 255, 255, 0.7);
}
.about-s h2 {
  margin-bottom: 1.5rem;
}
.about-s__indicator {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  border: 0.06rem solid #575757;
  padding: 1.5rem;
  line-height: 1;
}
.about-s__indicator-title {
  border-top: 0.06rem dashed #282828;
  padding-top: 1rem;
}
.about-s__indicator-value {
  font-weight: 600;
  font-family: "Manrope-SemiBold", sans-serif;
  font-size: clamp(2.5rem, 3.99vw + 1.308rem, 4.5rem);
}
.about-s__link {
  grid-column: 3/5;
  grid-row: 2;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.about-s__link .text, .about-s__link .icon {
  position: relative;
  z-index: 2;
}
.about-s__link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  color: #0B0B0B;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.about-s__link .text {
  font-family: "Manrope-SemiBold", sans-serif;
  font-weight: 600;
  max-width: 20rem;
}
.about-s__link:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.about-s__link:hover {
  color: #B18DD5;
}
.about-s__link:hover .icon {
  background-color: #B18DD5;
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .about-s__content, .about-s__link {
    max-width: 100%;
    grid-column: 1/-1;
    grid-row: unset;
  }
  .about-s__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    gap: 0.5rem;
  }
  .about-s__content {
    margin-bottom: 1.7rem;
  }
  .about-s__indicator, .about-s__link {
    min-height: 12.5rem;
  }
  .about-s__indicator {
    padding: 1rem;
  }
  .about-s__link {
    margin-top: 1rem;
  }
  .about-s__link .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about-s__link {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1rem;
  }
  .about-s__indicator, .about-s__link {
    min-height: 10.2rem;
  }
}

.expertise {
  background-color: #fff;
  color: #000;
}
.expertise .post-card__date, .expertise .author-card__info {
  color: #fff;
}

.team-members-wrapper {
  width: 100%;
}

.team-members-swiper .swiper-wrapper {
  align-items: flex-end;
  gap: 1.5rem;
  grid-template-columns: 24% repeat(4, 1fr);
}

.team-s__wrapper {
  overflow: hidden;
}
.team-s__info {
  display: grid;
  grid-template-columns: 27rem 46rem;
  grid-auto-flow: dense;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 6.2rem;
  gap: 1rem;
}
.team-s h2 {
  grid-area: 1/2/3/3;
}
.team-s__text {
  margin-top: auto;
}
.team-s__content {
  position: relative;
}
.team-s__link {
  display: flex;
  max-width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
@media screen and (max-width: 1440px) {
  .team-s__info {
    grid-template-columns: 27vw 54vw;
  }
}
@media screen and (max-width: 1024px) {
  .team-s__info {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .team-s h2 {
    grid-area: unset;
  }
  .team-s__link {
    position: relative;
    right: unset;
    margin: 0 auto;
  }
}

/***/
.readmore-item-content {
  position: relative;
}
.readmore-item-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
  font-feature-settings: "liga" off, "clig" off;
  margin-bottom: 1.5rem;
  text-align: left;
}
.readmore-item.has-read-more .readmore-item-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.readmore-item-text.expanded:after {
  display: none;
}
.readmore-item .read-more {
  position: relative;
  color: #000;
  text-align: right;
  font-family: "Manrope-Medium", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 0.05rem;
  text-decoration: none;
  justify-self: flex-start;
  cursor: pointer;
}
.readmore-item .read-more:before {
  background-color: #0B0B0B;
}
@media screen and (max-width: 992px) {
  .readmore-item-text {
    margin-bottom: 1rem;
  }
}

.feedback-content {
  border-top: 0.06rem solid rgba(0, 0, 0, 0.15);
  padding: 3.8rem 0;
}
@media screen and (max-width: 992px) {
  .feedback-content {
    padding: 1rem 0;
  }
}
.feedback-text p {
  padding-bottom: 12px;
}

.feedback-s {
  color: #000;
}
.feedback-s, .feedback-s .swiper-slide {
  background-color: #fff;
}
.feedback-s__info {
  max-width: 35%;
  margin-bottom: 6.2rem;
}
.feedback-s__subtitle {
  display: inline-flex;
  color: #0B0B0B;
  margin-right: 1.5rem;
  transform: translateY(-0.8rem);
}
.feedback-s h2 {
  display: inline;
}
.feedback-s__slider {
  overflow: hidden;
}
.feedback-s .swiper-slide {
  height: auto;
}
.feedback-s .feedback-slide {
  display: flex;
  flex-direction: column;
}
.feedback-s .author-card {
  margin-top: auto;
}
.feedback-s__content {
  position: relative;
  padding-left: 25vw;
}
.feedback-s__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.3rem;
  height: 7.1rem;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='114' viewBox='0 0 150 114' fill='none'%3E%3Cpath d='M32.9721 50.7691C23.2198 50.7691 14.8607 54.4613 9.28793 59.5382L37.616 0H32.9721L8.35913 52.6152C2.78637 64.1537 0 71.9998 0 82.1536C0 101.539 13.0031 114 32.5077 114C52.0123 114 65.0153 101.539 65.0153 82.1536C65.0153 63.2306 52.4766 50.7691 32.9721 50.7691ZM117.956 50.7691C108.204 50.7691 99.8447 54.4613 94.2719 59.5382L122.601 0H117.956L93.3436 52.6152C87.7707 64.1537 84.9843 71.9998 84.9843 82.1536C84.9843 101.539 97.9871 114 117.492 114C136.997 114 150 101.539 150 82.1536C150 63.2306 137.461 50.7691 117.956 50.7691Z' fill='%239E71CA'/%3E%3C/svg%3E");
  z-index: 1;
}
.feedback-s .swiper-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.feedback-s .read-more {
  position: relative;
  color: #000;
  text-align: right;
  font-family: "Manrope-Medium", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 0.05rem;
  text-decoration: none;
  justify-self: flex-start;
  cursor: pointer;
}
.feedback-s .read-more:before {
  background-color: #0B0B0B;
}
@media screen and (max-width: 1440px) {
  .feedback-s__info {
    max-width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .feedback-s .feedback-slide {
    margin-bottom: 2rem;
  }
  .feedback-s__content {
    padding-left: 0;
  }
  .feedback-s__content:before {
    position: relative;
    width: 2.8rem;
    height: 2.1rem;
  }
  .feedback-s .swiper-buttons {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  .feedback-s__subtitle {
    transform: translateY(-0.4rem);
  }
  .feedback-s__info {
    max-width: 25rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .feedback-s__subtitle {
    margin-right: 1.2rem;
    transform: translateY(-0.18rem);
  }
  .feedback-s__info {
    max-width: 16rem;
    margin-bottom: 2rem;
  }
}

.news-s__title {
  margin-bottom: 6.2rem;
  line-height: 1;
  width: 74%;
}
.news-s__info {
  max-width: 28rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 1024px) {
  .news-s__title {
    margin-bottom: 2rem;
  }
}

.clients-s {
  padding: 0 0 5.8rem;
}
.clients-s__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
  overflow: hidden;
}
.clients-s__subtitle {
  margin-bottom: 4rem;
}
.clients-s__head {
  display: grid;
  grid-template-columns: 42% 57%;
  gap: 3.8vw;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 0.06rem solid #575757;
}
.clients-s__graphs {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 1.5rem;
}
.clients-s__graphs-item {
  text-align: center;
  font-family: "Manrope-SemiBold", sans-serif;
  font-weight: 600;
  color: #fff;
}
.clients-s__graph-title {
  font-size: clamp(0.75rem, 0.9972vw + 0.4521rem, 1.2rem);
  margin-bottom: 1rem;
}
.clients-s__graph-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(150deg, #462563 7.32%, #120A18 99.66%);
  border-radius: 1rem;
  font-size: clamp(1.5rem, 3.3241vw + 0.5069rem, 3rem);
  padding: 1.5rem 1.5rem 2.7rem;
  height: 9.1rem;
}
.clients-s__graphs-item:nth-child(2) .indicator {
  background: linear-gradient(150deg, #6C3A97 7.32%, #301D40 99.66%);
  height: 13.1rem;
}
.clients-s__graphs-item:nth-child(3) .indicator {
  background: linear-gradient(150deg, #9B5AD2 7.32%, #51306C 99.66%);
  height: 18.1rem;
}
.clients-s__graphs-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.clients-s__graphs-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.clients-s .logo-swiper {
  overflow: hidden;
}
.clients-s .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients-s .swiper-row-1 {
  margin-bottom: 2.2rem;
}
.clients-s .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 76px;
}
.clients-s .swiper-slide img {
  filter: invert(42%) sepia(27%) saturate(747%) hue-rotate(227deg) brightness(96%) contrast(98%);
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .clients-s {
    padding-bottom: 4.2rem;
  }
  .clients-s__head {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .clients-s .swiper-row-1 {
    margin-bottom: 1.5rem;
  }
  .clients-s__content .container {
    padding: 0;
  }
  .clients-s .swiper-slide > div {
    height: 2rem;
  }
  .clients-s .swiper-slide img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clients-s {
    padding-bottom: 3rem;
  }
  .clients-s__head {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .clients-s__graphs {
    gap: 0.56rem;
  }
}

.contact-s {
  padding: 0 0 1.5rem;
}
.contact-s__content {
  position: relative;
  width: 100%;
}

/*# sourceMappingURL=home.css.map */
