.top-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 819px;
  background-image: url('./images/top-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px 36px 0;
}
.top-section__child {
  width: 271.82px;
  height: 373.75px;
  margin-top: -116px;
  align-self: flex-end;
  margin-right: -64px;
}
.top-section__trees {
  width: 249.58px;
  height: 229.04px;
  margin-top: -213px;
  align-self: flex-end;
  margin-right: 168px;
}
.menu {
  display: flex;
  align-items: center;
  background-color: #FAF4EC;
  border-radius: 16px;
  padding: 16px 20px;
  min-height: 80px;
  box-shadow: 20px 4px 30px 0px #0000002B;
}
.menu__logo {
  display: flex;
  align-items: center;
}
.menu__logo img {
  height: 37px;
  width: 151px;
}
.menu__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.menu__list {
  display: flex;
  list-style: none;
  gap: 32px;
}
.menu__list li a {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #000000;
  transition: color 0.3s ease;
}
.menu__list li a:hover {
  color: #777777;
}
.menu__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 48px;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.menu__button:hover {
  border-color: #d9412d;
  color: #d9412d;
}
.menu__mobile-btn {
  display: none;
}
.start {
  display: flex;
  flex-direction: column;
  margin-top: 186px;
  width: 666px;
  height: 422px;
  padding: 44px 64px 44px 64px;
  gap: 32px;
  border-radius: 24px;
  background: #FFFFFFCC;
  backdrop-filter: blur(28px);
}
.start__labels {
  display: flex;
  gap: 16px;
}
.start__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 4px 16px 4px 4px;
  border-radius: 34.27px;
  background: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000B2;
}
.start__label img {
  width: 36px;
  height: 36px;
  padding: 6px;
  gap: 10px;
}
.start__icon-mobile {
  display: none;
}
.start__title {
  width: 583px;
  height: 120px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: 1%;
  color: #000000;
}
.start__subtitle {
  width: 565px;
  height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.start__button {
  width: 224px;
  height: 48px;
  padding: 8px 24px;
  border-radius: 12px;
  background: #DC4228;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  border: none;
  cursor: pointer;
}
.start__button:hover {
  background: #e75a42;
}
.start__button:active {
  background: #be280f;
}
.start__image {
  display: none;
}
@media (max-width: 1130px) {
  .menu__list {
    gap: 8px;
  }
}
.about-section {
  width: 100%;
  background-color: #F8F4EF;
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 80px;
  margin-bottom: 48px;
}
.about-section__block {
  display: flex;
  gap: 24px;
}
.about-section__text {
  flex: 1;
  margin-left: 40px;
}
.about-section__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.about-section__description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.about-section__switcher-wrapper {
  display: flex;
  justify-content: center;
}
.about-section__switcher {
  display: flex;
  width: 457px;
  height: 66px;
  background: #F0E5D8;
  border-radius: 32px;
  border-bottom-width: 2px;
  padding: 4px;
}
.about-section__switcher-btn {
  width: 234px;
  height: 58px;
  padding: 16px 40px;
  border-radius: 32px;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  cursor: pointer;
  white-space: nowrap;
}
.about-section__switcher-btn--active {
  background: #FFFFFF;
  font-weight: 700;
  color: #000000;
}
.about-section__switcher-btn--inactive {
  background: transparent;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
}
.about-section__content {
  width: 100%;
}
.about-section__content-item {
  display: none;
}
.about-section__content-item--active {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-section__text-block {
  width: calc(50% - 12px);
  padding: 32px 40px;
  border-radius: 24px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-section__text-header {
  display: flex;
  align-items: center;
  gap: 10.13px;
}
.about-section__text-icon {
  width: 60px;
  height: 60px;
  border-radius: 40.53px;
  background: #F8F4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-section__text-icon img {
  width: 40px;
  height: 40px;
}
.about-section__text-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.about-section__text-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000000;
}
.tools-section {
  width: 100%;
  background-color: #F8F4EF;
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.tools-section__carousel-mobile {
  display: none;
}
.tools-section__text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  margin-left: 40px;
  margin-bottom: 4px;
}
.tools-section__carousel {
  position: relative;
  width: 100%;
  height: 536px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F8F4EF;
  overflow: visible;
}
.tools-section__carousel-viewport {
  position: relative;
  width: calc(100% - 160px);
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-section__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.tools-section__carousel-btn--prev {
  left: 0;
}
.tools-section__carousel-btn--next {
  right: 0;
}
.tools-section__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.tools-section__carousel-slide {
  position: absolute;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  opacity: 1;
}
.tools-section__carousel-slide--active {
  opacity: 1;
  transform: scale(1.2);
  z-index: 4;
  width: 70%;
}
.tools-section__carousel-slide--prev {
  transform: scale(0.85) translateX(-35%);
  z-index: 3;
  width: 60%;
  opacity: 0.8;
}
.tools-section__carousel-slide--next {
  transform: scale(0.85) translateX(35%);
  z-index: 3;
  width: 60%;
  opacity: 0.8;
}
.tools-section__carousel-slide--far-prev {
  transform: scale(0.7) translateX(-120%);
  z-index: 2;
  width: 40%;
  opacity: 0.4;
}
.tools-section__carousel-slide--far-next {
  transform: scale(0.7) translateX(120%);
  z-index: 2;
  width: 40%;
  opacity: 0.4;
}
.tools-section__carousel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 6px #00000026;
}
.tools-section__carousel-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 146px;
  height: 26px;
  padding: 8px;
  margin: 16px auto 4px auto;
  background: #FFFFFF;
  border-radius: 32px;
}
.tools-section__info {
  width: 100%;
  gap: 24px;
  border-radius: 24px;
  padding: 32px;
  background: #FFFFFF;
  display: flex;
}
.tools-section__info-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tools-section__info-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tools-section__info-icon {
  width: 60px;
  height: 60px;
  border-radius: 32px;
  background: #F8F4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tools-section__info-icon img {
  width: 40px;
  height: 40px;
}
.tools-section__info-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.tools-section__info-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #000000;
}
.tools-section__carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
  cursor: pointer;
  padding: 0;
}
.tools-section__carousel-dot--active {
  background: #000000;
}
.tools-section__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 32px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 8px;
  box-shadow: 0px 4px 30px 0px #00000012;
}
.tools-section__carousel-btn--prev {
  left: -48px;
}
.tools-section__carousel-btn--next {
  right: -48px;
}
.tools-section__carousel-btn img {
  width: 32px;
  height: 32px;
}
.test-section {
  width: 100%;
  background-color: #F8F4EF;
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.test-section__carousel-mobile {
  display: none;
}
.test-section__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  margin-left: 40px;
}
.test-section__block {
  display: flex;
  gap: 24px;
  width: 100%;
}
.test-section__column--left {
  width: 440px;
  border-radius: 24px;
  padding: 32px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test-section__column__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 0;
  overflow: hidden;
}
.test-section__column--right {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 24px;
  justify-content: flex-end;
}
.test-section__preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 8px;
  min-height: 0;
}
.test-section__preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.test-section__carousel {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.test-section__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 32px;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 8px;
  box-shadow: 0px 4px 30px 0px #00000012;
}
.test-section__carousel-btn--prev {
  left: 8px;
}
.test-section__carousel-btn--next {
  right: 8px;
}
.test-section__carousel-btn img {
  width: 32px;
  height: 32px;
}
.test-section__carousel-btn--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.test-section__carousel-gradient {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.test-section__carousel-gradient--left {
  left: 0;
  background: linear-gradient(to right, #F8F4EF 50%, transparent 100%);
}
.test-section__carousel-gradient--right {
  right: 0;
  background: linear-gradient(to left, #F8F4EF 50%, transparent 100%);
}
.test-section__carousel-track {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  scroll-behavior: auto;
  box-sizing: border-box;
}
.test-section__carousel-track::-webkit-scrollbar {
  display: none;
}
.test-section__carousel-item {
  height: 100%;
  flex-shrink: 0;
  border: 2px solid #E3D0B6;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}
.test-section__carousel-item--active {
  border-color: #DC4228;
}
.test-section__carousel-image {
  height: 100%;
  width: auto;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.test-section__carousel-image--active {
  opacity: 1;
}
.test-section__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
.test-section__card:last-child {
  margin-bottom: 0;
}
.test-section__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.test-section__card-icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #F8F4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.test-section__card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.test-section__card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.test-section__card-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #000000;
}
.test-section__button {
  height: 48px;
  padding: 8px 24px;
  gap: 10px;
  border-radius: 12px;
  background: #DC4228;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 32px;
}
.test-section__button:hover {
  background: #e75a42;
}
.test-section__button:active {
  background: #be280f;
}
.ecosystem-section {
  width: 100%;
  background-color: #F8F4EF;
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.ecosystem-section__block {
  display: flex;
  gap: 24px;
}
.ecosystem-section__title {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  margin-left: 40px;
  margin-right: 40px;
}
.ecosystem-section__description {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
  margin-top: 8px;
  margin-left: 40px;
  margin-right: 40px;
}
.ecosystem-section__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ecosystem-section__info-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 400px;
  gap: 10px;
  border-radius: 24px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: -4px 0px 10px 0px #00000008;
  display: flex;
  flex-direction: column;
}
.ecosystem-section__info-content {
  display: flex;
  gap: 32px;
  padding-left: 90px;
  padding-right: 80px;
}
.ecosystem-section__info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ecosystem-section__info-column-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.ecosystem-section__info-column-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #000000;
}
.ecosystem-section__info-brace {
  margin-top: auto;
  padding: 16px 24px 0px 24px;
}
.ecosystem-section__info-brace img {
  width: 100%;
  height: auto;
  display: block;
}
.ecosystem-section__info-result {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  color: #000000;
  padding: 0 24px 24px 24px;
}
.ecosystem-section__info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 18px 12px 18px;
}
.ecosystem-section__info-icon {
  width: 60px;
  height: 60px;
  border-radius: 32px;
  padding: 6px;
  background: #F8F4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ecosystem-section__info-icon img {
  width: 40px;
  height: 40px;
}
.ecosystem-section__info-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.ecosystem-section__button {
  width: 186px;
  height: 48px;
  padding: 8px 24px;
  border-radius: 12px;
  background: #DC4228;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  align-self: center;
}
.ecosystem-section__button:hover {
  background: #e75a42;
}
.ecosystem-section__button:active {
  background: #be280f;
}
.contents-section {
  width: 100%;
  background-color: #F8F4EF;
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.contents-section__block {
  background-color: #F0E5D8;
  border-radius: 24px;
  padding: 32px 40px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contents-section__mobile-cards {
  display: none;
}
.contents-section__header {
  display: flex;
}
.contents-section__title {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.contents-section__description {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.contents-section__cards {
  display: flex;
  gap: 8px;
}
.contents-section__card {
  flex: 1;
  aspect-ratio: 1;
  border-radius: 22px;
  padding: 22px;
  border: 2px solid #E3D0B6;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.contents-section__card--active {
  border-color: #DC4228;
  cursor: default;
}
.contents-section__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contents-section__card-triangle {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFFFFF;
  display: none;
}
.contents-section__card-triangle--active {
  display: block;
}
.contents-section__details {
  border-radius: 24px;
  padding: 32px;
  background: #FFFFFF;
  display: none;
  gap: 22px;
}
.contents-section__details--active {
  display: flex;
}
.contents-section__details-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents-section__details-column:last-child {
  flex: 0 0 auto;
  align-items: flex-end;
}
.contents-section__details-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contents-section__details-icon {
  width: 16px;
  height: 26px;
  padding-right: 3px;
  padding-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-section__details-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.contents-section__details-number {
  font-weight: 700;
}
.contents-section__details-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.contents-section__details-subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.contents-section__details-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: left;
  vertical-align: middle;
  color: #DC4228;
  text-decoration: none;
  margin-top: 8px;
}
.contents-section__details-button {
  width: 280px;
  height: 48px;
  padding: 8px 40px;
  border-radius: 12px;
  border: 2px solid #DC4228;
  background: #DC4228;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  align-self: flex-end;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.contents-section__details-button:hover {
  background-color: #E75A42;
}
.contents-section__details-button:active {
  background-color: #BE280F;
}
.contents-section__details-button--disabled {
  border-color: #B8B8B8;
  background: #B8B8B8;
  cursor: default;
}
.contents-section__details-button:hover:not(.contents-section__details-button--disabled) {
  background: #e75a42;
}
.contents-section__details-button:active:not(.contents-section__details-button--disabled) {
  background: #be280f;
}
.access-section {
  width: 100%;
  padding: 16px 36px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.access-section__block {
  border-radius: 24px;
  padding: 24px 40px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.access-section__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.access-section__content {
  display: flex;
}
.access-section__cards {
  width: 100%;
  display: flex;
  gap: 24px;
  border-radius: 24px;
}
.access-section__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
}
.access-section__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.access-section__card-number {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #F8F4EF;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.access-section__card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.access-section__card-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #000000;
}
.access-section__footnote {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  color: #000000;
}
.faq-section {
  width: 100%;
  padding: 36px 36px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 72px;
}
.faq-section__block {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq-section__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  margin-left: 40px;
}
.faq-section__columns {
  display: flex;
  gap: 16px;
}
.faq-section__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-section__item {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  gap: 16px;
  padding: 32px;
}
.faq-section__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq-section__question-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  flex: 1;
}
.faq-section__question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
}
.faq-section__question-icon svg {
  width: 20px;
  height: 20px;
  stroke: #000000;
}
.faq-section__answer {
  padding: 16px 32px 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #000000;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.faq-section__answer--open {
  opacity: 1;
  max-height: 200px;
}
.company-section {
  width: 100%;
  background-color: #FFFFFF;
  padding: 74px 76px 74px 76px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.company-section__block {
  width: 100%;
  display: flex;
  gap: 24px;
}
.company-section__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-section__column--logo {
  gap: 16px;
}
.company-section__column--second {
  gap: 16px;
}
.company-section__column--third {
  gap: 24px;
}
.company-section__social-group,
.company-section__legal-group {
  display: contents;
}
.company-section__logo {
  width: 151px;
  height: 37px;
}
.company-section__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.company-section__link {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.company-section__link:hover {
  color: #777777;
}
.company-section__heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.company-section__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.company-section__icon {
  width: 24px;
  height: 24px;
}
.company-section__icon-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.company-section__icon-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.company-section__icon-link:hover {
  color: #777777;
}
.company-section__email-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.company-section__email-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.company-section__email-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.company-section__email-column {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.company-section__email-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.company-section__email-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.company-section__email-link:hover {
  color: #777777;
}
.company-section__email-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
  color: #00000080;
}
.company-section__social {
  display: flex;
  gap: 8px;
}
.company-section__social-logo {
  width: 36px;
  height: 36px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.company-section__social-logo:hover {
  opacity: 0.7;
}
.company-section__social-link {
  transition: opacity 0.3s ease;
}
.company-section__social-link:hover {
  opacity: 0.7;
}
.company-section__copyright {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #00000080;
}
.company-section__year {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #000000;
}
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 130px 48px 48px;
}
.auth-modal[hidden] {
  display: none;
}
.auth-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}
.auth-modal__window {
  position: relative;
  z-index: 1;
  width: min(574px, 100%);
  min-height: 574px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 48px 48px 48px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}
.auth-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.auth-modal__close::before,
.auth-modal__close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 9px;
  width: 18px;
  height: 2px;
  background: #333;
}
.auth-modal__close::before {
  transform: rotate(45deg);
}
.auth-modal__close::after {
  transform: rotate(-45deg);
}
.auth-modal__iframe {
  display: block;
  width: 100%;
  min-height: 478px;
  border: 0;
}
.body--auth-modal-open {
  overflow: hidden;
}
@media (max-width: 640px) {
  .auth-modal {
    padding: 12px;
    align-items: center;
  }
  .auth-modal__window {
    min-height: auto;
    max-height: calc(100vh - 24px);
    padding: 48px 24px 32px;
  }
  .auth-modal__iframe {
    min-height: 478px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background-color: #F8F4EF;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 36px;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F4EF;
  z-index: 1000;
}
.mobile-menu-overlay--open {
  display: flex;
  flex-direction: column;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0px 16px;
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0px;
  border-bottom: 1px solid #AAAAAA;
}
.mobile-menu__logo {
  height: 37px;
  width: 151px;
}
.mobile-menu__close {
  width: 32px;
  height: 32px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu__close img {
  width: 100%;
  height: 100%;
}
.mobile-menu__nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 40px 6px;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__list li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.mobile-menu__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 16px;
}
.mobile-menu__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.mobile-menu__social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  text-align: left;
}
.mobile-menu__social-links {
  display: flex;
  gap: 16px;
}
.mobile-menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 48px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
  align-self: center;
}
.mobile-menu__button:hover {
  border-color: #d9412d;
  color: #d9412d;
}
@media (max-width: 1200px) {
  .menu {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 4px 10px 0px #0000002B;
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu__logo {
    flex-shrink: 0;
  }
  .menu__nav {
    display: none;
  }
  .menu__nav--open {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    right: 8px;
    background: #FAF4EC;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px #0000002B;
  }
  .menu__nav--open .menu__list {
    flex-direction: column;
    gap: 16px;
  }
  .menu__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }
  .menu__mobile-btn {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    flex-shrink: 0;
  }
  .menu__mobile-btn img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .start {
    width: 620px;
    padding-left: 44px;
    margin-top: 126px;
    margin-bottom: 60px;
  }
  .start__title {
    font-size: 60px;
  }
  .mobile-menu__nav {
    justify-content: center;
    align-items: flex-start;
  }
  .mobile-menu__social {
    align-items: center;
    align-self: center;
    width: 100%;
  }
  .mobile-menu__list li {
    text-align: center;
  }
  .mobile-menu__list li a {
    display: block;
    text-align: center;
  }
  .about-section__content {
    width: 100%;
  }
  .about-section__content-item {
    display: none;
  }
  .about-section__content-item--active {
    display: block;
  }
  .about-section__content-item--active .about-section__text-block {
    display: none;
  }
  .about-section__carousel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
  }
  .about-section__carousel-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 32px;
    flex-shrink: 0;
    align-self: center;
  }
  .about-section__carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 16px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-section__carousel::-webkit-scrollbar {
    display: none;
  }
  .about-section__carousel-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 100%;
    width: 100%;
    align-self: flex-start;
    scroll-snap-align: start;
  }
  .about-section__carousel-page .about-section__text-block {
    display: flex;
  }
  .about-section__carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .about-section__carousel-dot--active {
    background: #000000;
  }
  .about-title__carousel-btn {
    display: none;
  }
  .about-section__text-block {
    width: 100%;
  }
  .tools-section {
    display: block;
    padding: 40px 16px;
    margin-bottom: 0;
  }
  .tools-section__text {
    font-size: 32px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1%;
    color: #000000;
    margin-bottom: 16px;
  }
  .tools-section__carousel {
    display: none;
  }
  .tools-section__carousel-mobile {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .tools-section__carousel-mobile-viewport {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }
  .tools-section__carousel-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .tools-section__carousel-mobile-slide {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .tools-section__carousel-mobile-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .tools-section__carousel-mobile-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 4px auto;
    background: #FFFFFF;
    border-radius: 32px;
    width: fit-content;
  }
  .tools-section__carousel-mobile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .tools-section__carousel-mobile-dot--active {
    background: #000000;
  }
  .tools-section__carousel-btn {
    display: none;
  }
  .tools-section__carousel-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 24px auto;
    background: #FFFFFF;
    border-radius: 32px;
  }
  .tools-section__carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9B9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .tools-section__carousel-dot--active {
    background: #000000;
  }
  .tools-section__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    padding: 0;
  }
  .tools-section__info-card {
    padding: 32px;
    border-radius: 24px;
    background: #FFFFFF;
  }
  .test-section {
    display: block;
    padding: 24px 16px 0;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .test-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .test-section__carousel-mobile {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .test-section__carousel-mobile-viewport {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }
  .test-section__carousel-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .test-section__carousel-mobile-slide {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .test-section__carousel-mobile-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .test-section__carousel-mobile-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 4px auto;
    background: #FFFFFF;
    border-radius: 32px;
    width: fit-content;
  }
  .test-section__carousel-mobile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .test-section__carousel-mobile-dot--active {
    background: #000000;
  }
  .test-section__block {
    flex-direction: column;
    gap: 16px;
    background: transparent;
  }
  .test-section__column--right {
    display: none;
  }
  .test-section__column--left {
    width: 100%;
    padding: 0;
    background: transparent;
    display: contents;
  }
  .test-section__cards-wrapper {
    display: contents;
    gap: 16px;
  }
  .test-section__preview {
    display: none;
  }
  .test-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .test-section__card {
    padding: 32px;
    border-radius: 24px;
    margin-bottom: 0;
  }
  .test-section__button {
    margin-top: 0;
  }
  .ecosystem-section__info-card {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .ecosystem-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ecosystem-section__description {
    margin-left: 0;
    margin-right: 0;
  }
  .ecosystem-section__block {
    flex-direction: column;
    gap: 8px;
  }
  .contents-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .contents-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
  }
  .contents-section__description {
    font-size: 18px;
    justify-content: flex-start;
  }
  .contents-section__details--active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .contents-section__details-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .contents-section__details-column:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .contents-section__details-column:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .contents-section__details-button {
    width: 100%;
  }
  .access-section {
    padding: 24px 16px;
    margin-bottom: 12px;
  }
  .access-section__block {
    padding: 0;
    gap: 16px;
  }
  .access-section__title {
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
  }
  .access-section__cards {
    flex-direction: column;
    gap: 12px;
  }
  .access-section__footnote {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-section {
    padding: 24px 16px;
    margin-bottom: 36px;
  }
  .faq-section__block {
    padding: 0;
    gap: 16px;
  }
  .faq-section__title {
    font-size: 32px;
    margin-left: 0;
  }
  .faq-section__columns {
    flex-direction: column;
    gap: 12px;
  }
  .faq-section__column {
    gap: 12px;
  }
  .faq-section__item {
    padding: 20px;
    gap: 12px;
  }
  .faq-section__question {
    gap: 12px;
  }
  .faq-section__question-text {
    font-size: 18px;
  }
  .faq-section__question-icon svg {
    width: 16px;
    height: 16px;
  }
  .faq-section__answer {
    padding: 12px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .faq-section__answer--open {
    max-height: 400px;
  }
  .company-section {
    display: flex;
    padding: 74px 36px;
  }
  .company-section__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 0;
  }
  .company-section__column--logo {
    grid-column: 1;
  }
  .company-section__column--second {
    grid-column: 2;
  }
  .company-section__column--third {
    display: contents;
  }
  .company-section__social-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-column: 1;
    margin-top: 24px;
  }
  .company-section__legal-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-column: 2;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .top-section,
  .about-section,
  .ecosystem-section,
  .contents-section {
    display: block;
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .ecosystem-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
  }
  .ecosystem-section__title br {
    display: none;
  }
  .about-section__title br {
    display: none;
  }
  .ecosystem-section__description {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #000000;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .ecosystem-section__block {
    flex-direction: column;
    gap: 16px;
  }
  .ecosystem-section__info-card {
    min-width: 100%;
    padding: 0;
    position: relative;
  }
  .ecosystem-section__info-header {
    display: block;
    padding-right: 60px;
    padding-left: 24px;
    text-align: left;
  }
  .ecosystem-section__info-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    background: #F8F4EF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ecosystem-section__info-icon img {
    width: 32px;
    height: 32px;
  }
  .ecosystem-section__info-content {
    flex-direction: row;
    padding-left: 24px;
    padding-right: 24px;
    gap: 32px;
    text-align: left;
  }
  .ecosystem-section__info-title {
    font-size: 24px;
  }
  .ecosystem-section__info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .ecosystem-section__button {
    width: 100%;
    margin-top: 16px;
  }
  .ecosystem-section__info-column-title {
    font-size: 16px;
  }
  .ecosystem-section__info-result {
    font-size: 16px;
  }
  .ecosystem-section__carousel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
  }
  .ecosystem-section__carousel-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 32px;
    flex-shrink: 0;
    align-self: center;
  }
  .ecosystem-section__carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .ecosystem-section__carousel-dot--active {
    background: #000000;
  }
  .ecosystem-section__carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 16px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ecosystem-section__carousel::-webkit-scrollbar {
    display: none;
  }
  .ecosystem-section__carousel-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 100%;
    width: 100%;
    align-self: flex-start;
    scroll-snap-align: start;
  }
  .ecosystem-section__carousel-page .ecosystem-section__info-card {
    display: flex;
  }
  .contents-section {
    padding: 24px 16px 0;
    margin-bottom: 0;
  }
  .contents-section__block {
    background: transparent;
    padding: 0;
  }
  .contents-section__header {
    flex-direction: column;
    gap: 24px;
  }
  .contents-section__title {
    font-size: 32px;
  }
  .contents-section__description {
    font-size: 18px;
    line-height: 22px;
    justify-content: flex-start;
  }
  .contents-section__cards,
  .contents-section__card,
  .contents-section__details,
  .contents-section__details--active {
    display: none;
  }
  .contents-section__details-column {
    gap: 8px;
  }
  .contents-section__details-title {
    font-size: 24px;
  }
  .contents-section__details-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .contents-section__details-link {
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
  }
  .contents-section__details-row {
    gap: 8px;
  }
  .contents-section__details-text {
    font-size: 16px;
    line-height: 22px;
  }
  .contents-section__details-icon {
    width: 14px;
    height: 22px;
    padding: 0;
  }
  .contents-section__details-button {
    width: 100%;
    font-size: 16px;
    align-self: flex-start;
  }
  .contents-section__card-triangle {
    display: none;
  }
  .contents-section__mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .contents-section__mobile-card {
    display: flex;
    gap: 12px;
    border-radius: 22px;
    padding: 12px;
    border: 2px solid #E3D0B6;
    background-color: #FFFFFF;
  }
  .contents-section__mobile-card-image {
    flex-shrink: 0;
    width: auto;
    height: auto;
    min-height: 150px;
    max-height: 33vw;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
  }
  .contents-section__mobile-card-image img {
    max-height: 33vw;
    min-height: 150px;
    object-fit: contain;
    object-position: left;
    border-radius: 16px;
  }
  .contents-section__mobile-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }
  .contents-section__mobile-card-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1%;
    color: #000000;
  }
  .contents-section__mobile-card-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: left;
    vertical-align: middle;
    color: #DC4228;
    text-decoration: none;
  }
  .access-section {
    padding: 24px 16px;
    margin-bottom: 12px;
  }
  .access-section__block {
    padding: 0;
    gap: 16px;
  }
  .access-section__title {
    font-size: 18px;
  }
  .access-section__cards {
    flex-direction: column;
    gap: 12px;
  }
  .access-section__card {
    padding: 20px;
    gap: 8px;
  }
  .access-section__card-header {
    margin-bottom: 8px;
  }
  .access-section__card-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .access-section__card-title {
    font-size: 18px;
  }
  .access-section__card-text {
    font-size: 16px;
    line-height: 22px;
  }
  .access-section__footnote {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-section {
    padding: 24px 16px;
    margin-bottom: 36px;
  }
  .faq-section__block {
    padding: 0;
    gap: 16px;
  }
  .faq-section__title {
    font-size: 32px;
    margin-left: 0;
  }
  .faq-section__columns {
    flex-direction: column;
    gap: 12px;
  }
  .faq-section__column {
    gap: 12px;
  }
  .faq-section__item {
    padding: 20px;
    gap: 12px;
  }
  .faq-section__question {
    gap: 12px;
  }
  .faq-section__question-text {
    font-size: 18px;
  }
  .faq-section__question-icon svg {
    width: 16px;
    height: 16px;
  }
  .faq-section__answer {
    padding: 12px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .faq-section__answer--open {
    max-height: 400px;
  }
  .company-section {
    display: block;
    padding: 24px 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .company-section__block {
    flex-direction: column;
    gap: 36px;
  }
  .company-section__column {
    gap: 16px;
  }
  .company-section__email-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .company-section__email-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .company-section__email-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .company-section__email-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .company-section__copyright {
    font-size: 12px;
    line-height: 18px;
  }
  .company-section__year {
    font-size: 12px;
  }
  .top-section {
    display: block;
    height: auto;
    padding: 0;
    background-image: none;
  }
  .about-section {
    display: block;
    padding: 24px 16px 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .about-section__block {
    flex-direction: column;
    gap: 16px;
  }
  .about-section__text {
    margin-left: 0;
  }
  .about-section__title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .about-section__description {
    font-size: 18px;
  }
  .about-section__text-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .tools-section {
    display: block;
    padding: 40px 16px;
    margin-bottom: 0;
  }
  .tools-section__text {
    font-size: 32px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1%;
    color: #000000;
    margin-bottom: 16px;
  }
  .tools-section__carousel {
    display: none;
  }
  .tools-section__carousel-mobile {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .tools-section__carousel-mobile-viewport {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }
  .tools-section__carousel-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .tools-section__carousel-mobile-slide {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .tools-section__carousel-mobile-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .tools-section__carousel-mobile-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 4px auto;
    background: #FFFFFF;
    border-radius: 32px;
    width: fit-content;
  }
  .tools-section__carousel-mobile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .tools-section__carousel-mobile-dot--active {
    background: #000000;
  }
  .tools-section__carousel-btn {
    display: none;
  }
  .tools-section__carousel-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 24px auto;
    background: #FFFFFF;
    border-radius: 32px;
  }
  .tools-section__carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9B9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .tools-section__carousel-dot--active {
    background: #000000;
  }
  .tools-section__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    padding: 0;
  }
  .tools-section__info-card {
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    position: relative;
  }
  .tools-section__info-header {
    display: block;
    padding-right: 60px;
    margin-bottom: 0;
  }
  .tools-section__info-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    background: #F8F4EF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .tools-section__info-icon img {
    width: 32px;
    height: 32px;
  }
  .tools-section__info-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #000000;
  }
  .tools-section__info-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1%;
    color: #000000;
  }
  .test-section {
    display: block;
    padding: 24px 16px 0;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .test-section__title {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .test-section__carousel-mobile {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .test-section__carousel-mobile-viewport {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
  }
  .test-section__carousel-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .test-section__carousel-mobile-slide {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .test-section__carousel-mobile-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
  .test-section__carousel-mobile-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin: 16px auto 4px auto;
    background: #FFFFFF;
    border-radius: 32px;
    width: fit-content;
  }
  .test-section__carousel-mobile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .test-section__carousel-mobile-dot--active {
    background: #000000;
  }
  .test-section__block {
    flex-direction: column;
    gap: 16px;
    background: transparent;
  }
  .test-section__column--right {
    display: none;
  }
  .test-section__column--left {
    width: 100%;
    padding: 0;
    background: transparent;
    display: contents;
  }
  .test-section__cards-wrapper {
    display: contents;
    gap: 16px;
  }
  .test-section__preview {
    display: none;
  }
  .test-section__card {
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 0;
  }
  .test-section__card-header {
    display: block;
    padding-right: 60px;
    margin-bottom: 0;
  }
  .test-section__card-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    background: #F8F4EF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .test-section__card-icon img {
    width: 32px;
    height: 32px;
  }
  .test-section__card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #000000;
  }
  .test-section__card-description {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1%;
    color: #000000;
  }
  .test-section__button {
    margin-top: 0;
  }
  .about-section__switcher-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .about-section__switcher {
    width: 100%;
    max-width: 457px;
    height: auto;
    min-height: 66px;
    background: #F0E5D8;
    border-radius: 32px;
    padding: 4px;
  }
  .about-section__switcher-btn {
    width: 50%;
    height: 58px;
    padding: 16px 20px;
  }
  .about-section__content {
    width: 100%;
  }
  .about-section__content-item {
    display: none;
  }
  .about-section__content-item--active {
    display: block;
  }
  .about-section__content-item--active .about-section__text-block {
    display: none;
  }
  .about-section__carousel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
  }
  .about-section__carousel-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 32px;
    flex-shrink: 0;
    align-self: center;
  }
  .about-section__carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 16px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-section__carousel::-webkit-scrollbar {
    display: none;
  }
  .about-section__carousel-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 100%;
    width: 100%;
    align-self: flex-start;
    scroll-snap-align: start;
  }
  .about-section__carousel-page .about-section__text-block {
    display: flex;
  }
  .about-section__carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .about-section__carousel-dot--active {
    background: #000000;
  }
  .about-title__carousel-btn {
    display: none;
  }
  .about-section__text-block {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    position: relative;
  }
  .about-section__text-header {
    display: block;
    padding-right: 60px;
  }
  .about-section__text-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    background: #F8F4EF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .about-section__text-icon img {
    width: 32px;
    height: 32px;
  }
  .about-section__text-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #000000;
  }
  .about-section__text-description {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #000000;
  }
  .menu {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 4px 10px 0px #0000002B;
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu__logo {
    flex-shrink: 0;
  }
  .menu__nav {
    display: none;
  }
  .menu__nav--open {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    right: 8px;
    background: #FAF4EC;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px #0000002B;
  }
  .menu__nav--open .menu__list {
    flex-direction: column;
    gap: 16px;
  }
  .menu__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }
  .menu__mobile-btn {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    flex-shrink: 0;
  }
  .menu__mobile-btn img {
    width: 100%;
    height: 100%;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-section__child,
  .top-section__trees {
    display: none;
  }
  .start {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px 16px;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .start__labels {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }
  .start__title {
    width: 100%;
    height: auto;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .start__subtitle {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .start__image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
  }
  .start__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .start__icon-desktop {
    display: none;
  }
  .start__icon-mobile {
    display: inline-block;
  }
  .start__button {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .contents-section__mobile-card-subtitle {
    line-height: 22px;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .about-section__switcher-btn {
    font-size: 18px;
    padding: 16px 10px;
  }
}
