.hestia-clients-bar .container:before {display:block; content:"Rėmėjai"; font-size: 37px; color: #3C4858; font-weight: 700;}
.hestia-blogs {background:#eaeaea;}
.copyright {display:none!important;}
footer.footer.footer-black hr {display:none;}
footer.footer.footer-black .widget {margin-bottom:10px;}
.navbar.navbar-transparent>.container {padding-top:10px;}
.navbar.navbar-transparent {background-color:#74bf18;}
.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {color:#555;}



.nb-reports {
  max-width: 1050px;
  margin: 0 auto;
  padding: 10px 0 20px;
  color: #344154;
}

.nb-reports,
.nb-reports * {
  box-sizing: border-box;
}

.nb-reports a {
  text-decoration: none !important;
}

.nb-reports-intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.nb-reports-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #71b62c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nb-reports-intro h2 {
  margin: 0 0 14px;
  color: #2f3b4d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.nb-reports-intro p {
  margin: 0 auto;
  color: #687789;
  font-size: 17px;
  line-height: 1.7;
}

.nb-year {
  margin-bottom: 40px;
}

.nb-year-featured {
  padding: 32px;
  border: 1px solid #dcebd2;
  border-radius: 24px;
  background: #f8fbf5;
  box-shadow: 0 14px 34px rgba(47, 59, 77, 0.09);
}

.nb-year-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.nb-year-label {
  display: inline-block;
  margin-bottom: 9px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #71b62c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nb-year h3 {
  margin: 0;
  color: #2f3b4d;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.nb-count {
  flex: 0 0 auto;
  color: #758396;
  font-size: 14px;
  font-weight: 700;
}

.nb-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nb-report-card {
  display: block !important;
  min-height: 160px;
  padding: 22px;
  border: 1px solid #e2e9f0;
  border-radius: 18px;
  background: #ffffff;
  color: #344154 !important;
  box-shadow: 0 7px 20px rgba(47, 59, 77, 0.07);
}

.nb-report-card:hover {
  transform: translateY(-4px);
  border-color: #71b62c;
  box-shadow: 0 16px 30px rgba(47, 59, 77, 0.14);
}

.nb-pdf-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #eef7e8;
  color: #4f9e22;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.nb-card-title {
  display: block;
  margin-bottom: 8px;
  color: #2f3b4d;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.nb-card-desc {
  display: block;
  color: #738093;
  font-size: 14px;
  line-height: 1.55;
}

.nb-archive {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.nb-archive-year {
  padding: 22px;
  border: 1px solid #e5ebf2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(47, 59, 77, 0.045);
}

.nb-archive-year h3 {
  margin: 0 0 8px;
  color: #2f3b4d;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.nb-archive-year .nb-count {
  display: block;
  margin-bottom: 15px;
}

.nb-link-list {
  display: grid !important;
  gap: 10px;
}

.nb-report-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid #e9eef4;
  border-radius: 13px;
  background: #fbfcfd;
  color: #344154 !important;
}

.nb-report-row:hover {
  transform: translateX(3px);
  border-color: #71b62c;
  background: #f7fbf3;
}

.nb-report-row span:first-child {
  color: #344154;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.nb-mini-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef7e8;
  color: #4f9e22;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .nb-reports-intro h2 {
    font-size: 31px;
  }

  .nb-year-featured {
    padding: 22px;
  }

  .nb-year-header {
    display: block;
  }

  .nb-count {
    display: inline-block;
    margin-top: 8px;
  }

  .nb-card-grid,
  .nb-archive {
    grid-template-columns: 1fr;
  }
}




.nb2-about-shell {
position: relative;
left: 50%;
transform: translateX(-50%);
width: min(1120px, calc(100vw - 90px));
margin: 0 auto;
padding: 8px 0 44px;
color: #344154;
}

.nb2-about-shell,
.nb2-about-shell * {
box-sizing: border-box;
}

.nb2-about-shell a {
text-decoration: none !important;
}

.nb2-hero {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
gap: 28px;
align-items: stretch;
margin-bottom: 28px;
}

.nb2-video-card {
overflow: hidden;
border-radius: 28px;
background: #263345;
box-shadow: 0 20px 44px rgba(47, 59, 77, 0.22);
}

.nb2-video-frame {
position: relative;
width: 100%;
padding-top: 56.25%;
background: #111827;
}

.nb2-video-frame iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}

