@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,300,500,700|Work+Sans:400");

:root {
  --black: #000000;
  --cello: #243c5f;
  --twine: #be9a60;
  --blue-bayoux: #4f627f;
  --coconut: #fefefe;
  --tussock: #c39443;
  --white: #ffffff;
  --harvest-gold: #e2b76cb5;
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-xs2: 14px;
  --font-size-xxxl: 60px;
  --font-size-xl: 24px;
  --font-size-xl2: 38px;
  --font-size-xxs: 12px;
  --font-family-montserrat: "Montserrat", Helvetica;
  --font-family-test_domaine_text-regular: "Test Domaine Text-Regular",
    Helvetica;
  --font-family-test_domaine_text-medium: "Test Domaine Text-Medium", Helvetica;
  --font-family-work_sans: "Work Sans", Helvetica;
}

.max-width-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

* {
  box-sizing: border-box;
}

body {
    background: var(--white);
}

a {
    text-decoration: none;
    color: var(--coconut);
}

.general-container {
  align-items: center;
  background-color: var(--white);
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.logo-1 {
  height: 30.1px;
  min-width: 150px;
  position: relative;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.montserrat-normal-harvest-gold-16px {
  color: var(--harvest-gold);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.footer-item {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.team {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 24px;
  position: relative;
  width: 100%;
}

.content-2 {
  align-items: center;
  gap: 28px;
  padding: 40px 0px 60px;
}

.general-container .content-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.title {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.meet-the-team {
  align-self: stretch;
  color: var(--cello);
  font-family: var(--font-family-test_domaine_text-medium);
  font-size: var(--font-size-xl2);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 39.6px;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
}

.divider {
  background-color: var(--tussock);
  height: 2px;
  min-width: 100px;
  position: relative;
}

.team-members {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap; 
  gap: 28px;
  position: relative;
}

.team-image {
  align-self: stretch;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.team-member-details {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 0;
}

.label-team-member-title {
  color: var(--twine);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 500;
}

.label {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
}

.label-team-member-other-info {
  color: var(--blue-bayoux);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.team-member-name {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  white-space: nowrap;
}

.label-team-member-name {
  color: var(--cello);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.home-text {
    align-items: left;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0px 20px;
    position: relative;
    justify-content: center;
    color: var(--coconut);
    font-family: var(--font-family-test_domaine_text-regular);
    font-weight: 400;
}

.contact-us-container {
  align-items: center;
  border: 1px solid;
  border-color: var(--tussock);
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0px 24px;
  margin-top: 30px;
  position: relative;
  width: fit-content;
}

.contact-us-container:hover {
  background-color: var(--tussock);
}

.contact-us-button {
  color: var(--coconut);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.since-2020 {
  color: var(--coconut);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.header {
    color: var(--coconut);
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: 622px;
    padding: 24px 24px 8px;
    position: relative;
}

.header-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.header-selected-link {
    background-color: var(--tussock);
    height: 2px;
    position: absolute;
    top: 17px;
    width: 48px;
}

.header-home-link {
    height: 19px;
    min-width: 63.33px;
    position: relative;
}

.link {
    cursor: pointer;
}

.logo {
  height: 80px;
  min-width: 61.9px;
  position: relative;
}

.flex-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 56px;
  width: 62px;
}

.logo-image {
  height: 45px;
  width: 62px;
}

.capital {
  height: 2px;
  margin-left: 4.92px;
  width: 52px;
}

.logo-name {
  height: 6px;
  margin-left: 4.6px;
  width: 53px;
}

.about-wrapper {
  align-items: center;
  background-color: #f2f6fe;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 48px 24px 60px;
  position: relative;
  width: 100%;
}

.about-frame {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
}

.about-long-description {
  align-self: stretch;
  color: var(--cello);
  font-family: var(--font-family-work_sans);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5; 
  position: relative;
  margin-top: 25px;
}

.about-short-description {
  align-self: stretch;
  color: var(--cello);
  font-family: var(--font-family-test_domaine_text-medium);
  font-size: var(--font-size-l);
  line-height: 1.5; 
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -1px;
  margin-bottom: 25px;
  position: relative;
}

.about-title {
  align-self: stretch;
  color: var(--cello);
  font-family: var(--font-family-test_domaine_text-medium);
  font-size: var(--font-size-xl);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5; 
  margin-bottom: 5px;
  margin-top: -1px;
  position: relative;
}
