.six-s {
  padding: 176px 0 24px;
}
.six-s__nav {
  position: fixed;
  left: 60px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 96px;
  height: 328px;
  margin-top: -164px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow:
    0px 14px 34px -6px rgba(0, 0, 0, 0.16),
    0px 2px 14px 0px rgba(0, 0, 0, 0.04);
  transform: translate3d(-200px, 0, 0);
  transition: 0.3s ease;
  z-index: 100;
}
.six-s__nav.active {
  transform: translate3d(0, 0, 0);
}
.six-s__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 44px;
  border-radius: 8px;
  background-color: #9ca3af;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  transition: 0.3s ease;
}
.six-s__nav-item-1.on {
  background-color: #594fd9;
}
.six-s__nav-item-2.on {
  background-color: #58a1e5;
}
.six-s__nav-item-3.on {
  background-color: #4cc6cd;
}
.six-s__nav-item-4.on {
  background-color: #41c28b;
}
.six-s__nav-item-5.on {
  background-color: #4c5cf1;
}
.six-s__nav-item-6.on {
  background-color: #36cf53;
}
.six-s.six-s__sixth {
  padding-bottom: 200px;
}
.six-s .six-s__category {
  position: absolute;
  left: 50%;
  top: 99px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.2px;
  color: #4b5563;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.six-s .six-s__title {
  position: relative;
  font-size: 72px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.44px;
  color: #111827;
  z-index: 1;
}
.six-s .highlight {
  position: relative;
}
.six-s .highlight::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: '';
  width: 106%;
  height: 84%;
  background: #6ee7b7;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.5s;
  transition-delay: 0.4s;
}
.six-s.six-s__fourth .highlight::before {
  width: 101%;
  height: 90%;
}
.six-s .highlight.highlight-animation::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.six-s .six-s__text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #374151;
}
.six-s .six-s__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1496px;
  margin: 96px auto 0;
}
.six-s .six-s__item {
  overflow: hidden;
  position: relative;
  width: 728px;
  height: 780px;
  padding-top: 60px;
  border-radius: 12px;
}
.six-s .six-s__item > *:not(.six-s__video, .six-s__img) {
  position: relative;
  z-index: 1;
}
.six-s .six-s__item-third {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 480px;
  padding-top: 0;
  padding-left: 100px;
}
.six-s .six-s__item-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.48px;
  color: #111827;
  text-align: center;
}
.six-s .six-s__highlight {
  position: relative;
}
.six-s .six-s__highlight::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: '';
  width: 101%;
  height: 100%;
  background: #1055b3;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.5s;
  transition-delay: 0.2s;
}
.six-s .six-s__highlight.highlight-animation::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.six-s .six-s__item-third .six-s__item-title {
  color: #fff;
  text-align: left;
}
.six-s .six-s__item-sixth .six-s__item-title {
  text-align: left;
}
.six-s .six-s__item-text {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  color: #111827;
  text-align: center;
}
.six-s .six-s__item-sixth .six-s__item-text {
  margin-top: 24px;
  text-align: left;
}
.six-s .six-s__item-link {
  display: inline-block;
  width: fit-content;
  margin-top: 24px;
  padding: 15px 16px;
  border-radius: 8px;
  background-color: #374151;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.16px;
  color: #fff;
}
.six-s .six-s__item-third .six-s__item-link {
  background-color: #fff;
  color: #1f2937;
}
.six-s .six-s__img,
.six-s .six-s__video {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 0;
}
.six-s .six-s__video {
  left: 0;
  height: 100%;
}
.six-s .six-s__video video {
  height: 100%;
  object-fit: cover;
}
.six-s .six-s__video video.video-mobile {
  display: none;
}
.six-s .six-s__img img,
.six-s .six-s__video video {
  width: 100%;
}
.six-s .six-s__img {
  display: flex;
  height: 100%;
}
.six-s .six-s__img img {
  margin-top: auto;
}
.six-s__first .six-s__item {
  text-align: center;
}
.six-s__first .six-s__item-first {
  background-color: #e5e1f9;
}
.six-s__first .six-s__item-second {
  background-color: #f6f4f9;
}
/* .six-s__item-third .six-s__video {
  right: 0;
  width: 690px;
} */
.six-s__item-third .six-s__video video {
  width: 100%;
}
.six-s__first .six-s__img {
  position: absolute;
  left: 0;
  bottom: -3px;
}
.six-s__third .six-s__img {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 692px;
}
.six-s__second .six-s__item-first {
  background-color: #f3f7fa;
}
.six-s__second .six-s__item-second {
  background-color: #d7eaf8;
}
.six-s__second .six-s__item-third {
  background-color: #2f78de;
}
.six-s__third .six-s__item-first {
  background-color: #cfedee;
}
.six-s__third .six-s__item-second {
  background-color: #f5f6f9;
}
.six-s__third .six-s__item-third {
  background: linear-gradient(90deg, #44bebc 0%, #2eaab1 67.71%);
}
.six-s__third .six-s__highlight::before {
  background: #1a7a80;
}
.six-s__fourth .six-s__item-first {
  background-color: #f4f5f4;
}
.six-s__fourth .six-s__item-second {
  background-color: #bbe6d8;
}
.six-s__sixth .six-s__item-sixth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 550px;
  padding-top: 0;
  padding-left: 100px;
  background-color: #d9f5df;
}
.six-s__sixth .six-s__item-sixth .six-s__img {
  left: 0;
}
.six-s .six-s__item-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 866px;
  padding-top: 50px;
  background-color: #dee7f8;
}
.six-s__item-modal-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: auto;
}
.six-s__item-modal-list:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1424px;
  height: 123px;
  margin-left: -712px;
  background: linear-gradient(180deg, rgba(222, 230, 248, 0) 0%, rgba(222, 230, 248, 0.5) 100%);
  z-index: 1;
}
.six-s__item-modal-item {
  overflow: hidden;
  flex-shrink: 0;
  width: 458px;
  height: 635px;
  padding: 22px 18px 0 18px;
  background-color: #cfdcf5;
  border-radius: 8px 8px 0 0;
}
.six-s__item-modal-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.six-s__item-modal-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #2764eb;
}
.six-s__item-modal-stitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #4b5563;
}
.six-s__item-modal-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.16px;
  color: #374151;
}
.six-s__item-modal-link svg {
  display: flex;
}
.six-s__item-modal-img-wrap {
  position: relative;
}
.six-s__item-modal-img-wrap img {
  width: 100%;
}
.six-s__item-modal-button-arrow-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 10;
}
.six-s__item-modal-button-arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  transition: 0.3s ease;
}
.six-s__item-modal-button-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 12px 16px;
  background-color: #05d16e;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  appearance: none;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease;
}
.six-s__item-modal-dimmed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 7, 18, 0.6);
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: 0.3s ease;
}
.six-s__modal-wrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 888px;
  border-radius: 8px;
  background-color: #fff;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2000;
}
.six-s__modal-close {
  position: absolute;
  right: -12px;
  top: -44px;
  border: 0;
  appearance: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.six-s__modal-dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 7, 18, 0.9);
  z-index: 1000;
}
.six-s__modal {
  display: none;
  overflow-y: auto;
  max-height: 768px;
  padding: 30px 11px 30px 30px;
}
.six-s__modal.active {
  display: block;
}
.six-s__modal img {
  width: 100%;
}
.six-s__item-modal-stitle-mobile {
  display: none;
  padding-bottom: 14px;
  margin-left: 27px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  color: #4b5563;
}
body.no-scroll {
  overflow-y: clip;
}
.six-s__img .img-mobile {
  display: none;
}

