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

:root {
  --primary-purple: #472145;
  --inter-tight: "Inter Tight", sans-serif;
  --amber: #c45c0b;
  --magenta: #aa1289;
  --green: #5f7740;
  --navy: #2e294e;
  --headings: Traminette, Arial, sans-serif;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  color: var(--primary-purple);
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Traminette, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

p {
  max-width: 500px;
  color: var(--primary-purple);
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-hero {
  height: 102svh;
}

.nav-link {
  font-family: var(--inter-tight);
  color: var(--primary-purple);
  font-weight: 800;
}

.button-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button {
  background-color: var(--amber);
  font-family: Inter Tight, sans-serif;
  font-weight: 700;
  box-shadow: 0 3px 7px #0000004f;
}

.button.cut-1 {
  background-color: var(--primary-purple);
  padding: 15px 21px;
  font-size: 16px;
}

.button.cut-1.orange {
  background-color: var(--amber);
  transition: background-color .375s;
}

.button.cut-1.orange:hover {
  background-color: var(--magenta);
}

.button.form-submit {
  padding: 15px 30px;
  font-size: 16px;
}

.button-2 {
  background-color: var(--amber);
  font-family: Inter Tight, sans-serif;
  font-weight: 700;
  box-shadow: 0 3px 7px #0003;
}

.button-2.cut-1 {
  padding: 15px 21px;
  font-size: 16px;
}

.button-2.cut-2 {
  background-color: var(--green);
  padding: 15px 21px;
  font-size: 16px;
  transition: background-color .375s;
}

.button-2.cut-2:hover {
  background-color: var(--navy);
}

.brand {
  background-color: #fff0;
  border-radius: 100%;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 16px 16px;
  position: relative;
  inset: auto 0%;
}

.brand.w--current {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.brand.cut-1 {
  background-color: #fff0;
  position: relative;
}

.navbar {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-contain {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-texture {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  height: 20px;
}

.nav-div {
  pointer-events: none;
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divider-cut-2 {
  z-index: 20;
  background-color: #fff;
  height: 20px;
  position: absolute;
  inset: -19px 0% auto;
}

.divider-cut-2.purple {
  background-color: #e2d7cb;
  top: -19px;
  bottom: auto;
}

.divider-cut-2.footer-divider {
  background-color: var(--primary-purple);
}

.hero-vineyard-lower {
  z-index: 1;
  width: 110%;
  max-width: none;
  margin-bottom: -8vw;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-wine-pour {
  z-index: 2;
  width: 55vw;
  position: absolute;
  inset: auto -8.8vw -2vw auto;
}

.hero-grapes-hold {
  z-index: 2;
  width: 34vw;
  position: absolute;
  inset: -6.7vw 3vw auto auto;
  transform: rotate(18deg);
}

.hero-content {
  background-color: #fff;
  padding: 2rem;
}

.hero-content.image-cut-1 {
  z-index: 10;
  filter: drop-shadow(0 6px 5px #0000001f);
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12vw;
  padding: 0;
  display: none;
  position: absolute;
  inset: auto 0% 4vw;
}

.hero-paper {
  opacity: .63;
  width: 100%;
  height: 100%;
}

.hero-vine {
  z-index: 2;
  width: 30vw;
  position: absolute;
  inset: 18vw auto auto -2vw;
}

.hero-compass {
  z-index: 2;
  width: 40vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-center {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6vw;
  display: flex;
  position: relative;
}

.hero-logo-wrap {
  z-index: auto;
  position: relative;
  top: 2vw;
}

.hero-logo {
  z-index: 7;
  width: 30vw;
  position: relative;
  left: 2.5vw;
}

.hero-logo.overlaycombo {
  z-index: 20;
  mix-blend-mode: screen;
  position: absolute;
}

.hero-indiana {
  z-index: 5;
  filter: drop-shadow(2px 2px 9px #0000005c);
  width: 17vw;
  position: absolute;
  inset: auto 0% -6.3vw 4.4vw;
}

.hero-compass-fade {
  z-index: -20;
  opacity: .1;
  width: 45vw;
  max-width: none;
  position: absolute;
  inset: auto -7.1vw -12.2vw auto;
}

.nav-menu-wrap {
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-para {
  max-width: 350px;
  font-family: var(--inter-tight);
  color: var(--primary-purple);
  font-weight: 600;
}

.hero-barrels {
  z-index: 2;
  width: 25vw;
  position: absolute;
  inset: auto auto -2vw -7.3vw;
}

.winery-data-source {
  display: block;
  overflow: visible;
}

.nav-spacer {
  width: 10vw;
}

.back-circle {
  z-index: 9;
  filter: drop-shadow(0 2px 5px #00000014);
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.back-circle.rotated {
  transform: rotate(137deg);
}

.compass-nav {
  z-index: 10;
  filter: drop-shadow(0 9px 6px #0000001f) drop-shadow(0 3px 8px #00000070);
  width: 6vw;
  position: relative;
}

.hero-clouds {
  z-index: 7;
  opacity: .9;
  width: 75vw;
  position: absolute;
  inset: -17.9vw auto auto;
}

.hero-sun {
  z-index: 0;
  width: 64vw;
  position: absolute;
  inset: auto -3% 3% auto;
  transform: rotate(-12deg);
}

.hero-sun.textured-sun {
  width: 45vw;
  bottom: 8vw;
  right: -6%;
}

.svg-textured {
  width: 64vw;
  height: 75vw;
  position: absolute;
  right: -3vw;
}

.hero-grid {
  z-index: 0;
  opacity: .2;
  width: 60vw;
  max-width: none;
  position: absolute;
  inset: auto -14.8vw -16.5vw auto;
}

.content-contain {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.content-contain.purple {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #47214500;
}

.content-contain.graoes {
  padding-left: 0;
  position: relative;
}

.heading {
  line-height: 3.5rem;
}

.hero-content-background {
  background-color: #fff;
  padding: 32px;
}

.hero-content-background.img-cut-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  flex-flow: column;
  display: flex;
}

.hero-content-background.img-cut-3.paragrapher {
  background-color: #fff;
}

.image-collage-1 {
  width: 40vw;
}

.section-after-hero {
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 11rem;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-3-ways {
  background-color: #e2d7cb;
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
}

._3-ways-card {
  cursor: pointer;
  width: 30vw;
  transition: transform .3s;
  position: relative;
  transform: rotate(0);
}

._3-ways-card:hover {
  transform: none;
}

.image-card-wrap.img-cut-1, .image-card-wrap.img-cut-2 {
  width: 30vw;
  height: 30vw;
  overflow: hidden;
}

.image {
  width: 30vw;
}

.card-heading {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
}

.card-descriptor {
  background-image: linear-gradient(#fff0, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 31px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-para {
  color: #fff;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
}

.card-image-land {
  width: auto;
  max-width: none;
  height: 100%;
}

.footer {
  background-color: var(--primary-purple);
  position: relative;
}

.section-about-grape {
  padding-top: 12rem;
  padding-bottom: 6rem;
  position: relative;
}

.grapes-image-wrap {
  padding-bottom: 11vw;
  position: relative;
  overflow: hidden;
}

.image-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-3 {
  z-index: 0;
  width: 120%;
  max-width: none;
  position: absolute;
  inset: -9.6vw -8vw 0% auto;
}

.image-4 {
  width: 45vw;
}

.image-5 {
  width: 50vw;
  position: absolute;
  inset: 55% 0% 0% auto;
}

.divider-div {
  background-color: var(--primary-purple);
  height: 3px;
}

.image-6 {
  width: 8vw;
}

.eyebrow {
  color: var(--amber);
  font-size: 14px;
  font-weight: 700;
}

.div-block-2 {
  background-color: var(--primary-purple);
  height: 2px;
}

.video-wrap {
  width: 40vw;
  height: 30vw;
  overflow: hidden;
}

.image-7 {
  width: 50vw;
  position: absolute;
  inset: auto -11.7vw -14.5vw auto;
  transform: rotate(61deg);
}

.code-embed {
  pointer-events: none;
}

.hero-charcuterie {
  z-index: 2;
  width: 40vw;
  position: absolute;
  inset: -1.3vw auto auto -9.5vw;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.image-8 {
  opacity: 1;
  mix-blend-mode: darken;
  position: absolute;
}

.rotater1 {
  transition: opacity .2s;
  transform: rotate(2deg);
}

.rotater2 {
  transform: rotate(-1deg);
}

.rotater3 {
  transform: rotate(1deg);
}

.text-block {
  color: #fff;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 24px;
  display: flex;
}

.nav-link-text {
  color: var(--primary-purple);
  font-family: Traminette, Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.nav-link-text.find-a-winery {
  color: #fff;
  letter-spacing: 1px;
}

.nav-link-text.hover-underline {
  font-size: 2vw;
}

.nav-link-text.hover-underline.w--current {
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  display: flex;
}

.nav-block {
  padding: 24px;
  text-decoration: none;
}

.nav-block:active {
  color: var(--primary-purple);
  text-underline-offset: 7px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.nav-block:lang(en) {
  text-underline-offset: 6px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--primary-purple);
  text-decoration-color: var(--primary-purple);
  text-decoration-thickness: 4px;
}

.nav-block.find-a-winery {
  background-color: var(--amber);
}

.nav-block.find-a-winery.cut-1 {
  background-color: var(--green);
}

.navmiddle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 24px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.navmiddle.cut-3 {
  margin-top: -10px;
  padding-top: 20px;
  position: static;
}

.nav-right-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.navi-shadow {
  filter: drop-shadow(0 2px 10px #00000030);
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0;
}

.div-block-4 {
  filter: drop-shadow(0 6px 7px #00000078);
  pointer-events: auto;
}

.icon-card {
  width: 35px;
}

.image-9 {
  width: 55px;
}

.div-block-5, .image-border {
  background-color: #fff;
  padding: 12px;
}

.image-border.img-cut-3 {
  transition: transform .3s;
}

.image-border.img-cut-3:hover {
  transform: scale(1.05);
}

.image-10 {
  z-index: 0;
  width: 30vw;
  max-width: none;
  position: absolute;
  inset: 0 0% auto auto;
}

.image-11 {
  width: 110vw;
  max-width: none;
  position: absolute;
  inset: auto 0% 4rem;
}

.divider-cut-3 {
  z-index: 20;
  background-color: #fff;
  height: 20px;
  position: absolute;
  inset: -19px 0% auto;
}

.divider-cut-3.purple {
  background-color: #e2d7cb;
  top: -19px;
  bottom: auto;
}

.divider-cut-3.footer-divider {
  background-color: var(--primary-purple);
}

.divider-cut-1 {
  z-index: 20;
  background-color: #fff;
  height: 20px;
  position: absolute;
  inset: -19px 0% auto;
}

.divider-cut-1.purple {
  background-color: #e2d7cb;
  top: -19px;
  bottom: auto;
}

.divider-cut-1.footer-divider {
  background-color: var(--primary-purple);
}

.divider-cut-1-copy {
  z-index: 20;
  background-color: #fff;
  height: 20px;
  position: absolute;
  inset: -19px 0% auto;
}

.divider-cut-1-copy.purple {
  background-color: #e2d7cb;
  top: -19px;
  bottom: auto;
}

.divider-cut-1-copy.footer-divider {
  background-color: var(--primary-purple);
}

.link {
  color: #fff;
}

.div-block-6 {
  pointer-events: auto;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.hero-section.learn-more {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6vw;
  overflow: hidden;
}

.hero-content-center {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content-page {
  flex-flow: column;
  display: flex;
}

.hero-content-page.learn-more {
  z-index: 10;
  background-color: #fff;
  padding: 24px;
  position: relative;
}

.image-12 {
  width: 45vw;
  margin-bottom: -6vw;
  margin-right: -17vw;
}

.drink-responsibly {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-13 {
  width: 10vw;
}

.image-14 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-15 {
  z-index: 6;
  width: 50vw;
  position: absolute;
  inset: -12% 0% 0% auto;
}

.consume-content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 16vw;
  padding: 36px 10vw 36px 8vw;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
}

.grid-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid-card {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 35vw;
  min-width: 600px;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.grid-card.img-cut-1 {
  -webkit-backdrop-filter: drop-shadow(16px 2px 7px #000000b3);
  backdrop-filter: drop-shadow(16px 2px 7px #000000b3);
}

.card-image {
  width: 35vw;
}

.card-expect-heading, .card-expect-para {
  text-align: center;
}

.grid {
  display: flex;
}

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

.cta-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.image-16 {
  width: 35vw;
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 10rem;
  display: flex;
}

.card-image-wrap {
  width: 32vw;
  height: 24.1vw;
}

.card-image-wrap.img-cut-1.cta {
  width: 35vw;
  height: 22vw;
}

.hero-image-learn-more {
  width: auto;
  max-width: none;
  height: 100svh;
  margin-bottom: -6vw;
  margin-right: -8vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-17 {
  width: 50vw;
}

.history-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  display: flex;
}

.grapes-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 6rem;
  display: flex;
}

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

.data-grape-image {
  width: 20vw;
}

.data-grape-item {
  width: 19vw;
}

.data-grape-title {
  text-align: center;
  font-size: 3rem;
}

.collection-list-wrapper {
  display: none;
}

.bigger {
  font-size: 6rem;
  line-height: 5.5rem;
}

.section-contact {
  justify-content: center;
  align-items: flex-end;
  padding-top: 26rem;
  padding-bottom: 16rem;
  display: flex;
}

.contact-card {
  width: 70vw;
  max-width: 750px;
}

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

.field {
  border-radius: 13px;
}

.form-title {
  color: var(--primary-purple);
}

.submit-button {
  background-color: var(--primary-purple);
}

.section {
  padding-top: 18rem;
}

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

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

.paragraph {
  text-align: center;
  margin-bottom: 4rem;
}

.div-block-9 {
  padding-bottom: 8rem;
}

.mobile-menu-wrap-ministry {
  display: none;
}

.mobile-nav-button {
  display: none;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.mobile-nav-button-js, .mobile-menu-wrap, .mobile-menu-wrap-resource, .mobile-nav-hamburger {
  display: none;
}

.hero-sun-mobile {
  z-index: 0;
  width: 64vw;
  display: none;
  position: absolute;
  inset: auto -3% 3% auto;
  transform: rotate(-12deg);
}

.hero-sun-mobile.textured-sun {
  width: 45vw;
  bottom: 8vw;
  right: -6%;
}

.birds-lottie {
  display: none;
  position: absolute;
  inset: 0%;
}

.image-19 {
  display: none;
}

.image-20 {
  width: 300px;
}

@media screen and (min-width: 1280px) {
  .nav-link-text.hover-underline {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .button-div.learningmore {
    margin-top: 12px;
  }

  .brand {
    width: auto;
    height: auto;
  }

  .hero-vineyard-lower {
    width: 140%;
    margin-bottom: -3vw;
  }

  .hero-wine-pour {
    width: 75vw;
  }

  .hero-grapes-hold {
    width: 65vw;
    top: -10.4vw;
  }

  .hero-vine {
    width: 55vw;
    top: 32.3vw;
  }

  .hero-logo {
    width: 60vw;
    left: 5vw;
  }

  .hero-indiana {
    width: 34vw;
    bottom: -12.6vw;
    left: 8.8vw;
  }

  .hero-compass-fade {
    width: 90vw;
    bottom: -24.4vw;
    right: -14.2vw;
  }

  .hero-barrels {
    width: 45vw;
    left: -9.9vw;
  }

  .compass-nav {
    width: 12vw;
  }

  .hero-clouds {
    width: 100vw;
    top: -24.3vw;
  }

  .hero-sun.textured-sun {
    vertical-align: baseline;
    flex: 0 auto;
    display: none;
  }

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

  ._3-ways-card {
    width: 90vw;
  }

  .image-card-wrap.img-cut-1, .image-card-wrap.img-cut-2 {
    width: 90vw;
    height: 90vw;
  }

  .image {
    width: 90vw;
  }

  .image-4 {
    width: 70vw;
  }

  .video-wrap.img-cut-1 {
    width: 80vw;
    height: 60vw;
  }

  .image-7 {
    width: 70vw;
    bottom: -20.6vw;
  }

  .hero-charcuterie {
    width: 58vw;
  }

  .navi-shadow, .div-block-4 {
    display: none;
  }

  .image-10 {
    width: 90vw;
  }

  .hero-section {
    height: auto;
    padding-bottom: 4rem;
  }

  .hero-section.learn-more {
    height: 100svh;
  }

  .hero-content-center {
    flex-flow: column;
  }

  .hero-content-page.learn-more {
    padding: 12px;
  }

  .image-12 {
    order: -9999;
    width: 90vw;
    max-width: none;
  }

  .consume-content {
    padding: 2vw;
  }

  .white {
    font-size: 5vw;
    line-height: 4.5vw;
  }

  .white.consume, .white.whiteparahide {
    display: none;
  }

  .grid-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-card {
    width: 96vw;
  }

  .card-image {
    width: 96vw;
    max-width: none;
  }

  .card-expect-heading {
    font-size: 7vw;
    line-height: 6vw;
  }

  .card-wrap {
    flex-flow: column;
  }

  .div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .div-block-7.cta2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .card-image-wrap.img-cut-1 {
    width: 96vw;
    height: 72.3vw;
  }

  .card-image-wrap.img-cut-1.cta {
    order: -9999;
    width: 96vw;
    height: 72.3vw;
  }

  .card-image-wrap.img-cut-2, .card-image-wrap.img-cut-3 {
    width: 96vw;
    height: 72.3vw;
  }

  .hero-image-learn-more {
    width: auto;
    height: 100svh;
    margin-right: -40vw;
  }

  .image-17 {
    width: 99vw;
  }

  .history-section {
    flex-flow: column;
  }

  .bigger {
    font-size: 12vw;
    line-height: 10vw;
  }

  .bigger.learning-more {
    font-size: 12vw;
    line-height: 11vw;
  }

  .bigger.grapvar {
    font-size: 8vw;
  }

  .section-contact {
    padding-top: 14rem;
  }

  .mobile-menu-wrap-ministry {
    z-index: 90;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    width: 100vw;
    height: 91svh;
    display: block;
    position: relative;
    overflow: auto;
  }

  .mobile-nav-icon {
    width: 15px;
    margin-right: 16px;
  }

  .mobile-nav-icon.back-arrow {
    transform: rotate(-90deg);
  }

  .mobile-nav-heading {
    color: var(--primary-purple);
    margin-bottom: 20px;
    padding-left: 16px;
    font-family: Traminette, Arial, sans-serif;
  }

  .mobile-nav-button {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    margin: 8px 16px;
    padding: 16px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-button:hover {
    background-color: #e4e4e4;
  }

  .mobile-nav-button-js {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-button-js:hover {
    background-color: #e4e4e4;
  }

  .mobile-menu-div {
    flex-flow: row;
    width: 300vw;
    display: flex;
    overflow: hidden;
  }

  .mobile-menu-wrap {
    z-index: 90;
    background-color: #fff0;
    flex-flow: column;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .mobile-menu-wrap-resource {
    z-index: 90;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    width: 100vw;
    height: 91svh;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .back-arrow-div {
    padding: 6px;
  }

  .mobile-menu-overflow {
    order: 0;
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .mobile-menu-overflow.is-open {
    display: block;
  }

  .mobile-nav-hamburger {
    z-index: 90;
    pointer-events: auto;
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    padding: 3vw;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .mobile-nav-hamburger:hover {
    background-color: #fff0;
  }

  .nav-hamburger {
    z-index: 1;
    width: 8vw;
    position: relative;
  }

  .image-18 {
    z-index: 0;
    filter: drop-shadow(0 7px 10px #0000003b) drop-shadow(0 4px 7px #00000069);
    position: absolute;
    inset: 0%;
  }

  .hero-sun-mobile {
    width: 120vw;
    max-width: none;
    display: block;
    bottom: -36.5vw;
    right: -40vw;
  }

  .birds-lottie {
    display: block;
  }

  .paragraph-2 {
    display: none;
  }

  .image-19 {
    display: block;
  }

  .image-20 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button-2.cut-2.hiddenonmobile {
    display: none;
  }

  .brand {
    margin-left: 0;
    padding-top: 5px;
    padding-left: 12px;
  }

  .brand.w--current {
    margin-left: 8px;
    margin-right: 0;
    padding: 5px;
  }

  .nav-div {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 12px;
  }

  .hero-grapes-hold {
    width: 90vw;
    top: -10.6vw;
    right: -16.5vw;
  }

  .hero-vine {
    width: 60vw;
    top: 40.7vw;
  }

  .hero-logo {
    width: 75vw;
    left: 2.5vw;
  }

  .hero-indiana {
    width: 45vw;
    bottom: -18vw;
    left: 6.3vw;
  }

  .hero-compass-fade {
    width: 120vw;
    bottom: -35.3vw;
    right: -18.2vw;
  }

  .hero-barrels {
    width: 50vw;
    left: -11vw;
  }

  .compass-nav {
    width: 20vw;
  }

  .content-contain.purple {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .content-contain.graoes {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading.bigger {
    font-size: 16vw;
    line-height: 14vw;
  }

  .section-after-hero {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .section-3-ways {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-about-grape {
    padding-top: 6rem;
  }

  .image-4 {
    width: 90vw;
  }

  .image-6 {
    width: 35vw;
  }

  .image-7 {
    width: 110vw;
    bottom: -23.3vw;
    right: -15.2vw;
  }

  .hero-section.learn-more {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40vw;
    padding-left: 0;
  }

  .hero-content-center {
    overflow: hidden;
  }

  .hero-content-center.learn-more {
    justify-content: center;
    align-items: center;
  }

  .hero-content-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-content-page.learn-more {
    background-color: #fff0;
  }

  .image-13 {
    width: 20vw;
  }

  .image-14 {
    background-color: var(--primary-purple);
    height: 30vw;
  }

  .image-15 {
    width: 80vw;
    top: -9%;
  }

  .consume-content {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .white {
    font-size: 9vw;
    line-height: 8.5vw;
  }

  .grid-card {
    min-width: auto;
  }

  .card-expect-heading {
    font-size: 12vw;
    line-height: 11vw;
  }

  .history-section {
    padding-top: 3rem;
  }

  .bigger {
    font-size: 13vw;
    line-height: 12vw;
  }

  .bigger.grapvar {
    font-size: 9.5vw;
  }

  .bigger.whiter {
    color: #fff;
  }

  .section-contact {
    padding-top: 10rem;
  }

  .contact-card {
    width: 90vw;
  }

  .heading-3.bigger {
    font-size: 13vw;
  }

  .div-block-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-menu-overflow {
    display: none;
  }

  .mobile-nav-hamburger {
    background-color: #fff0;
    padding: 5vw;
  }

  .mobile-nav-hamburger:hover {
    background-color: #fff0;
  }

  .nav-hamburger {
    width: 12vw;
  }

  .div-block-10, .div-block-11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-19 {
    width: 100vw;
    max-width: none;
  }
}


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