:root {
  --color-lightest: #fef3eb;
  --color-darkest: #2b2b2b;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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 {
  background-color: var(--color-lightest);
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bespoke Serif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: var(--color-darkest);
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Bespoke Serif, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.main-container {
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}

.main-container.full-height {
  height: 100svh;
}

.quick-stack {
  padding: 0;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-section {
  width: 100%;
  min-height: 100svh;
  padding-right: 0;
}

.max-width-m {
  max-width: 580px;
}

.flex-block-full-height {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: calc(100svh - 120px);
  padding-right: 32px;
}

.main-heading {
  margin-top: 60px;
}

.hero-section-bg {
  background-image: url('../images/1_Broken-Arrow-Cave.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.quote-wrapper {
  margin-top: 220px;
  margin-bottom: 220px;
}

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

.block-quote {
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
}

.flex-block-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.padding-left.padding-m {
  padding-left: 64px;
}

.box-shadow {
  box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.box-shadow.shadow-dark {
  box-shadow: none;
}

.text-section {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.text-section.full-height {
  min-height: 100svh;
  display: block;
}

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

.padding-right.padding-m {
  padding-right: 64px;
}

.letter-section {
  background-color: var(--color-darkest);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.letter-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.letter {
  width: 100%;
  height: auto;
  overflow: visible;
  transform: rotate(4.5deg);
  box-shadow: 0 2px 45px #000;
}

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

.text-max-width.max-width-m {
  max-width: 480px;
}

.quick-stack-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
  padding: 96px 0 0;
}

.link-block {
  background-color: var(--white);
  color: var(--color-darkest);
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-block:hover {
  background-color: var(--color-darkest);
  color: var(--color-lightest);
}

.heading-style-3 {
  font-family: Bespoke Serif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-underline {
  text-decoration: underline;
}

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

.margin-top.margin-s {
  margin-top: 16px;
}

.flex-block-link {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.flex-block-first {
  flex: 1;
}

.dark-section {
  background-color: var(--color-darkest);
  color: var(--color-lightest);
  padding-top: 96px;
  padding-bottom: 96px;
}

.link-wrapper {
  margin-top: 32px;
}

.link-dark {
  color: var(--color-lightest);
  transition: opacity .25s ease-in-out;
}

.link-dark:hover {
  opacity: .5;
}

.flex-block-footer {
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--color-darkest);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.link-block-footer {
  color: var(--color-darkest);
  width: 100%;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
}

.link-block-footer:hover {
  opacity: .5;
}

.link-text.w--current {
  color: var(--color-darkest);
}

.icon-instagram {
  background-image: url('../images/icon-instagram-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.footer-link-wrapper {
  width: 100%;
  margin-top: 56px;
}

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

.margin-bottom.margin-xl {
  margin-bottom: 128px;
}

.margin-bottom.margin-s {
  margin-bottom: 16px;
}

.footer-link {
  color: var(--color-darkest);
  margin-right: 16px;
}

.footer-legal-link-text {
  width: 100%;
}

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

.align-right {
  float: right;
  clear: right;
  width: 100%;
  display: block;
}

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

.max-with-custom-1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text a {
  color: var(--color-darkest);
}

.rich-text a:hover {
  text-decoration: none;
}

.heading-3 {
  font-weight: 500;
}

.back-home {
  color: var(--color-darkest);
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-container.full-height {
    height: 50svh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-full-height {
    width: 100%;
    height: calc(50svh - 120px);
    padding-right: 0;
  }

  .main-heading {
    margin-top: 40px;
  }

  .hero-section-bg {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .padding-left.padding-m {
    padding-left: 0;
  }

  .box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

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

  .padding-right.padding-m {
    padding-right: 0;
  }

  .text-block-wrapper {
    margin-bottom: 16px;
  }

  .letter-wrapper {
    max-width: 600px;
  }

  .heading-style-3 {
    font-size: 16px;
  }

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

  .footer-link-wrapper {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .main-container, .main-container.full-height {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading {
    margin-top: 20px;
  }

  .block-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .letter-wrapper {
    max-width: 380px;
  }

  .quick-stack-links {
    padding-top: 48px;
  }

  .text-underline {
    font-size: 14px;
    line-height: 20px;
  }

  .link-wrapper {
    margin-top: 16px;
  }

  .link-dark {
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-footer {
    margin-bottom: 8px;
  }

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

  .footer-link-wrapper {
    margin-top: 0;
  }

  .footer-link, .text-align-right {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .flex-block-full-height {
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(65svh - 120px);
    padding-top: 32px;
  }

  .hero-section-bg {
    height: 35%;
  }

  .block-quote {
    font-size: 32px;
    line-height: 36px;
  }

  .text-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .letter-wrapper {
    max-width: 320px;
  }

  .quick-stack-links {
    padding-top: 48px;
  }

  .heading-style-3 {
    margin-bottom: 16px;
  }

  .flex-block-footer {
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .icon-instagram {
    width: 18px;
    height: 18px;
  }

  .flex-block-horizontal {
    width: 100%;
  }

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

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-f8b5647c-163d-43a7-9563-8dfc9e8aa7a1-2195307e, #w-node-_1dcfd36e-0c4b-bc36-c239-3d606636db3a-2195307e, #w-node-_71e4c55f-b281-8c08-d676-49d12d62f804-2195307e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78ff47c2-8d28-4486-692f-a32b37d10847-2195307e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6df8be75-2f94-f6a5-f075-88f4a1431f8b-2195307e, #w-node-ffb06341-d442-7d6e-cac0-c32ba2c8f404-2195307e, #w-node-_4ffee1b7-8110-8853-d365-1c133a9dbc52-2195307e, #w-node-a3619039-26cb-710b-3e77-fc43433faffc-2195307e, #w-node-_40218e13-f383-6b88-0617-101139566bdd-456033ba, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545da-456033ba, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545db-456033ba, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545ee-456033ba, #w-node-_40218e13-f383-6b88-0617-101139566bdd-53201482, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545da-53201482, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545db-53201482, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545ee-53201482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f8b5647c-163d-43a7-9563-8dfc9e8aa7a1-2195307e, #w-node-_1dcfd36e-0c4b-bc36-c239-3d606636db3a-2195307e, #w-node-_71e4c55f-b281-8c08-d676-49d12d62f804-2195307e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78ff47c2-8d28-4486-692f-a32b37d10847-2195307e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df8be75-2f94-f6a5-f075-88f4a1431f8b-2195307e, #w-node-_40218e13-f383-6b88-0617-101139566bdd-456033ba, #w-node-_40218e13-f383-6b88-0617-101139566bdd-53201482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ffee1b7-8110-8853-d365-1c133a9dbc52-2195307e, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545db-456033ba, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545db-53201482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78ff47c2-8d28-4486-692f-a32b37d10847-2195307e, #w-node-a3619039-26cb-710b-3e77-fc43433faffc-2195307e, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545ee-456033ba, #w-node-_329695cb-03a6-d943-60ca-cfc8e80545ee-53201482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bespoke Serif';
  src: url('../fonts/BespokeSerif-Medium.woff2') format('woff2'), url('../fonts/BespokeSerif-Medium.eot') format('embedded-opentype'), url('../fonts/BespokeSerif-Medium.woff') format('woff'), url('../fonts/BespokeSerif-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}