@media (hover: hover) {
  .six-s__item-modal-img-wrap:hover .six-s__item-modal-button-text,
  .six-s__item-modal-img-wrap:hover .six-s__item-modal-dimmed {
    opacity: 1;
  }
  .six-s__item-modal-img-wrap:hover .six-s__item-modal-button-arrow {
    opacity: 0;
    cursor: default;
  }
  .six-s__nav-item-1:hover {
    background-color: #594fd9;
  }
  .six-s__nav-item-2:hover {
    background-color: #58a1e5;
  }
  .six-s__nav-item-3:hover {
    background-color: #4cc6cd;
  }
  .six-s__nav-item-4:hover {
    background-color: #41c28b;
  }
  .six-s__nav-item-5:hover {
    background-color: #4c5cf1;
  }
  .six-s__nav-item-6:hover {
    background-color: #36cf53;
  }
}

@media screen and (max-width: 1919px) {
  .six-s {
    padding: 160px 0 0;
  }
  .six-s.six-s__sixth {
    padding-bottom: 160px;
  }
  .six-s .title-slide-in {
    padding-top: 129px;
  }
  .six-s .title-slide-in .slide-in {
    font-size: 166px;
  }
  .six-s .six-s__category {
    top: 91px;
  }
  .six-s .six-s__title {
    font-size: 64px;
    letter-spacing: -1.28px;
  }
  .six-s .six-s__text {
    margin-top: 32px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .six-s .six-s__list {
    gap: 32px;
    max-width: 1260px;
    margin: 72px auto 0;
  }
  .six-s .six-s__item {
    width: 614px;
    height: 658px;
    padding-top: 40.62px;
  }
  .six-s .six-s__item-third {
    width: 100%;
    height: 404px;
    padding-top: 0;
    padding-left: 83.37px;
  }
  .six-s .six-s__item-modal {
    width: 100%;
    height: 728px;
  }
  .six-s__sixth .six-s__item-sixth {
    width: 100%;
    height: 463px;
    padding-top: 0;
    padding-left: 83.37px;
  }
  /* .six-s__item-third .six-s__video {
    width: 581px;
  } */
  .six-s .six-s__item-title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
  .six-s .six-s__item-text {
    margin-top: 6.75px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  .six-s .six-s__item-link {
    margin-top: 20.25px;
  }
  .six-s__third .six-s__img {
    width: 583px;
  }
  .six-s__item-modal-list {
    gap: 13.48px;
  }
  .six-s__item-modal-list:before {
    width: 1200px;
    height: 103.4px;
    margin-left: -600px;
  }
  .six-s__item-modal-item {
    width: 386px;
    height: 534px;
    padding: 18.5px 15px 0 15px;
  }
  .six-s__item-modal-title-wrap {
    margin-bottom: 17.34px;
  }
  .six-s__item-modal-title {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .six-s__item-modal-button-arrow {
    right: 24px;
    bottom: 24px;
  }
  .six-s__item-modal-button-arrow svg {
    width: 48px;
    height: 48px;
  }
  .six-s__modal {
    max-height: 738px;
  }
}

@media screen and (max-width: 1599px) {
  .six-s {
    padding: 140px 0 0;
  }
  .six-s.six-s__sixth {
    padding-bottom: 140px;
  }
  .six-s .title-slide-in {
    padding-top: 109px;
  }
  .six-s .title-slide-in .slide-in {
    font-size: 120px;
    letter-spacing: -2.4px;
  }
  .six-s .six-s__category {
    top: 72px;
    font-size: 18px;
    letter-spacing: -0.18px;
  }
  .six-s .six-s__title {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .six-s .six-s__text {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: -0.18px;
  }
  .six-s .six-s__list {
    gap: 20px;
    max-width: 804px;
    margin: 64px auto 0;
  }
  .six-s .six-s__item {
    width: 392px;
    height: 420px;
    padding-top: 26px;
  }
  .six-s .six-s__item-title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .six-s .six-s__item-text {
    margin-top: 4.32px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .six-s .six-s__item-link {
    margin-top: 12.92px;
    padding: 9px 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .six-s .six-s__item-third {
    width: 100%;
    height: 259px;
    padding-top: 0;
    padding-left: 53.2px;
  }
  /* .six-s__item-third .six-s__video {
    width: 370px;
  } */
  .six-s .six-s__item-title {
    line-height: 150%;
  }
  .six-s__third .six-s__img {
    width: 373px;
  }
  .six-s .six-s__item-modal {
    width: 100%;
    height: 466px;
  }
  .six-s__item-modal-list {
    gap: 8.58px;
  }
  .six-s__item-modal-item {
    width: 246px;
    height: 342px;
    padding: 11.84px 9px 0;
    border-radius: 4.31px 4.31px 0 0;
  }
  .six-s__item-modal-list:before {
    width: 763.4px;
    height: 66.176px;
    margin-left: -381.7px;
  }
  .six-s__item-modal-title-wrap {
    margin-bottom: 8.28px;
  }
  .six-s__item-modal-title {
    gap: 3px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .six-s__item-modal-stitle {
    font-size: 10px;
  }
  .six-s__item-modal-link {
    gap: 2px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .six-s__item-modal-link svg {
    width: 24px;
    height: 24px;
  }
  .six-s__item-modal-button-text {
    padding: 9px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .six-s__item-modal-button-arrow {
    bottom: 14.27px;
    right: 17.83px;
  }
  .six-s__item-modal-button-arrow svg {
    width: 36px;
    height: 36px;
  }
  .six-s__item-modal-dimmed {
    border-radius: 4.31px 4.31px 0 0;
  }
  .six-s__sixth .six-s__item-sixth {
    width: 100%;
    height: 296px;
    padding-top: 0;
    padding-left: 53.85px;
  }
  .six-s__modal {
    max-height: 467px;
  }
}

@media screen and (max-width: 768px) {
  .six-s__nav {
    display: none;
  }
  .six-s {
    padding: 42px 20px 46px;
  }
  .six-s .title-slide-in {
    padding-top: 78px;
  }
  .six-s .title-slide-in .slide-in {
    font-size: 64px;
    line-height: 130%;
    letter-spacing: -1.28px;
  }
  .six-s .six-s__category {
    top: 46px;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0;
  }
  .six-s .six-s__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .six-s .six-s__text {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .six-s .six-s__list {
    margin: 40px auto 0;
  }
  .six-s .six-s__item {
    width: 320px;
    height: 381px;
    padding-top: 30px;
    border-radius: 6px;
  }
  .six-s .six-s__item-title {
    line-height: 130%;
  }
  .six-s .six-s__item-text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 160%;
  }
  .six-s__first .six-s__img {
    bottom: -19px;
  }
  .six-s__first .six-s__item-second {
    height: 360px;
  }
  .six-s__first .six-s__item-second .six-s__img {
    bottom: -3px;
  }
  .six-s .six-s__item-third {
    justify-content: flex-start;
    padding-top: 32px;
    padding-left: 0;
  }
  .six-s .six-s__item-third .six-s__item-title {
    text-align: center;
  }
  .six-s .six-s__item-third .six-s__item-link {
    margin: 12.94px auto 0;
  }
  .six-s.six-s__fourth .six-s__title {
    white-space: nowrap;
  }
  .six-s.six-s__fifth .six-s__item {
    height: auto;
  }
  .six-s__item-modal-list {
    flex-direction: column;
    align-items: center;
    gap: 17px;
    margin-top: 18.02px;
    padding-bottom: 7px;
  }
  .six-s__item-modal-item {
    width: 280px;
    height: 388px;
    padding: 10px 10px 0;
  }
  .six-s__item-modal-title-wrap {
    margin-bottom: 13px;
  }
  .six-s__item-modal-stitle {
    display: none;
  }
  .six-s__item-modal-dimmed {
    z-index: 20;
  }
  .six-s__item-modal-button-text {
    width: 100%;
    height: 100%;
  }
  .six-s__modal-wrap {
    width: calc(100% - 40px);
  }
  .six-s__modal {
    width: 100%;
    max-height: 60vh;
    border-radius: 8px;
    padding: 0;
  }
  .six-s__item-modal-stitle-mobile {
    display: block;
  }
  .six-s__sixth .six-s__item-sixth {
    justify-content: flex-start;
    height: 360px;
    padding-left: 0;
  }
  .six-s .six-s__item-sixth .six-s__item-title {
    text-align: center;
  }
  .six-s .six-s__item-sixth .six-s__item-text {
    margin-top: 6px;
    text-align: center;
  }
  .six-s__img .img-mobile {
    display: block;
  }
  .six-s__img .img-desktop {
    display: none;
  }
  .six-s.six-s__sixth {
    padding-bottom: 80px;
  }
  .six-s .six-s__item-third {
    height: 412px;
  }
  .six-s__third .six-s__img {
    width: 100%;
  }
  .six-s .six-s__video video.video-mobile {
    display: block;
  }
  .six-s .six-s__video video.video-desktop {
    display: none;
  }
}
