@font-face {
  font-family: Poiretone;
  src: url('../fonts/PoiretOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro Variablefont Wght;
  src: url('../fonts/CrimsonPro-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro Variablefont Wght;
  src: url('../fonts/CrimsonPro-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --pink-dust: #ffe8e9;
  --pink-metal: #241413;
  --pink-thoughts: #9a7070;
  --stone: #0c2420;
  --steal: #6a8d86;
  --pink: #fbc8c9;
  --font-family: Parisienne;
  --font-family-2: Raleway;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poiretone, Palatino Linotype, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 36px;
}

h6 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Parisienne;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.body {
  background-color: var(--pink-dust);
  min-height: 100svh;
  font-family: Crimsonpro Variablefont Wght, Georgia, sans-serif;
  font-weight: 400;
}

.home-hero {
  background-color: #fdc0c5;
  background-image: url('../images/pt-hero-3bottles-float-400u.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1520px;
  height: 1000px;
  min-height: auto;
  padding-top: 42px;
}

.hero-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.heading {
  filter: drop-shadow(0 0 6px #fff);
  color: var(--pink-metal);
  font-family: Poiretone, Palatino Linotype, sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
}

.blurb-hero {
  color: var(--pink-thoughts);
  background-color: #916d6d00;
  border: 0 solid #ffffff80;
  max-width: 26.8rem;
  margin-top: 0;
  padding: 0;
  font-family: Crimsonpro Variablefont Wght, Georgia, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 200;
  display: flex;
}

.footer-dark {
  background-color: var(--pink-dust);
  color: var(--pink-metal);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 42px;
  font-family: Crimsonpro Variablefont Wght, Georgia, sans-serif;
  font-size: 1.7rem;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  font-size: 1.8rem;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--stone);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--pink-thoughts);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1.1rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

.footer-social-link {
  color: var(--pink-thoughts);
  text-underline-position: auto;
  margin-left: 0;
  text-decoration: none;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--stone);
  text-align: center;
  margin-top: 84px;
  font-size: .9rem;
  line-height: 16px;
}

.footer-copyright-center.pipe {
  color: var(--steal);
}

.footer-brand {
  color: var(--pink-thoughts);
  margin-top: 0;
  font-family: Poiretone, Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}

.section {
  background-color: var(--pink);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 54px 32px;
  display: flex;
}

.container-give {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #294a46;
  background-color: #bfe2dd;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 29rem;
  display: flex;
  overflow: hidden;
}

.image {
  width: 132px;
}

.text-block {
  color: #18130d;
}

.flex-block {
  justify-content: flex-end;
  align-items: center;
  min-height: 800px;
}

.buy-decant {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #a4cdc5;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.buy-decant:hover {
  color: #214e47;
  -webkit-text-stroke-color: #1f3935;
  background-color: #76c7b6;
}

.button-give {
  color: #18130d;
  font-weight: 700;
}

.image-2 {
  width: 32px;
}

.give-subtext {
  color: var(--steal);
  font-family: Crimsonpro Variablefont Wght, Georgia, sans-serif;
  font-size: .9rem;
}

.section-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  padding-bottom: 41px;
}

.background-video {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  padding-top: 54px;
  display: flex;
}

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

.social-instagram, .social-tiktok, .social-youtube {
  color: var(--steal);
  width: 40px;
  margin-left: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-2 {
  border: 0 solid #ffffff8a;
  margin-top: 24px;
  padding: 0;
}

.section-4 {
  background-color: #fdc0c5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-privacy-policy {
  background-color: var(--pink-dust);
  min-width: 100svw;
  min-height: 100svh;
  margin-top: 0;
  padding: 0;
  font-family: Crimsonpro Variablefont Wght, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 2.75rem;
  display: flex;
}

.div-block-3 {
  width: auto;
  min-width: auto;
  max-width: 1000px;
  padding: 60px 40px 100px;
}

.footer-link {
  font-size: .9rem;
}

.footer-link.w--current {
  font-size: .9rem;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-brand {
    font-weight: 400;
  }

  .heading-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading {
    font-size: 4.4rem;
  }

  .footer-dark {
    padding-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .footer-block {
    align-items: center;
    margin-top: 10px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    margin-top: 52px;
  }

  .footer-brand {
    margin-bottom: 0;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    background-position: 50% 0;
    background-size: 81rem;
    height: 860px;
    padding-top: 42px;
  }

  .hero-title {
    padding: 0;
  }

  .heading {
    filter: drop-shadow(0 0 6px #fff);
    text-align: center;
    margin-top: 0;
    font-size: 2.9rem;
    line-height: 2.6rem;
  }

  .blurb-hero {
    color: var(--pink-thoughts);
    text-align: center;
    width: auto;
    max-width: 28rem;
    font-size: 1.1rem;
  }

  .footer-dark {
    padding-bottom: 60px;
  }

  .container {
    max-width: none;
  }

  .footer-copyright-center {
    color: var(--stone);
  }

  .footer-brand {
    font-size: 1.8rem;
    font-weight: 400;
  }

  .container-give {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image {
    width: 94px;
  }

  .flex-block {
    min-height: 700px;
  }

  .buy-decant {
    margin-right: 12px;
  }

  .button-give {
    font-size: .9rem;
  }

  .div-block-2 {
    margin-top: 4px;
  }

  .heading-2 {
    text-align: center;
    line-height: 3.9rem;
  }

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

#w-node-d98e6513-db08-7dcd-b2e6-ba34cf5fa5c1-b6dc5488, #w-node-d98e6513-db08-7dcd-b2e6-ba34cf5fa5ca-b6dc5488, #w-node-d98e6513-db08-7dcd-b2e6-ba34cf5fa5d5-b6dc5488, #w-node-dd4cb4f9-5a9c-7d75-222b-0a2402c9febc-74a45c64, #w-node-dd4cb4f9-5a9c-7d75-222b-0a2402c9fec5-74a45c64, #w-node-dd4cb4f9-5a9c-7d75-222b-0a2402c9fece-74a45c64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Poiretone';
  src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro Variablefont Wght';
  src: url('../fonts/CrimsonPro-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro Variablefont Wght';
  src: url('../fonts/CrimsonPro-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}