/* Groupe Vesta visual style definitions, preserved from the approved frontend. */

@font-face {
  font-family: Inter;
  src: url(/assets/fonts/inter-latin.woff2) format("woff2-variations"), url(/assets/fonts/inter-latin.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.vesta-field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  min-width: 0;
}

.section {
  position: relative;
  overflow: clip;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ECE7DC;
  color: #1B2E22;
}

.vesta-portfolio-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 32px;
}

.nav.is-secondary {
  background-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
}

.vesta-hero__image {
  display: block;
  width: 100%;
  height: 560px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  object-fit: cover;
  object-position: 50% 50%;
}

.vesta-input {
  width: 100%;
  height: 52px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ECE7DC;
  color: #1B2E22;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ADA693;
  font-family: Inter, sans-serif;
}

.vesta-portfolio-card__body {
  display: flex;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 16px;
}

.vesta-eyebrow {
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vesta-portfolio-card__description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: Inter, sans-serif;
}

p {
  margin-bottom: 0.75em;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0em;
}

.vesta-project__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: Inter;
  color: #1B2E22;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
}

.vesta-h1 {
  max-width: 880px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter;
  color: inherit;
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0px;
  overflow-wrap: anywhere;
  word-spacing: 0px;
}

.vesta-portfolio-explorer__link {
  display: inline-block;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #ECE7DC;
  font-family: Inter;
  color: #1B2E22;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.vesta-portfolio-explorer__link:hover {
  background-color: #1B2E22;
  color: #D8CFB8;
}

.vesta-portfolio-explorer__link:focus {
  outline-color: #1B2E22;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.vesta-portfolio-card__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0px;
  overflow-wrap: anywhere;
  word-spacing: 0px;
  font-family: Inter, sans-serif;
}

.vesta-photo-caption {
  max-width: 380px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter;
  color: #D8CFB8;
  font-size: 14px;
  line-height: 1.6;
}

.vesta-h2 {
  max-width: 780px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter;
  color: inherit;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0px;
  overflow-wrap: anywhere;
  word-spacing: 0px;
}

.image {
  width: 100%;
  object-fit: contain;
}

.button {
  display: inline-flex;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  justify-content: center;
  align-items: center;
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: transparent;
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #1B2E22;
  background-image: none;
  box-shadow: none;
  transition-property: border-color, color, background-color, box-shadow;
  transition-duration: 200ms, 200ms, 200ms, 200ms;
  transition-timing-function: ease, ease, cubic-bezier(0.165, 0.84, 0.44, 1), ease;
  font-family: Inter;
  color: #ECE7DC;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  box-shadow: none;
  color: #1B2E22;
}

.button:focus {
  outline-color: #1B2E22;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

.button:active {
  background-color: #1B2E22;
  box-shadow: none;
}

.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #D8CFB8;
  color: #1B2E22;
}

.vesta-h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: Inter;
  color: inherit;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.button_label {
  white-space: pre;
}

.button.is-secondary {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
  background-image: none;
  box-shadow: #1B2E22;
  color: #1B2E22;
}

.button.is-secondary:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
  box-shadow: #1B2E22;
}

.button.is-secondary:active {
  background-color: transparent;
  box-shadow: #1B2E22;
}

.vesta-portfolio-explorer__link.is-active {
  background-color: #1B2E22;
  color: #ECE7DC;
  border-color: #1B2E22;
}

.footer.is-secondary {
  background-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  color: #1B2E22;
}

.vesta-lead {
  max-width: 700px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.7;
}

.nav_logo {
  display: flex;
  height: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.hero {
  display: grid;
  overflow: clip;
  justify-items: stretch;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  grid-auto-columns: 1fr;
  grid-template-columns: minmax(0px, 1fr);
  grid-template-rows: auto;
}

.vesta-footer-label {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Inter;
  color: #ADA693;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-group {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.vesta-copy {
  max-width: 760px;
  margin-bottom: 24px;
}

.section.is-secondary {
  background-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
}

.icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  color: #1B2E22;
  vertical-align: middle;
}

.vesta-field.is-full {
  grid-column-start: span 2;
}

.banner {
  overflow: hidden;
}

