.ndf-projectPage .hero {
  position: relative;
  overflow: hidden;
}

.ndf-projectPage .daisyBg {
  position: absolute;
  right: -120px;
  top: -90px;
  width: 520px;
  height: 520px;
  opacity: .22;
  pointer-events: none;
}

.ndf-projectPage .hero .wrap {
  position: relative;
  z-index: 1;
}

.ndfProjectTile .ndfProjectIn {
  min-height: auto;
}

.ndfProjectCover {
  margin-bottom: 14px;
}

.ndfProjectCover img {
  width: 100%;
  border-radius: 18px;
}

.ndfProjectGrid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: start;
}

.ndfProjectMedia {
  display: grid;
  gap: 12px;
}

.ndfProjectMedia figure {
  margin: 0;
}

.ndfProjectMedia img {
  width: 100%;
  border-radius: 16px;
}

.ndfProjectText {
  font-size: 15px;
  line-height: 1.75;
}

.ndfProjectText img {
  max-width: 100%;
  border-radius: 14px;
}

.ndfProjectText h2,
.ndfProjectText h3 {
  margin: 16px 0 10px;
}

.ndfProjectText p {
  margin: 0 0 12px;
}

.ndfProjectText ul,
.ndfProjectText ol {
  margin: 0 0 12px 18px;
}

.ndfProjectText a {
  color: #1f7a57;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(31,122,87,.35);
  transition: .2s;
}

.ndfProjectText a:hover {
  color: #145c40;
  border-bottom-color: #145c40;
}

.ndfProjectText a[href^="http"] {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(31,122,87,.07);
}

.ndfProjectText a[href^="http"]:hover {
  background: rgba(31,122,87,.14);
}

@media (max-width: 980px) {
  .ndfProjectGrid {
    grid-template-columns: 1fr;
  }

  .ndf-projectPage .daisyBg {
    right: -160px;
    top: -120px;
    width: 460px;
    height: 460px;
    opacity: .2;
  }
}

.ndf-today .hero svg.daisyBg {
  position: absolute;
  right: -120px;
  top: -90px;
  width: 520px;
  height: 520px;
  opacity: .22;
}

.ndf-projects.ndf-mt-single .hero .wrap {
  position: relative;
  z-index: 1;
}

.ndf-projects.ndf-mt-single .section {
  padding: 28px 0 56px;
}

.ndf-projects.ndf-mt-single .ndfMtCover img {
  width: 100%;
  border-radius: 18px;
}

.ndf-projects.ndf-mt-single .ndfMtContent {
  max-width: 920px;
  font-size: 15px;
  line-height: 1.75;
}

.ndf-projects.ndf-mt-single .ndfMtContent p {
  margin: 0 0 12px;
}

.ndf-projects.ndf-mt-single .ndfMtContent h2 {
  margin: 20px 0 10px;
  font-size: 34px;
  font-weight: 800;
}

.ndf-projects.ndf-mt-single .ndfMtContent h3 {
  margin: 18px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.ndf-projects.ndf-mt-single .ndfMtContent ul {
  margin: 0 0 12px 18px;
}

.ndf-projects.ndf-mt-single .ndfMtContent a {
  color: #1f7a57;
  border-bottom: 1px solid rgba(31,122,87,.35);
}

.ndf-projects.ndf-mt-single .ndfMtContent a:hover {
  color: #145c40;
}

.ndfList {
  margin: 16px 0 0;
  padding-left: 20px;
}

.ndfList li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ndfEduCover {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,23,42,.08);
}

.ndfEduCover img {
  width: 100%;
}

.ndf-childanim .introBlock {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  margin-bottom: 28px;
}

.ndf-childanim .introFacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ndf-childanim .factCard {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 16px 18px;
}

.projectArticle .factsGrid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

@media (max-width: 980px) {
  .projectArticle .factsGrid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 640px) {
  .projectArticle .factsGrid {
    grid-template-columns: 1fr;
  }
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body.admin-bar #ndf-header {
  top: 32px;
}

header,
.site-header,
#ndf-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

img,
video,
iframe,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-wrapper,
.header-inner,
.footer-inner {
  padding: 0 16px;
}

@media (min-width: 768px) {
  .main-wrapper,
  .header-inner,
  .footer-inner {
    padding: 0 20px;
  }
}

video {
  width: 100%;
  border-radius: 24px;
}

.video-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.video-cover {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-cover .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#ndf-header .logo-mark {
  width: 156px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ndf-header .logo-mark svg {
  width: 100%;
  height: 100%;
}

#ndf-header .logo-mark ellipse {
  fill: #fff;
  stroke: rgba(0,0,0,.15);
}

#ndf-header .logo-mark circle {
  fill: #f4d35e;
}

#ndf-header nav {
  margin-left: auto;
}

#ndf-header nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#ndf-header nav a {
  color: rgba(255,255,255,.94);
  text-decoration: none;
}

#ndf-header nav a:hover {
  color: rgba(255,255,255,.7);
}

#ndf-header nav .current-menu-item > a {
  font-weight: 700;
}
