.pne-reveal {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.pne-reveal--up, .pne-reveal--bottom {
  transform: translateY(3rem);
}
.pne-reveal--left {
  transform: translateX(-3rem);
}
.pne-reveal--right {
  transform: translateX(3rem);
}
.pne-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .pne-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.pos-hero {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
}
.pos-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  pointer-events: none;
}
.pos-hero__inner {
  position: relative;
  z-index: 1;
  width: 50%;
}
.pos-hero__text-wrap {
  max-width: 500px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .pos-hero {
    min-height: 600px;
    background-position: bottom center;
    background-size: contain;
  }
  .pos-hero__inner {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .pos-hero {
    min-height: 400px;
  }
  .pos-hero__inner {
    width: 100%;
  }
  .pos-hero__text-wrap {
    margin-top: 20px;
  }
}

.pos-blocks {
  margin-left: auto;
  margin-right: auto;
}
.pos-blocks__header {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .pos-blocks__header {
    margin-bottom: 2.5rem;
  }
}
.pos-blocks__header-img {
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}
.pos-blocks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .pos-blocks__grid {
    gap: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .pos-blocks__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.pos-blocks__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pos-blocks__surtitle {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #007cc3;
  margin: 0 0 0.3rem;
}
.pos-blocks__title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #007cc3 !important;
  margin: 0 0 1.25rem;
}
.pos-blocks__content {
  max-width: 35rem;
  margin: 0 auto 2rem;
  color: #007cc3;
}
.pos-blocks__content p {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.5;
  color: #007cc3 !important;
  margin: 0;
}
.pos-blocks__image {
  width: 100%;
}
.pos-blocks__image img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pos-timeline .timeline-story-container {
  align-items: stretch;
}
.pos-timeline .timeline-story-left-col {
  flex: 0 0 auto;
  width: -moz-max-content;
  width: max-content;
  align-self: stretch;
  position: relative;
}
.pos-timeline .timeline-story-right-col {
  flex: 1 1 0;
  min-width: 0;
}
.pos-timeline .timeline-content-item {
  min-height: 40vw;
}
.pos-timeline .timeline-content-item > .flex-basis-50,
.pos-timeline .timeline-content-item > .right-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.pos-timeline .timeline-story-container li {
  list-style-type: none;
  padding: 100px 0 !important;
}
.pos-timeline .timeline-story-container ul {
  padding-inline-start: 60px !important;
}
.pos-timeline .timeline-story-container .timeline-story-left-col::after {
  content: "";
  width: 2px;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  background-color: var(--oea_colors_alternate);
}
.pos-timeline .timeline-story-container li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--oea_colors_alternate);
  border-radius: 50%;
  top: calc(50% - 10px);
  left: -60px;
  border: solid 3px var(--oea_colors_white);
  z-index: 2;
}
.pos-timeline .timeline-story-container li.active a {
  color: var(--oea_colors_dark) !important;
}
.pos-timeline .timeline-content-item .image-side-text {
  min-width: 120px;
}
.pos-timeline__legal {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .pos-timeline .timeline-content-item > .flex-basis-50,
  .pos-timeline .timeline-content-item > .right-col {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pos-timeline .timeline-story-left-col.scroll-top {
    display: none;
  }
  .pos-timeline .timeline-content-item-year::before,
  .pos-timeline .timeline-content-item-year::after {
    content: "";
    height: 50px;
    display: block;
    width: 2px;
    background-color: var(--oea_colors_dark);
    margin: auto;
  }
  .pos-timeline .timeline-content-item .right-col {
    min-height: 300px;
  }
}

.pos-future {
  display: flex;
  align-items: stretch;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.pos-future__image {
  flex: 0 0 35%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.pos-future__content {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pos-future {
    flex-direction: column;
  }
  .pos-future__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 250px;
  }
  .pos-future__content {
    flex: 1 1 auto;
    width: 100%;
  }
}

.pos-products {
  position: relative;
  background: transparent;
}
.pos-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 19%;
  background-color: #fff;
  z-index: 0;
}
.pos-products__header {
  text-align: left;
  padding-bottom: 0;
}
.pos-products__text-wrap {
  max-width: 365px;
}
.pos-products__text-wrap p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.pos-products__header,
.pos-products .home-products-container {
  position: relative;
  z-index: 1;
}
.pos-products__header .slick-dots,
.pos-products .home-products-container .slick-dots {
  bottom: 80px;
}
.pos-products .home-products-container .slick-prev,
.pos-products .home-products-container .slick-next {
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 11;
  width: 50px;
  height: 50px;
  border: solid 1px #615f68;
  border-radius: 0;
  background: transparent;
}
.pos-products .home-products-container .slick-prev::before,
.pos-products .home-products-container .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-image: url("../images/icon-arrow-right.svg");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pos-products .home-products-container .slick-prev {
  left: 18%;
  right: auto;
}
.pos-products .home-products-container .slick-prev::before {
  transform: scaleX(-1);
}
.pos-products .home-products-container .slick-next {
  right: 18%;
  left: auto;
}
@media (max-width: 1024px) {
  .pos-products .home-products-container .slick-prev {
    left: 12%;
  }
  .pos-products .home-products-container .slick-next {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .pos-products .home-products-container .slick-prev {
    left: 6%;
  }
  .pos-products .home-products-container .slick-next {
    right: 6%;
  }
}
.pos-products .home-products-container .height-100-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.pos-products .home-products-container .height-100-slider .slick-slide {
  height: auto;
}
.pos-products .home-products-container .height-100-slider .slick-slide > div {
  height: 100%;
}
.pos-products .home-products-item-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start !important;
}
.pos-products .home-products-item {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pos-products .home-products-item-wrapper > a.btn {
  flex-shrink: 0;
}
.pos-products .bottle img {
  max-height: 80vh;
  height: auto;
  width: auto;
}
.pos-products .the-everyday-range-0 img {
  width: 67%;
}
.pos-products .the-everyday-range-1 img {
  width: 77%;
}
.pos-products .the-everyday-range-2 img {
  width: 90%;
}
.pos-products .the-everyday-range-3 img {
  width: 95%;
}
.pos-products .the-everyday-range-4 img {
  width: 95%;
}
.pos-products .glass-bottle-range-0 img {
  width: 95%;
}
.pos-products .glass-bottle-range-1 img {
  width: 95%;
}
@media (max-width: 1024px) {
  .pos-products::before {
    bottom: 24%;
  }
  .pos-products a.bottle {
    max-width: 20%;
  }
  .pos-products a.bottle p {
    display: none;
  }
}
@media (max-width: 767px) {
  .pos-products::before {
    bottom: 30%;
  }
}