@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --global-colors--link: black;
  --global-colors--link-hover: black;
  --global-colors--text-muted: #000000b3;
  --global-colors--background-default: white;
  --global-colors--text-default: black;
  --global--body-font-size: 16px;
  --subnav--font-family: "Clash Display", sans-serif;
  --subnav-default--text: var(--global-colors--text-default);
  --subnav--font-size: 13px;
  --subnav--letter-spacing: 1.5px;
  --subnav-default--text-hover: var(--subnav-default--text);
  --subnav-default-inverse--text: var(--global-colors--text-muted-inverse);
  --subnav-default-inverse--text-hover: var(--global-colors--text-inverse);
  --button-text--font-family: "Clash Display", sans-serif;
  --button-default--text: var(--global-colors--text-default);
  --button-text--font-size: 13px;
  --button-text--letter-spacing: 1px;
  --button-default--text-hover: var(--button-default--text);
  --button-default--text-pressed: var(--button-default--text);
  --global--border-width: 1px;
  --global-colors--border-default: black;
  --button--padding-vertical: 1rem;
  --button--padding-horizontal: 1.25rem;
  --button--border-width: var(--global--border-width);
  --button-default--border: var(--global-colors--border-default);
  --button--border-radius: 0px;
  --button-default--background: transparent;
  --button--font-family: "Clash Display", sans-serif;
  --button--font-size: 12px;
  --button--letter-spacing: 1.5px;
  --button-default--border-hover: var(--button-default--border);
  --button-default--background-hover: var(--button-default--background);
  --button-default--border-pressed: var(--button-default--border);
  --button-default--background-pressed: var(--button-default--background);
  --button-primary--border: transparent;
  --button-primary--background: var(--global-colors--background-primary);
  --button-primary--text: var(--global-colors--text-inverse);
  --button-primary--border-hover: transparent;
  --button-primary--background-hover: var(--button-primary--background);
  --button-primary--text-hover: var(--button-primary--text);
  --button-primary--border-pressed: transparent;
  --button-primary--background-pressed: var(--button-primary--background);
  --button-primary--text-pressed: var(--button-primary--text);
  --button-muted--border: transparent;
  --button-muted--background: var(--global-colors--background-muted);
  --button-muted--text: var(--global-colors--text-default);
  --button-muted--border-hover: transparent;
  --button-muted--background-hover: var(--button-muted--background);
  --button-muted--text-hover: var(--button-muted--text);
  --button-muted--border-pressed: transparent;
  --button-muted--background-pressed: var(--button-muted--background);
  --button-muted--text-pressed: var(--button-muted--text);
  --button-secondary--border: transparent;
  --button-secondary--border-hover: transparent;
  --button-secondary--border-pressed: transparent;
  --button-secondary--background-pressed: var(--button-secondary--background);
  --button-secondary--text-pressed: var(--button-secondary--text);
  --nav--font-family: "Clash Display", sans-serif;
  --nav-default--text: var(--global-colors--text-default);
  --nav--font-size: 13px;
  --nav--letter-spacing: 1.5px;
  --nav-default--text-hover: var(--nav-default--text);
  --nav-default-inverse--text: var(--global-colors--text-muted-inverse);
  --nav-default-inverse--text-hover: var(--global-colors--text-inverse);
  --text-meta--text-color: var(--global-colors--text-default);
  --text-meta--font-size: 13px;
  --text-meta--letter-spacing: 1.5px;
  --global-colors--text-secondary: #7d5a40;
  --global--heading-font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --global-colors--background-secondary: #6f4f3e;
  --global-colors--background-muted: #f8f8f8;
  --card--border-width: var(--global--border-width);
  --card-default--border: var(--global-colors--border-default);
  --card-default--background: transparent;
  --card-default--text: var(--global-colors--text-default);
  --card-secondary--border: transparent;
  --card-secondary--background: var(--global-colors--background-secondary);
  --card-secondary--text: var(--global-colors--text-default);
  --card-primary--border: transparent;
  --card-primary--background: var(--global-colors--background-primary);
  --card-primary--text: var(--global-colors--text-inverse);
  --card-muted--border: transparent;
  --card-muted--text: var(--global-colors--text-default);
  --nav--border-width: var(--global--border-width);
  --nav-default--border: var(--global-colors--border-default);
  --nav-default-inverse--border: var(--global-colors--border-inverse);
  --subnav--border-width: var(--global--border-width);
  --subnav-default--border: var(--global-colors--border-default);
  --subnav-default-inverse--border: var(--global-colors--border-inverse);
  --global-colors--background-primary: black;
  --form--padding-vertical: 1rem;
  --form--padding-horizontal: 1.25rem;
  --form--border-width: 2px;
  --form-default--border: var(--global-colors--border-default);
  --form--border-radius: 0px;
  --form-default--background: var(--global-colors--background-default);
  --form--font-family: var(--global--body-font-family);
  --form-default--text: var(--global-colors--text-default);
  --form--font-size: 16px;
  --form-default--border-focus: var(--global-colors--border-default);
  --form-default--background-focus: var(--global-colors--background-muted);
  --form-default--text-placeholder: var(--global-colors--text-muted);
  --global-colors--text-muted-inverse: #ffffffb3;
  --button-text--border-width: var(--global--border-width);
  --button-text-default--border: var(--button-text-default--text);
  --global-colors--text-inverse: #2c2c2c;
  --global-colors--body-background: #faf3e8;
  --waves-library--black: #131313;
  --global--body-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --global-colors--border-inverse: white;
  --button-secondary--text: var(--global-colors--text-default);
  --button-secondary--text-hover: var(--button-secondary--text);
  --button-secondary--background: var(--global-colors--background-secondary);
  --button-secondary--background-hover: var(--button-secondary--background);
  --button-text-default--text: var(--global-colors--text-default);
  --button-text-default--text-hover: var(--button-text-default--text);
  --card--border-radius: 0px;
  --card-muted--background: var(--global-colors--background-muted);
  --navbar-item--font-family: "Clash Display", sans-serif;
  --navbar-item--font-size: 13px;
  --navbar-item--letter-spacing: 1.5px;
  --navbar-item-default--text: var(--global-colors--text-default);
  --navbar-item-default--text-hover: var(--navbar-item-default--text);
  --navbar-item-default--border: var(--global-colors--border-default);
  --text-meta--font-family: "Clash Display", sans-serif;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--global-colors--link);
}