.eyebrow {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-family: Inter;
  color: color-mix(in srgb, currentColor 60%, transparent);
  font-size: 0.9rem;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.button.is-secondary.on-accent-primary {
  background-color: transparent;
  background-image: none;
  box-shadow: #ECE7DC;
  color: #ECE7DC;
}

.button.is-secondary.on-accent-primary:hover {
  background-color: transparent;
  box-shadow: #ECE7DC;
  color: #1B2E22;
}

.button.is-secondary.on-accent-primary:active {
  background-color: transparent;
  box-shadow: #ECE7DC;
}

.link {
  padding-left: 20px;
  color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
}

.link:hover {
  color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
}

.vesta-wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.card {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: rgba(27, 46, 34, 0.2);
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: rgba(27, 46, 34, 0.2);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: rgba(27, 46, 34, 0.2);
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: rgba(27, 46, 34, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #ECE7DC;
  background-image: none;
  box-shadow: rgba(27, 46, 34, 0.2);
  color: #1B2E22;
  list-style-type: none;
}

.nav_mobile-menu-button {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: inherit;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.vesta-portfolio-card {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #ECE7DC;
  color: #1B2E22;
  scroll-margin-top: 100px;
}

.vesta-footer {
  padding-top: 64px;
  padding-bottom: 24px;
  background-color: #1B2E22;
  font-family: Inter;
  color: #D8CFB8;
}

.margin-top_none {
  margin-top: 0 !important;
}

.card.is-secondary {
  border-top-color: rgba(27, 46, 34, 0.2);
  border-right-color: rgba(27, 46, 34, 0.2);
  border-bottom-color: rgba(27, 46, 34, 0.2);
  border-left-color: rgba(27, 46, 34, 0.2);
  background-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  color: #1B2E22;
}

body {
  background-color: #ECE7DC;
  font-family: Inter;
  color: #1B2E22;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0em;
}

.vesta-radio {
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  align-items: center;
  column-gap: 8px;
  accent-color: #1B2E22;
}

.icon.on-accent-primary {
  color: inherit;
}

.vesta-footer-grid {
  display: grid;
  width: 100%;
  grid-template-rows: auto;
  column-gap: 40px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.2fr);
  row-gap: 32px;
}

.vesta-footer-description {
  max-width: 380px;
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.65;
}

.form {
  display: grid;
  width: 100%;
  flex-direction: row;
  justify-items: stretch;
  flex-wrap: wrap;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.vesta-textarea {
  width: 100%;
  min-height: 180px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ECE7DC;
  color: #1B2E22;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ADA693;
  font-family: Inter, sans-serif;
}

.vesta-footer-links {
  display: flex;
  flex-direction: column;
}

.vesta-actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 12px;
}

.vesta-portfolio-explorer {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 16px;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}

.vesta-portfolio-card__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: Inter;
  color: #1B2E22;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.vesta-button {
  display: inline-flex;
  width: auto;
  padding-top: 15px;
  padding-right: 24px;
  padding-bottom: 15px;
  padding-left: 24px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1B2E22;
  font-family: Inter;
  color: #ECE7DC;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.vesta-button:hover {
  background-color: #4C6659;
  color: #ECE7DC;
}

.vesta-link {
  padding-left: 0px;
  color: #1B2E22;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vesta-link:hover {
  background-color: transparent;
  color: #4C6659;
  text-decoration: underline;
}

.vesta-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.radio {
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2rem;
}

.nav_menu-list {
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0em;
  flex-direction: row;
  flex-wrap: nowrap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0.3em;
  font-family: Inter;
  font-size: 5.65rem;
  line-height: 1.04em;
  font-weight: 200;
  letter-spacing: -0.01em;
}

a {
  color: #1B2E22;
  text-decoration: underline;
}

a:hover {
  color: #4C6659;
}

.label {
  margin-bottom: 0.3em;
  font-family: Inter;
  font-size: 0.88rem;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: color-mix(in srgb, currentColor 60%, transparent);
}

.vesta-portfolio-card__location {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter;
  color: #4C6659;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.vesta-card {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
}

.vesta-card:hover {
  background-color: #ECE7DC;
  color: #1B2E22;
}

.nav_menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.collection-item {
  padding-bottom: 0px;
}

.vesta-label {
  margin-bottom: 0px;
  color: #4C6659;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0.35em;
  font-family: Inter;
  font-size: 2.83rem;
  line-height: 1.04em;
  font-weight: 100;
  letter-spacing: -0.01em;
}

.vesta-project-grid {
  display: grid;
  width: 100%;
  margin-top: 32px;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 24px;
  row-gap: 32px;
}

.vesta-band {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  background-color: #ECE7DC;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 0.5rem;
}

.vesta-portfolio-card__image {
  display: block;
  width: 100%;
  height: 420px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  object-fit: cover;
  object-position: 50% 50%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0.5em;
  font-family: Inter;
  font-size: 2rem;
  line-height: 1.04em;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.vesta-project__media {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 380px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  align-items: flex-end;
  background-color: #ADA693;
  color: #D8CFB8;
}

.list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.vesta-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  column-gap: 80px;
}

.vesta-two__section {
  min-width: 0;
  max-width: 520px;
}

.vesta-two__section .vesta-h2 {
  max-width: 460px;
  margin-bottom: 28px;
}

.vesta-two__section .vesta-copy,
.vesta-two__section .vesta-lead {
  max-width: 500px;
}

.vesta-two__section .vesta-copy + .vesta-copy {
  margin-top: 28px;
}

.vesta-two__section + .vesta-two__section {
  padding-left: 64px;
  border-left: 1px solid rgba(27, 46, 34, 0.2);
}

.card.on-accent-primary {
  background-color: #ECE7DC;
  background-image: none;
  box-shadow: rgba(236, 231, 220, 0.2);
  color: #1B2E22;
}

.nav_container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.75rem;
  padding-right: 32px;
  padding-bottom: 0.75rem;
  padding-left: 32px;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #ECE7DC;
  font-family: Inter;
  color: #1B2E22;
  column-gap: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0.5em;
  font-family: Inter;
  font-size: 1.41rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.vesta-note {
  font-family: Inter;
  color: #1B2E22;
  font-size: 14px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0.5em;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0em;
}

.vesta-project__body {
  display: flex;
  box-sizing: border-box;
  min-width: 0;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 16px;
}

.vesta-footer-bottom {
  display: flex;
  margin-top: 48px;
  padding-top: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #4C6659;
  font-size: 14px;
  column-gap: 24px;
  row-gap: 16px;
}

.vesta-photo-figure {
  display: flex;
  min-height: 420px;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  align-items: flex-end;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #1B2E22;
  color: #D8CFB8;
}

.vesta-main {
  background-color: #ECE7DC;
  font-family: Inter;
  color: #1B2E22;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.vesta-project {
  display: flex;
  overflow: hidden;
  height: 100%;
  max-width: none;
  min-width: 0;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #ECE7DC;
  color: #1B2E22;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0.5em;
  font-family: Inter;
  font-size: 0.71rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.vesta-project__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter;
  color: #1B2E22;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0px;
}

.vesta-footer-link {
  color: #D8CFB8;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.vesta-photo {
  display: block;
  width: 100%;
  height: 520px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
  object-position: 50% 50%;
}

.vesta-section {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.nav_menu {
  position: static;
  display: flex;
  height: 100%;
  margin-bottom: 0rem;
  padding-left: 0em;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #ECE7DC;
  transform: none !important;
  font-family: Inter;
  color: #1B2E22;
}

.vesta-cms-project__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: 50% 50%;
}

.vesta-project__copy {
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0px;
}

.vesta-copyright {
  margin-bottom: 0px;
}

.vesta-hero {
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  background-color: #1B2E22;
  color: #D8CFB8;
}

.nav_left {
  display: flex;
  min-width: 0px;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  column-gap: 32px;
}

.vesta-form {
  display: grid;
  width: 100%;
  margin-top: 32px;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
}

.vesta-button.is-secondary {
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  border-left-color: currentColor;
  color: inherit;
}

.vesta-button.is-secondary:hover {
  border-top-color: #4C6659;
  border-right-color: #4C6659;
  border-bottom-color: #4C6659;
  border-left-color: #4C6659;
  background-color: #4C6659;
  color: #ECE7DC;
}

.vesta-request-group {
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  row-gap: 4px;
}

.nav_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.nav_link {
  display: flex;
  padding-top: 0.5em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(43.12500000000001, 29.09%, 78.43%, 1.00);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #1B2E22;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  word-break: keep-all;
}

.nav_link:hover {
  border-bottom-color: #1B2E22;
  background-color: transparent;
  color: #1B2E22;
  text-decoration: none;
}

.button.on-accent-primary {
  background-color: #ECE7DC;
  background-image: none;
  box-shadow: none;
  color: #1B2E22;
}

.button.on-accent-primary:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: rgba(236, 231, 220, 0.7);
  box-shadow: none;
}

