@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Source+Sans+Pro&display=swap");
html {
  color: #021831;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
}

.wrapper > section:first-of-type {
  padding-top: 11rem;
}

body.page-index > section:first-of-type {
  padding-top: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  text-align: justify;
  margin-bottom: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.highlight {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12rem;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  margin: 0 0 0 0;
}
.grid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-right: -6rem;
}

[class*=col-] {
  float: left;
  padding-right: 6rem;
}
.grid [class*=col-]:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  min-width: 100%;
}
@media (min-width: 1000px) {
  .col-1-3 {
    min-width: 33%;
    width: 33.33%;
  }
}

.offset-1-3 {
  margin-left: 33.33%;
}

@media (min-width: 1000px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-4 {
  width: 25%;
}

.col-2-4 {
  width: 50%;
}

.offset-1-4 {
  margin-left: 25%;
}

.offset-1-6 {
  margin-left: 16.66%;
}

.col-1-8 {
  width: 12.5%;
}

.offset-1-12 {
  margin-left: 8.33%;
}

.col-pad {
  padding: 0 12rem 0 12rem;
}

Opt-in outside padding .grid-pad [class*=col-]:last-of-type {
  padding-right: 6rem;
}
Opt-in outside padding .grid-pad [class*=col-]:first-of-type {
  padding-left: 6rem;
}

.container {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1280px;
}
@media (min-width: 1340px) {
  .container {
    margin: 0 auto;
    max-width: 1280px;
  }
}
.container.small {
  max-width: 48rem;
}
.container.medium {
  max-width: 64rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

.flash {
  color: red;
  border: dashed red 2px;
  background: #fee;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1280px;
  padding: 1em 2em 1em 2em;
}
@media (min-width: 1340px) {
  .flash {
    margin: 0 auto;
    max-width: 1280px;
  }
}

.clear {
  clear: both;
}

a {
  color: #3D618D;
}
a.report {
  text-align: center;
  font-size: 1.375rem;
}

.divider {
  min-height: 2px;
  width: 130px;
  margin: 0 auto;
}

ul {
  display: block;
}
ul li {
  margin-left: 4rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}

* {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 7rem;
  font-weight: 500;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6;
  line-height: 1.5;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.wide-photo {
  margin: 0 auto;
  max-width: 1340px;
}

.hero {
  z-index: -1;
  padding: 30rem 0 8rem 0 !important;
  position: relative;
  background: url("/assets/images/hero-background.jpg");
  background-size: cover;
  min-height: 90rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .hero {
    background: url("/assets/images/hero-background.jpg");
    background-size: cover;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 4.8rem;
  line-height: 6rem;
}
.hero p {
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 1vw;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: background 0.3s ease, color 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
nav .nav-container {
  padding-top: 10px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  nav .nav-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
nav ul.navbar:first-child {
  display: none;
}
nav .logotype {
  position: relative;
  display: none;
  padding: 20px;
  width: 228px;
  height: 68px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  nav .logotype {
    display: inline-block;
  }
}
nav .logotype .logo-dark {
  top: 0;
  left: 0;
  z-index: 2;
}
nav .logotype .logo-white {
  top: 0;
  left: 0;
  z-index: 1;
}
nav .logotype img {
  position: absolute;
  display: block;
  width: 228px;
  height: auto;
  transition: opacity 0.4s ease;
}
nav ul.navbar {
  display: none;
  margin-bottom: 2rem;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-left: 3rem;
  font-size: 1.8rem;
  line-height: 140%;
}
@media (min-width: 768px) {
  nav ul.navbar {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
nav ul.navbar.open {
  display: flex;
  flex-direction: column;
}
@notmobile {
  nav ul.navbar.open {
    display: flex;
    flex-direction: row;
  }
}
nav ul.navbar li {
  font-size: 1.8rem;
  padding: 0.75rem 2rem 0.75rem 0;
  display: block;
}
@media (min-width: 768px) {
  nav ul.navbar li {
    margin: 0 0 0 4rem;
    padding: 0.25rem;
    display: inline;
  }
}
@media (min-width: 768px) {
  nav ul.navbar li:first-child {
    display: none;
  }
}
nav ul.navbar li a {
  text-decoration: none;
}
nav .hamburger {
  display: block;
  top: 0px;
  width: 100%;
}
nav .hamburger:hover {
  cursor: pointer;
}
nav .hamburger img {
  display: block;
  margin: 0 0 0 auto;
  padding: 2rem;
  align: right;
}
@media (min-width: 768px) {
  nav .hamburger {
    display: none;
  }
}
nav .nav-container .logotype .logo-dark {
  opacity: 1;
  z-index: 2;
}
nav .nav-container .logotype .logo-white {
  opacity: 0;
  z-index: 1;
}
nav .nav-container ul.navbar li a {
  color: #021831;
}

@media (min-width: 768px) {
  .page-index nav {
    background: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
  .page-index nav .nav-container .logotype .logo-dark {
    opacity: 0;
  }
  .page-index nav .nav-container .logotype .logo-white {
    opacity: 1;
  }
  .page-index nav .nav-container ul li a {
    color: white;
  }
}
.page-index nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.page-index nav.scrolled .nav-container .logotype .logo-dark {
  opacity: 1;
  z-index: 2;
}
.page-index nav.scrolled .nav-container .logotype .logo-white {
  opacity: 0;
  z-index: 1;
}
.page-index nav.scrolled .nav-container ul.navbar li a {
  color: #021831;
}

.in-numbers {
  margin-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.in-numbers .number {
  font-size: 9.6rem;
}
.in-numbers h3 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.in-numbers p {
  text-align: left;
  margin-bottom: 2rem;
}

.wherewework {
  display: none;
  margin-top: 164px;
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .wherewework {
    display: block;
  }
}
.wherewework h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 48px;
}
.wherewework p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.triplet {
  margin-top: 7.5rem;
  font-size: 1.8rem;
}
.triplet .row div {
  margin: 2rem 0 0 0;
}
.triplet span {
  font-size: 2rem;
  line-height: 140%;
}
.triplet h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.triplet p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.photo-block {
  padding: 6rem 0 6rem 0;
  margin: 10rem 0 0 0;
}
.photo-block.grey {
  background-color: #f1f1f1;
}
.photo-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
}
.photo-block p {
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .photo-block .photo {
    display: none;
  }
}
.photo-block ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.text-block {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.text-block .a {
  color: red;
}

.meet-the-team {
  margin-bottom: 15rem;
}
.meet-the-team .container {
  margin-bottom: 4rem;
}
.meet-the-team .employees {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 7.5rem;
}
.meet-the-team .employees .person {
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 335px;
}
.meet-the-team .employees .person img {
  width: 335px;
  height: 355px;
  margin-bottom: 20px;
}
.meet-the-team .employees .person .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.meet-the-team .employees .person .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.title {
  color: #021831;
  font-size: 2.1rem;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.socials {
  margin-bottom: 2.1rem;
}
.socials img {
  width: 20px;
  margin-right: 1rem;
}

.contact {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #f1f1f1;
}
.contact h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 1.5em;
}
.contact label {
  font-size: 20px;
  line-height: 120%;
  display: block;
}
.contact input[type=text], .contact input[type=email] {
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #021831;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
  min-width: 40%;
  margin-bottom: 20px;
}
.contact textarea {
  height: 1.5em;
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #021831;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
  min-width: 40%;
  margin-bottom: 20px;
}
.contact input::placeholder {
  color: #a0a0a0;
}

.insight-header {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 8rem 2rem;
  text-align: center;
}
.insight-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.insight-header > div {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.insight-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.insight-header h2 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.insight-header p {
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.blog-entry {
  margin: 5em 0 10em 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}
.blog-entry p {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
.blog-entry p.ingress {
  font-weight: 800;
}
.blog-entry p b {
  font-weight: 800;
}
.blog-entry blockquote {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.vspace {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.vspace.short {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.push, footer {
  height: 141px;
  clear: both;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -141px;
}

html, body {
  height: 100%;
  margin: 0;
}

footer {
  color: white;
  background: #3D618D;
  width: 100%;
  padding-top: 3rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container::after {
  content: none;
}
footer a {
  color: white;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}

* html footer {
  position: absolute;
  top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+"px");
}

.breadcrumbs {
  float: right;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
}

.tender {
  margin-top: 12rem;
}
.tender .description {
  background-color: #f1f1f1;
  margin: 6rem;
  padding: 6rem;
}

table tr.red {
  background: #ffcccc;
}

.more-items {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.more-items .news-item {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}

.project-sidebar {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  color: #021831;
}
.project-sidebar h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
}
.project-sidebar ul {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  list-style: none;
}
.project-sidebar ul li {
  margin: 7px 0;
}
.project-sidebar select {
  border-radius: 0;
  margin: 0;
  color: #3D618D;
}

.jobs-grid {
  display: flex;
  gap: 1.2em;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jobs-grid .job {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 250px;
}
.jobs-grid .job .job-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.jobs-grid .job .job-country {
  color: #666;
}
.jobs-grid .job .job-date {
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
}

.job-spec h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.job-spec li p {
  display: inline;
}

.job {
  margin-bottom: 4em;
}

.timesheet-report {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
.timesheet-report th, .timesheet-report td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.timesheet-report th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.timesheet-report tr:nth-child(even) {
  background-color: #f2f2f2;
}
.timesheet-report tr:hover {
  background-color: #ddd;
}
.timesheet-report .deliverable-name {
  font-weight: bold;
}
.timesheet-report .date-column {
  min-width: 100px;
}
.timesheet-report td:last-child,
.timesheet-report th:last-child,
.timesheet-report tr:nth-last-child(-n+2) td {
  font-weight: 700;
  background-color: #bbb;
}

.pills a {
  margin: 10px;
}

.scroll-animate {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-animate.from-left {
  transform: translateX(-300px);
}
.scroll-animate.from-right {
  transform: translateX(300px);
  transition-delay: 0.2s;
}
.scroll-animate.in-view {
  opacity: 1;
  transform: translateX(0);
}

.twin-block {
  padding: 6rem 2rem;
}
.twin-block .col-1-2 {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 768px) {
  .twin-block .grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .twin-block .col-1-2 {
    max-width: 100%;
  }
}

.triplet-block {
  padding: 6rem 2rem;
}
.triplet-block .scroll-animate {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.triplet-block .scroll-animate.from-left {
  transform: translateX(-300px);
  transition-delay: 0s;
}
.triplet-block .scroll-animate.from-bottom {
  transform: translateY(300px);
  transition-delay: 0.2s;
}
.triplet-block .scroll-animate.from-right {
  transform: translateX(300px);
  transition-delay: 0.4s;
}
.triplet-block .scroll-animate.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.triplet-block .col-1-3 {
  flex: 1;
  max-width: 33.333%;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .triplet-block .grid {
    display: flex;
    flex-wrap: wrap;
  }
  .triplet-block .col-1-3 {
    max-width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .triplet-block .col-1-3 {
    max-width: 100%;
  }
}

.feature-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 140%;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #021831;
  margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .feature-text {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .feature-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.button {
  display: inline-block;
  padding: 0.85rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 2rem;
  text-decoration: none;
  color: #000;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.button:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.underlay-block {
  position: relative;
  overflow: hidden;
  min-height: 30vh;
}
.underlay-block .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.underlay-block .background .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: clip-path 0.3s ease-out;
}
.underlay-block .background .img2 {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.underlay-block .content {
  position: relative;
  z-index: 2;
  padding: 6rem 2rem;
  color: white;
  text-align: center;
}

.project-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.project-container .project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.project-container .project-grid .project {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 4rem;
}
.project-container .project-grid .project h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #021831;
  margin: 1.2rem;
  font-size: clamp(1.4rem, 1rem + 0.5ch, 2rem);
  max-width: 28ch;
}
.project-container .project-grid .project:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.project-container .project-grid .project a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.project-container .project-grid .project picture, .project-container .project-grid .project img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
.project-container .project-grid .project .location {
  font-size: 1.3rem;
  color: #777;
  margin: 0.8rem 1.2rem;
}
.project-container .project-grid .project .client {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3D618D;
  margin: 0 1.2rem 1.2rem 1.2rem;
}

.project-detail {
  margin-bottom: 6rem;
}
.project-detail > picture, .project-detail img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  object-fit: cover;
}
.project-detail .project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.3rem;
  color: #021831;
}
.project-detail .project-meta span {
  background: #f1f1f1;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
}
.project-detail .project-meta .donor {
  font-weight: 500;
}
.project-detail .project-meta .study-type {
  background: #3D618D;
  color: white;
}
.project-detail .project-meta .thematic-area {
  background: #133865;
  color: white;
}
.project-detail h2 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 500;
  margin: 1rem 0;
}
.project-detail .client {
  font-size: 1.4rem;
  color: #3D618D;
  margin-bottom: 1.5rem;
}
.project-detail p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.project-detail .button {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #3D618D;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.project-detail .button:hover {
  background: #2e4969;
}
.project-detail .research-team-block {
  margin-top: 3rem;
}
.project-detail .research-team-block h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.project-detail .research-team-block img {
  width: 60px;
  height: 60px;
}

/*# sourceMappingURL=main.css.map */
