@keyframes textWeight {
  0%,
  100% {
    font-variation-settings: "wght" 100;
  }
  50% {
    font-variation-settings: "wght" 900;
  }
}
@keyframes textWeightFW {
  0%,
  100% {
    font-weight: 100;
  }
  50% {
    font-weight: 900;
  }
}
.home {
  --overlap-height: 5.2rem;
  --overlap-border-radius: 5rem;
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --error-color: #FF0000;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home {
    --overlap-height: 3.6rem;
    --overlap-border-radius: 3rem;
  }
}
.home [data-before-text]::before {
  content: attr(data-before-text);
  position: absolute;
  z-index: 1;
}
.home .hero {
  position: sticky;
  top: 0;
  z-index: 0;
  padding-top: 19.7rem;
  min-height: 71.6rem;
  background-image: url("../../img/home/hero-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .hero {
    padding-top: 13.3rem;
    background-image: url("../../img/home/hero-mobile.webp");
    text-align: center;
  }
}
.home .hero-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .home .hero-header {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.home .hero-header img {
  height: 3.3rem;
  width: auto;
}
.home .hero .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .home .hero .container {
    width: 30rem;
  }
}
.home .hero .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .hero .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .hero h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.08rem;
}
@media (max-width: 768px) {
  .home .hero h1 {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.home .hero p {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .home .hero p {
    margin-top: 3rem;
  }
}
.home .hero .main-btn {
  margin-top: 3rem;
  padding: 1.4rem 2.7rem;
  display: inline-flex;
}
@media (max-width: 768px) {
  .home .hero .main-btn {
    margin-top: 3.6rem;
  }
}
.home .hero[data-before-text]::before {
  bottom: 8.8rem;
  right: 27.1rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .hero[data-before-text]::before {
    bottom: 7.8rem;
    right: 3.2rem;
  }
}
.home .hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 26.1rem;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .home .hero::after {
    height: 40rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0.01) 100%);
    mix-blend-mode: normal;
    opacity: 0.99;
  }
}
.home .proven-results {
  position: relative;
  padding: 7rem 0;
  background: linear-gradient(180deg, #122674 -76.11%, #4D8CFF 68.53%);
  color: white;
}
@media (max-width: 768px) {
  .home .proven-results {
    position: sticky;
    top: 0;
    padding: 7.5rem 0 39rem;
  }
}
.home .proven-results::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-1 * var(--overlap-height));
  left: 0;
  z-index: 0;
  border-radius: var(--overlap-border-radius) var(--overlap-border-radius) 0 0;
  width: 100%;
  height: calc(100% + var(--overlap-height));
  background: linear-gradient(180deg, #122674 -76.11%, #4D8CFF 68.53%);
}
.home .proven-results .swiper {
  height: 29.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .home .proven-results .swiper {
    height: 9.8rem;
  }
}
.home .proven-results .swiper-slide {
  display: flex;
  align-items: center;
  /* по вертикали */
  justify-content: center;
  /* по горизонтали */
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.home .proven-results .swiper-slide h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Libre Franklin Variable', 'Libre Fraklin', sans-serif;
  font-size: 23rem;
  line-height: 1 !important;
  letter-spacing: -1rem;
}
@media (max-width: 768px) {
  .home .proven-results .swiper-slide h2 {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
.home .proven-results .swiper-slide h2 span {
  font-family: 'Libre Franklin Variable', 'Libre Fraklin', sans-serif;
  font-size: 23rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1rem;
}
@media (max-width: 768px) {
  .home .proven-results .swiper-slide h2 span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
.home .proven-results .swiper-slide-active h2 span {
  animation: textWeightFW 3s cubic-bezier(0.9, 0, 0.1, 1);
}
@supports (font-variation-settings: "wght"100) {
  .home .proven-results .swiper-slide-active h2 span {
    animation: textWeight 3s cubic-bezier(0.9, 0, 0.1, 1);
  }
}
.home .proven-results .content {
  position: relative;
  z-index: 2;
  margin: 13.4rem auto 0;
  width: 35rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home .proven-results .content {
    margin-top: 2.3rem;
  }
}
.home .proven-results .content .btn-secondary {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: 1.3rem 2.5rem;
}
.home .proven-results .content h2 {
  font-family: 'Libre Franklin Variable';
  font-weight: 100;
}
.home .proven-results .hand {
  position: absolute;
  bottom: 0;
  right: 21.5rem;
  z-index: 1;
  width: 44rem;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home .proven-results .hand {
    top: unset;
    bottom: 0;
    right: 4.5rem;
    width: 31.6rem;
  }
}
.home .proven-results .hand img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(100%);
}
.home .proven-results p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.home .support-program {
  position: relative;
  top: 0;
  z-index: 0;
  background-color: var(--sheet-color);
  padding: 19.5rem 0 17.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home .support-program {
    padding: 8rem 0;
  }
}
.home .support-program::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 0;
  border-radius: var(--overlap-border-radius) var(--overlap-border-radius) 0 0;
  width: 100%;
  height: var(--overlap-height);
  background: var(--sheet-color);
}
@media (max-width: 768px) {
  .home .support-program::before {
    display: block;
  }
}
.home .support-program .container {
  margin: 0 auto;
  width: 91.2rem;
}
@media (max-width: 768px) {
  .home .support-program .container {
    width: 33rem;
  }
}
.home .support-program .kc-logo {
  width: 21.6rem;
  height: auto;
}
@media (max-width: 768px) {
  .home .support-program .kc-logo {
    width: 12.2rem;
  }
}
.home .support-program .callout-2 {
  margin-top: 5rem;
  letter-spacing: -0.06rem;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .home .support-program .callout-2 {
    margin-top: 2.5rem;
    letter-spacing: 0;
  }
}
.home .support-program p {
  margin-top: 0.5rem;
  color: var(--primary-dark-color);
}
.home .support-program .main-btn {
  margin-top: 3rem;
  display: inline-flex;
  padding: 1.4rem 5.3rem;
}
@media (max-width: 768px) {
  .home .support-program .main-btn {
    margin-top: 2rem;
  }
}
.home .attend-event {
  position: relative;
  z-index: 0;
  padding-top: 22.4rem;
  height: 78.3rem;
  background-image: url("../../img/home/attend-event-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 768px) {
  .home .attend-event {
    padding-top: 13.5rem;
    height: 62.3rem;
    background-image: url("../../img/home/attend-event-mobile.webp");
  }
}
.home .attend-event .container {
  margin: 0 auto;
  padding: 5rem 9rem 6rem;
  border-radius: 2.5rem;
  width: 66.6rem;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .home .attend-event .container {
    width: 34rem;
    padding: 6rem 4rem;
  }
}
.home .attend-event .icon {
  width: 8rem;
  height: auto;
}
@media (max-width: 768px) {
  .home .attend-event .icon {
    width: 6.8rem;
  }
}
.home .attend-event .callout-2 {
  margin-top: 4rem;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .home .attend-event .callout-2 {
    margin-top: 2.5rem;
  }
}
.home .attend-event p {
  margin-top: 0.5rem;
  color: var(--primary-dark-color);
}
.home .attend-event .main-btn {
  margin-top: 3rem;
  display: inline-flex;
  padding: 1.4rem 5.85rem;
}
@media (max-width: 768px) {
  .home .attend-event .main-btn {
    margin-top: 2rem;
  }
}
.home .attend-event[data-before-text]::before {
  bottom: 8.8rem;
  right: 27.1rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .attend-event[data-before-text]::before {
    bottom: 7.8rem;
    right: 3.2rem;
  }
}
/*# sourceMappingURL=home.css.map */