@font-face {
  font-family: Author;
  src: url('../fonts/Author-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --green: #255c22;
  --powder: white;
  --carbon: #717171;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--green);
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: .8em;
}

h3 {
  color: var(--powder);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.8em;
}

h4 {
  float: left;
  clear: right;
  color: var(--powder);
  letter-spacing: .033em;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 100;
  line-height: 24px;
  display: inline-block;
  position: relative;
  right: 0;
}

h5 {
  color: var(--powder);
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.2em;
  display: inline-block;
}

h6 {
  color: var(--powder);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
  font-family: Abcwhyteinktrap;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
}

p {
  color: var(--green);
  width: 36em;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 1em;
  line-height: 1.8em;
}

a {
  color: var(--carbon);
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

blockquote {
  border-left: 5px #e2e2e2;
  width: 18em;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 2.4em;
  line-height: 1.33em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: right;
  margin-top: -10px;
  font-size: .66em;
  line-height: 1.2em;
}

.body-copy-small {
  color: var(--powder);
  letter-spacing: .02em;
  font-family: Abcwhyteinktrap Trial;
  font-size: .7em;
  font-weight: 100;
  line-height: 1.5em;
}

.body-copy-small.link {
  text-decoration: none;
}

.body-copy-small.link.padding-right {
  padding-right: 20px;
}

.body {
  color: var(--green);
  background-color: #defaff;
  font-family: Author, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
}

.body.white {
  background-color: #fff;
}

.title-small-all-caps {
  color: var(--powder);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.title-small-all-caps.no-margin {
  color: #f3aaaa;
  margin-top: 0;
  margin-bottom: 0;
}

.title-small-all-caps.link {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.title-small-all-caps.header-link {
  color: var(--green);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 5px;
  font-weight: 700;
}

.title-small-all-caps.header-link.right {
  padding-right: 0;
}

.title-small-all-caps.header-link.left {
  padding-left: 0;
}

.title-small-all-caps.millennial-salmon {
  color: var(--carbon);
}

.title-small-all-caps.collaborators-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.title-large {
  z-index: 101;
  color: #f3aaaa;
  letter-spacing: .01em;
  text-transform: none;
  width: auto;
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.title-large.animated {
  color: var(--green);
  height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Author, Arial, sans-serif;
  font-weight: 700;
  line-height: .8em;
}

.title-large.animated.large {
  height: 2em;
}

.body-copy {
  color: #f3aaaa;
  letter-spacing: .02em;
  font-family: Abcwhyteinktrap Trial;
  font-size: 1em;
  font-weight: 100;
  line-height: 2em;
}

.body-copy.fixed-width {
  color: var(--powder);
  letter-spacing: .01em;
  width: 36em;
  margin-top: 10px;
}

.body-copy.fixed-width.padding-top {
  margin-top: 0;
}

.annotation {
  color: #888;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Whyteinktraptrial;
  font-size: .6em;
  font-weight: 100;
  line-height: 1.5em;
  display: inline-block;
}

.annotation.left-margin {
  color: var(--powder);
  margin-left: 15px;
  font-family: Abcwhyteinktrap Trial;
  font-size: .7em;
}

.section-title-block {
  background-color: #0000;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.title-block-container {
  flex: 1;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-image.grid {
  display: block;
}

.index-work-block {
  perspective: 1000px;
  cursor: e-resize;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  overflow: visible;
}

.image-container {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  margin: 50px 20px 100px;
  display: flex;
  overflow: hidden;
}

.image-index {
  width: 100%;
  max-width: none;
}

.animation-container {
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.subsection-spacer {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible;
}

.subsection-spacer.footer-links {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.client-logo-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.colour-divider {
  background-color: var(--powder);
  color: var(--green);
  height: 1px;
  min-height: 1px;
}

.colour-divider.padding-top {
  padding-top: 0;
}

.work-history-container {
  background-color: #8a61ff00;
  padding-top: 50px;
  padding-bottom: 50px;
}

.work-history-rich-text {
  width: 100%;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.subhead {
  color: var(--green);
  letter-spacing: .01em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8em;
}

.work-history-item {
  padding-bottom: 10px;
}

.imprint {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 150px;
  display: flex;
}

.header-links {
  display: inline-block;
}

.div-block-2 {
  align-self: center;
  display: inline-block;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.div-block-3 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navigation {
  z-index: 100;
  background-color: #09030e00;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 150px;
  display: flex;
}

.collaborators {
  width: 36em;
  margin-bottom: 80px;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.gallery-container {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 100px 20px;
  display: flex;
  overflow: hidden;
}

.name-block {
  height: 1em;
  margin-top: 20px;
  margin-right: 20px;
}

.collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .51;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-garmentdetails {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 2fr 2fr 2fr 2fr;
  grid-template-columns: 1fr 1fr 1fr;
  height: 90vh;
}

.grid-gallery {
  grid-template-rows: auto auto auto;
  width: 100%;
  height: auto;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.job-title {
  color: #f3aaaa;
  letter-spacing: .02em;
  margin-top: 10px;
  font-family: Abcwhyteinktrap;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  display: inline-block;
}

.utility-page-wrap {
  z-index: 106;
  background-color: #242323;
  background-image: url('../images/umberto-boccioni-the-city-rises-futurism.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.utility-page-content {
  z-index: 110;
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
  position: fixed;
}

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

.div-block-9 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 6em;
  display: flex;
}

.paragraph {
  color: var(--powder);
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-arrow-block {
  align-items: center;
  padding-top: 35px;
  padding-right: 40px;
  display: flex;
}

.colour-divider-2 {
  background-color: var(--powder);
  color: #ffc8ae;
  height: 1px;
  min-height: 1px;
}

.left-arrow-frame {
  width: 112px;
  height: 26px;
  overflow: hidden;
  transform: rotate(180deg);
}

.image-thumb {
  transform: scale(1.2);
}

.title-large-2 {
  z-index: 999;
  color: #000;
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1.6em;
  position: relative;
}

.title-small-all-caps-2 {
  color: #000;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.title-small-all-caps-2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.more-work-link-container-right {
  width: 50%;
  margin-bottom: 50px;
  padding: 10px;
  text-decoration: none;
  overflow: visible;
}

.right-arrow-block {
  align-items: center;
  margin-top: 0;
  padding-top: 35px;
  display: flex;
}

.right-arrow-frame {
  width: 112px;
  height: 26px;
  margin-left: 40px;
  overflow: hidden;
}

.more-work-no-pictures {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  display: block;
}

.more-work-image-frame {
  overflow: hidden;
}

.more-work-image-frame.hide {
  display: none;
}

.animation-container-2 {
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.animation-container-2.hide {
  display: none;
}

.more-work-text {
  padding-top: 30px;
}

.more-work-text.previous {
  transform-style: preserve-3d;
}

.more-work-text-block {
  justify-content: flex-end;
  display: flex;
}

.more-work-text-block.left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.left-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.body-copy-2 {
  color: #000;
  letter-spacing: .02em;
  font-family: Whyteinktraptrial;
  font-size: 1em;
  font-weight: 100;
  line-height: 2em;
}

.more-work-link-container-left {
  width: 50%;
  margin-bottom: 50px;
  padding: 10px;
  text-decoration: none;
  overflow: visible;
}

.right-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.more-work-links {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  display: block;
}

.collection-list-wrapper {
  display: none;
}

.js-email {
  color: var(--green);
  letter-spacing: 0;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.js-email.footer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.disable-layer {
  display: none;
}

.body-2 {
  background-color: #242323;
}

.field-label {
  font-weight: 300;
}

.text-field {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  align-self: center;
  height: 2em;
  font-size: 4em;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.heading {
  margin-top: 0;
}

.submit-button {
  background-color: var(--powder);
  color: #000;
  flex: 0 auto;
  align-self: center;
  padding: 20px 30px;
  font-size: 1em;
}

.div-block-12 {
  z-index: 105;
  background-color: #0009;
  position: fixed;
  inset: 0%;
}

.text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100px;
  padding: 20px;
  display: flex;
}

.typewriter {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 65px;
  line-height: 1;
  display: block;
}

.title-animation {
  display: block;
  overflow: hidden;
}

.white-background {
  z-index: 107;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.the-city-rises {
  background-image: url('../images/umberto-boccioni-the-city-rises.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75vw;
  height: 49.8vw;
}

.the-city-rises.original {
  display: none;
}

.the-city-rises.tinted {
  background-image: url('../images/umberto-boccioni-the-city-rises-futurism.jpg');
}

.div-block-14 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 30px;
  display: block;
}

.work-placard {
  flex: none;
  align-self: center;
  margin-top: 20px;
}

.grey-rich-text-block h2 {
  color: var(--carbon);
  margin-top: 20px;
  margin-bottom: 0;
}

.grey-rich-text-block p {
  color: var(--carbon);
  padding-top: 0;
  font-size: .8em;
}

.grey-rich-text-block h4 {
  color: var(--carbon);
}

.grey-rich-text-block h1 {
  color: var(--carbon);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 100;
}

.grey {
  color: var(--carbon);
  margin-top: 20px;
  margin-bottom: 0;
}

.grey.small {
  margin-top: 0;
  font-size: 1em;
  font-weight: 100;
}

.link-2 {
  font-size: .8em;
}

.div-block-15 {
  perspective: 1000px;
}

.rich-text-block {
  color: #aac6f3;
}

.div-block-16 {
  width: 100%;
}

.image-3 {
  max-width: none;
}

.title-small-all-caps-3 {
  color: #f3aaaa;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.title-small-all-caps-3.no-margin {
  color: var(--powder);
  margin-top: 0;
  margin-bottom: 0;
}

.animation-container-3 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-17 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 6em;
  display: flex;
}

.div-block-18 {
  color: #aac6f3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.colour-divider-3 {
  color: #ffc8ae;
  background-color: #aac6f3;
  height: 1px;
  min-height: 1px;
}

.paragraph-2 {
  color: var(--green);
}

.rich-text-block-2 {
  color: #aac6f3;
}

.image-4 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-4.hide {
  display: none;
}

.rich-text-block-3 {
  color: var(--green);
}

.button-style {
  background-color: var(--green);
  border-radius: 9px;
  margin: 10px;
  padding: 12px 18px;
}

.button-style.mobile {
  display: none;
}

.services-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.heading-2 {
  letter-spacing: .02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.services-image-grid {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-avatar-cover {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.instagram-handle {
  align-items: center;
  display: flex;
}

.instagram-text-small {
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.instagram-card-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instagram-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0a0a0a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feedspring-css {
  display: none;
}

.instagram-count-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.instagram-username-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.instagram-count-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.instagram-header-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instagram-stats-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 4px;
  display: flex;
}

.instagram-username-large {
  color: #0a0a0a;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px 32px 20px 20px;
  display: flex;
}

.instagram-card-header {
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.instagram-user-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 610px;
  display: flex;
}

.instagram-caption-small {
  color: #404040;
  letter-spacing: -.01em;
  font-size: 12px;
  line-height: 16px;
}

.instagram-text {
  color: #404040;
}

.feedspring {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-stats-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: flex;
}

.instagram-heart-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.instagram-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.instagram-logo-x-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.instagram-logo {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-link {
  z-index: 99;
  opacity: 1;
  color: #fff;
  background-color: #0a0a0aa3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-name-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.instagram-divider {
  background-color: #e5e5e5;
  width: 1px;
  height: 32px;
}

.instagram-logo-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.intagram-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 8px;
  display: flex;
}

.instagram-avatar-large {
  border-radius: 100%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}

.instagram-bio {
  color: #404040;
}

.instagram-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.instagram-comment-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.feedspring-section {
  padding: 100px 5%;
}

.image-frame {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  overflow: clip;
}

.link-3, .link-4 {
  color: var(--green);
}

.text-block {
  font-weight: 700;
}

.big-text {
  color: var(--powder);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 3vw;
  display: flex;
}

.div-block-20 {
  background-color: var(--green);
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  margin: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: rotate(12deg);
}

@media screen and (max-width: 991px) {
  .title-large.animated {
    font-size: 1.8em;
  }

  .section-title-block {
    height: 60vh;
  }

  .title-block-container {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .subsection-spacer {
    display: block;
  }

  .collaborators {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-garmentdetails {
    width: auto;
    height: 80vh;
  }

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

  .div-block-19 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .instagram-stats-block, .instagram-divider {
    display: none;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .title-small-all-caps.header-link.none {
    display: none;
  }

  .title-large.animated {
    font-size: 1.2em;
  }

  .body-copy.fixed-width.padding-top {
    width: 24em;
  }

  .section-title-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-block-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-container {
    height: 80vh;
  }

  .section-about, .work-history-rich-text, .section-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-links {
    align-self: center;
  }

  .div-block-2.w--current {
    flex: none;
  }

  .navigation, .section-work-title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .disable-layer {
    z-index: 99999;
    opacity: .84;
    background-color: #1f1f1f;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .image-2 {
    width: 60px;
    max-width: none;
    height: 60px;
  }

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

  .typewriter {
    font-size: 32px;
  }

  .feedspring {
    justify-content: center;
    align-items: center;
  }

  .feedspring-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  p {
    width: auto;
    font-size: .88em;
    line-height: 1.6em;
  }

  blockquote {
    width: 100%;
    font-size: 1.8em;
  }

  .body {
    font-size: 18px;
    line-height: 1.5em;
  }

  .title-small-all-caps.header-link {
    letter-spacing: .25em;
    flex: none;
    padding-right: 0;
  }

  .title-small-all-caps.header-link.left-0 {
    padding-left: 0;
  }

  .title-small-all-caps.header-link.none-mobile {
    display: none;
  }

  .title-small-all-caps.millennial-salmon {
    padding-left: 6px;
  }

  .title-small-all-caps.millennial-salmon.none-mobile {
    display: none;
  }

  .title-large {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .title-large.animated {
    height: 1.6em;
    font-size: 1.2em;
  }

  .body-copy {
    font-size: .88em;
    line-height: 1.6em;
  }

  .body-copy.fixed-width.padding-top {
    width: 100%;
  }

  .section-title-block, .title-block-container {
    height: 90vh;
  }

  .section-image {
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
    overflow: hidden;
  }

  .index-work-block {
    margin-top: 80px;
  }

  .image-container {
    object-fit: cover;
    height: 60vh;
    margin: 20px 0;
  }

  .image-index {
    object-fit: cover;
    height: 100%;
  }

  .animation-container {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1em;
  }

  .work-history-rich-text {
    width: auto;
  }

  .subhead {
    font-size: 1em;
  }

  .section-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .imprint {
    flex-direction: column;
    font-size: .8em;
  }

  .header-links {
    display: block;
    position: sticky;
  }

  .div-block-2 {
    flex-direction: row;
    flex: 0 auto;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-2.w--current {
    text-decoration: none;
  }

  .div-block-3 {
    flex-flow: row;
    align-items: flex-start;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-work-title {
    margin-top: 100px;
  }

  .container-2 {
    margin-top: 0;
  }

  .collaborators {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .name-block {
    margin-right: 0;
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-garmentdetails {
    grid-template-rows: minmax(50vh, 1fr) minmax(50vh, 1fr) minmax(50vh, 1fr) minmax(50vh, 1fr) minmax(50vh, 1fr);
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-gallery {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-image {
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 80vh;
  }

  .utility-page-content {
    position: static;
    inset: 0%;
  }

  .utility-page-form {
    align-self: center;
  }

  .div-block-11 {
    object-position: 50% 50%;
  }

  .left-arrow-block {
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
    display: none;
  }

  .section-more-work {
    margin-left: 20px;
    margin-right: 20px;
  }

  .more-work-link-container-right {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .more-work-link-container-right:visited {
    color: var(--carbon);
  }

  .right-arrow-block {
    align-items: center;
    padding-top: 0;
    display: none;
  }

  .more-work-text {
    padding-top: 0;
  }

  .more-work-text.previous {
    transform: scale3d(1none, 1none, 1none);
    font-size: .8em;
  }

  .more-work-text-block {
    justify-content: flex-start;
  }

  .more-work-text-block.left {
    flex-direction: row;
    justify-content: flex-start;
  }

  .more-work-link-container-left {
    order: 0;
    align-self: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .more-work-links {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }

  .disable-layer {
    display: none;
  }

  .text-field {
    align-self: flex-start;
    font-size: 2em;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .typewriter {
    font-size: 28px;
  }

  .white-background {
    display: flex;
  }

  .div-block-14 {
    padding-top: 0;
  }

  .animation-container-3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1em;
  }

  .image-4 {
    width: auto;
  }

  .button-style.mobile {
    flex: none;
    order: 9999;
    margin: 5px;
    padding: 5px 12px;
    display: block;
  }

  .button-style.desktop {
    display: none;
  }

  .list-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    color: var(--green);
    font-size: .8em;
  }

  .instagram-username-large {
    font-size: 14px;
  }

  .instagram-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .instagram-user-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .instagram-link {
    padding: 20px;
  }

  .instagram-avatar-large {
    width: 40px;
    height: 40px;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 1.2em;
  }

  .heading-4 {
    font-size: 1.2em;
    line-height: .8em;
  }

  .link-3 {
    color: var(--green);
  }
}

#w-node-_8d9374d2-cbb5-c81b-0057-b434656d4540-718725d6, #w-node-_51c422b5-b77a-a53f-bbc5-296134fa5843-718725d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8d9374d2-cbb5-c81b-0057-b434656d4540-718725d6 {
    justify-self: center;
  }

  #w-node-_45e5bfca-51e8-4292-420f-bfe4e48df84d-718725d6, #w-node-f60dcda9-099a-9ab1-45f6-0ce338538777-718725d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_51c422b5-b77a-a53f-bbc5-296134fa5843-718725d6 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}