:root {
  --text-color-dark: #222;
  --text-color-light: #aaa;
  --brand-color-1: #3898ec;
  --brand-color-2: #c860db;
  --brand-color-3: #63ecc0;
  --brand-color-4: #ffb08b;
  --light-grey-1: #f3f3f5;
  --light-grey-2: #ccc;
  --dark-grey-1: #636363;
  --dark-grey-2: #333;
  --white: white;
  --black: black;
}

body {
  color: #333;
  cursor: default;
  background-color: #ebebeb;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 1.6em;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--text-color-dark);
  cursor: none;
  border-radius: 60px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: underline;
}

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

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

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: var(--text-color-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: 44px;
  background-color: var(--brand-color-1);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  width: 90%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.navbar {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex;
  position: fixed;
}

.container-2 {
  width: 80%;
  height: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
}

.body {
  color: var(--text-color-dark);
  font-family: Outfit, sans-serif;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: var(--text-color-dark);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: var(--text-color-dark);
}

.color-block.cc-font-color-light {
  background-color: var(--text-color-light);
}

.color-block.cc-brand-color-1 {
  background-color: var(--brand-color-1);
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-color-2);
}

.color-block.cc-brand-color-3 {
  background-color: var(--brand-color-3);
}

.color-block.cc-brand-color-4 {
  background-color: var(--brand-color-4);
}

.color-block.cc-light-grey-1 {
  background-color: var(--light-grey-1);
}

.color-block.cc-light-grey-2 {
  background-color: var(--light-grey-2);
}

.color-block.cc-dark-grey-1 {
  background-color: var(--dark-grey-1);
}

.color-block.cc-dark-grey-2 {
  background-color: var(--dark-grey-2);
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  background-color: var(--light-grey-1);
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  border: 1px solid var(--text-color-light);
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: var(--light-grey-1);
  margin-top: 20px;
  margin-bottom: 10px;
}

.link {
  float: right;
  display: block;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

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

.input {
  height: 44px;
  border: 1px solid var(--light-grey-2);
  background-color: #fff;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: var(--dark-grey-1);
}

.input:focus {
  border-color: var(--brand-color-1);
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  color: #1cec88;
  background-color: #1cec88;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

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

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

.card-container {
  background-color: var(--light-grey-1);
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: var(--text-color-light);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: var(--text-color-dark);
}

.tab-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--dark-grey-2);
  color: var(--text-color-dark);
  background-color: rgba(0, 0, 0, 0);
}

.tab-menu {
  box-shadow: inset 0 -1px 0 0 var(--light-grey-2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  box-shadow: inset 0 0 0 1px var(--light-grey-2);
  border-radius: 4px;
}

.heading {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Outfit, sans-serif;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  max-width: 580px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.master-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-container {
  width: 76vw;
  height: 100vh;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-2 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.subheader-hero {
  max-width: 600px;
  color: #e2a5e8;
  text-align: center;
  margin-top: 40px;
  font-family: Apercu Pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

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

.div-block {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.email-link {
  color: #787a7a;
  font-size: 18px;
  display: none;
}

.text-block {
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.heirloom-svg {
  width: 100%;
  max-width: 80%;
  color: #262829;
}

.cursor-wrapper {
  z-index: 100;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-dot {
  width: 8px;
  height: 8px;
  background-color: #e5456a;
  border-radius: 50%;
}

.outer-circle {
  width: 54px;
  height: 54px;
  border: 1.6px solid #f06a89;
  border-radius: 50%;
  position: absolute;
}

.button-3 {
  color: #e2a5e8;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: .2px;
  background-color: rgba(51, 51, 51, 0);
  border-radius: 120px;
  padding: 20px 32px 22px;
  font-family: Elementapro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.button-3:hover {
  color: var(--light-grey-1);
  background-color: rgba(0, 0, 0, 0);
  font-style: italic;
  font-weight: 400;
}

.body-3 {
  background-color: #2e5700;
}

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

  .subheader-hero {
    font-size: 28px;
  }

  .heirloom-svg {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }
}

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .hero-container {
    width: 88vw;
    height: 80vh;
  }

  .subheader-hero {
    margin-top: 20px;
    font-size: 18px;
  }

  .heirloom-svg {
    width: 100vw;
    max-width: 90%;
  }

  .button-3 {
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}


@font-face {
  font-family: 'Latinotype singolare';
  src: url('../fonts/Latinotype---Singolare-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-bold-italic-pro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-italic-pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-light-italic-pro.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-bold-pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-light-pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-medium-italic-pro.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-regular-pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/apercu-medium-pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elementapro';
  src: url('../fonts/ElementaPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elementapro';
  src: url('../fonts/ElementaPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: optional;
}