@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --peach: #f7ddcd;
  --black: #2a2726;
  --red: #8f445f;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--peach);
  color: var(--black);
  letter-spacing: -.3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
}

h1 {
  color: var(--black);
  letter-spacing: -4.8px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 7.2em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--black);
  letter-spacing: -4px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 6.2em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--black);
  letter-spacing: -2.4px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: var(--black);
  letter-spacing: -1.6px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  color: var(--black);
  letter-spacing: -.3px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  color: var(--black);
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  overflow: visible;
}

li {
  padding-left: 0;
  list-style-type: decimal;
}

blockquote {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--black);
  color: var(--black);
  letter-spacing: -.4px;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-family: Manrope, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.nav-section {
  z-index: 50;
  background-color: var(--peach);
  justify-content: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.closed-nav-wrapper {
  background-color: var(--peach);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
}

.menu-button {
  justify-content: flex-end;
  align-items: center;
  width: 75px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.menu-button.opened {
  cursor: pointer;
  align-items: flex-end;
}

.text-menu-button {
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-menu-button.light {
  margin-top: 0;
  font-size: 1.6vw;
  line-height: 1;
}

.icon-menu-open {
  width: 16px;
}

.icon-menu-open.close {
  width: 1.6vw;
}

.image {
  width: 24px;
  height: 24px;
}

.logo-container {
  width: auto;
}

.shape-middle-container {
  justify-content: center;
  width: auto;
  display: flex;
}

.menu-button-container {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.hero-section {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-section.about-page {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.hero-section.projects {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 80vh;
  margin-top: 40px;
}

.hero-section.project-template {
  z-index: 0;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.hero-section.blog, .hero-section._100-container {
  width: 100%;
}

.hero-section._404 {
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
}

.hero-section.team-member {
  width: 100%;
  margin-bottom: 120px;
}

.hero-wrapper {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.hero-subtitle {
  letter-spacing: 0;
  width: 30%;
  margin-top: 40px;
  padding-left: 10px;
}

.button-container {
  z-index: 21;
  max-width: 1280px;
  position: relative;
}

.hero-img-section {
  width: 100%;
  height: 640px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.hero-img-section.cow-shed-hero-img-section-no-mb {
  margin-bottom: 0;
}

.hero-img-section.cow-shed-no-bottom-margin {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.latest-projects-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.split-title-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 48px;
}

.split-title-1 {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
}

.split-title-2 {
  perspective-origin: 100%;
  transform-origin: 100%;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.latest-projects-list {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.projects-list-wrapper {
  width: 100%;
}

.project-list {
  width: 100%;
  display: flex;
}

.project-item {
  flex: none;
  width: 33.33%;
  height: 560px;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.project-item-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.content-project-item {
  background-image: linear-gradient(to bottom, #2a272600, #2a272699 43%, var(--black));
  justify-content: space-between;
  align-items: center;
  padding: 42px 16px 24px;
  display: flex;
}

.name-services {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-list-item {
  color: var(--peach);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.project-list-item.year {
  display: none;
}

.project-list-item.separator {
  margin-left: 4px;
  margin-right: 4px;
  display: none;
}

.services-list {
  display: flex;
}

.service-item {
  color: #f7ddcd99;
  letter-spacing: 0;
  margin-right: 2px;
  font-size: .8em;
  line-height: 1.2em;
}

.service-item._80-opacity {
  color: #f7ddcdcc;
}

.project-name {
  display: flex;
}

.square-button-light {
  border: 1px solid var(--peach);
  background-color: #f1f2f50f;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.icon-arrow-diag {
  width: 16px;
}

.icon-arrow-diag._24px {
  width: 24px;
}

.center {
  text-align: center;
}

.button-text {
  z-index: 10;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.oval-button {
  border: 1px solid var(--black);
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oval-button.small {
  width: 48px;
  height: 48px;
}

.overlay-button-hover {
  background-color: var(--black);
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.overlay-button-hover.rectangle {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 0;
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.overlay-button-hover.small {
  width: 48px;
  height: 48px;
}

.mission-section {
  background-color: var(--black);
  width: 100vw;
  height: auto;
  padding: 200px 60px 140px;
}

.mission-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.light {
  color: var(--peach);
  margin-top: 4px;
}

.light._80-contain {
  width: 80%;
}

.heading-mission {
  color: var(--peach);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 5.4vw;
  line-height: 1.1em;
  display: inline-block;
}

.text-img-container {
  perspective-origin: 0%;
  transform-origin: 0%;
  align-items: flex-end;
  display: flex;
}

.text-img-container.projects {
  width: 100%;
}

.text-img-container.projects.margin-top {
  margin-top: 40px;
  margin-bottom: 80px;
}

.wrapped-image-1 {
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 5vw;
  height: 5vw;
  margin-left: 12px;
}

.wrapped-image-2 {
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 5vw;
  margin-right: 16px;
}

.spacer {
  width: 100%;
  height: 200px;
}

.spacer._80px {
  width: 100%;
  height: 80px;
  display: block;
}

.spacer._48px {
  height: 48px;
}

.spacer.cow-shed-spacer-1 {
  height: 40px;
}

.spacer._30px {
  height: 30px;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-mainspring-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: none;
}

.mainspring-img-column {
  border: 1px solid var(--peach);
  padding-left: 0;
  padding-right: 0;
}

.mainspring-container {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--peach);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.column {
  display: flex;
}

.column.mainspring {
  margin-left: 0;
  margin-right: 0;
}

.column.team {
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
}

.overline-text {
  color: #f7ddcd99;
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1;
}

.overline-text.dark {
  color: #2a272699;
  font-weight: 400;
}

.overline-text.dark.cow-shed-contact-label-spacing {
  padding-top: 0;
  padding-bottom: 15px;
}

.overline-text.small {
  color: #f7ddcd;
  font-size: .75em;
}

.heading-4-light {
  color: var(--peach);
}

.team-img-container {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--peach);
  padding-left: 0;
  padding-right: 0;
}

.team-container {
  border: 1px solid var(--peach);
  flex-direction: column;
  justify-content: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.services-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 150px;
  padding: 80px 60px 140px;
  display: block;
}

.services-section.cs-no-top-margin {
  margin-top: 0;
}

.service-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-l {
  font-size: 1.25em;
  line-height: 1.4em;
}

.paragraph-l.opacity-80 {
  color: #2a2726cc;
  width: 50%;
  margin-bottom: 0;
}

.paragraph-l.opacity-80._100-container {
  width: 100%;
}

.paragraph-l.light._80-opacity {
  color: #f7ddcdcc;
  margin-bottom: 0;
}

.paragraph-l.light.semi-bold {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-l.pink {
  color: var(--peach);
  padding-bottom: 0;
}

.paragraph-l.pink.vertical-spacer {
  padding-bottom: 40px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 72px;
}

.no-margins.margin-right {
  width: 40%;
}

.service-number {
  width: 10%;
}

.content-service-item {
  align-items: center;
  display: flex;
}

._1px-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 48px;
}

._1px-line.opacity-24 {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #2a27263d;
}

._1px-line.hover-interaction {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 0%;
  margin-top: 0;
}

._1px-line.no-margin {
  margin-top: 0;
}

._1px-line._80px-top {
  margin-top: 80px;
}

._1px-line._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

._1px-line.margin-top-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
}

.light-overlay {
  background-color: var(--peach);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.light-overlay.dark {
  background-color: var(--black);
  width: 100%;
  height: 0%;
  inset: auto 0% 0%;
}

.light-overlay.menu {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  inset: 0% auto 0% 0%;
}

.icon-arrow-diag-hover {
  z-index: 4;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
}

.icon-arrow-diag-hover._24px {
  width: 24px;
  height: 24px;
}

.blog-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 140px;
  padding: 60px;
  display: flex;
}

.container-post-infos {
  width: 80%;
  padding-right: 0;
}

.wrapper-post-info {
  background-image: linear-gradient(to bottom, #2a272600, #2a2726bf 50%, var(--black));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.blog-post-item-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  min-height: 568px;
  display: flex;
}

.blog-posts-container {
  max-width: 100%;
}

.blog-post-item-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, contain;
  align-items: flex-end;
  height: 268px;
  margin-bottom: 28px;
  display: flex;
}

.multi-post-column {
  flex-direction: column;
  justify-content: space-between;
  min-height: 568px;
  padding-left: 14px;
  padding-right: 0;
}

.single-post-column {
  padding-left: 0;
  padding-right: 14px;
}

.blog-posts-columns {
  margin-left: 0;
  margin-right: 0;
}

.text-button {
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-button.cs-services-button {
  min-width: 180px;
  display: flex;
}

.blog-button-container {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.contact-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 180px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.contact-info-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.left-content {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.square-button-dark {
  border: 1px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.contact-item-wrapper {
  cursor: pointer;
  width: 100%;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-wrapper {
  max-width: 100%;
}

.footer-columns {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 8px;
  display: flex;
}

.footer-column-1 {
  border: 1px solid var(--black);
  padding: 48px 36px;
}

.footer-text {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: .8125em;
  line-height: 1.6em;
}

.footer-column-2 {
  border: 1px solid var(--black);
  padding: 40px 36px 48px 48px;
  left: -1px;
}

.link-container {
  margin-top: 20px;
  display: flex;
}

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

.footer-links._2 {
  margin-left: 60px;
}

.footer-nav-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-nav-item:hover {
  opacity: 1;
  color: var(--black);
}

.footer-nav-item.w--current {
  opacity: 1;
  color: #2a2726;
}

.footer-nav-item.margin-top {
  margin-top: 16px;
  transition: opacity .2s;
}

.footer-column-3 {
  border: 1px solid var(--black);
  padding: 40px 36px 48px 48px;
  left: -2px;
}

.sub-footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.back-to-top-link {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.back-to-top {
  color: var(--peach);
  letter-spacing: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.body-default {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.latest-projects-wrapper {
  width: 100%;
}

.arrow-down {
  width: 32px;
}

.arrow-down.hover-interaction {
  z-index: 10;
  opacity: 0;
  position: absolute;
}

.arrow-down.hover-interaction.small, .arrow-down.default.small {
  width: 20px;
}

.arrow-down._24px {
  width: 24px;
}

.hero-section-title {
  color: var(--black);
  padding-bottom: 15px;
  font-size: 7.2em;
  display: block;
  overflow: hidden;
}

.img-hero-absolute {
  z-index: -1;
  background-image: url('../images/blackboard-2000.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-hero-absolute.cow-shed-services-img-hero {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.overlay-white {
  z-index: 20;
  background-color: var(--peach);
  perspective-origin: 0%;
  transform-origin: 0%;
  display: none;
  position: absolute;
  inset: 0%;
}

.opened-nav-wrapper {
  z-index: 2000;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-items-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.secondary-items-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 6vh;
  padding-left: 60px;
  display: flex;
}

.nav-item {
  border-style: none;
  border-width: 0;
  border-color: black var(--peach) black black;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-left: 60px;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-item.w--current {
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 3vh;
  padding-bottom: 3vh;
  text-decoration: none;
}

.nav-item-style {
  z-index: 2;
  perspective-origin: 50% 0;
  transform-origin: 50%;
  color: var(--peach);
  text-align: left;
  letter-spacing: -3px;
  align-items: stretch;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
}

.close-button-container {
  justify-content: flex-end;
  display: flex;
}

.logo-text-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
}

.links-container {
  display: flex;
}

.left-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-links {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
  display: flex;
}

.secondary-nav-item-style {
  opacity: 1;
  color: var(--peach);
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1em;
  transition: opacity .2s;
}

.secondary-nav-item-style:hover {
  opacity: .6;
}

.secondary-nav-item-style.margin-top {
  margin-top: 16px;
}

.link-cms-items {
  flex: 1;
  position: static;
  inset: 0%;
}

.arrow-down-only.about-page {
  width: 36px;
}

.arrow-down-only._64px {
  width: 64px;
}

.left {
  text-align: left;
}

.no-margin.heading-1 {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
}

.wrapped-img {
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  display: inline-block;
}

.img-about-hero {
  width: 60px;
  margin-bottom: 6px;
  margin-left: 16px;
}

.heading-text-wrapper {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  max-width: none;
}

.about-texts-container {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  margin-bottom: 48px;
  display: flex;
}

.about-text {
  width: 30%;
}

.opacity-80 {
  opacity: .8;
  flex: 1;
  display: block;
}

.opacity-80.margin-bottom {
  margin-bottom: 48px;
}

.team-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 60px;
  display: none;
  position: relative;
}

.team-text-wrapper {
  flex-direction: column;
  width: 60%;
  height: 400px;
  padding-right: 4%;
  display: flex;
  position: sticky;
  top: 48px;
}

.team-text-wrapper.no-sticky {
  display: none;
  position: static;
}

.team-text-wrapper.cs-team-text-wrapper {
  width: 70%;
}

.team-members-wrapper {
  width: 60%;
}

.team-members-wrapper.cs-team-members-wrapper {
  width: 30%;
}

.team-container-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-container-list.cs-team-container-list {
  padding-top: 0;
  display: block;
}

.team-member-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-card.cs-team-member-card {
  height: 220px;
}

.content-wrapper {
  background-image: linear-gradient(to bottom, #2a272600, var(--black));
  padding: 16px;
}

.name-text-style {
  color: var(--peach);
  letter-spacing: -.5px;
  margin-bottom: 4px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.team-content-section {
  max-width: 1280px;
  display: flex;
}

.values-section {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.values-wrapper {
  margin-top: 100px;
}

.value-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 48px;
  display: flex;
}

.value-item-img {
  margin-bottom: 4px;
}

.grid-container-values {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
}

.join-us-section {
  width: 100%;
  max-width: 1280px;
  margin-top: 180px;
  margin-bottom: 200px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.join-us-wrapper {
  flex-direction: column;
  display: flex;
}

.join-us-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 36px;
  display: flex;
}

.join-us-text {
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-left: 60px;
  font-size: 2.25em;
  line-height: 1.2em;
}

.heading-1-xl {
  perspective-origin: 0%;
  transform-origin: 0%;
  letter-spacing: -10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5em;
}

.heading-1-xl.anchor-point-left {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.img-container {
  background-image: url('../images/party.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 280px;
  height: 174px;
  margin-bottom: 6px;
  margin-left: 36px;
}

.img-container.margin-right {
  background-image: url('../images/new-york-high.jpg');
  margin-left: 0;
  margin-right: 36px;
}

.projects-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.project-collection-item {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.content-item-project {
  flex-direction: column;
  width: 50%;
  padding-top: 16px;
  padding-right: 10%;
  display: flex;
}

.image-item-project {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 36vw;
  height: 36vw;
  position: relative;
}

.image-item-project.absolute {
  z-index: 0;
  background-color: var(--black);
  filter: grayscale();
  background-image: none;
  position: absolute;
  inset: 0%;
  transform: rotate(8deg);
  box-shadow: 0 20px 48px #2a272629;
}

.img-container-project-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.heading-6-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.project-item-wrapper {
  width: 100%;
  display: flex;
}

.text-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.title-container {
  width: 50%;
}

.description-container {
  width: 50%;
  padding-left: 24px;
}

.light.no-margin {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
}

.absolute-gradient {
  background-image: linear-gradient(to bottom, #2a272600, var(--black));
  height: 24vw;
  position: absolute;
  inset: auto 0% 0%;
}

.project-infos-section {
  background-color: var(--black);
  justify-content: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.project-infos-wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.infos-container {
  width: 50%;
  padding-right: 48px;
}

.infos-container.padding-left {
  padding-left: 48px;
  padding-right: 0;
}

.infos-item {
  margin-top: 48px;
}

.infos-item.no-margin-top {
  margin-top: 0;
}

.light.opacity-80 {
  margin-bottom: 0;
  display: block;
}

.light.opacity-80._4px-margin-right {
  margin-left: 4px;
}

.services-list-container {
  display: flex;
}

.project-photos-section {
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  padding: 100px 60px 140px;
  display: flex;
  position: relative;
}

.sticky-heading {
  position: sticky;
}

.sticky-heading-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 30vh;
}

.img-project-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  margin-bottom: 4px;
}

.img-project-item._380px {
  height: 380px;
}

.img-project-item.center-xl {
  height: 560px;
}

.img-project-item.left-50, .img-project-item.left-40 {
  height: 600px;
}

.img-project-item._100-wide {
  width: 100%;
}

.container-img-project {
  z-index: 1;
  width: 30%;
  height: auto;
  position: relative;
}

.container-img-project.left-60 {
  align-self: flex-end;
  width: 60%;
  margin-top: 100px;
}

.container-img-project.center {
  align-self: center;
  margin-top: 100px;
}

.container-img-project.center-xl {
  align-self: center;
  width: 80%;
  margin-top: 100px;
}

.container-img-project.left-50 {
  width: 50%;
  margin-top: 100px;
}

.container-img-project.left-40 {
  align-self: flex-end;
  width: 40%;
}

.container-img-project._100-wide {
  width: 80%;
}

.testimonial-section {
  background-color: var(--black);
  width: 100%;
  margin-bottom: 160px;
  padding: 80px 60px;
}

.testimonial-wrapper {
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.text-testimonial-container {
  width: 50%;
  padding-right: 36px;
}

.light.italic {
  font-style: italic;
  line-height: 1.2em;
}

.photo-testimonial {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 200px;
  width: 46px;
  height: 46px;
  display: flex;
}

.wrapper-person-testimonial {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.wrapper-name {
  margin-left: 12px;
}

.img-testimonial-container {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.img-testimonial {
  width: 80%;
}

.container-1280px {
  max-width: 1280px;
}

.fixed-div {
  z-index: 1000;
  align-self: flex-start;
  max-width: 1280px;
  height: auto;
  margin-top: 120px;
  margin-left: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-blog-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.hero-blog-wrapper.category-page {
  margin-bottom: 60px;
}

.posts-categories-wrapper {
  margin-top: 8px;
  display: flex;
}

.categories-label {
  margin-right: 60px;
}

.overline {
  font-weight: 500;
  line-height: 18px;
}

.overline.small {
  color: #2a2726cc;
  letter-spacing: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

.overline.small.margin-left-right {
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
}

.overline.small.no-margin {
  margin-bottom: 0;
}

.blog-posts-section {
  width: 100%;
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-posts-section.blog-post {
  margin-bottom: 120px;
}

.blog-post-item {
  flex-direction: column;
  display: flex;
}

.blog-post-img-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
}

.general-infos-container {
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.margins {
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-post-infos {
  align-self: center;
  width: 75%;
  padding-left: 24px;
}

.blog-post-container {
  display: flex;
}

.next {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  align-self: flex-end;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pagination {
  margin-bottom: 120px;
}

.previous {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  position: relative;
}

.hypertext-posts-categories {
  transition: opacity .2s;
}

.hypertext-posts-categories:hover {
  opacity: .6;
}

.blog-post-section {
  justify-content: center;
  width: auto;
  max-width: 1280px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.title-abstract-wrapper {
  margin-top: 24px;
}

.heading-1-blog-post {
  letter-spacing: -3px;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 3em;
}

.blog-post-content {
  width: 720px;
  overflow: visible;
}

.closed-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.styleguide-hero {
  width: 100%;
  max-width: 1280px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.styleguide-section {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.styleguide-button-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-spacer {
  width: 48px;
}

.horizontal-spacer._24px {
  width: 24px;
}

.color-palette-container {
  justify-content: space-between;
  display: flex;
}

.color-item {
  width: 48%;
}

.color {
  border: 1px solid var(--black);
  background-color: var(--peach);
  border-radius: 1px;
  height: 320px;
  margin-bottom: 12px;
}

.color.dark {
  background-color: var(--black);
}

.typefaces-container {
  justify-content: space-between;
  display: flex;
}

.typeface-item {
  width: 45%;
  margin-top: 32px;
}

.typeface-name {
  margin-bottom: 8px;
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.typeface-name.manrope {
  font-family: Manrope, sans-serif;
}

.typeface-demo {
  font-family: Playfairdisplay, Times New Roman, sans-serif;
  line-height: 1.6em;
}

.typeface-demo._2 {
  margin-top: 8px;
}

.typeface-demo.manrope {
  font-family: Manrope, sans-serif;
}

.shape-absolute {
  width: 120px;
  margin-top: 20px;
  margin-right: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper {
  width: 100%;
  margin-bottom: 120px;
}

.container-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.text {
  text-align: center;
  margin-bottom: 48px;
}

.heading-2-centered {
  text-align: center;
}

.webflow-credit {
  margin-bottom: 5px;
  margin-right: 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-light {
  color: var(--peach);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.top-content-container {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 3vh 60px;
  display: flex;
}

.logo-opened-nav {
  width: 7vw;
}

.divider-line {
  z-index: 25;
  background-color: var(--peach);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: relative;
}

.team-member-img-wrapper {
  width: 24em;
  height: 32em;
}

.team-member-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.team-member-cms-wrapper {
  width: 100%;
}

.col-team-member-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-team-member-content {
  padding-left: 0;
  padding-right: 0;
}

.italic-text {
  color: var(--red);
}

.italic-text-2 {
  text-align: right;
}

.cow-shed-full-width {
  width: 100%;
}

.textarea {
  background-color: var(--black);
  min-height: 150px;
  color: var(--peach);
}

.cow-shed-text-field {
  background-color: var(--black);
  min-height: 50px;
  color: var(--peach);
  display: block;
}

.cow-shed-submit-button {
  background-color: var(--red);
}

.cow-shed-contact-intro-text {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 1.5em;
}

.grid {
  display: none;
}

.grid.cow-shed-mobile {
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  display: none;
}

.cow-shed-services-text-container {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.section {
  max-width: 1280px;
  display: block;
}

.section.cow-shed-text-section {
  background-color: var(--peach);
  color: var(--peach);
  margin-top: 40px;
  margin-bottom: 100px;
}

.section.cow-shed-text-section.cow-shed-section-dark {
  background-color: var(--black);
  width: 100%;
  color: var(--peach);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cow-shed-light-text {
  color: var(--peach);
}

.cow-shed-services-section-dynamic {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  padding: 80px 60px 140px;
  display: flex;
}

.cs-collection-list-section {
  width: 100%;
}

.cs-services-sub-heading {
  font-weight: 600;
}

.cs-rtf-project-summary {
  opacity: .8;
  margin-top: 4px;
}

.cs-rtf-project-summary p {
  opacity: .8;
  color: var(--peach);
  margin-top: 4px;
}

.cs-block {
  display: block;
}

.max-800w {
  max-width: 800px;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section-2.grain.subpage-hero {
  padding-top: 160px;
}

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

.text-centred.margin-xxl {
  margin-bottom: 80px;
}

.container {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.small {
  max-width: 920px;
}

.search-button {
  background-color: var(--red);
}

.success-message {
  background-color: var(--red);
  color: var(--peach);
}

.text-block {
  color: var(--red);
  justify-content: flex-start;
  padding-top: 29px;
  padding-left: 133px;
  font-size: 14px;
  font-style: normal;
  display: flex;
}

.instagram-slider-section {
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0;
  display: block;
}

.offer-section {
  background-color: #0000;
  width: 100%;
  height: 500px;
  padding-bottom: 0;
}

.offer-heading {
  color: var(--peach);
  margin-top: 43px;
}

.offer-heading-italic {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  font-style: italic;
}

.paragrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
}

.paragraph-large-text {
  color: var(--peach);
  text-align: center;
  padding-bottom: 19px;
  font-size: 1.5em;
}

.list {
  padding-left: 75px;
  padding-right: 50px;
}

.container-2 {
  height: 100%;
}

.button {
  background-color: var(--peach);
  color: var(--black);
  font-weight: 500;
}

.button.center-button {
  float: none;
  object-fit: none;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.div-centered {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cow-shed-blog-li {
  overflow: visible;
}

.rich-text-block {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}

.rich-text-block.cs-list {
  color: var(--black);
  overflow: visible;
}

.div-block-2 {
  overflow: visible;
}

.list-2, .list-3, .list-4 {
  padding-left: 20px;
}

.image-2 {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-2 {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .hero-section.project-template {
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button-container {
    width: 100%;
    max-width: 1160px;
  }

  .hero-img-section {
    justify-content: center;
    padding-right: 60px;
    display: flex;
  }

  .heading-1-xl {
    font-size: 15em;
  }

  .img-container {
    width: 320px;
  }

  .image-item-project {
    width: 468px;
    height: 468px;
  }

  .text-wrapper, .testimonial-wrapper {
    max-width: none;
  }

  .container-1280px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fixed-div {
    align-self: center;
    width: 100%;
    max-width: 1160px;
    margin-left: 60px;
    inset: 0% 0% auto;
  }

  .team-member-img-wrapper {
    width: 24em;
    height: 32em;
  }

  .team-member-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-section {
    background-color: #0000;
  }

  .closed-nav-wrapper, .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.project-template {
    width: 100%;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-subtitle {
    width: 25%;
  }

  .button-container {
    max-width: 1280px;
  }

  .latest-projects-section {
    padding-left: 0;
    padding-right: 0;
  }

  .project-item {
    height: 590px;
  }

  .heading-mission {
    font-size: 4.6em;
  }

  .wrapped-image-1 {
    width: 64px;
    height: auto;
  }

  .wrapped-image-2 {
    width: 64px;
  }

  .services-section, .blog-section, .contact-section, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item-style {
    font-size: 5vw;
  }

  .values-section, .join-us-section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    max-width: 1280px;
  }

  .project-infos-wrapper {
    max-width: none;
  }

  .project-photos-section {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-1280px {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-div {
    width: auto;
    max-width: none;
    margin-left: 6%;
    margin-right: 0%;
    inset: 0% 0% auto;
  }

  .blog-posts-section, .cow-shed-services-section-dynamic {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .nav-section {
    display: flex;
  }

  .closed-nav-wrapper {
    justify-content: center;
  }

  .text-menu-button.light {
    font-size: 1.6em;
  }

  .icon-menu-open.close {
    width: 1.6em;
  }

  .button-container {
    width: 1280px;
  }

  .hero-img-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mission-section {
    width: 100vw;
  }

  .heading-mission {
    font-size: 4.8em;
    line-height: 1em;
  }

  .text-img-container {
    align-items: flex-end;
  }

  .wrapped-image-1 {
    width: 68px;
    height: 68px;
  }

  .wrapped-image-2 {
    width: 68px;
  }

  .img-hero-absolute {
    background-position: 50% 55%;
  }

  .opened-nav-wrapper {
    align-items: center;
    display: none;
  }

  .nav-items-container {
    align-items: center;
  }

  .secondary-items-container {
    width: 100%;
    max-width: none;
    padding-left: 10vw;
  }

  .nav-item {
    max-width: none;
    padding-left: 10vw;
  }

  .nav-item.w--current {
    flex: 0 auto;
    display: block;
  }

  .secondary-nav-item-style {
    font-size: 1.2em;
  }

  .img-testimonial {
    width: 30vw;
  }

  .fixed-div {
    max-width: none;
    margin-left: 16%;
  }

  .top-content-container {
    width: 100%;
    max-width: none;
    padding-top: 48px;
    padding-bottom: 0;
    padding-left: 10vw;
  }

  .logo-opened-nav {
    width: 7em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.4em;
  }

  h2 {
    font-size: 4.4em;
  }

  h3 {
    font-size: 3.8em;
  }

  h4 {
    font-size: 2.8em;
  }

  h5 {
    font-size: 2em;
  }

  .closed-nav-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-menu-button.light {
    font-size: 1.2em;
  }

  .icon-menu-open.close {
    width: 1.2em;
  }

  .hero-section {
    margin-top: 60px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero-section.projects {
    height: auto;
  }

  .hero-wrapper {
    padding-top: 0;
  }

  .hero-subtitle {
    width: 50%;
  }

  .hero-img-section {
    height: 520px;
    padding-top: 48px;
    padding-left: 48px;
  }

  .latest-projects-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .split-title-1, .split-title-2 {
    font-size: 4.4em;
  }

  .project-item-container {
    text-decoration: none;
  }

  .content-project-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .name-services {
    margin-bottom: 16px;
  }

  .project-list-item.year, .project-list-item.separator {
    display: none;
  }

  .mission-section {
    padding-top: 140px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-4-light {
    font-size: 2.4em;
  }

  .services-section {
    margin-top: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .paragraph-l.opacity-80._100-container {
    font-size: 1em;
    line-height: 1.4em;
  }

  .no-margins.margin-right {
    font-size: 2.4em;
  }

  .blog-section, .contact-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .square-button-dark {
    width: 48px;
    height: 48px;
  }

  .footer-column-1 {
    padding-left: 24px;
  }

  .footer-column-2 {
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .footer-links._2 {
    margin-left: 36px;
  }

  .footer-column-3 {
    padding-left: 24px;
  }

  .hero-section-title {
    font-size: 5.4em;
  }

  .img-hero-absolute {
    background-position: 50%;
    background-size: cover;
  }

  .nav-items-container {
    flex-direction: column;
    width: 100%;
  }

  .secondary-items-container {
    width: 100%;
    padding: 48px;
  }

  .nav-item {
    border: 0px solid var(--peach);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }

  .nav-item-style {
    font-size: 5em;
    transform: rotate(0);
  }

  .secondary-nav-item-style {
    font-size: 1em;
  }

  .arrow-down-only {
    width: 80px;
    height: 80px;
  }

  .logo-footer {
    width: 140px;
  }

  .wrapped-img {
    font-size: 5.4em;
  }

  .img-about-hero {
    display: none;
  }

  .opacity-80.margin-bottom {
    margin-bottom: 24px;
  }

  .team-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .team-text-wrapper {
    width: 100%;
    height: auto;
    padding-right: 0%;
    display: none;
  }

  .team-text-wrapper.no-sticky {
    display: block;
  }

  .team-members-wrapper {
    width: 100%;
    margin-top: 32px;
  }

  .team-content-section {
    flex-direction: column;
  }

  .values-section {
    padding-top: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .join-us-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .join-us-content {
    margin-left: 0;
  }

  .join-us-text {
    margin-left: 48px;
    font-size: 2em;
  }

  .join-us-shape {
    width: 240px;
  }

  .heading-1-xl {
    letter-spacing: -8px;
    font-size: 9em;
  }

  .img-container {
    width: 240px;
    height: 140px;
    margin-left: 24px;
  }

  .img-container.margin-right {
    margin-right: 24px;
  }

  .projects-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .content-item-project {
    padding-right: 8%;
  }

  .image-item-project.absolute {
    display: none;
  }

  .text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-container {
    width: 100%;
    margin-bottom: 16px;
  }

  .description-container {
    width: 100%;
    padding-left: 0;
  }

  .absolute-gradient {
    height: 36vw;
  }

  .project-infos-section, .project-photos-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-img-project {
    width: 45%;
  }

  .container-img-project.left-60 {
    width: 75%;
  }

  .container-img-project.center {
    width: 60%;
  }

  .container-img-project.center-xl {
    width: 100%;
  }

  .container-img-project.left-50 {
    width: 65%;
  }

  .container-img-project.left-40 {
    width: 60%;
    margin-top: 100px;
  }

  .testimonial-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .fixed-div {
    margin-left: 48px;
  }

  .blog-posts-section, .blog-post-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .blog-post-content {
    width: auto;
  }

  .styleguide-hero, .styleguide-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .top-content-container {
    padding: 48px;
  }

  .logo-opened-nav {
    width: 100px;
  }

  .team-member-img-wrapper {
    height: 28em;
  }

  .team-member-cms-wrapper {
    flex-direction: column;
    display: flex;
  }

  .col-team-member-img {
    justify-content: flex-start;
    margin-bottom: 48px;
  }

  .col-team-member-content {
    order: 1;
  }

  .div-block {
    display: none;
  }

  .cow-shed-services-section-dynamic {
    margin-top: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .cs-block {
    font-size: 1.4em;
  }

  .section-2 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-2.grain.subpage-hero {
    padding-top: 120px;
  }

  .text-centred.margin-xxl {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -3.6px;
    font-size: 4.4em;
  }

  h2 {
    letter-spacing: -3px;
    font-size: 3.2em;
  }

  h3 {
    font-size: 2.8em;
  }

  h4 {
    font-size: 2.4em;
  }

  h5 {
    font-size: 1.8em;
  }

  h6 {
    font-size: 1.4em;
  }

  .closed-nav-wrapper, .hero-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-subtitle {
    width: 100%;
  }

  .hero-img-section {
    height: 420px;
  }

  .latest-projects-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .split-title-1, .split-title-2 {
    font-size: 3.2em;
  }

  .project-list {
    flex-direction: column;
    align-items: center;
  }

  .project-item {
    width: 90%;
    margin-bottom: 24px;
  }

  .content-project-item {
    flex-direction: row;
    align-items: center;
  }

  .project-list-item.year, .project-list-item.separator {
    display: none;
  }

  .mission-section {
    padding-top: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .light._80-contain.opacity-80 {
    width: 100%;
  }

  .heading-mission {
    letter-spacing: -1.6px;
  }

  .text-img-container.projects {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wrapped-image-1 {
    margin-left: 8px;
  }

  .wrapped-image-2 {
    margin-right: 8px;
  }

  .mainspring-container {
    border-width: 1px;
    border-color: var(--peach);
    border-top-style: none;
    height: auto;
    padding: 14vw 13vw;
  }

  .column.mainspring {
    flex-direction: column;
  }

  .column.team {
    flex-direction: column-reverse;
  }

  .team-img-container {
    border-left-style: solid;
  }

  .team-container {
    padding: 15vw;
  }

  .services-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .paragraph-l.opacity-80 {
    width: 100%;
    margin-top: 16px;
  }

  .no-margins.margin-right {
    width: 100%;
    margin-right: 0;
  }

  .content-service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1px-line._80px-top {
    margin-top: 48px;
  }

  .blog-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .blog-posts-container {
    flex-direction: column;
    display: flex;
  }

  .blog-post-item-small {
    margin-bottom: 24px;
  }

  .multi-post-column {
    padding-left: 0;
  }

  .single-post-column {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .contact-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer {
    padding-top: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-columns {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-1 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-column-2 {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 48px;
    left: 0;
  }

  .footer-links._2 {
    margin-left: 60px;
  }

  .footer-column-3 {
    padding-left: 48px;
    left: 0;
  }

  .sub-footer {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .back-to-top-link {
    margin-bottom: 24px;
  }

  .hero-section-title {
    letter-spacing: -3px;
    font-size: 4em;
  }

  .img-hero-absolute {
    background-position: 50%;
    background-size: cover;
  }

  .nav-items-container {
    width: 100%;
  }

  .secondary-items-container {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-item {
    padding-left: 36px;
  }

  .nav-item-style {
    letter-spacing: -2px;
    font-size: 4em;
  }

  .links-container {
    flex-direction: row;
    width: 100%;
  }

  .left-links {
    margin-bottom: 36px;
  }

  .arrow-down-only {
    width: 64px;
    height: 64px;
  }

  .wrapped-img {
    letter-spacing: -3px;
    font-size: 4em;
  }

  .about-texts-container {
    flex-direction: column;
    margin-top: 80px;
  }

  .about-text {
    width: 100%;
    margin-bottom: 14px;
  }

  .team-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .team-container-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .team-member-card {
    width: 380px;
    height: 520px;
  }

  .values-section {
    padding-top: 80px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .values-wrapper {
    margin-top: 60px;
  }

  .grid-container-values {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .join-us-section {
    margin-top: 140px;
    margin-bottom: 160px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .join-us-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .join-us-text {
    margin-left: 0;
  }

  .join-us-shape {
    width: auto;
    margin-bottom: 16px;
  }

  .heading-1-xl {
    letter-spacing: -4.4px;
    font-size: 6em;
  }

  .img-container {
    display: none;
  }

  .projects-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .project-collection-item {
    margin-bottom: 48px;
  }

  .content-item-project {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .image-item-project {
    width: 100%;
    max-width: 380px;
    height: 380px;
  }

  .img-container-project-item {
    order: -1;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .project-item-wrapper {
    flex-direction: column;
  }

  .project-infos-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .project-infos-wrapper {
    flex-direction: column;
  }

  .infos-container {
    width: 100%;
    padding-right: 0;
  }

  .infos-container.padding-left {
    margin-top: 48px;
    padding-left: 0;
  }

  .project-photos-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .img-project-item.center-xl {
    height: 360px;
  }

  .img-project-item.left-50, .img-project-item.left-40 {
    height: 420px;
  }

  .container-img-project {
    width: 60%;
  }

  .container-img-project.left-60 {
    width: 100%;
  }

  .container-img-project.center {
    width: 80%;
  }

  .container-img-project.left-50 {
    width: 75%;
  }

  .container-img-project.left-40 {
    width: 70%;
  }

  .testimonial-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .text-testimonial-container {
    width: 100%;
    padding-right: 0;
  }

  .img-testimonial-container {
    display: none;
  }

  .fixed-div {
    margin-left: 36px;
  }

  .hero-blog-wrapper.category-page {
    margin-top: 60px;
  }

  .posts-categories-wrapper {
    margin-top: 16px;
  }

  .categories-label {
    margin-right: 24px;
  }

  .overline.small.no-margin {
    margin-top: 8px;
  }

  .blog-posts-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .blog-post-item {
    max-width: 360px;
  }

  .blog-post-img-thumbnail {
    width: 360px;
    height: 360px;
  }

  .blog-post-infos {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }

  .blog-post-container {
    flex-direction: column;
  }

  .blog-posts-collection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-hero {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .styleguide-button-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .horizontal-spacer._48px {
    height: 24px;
  }

  .typefaces-container {
    flex-direction: column;
  }

  .typeface-item {
    width: 100%;
  }

  .shape-absolute {
    width: 60px;
    display: none;
  }

  .webflow-credit {
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .top-content-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .grid.cow-shed-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2 {
    display: none;
  }

  .div-block {
    display: block;
  }

  .cow-shed-services-section-dynamic {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .text-centred.margin-xxl {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2.4px;
    font-size: 3.2em;
  }

  h2 {
    letter-spacing: -2.4px;
    font-size: 2.4em;
  }

  h3 {
    letter-spacing: -2px;
    font-size: 2em;
  }

  h4 {
    letter-spacing: -1.8px;
    font-size: 1.8em;
  }

  h5 {
    letter-spacing: -1.2px;
    font-size: 1.6em;
  }

  .closed-nav-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section.projects {
    margin-top: 60px;
  }

  .hero-img-section {
    padding-top: 24px;
    padding-left: 24px;
  }

  .latest-projects-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-title-wrapper {
    margin-bottom: 36px;
  }

  .split-title-1 {
    letter-spacing: -2.8px;
    font-size: 2.4em;
  }

  .split-title-2 {
    letter-spacing: -2.8px;
    margin-top: 8px;
    font-size: 2.4em;
  }

  .project-item {
    width: 100%;
    height: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-list-item {
    font-size: 1.8em;
  }

  .project-list-item.year, .project-list-item.separator {
    display: none;
  }

  .mission-section {
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-mission {
    letter-spacing: -1px;
    font-size: 5.8vw;
    line-height: 1.2em;
  }

  .text-img-container.projects.margin-top {
    margin-top: 24px;
  }

  .wrapped-image-1 {
    width: 6vw;
    height: 6vw;
    margin-left: 4px;
  }

  .wrapped-image-2 {
    width: 6vw;
    margin-right: 4px;
  }

  .spacer._80px {
    height: 60px;
  }

  .spacer.cow-shed-spacer-2 {
    height: 15px;
    display: none;
  }

  .mainspring-container {
    padding: 12vw;
  }

  .heading-4-light {
    font-size: 2em;
  }

  .team-container {
    padding: 12vw;
  }

  .services-section {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-l.opacity-80._100-container {
    margin-top: 8px;
  }

  .paragraph-l.light._80-opacity {
    font-size: 1em;
    line-height: 1.4em;
  }

  .no-margins.margin-right {
    font-size: 2em;
  }

  .blog-post-item-large {
    min-height: 420px;
  }

  .contact-info-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-content {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-column-1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-column-2, .footer-column-3 {
    padding-left: 36px;
  }

  .hero-section-title {
    letter-spacing: -3px;
    font-size: 2.8em;
  }

  .img-hero-absolute {
    background-size: cover;
  }

  .secondary-items-container {
    padding: 24px;
  }

  .nav-item {
    padding-left: 24px;
  }

  .nav-item-style {
    letter-spacing: -1px;
  }

  .arrow-down-only {
    width: 48px;
    height: 48px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .wrapped-img {
    letter-spacing: -2px;
    font-size: 2.8em;
  }

  .team-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-card {
    width: 100%;
    max-width: 300px;
    height: 380px;
  }

  .values-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .value-item-img {
    width: 80px;
    height: 80px;
  }

  .join-us-section {
    margin-top: 120px;
    margin-bottom: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .join-us-text {
    font-size: 1.6em;
  }

  .heading-1-xl {
    font-size: 4.2em;
  }

  .projects-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-item-project {
    margin-bottom: 0;
  }

  .img-container-project-item {
    order: -1;
  }

  .absolute-gradient {
    height: 100vw;
  }

  .project-infos-section {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-photos-section {
    padding-left: 24px;
  }

  .img-project-item, .img-project-item._380px, .img-project-item.center-xl {
    height: 200px;
  }

  .img-project-item.left-50 {
    height: 260px;
  }

  .img-project-item.left-40 {
    height: 280px;
  }

  .container-img-project, .container-img-project.left-50 {
    width: 80%;
  }

  .container-img-project.left-40 {
    width: 100%;
  }

  .testimonial-section {
    padding: 60px 24px;
  }

  .wrapper-person-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-name {
    margin-top: 8px;
    margin-left: 0;
  }

  .fixed-div {
    margin-left: 24px;
  }

  .hero-blog-wrapper {
    flex-direction: column;
  }

  .hero-blog-wrapper.category-page {
    margin-bottom: 40px;
  }

  .blog-posts-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-post-item {
    width: 100%;
    max-width: none;
  }

  .blog-post-img-thumbnail {
    width: 100%;
    height: 320px;
  }

  .blog-post-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .styleguide-hero {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .styleguide-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .color-palette-container {
    flex-direction: column;
  }

  .color-item {
    width: 100%;
  }

  .color {
    height: 240px;
  }

  .wrapper {
    margin-bottom: 120px;
  }

  .top-content-container {
    padding: 36px 24px;
  }

  .logo-opened-nav {
    width: 80px;
  }

  .col-team-member-img {
    padding-left: 0;
    padding-right: 0;
  }

  .grid.cow-shed-mobile {
    display: block;
  }

  .grid-2 {
    display: none;
  }

  .cow-shed-services-section-dynamic {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}