.nb2-video-info {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
padding: 21px 24px 23px;
color: #ffffff;
}

.nb2-video-info strong {
display: block;
margin-bottom: 5px;
font-size: 20px;
line-height: 1.25;
font-weight: 800;
}

.nb2-video-info span {
display: block;
color: rgba(255, 255, 255, 0.72);
font-size: 14px;
line-height: 1.5;
}

.nb2-youtube-mini {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 11px 15px;
border-radius: 999px;
background: #ffffff;
color: #2f3b4d !important;
font-size: 13px;
font-weight: 800;
}

.nb2-intro-card {
display: flex;
flex-direction: column;
justify-content: center;
padding: 32px;
border: 1px solid #dcebd2;
border-radius: 28px;
background: linear-gradient(135deg, #f7fbf3 0%, #ffffff 78%);
box-shadow: 0 14px 34px rgba(47, 59, 77, 0.08);
}

.nb2-kicker {
display: inline-block;
margin-bottom: 13px;
color: #71b62c;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}

.nb2-intro-card h2 {
margin: 0 0 16px;
color: #2f3b4d;
font-size: 38px;
line-height: 1.12;
font-weight: 800;
}

.nb2-intro-card p {
margin: 0 0 18px;
color: #687789;
font-size: 16px;
line-height: 1.7;
}

.nb2-actions {
display: flex;
flex-wrap: wrap;
gap: 11px;
margin-top: 6px;
}

.nb2-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 17px;
border-radius: 999px;
font-size: 14px;
font-weight: 800;
}

.nb2-btn-primary {
background: #71b62c;
color: #ffffff !important;
box-shadow: 0 8px 18px rgba(113, 182, 44, 0.24);
}

.nb2-btn-primary:hover {
background: #5fa222;
color: #ffffff !important;
}

.nb2-btn-secondary {
border: 1px solid #cfe8bf;
background: #ffffff;
color: #4f9e22 !important;
}

.nb2-btn-secondary:hover {
background: #f7fbf3;
color: #4f9e22 !important;
}

.nb2-feature-strip {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-bottom: 28px;
}

.nb2-feature {
padding: 22px;
border: 1px solid #e5ebf2;
border-radius: 20px;
background: #ffffff;
box-shadow: 0 7px 20px rgba(47, 59, 77, 0.05);
}

.nb2-feature span {
display: inline-block;
margin-bottom: 10px;
color: #71b62c;
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.nb2-feature h3 {
margin: 0 0 9px;
color: #2f3b4d;
font-size: 21px;
line-height: 1.25;
font-weight: 800;
}

.nb2-feature p {
margin: 0;
color: #6d7a8c;
font-size: 15px;
line-height: 1.62;
}

.nb2-bottom-band {
display: grid;
grid-template-columns: 1fr 0.9fr;
gap: 22px;
align-items: stretch;
}

.nb2-quote {
padding: 28px;
border-radius: 24px;
background: #2f3b4d;
color: #ffffff;
box-shadow: 0 14px 30px rgba(47, 59, 77, 0.16);
}

.nb2-quote h3 {
margin: 0 0 12px;
color: #ffffff;
font-size: 27px;
line-height: 1.25;
font-weight: 800;
}

.nb2-quote p {
margin: 0;
color: rgba(255, 255, 255, 0.78);
font-size: 16px;
line-height: 1.7;
}

.nb2-pdf-card {
padding: 28px;
border: 1px solid #dcebd2;
border-radius: 24px;
background: #f8fbf5;
box-shadow: 0 10px 25px rgba(47, 59, 77, 0.07);
}

.nb2-pdf-card h3 {
margin: 0 0 10px;
color: #2f3b4d;
font-size: 25px;
line-height: 1.25;
font-weight: 800;
}

.nb2-pdf-card p {
margin: 0 0 18px;
color: #6d7a8c;
font-size: 15px;
line-height: 1.65;
}

@media (max-width: 950px) {
.nb2-about-shell {
width: min(100%, calc(100vw - 34px));
}

.nb2-hero,
.nb2-bottom-band {
grid-template-columns: 1fr;
}

.nb2-feature-strip {
grid-template-columns: 1fr;
}

.nb2-intro-card h2 {
font-size: 31px;
}

.nb2-video-info {
display: block;
}

.nb2-youtube-mini {
margin-top: 14px;
}
}