a:hover {
  color: var(--global-colors--link-hover);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-padding {
  background-color: #faf3e800;
  background-image: linear-gradient(244deg, #eee7db12, #ffffff3b);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 2rem 20px;
}

.page-padding.stats {
  background-color: #faf3e85e;
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-padding._2 {
  background-image: none;
}

.page-padding.blank {
  color: var(--global-colors--text-muted);
}

.main-wrapper {
  background-color: var(--global-colors--background-default);
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 30px #00000008;
}

.utility-component {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 0 0 30px #00000008;
}

.padding-medium {
  padding: 2rem;
}

.utility-form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xxlarge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-xhuge {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.body {
  color: var(--global-colors--text-default);
  font-family: Lato, sans-serif;
  font-size: var(--global--body-font-size);
  background-color: #35261c;
  padding: .1rem;
  font-weight: 300;
  line-height: 150%;
}

.styleguide-menu-toggle {
  display: none;
}

.subnav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--subnav--font-family);
  color: var(--subnav-default--text);
  font-size: var(--subnav--font-size);
  letter-spacing: var(--subnav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.subnav-item:hover {
  color: var(--subnav-default--text-hover);
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: var(--subnav-default-inverse--text);
}

.subnav-item.inverse:hover {
  color: var(--subnav-default-inverse--text-hover);
}

.button-text {
  font-family: var(--button-text--font-family);
  color: var(--button-default--text);
  font-size: var(--button-text--font-size);
  text-align: center;
  letter-spacing: var(--button-text--letter-spacing);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-text:hover {
  color: var(--button-default--text-hover);
}

.button-text:active {
  color: var(--button-default--text-pressed);
}

.line {
  height: var(--global--border-width);
  background-color: var(--global-colors--border-default);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
}

.button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  border: var(--button--border-width) solid var(--button-default--border);
  border-radius: var(--button--border-radius);
  background-color: var(--button-default--background);
  font-family: var(--button--font-family);
  color: var(--button-default--text);
  font-size: var(--button--font-size);
  text-align: center;
  letter-spacing: var(--button--letter-spacing);
  text-transform: uppercase;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--button-default--border-hover);
  background-color: var(--button-default--background-hover);
  color: var(--button-default--text-hover);
}

.button:active {
  border-color: var(--button-default--border-pressed);
  background-color: var(--button-default--background-pressed);
  color: var(--button-default--text-pressed);
}

.button.primary {
  border-color: var(--button-primary--border);
  background-color: var(--button-primary--background);
  color: var(--button-primary--text);
}

.button.primary:hover {
  border-color: var(--button-primary--border-hover);
  background-color: var(--button-primary--background-hover);
  color: var(--button-primary--text-hover);
}

.button.primary:active {
  border-color: var(--button-primary--border-pressed);
  background-color: var(--button-primary--background-pressed);
  color: var(--button-primary--text-pressed);
}

.button.muted {
  border-color: var(--button-muted--border);
  background-color: var(--button-muted--background);
  color: var(--button-muted--text);
}

.button.muted:hover {
  border-color: var(--button-muted--border-hover);
  background-color: var(--button-muted--background-hover);
  color: var(--button-muted--text-hover);
}

.button.muted:active {
  border-color: var(--button-muted--border-pressed);
  background-color: var(--button-muted--background-pressed);
  color: var(--button-muted--text-pressed);
}

.button.secondary {
  border-color: var(--button-secondary--border);
  color: var(--global-colors--background-default);
  background-color: #5a4032;
}

.button.secondary:hover {
  border-color: var(--button-secondary--border-hover);
  color: var(--global-colors--background-default);
  background-color: #2e2218e0;
}

.button.secondary:active {
  border-color: var(--button-secondary--border-pressed);
  background-color: var(--button-secondary--background-pressed);
  color: var(--button-secondary--text-pressed);
}

.label-link {
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--nav--font-family);
  color: var(--nav-default--text);
  font-size: var(--nav--font-size);
  letter-spacing: var(--nav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-item:hover {
  color: var(--nav-default--text-hover);
}

.nav-item.inverse {
  color: var(--nav-default-inverse--text);
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-item.inverse:hover {
  color: var(--nav-default-inverse--text-hover);
}

.styleguide-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navbar-logo-image.nav {
  max-width: 40%;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: .5;
  background-color: #222;
  display: none;
  position: fixed;
  inset: 0%;
}

.styleguide-nav-wrapper {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  width: 300px;
  padding: 3rem 2.5rem;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: scroll;
}

.styleguide-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.styleguide-nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: var(--nav--font-family);
  color: var(--nav-default--text);
  font-size: var(--nav--font-size);
  letter-spacing: var(--nav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.styleguide-nav-item:hover, .styleguide-nav-item.w--current {
  text-decoration: underline;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.block-quote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 3.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.text-color-default {
  color: var(--global-colors--text-default);
}

.container-default {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-meta {
  color: var(--text-meta--text-color);
  font-family: Lato, sans-serif;
  font-size: var(--text-meta--font-size);
  letter-spacing: var(--text-meta--letter-spacing);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-meta.text-color-muted.white {
  color: var(--global-colors--background-default);
}

.text-meta.inverse-text-color-muted {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: var(--global-colors--text-secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 160%;
}

.form-wrapper {
  margin-bottom: 0;
}

.card-padding {
  padding: 3rem;
}

.card-padding.xlarge {
  padding: 5rem;
}

.card-padding.small {
  padding: 1.5rem 2rem;
}

.card-padding.large {
  padding: 4rem;
}

.card-padding._1 {
  background-image: url('../images/_DSC6272.jpg');
}

.heading-medium {
  font-family: var(--global--heading-font-family);
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.form-checkbox-label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.form-radio-icon {
  border: 2px solid var(--global-colors--border-default);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 7px;
  border-color: #000;
  width: 20px;
  height: 20px;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  width: .875rem;
  height: .875rem;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.text-rich-text figcaption {
  font-size: .875rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text blockquote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h3 {
  font-family: var(--global--heading-font-family);
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
  font-family: Cormorant, sans-serif;
}

.heading-h3.text-uppercase._1 {
  margin-left: auto;
  font-size: .9rem;
}

.heading-h3.text-uppercase._1._2 {
  color: var(--global-colors--text-muted);
  margin-left: 0;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

.styleguide-flex {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.form-checkbox-icon {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin: 0 .5rem 2px 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #000;
  background-size: 70%;
  border-color: #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.text-meta-large {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.form-field-wrapper {
  margin-bottom: 1.5rem;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 160%;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.background-color-secondary {
  background-color: var(--global-colors--background-secondary);
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  line-height: 100%;
}

.form-message-success {
  background-color: #f2ff93;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.background-color-muted {
  background-color: var(--global-colors--background-muted);
}

.card {
  border: var(--card--border-width) solid var(--card-default--border);
  background-color: var(--card-default--background);
  color: var(--card-default--text);
}

.card.secondary {
  border-color: var(--card-secondary--border);
  background-color: var(--card-secondary--background);
  color: var(--card-secondary--text);
}

.card.primary {
  border-color: var(--card-primary--border);
  background-color: var(--card-primary--background);
  color: var(--card-primary--text);
}

.card.muted {
  border-color: var(--card-muted--border);
  color: var(--card-muted--text);
  background-color: #faf3e8;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-item-line {
  height: var(--nav--border-width);
  background-color: var(--nav-default--border);
  width: 0%;
}

.nav-item-line.inverse {
  background-color: var(--nav-default-inverse--border);
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.styleguide-elements {
  margin-left: 300px;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

.text-style-italic {
  font-style: italic;
}

.heading-h4 {
  font-family: var(--global--heading-font-family);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
}

.heading-small {
  font-family: var(--global--heading-font-family);
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.text-uppercase {
  color: #2f2119;
  letter-spacing: 2px;
  font-family: Cormorant, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.heading-h2 {
  font-family: var(--global--heading-font-family);
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-h2.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.text-color-muted {
  color: var(--global-colors--text-muted);
}

.text-size-medium {
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.subnav-item-line {
  height: var(--subnav--border-width);
  background-color: var(--subnav-default--border);
  width: 0%;
}

.subnav-item-line.inverse {
  background-color: var(--subnav-default-inverse--border);
  color: #fff;
}

.background-color-primary {
  background-color: var(--global-colors--background-primary);
}

.form-input {
  padding: var(--form--padding-vertical) var(--form--padding-horizontal);
  border: var(--form--border-width) solid var(--form-default--border);
  border-radius: var(--form--border-radius);
  background-color: var(--form-default--background);
  font-family: var(--form--font-family);
  color: var(--form-default--text);
  font-size: var(--form--font-size);
  min-height: 4rem;
  margin-bottom: 0;
  line-height: 140%;
  transition: background-color .2s, border .2s;
}

.form-input:active, .form-input:focus {
  border-color: var(--form-default--border-focus);
  background-color: var(--form-default--background-focus);
}

.form-input::placeholder {
  color: var(--form-default--text-placeholder);
}

.form-input.is-text-area {
  min-height: 10rem;
}

.text-size-small {
  font-size: .875rem;
  line-height: 160%;
}

.text-meta-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

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

.heading-h6 {
  font-family: var(--global--heading-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  color: var(--global-colors--text-muted-inverse);
  letter-spacing: 1px;
  font-family: Cormorant, sans-serif;
  font-weight: 300;
}

.heading-large {
  font-family: var(--global--heading-font-family);
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-large.text-uppercase {
  letter-spacing: 4px;
  font-weight: 600;
}

.text-align-left {
  text-align: left;
}

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

.heading-xlarge {
  font-family: var(--global--heading-font-family);
  font-size: 9rem;
  font-weight: 500;
  line-height: 90%;
}

.heading-xlarge.text-uppercase {
  letter-spacing: 6px;
  font-weight: 600;
}

.form-message-error {
  text-align: center;
  background-color: #f2ff93;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1rem;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.heading-h1 {
  font-family: var(--global--heading-font-family);
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-family: Cormorant, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.heading-h1.text-uppercase.white {
  color: var(--global-colors--background-default);
}

.italic {
  font-weight: 400;
}

.section-styleguide {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section-styleguide.first {
  padding-top: 0;
}

.section-styleguide.last {
  padding-bottom: 0;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.heading-h5 {
  font-family: var(--global--heading-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  color: var(--global-colors--text-muted);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
}

.heading-h5.text-uppercase.white {
  color: var(--global-colors--background-default);
}

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

.styleguide-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.show-mobile-landscape {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.z2 {
  z-index: 2;
  position: relative;
}

.styleguide-classes {
  display: none;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.show-tablet {
  display: none;
}

.container-xsmall {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xlarge {
  width: 100%;
  max-width: 62.5rem;
}

.max-width-small {
  width: 100%;
  max-width: 22rem;
}

.overflow-auto {
  overflow: auto;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.z1 {
  z-index: 1;
  position: relative;
}

.max-width-medium {
  width: 100%;
  max-width: 30rem;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 112.5rem;
  min-height: 93vh;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block;
}

.show-mobile-portrait {
  display: none;
}

.button-text-text {
  white-space: nowrap;
}

.button-text-line {
  height: var(--button-text--border-width);
  background-color: var(--button-text-default--border);
  width: 100%;
  margin-top: 2px;
}

.text-uppercase {
  text-transform: uppercase;
}

.mobile-menu-toggle {
  display: none;
}

.navbar-right-button {
  display: flex;
}

.header {
  z-index: 100;
  font-size: 16px;
}

.header._1 {
  background-color: #cbad9c;
}

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-xxlarge {
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 1000;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--global-colors--background-muted);
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.mobile-menu-toggle-line._03 {
  bottom: 0;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.navbar-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-right._2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

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

.section-home-hero {
  z-index: 1;
  background-color: #f0e9dd;
}

.home-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-line-left {
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.button-line-left.primary {
  background-color: #fff;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navbar-menu-item-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  position: relative;
}

.navbar-menu-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: sticky;
  top: 2rem;
}

.home-services-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #50323200;
  flex-direction: column;
  display: flex;
}

.section-home-services {
  background-image: linear-gradient(#38383840, #38383840), url('../images/DSC02005_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.home-services-card-wrapper {
  border-top: 2rem solid #2f2119;
  position: sticky;
  top: 0;
}

.home-services-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.section-marquee-secondary {
  background-color: var(--global-colors--body-background);
  color: var(--global-colors--text-default);
  display: none;
  overflow: hidden;
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Clash Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-stats-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-secondary {
  color: #f8e5c5;
}

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.section-marquee {
  overflow: hidden;
  transform: translate(0);
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.marquee-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Clash Display, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 100%;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid-right-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  z-index: 0;
  color: var(--global-colors--text-inverse);
  background-color: #f0e9dd;
  margin-top: -1px;
  position: relative;
}

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.text-style-link.inverse {
  color: var(--global-colors--text-secondary);
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #cbad9c;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.inverse-text-color-muted {
  color: #ffffffb3;
}

.clip {
  overflow: hidden;
}

.section-cta-contact {
  background-color: var(--global-colors--background-muted);
  color: var(--global-colors--text-inverse);
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.section-home-work {
  display: none;
}

.button-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.home-work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-work-link {
  z-index: 10;
  border: 0px solid var(--global-colors--background-secondary);
  transition: border-width .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.home-work-link:hover {
  border: 10px solid #d2f65a;
}

.home-work-category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.banner-circle-image {
  width: 120px;
}

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.banner-circle {
  background-color: #2f2f2f;
  border: 1px solid #000;
  border-radius: 200px;
  padding: 40px;
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.body-styleguide {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-meta-line {
  height: var(--global--border-width);
  background-color: var(--global-colors--text-default);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 24px;
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.home-work {
  position: relative;
  overflow: hidden;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  display: flex;
}

.home-services-item-heading._1 {
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.home-hero-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.section-project-hero {
  z-index: 1;
}

.project-services-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.project-about-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.project-about-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-about-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-about-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.project-about-grid-left-inner {
  position: sticky;
  top: 2rem;
}

.project-about-card-wrapper {
  border-top: 2rem solid #fff;
  position: sticky;
  top: 0;
}

.project-image-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.project-pagination-previous-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.project-pagination-next-link {
  display: flex;
}

.project-pagination-previous {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project-pagination-previous-link {
  display: flex;
}

.project-pagination-grid {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.project-pagination-previous-image-wrapper {
  overflow: hidden;
}

.project-pagination-next {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  display: grid;
}

.project-pagination-next-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.project-pagination-next-image-wrapper {
  display: block;
  overflow: hidden;
}

.section-project-pagination {
  z-index: 100;
}

.project-pagination-center {
  align-items: center;
  display: flex;
}

.project-meta-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-about-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.project-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
}

.project-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 6rem;
  display: flex;
}

.section-work-heading, .section-work-projects {
  z-index: 1;
}

.div-block {
  padding-bottom: 2rem;
}

.home-project-button-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-button {
  z-index: 10;
  background-color: var(--global-colors--background-secondary);
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: transform .1s linear;
  display: flex;
}

.view-button-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.home-project-image-wrapper {
  border-radius: .5rem;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.home-project-image, .image-cover-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-hero-grid-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-contact-hero {
  z-index: 1;
}

.contact-form-wrapper {
  width: 500px;
  margin-bottom: 0;
}

.section-contact-socials {
  z-index: 1;
  background-color: var(--global-colors--text-secondary);
}

.contact-socials-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.licensing-inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.licensing-inner-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.licensing-item-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licensing-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.licesing-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-licensing {
  z-index: 1;
}

.licesing-hero-grid-left {
  position: sticky;
  top: 2rem;
}

.section-404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-line-right {
  background-color: #fff;
  width: 0;
  height: 1px;
}

.button-line-right.primary {
  background-color: #fff;
}

.home-clients-logos {
  overflow: hidden;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.work-project-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}

.work_link {
  margin-left: 4.4em;
  position: relative;
}

.work-projects-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-projects-category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.work-projects-work {
  position: relative;
  overflow: hidden;
}

.work-projects-work-link {
  z-index: 10;
  border: 0 solid #d2f65a;
  transition: border-width .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.work-projects-work-link:hover {
  border: 10px solid #d2f65a;
}

.work-projects-work-button-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.licensing-image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-light-text {
  color: #d6d0ce;
  margin-bottom: 8px;
}

.container {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-heading {
  text-align: center;
  text-shadow: 0 3px 6px #0003;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.hero-heading._2 {
  font-size: 120px;
}

.hero-text {
  color: #d6d0ce;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.hero-bottom-wrapper {
  grid-column-gap: 87px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 93px;
  display: grid;
}

.hero-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span {
  font-size: 60px;
}

.home-gallery-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.home {
  border: 1px #000;
  border-right: 0 solid #000;
  align-items: center;
  max-width: 83rem;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs-content {
  z-index: 0;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-tab-text {
  font-size: 18px;
}

.home-tab-content1 {
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.home-tabs-wrapper {
  width: 100%;
  height: 100%;
}

.home-section {
  border: 1px #000;
  height: 70vh;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.home-tabs {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.social-link-icon {
  height: 15px;
}

.home-tabs-menu {
  z-index: 1;
  grid-column-gap: 48px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 12px;
}

.text-small {
  font-size: 14px;
}

.intro-heading {
  font-family: Cormorant, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.intro-heading.small {
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.intro-heading.small.mid {
  color: var(--global-colors--text-default);
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-2:hover {
  transform: translate(2px, -2px);
  box-shadow: 1px 1px #555;
}

.home-intro-left {
  grid-row-gap: 16px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 640px;
  height: 100%;
  padding-left: 0;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.social-link {
  text-align: center;
  border: 1px solid #333;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-link:hover {
  background-color: #d2dd8736;
  transform: translate(1px, -1px);
}

.home-tabs-link {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-tabs-link.w--current {
  background-color: #ddd0;
  background-image: url('../images/Rectangle-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  font-weight: 700;
  display: none;
}

.social-link-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.home-social-wrapper {
  padding-bottom: 24px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-gallery-list {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: grid;
}

.home-tab-content2 {
  width: 100%;
  height: 100%;
  padding-top: 90px;
}

.home-gallery-collection {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  width: 100%;
  height: 100%;
}

.home-intro-right {
  background-image: url('../images/_DSC9795.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px #333;
  border-right: 1px #333;
  flex: 1;
}

.spacer-small {
  width: 16px;
  height: 16px;
}

.content1-layout {
  width: 100%;
  height: 100%;
  display: flex;
}

.intro-text {
  color: #555;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text {
  font-family: Cormorant, sans-serif;
}

.image {
  max-width: 10%;
}

.grid {
  grid-template-columns: .25fr;
  display: block;
}

.text-block {
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.work_layout-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.work_image-caption {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.work_layout-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.work_image-wrapper {
  height: 100%;
}

.work_image-wrapper.is-horizontal {
  height: 25rem;
}

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

.section_work {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-size-large-2 {
  font-family: Cormorant, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.about_content-wrapper {
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.container-3 {
  width: 100%;
}

.customers-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.syndicate-text {
  color: var(--global-colors--text-muted);
  font-size: 2.25rem;
  line-height: 122%;
}

.diligence-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.diligence-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.syndicate-para {
  color: var(--global-colors--text-muted);
  padding-bottom: 3rem;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 155%;
}

.counter-community-wrapper {
  display: flex;
}

.plus {
  position: absolute;
}

.customers-para-holder {
  height: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  overflow: hidden;
}

.sourcing-holder {
  color: var(--global-colors--text-muted);
  cursor: pointer;
  border-bottom: 1px solid #0b0b0bb3;
  padding-right: 2rem;
}

.counter-community-left {
  border-top: 1px solid #333;
  width: 41rem;
}

.sourcing-para {
  padding-bottom: 3rem;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.syndicate-para-holder {
  height: auto;
  overflow: hidden;
}

.counter-community-top-holder {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.diligence-para {
  padding-bottom: 3rem;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 155%;
}

.sourcing-text-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--global-colors--text-muted);
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  display: flex;
}

.padding-global-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global-2.section-padding {
  color: var(--global-colors--text-muted);
  border-top: 5px solid #2d2118;
  margin-top: 0;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.sourcing-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.syndicate-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.syndicate-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.counter-community-right {
  border: 1px solid #333;
  justify-content: center;
  align-items: center;
  width: 41rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.sourcing-image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sourcing-image.mobile {
  display: none;
}

.sourcing-para-holder {
  height: auto;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.diligence-para-holder {
  height: auto;
  overflow: hidden;
}

.diligence-text {
  font-size: 2.25rem;
  line-height: 122%;
}

.customers-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.customers-image.mobile {
  z-index: 0;
  display: none;
  position: static;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 2.5rem;
}

.customers-para {
  color: var(--global-colors--text-muted);
  padding-bottom: 3rem;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 155%;
}

.text-size-small-2 {
  font-size: 1.125rem;
  line-height: 156%;
}

.text-size-small-2.font-inter-display {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-counter-community {
  background-color: #f0e9dd;
}

.heading {
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  color: var(--global-colors--text-muted-inverse);
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-2 {
  max-width: 10%;
}

.italic-text {
  color: #17110b;
  font-family: Cormorant, sans-serif;
  font-weight: 300;
}

.italic-text-2 {
  color: #150f0a;
  font-family: Cormorant, sans-serif;
  font-weight: 300;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-4 {
  margin-left: 0;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  justify-content: flex-start;
  align-items: center;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Lato, sans-serif;
}

.image-3 {
  font-family: Cormorant, sans-serif;
}

.hero_component {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_header {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 55em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.display-heading {
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.display-heading.spaned {
  color: #fff;
}

.hero-bg-img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.waves---section-hero-primary {
  padding-top: 60px;
  padding-bottom: 60px;
}

.waves---subtitle {
  color: var(--global-colors--text-muted);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.waves---mg-top-16 {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.waves---mg-top-16._2 {
  margin-top: -6px;
}

.waves---mg-top-16._2._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.waves---mg-top-16.left {
  margin-left: 0;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  color: var(--global-colors--text-muted);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

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

.waves---heading-2-no-margins {
  color: var(--global-colors--text-default);
  margin: 0 auto;
  font-family: Cormorant, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.waves---paragraph-big {
  color: var(--global-colors--text-muted);
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  line-height: 1.5;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.image-4 {
  opacity: .59;
  max-width: 100%;
}

.container-5 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1601px;
  left: 435.289px;
}

.image-5 {
  max-width: 70%;
}

.container-6 {
  position: static;
  inset: 33% 0% auto;
}

.image-6 {
  opacity: .48;
  max-width: 40%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2.mobile {
  display: none;
}

.hero-split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--global-colors--text-muted);
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top: 3px #f3eed8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

.hero-heading-right.last {
  padding-left: 10px;
  padding-right: 10px;
}

.title-reviews {
  color: var(--global-colors--text-muted);
  font-family: Cormorant, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 0;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3.last-image-top-grid {
  border-radius: 0;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 0;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: absolute;
  inset: 0%;
}

.text-block-6 {
  color: var(--global-colors--text-muted);
  font-family: Cormorant, sans-serif;
  font-size: 32px;
}

.container-8 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.code-embed {
  margin-bottom: 40px;
  padding-bottom: 0;
}

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

.image-7 {
  max-width: 100%;
  height: 100%;
  max-height: 123%;
}

.image-8 {
  height: 100%;
  max-height: 110%;
  overflow: visible;
}

.button-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.instagram-button {
  color: var(--global-colors--text-secondary);
  font-size: 16px;
  display: flex;
}

.container-9 {
  background-color: #ae967b26;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.container-9.button {
  cursor: pointer;
  background-color: #fffcf769;
  border-style: none;
  border-radius: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-9.button:hover {
  background-color: #ffffffa1;
}

.waves---section-hero-primary-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.waves---mega-heading-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 2rem;
  line-height: 115%;
}

.waves---subtitle-2 {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.waves---limit-480 {
  width: 100%;
  max-width: none;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(to right, #13131300, var(--waves-library--black));
  border-radius: 30px;
  width: 92px;
  height: 12px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.slide-1 {
  background-image: url('../images/_DSC6551_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 90vh;
  min-height: 100%;
}

.container-10 {
  max-width: none;
  height: 100%;
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-2 {
  background-image: url('../images/_DSC6501.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/_DSC5763.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/_DSC5762.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DSC02005_1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/_DSC9782.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/_DSC9781.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/_DSC3661.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/_00596831.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/_00507953_1.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/_DSC0276.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/_DSC9773.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/_DSC0260.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/_00596791.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/_DSC6272.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/_DSC2753.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/_DSC4681.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/_DSC4573.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/_DSC0984_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/_DSC0848.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/_DSC3661.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-4 {
  background-image: url('../images/_00508862.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-2-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1440px) {
  .page-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body {
    font-size: 18px;
  }

  .navbar-logo-image.nav {
    max-width: 40%;
  }

  .heading-h3.text-uppercase._1._2 {
    font-size: 1rem;
  }

  .navbar-menu {
    font-size: 18px;
  }

  .navbar-inner {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-menu-item-inner {
    font-size: 18px;
  }

  .text-block {
    font-size: 1.125rem;
  }

  .syndicate-para, .sourcing-para, .diligence-para, .customers-para {
    font-size: 18px;
  }

  .text-size-small-2.font-inter-display {
    height: auto;
    font-size: 18px;
  }

  .container-4 {
    margin-left: 0;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: 15px;
  }

  .waves-content-hero-3 {
    max-width: 744px;
  }

  .waves---content-image-halves {
    max-width: 720px;
  }

  .container-7 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 18px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-component {
    height: 96vh;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .styleguide-navbar-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .styleguide-navbar {
    z-index: 5;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .styleguide-menu-toggle-line {
    transform-origin: 100%;
    background-color: #191919;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-nav-wrapper {
    border-left: 1px solid #e8e8e8;
    border-right-style: none;
    border-right-width: 0;
    left: auto;
    right: 0;
    transform: translate(100%);
  }

  .hide-tablet {
    display: none;
  }

  .block-quote {
    background-position: 0 50px;
    background-size: 40px;
    padding-left: 4rem;
  }

  .card-padding, .card-padding.large {
    padding: 2.5rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .text-rich-text blockquote {
    background-position: 0 50px;
    background-size: 40px;
    padding-left: 3.5rem;
    font-size: 2rem;
    line-height: 140%;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .styleguide-elements {
    margin-left: 0;
    padding-top: 3rem;
  }

  .heading-small {
    font-size: 4rem;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .form-input {
    width: 100%;
  }

  .heading-large {
    font-size: 5rem;
  }

  .heading-xlarge {
    font-size: 8rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper-2 {
    min-height: 0;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .mobile-menu-nav-link {
    font-family: var(--nav--font-family);
    color: var(--global-colors--text-inverse);
    font-size: var(--nav--font-size);
    letter-spacing: var(--nav--letter-spacing);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-menu-nav-link:hover, .mobile-menu-nav-link:active {
    color: var(--global-colors--text-inverse);
  }

  .mobile-menu-nav-link:lang(en) {
    padding-top: 0;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-inner {
    padding-top: 1.5rem;
  }

  .mobile-menu-toggle-line {
    background-color: var(--global-colors--text-default);
    transform-origin: 100%;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu {
    padding-top: 1rem;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .mobile-menu-wrapper {
    background-color: var(--global-colors--background-primary);
    color: var(--global-colors--text-inverse);
    padding: 1.5rem 2rem;
  }

  .mobile-menu-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .navbar-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .home-stats-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-work-link {
    cursor: auto;
  }

  .home-work-link:hover {
    border-style: none;
    border-width: 0;
  }

  .banner-circle-image {
    width: 100px;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

  .home-hero-subheading {
    font-size: 3vw;
  }

  .project-about-item-heading {
    flex-direction: column;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-about-card-wrapper {
    border-top-width: 1.5rem;
  }

  .project-pagination-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-pagination-center {
    display: none;
  }

  .project-meta-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-about-grid-right-inner {
    margin-top: -1.5rem;
  }

  .project-heading {
    font-size: 7vw;
  }

  .project-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    padding-top: 4rem;
    display: flex;
  }

  .view-button {
    display: none;
  }

  .contact-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-socials-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .licesing-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-404 {
    border-radius: 4rem;
    height: auto;
    min-height: 75vw;
    padding: 4rem;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .work_link {
    margin-left: 5vw;
  }

  .work-projects-work-link {
    cursor: auto;
  }

  .work-projects-work-link:hover {
    border-style: none;
    border-width: 0;
  }

  .hero-heading {
    font-size: 200px;
    line-height: 238px;
  }

  .hero-text {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-bottom-wrapper {
    place-items: center;
    width: 100%;
    padding-top: 60px;
  }

  .hero-sec {
    padding-bottom: 210px;
  }

  .home-gallery-item {
    height: 50vw;
  }

  .home-tabs-wrapper {
    padding-bottom: 32px;
  }

  .home-section {
    height: auto;
  }

  .home-tabs-menu {
    margin-bottom: 40px;
    position: relative;
  }

  .text-small.social-follow {
    display: none;
  }

  .home-intro-left {
    max-width: 100%;
    padding-right: 0;
  }

  .home-social-wrapper {
    margin-top: 48px;
    display: none;
    position: relative;
  }

  .home-gallery-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .home-tab-content2 {
    padding-top: 0;
  }

  .home-gallery-collection {
    border-bottom: 1px solid #333;
  }

  .home-intro-right {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    flex: none;
    width: 100%;
    height: 60vw;
  }

  .content1-layout {
    grid-row-gap: 32px;
    flex-direction: column;
  }

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

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

  .about_content-wrapper.tablet {
    padding-bottom: 0;
  }

  .diligence-image.mobile {
    height: 30rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .syndicate-para {
    padding-bottom: 2rem;
  }

  .sourcing-holder {
    padding-right: 0;
  }

  .counter-community-left {
    border-left-style: none;
    width: 100%;
  }

  .sourcing-para, .diligence-para {
    padding-bottom: 2rem;
  }

  .sourcing-text-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-2.section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .syndicate-image.mobile {
    height: 30rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .counter-community-right {
    padding: 1rem;
    display: none;
  }

  .sourcing-image.mobile, .customers-image.mobile {
    height: 30rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .customers-para {
    padding-bottom: 2rem;
  }

  .hero_header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .display-heading {
    font-size: 5em;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .block-quote {
    background-position: 0 32px;
    background-size: 40px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .card-padding {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .card-padding.large {
    padding: 2rem;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .text-rich-text blockquote {
    background-position: 0 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .text-size-xlarge {
    font-size: 1.4rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 3.25rem;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .heading-large {
    font-size: 4rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .section-styleguide {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .navbar-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-menu {
    z-index: 5;
  }

  .navbar-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home-stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .marquee-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marquee-heading {
    font-size: 3rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-grid-right-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .banner-circle-image {
    width: 90px;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .home-hero-subheading {
    font-size: 3.5vw;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-about-grid-left-inner {
    position: static;
  }

  .project-meta-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-heading {
    font-size: 8vw;
  }

  .project-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .home-project-image-wrapper {
    height: 55vw;
  }

  .contact-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-socials-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .licensing-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .licesing-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-404 {
    border-radius: 3rem;
    padding: 3rem;
  }

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

  .work-projects-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hero-light-text {
    font-size: 12px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-heading {
    font-size: 135px;
    line-height: 210px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .hero-sec {
    padding-top: 141px;
  }

  .home-tab-text {
    font-size: 16px;
  }

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

  .home-tabs-menu {
    margin-bottom: 32px;
  }

  .intro-heading {
    font-size: 32px;
  }

  .content1-layout {
    grid-row-gap: 32px;
  }

  .intro-text {
    font-size: 18px;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .customers-text, .syndicate-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .diligence-image.mobile {
    height: auto;
  }

  .sourcing-para {
    font-size: 1rem;
  }

  .counter-community-top-holder {
    width: auto;
  }

  .sourcing-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .syndicate-image.mobile, .sourcing-image.mobile {
    height: auto;
  }

  .main-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .diligence-text {
    font-size: 1.5rem;
    line-height: 133%;
  }

  .customers-image.mobile {
    height: auto;
  }

  .text-size-small-2 {
    font-size: 1rem;
    line-height: 150%;
  }

  .hero_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .page-padding {
    background-color: #faf3e8;
    background-image: linear-gradient(244deg, #0000002e, #ffffff3b), url('../images/_DSC0260.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .page-padding.blank {
    background-color: #cbad9c;
    background-image: none;
  }

  .utility-component {
    height: 97vh;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xxlarge {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    color: var(--global-colors--text-muted);
    font-weight: 300;
  }

  .body {
    padding-top: .125rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .navbar-logo-image.nav {
    max-width: 70%;
  }

  .block-quote {
    background-position: 0 20px;
    background-size: 30px;
    padding-top: 4rem;
    padding-left: 0;
  }

  .text-meta {
    font-size: 13px;
  }

  .text-meta.inverse-text-color-muted {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .card-padding.xlarge {
    padding: 2rem 2.25rem;
  }

  .card-padding.small {
    padding: 1rem 1.25rem;
  }

  .card-padding.large {
    padding: 1.75rem 2rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .heading-medium.text-uppercase {
    font-size: 2rem;
  }

  .nav {
    color: var(--global-colors--text-muted);
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
  }

  .text-rich-text blockquote {
    background-position: 0 10px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr;
  }

  .text-meta-large {
    font-size: 14px;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 2.5rem;
  }

  .heading-small.text-uppercase {
    font-size: 2rem;
  }

  .heading-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-h6.text-uppercase {
    text-align: center;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .section-styleguide {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .navbar-right-button {
    display: none;
  }

  .mobile-menu-nav-link {
    color: #34251c;
  }

  .mobile-menu-nav-link.w--current {
    color: #34261b;
  }

  .mobile-menu-nav-link.hide {
    display: none;
  }

  .mobile-menu-nav-link.hide:hover, .mobile-menu-nav-text:hover {
    color: var(--global-colors--link);
  }

  .navbar-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-wrapper {
    background-color: #ede4d3;
    padding: 1.5rem;
  }

  .navbar-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-image-wrapper {
    height: 60vw;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-home-services {
    background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/_00596831.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .home-services-card-wrapper {
    border-top-width: 1rem;
  }

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-stats-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-services-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-heading {
    font-size: 2.5rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    font-weight: 300;
  }

  .footer-column {
    color: var(--global-colors--text-muted);
    font-size: 16px;
    font-weight: 300;
  }

  .footer-grid, .footer-grid-right {
    font-weight: 300;
  }

  .banner-circle-image {
    width: 80px;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .home-services-item-heading {
    font-size: 16px;
  }

  .project-about-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-image-gallery {
    grid-template-columns: 1fr;
  }

  .project-pagination-previous {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .project-pagination-previous-image-wrapper {
    display: none;
  }

  .project-pagination-next {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-pagination-next-image-wrapper {
    display: none;
  }

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

  .project-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .licensing-inner-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .licensing-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-404 {
    border-radius: 2rem;
    padding: 2.5rem;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading {
    margin-bottom: -9px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-bottom-wrapper {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .hero-sec {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .home-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-tabs-menu {
    margin-bottom: 40px;
  }

  .intro-heading.small {
    font-size: 20px;
  }

  .home-intro-right {
    height: 80vw;
  }

  .content1-layout {
    grid-row-gap: 32px;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .diligence-image.mobile {
    height: auto;
  }

  .syndicate-para, .sourcing-para, .diligence-para {
    font-size: 16px;
  }

  .syndicate-image.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .sourcing-image.mobile {
    height: auto;
  }

  .spacer-xsmall-2 {
    padding-top: 1.5rem;
  }

  .customers-para {
    font-size: 16px;
  }

  .text-size-small-2.font-inter-display {
    text-align: left;
    font-size: 16px;
  }

  .heading {
    text-align: left;
  }

  .text-block-2 {
    text-align: center;
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    display: flex;
  }

  .hero_component {
    min-height: 50vh;
  }

  .hero_header {
    grid-column-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .display-heading {
    font-size: 10vw;
  }

  .hero-bg-img {
    height: 50vh;
  }

  .waves---section-hero-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .waves---mg-top-16._2._3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

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

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---paragraph-big {
    font-size: 16px;
  }

  .waves---content-image-halves {
    color: var(--global-colors--text-muted);
    align-items: stretch;
  }

  .hero-heading-left {
    flex-flow: row;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .container-7 {
    max-width: none;
  }

  .hero-wrapper-2 {
    flex-flow: column wrap-reverse;
  }

  .hero-wrapper-2.mobile {
    display: block;
  }

  .hero-wrapper-2.desktop {
    display: none;
  }

  .hero-heading-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-reviews {
    font-size: 2rem;
  }

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

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .text-block-6 {
    font-size: 22px;
    line-height: 1.5;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-8 {
    max-height: 110%;
    overflow: clip;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 30px;
  }

  .waves---subtitle-2 {
    font-size: 16px;
  }

  .waves-title-wrap-hero-2 {
    padding-right: 0;
  }

  .slider {
    flex-flow: row;
    height: 40vh;
    display: block;
  }

  .slide-3, .slide-4 {
    background-position: 45%;
  }

  .slide-5 {
    background-position: 55% 0;
  }

  .slide-6 {
    background-position: 30%;
  }

  .slide-7 {
    background-position: 70%;
  }

  .slide-8 {
    background-position: 50%;
  }

  .slide-9 {
    background-position: 40%;
  }

  .slide-2-4 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6c8-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6cc-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_01aab7d9-c135-e161-f478-e48bc7d92ee7-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_01aab7d9-c135-e161-f478-e48bc7d92eef-b03412d8, #w-node-_5cbea69e-73fa-1ac2-1626-da44c9d7907d-b03412d8, #w-node-c7c30ac9-a76a-ef1e-f999-fa0ba59f3af6-b03412d8, #w-node-_779629dc-bfaf-6424-a7f0-1d7bec454c9d-b03412d8, #w-node-c2128974-b55c-8b1c-b238-6f13ce8cc9da-b03412d8, #w-node-c2128974-b55c-8b1c-b238-6f13ce8cc9db-b03412d8, #w-node-c2128974-b55c-8b1c-b238-6f13ce8cc9dd-b03412d8, #w-node-aa8f88c0-fdd1-f7cd-df6c-703be68b2c6e-b03412d8, #w-node-aa8f88c0-fdd1-f7cd-df6c-703be68b2c6f-b03412d8, #w-node-aa8f88c0-fdd1-f7cd-df6c-703be68b2c71-b03412d8, #w-node-_81eab615-7c28-10a6-b95f-bbd718efa8c7-b03412d8, #w-node-_81eab615-7c28-10a6-b95f-bbd718efa8c8-b03412d8, #w-node-_81eab615-7c28-10a6-b95f-bbd718efa8ca-b03412d8, #w-node-_4c2a25a0-e4a2-8539-f933-d4943c890c0e-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c2a25a0-e4a2-8539-f933-d4943c890c0f-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37b4af42-bd47-1289-f372-c8a8848ac38a-b03412d8, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e04-b03412d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-b03412d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e12-b03412d8, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e18-b03412d8, #w-node-_1ec41352-1ba6-d123-4fb5-73002b5631b7-b03412d8, #w-node-_6cf85d24-8dbe-07e8-4453-9a347a13f528-b03412d8, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d59-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5c-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5d-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5e-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d75-3fc48d54, #w-node-c77d4a54-26f6-8954-5afb-b6436ce86a1b-0c6e61f9, #w-node-cff61bd8-8a41-ab62-6e9f-dc83ca41c6f2-b03412db, #w-node-_59a7880c-d25b-f405-ea56-877d93e334c4-b03412db, #w-node-cff61bd8-8a41-ab62-6e9f-dc83ca41c6fc-b03412db, #w-node-d95f6a31-d6b5-38ed-2308-05eb4d841350-b03412db, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83f7-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83f8-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e83fa-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8403-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8404-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8406-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e840f-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8410-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8412-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841b-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841c-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e841e-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e844e-b03412df, #w-node-a291b8c7-42a7-2d63-fd0d-6c52699e8450-b03412df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f84617f-b03412df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f846180-b03412df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f84618d-b03412df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-be53a79d-69a3-0c7f-ec78-3e012f846195-b03412df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fd7-0e531fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fdb-0e531fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d090a44f-42ca-7472-e203-ee4d4792cc54-b03412e1, #w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1ab-b03412e1, #w-node-f35a781b-f4d3-e2bf-c98e-46821d02b789-b03412e1, #w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1bc-b03412e1, #w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1c4-b03412e1, #w-node-_345c4d47-6ca4-cd9a-a222-af3bc5afa1d4-b03412e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6c8-c8b8a864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6cc-c8b8a864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e04-c8b8a864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-c8b8a864 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e12-c8b8a864, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e18-c8b8a864, #w-node-_1ec41352-1ba6-d123-4fb5-73002b5631b7-c8b8a864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6c8-86712c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_629315ea-8fb3-4d7e-ef2f-f1c8ab64b6cc-86712c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e04-86712c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-86712c6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6646568c-7796-99b2-d92f-5a72bf937e12-86712c6b, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e18-86712c6b, #w-node-_1ec41352-1ba6-d123-4fb5-73002b5631b7-86712c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_01aab7d9-c135-e161-f478-e48bc7d92ee7-b03412d8 {
    justify-self: center;
  }

  #w-node-_4c2a25a0-e4a2-8539-f933-d4943c890c0e-b03412d8 {
    place-self: center;
  }

  #w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-b03412d8, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-c8b8a864, #w-node-_6646568c-7796-99b2-d92f-5a72bf937e0a-86712c6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be53a79d-69a3-0c7f-ec78-3e012f84617f-b03412df, #w-node-be53a79d-69a3-0c7f-ec78-3e012f84618d-b03412df {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}