*, body, h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: "Montserrat", "Lora", "Times New Roman", sans-serif;
  margin: 0;
  line-height: 120%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #E5E5E5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8661A8;
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #E5E5E5;
}

.onlyD {
  display: flex !important;
}

.onlyM {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .onlyD {
    display: none !important;
  }
  .onlyM {
    display: flex !important;
  }
}
.trans {
  padding: 30px 0;
}
.trans__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.trans__video {
  position: relative;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  text-align: center;
  z-index: 0;
  padding: 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.header.active .header__content {
  border-radius: 0 0 6px 6px;
  border-top: none;
}
.header__name {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
.header__name:hover {
  color: #fff;
}
.header__content {
  border-radius: 6px;
  border: 1px solid #8661A8;
  background: #8661A8;
  padding: 8px 16px;
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.pre-header {
  padding-top: 20px;
}

.js_reg_auth {
  display: none !important;
}

.hero {
  padding: 30px 0;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__name {
  width: 100%;
  max-width: 400px;
}
.hero__pic {
  width: 100%;
  background-image: url("./assets/hero.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}
.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 60px;
}
.hero__text h2, .hero__text h3, .hero__text p {
  font-weight: 700;
  color: white;
}
.hero__text h2 {
  font-size: 36px;
}
.hero__text h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.hero__text p {
  font-size: 28px;
}
.hero__line {
  width: 100%;
  height: 20px;
  background: #30AC62;
}

.partners {
  padding: 30px 0;
}
.partners__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners__name {
  font-size: 24px;
  font-weight: 600;
  color: #8661A8;
  text-align: center;
}
.partners__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.partners__logo {
  width: 100%;
  height: fit-content;
}

.article {
  padding: 30px 0 80px;
}
.article__link img {
  width: 100%;
}

.noticed {
  color: #30AC62;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .trans__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .hero__text {
    padding: 20px 10px 40px;
  }
  .hero__text h2 {
    font-size: 24px;
  }
  .hero__text h3 {
    font-size: 20px;
  }
  .hero__text p {
    font-size: 18px;
  }
  .partners__logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__name {
    font-size: 16px;
  }
}


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