@use postcss-preset-env {
  stage: 0;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01rem;
  line-height: 20px;
  color: #333;

}

ul {
  padding-left: 1.5rem;
}

li {
  padding-bottom: 0.1rem;
}

li::marker {
  color: #58554e;
}

img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
    cursor: pointer;

}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

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

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

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

}

@media screen and (max-width: 767px) {

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: #171716;
  letter-spacing: -.00563rem;
  background-color: #e5e2dc;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

h1 {
  letter-spacing: 0.01rem;
  /* margin-top: 20px;
  margin-bottom: 10px; */
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

h2 {
  color: #85837f;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  /* text-align: center; */

}

a {
  color: #594e35;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: #d04d0b;

}

figcaption {
  color: #89847a;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
}

.card-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "Area"
    "."
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 3rem;
  display: grid;
}

.card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  /* background-color: #ffd500; */
  border-radius: 0;
  flex-flow: column;
  padding: 4rem 2rem 1rem;
  text-decoration: none;
  transition: all .25s;
  display: grid;
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-items: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  height: 650px;
  display: flex;
  transition: filter 0.3s ease;
  background: var(--bg);
  background-size: cover;
  position: relative;
  z-index: 0;

}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
    opacity: 0;

  /* 20% black overlay */
  z-index: 1;
  transition: opacity 0.4s ease;
}

.card>* {
  position: relative;
  z-index: 2;
}

.card:hover::before {
  opacity: 0.15;
}

.card-title {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.card-subtitle {
  color: #272727;
  opacity: 0.75;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.card-head-container {
  justify-content: flex-start;
  align-items: center;
}

.card-container {
  max-width: 1060px;
  padding-top: 2rem;
}

.container {
  max-width: 36rem;
  padding: 5rem 1rem 33.3vh;
}

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

.image-inline {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline-block;
}

.image-inline.border {
  border: 1.5px solid #d9d6d0;
  border-radius: .7rem;
}

iframe {
  border: 1.5px solid #d9d6d0 !important;
  border-radius: .7rem;
  width: 100%;
}


.padded {
  padding: 1rem;
  background-color: #dedbd6;
  border: 1.5px solid #d9d6d0;
  border-radius: .7rem;

}

.padded.x2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dedbd6;
  border: 1.5px solid #d9d6d0;
  border-radius: .7rem;

}


.phone-container {
  background-color: #ffffff0d;
  border: 2px solid #333;
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  height: 28rem;
  padding: 1rem 3rem;
  display: flex;
  overflow: hidden;
}

.phone-image {
  height: 100%;
}

.back {
  color: #89847a;
  transition: all .2s;
  text-decoration: none;

}

.back:hover {
  color: #2c2a27;

}

.quote {
  font-style: italic;
  color: #58554e;
}

.quote.attr {
  font-style: italic;
  color: #36342f;
}

.brackets {
  margin: 1rem;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}

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

.nav {
  padding-bottom: 1rem;
}



@media screen and (max-width: 767px) {
  .card-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .card {
    height: 470px;
  }

  .container {
    padding-top: 2rem;
  }

  .card-container {
    padding-top: 0;
  }

  .nav {
    padding: 2rem;
  }

  .container {
    padding-bottom: 10vh;
  }

}


@media screen and (max-width: 479px) {
  .card-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_107a06ac-9c66-216b-66d3-53c2207e7069-3ec7a1df {
  grid-area: Area;
}


@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay extblk';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay extlt';
  src: url('../fonts/HelveticaNowDisplay-ExtLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-BoldIta.otf') format('opentype'), url('../fonts/HelveticaNowDisplay-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay hairline';
  src: url('../fonts/HelveticaNowDisplay-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay extblkita';
  src: url('../fonts/HelveticaNowDisplay-ExtBlkIta.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay extbdita';
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay extltita';
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-MedIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}