:root {
  --secondary: #772014;
  --dark: #2f394d;
  --light: #f0ebd8;
  --primary: #2c8c99;
  --highlight: #ff9000;
  --_type---s: 1.2em;
  --_type---xl: 5em;
  --_type---l: 2.9em;
  --_type---xs: .9em;
  --_type---m: 2.25em;
}

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

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

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

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

.header-section {
  background-color: #111;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 45px;
  display: flex;
}

.header-section.services {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.full-hero-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: block;
}

.full-hero-wrapper.landing {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block {
  background-image: url('../images/circular-artwork-mestizo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  left: -200px;
}

.main-content {
  background-color: var(--secondary);
  background-image: linear-gradient(to bottom, var(--dark), var(--dark)), url('../images/section-texture-adobe-bw.webp');
  color: #fff;
  background-position: 0 0, 50%;
  background-size: auto, contain;
  padding-bottom: 35px;
  position: relative;
}

.main-content.home {
  background-color: var(--light);
  color: var(--secondary);
  background-image: none;
}

.loader {
  z-index: 1000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.image {
  width: 250px;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.logo-fade {
  background-image: url('../images/mestizo-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.heading {
  color: var(--primary);
  font-family: Great Vibes, cursive;
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  inset: -20% auto auto 0%;
}

.image-2 {
  z-index: 200;
  width: 440px;
  position: absolute;
  inset: auto 10% 0% auto;
}

.paragraph {
  color: var(--dark);
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 18px;
}

.quick-stack {
  background-color: #0000;
  padding: 0;
  position: static;
}

.body {
  background-color: #000;
}

.container {
  z-index: 100;
  padding: 0;
  position: relative;
}

.quick-stack-2 {
  background-color: #fff;
}

.navigation {
  background-color: #0000;
  padding-top: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-brand {
  width: 200px;
  padding: 26px 0 0;
  position: relative;
}

.nav-link {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.nav-link.w--current {
  color: var(--highlight);
  text-decoration: none;
}

.top-bar-black {
  background-color: #00000080;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  color: #000;
  background-color: #0000;
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.section {
  background-color: var(--light);
}

.heading-2 {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.div-block-2 {
  width: auto;
  min-width: 150px;
  padding: 15px;
}

.button {
  text-transform: uppercase;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.button.primary {
  background-color: var(--primary);
  border-radius: 0;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.button.form {
  background-color: var(--secondary);
}

.button.testimonials {
  border-bottom: 1.5px solid var(--highlight);
  color: var(--highlight);
  font-size: var(--_type---s);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-weight: 700;
}

.button.secondary {
  background-color: var(--light);
  color: var(--dark);
  font-family: Droid Sans, sans-serif;
  font-size: var(--_type---s);
  font-weight: 400;
}

.header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 300px;
  position: relative;
}

.header.image-1 {
  background-image: url('../images/table-header.webp');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.header.image-3 {
  background-image: url('../images/ravyn-header.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.header.image-4 {
  background-image: url('../images/gregorio-header-1.webp');
  background-position: 50%;
  background-size: auto;
  position: relative;
}

.header.image-4.overlay {
  background-image: url('../images/sedona-bg.webp');
  background-position: 50%;
  background-size: cover;
}

.header.image-6 {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/drum-header.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.header.sedona-image {
  background-image: url('../images/sedona-header.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.header.sedona-image.overlay {
  background-image: url('../images/sedona-bg.webp');
  background-position: 50%;
  background-size: cover;
}

.contact-form {
  background-color: var(--dark);
  background-image: url('../images/table-header.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.container-2 {
  padding: 141px;
}

.cell-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.form-block {
  flex: 1;
}

.field {
  text-transform: uppercase;
  border-radius: 0;
  height: 3em;
  padding: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.text-block {
  color: #ebebeb;
  font-family: Vollkorn, serif;
  font-size: 22px;
  line-height: 22px;
}

.field-label {
  color: #fff;
}

.button-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.services-title {
  z-index: 100;
  color: #fff;
  font-family: Great Vibes, cursive;
  position: relative;
}

.gradient-wrapper {
  background-image: linear-gradient(0deg, #000, #0000);
  position: absolute;
  inset: 0%;
}

.quick-stack-3 {
  padding: 50px;
}

.section-2 {
  background-color: var(--light);
}

.section-3 {
  background-color: var(--light);
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.footer {
  background-color: #202020;
  position: relative;
}

.footer-logo {
  width: 200px;
  margin-bottom: 15px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.underfoot {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--light);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.cell-4 {
  border: 2px solid var(--light);
  background-color: var(--secondary);
  color: var(--light);
  padding: 24px;
  font-family: Vollkorn, serif;
}

.text-block-2 {
  color: var(--light);
  font-size: var(--_type---s);
  margin-bottom: 15px;
}

.link {
  color: var(--light);
}

.body-2 {
  font-family: Vollkorn, serif;
}

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

.collection-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-header {
  z-index: 1000;
  color: var(--light);
  font-family: Great Vibes, cursive;
  font-size: var(--_type---xl);
  line-height: 1;
  position: absolute;
  inset: auto auto 8% 6%;
}

.section-5 {
  background-color: var(--secondary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0 45px 50px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: var(--light);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
}

.testimonials {
  background-color: var(--dark);
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Droid Serif, serif;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: var(--highlight);
  text-align: center;
}

.quote-name {
  color: var(--secondary);
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
  text-align: center;
}

.text-block-5 {
  color: var(--dark);
  font-size: var(--_type---xs);
  text-align: center;
}

.collection-item-2 {
  display: block;
}

.block-quote {
  font-family: Droid Sans, sans-serif;
  font-size: var(--_type---s);
  line-height: var(--_type---xs);
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-heading {
  color: var(--secondary);
  font-size: var(--_type---s);
  text-align: center;
  line-height: 1;
}

.service-heading:hover {
  color: var(--dark);
}

.facebook {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

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

.collection-item-3 {
  width: 100%;
  height: auto;
  color: var(--light);
  background-color: #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  padding: 12px;
  display: flex;
}

.link-2 {
  color: var(--highlight);
  text-transform: uppercase;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Vollkorn, serif;
}

.heading-7 {
  color: var(--light);
  font-family: Droid Serif, serif;
  font-size: var(--_type---m);
  text-align: center;
  line-height: 1;
}

.text-block-6 {
  font-family: Vollkorn, serif;
}

.heading-8 {
  color: var(--light);
  font-family: Droid Serif, serif;
  font-size: var(--_type---m);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
}

.link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.services-link {
  color: var(--dark);
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.collection-item-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 25px;
  display: flex;
}

.text-span {
  font-family: Droid Serif, serif;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-3 {
  color: var(--dark);
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
  flex-flow: row;
  margin-bottom: auto;
  padding: 0;
  line-height: 19px;
  display: block;
  position: static;
}

.text-span-2 {
  color: var(--dark);
  font-family: Great Vibes, cursive;
  font-size: var(--_type---m);
}

.secondary-content {
  background-color: var(--secondary);
  color: var(--light);
  padding: 25px 0;
  position: relative;
}

.paragraph-4 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---xs);
  line-height: 1;
}

.container-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial-quote {
  color: var(--dark);
  font-family: Droid Sans, sans-serif;
  font-size: var(--_type---s);
  text-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  line-height: 22px;
}

.testimonial-name {
  text-align: center;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.testimonial-location {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.testimonial-card {
  background-color: var(--light);
  padding: 25px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-6 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-5 {
  margin-bottom: 35px;
  font-family: Droid Serif, serif;
  font-size: 28px;
  line-height: 32px;
}

.heading-9 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Great Vibes, cursive;
  font-size: 200px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 50px;
  display: flex;
}

.blog-author-block {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}

.rich-text-block {
  text-align: center;
  font-family: Droid Serif, serif;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Great Vibes, cursive;
}

.text-block-7 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.footer-social-link {
  width: 28px;
  height: 28px;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-icon.png');
  background-position: 50%;
  background-size: contain;
}

.footer-social-link.instagram {
  background-image: url('../images/instagram-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-social-link.messenger {
  background-image: url('../images/messenger-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-social-link.fb {
  background-image: url('../images/facebook-icon.png');
  background-position: 50%;
  background-size: contain;
}

.social-icon-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-span-3 {
  font-family: Great Vibes, cursive;
  font-style: normal;
}

.heading-11 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---m);
  font-weight: 700;
  line-height: 1;
}

.text-block-8 {
  color: var(--light);
  font-family: Droid Serif, serif;
  font-size: var(--_type---xs);
}

.collection-list-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.cell-8 {
  justify-content: flex-start;
  align-items: center;
}

.slider {
  width: 100%;
}

.slide-nav {
  display: none;
}

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

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

.heading-12 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---m);
  line-height: var(--_type---m);
  font-weight: 400;
}

.paragraph-6 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
  line-height: var(--_type---s);
  font-weight: 400;
}

.heading-13 {
  font-size: var(--_type---xl);
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.heading-14 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---l);
}

.heading-15 {
  font-family: Great Vibes, cursive;
  font-size: var(--_type---xl);
}

.image-7 {
  width: 400px;
  position: absolute;
  bottom: 0;
}

.container-6 {
  z-index: 100;
  position: relative;
}

.quick-stack-4 {
  padding: 0;
  position: static;
}

.heading-16 {
  color: var(--dark);
  font-family: Droid Serif, serif;
  font-size: var(--_type---m);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.div-block-4 {
  background-color: var(--secondary);
  height: 22em;
  color: var(--light);
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.color-block-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 18em;
  margin-bottom: auto;
  padding: 25px;
  display: flex;
}

.paragraph-7 {
  max-width: none;
  color: var(--light);
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
  font-weight: 700;
}

.collection-item-5 {
  margin-bottom: 40px;
}

.services-icon {
  z-index: -100;
  width: 50px;
  position: relative;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.ripple-top {
  z-index: 200;
  background-image: url('../images/ripple-bg-horiz.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 25px;
  height: 40px;
  position: absolute;
  inset: -20px 0% auto;
}

.paper-wrapper {
  z-index: -100;
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/0090b-512x512.webp');
  background-position: 0 0;
  background-size: 256px;
  position: absolute;
  inset: 0%;
}

.paper-texture {
  z-index: 10;
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/0090b-512x512.webp');
  background-position: 0 0;
  background-size: 256px;
  position: absolute;
  inset: 0%;
}

.horizontal-transition-one {
  z-index: 100;
  background-image: url('../images/border.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 30px;
  height: 30px;
  position: absolute;
  inset: -15px 0% auto;
}

.quick-stack-6 {
  padding-top: 40px;
}

.container-8 {
  z-index: 100;
  position: relative;
}

.cell-12 {
  padding-right: 24px;
}

.footer-link {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  font-size: var(--_type---xs);
  text-transform: uppercase;
  text-decoration: none;
}

.cell-14 {
  justify-content: center;
  align-items: center;
}

.heading-17 {
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
}

.feature-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 50px;
}

.cell-15, .cell-16, .cell-17 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-18 {
  color: var(--light);
  margin-top: auto;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.image-8 {
  width: 200px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.info-block-about {
  background-color: var(--secondary);
  color: var(--light);
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-secondary {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  font-family: PT Serif, serif;
  font-weight: 700;
  display: flex;
}

.heading-secondary.light {
  color: var(--light);
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.section-8 {
  border-style: none;
  border-width: 1px 1px 10px;
  border-color: black black var(--primary);
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20em;
  display: flex;
  position: relative;
}

.container-9 {
  z-index: 100;
  display: block;
  position: relative;
}

.div-block-6 {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-image-right {
  background-image: url('../images/gregorio-smile.webp');
  background-position: 50% 10%;
  background-size: cover;
  width: 40%;
  height: 100%;
  margin-top: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro-paragraph-dark {
  width: 60%;
  max-width: none;
  color: var(--light);
  font-family: Droid Serif, serif;
  font-size: var(--_type---s);
  line-height: 1.2;
}

.background-video-2 {
  z-index: 100;
}

.div-block-7 {
  background-color: #0000;
  width: 50%;
  height: 100%;
  padding: 50px;
  position: relative;
}

.div-block-8 {
  background-color: var(--primary);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-10 {
  z-index: 100;
  position: relative;
}

.section-9 {
  z-index: 0;
  background-color: var(--secondary);
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.container-11 {
  z-index: 200;
  border: 2px solid var(--light);
  width: 50%;
  padding: 25px;
  position: relative;
}

.bg-overlay-primary {
  z-index: 10;
  background-color: var(--dark);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.overlay-bg-secondary {
  z-index: 10;
  background-color: var(--light);
  opacity: 1;
  mix-blend-mode: color-burn;
  position: absolute;
  inset: 0%;
}

.cards-overflow-visible {
  z-index: 100;
  padding-left: 101px;
  padding-right: 101px;
  position: relative;
}

.quick-stack-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.cell-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.about-journey-card {
  border: 2px solid var(--light);
  background-color: var(--dark);
  padding: 30px;
}

.card-image-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-image-wrapper.image-3 {
  background-image: url('../images/table-header.webp');
  background-position: 0%;
  background-size: cover;
}

.card-image-wrapper.image-4 {
  background-image: url('../images/mestizo-2.webp');
  background-position: 50% 35%;
  background-size: cover;
}

.card-image-wrapper.image-1 {
  background-image: url('../images/IMG_8731.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-image-wrapper.image-6 {
  background-image: url('../images/session-header.webp');
  background-position: 100%;
  background-size: cover;
}

.card-image-caption {
  background-color: var(--light);
  color: var(--dark);
  padding: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.link-3 {
  color: var(--light);
  text-decoration: none;
}

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

.bold-text {
  border: 1px #000;
  border-radius: 0;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.empty-state {
  color: var(--dark);
}

@media screen and (max-width: 991px) {
  .image-2 {
    right: -9%;
  }

  .navigation {
    position: absolute;
  }

  .nav-brand {
    z-index: 1000;
  }

  .nav-link {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .paragraph-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .cell-10 {
    display: none;
  }

  .icon {
    z-index: 1000;
    color: var(--light);
    font-size: 40px;
    position: relative;
  }

  .section-9 {
    background-color: #000;
  }

  .cards-overflow-visible {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    z-index: -10;
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 25%;
    display: flex;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    left: 134px;
    right: auto;
  }

  .container {
    height: 48em;
  }

  .cell-2 {
    display: none;
  }

  .section-5 {
    padding-left: 0;
  }

  .collection-item-3 {
    margin-bottom: 10px;
    padding: 15px;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .paragraph-4 {
    font-size: 19px;
    line-height: 19px;
  }

  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-5 {
    font-size: 26px;
    line-height: 26px;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 28px;
  }

  .color-block-dark {
    height: auto;
    margin: 0 25px;
    padding: 30px;
  }

  .cell-10 {
    display: none;
  }

  .heading-secondary {
    text-align: center;
    margin-top: auto;
    padding-left: 58px;
    padding-right: 58px;
  }

  .section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 75em;
    padding-top: 10.5em;
    padding-left: 20px;
  }

  .container-9 {
    width: 75%;
  }

  .section-image-right {
    width: 100%;
    height: 500px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .intro-paragraph-dark {
    width: auto;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .container-11 {
    width: 75%;
  }

  .cards-overflow-visible {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .full-hero-wrapper {
    display: block;
  }

  .main-content.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    display: none;
    position: static;
  }

  .image-2 {
    width: 100%;
    display: block;
    position: static;
    left: 4px;
    right: auto;
  }

  .paragraph {
    color: var(--light);
    font-size: 26px;
    line-height: 26px;
  }

  .quick-stack {
    padding: 0;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .nav-brand {
    width: 120px;
  }

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

  .button.form {
    background-color: var(--highlight);
  }

  .header.image-4, .header.sedona-image {
    background-image: linear-gradient(0deg, #000 7%, #0000), url('../images/gregorio-header-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .contact-form {
    background-image: linear-gradient(#000, #000), url('../images/leaves-header.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding: 0;
  }

  .cell-2 {
    display: none;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .quick-stack-3 {
    background-color: var(--dark);
    padding: 0;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-color: #202020;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-copy {
    color: var(--light);
    flex-flow: column;
  }

  .cell-4 {
    padding: 17px;
  }

  .cell-5 {
    display: none;
  }

  .link {
    color: var(--light);
  }

  .heading-3 {
    margin-top: 40px;
    margin-bottom: auto;
  }

  .heading-header {
    font-size: var(--_type---l);
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .testimonials {
    padding: 25px 15px 15px;
  }

  .service-heading {
    margin-bottom: 5px;
  }

  .facebook {
    display: none;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .cell-7 {
    display: none;
  }

  .collection-item-3 {
    width: 250px;
    margin-bottom: 10px;
    padding: 15px;
  }

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

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px;
    display: flex;
  }

  .collection-item-4 {
    background-color: #fff;
  }

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

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

  .secondary-content {
    padding: 15px 15px 50px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 18px;
  }

  .section-6 {
    padding: 16px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 18px;
  }

  .services-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-3 {
    color: var(--light);
  }

  .heading-11 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
  }

  .container-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .quick-stack-4 {
    margin-bottom: 19px;
  }

  .color-block-dark {
    margin: 10px;
  }

  .cell-9 {
    display: none;
  }

  .collection-item-5 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .cell-10 {
    display: none;
  }

  .container-7 {
    text-align: center;
    padding: 25px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    padding-top: 0;
  }

  .quick-stack-7 {
    padding: 0;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .cell-13 {
    background-color: var(--dark);
    padding: 20px 20px 40px;
  }

  .icon {
    color: var(--light);
    font-size: var(--_type---m);
  }

  .feature-icon {
    margin-bottom: 7px;
  }

  .heading-secondary {
    text-align: center;
    padding: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-secondary.light {
    color: var(--dark);
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
  }

  .section-8 {
    flex-flow: column;
    height: auto;
    padding-top: 8.5em;
    padding-left: 0;
  }

  .container-9 {
    width: auto;
    max-width: 90%;
  }

  .section-image-right {
    width: 100%;
    height: 500px;
    margin-top: auto;
    position: absolute;
  }

  .cell-18 {
    display: none;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .container-10 {
    z-index: 100;
  }

  .container-11 {
    width: 95%;
    padding: 10px;
  }

  .cards-overflow-visible {
    background-color: var(--light);
  }

  .quick-stack-9 {
    padding-top: 0;
  }

  .about-journey-card {
    border-style: none;
    margin-bottom: 30px;
  }

  .card-image-wrapper {
    width: 100vw;
    height: 200px;
  }

  .card-image-wrapper.image-3, .card-image-wrapper.image-4 {
    margin-bottom: 20px;
  }

  .card-image-wrapper.image-1 {
    width: 100vw;
    height: 200px;
    margin-bottom: 20px;
  }

  .card-image-wrapper.image-6 {
    margin-bottom: 20px;
  }

  .cell-20 {
    padding-bottom: 0;
  }

  .nav-menu {
    padding-top: 25vh;
  }
}

#w-node-bf3c7440-78a0-0355-9526-dfa3257c4959-c458c566 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_92f25e6a-89ed-44e8-92ae-2caed540cd33-c458c566 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_29a21536-6e6d-75c3-2c24-af17d9721889-d9721888 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5ad36f9e-c181-8f45-a768-7b30f923e759-00ad5ee7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7b7544e-04da-7846-dfdb-92391b2efbb8-2eb42268 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e20-e6d189c5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1.75fr;
}

#w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e21-e6d189c5, #w-node-c7b0195c-0691-69ab-eef8-4c90fb224527-e6d189c5, #w-node-a9c8a7bb-5a5b-df2d-f9c4-08344d017bd8-e6d189c5, #w-node-ce8735c5-55dc-53af-cee9-6ed8a7d3aa61-e6d189c5 {
  grid-column: span 2 / span 2;
}

#w-node-_050b2c19-2e67-c5c7-3fdf-871b9322799a-e6d189c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b7b7544e-04da-7846-dfdb-92391b2efbb8-2eb42268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf3c7440-78a0-0355-9526-dfa3257c4959-c458c566 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92f25e6a-89ed-44e8-92ae-2caed540cd33-c458c566 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-b7b7544e-04da-7846-dfdb-92391b2efbb8-2eb42268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e20-e6d189c5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e21-e6d189c5, #w-node-c7b0195c-0691-69ab-eef8-4c90fb224527-e6d189c5, #w-node-a9c8a7bb-5a5b-df2d-f9c4-08344d017bd8-e6d189c5, #w-node-ce8735c5-55dc-53af-cee9-6ed8a7d3aa61-e6d189c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_050b2c19-2e67-c5c7-3fdf-871b9322799a-e6d189c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf3c7440-78a0-0355-9526-dfa3257c4959-c458c566 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92f25e6a-89ed-44e8-92ae-2caed540cd33-c458c566 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_29a21536-6e6d-75c3-2c24-af17d9721889-d9721888, #w-node-_5ad36f9e-c181-8f45-a768-7b30f923e759-00ad5ee7, #w-node-b7b7544e-04da-7846-dfdb-92391b2efbb8-2eb42268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e20-e6d189c5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d6c1d17e-76e9-e2d4-eae5-152d1b2b9e21-e6d189c5, #w-node-c7b0195c-0691-69ab-eef8-4c90fb224527-e6d189c5, #w-node-a9c8a7bb-5a5b-df2d-f9c4-08344d017bd8-e6d189c5, #w-node-ce8735c5-55dc-53af-cee9-6ed8a7d3aa61-e6d189c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_050b2c19-2e67-c5c7-3fdf-871b9322799a-e6d189c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


