:root {
  --orange: #f89820;
  --dark-brown: #4a2911;
  --cream: #fff3e5;
  --white: #fff9f5;
  --brown: #b76c29;
  --dark-orange: #de6a26;
  --text-brown: #814a00;
  --black: #232323;
}

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

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

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

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

a {
  text-decoration: underline;
}

.main-navbar {
  z-index: 99;
  background-color: #4a2911;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.navbar-mobile {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-mobile.shadow-three {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.nav-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff3e5;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff3e5;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.button {
  -webkit-text-stroke-color: #f5f7fa;
  background-color: #b76c29;
  margin-top: 0;
  padding: 5px 20px;
  font-family: nimbus-sans, sans-serif;
}

.button-primary-2.button:hover {
  color: #de6a26;
  background-color: #f5f7fa;
  border: 2px solid #de6a26;
}

.text-block {
  text-align: center;
  object-fit: fill;
}

.text-block.futura {
  color: #f89820;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block.futura.white-h {
  color: #fff3e5;
  margin-top: 50px;
}

.text-block.futura.white-h.new {
  margin-top: 45px;
  padding-top: 0;
  font-size: 35px;
}

.text-block.futura.white-h.new.top-spacing {
  margin-top: 0;
}

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

.text-block-2.ns-r {
  color: #aa6100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.text-block-2.ns-r.p-t-plus {
  padding-top: 10px;
  font-size: 20px;
}

