body {
  background-color: #f5dbda;
  font-family: "Neuzeit® Office Soft Rounded W05", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.main {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.section {
  padding: 80px 60px;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/cascade-bckg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section.green {
  position: relative;
  background-color: #226248;
  background-image: url("../images/green-background.jpg");
  background-position: 50% 50%;
  background-size: cover;
  padding: 280px 60px 50vw 60px;
}

.section.green .container {
  position: relative;
  z-index: 5;
}

.section.green .product-description {
  width: 100%;
  max-width: 100%;
}

.section.green .edition-defined {
  color: #d1a574 !important;
}

.bottle__rye__ornament {
  position: absolute;
  left: 320px;
  bottom: 410px;
  width: 332px;
}

.bottle__rye__media__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 1920px;
  transform: translateX(-50%) !important;
}

.bottle__rye__media__bottle {
  right: 0;
  top: 332px;
  position: absolute;
  margin: 0;
  height: 720px;
  width: 50%;
  object-fit: contain;
  object-position: 50% 50%;
}

.bottle__rye__media__bg {
  position: absolute;
  right: 0px;
  bottom: 148px;
  width: 80%;
}

.section.blue {
  position: relative;
  background-color: #5779ad;
  background-image: url("../images/blue-background.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section.pink {
  background-color: #f5dcdb;
}

.section.copper {
  position: relative;
  background-color: #a7956e;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(167, 149, 110, 0.41)),
      to(rgba(167, 149, 110, 0.41))
    ),
    url("../images/tan-background.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(167, 149, 110, 0.41),
      rgba(167, 149, 110, 0.41)
    ),
    url("../images/tan-background.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.yellow {
  position: relative;
  background-color: #FFE157;
  background-image: url("../images/barrel-proof-background.png");
  background-position: 50% 50%;
  background-size: cover;
}

.section.yellow .edition-defined {
    color: #16688C !important;
}
.section.yellow .edition-h2 {
    color: #16688C !important;
}
.section.yellow .product-description {
    color: #16688C !important;
    font-size: 1.25rem !important;
    line-height: 1.938 !important;
}
.section.yellow .availability{
    color: #16688C !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.section.yellow .legal-text {
    color: #16688C !important;
    font-size: 0.75rem !important;
}

.section.full-picture {
  height: auto;
  padding: 0px;
}

.lip-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 20px;
  background-color: #f5dbda;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1300px;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container.relative {
  position: relative;
}

.container.footer-container {
  padding-top: 80px;
  border-top: 2px solid #403f76;
}

.logo-lip {
  width: 220px;
  height: 105px;
  padding-top: 22px;
  padding-right: 35px;
  padding-left: 35px;
  background-image: url("../images/lip.svg");
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.logo {
  width: 100%;
  height: 60px;
}

.matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-50 {
  position: relative;
  width: 50%;
  min-height: 25px;
  padding-right: 30px;
  padding-left: 30px;
}

.col-50.relative {
  position: relative;
}

.col-50.place-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.kicker {
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.125rem;
  line-height: 3.188rem;
}

.hero-statement {
  display: block;
  margin-bottom: 0px;
}

.hero-h1-hidden {
  position: fixed;
  left: -500%;
  top: -500%;
  right: auto;
  bottom: auto;
}

.arrow-anchor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 40px 30px;
  text-align: center;
}

.continue-down-icon {
  height: 20px;
}

.intro-p {
  max-width: 64%;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: 0px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2.125rem;
}

.cm-logo-edition {
  height: 60px;
  margin-bottom: 35px;
}

.collage-picture {
  position: absolute;
  left: auto;
  top: 50%;
  right: 60px;
  bottom: auto;
  width: 700px;
  height: 430px;
  background-image: url("../images/background-1.png");
  background-position: 100% 50%;
  background-size: auto 440px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.collage-picture.secondary {
  left: 60px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 700px;
  height: 558px;
  background-image: url("../images/mask-right.png");
  background-size: auto 550px;
}

.collage-picture.yellow {
  left: -115px;
  top: 65%;
  right: auto;
  bottom: auto;
  width: 700px;
  height: 558px;
  background-image: url("../images/barrel-proof-foreground.png");
  background-size: auto 550px;
}

@media screen and (max-width: 1024px) {
  .collage-picture.yellow {
    width: 525px;
  }
}

@media screen and (max-width: 768px) {
  .collage-picture.yellow {
    width: 800px;
  }
}

@media screen and (max-width: 425px) {
  .collage-picture.yellow {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .section.yellow .legal-text {
    max-width: 520px;
  }
}

.edition-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 29px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.text-span {
  display: block;
  font-size: 82px;
  line-height: 80px;
}

.bottle-img {
  position: relative;
  display: block;
  height: 720px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.product-description {
  max-width: 520px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.moon {
  position: absolute;
  left: auto;
  top: -100px;
  right: -198px;
  bottom: auto;
  width: 600px;
  height: 600px;
  border-radius: 900px;
}

.lightbox-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 80px;
  box-shadow: 0 0 80px -2px rgba(0, 0, 0, 0.2);
}

.lightbox-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox-overlay:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.play-icon {
  height: 100px;
}

.values-area {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.values-heading {
  margin: 0px auto 40px;
  color: #403f76;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.values-heading-large {
  display: block;
  margin-top: 10px;
  font-size: 80px;
  line-height: 90px;
  text-align: center;
}

.values-matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.value-matrix-column {
  width: 40%;
  min-height: 25px;
}

.value-matrix-column.middle {
  width: 20%;
}

.value-main-img {
  width: 100%;
  padding-left: 15px;
}

.matrix-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.matrix-vertical.right {
  padding-right: 0px;
  padding-left: 60px;
}

.value-description {
  color: #403f76;
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 700;
  text-align: right;
}

.value-description.left {
  text-align: left;
}

.footer {
  padding: 0px 40px 40px;
  background-color: #f5dcdb;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  width: 25%;
  min-height: 25px;
}

.footer-link {
  display: block;
  color: #403f76;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
}

.copyright {
  margin-bottom: 0px;
  color: #403f76;
  font-weight: 400;
}

.footer-logo {
  width: 150px;
}

.product-info {
  padding-top: 0px;
}

.slider {
  display: none;
}

.legal-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}

.edition-defined {
  margin-bottom: 20px;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  text-transform: uppercase;
}


.edition-defined.larger {
  font-size: 100px;
  line-height: 80px;
}

.of-span {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.gd-lockup {
  width: 100%;
  margin-bottom: 30px;
}

.full-img {
  display: block;
  width: 100%;
}

.mobile-product-area {
  display: none;
}

.lightbox-wrapper {
  position: relative;
}

.video-ornament {
  position: absolute;
  left: -51px;
  top: -86px;
  right: auto;
  bottom: auto;
  z-index: 5;
  height: 190px;
}

.moon-image {
  width: 100%;
  height: 100%;
  background-image: url("../images/moon.png");
  background-position: 50% 50%;
  background-size: cover;
}

html.w-mod-js *[data-ix="fade-in-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 1160px) {
  .bottle__rye__ornament {
    width: 260px;
    bottom: 478px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 80px 40px;
  }

  .section.hero {
    height: 740px;
  }

  .section.copper {
    overflow: hidden;
    padding-top: 310px;
  }

  .matrix {
    margin-right: -15px;
    margin-left: -15px;
  }

  .matrix.t-100 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .col-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-50.relative.hm-100.hide-mobile {
    display: none;
  }

  .col-50.t-100 {
    width: 100%;
  }

  .col-50.t-100.centered {
    text-align: center;
  }

  .col-50.t-100.hide-mobile {
    display: none;
  }

  .kicker {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 2.188rem;
    text-align: center;
  }

  .hero-statement {
    height: 270px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .intro-p {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: center;
  }

  .cm-logo-edition {
    height: 50px;
  }

  .edition-h2 {
    font-size: 32px;
  }

  .text-span {
    font-size: 68px;
    line-height: 60px;
  }

  .bottle-img {
    z-index: 5;
    height: 620px;
  }

  .product-description {
    max-width: 750px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 1.188rem;
    line-height: 1.563rem;
  }

  .product-description.secondary {
    max-width: 560px;
  }

  .moon {
    left: 0%;
    top: -150px;
    right: 0%;
    bottom: auto;
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .values-matrix.hide-mobile {
    display: none;
  }

  .value-matrix-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .value-matrix-column.middle {
    display: none;
  }

  .matrix-vertical {
    width: 50%;
    height: auto;
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #8697af;
    border-bottom: 2px solid #8697af;
  }

  .matrix-vertical.right {
    padding-left: 0px;
  }

  .value-description {
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 1.438rem;
    line-height: 1.938rem;
    text-align: center;
  }

  .value-description.left {
    text-align: center;
  }

  .product-info {
    text-align: center;
  }

  .slider {
    display: block;
    height: 310px;
    background-color: transparent;
  }

  .slide-nav {
    font-size: 20px;
  }

  .slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-numbering {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    padding-top: 32px;
    border-radius: 900px;
    background-color: #403f76;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
  }

  .slider-arrow {
    display: none;
  }

  .gd-lockup {
    max-width: 480px;
  }

  .mobile-product-area {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }

  .bottle-pattern {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .section.green {
    padding: 120px 60px;
  }

  .bottle__rye__media__wrapper {
    display: none;
  }

  .bottle__rye__ornament {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    z-index: 5;
    box-shadow: 0 6px 120px -2px rgba(0, 0, 0, 0.91);
  }

  .section.copper {
    padding-top: 269px;
  }

  .col-50.hm-100 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .kicker {
    text-align: center;
  }

  .hero-statement {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .intro-p {
    margin-bottom: 60px;
    text-align: center;
  }

  .collage-picture {
    left: -40px;
    right: -40px;
    height: 720px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bottle-img {
    left: -6px;
    height: 500px;
    margin-top: 0px;
  }

  .product-description {
    margin-right: auto;
    margin-left: auto;
  }

  .moon {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 350px;
    height: 350px;
    margin-top: -140px;
    margin-right: auto;
    margin-left: auto;
  }

  .lightbox-img {
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .values-matrix.hide-mobile {
    display: none;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column._100 {
    width: 100%;
    margin-bottom: 50px;
  }

  .copyright {
    padding-right: 169px;
  }

  .product-info {
    padding-top: 0px;
    text-align: center;
  }

  .slider {
    display: block;
    height: 340px;
  }

  .bottle-pattern {
    max-width: 100%;
  }

  .video-ornament {
    top: -52px;
    height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 60px 30px;
  }

  .section.hero {
    height: 100vh;
  }

  .section.blue {
    padding-bottom: 0px;
  }

  .section.copper {
    padding-top: 185px;
    padding-bottom: 0px;
  }

  .lip-line {
    height: 10px;
  }

  .logo-lip {
    width: 180px;
    height: 78px;
    padding-top: 10px;
  }

  .logo {
    height: 46px;
  }

  .kicker {
    font-size: 1.313rem;
    line-height: 1.813rem;
  }

  .hero-statement {
    width: 100%;
    height: auto;
  }

  .arrow-anchor {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-p {
    margin-bottom: 60px;
    font-size: 1.125rem;
    line-height: 1.563rem;
  }

  .cm-logo-edition {
    height: 50px;
    margin-bottom: 30px;
  }

  .collage-picture {
    left: -20px;
    right: -20px;
    height: 547px;
  }

  .edition-h2 {
    font-size: 25px;
    letter-spacing: 4px;
  }

  .text-span {
    font-size: 56px;
  }

  .bottle-img {
    height: 370px;
  }

  .product-description {
    font-size: 1.063rem;
    line-height: 1.625rem;
  }

  .moon {
    width: 240px;
    height: 240px;
    margin-top: -90px;
  }

  .lightbox-img {
    height: 260px;
  }

  .lightbox-link {
    margin-top: 60px;
  }

  .play-icon {
    height: 70px;
  }

  .values-heading {
    font-size: 24px;
  }

  .values-heading-large {
    font-size: 54px;
    line-height: 40px;
  }

  .value-description {
    font-size: 1.313rem;
    line-height: 1.75rem;
  }

  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-link {
    font-size: 15px;
    line-height: 37px;
  }

  .copyright {
    padding-right: 0px;
  }

  .slider {
    height: 390px;
  }

  .slide-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-numbering {
    width: 70px;
    height: 70px;
    padding-top: 26px;
    font-size: 36px;
  }

  .edition-defined {
    font-size: 46px;
    line-height: 32px;
  }

  .edition-defined.larger {
    font-size: 70px;
    line-height: 60px;
  }

  .of-span {
    display: block;
    margin-top: 15px;
    font-size: 34px;
  }

  .gd-lockup {
    max-width: 320px;
  }

  .mobile-product-area {
    margin-right: -30px;
    margin-left: -30px;
  }

  .lightbox-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@font-face {
  font-family: "Neuzeit® Office Soft Rounded W05";
  src: url("../fonts/d8e70381-db31-41c6-93c9-d4a55a86c17d.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neuzeit® Office Soft Rounded W05";
  src: url("../fonts/n-9bcea662-e6c2-4b22-af5d-4c2da3a5e881.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 404 page */
.error-title {
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .error-title {
    font-size: 2.125rem;
    margin-bottom: 10px;
  }
}

.four-zero-four .container.footer-container {
  border-top: none;
}
