.ti-about-home__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(2.5rem, 5vw, 5.8rem);
  align-items: center;
  padding: clamp(2.7rem, 6vw, 4.2rem) clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.85rem;
  background: linear-gradient(180deg, rgba(71, 90, 113, 0.9) 0%, rgba(14, 43, 77, 0.96) 100%);
  box-shadow: 0 1.8rem 3.6rem rgba(0, 0, 0, 0.22), 0 0 4rem rgba(5, 113, 246, 0.16);
}
.ti-about-home__panel-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  min-width: 0;
  padding-left: clamp(0.35rem, 1.5vw, 1.15rem);
}
.ti-about-home__panel-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 2.6vw, 2.3rem);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}
.ti-about-home__panel-title span {
  display: block;
  color: #2fe5cb;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.ti-about-home__panel-description {
  max-width: 19rem;
  margin: 0;
  color: rgba(228, 238, 248, 0.86);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  text-wrap: pretty;
}
.ti-about-home__panel-cta {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #17375f;
  font-size: 1.125rem;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ti-about-home__panel-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.ti-about-home__panel-cta span {
  color: #17375f;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.ti-about-home__panel-cta svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
.ti-about-home__panel-cta svg path {
  fill: #17375f;
  transition: all 0.3s ease;
}
.ti-about-home__panel-cta:hover, .ti-about-home__panel-cta.active {
  background-color: linear-gradient(to bottom, #ffffff 0%, #D7D7D7 100%);
  color: #17375f;
}
.ti-about-home__panel-cta:hover::before, .ti-about-home__panel-cta.active::before {
  opacity: 1;
  z-index: 1;
}
.ti-about-home__panel-cta:hover span, .ti-about-home__panel-cta.active span {
  color: #17375f;
  font-weight: 700;
}
.ti-about-home__panel-cta:hover svg path, .ti-about-home__panel-cta.active svg path {
  fill: #17375f;
}
@media (max-width: 780px) {
  .ti-about-home__panel-cta {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
.ti-about-home__panel-cta {
  padding: 0.78rem 1.22rem;
}
.ti-about-home__panel-cta span {
  color: #17375f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.ti-about-home__partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: center;
  min-width: 0;
}

.ti-about-home__partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 4.9rem;
  padding: 0.9rem 1rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.78rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.5s ease;
}
.ti-about-home__partner-card:hover {
  border-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.045) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0.45rem 1rem rgba(3, 15, 32, 0.08);
}
.ti-about-home__partner-card:hover .ti-about-home__partner-mark,
.ti-about-home__partner-card:hover .ti-about-home__partner-submark {
  transform: scale(1.1);
}

.ti-about-home__partner-mark {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-align: center;
  transform-origin: center center;
  transition: transform 0.24s ease;
}

.ti-about-home__partner-submark {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.55em;
  text-indent: 0.55em;
  transform-origin: center center;
  transition: transform 0.24s ease;
}

@media (max-width: 1024px) {
  .ti-about-home__panel {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 2rem;
    padding: 2.4rem 2rem;
  }
  .ti-about-home__partners {
    gap: 0.95rem;
  }
  .ti-about-home__partner-mark {
    font-size: 1.7rem;
  }
}
@media (max-width: 870px) {
  .ti-about-home__panel {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .ti-about-home__panel-intro {
    padding-left: 0;
  }
  .ti-about-home__panel-description {
    max-width: 30rem;
  }
}
@media (max-width: 780px) {
  .ti-about-home__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .ti-about-home__panel {
    padding: 1.45rem 1.1rem;
    border-radius: 1.35rem;
  }
  .ti-about-home__panel-title {
    font-size: 1.55rem;
  }
  .ti-about-home__panel-description {
    font-size: 0.9rem;
  }
  .ti-about-home__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .ti-about-home__partner-card {
    min-height: 4.35rem;
    padding: 0.8rem;
  }
  .ti-about-home__partner-mark {
    font-size: 1.45rem;
  }
  .ti-about-home__partner-submark {
    font-size: 0.5rem;
    letter-spacing: 0.38em;
    text-indent: 0.38em;
  }
}
@media (max-width: 480px) {
  .ti-about-home__panel {
    gap: 1.35rem;
    padding: 1.2rem 1rem;
  }
  .ti-about-home__panel-title {
    font-size: 1.35rem;
  }
  .ti-about-home__panel-description {
    font-size: 0.86rem;
  }
  .ti-about-home__panel-cta {
    padding: 0.72rem 1.05rem;
  }
  .ti-about-home__panel-cta span {
    font-size: 0.84rem;
  }
  .ti-about-home__partners {
    grid-template-columns: 1fr;
  }
  .ti-about-home__partner-card {
    min-height: 4rem;
  }
  .ti-about-home__partner-mark {
    font-size: 1.3rem;
  }
  .ti-about-home__partner-submark {
    font-size: 0.46rem;
    letter-spacing: 0.32em;
    text-indent: 0.32em;
  }
}/*# sourceMappingURL=index.css.map */