.heading-bar {
  background-color: #fff3e5;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-section {
  -webkit-text-fill-color: inherit;
  background-color: #f89820b0;
  background-image: linear-gradient(#f898204d, #f898204d), url('../images/zwagon_full.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  padding-top: 120px;
  padding-bottom: 80px;
}

.logo-container {
  text-align: center;
  background-color: #f8982000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.logo-circle {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hours-heading {
  color: #fff;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
}

.scrolling-headline {
  background-color: #b76c29;
  margin-bottom: 0;
}

.tagline-inner {
  justify-content: center;
  display: flex;
}

.tagline-outer {
  width: 100%;
  overflow: hidden;
}

.tagline-text {
  color: #fff;
  white-space: nowrap;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.hero-title {
  color: var(--orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 45px;
}

.newsletter-section {
  background-color: #fff3e5;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px 40px;
  position: relative;
}

.newsletter-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pickup-heading {
  color: var(--dark-brown);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.footer-link {
  vertical-align: baseline;
  mix-blend-mode: normal;
  color: #f89820;
  font-family: nimbus-sans, sans-serif;
  text-decoration: none;
}

.footer-link:hover {
  color: #de6a26;
}

.footer-bottom {
  color: #fff3e5;
  background-color: #4a2911;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff3e5;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: nimbus-sans, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 17px;
  display: flex;
}

.footer-legal-link {
  color: #fff3e5;
  margin-left: 10px;
  margin-right: 10px;
  font-family: nimbus-sans, sans-serif;
}

.footer-legal-link:hover {
  color: #f89820;
}

.social-icon {
  color: #de6a26;
  flex: none;
  margin-left: 8px;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  left: 0;
}

.social-icon:hover {
  cursor: pointer;
}

.button.button-primary-2 {
  vertical-align: baseline;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button.button-primary-2.new-button {
  margin-top: 0;
}

.button.button-primary-2-copy {
  vertical-align: baseline;
  margin-top: 15px;
  margin-bottom: 10px;
}

.hours-days {
  color: #fff;
  text-align: left;
  float: right;
}

.hours-days.white {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  object-fit: fill;
  align-self: flex-start;
  padding-top: 0;
  font-family: nimbus-sans, sans-serif;
  text-decoration: none;
}

.hours-days-cell {
  padding-left: 0;
}

.hours-times {
  margin-left: 100px;
  padding-left: 0;
  padding-right: 0;
}

.hours-times.orange-italic {
  color: #f89820;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-family: nimbus-sans, sans-serif;
  font-style: italic;
  display: block;
}

.hours-grid {
  grid-column-gap: 47px;
  grid-row-gap: 2px;
  background-color: #4a2911;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 40px;
}

.hours-grid.alt-background {
  background-color: #4a2911;
  height: 250px;
  margin-bottom: 5px;
}

.white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff3e5;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.white.hours-days {
  padding-left: 0;
}

.hours-days.white {
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    object-fit: fill;
    align-self: flex-start;
    padding-top: 0;
    font-family: nimbus-sans, sans-serif;
    text-decoration: none;
}

.white.new-space-section {
  color: #4a2911;
  margin-bottom: 0;
  padding-bottom: 0;
}

.white.new-space-description {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 15px;
}

.white.centered {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.hours-times-cell {
  text-align: right;
}

.hours-times-cell {
  text-align: right;
  padding-top: 0;
}

.footer-grid {
  grid-row-gap: 20px;
  background-color: #4a2911;
}

.footer-contact {
  color: #f89820;
  margin-top: -16px;
}

.footer-address {
  color: var(--white);
  margin-top: -24px;
  padding-top: 0;
  font-family: nimbus-sans, sans-serif;
}

.footer-social-cell, .footer-contact-cell {
  padding-top: 0;
}

.footer-social-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-left: -34px;
    padding-left: 0;
    display: flex;
}

.footer-social-link {
    margin-left: 25px;
}
.button-3.button-primary-2.button {
  background-image: none;
  margin-bottom: 20px;
}

.text-on-b {
  color: #fff;
  padding-right: 20px;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.h2-on-b {
  color: #f89820;
  margin-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.section-11 {
  background-color: #f89820;
}

.people {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f89820;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}

.people.brown {
  background-color: #aa6100;
}

.section-15 {
  background-color: #f89820;
  margin-bottom: 5px;
}

.section-15.alt-background {
  background-color: #aa6100;
  margin-bottom: 0;
}

.text-block-10 {
  color: #aa6100;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}

.heading-17 {
  color: #f89820;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
}

.section-17 {
  background-color: #4a2911;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #b76c29;
  grid-template-rows: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff9f5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 140px 0 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.section-19 {
  background-color: #fff9f5;
  border: 0 solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 140px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.section-22, .section-23 {
  background-color: #fff9f5;
}

.body, .body-2, .body-3, .body-4 {
  background-color: #fff3e5;
}

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

.italic-text.pickup-label {
  color: #f89820;
}

.italic-text.white {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-23 {
  color: #f89820;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.futura {
  text-align: center;
}

.futura.text-block.brown {
  color: #4a2911;
}

.futura.questions {
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
}

.futura.questions.white {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.futura.questions.brown {
  color: #4a2911;
}

.section-26 {
  background-color: #fff3e5;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.heading-24.white {
  padding-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block-12 {
  color: #4a2911;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-16, .container-17 {
  padding-top: 10px;
}

.text-block-14 {
  color: #4a2911;
  text-align: center;
  padding-top: 10px;
  font-style: italic;
  font-weight: 700;
}

.headshots {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #aa6100;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.container-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container-19.margin-bottom-different {
  margin-bottom: 50px;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-25 {
  color: #4a2911;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.text-block-15 {
  color: #fff3e5;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.image-12 {
  border-radius: 20px;
}

.container-20 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-20.margin-bottom-different.different-space {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-right: 80px;
}

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

.text-block-16.white {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
}

.text-block-16.white.new-space-description {
  padding-top: 5px;
  font-size: 15px;
  line-height: 15px;
}

.heading-26 {
  color: #4a2911;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.heading-26.different-top-space {
  color: #4a2911;
  -webkit-text-stroke-color: #f89820;
}

.div-block-9, .div-block-10 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  display: flex;
}

.footer-spacer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

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

.footer-logo-cell {
    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: flex-start;
    display: block;
}

.container-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12.space-2 {
  margin-top: 10px;
}

.text-block-17 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-17.white.new-space-description {
  text-align: center;
  padding-top: 0;
  font-size: 15px;
}

.headiing-37 {
  color: #f89820;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.headiing-37.pickup-label {
  color: #f89820;
}

.headiing-37.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacew {
  color: #f89820;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

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

.heading-28.title-1 {
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
}

.heading-28.white {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
  font-style: normal;
}

.heading-28.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28.centered.white.p-b-sm {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.heading-31.white {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
}

.heading-32 {
  color: #f89820;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.heading-32.centered {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 18px;
  display: flex;
}

.heading-32.padding-top-2 {
  padding-bottom: 0;
}

.heading-33 {
  color: #f89820;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.heading-34 {
  color: #f89820;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.heading-35 {
  color: #f89820;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.heading-36 {
  color: #f89820;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.quick-stack-5 {
  grid-row-gap: 0px;
  padding-bottom: 10px;
}

.heading-37 {
  margin-top: -9px;
  padding-top: 0;
}

.heading-37.white.title-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
}

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

.heading-38.white {
  text-transform: uppercase;
  padding-top: 40px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
}

.heading-38.white.spacing-different-column {
  margin-top: 10px;
  padding-top: 20px;
}

.heading-39 {
  color: #f89820;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
}

.heading-40, .heading-41 {
  color: #f89820;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
}

.section-28 {
  background-color: #4a2911;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.text-block-18 {
  color: #aa6100;
  text-align: center;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: nimbus-sans, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.paragraph-13 {
  color: #4a2911;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.paragraph-14 {
  color: #4a2911;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.heading-44, .heading-45 {
  font-family: futura-pt-bold, sans-serif;
}

.text-span-2, .text-span-3 {
  color: #f89820;
}

.section-29, .container-24 {
  display: none;
}

.hero-heading-right {
  background-color: #4a2911;
  border: 1px #000;
  padding: 10px;
  position: relative;
}

.hero-heading-right.different-bottom {
  padding-bottom: 40px;
}

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

.hero-wrapper {
  background-color: #fff3e54d;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 35px;
  display: flex;
}

.hero-wrapper.m40 {
  margin-top: 40px;
}

.hero-wrapper.mb40 {
  margin-bottom: 40px;
}

.hero-wrapper.mt40 {
  margin-top: 40px;
}

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

.shadow-two {
  border-radius: 20px;
  width: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.margin-bottom-24px-2.white {
  text-align: left;
  margin-bottom: 10px;
}

.heading-46 {
  color: #f89820;
}

.heading-46.special {
  font-family: futura-pt-bold, sans-serif;
}

.section-32 {
  background-color: #4a291100;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-32.new-background {
  background-color: #f8982000;
}

.container-27 {
  background-color: #f89820;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px 40px;
  display: block;
}

.container-27.brown-background {
  background-color: #4a2911;
}

.text-field {
  color: #4a2911;
  border-radius: 10px;
}

.text-field.field {
  color: #814a00;
  border: 1px solid #0000;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.text-field.field:focus {
  border-width: 3px;
  border-color: #b76c29;
}

.text-field-2 {
  color: #4a2911;
  border-radius: 10px;
}

.text-field-2.field {
  color: #814a00;
  border: 1px solid #0000;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.text-field-2.field:focus {
  border-width: 3px;
  border-color: #b76c29;
}

.textarea {
  color: #4a2911;
  border-radius: 10px;
}

.textarea.field {
  color: #814a00;
  border: 1px solid #0000;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.textarea.field:focus {
  border-width: 3px;
  border-color: #b76c29;
}

.submit-button {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.price-headline.pickup-label {
    color: var(--orange);
}

.submit-button.button.button-primary-2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
}

.form {
  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: flex-end;
  align-items: center;
  padding-top: 10px;
  display: block;
}

.field-label {
  color: #814a00;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.field-label.pickup-label {
  color: #f89820;
}

.field-label-2 {
  color: #814a00;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.field-label-2.pickup-label {
  color: #f89820;
}

.field-label-3 {
  color: #814a00;
  text-transform: capitalize;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.field-label-3.pickup-label {
  color: #f89820;
}

.field-label-4 {
  color: #814a00;
  text-transform: capitalize;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.field-label-4.pickup-label {
  color: #f89820;
}

.section-33 {
  background-color: #4a2911;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-33.alt-background {
  background-color: #4a2911;
}

.ns-r.white.text-block-2 {
  text-align: center;
}

.ns-r.white.answer {
  text-align: center;
  padding: 10px 100px 30px;
  font-size: 18px;
}

.ns-r.text-block-2 {
  padding-bottom: 20px;
}

.text-span-6 {
  color: #f89820;
  font-family: futura-pt-bold, sans-serif;
}

.text-span-6:hover {
  color: #de6a26;
}

.section-34 {
  background-color: #4a2911;
  padding-top: 40px;
  padding-bottom: 20px;
}

.orange-i {
  color: #f89820;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.orange-i.unique {
  font-size: 20px;
}

.container-28 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 20px;
  display: none;
}

.div-block-16 {
  float: left;
  clear: left;
  min-width: 25px;
  max-width: 90vw;
  margin-left: 160px;
}

.div-block-17 {
  float: right;
  clear: none;
  width: auto;
  min-width: 25vw;
  max-width: 90vw;
  margin-right: 100px;
}

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

.text-block-20.white {
  padding-top: 0;
}

.text-block-21 {
  text-align: center;
  margin-right: 0;
}

.text-block-21.white {
  padding-top: 0;
}

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

.heading-47.white.heading-white {
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
}

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

.heading-48.white.heading-white {
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
}

.container-29 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message {
  background-color: #fff0;
}

.text-block-22 {
  color: #fff9f5;
  text-transform: none;
  padding-top: 10px;
  font-family: nimbus-sans, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.error-message {
  background-color: #ffdede00;
}

.text-block-23 {
  color: #fff9f5;
  margin-left: -10px;
  padding-left: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.section-35 {
  background-color: #fff3e5;
  margin-bottom: 0;
  padding-top: 10px;
}

.section-36 {
  background-color: #fff3e5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.body-5 {
  background-color: #fff3e5;
}

.text-span-7 {
  text-transform: uppercase;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-span-7.brown {
  color: #4a2911;
}

.text-span-7.brown:hover {
  color: #b76c29;
}

.section-37 {
  background-color: #fff3e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-39 {
  box-sizing: border-box;
  float: none;
  clear: none;
  pointer-events: auto;
  background-color: #aa6100;
}

.body-6 {
  background-color: #fff3e5;
}

.section-41 {
  background-color: #d88621de;
  background-image: linear-gradient(#f898209e, #f898209e), url('../images/cocoon_bg_full.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-circles {
  mix-blend-mode: normal;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 40px;
  position: relative;
}

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 10%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #4a2911;
  margin-bottom: 6px;
  font-family: nimbus-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.heading-51 {
  color: #4a2911;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
}

.text-block-25 {
  color: #4a2911;
  margin-top: 20px;
  padding-top: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 28px;
  font-style: italic;
}

.link {
  color: var(--dark-brown);
  text-decoration: underline;
}

.nav-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
}

.link:hover {
  color: #aa6100;
}

.testimonial-image-left {
  background-color: #4a2911;
  border: 1px #000;
  padding: 20px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  background-color: #fff3e54d;
  border-radius: 20px;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.testimonial-wrapper-four.mt40 {
  margin-top: 40px;
}

.testimonial-wrapper-four.mb40 {
  margin-bottom: 40px;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-20 {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.paragraph-17.white-d {
  color: #fff3e5;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

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

.body-7 {
  background-color: #fff3e5;
}

.container-38 {
  background-color: #fff3e54d;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-38.mt40 {
  margin-top: 40px;
}

.section-42 {
  background-color: #fff3e5;
}

.container-40 {
  background-color: #fff3e54d;
  border-radius: 20px;
}

.container-41 {
  background-color: #fff3e54d;
  border-radius: 20px;
  margin-top: 0;
  padding-top: 0;
}

.container-42 {
  background-color: #fff3e54d;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-44 {
  background-color: #fff3e54d;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-44.mb40 {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.hero-heading-right-2 {
  background-color: #4a2911;
  border: 1px #000;
  padding: 0 30px 20px;
  position: relative;
}

.hero-heading-right-2.mt40 {
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 40px;
}

.hero-heading-right-2.mb40 {
  padding-bottom: 20px;
}

.hero-heading-right-2.p-t-plus {
  padding-top: 40px;
}

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

.hero-wrapper-2 {
  background-color: #fff3e526;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.margin-bottom-24px-3 {
  color: #fff9f5;
  margin-bottom: 0;
  font-family: nimbus-sans, sans-serif;
  font-size: 15px;
}

.image-21 {
  border-radius: 20px;
}

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

.section-44 {
  background-color: #4a2911;
  display: none;
  overflow: visible;
}

.italic-text-2 {
  font-size: 15px;
}

.section-46 {
  color: #4a2911;
}

.text-span-12 {
  color: #f89820;
  font-weight: 700;
}

.link-2 {
  text-decoration: none;
}

.heading-59, .heading-60, .heading-61, .heading-62, .heading-63 {
  color: #fff9f5;
  font-family: futura-pt-bold, sans-serif;
  font-size: 28px;
}

.section-48 {
  background-color: #4a2911ab;
  background-image: linear-gradient(#4a291169, #4a291169), url('../images/canyon_express_food_full.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-49 {
  background-color: #fff3e5;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 30px;
  display: flex;
}

.cell-19, .cell-20, .cell-21 {
  justify-content: flex-start;
  align-items: center;
}

.container-hours-deasktop {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.mobile-review-description {
  color: #aa6100;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}

.link-3 {
  color: #f89820;
}

.link-3:hover {
  color: #de6a26;
}

.text-span-15 {
  color: #f89820;
  font-family: futura-pt-bold, sans-serif;
  font-style: italic;
}

.logo-img {
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.navbar-desktop {
  display: none;
}

.navbar-brand {
    padding-left: 0;
}

.nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #4a2911;
    justify-content: space-between;
    align-items: center;
    display: block;
}

.nav-menu-container {
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.hero-section {
  background-color: var(--cream);
  padding-top: 50px;
  padding-bottom: 40px;
}

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

.hero-subtitle {
  color: var(--dark-brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 35px;
}

.hero-subtitle.pickup-label {
  color: var(--orange);
}

.hero-tagline {
  color: var(--brown);
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.hero-tagline.padding-top-20 {
  padding-top: 20px;
}

.phone-link {
  color: var(--dark-brown);
}

.phone-link:hover {
  color: var(--dark-orange);
}

.long-distance-section {
    background-color: var(--cream);
    padding-top: 50px;
    padding-bottom: 40px;
}

.section-title {
  color: var(--orange);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.section-description.padding-top-20 {
    padding-top: 20px;
}

.section-title.cream {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
}

.section-phone {
  color: var(--dark-brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 25px;
}

.section-phone.pickup-label {
  color: var(--orange);
}

.section-phone.pickup-label.caps {
  text-transform: uppercase;
}

.section-phone.pickup-label.caps._30pt {
  font-size: 30px;
}

.section-phone.pickup-label.caps._40pt {
  font-size: 40px;
}

.button-primary {
  background-color: var(--brown);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-family: nimbus-sans, sans-serif;
  font-size: 14px;
}

.button-primary:hover {
  border: 1px solid var(--brown);
  background-color: var(--cream);
  color: var(--brown);
}

.button-container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.button-container.padding-top-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pickup-time-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--orange);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.pickup-time-parent {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pickup-time-card {
  background-color: var(--cream);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.pickup-condition {
  color: var(--dark-brown);
  text-transform: uppercase;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.pickup-time {
  color: var(--orange);
  text-transform: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
}

.button-center {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.ldr-block {
  background-color: var(--orange);
  border-radius: 20px;
  padding: 20px 40px;
}

.tiny {
  font-size: 12px;
}

#w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d0-a5fd27d0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 6.75fr 2fr;
}

#w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d1-a5fd27d0, #w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d2-a5fd27d0 {
  grid-row: span 3 / span 3;
}

#w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c5d-c3894c5d {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr .5fr 1fr .5fr .75fr;
}

#w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c5f-c3894c5d, #w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c63-c3894c5d {
  grid-column: span 2 / span 2;
}

#w-node-babb54b7-71f7-9434-3f9d-6ef6b0ab6c9c-ce37e639, #w-node-_3a439c68-022a-9f9c-560a-57161d5ed454-1d5ed454 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_668f5179-694e-e8de-8178-3ae4d2f69d83-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69d8e-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69d98-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69da2-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69dac-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69db6-e1497c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_668f5179-694e-e8de-8178-3ae4d2f69d8e-e1497c63, #w-node-_668f5179-694e-e8de-8178-3ae4d2f69d98-e1497c63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d0-a5fd27d0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr 5.25fr 2.5fr;
  }

  #w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c5d-c3894c5d {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr .5fr 1fr .5fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d0-a5fd27d0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, .25fr) 4.75fr 3.75fr;
  }

  #w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c5d-c3894c5d {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, .25fr) 2fr 1.25fr 2fr 1.25fr minmax(0, .25fr);
  }

  #w-node-babb54b7-71f7-9434-3f9d-6ef6b0ab6c9c-ce37e639, #w-node-_3a439c68-022a-9f9c-560a-57161d5ed454-1d5ed454 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05f35087-ae6b-e4b1-20a2-43f5a5fd27d0-a5fd27d0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, .25fr) 11.75fr 2.5fr;
  }

  #w-node-ec1e3ec5-0980-6e93-7091-04a9c3894c5d-c3894c5d {
    display: none;
  }
}


