@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "LemonMilk";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/LEMONMILK-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "LemonMilk";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/LEMONMILK-Medium.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 62.5%;
  background-color: #FFFFFF;
}
html.noscroll {
  overflow-y: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  color: #000000;
  min-height: 100vh;
}

.container {
  padding: 0;
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 1.2rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 {
  font-family: "LemonMilk", system-ui;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 576px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-family: "LemonMilk", system-ui;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-family: "LemonMilk", system-ui;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 576px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

p {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}

.small {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
}

.lead {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
}

strong {
  font-weight: 600;
}

li {
  font-weight: 400;
}

.header {
  position: relative;
}

.footer {
  position: relative;
}

.team {
  padding: 4.8rem 2.6rem;
}
@media (min-width: 992px) {
  .team {
    padding: 6.4rem 2.6rem;
  }
}
.team p {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.team__council {
  text-align: center;
}
.team__council h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .team__council h1 {
    font-size: 3.5rem;
  }
}
.team__council--subtitle {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .team__council--subtitle {
    font-size: 2rem;
  }
}
.team__council--desc {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .team__council--desc {
    font-size: 1.8rem;
  }
}
.team__editorial {
  text-align: center;
}
.team__editorial h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .team__editorial h2 {
    font-size: 3rem;
  }
}
.team__editorial p {
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 500px;
}
@media (min-width: 992px) {
  .team__editorial p {
    font-size: 1.8rem;
  }
}
.team__people {
  padding: 3.6rem 0 0;
  margin-right: -2.6rem;
}
@media (min-width: 992px) {
  .team__people {
    padding: 4.8rem 0 0;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .team__people {
    padding: 4.8rem 0;
  }
}
.team__person {
  padding: 0 1.3rem;
}
.team__person:hover .team__person--bg img {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .team__person {
    padding: 0 1.8rem;
  }
}
.team__person--bg {
  background-color: #ECF1ED;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 2.4rem;
  position: relative;
  aspect-ratio: 9/10;
  transition: all 0.4s ease;
  overflow: hidden;
}
.team__person--bg img {
  transition: all 0.4s ease;
}
.team__person h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.8rem 0 1rem;
  text-align: left;
}
.team__person p {
  font-size: 1.5rem;
  text-align: left;
}
.team__arrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem 0 3.6rem;
}
@media (min-width: 992px) {
  .team__arrows {
    padding: 1.6rem 0 4.8rem;
  }
}
@media (min-width: 1440px) {
  .team__arrows {
    display: none;
  }
}
.team__arrows img {
  width: 35px;
  height: auto;
}
@media (min-width: 992px) {
  .team__arrows img {
    width: 40px;
  }
}

.home {
  position: relative;
}