.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;}

```css
/* Ataskaitos page design */

.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;
  }
}
```
