.unescoPage {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(16px, 2.6vw, 32px) 25px;
}
.unescoPage .titleNcontent {
  position: absolute;
  top: 103px;
  left: 0;
  width: 100vw;
  transform: translateX(-100%);
  z-index: 5;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.unescoPage .titleNcontent .titles {
  padding: 0 25px;
}
.unescoPage .titleNcontent .titles h1.title {
  margin-bottom: 7px;
  font-size: clamp(2.5rem, 1.685rem + 2.717vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.unescoPage .titleNcontent .titles h1.title span {
  display: block;
  font-weight: 300;
}
.unescoPage .titleNcontent .titles span.slogan {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.unescoPage .titleNcontent .content {
  padding: 25px;
}
.unescoPage .titleNcontent .content .pic {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.unescoPage .titleNcontent .content .titleNyear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
  padding: 17px 21px 3px 11px;
  background: linear-gradient(90deg, rgba(0, 193, 175, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.unescoPage .titleNcontent .content .titleNyear .titleNdesc h2.title {
  display: block;
  font-size: clamp(1.625rem, 0.554rem + 2.857vw, 3.125rem);
  font-weight: 500;
  line-height: 1;
}
.unescoPage .titleNcontent .content .titleNyear .titleNdesc span.desc {
  display: block;
  font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.unescoPage .titleNcontent .content .titleNyear .year {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
.unescoPage .titleNcontent .content .titleNtangible {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.unescoPage .titleNcontent .content .titleNtangible h3.title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.unescoPage .titleNcontent .content .titleNtangible span.tangible {
  display: block;
  padding: 13px 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  background-color: #C0E5E7;
  text-transform: uppercase;
}
.unescoPage .titleNcontent .content .text {
  margin-bottom: 52px;
  font-size: clamp(1rem, 0.777rem + 0.595vw, 1.313rem);
  font-weight: 300;
  line-height: 1.45;
}
.unescoPage .titleNcontent .content .text P {
  margin: 0 0 19px;
}
.unescoPage .titleNcontent .content .text P:last-child {
  margin-bottom: 0;
}
.unescoPage .titleNcontent .content button.bt {
  display: block;
  width: 100%;
  border: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px;
  border-radius: 5px;
  background-color: #FF9B48;
}
.unescoPage .titleNcontent.active {
  transform: translateX(0);
}
.unescoPage .titleNindex .titles {
  margin-bottom: 40px;
}
.unescoPage .titleNindex .titles h1.title {
  margin-bottom: 7px;
  font-size: clamp(3.125rem, 2.717rem + 1.359vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  color: #00C1AF;
  text-transform: uppercase;
}
.unescoPage .titleNindex .titles h1.title span {
  font-weight: 300;
}
.unescoPage .titleNindex .titles span.slogan {
  display: block;
  max-width: 448px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  color: #00C1AF;
  text-transform: uppercase;
}
.unescoPage .titleNindex .indexHolder .index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 5px;
}
.unescoPage .titleNindex .indexHolder .index .titleNdesc h3.title {
  display: block;
  font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
.unescoPage .titleNindex .indexHolder .index .titleNdesc span.desc {
  display: block;
  font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.unescoPage .titleNindex .indexHolder .index .year {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .unescoPage {
    display: grid;
    grid-template-columns: 664fr 696fr;
    padding-left: 0;
    padding-right: 0;
  }
  .unescoPage .titleNcontent {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    padding: 0 64px 0 0;
    background-color: transparent;
    transform: translateX(0);
  }
  .unescoPage .titleNcontent .titles {
    padding: 0;
    margin-bottom: 40px;
  }
  .unescoPage .titleNcontent .content {
    padding: 0;
  }
  .unescoPage .titleNcontent .content .pic {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .unescoPage .titleNcontent .content .titleNyear,
  .unescoPage .titleNcontent .content button.bt {
    display: none;
  }
  .unescoPage .titleNindex .indexHolder {
    max-height: 1024px;
    overflow-y: auto;
    direction: rtl;
    padding-left: 20px;
    box-sizing: content-box;
    margin-top: 16px;
    padding-top: 18px;
  }
  .unescoPage .titleNindex .indexHolder .index {
    position: relative;
    direction: ltr;
    padding: 40px 20px 40px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .unescoPage .titleNindex .indexHolder .index .titleNdesc {
    position: relative;
    flex: 1;
  }
  .unescoPage .titleNindex .indexHolder .index .titleNdesc h3.title {
    margin-bottom: 6px;
  }
  .unescoPage .titleNindex .indexHolder .index .year {
    width: 123px;
    text-align: right;
    transition: all 0.2s linear;
  }
  .unescoPage .titleNindex .indexHolder .index:HOVER, .unescoPage .titleNindex .indexHolder .index.active {
    padding-left: 20px;
    padding-right: 0;
    background: linear-gradient(90deg, rgba(0, 193, 175, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .unescoPage .titleNindex .indexHolder .index:HOVER .year, .unescoPage .titleNindex .indexHolder .index.active .year {
    font-size: 3.125rem;
  }
  .unescoPage .titleNindex .indexHolder::-webkit-scrollbar-track {
    background-color: transparent;
    border-right: 3px solid #D9D9D9;
  }
  .unescoPage .titleNindex .indexHolder::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
  }
  .unescoPage .titleNindex .indexHolder::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
  }
}