.button.on-accent-primary:active {
  background-color: #ECE7DC;
  box-shadow: none;
}

.vesta-footer__logo-image {
  display: block;
  overflow: clip;
  width: 200px;
  height: auto;
  max-width: 100%;
  border-top-style: none;
  border-top-width: 0px;
  border-top-color: black;
  border-right-style: none;
  border-right-width: 0px;
  border-right-color: black;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom-color: black;
  border-left-style: none;
  border-left-width: 0px;
  border-left-color: black;
  opacity: 1;
  outline-color: hsla(142.1052631578947, 26.03%, 14.31%, 1.00);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  object-fit: contain;
}

.vesta-cms-project__status {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter;
  color: #4C6659;
  font-size: 12px;
  line-height: 1.5;
}

.nav_link.on-accent-primary {
  background-color: inherit;
}

.nav_link.on-accent-primary:hover {
  background-color: color-mix(in srgb, currentColor 15%, transparent);
}

.vesta-request-option {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  font-family: Inter;
  color: #1B2E22;
  font-size: 16px;
  line-height: 1.5;
}

.nav {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  background-color: #ECE7DC;
  font-family: Inter;
  color: #1B2E22;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .vesta-portfolio-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 24px;
  }

  .vesta-hero__image {
    height: 420px;
  }

  p {
    font-size: 1rem;
  }

  .vesta-h1 {
    font-size: 48px;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_mobile-menu-button {
    align-self: center;
    background-color: transparent;
    color: inherit;
  }

  .vesta-portfolio-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .margin-top_none {
    margin-top: 0px;
  }

  body {
    ---mode--collection-469b2ad6-2057-0c15-4dba-1a05227b5637: mode-dcfd1db1-7409-bcc7-6d58-de50ec2b02d3;
    ---mode--collection-b84436ae-bbae-e37d-9f69-dbfd8c36e7f1: mode-cc41dd36-2dc8-2002-00f3-cd107a951830;
  }

  .vesta-footer-grid {
    grid-template-rows: auto;
    column-gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .vesta-grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nav_menu-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  h1 {
    font-size: 5.65rem;
  }

  .nav_menu-list-item {
    margin-bottom: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  h2 {
    font-size: 2.83rem;
  }

  .vesta-portfolio-card__image {
    height: 340px;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.41rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.71rem;
  }

  .vesta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav_menu {
    position: absolute;
    top: 100%;
    overflow: auto;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: #ECE7DC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    color: #1B2E22;
  }

  .nav_right {
    display: none;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    color: rgba(27, 46, 34, 0.6);
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #1B2E22;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.on-accent-primary {
    color: rgba(27, 46, 34, 0.6);
  }

  .nav {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .vesta-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .vesta-hero__image {
    height: 320px;
  }

  p {
    font-size: 1rem;
  }

  .vesta-h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .vesta-h2 {
    font-size: 30px;
  }

  .vesta-lead {
    font-size: 18px;
  }

  .vesta-field.is-full {
    grid-column-start: span 1;
  }

  .vesta-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vesta-portfolio-card {
    flex-basis: 100%;
  }

  .margin-top_none {
    margin-top: 0px;
  }

  body {
    ---mode--collection-469b2ad6-2057-0c15-4dba-1a05227b5637: mode-4275a80c-b639-3705-1310-d01fd3f133a7;
    ---mode--collection-b84436ae-bbae-e37d-9f69-dbfd8c36e7f1: mode-e52db4ec-ac93-69e5-6a28-aa4ee8165f69;
  }

  .vesta-footer-grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  .form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .vesta-grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: 5.65rem;
  }

  .nav_menu-list-item {
    margin-bottom: 0px;
  }

  h2 {
    font-size: 2.83rem;
  }

  .vesta-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .vesta-portfolio-card__image {
    height: 280px;
  }

  h3 {
    font-size: 2rem;
  }

  .vesta-project__media {
    min-height: 260px;
  }

  .vesta-two {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .nav_container {
    min-height: 72px;
    padding-right: 20px;
    padding-left: 20px;
  }

  h4 {
    font-size: 1.41rem;
  }

  h5 {
    font-size: 1rem;
  }

  .vesta-project__body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .vesta-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vesta-photo-figure {
    min-height: 280px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .vesta-project {
    padding-right: 24px;
    padding-left: 24px;
  }

  h6 {
    font-size: 0.71rem;
  }

  .vesta-photo {
    height: 280px;
  }

  .vesta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .nav_menu {
    transform: translate(0px,0);
  }

  .vesta-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vesta-form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .vesta-hero__image {
    height: 260px;
  }

  .vesta-h1 {
    font-size: 32px;
  }

  .button {
    white-space: nowrap;
  }

  .button-group {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .vesta-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .margin-top_none {
    margin-top: 0px;
  }

  body {
    ---mode--collection-469b2ad6-2057-0c15-4dba-1a05227b5637: mode-cda26757-2ce7-4b67-954f-30f4628740e3;
    ---mode--collection-b84436ae-bbae-e37d-9f69-dbfd8c36e7f1: mode-4c07d597-e4a4-be34-60b5-caedbcdcb5dc;
  }

  .vesta-actions {
    flex-direction: column;
  }

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

  .nav_menu-list-item {
    margin-bottom: 0px;
  }

  .vesta-photo {
    height: 260px;
  }
}