/* Transitions */
/* Gutters */
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fade-in {
  opacity: 1;
  visibility: visible;
}

.fade-out {
  opacity: 0;
  visibility: hidden;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.image--absolute {
  position: absolute;
}

.image--cover .image__img,
.image--contain .image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image--cover {
  background-size: cover;
}

.image--cover .image__img {
  object-fit: cover;
}

.image--contain {
  background-size: contain;
}

.image--contain .image__img {
  object-fit: contain;
}

.no-object-fit .image--contain .image__img, .no-object-fit .image--cover .image__img {
  display: none;
}

.image__img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  opacity: 0;
}

.image--loaded .image__img {
  opacity: 1;
}

/* Ratio */
.ratio {
  position: relative;
}

.ratio::before {
  content: '';
  display: block;
  width: 100%;
}

/* Square */
.ro-1::before {
  padding-top: 100%;
}

/* Rectangle */
.ro-2::before {
  padding-bottom: calc(575/765 * 100%);
}

.clear::before, .clear::after {
  content: ' ';
  display: table;
}

.clear::after {
  clear: both;
}

/* Common */
.hidden {
  display: none;
}

/* Visually hidden but read by screen readers */
.sr-only {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
}

.icon,
.logo {
  position: relative;
}

.icon svg,
.logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

.fill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}

.img-fill {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.main-content--truly {
  margin: 0 !important;
  padding: 0 !important;
}

.spinner {
  -webkit-animation: spin 7s linear infinite;
          animation: spin 7s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) div:focus,
body:not(.user-is-tabbing) span:focus {
  outline: none;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

/* defer:start */
.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-m {
  vertical-align: middle;
}

.align-t {
  vertical-align: top;
}

.align-b {
  vertical-align: baseline;
}

/* Styles */
.italic {
  font-style: italic;
}

.light {
  font-weight: 100;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

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

.no-wrap {
  white-space: nowrap;
}

/* defer:end */
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes swing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes swing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes text-link-hover {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0%;
  }
  51% {
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@keyframes text-link-hover {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0%;
  }
  51% {
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white-05 {
  color: rgba(255, 255, 255, 0.5);
}

.orange {
  color: #F57054;
}

.green {
  color: #00FA25;
}

.red {
  color: red;
}

/* Background Colors */
.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #F57054;
}

.bg-green {
  background-color: #00FA25;
}

.mha, .mxa {
  margin-left: auto;
}

.mha, .mxa {
  margin-right: auto;
}

.mva, .mxa {
  margin-top: auto;
}

.mva, .mxa {
  margin-bottom: auto;
}

.mt0, .mv0, .mx0 {
  margin-top: 0;
}

.mb0, .mv0, .mx0 {
  margin-bottom: 0;
}

.pt0, .pv0, .px0 {
  padding-top: 0;
}

.pb0, .pv0, .px0 {
  padding-bottom: 0;
}

.pr0, .ph0, .px0 {
  padding-right: 0;
}

.pl0, .ph0, .px0 {
  padding-left: 0;
}

.mt025, .mv025, .mx025 {
  margin-top: 0.25em;
}

.mb025, .mv025, .mx025 {
  margin-bottom: 0.25em;
}

.ml025, .mh025, .mx025 {
  margin-left: 0.25em;
}

.mr025, .mh025, .mx025 {
  margin-right: 0.25em;
}

.pt025, .pv025, .px025 {
  padding-top: 0.25em;
}

.pb025, .pv025, .px025 {
  padding-bottom: 0.25em;
}

.pl025, .ph025, .px025 {
  padding-left: 0.25em;
}

.pr025, .ph025, .px025 {
  padding-right: 0.25em;
}

.mt05, .mv05, .mx05 {
  margin-top: 0.5em;
}

.mb05, .mv05, .mx05 {
  margin-bottom: 0.5em;
}

.ml05, .mh05, .mx05 {
  margin-left: 0.5em;
}

.mr05, .mh05, .mx05 {
  margin-right: 0.5em;
}

.pt05, .pv05, .px05 {
  padding-top: 0.5em;
}

.pb05, .pv05, .px05 {
  padding-bottom: 0.5em;
}

.pl05, .ph05, .px05 {
  padding-left: 0.5em;
}

.pr05, .ph05, .px05 {
  padding-right: 0.5em;
}

.mt075, .mv075, .mx075 {
  margin-top: 0.75em;
}

.mb075, .mv075, .mx075 {
  margin-bottom: 0.75em;
}

.ml075, .mh075, .mx075 {
  margin-left: 0.75em;
}

.mr075, .mh075, .mx075 {
  margin-right: 0.75em;
}

.pt075, .pv075, .px075 {
  padding-top: 0.75em;
}

.pb075, .pv075, .px075 {
  padding-bottom: 0.75em;
}

.pl075, .ph075, .px075 {
  padding-left: 0.75em;
}

.pr075, .ph075, .px075 {
  padding-right: 0.75em;
}

.mt1, .mv1, .mx1 {
  margin-top: 1em;
}

.mb1, .mv1, .mx1 {
  margin-bottom: 1em;
}

.ml1, .mh1, .mx1 {
  margin-left: 1em;
}

.mr1, .mh1, .mx1 {
  margin-right: 1em;
}

.mln1 {
  margin-left: -1em;
}

.mrn1 {
  margin-right: -1em;
}

.mhn1 {
  margin-left: -1em;
  margin-right: -1em;
}

.pt1, .pv1, .px1 {
  padding-top: 1em;
}

.pb1, .pv1, .px1 {
  padding-bottom: 1em;
}

.pl1, .ph1, .px1 {
  padding-left: 1em;
}

.pr1, .ph1, .px1 {
  padding-right: 1em;
}

.mt15, .mv15, .mx15 {
  margin-top: 1.5em;
}

.mb15, .mv15, .mx15 {
  margin-bottom: 1.5em;
}

.ml15, .mh15, .mx15 {
  margin-left: 1.5em;
}

.mr15, .mh15, .mx15 {
  margin-right: 1.5em;
}

.mln15 {
  margin-left: -1.5em;
}

.mrn15 {
  margin-right: -1.5em;
}

.mhn15 {
  margin-left: -1.5em;
  margin-right: -15em;
}

.pt15, .pv15, .px15 {
  padding-top: 1.5em;
}

.pb15, .pv15, .px15 {
  padding-bottom: 1.5em;
}

.pl15, .ph15, .px15 {
  padding-left: 1.5em;
}

.pr15, .ph15, .px15 {
  padding-right: 1.5em;
}

.mt2, .mv2, .mx2 {
  margin-top: 2em;
}

.mb2, .mv2, .mx2 {
  margin-bottom: 2em;
}

.ml2, .mh2, .mx2 {
  margin-left: 2em;
}

.mr2, .mh2, .mx2 {
  margin-right: 2em;
}

.mln2 {
  margin-left: -2em;
}

.mrn2 {
  margin-right: -2em;
}

.mhn2 {
  margin-left: -2em;
  margin-right: -2em;
}

.pt2, .pv2, .px2 {
  padding-top: 2em;
}

.pb2, .pv2, .px2 {
  padding-bottom: 2em;
}

.pl2, .ph2, .px2 {
  padding-left: 2em;
}

.pr2, .ph2, .px2 {
  padding-right: 2em;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}

@media (min-width: 38.75em) {
  .container {
    width: calc(100% - 80px);
  }
}

@media (min-width: 62.5em) {
  .container {
    width: calc(100% - 160px);
  }
}

.container--xxs {
  max-width: 445px;
}

.container--xs {
  max-width: 620px;
}

.container--s {
  max-width: 768px;
}

.container--ms {
  max-width: 840px;
}

.container--m {
  max-width: 1000px;
}

.container--ml {
  max-width: 1160px;
}

.container--l {
  max-width: 1200px;
}

.container--xl {
  max-width: 1440px;
}

.container--xxl {
  max-width: 1600px;
}

#MainContent {
  outline: none;
  margin-top: 56px;
  padding-top: 30px;
}

@media (min-width: 48em) {
  #MainContent {
    padding-top: 45px;
    margin-top: 80px;
  }
}

@media (min-width: 62.5em) {
  #MainContent {
    padding-top: 55px;
  }
}

@media (min-width: 75em) {
  #MainContent {
    padding-top: 65px;
  }
}

#MainContent .content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 520px;
  position: relative;
  width: 100%;
}

.template-index #MainContent {
  margin-top: 0;
  padding-top: 0;
}

.header,
.footer {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.page-width {
  max-width: 1568px;
}

.w1 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 100;
}

.z2 {
  z-index: 200;
}

.z3 {
  z-index: 300;
}

.z5 {
  z-index: 500;
}

.z6 {
  z-index: 600;
}

.z7 {
  z-index: 700;
}

.z8 {
  z-index: 800;
}

/* Header/Promobar */
.z9 {
  z-index: 900;
}

/* Mini-cart */
.z10 {
  z-index: 1000;
}

/* Modals */
.image-with-text-section .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .image-with-text-section .page-width {
    padding: 0 20px;
  }
}

.image-text-blocks {
  margin: 60px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 95px;
  background-color: transparent;
}

.image-text-blocks .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .image-text-blocks .page-width {
    padding: 0 20px;
  }
}

.image-text-blocks .h2, .image-text-blocks h2 {
  font-size: 60px;
  line-height: 1.1;
}

.image-text-blocks .h3, .image-text-blocks h3 {
  font-size: 60px;
  line-height: 1.1;
}

.image-text-blocks .body-2,
.image-text-blocks .body-2 p {
  font-size: 18px;
  line-height: 1.5;
}

.image-text-blocks.reversed .image-text-blocks__content {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.image-text-blocks__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text-blocks.reversed .image-text-blocks__content {
  padding-left: 30px;
}

.image-text-blocks__content-container {
  max-width: 530px;
  width: 100%;
}

.image-text-blocks__content-container .label {
  margin: 0 0 30px;
}

.image-text-blocks__content-container h2 {
  margin: 0 0 40px;
}

.image-text-blocks__content-container .h3 {
  margin: 0 0 30px;
}

.image-text-blocks h2.add-line {
  padding-bottom: 40px;
  border-bottom: 1px solid #C1C4C8;
}

.image-text-blocks__content-container .body-3 {
  margin: 0 0 20px;
}

.image-text-blocks__content-container .button {
  margin: 20px 0 0;
}

.image-text-blocks__content-container .signature {
  max-width: 295px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.image-text-blocks__content-container .signature .sh4 {
  margin: 0;
}

.image-text-blocks.reversed .image-text-blocks__image {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.image-text-blocks__image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text-blocks__image-container {
  /* height: 0; */
  width: 100%;
  /* padding-bottom: 100%; */
  position: relative;
  text-align: center;
}

.image-text-blocks__image-container video{
  max-width: 100%;
}
.image-text-blocks__image-container .spinner {
  position: absolute;
  left: -70px;
  top: 20px;
}

.image-text-blocks__image-container .spinner--2 svg,
.image-text-blocks__image-container .spinner--2 img
 {
  position: absolute;
  left: -60px;
  bottom: 25px;
  color: #505B71;
  -webkit-animation: spin 7s linear infinite;
          animation: spin 7s linear infinite;
}

.image-text-blocks__badge {
  height: 140px;
  width: 140px;
  position: absolute;
  bottom: -17px;
  left: -45px;
}

.image-text-blocks__badge img {
  object-fit: contain;
}

.page-holiday-landing main .shopify-section .holiday-kit {
  position: relative;
}

.page-holiday-landing main .shopify-section .holiday-kit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(//cdn.shopify.com/s/files/1/0275/0903/0983/t/33/assets/holidaykit-bg-pattern.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-holiday-landing main .shopify-section .holiday-kit .page-width {
  position: relative;
  z-index: 2;
}

.holiday-kit {
  background: linear-gradient(360deg, rgba(135, 168, 173, 0.08) 0, rgba(135, 168, 173, 0.4) 100%);
  position: relative;
}

.holiday-kit .page-width {
  position: relative;
  z-index: 2;
}

.holiday-kit .image-text-blocks {
  padding: 25px 0;
  margin: 0;
}

.holiday-kit .image-text-blocks__badge {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 24%;
  left: auto;
  right: 12%;
}

.holiday-kit .image-text-blocks__content-container {
  text-align: center;
}

.holiday-kit .image-text-blocks__content-container .label {
  margin: 0 0 20px;
  color: #505B71;
}

.holiday-kit p.body-2 {
  max-width: 350px;
  margin: 0 auto 10px;
}

.holiday-kit .image-text-blocks__content-container .button {
  margin: 20px 0;
}

.holiday-kit .image-text-blocks__content-container .button .button_title {
  padding-right: 10px;
}

.holiday-kit .image-text-blocks__content-container .button .gray {
  color: var(--white);
  opacity: .5;
  padding: 0 10px;
}

.holiday-kit .image-text-blocks__content-container h2 {
  margin: 0 0 20px;
}

.holiday-kit .html_field {
  margin: 30px 0 0;
}

.holiday-kit .product_name {
  color: #505B71;
}

.holiday-kit .product_name:hover {
  opacity: .5;
}

.holiday-kit .image-text-blocks__image {
  padding: 0 50px 0 0;
}

@media screen and (min-width: 1441px) {
  .holiday-kit .page-width {
    padding: 0;
  }
  .holiday-kit .image-text-blocks__content-container {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .holiday-kit .image-text-blocks__badge {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .image-text-blocks {
    gap: 45px;
  }
  .image-text-blocks__image-container .spinner {
    left: -20px;
  }
  
  .holiday-kit .image-text-blocks__content-container .h1 {
    margin: 0 0 15px;
    font-size: 45px;
    line-height: 1;
  }
  .holiday-kit .page-width {
    padding: 0 20px;
  }
  .holiday-kit .image-text-blocks__content-container .button {
    margin: 10px 0;
  }
  .holiday-kit .image-text-blocks.reversed .image-text-blocks__content,
  .holiday-kit .image-text-blocks__image {
    padding: 0;
  }
  .holiday-kit .html_field {
    margin: 15px 0 0;
  }
  .holiday-kit .image-text-blocks__content-container h2 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .holiday-kit .image-text-blocks__badge {
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .image-text-blocks .h3{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .image-text-blocks {
    margin: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: unset;
    position: relative;
  }
  .image-text-blocks__content-container {
    padding-top: 30px;
  }
  .image-text-blocks__content-container .label {
    margin-bottom: 10px;
  }
  .image-text-blocks h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .image-text-blocks__content-container .signature {
    max-width: 225px;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .image-text-blocks__content-container .signature img {
    max-width: 100%;
  }
  .image-text-blocks.reversed .image-text-blocks__content {
    padding-left: 0;
  }
  .image-text-blocks__badge {
    height: 90px;
    width: 90px;
    position: absolute;
    bottom: -25px;
    left: unset;
    right: 20px;
  }
  .image-text-blocks .spinner--2 svg {
    height: 80px;
    width: 80px;
    position: absolute;
    right: 20px;
    bottom: -70px;
    left: unset;
    -webkit-animation: spin 7s linear infinite;
            animation: spin 7s linear infinite;
  }
  .holiday-kit .image-text-blocks {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .holiday-kit .image-text-blocks .image-text-blocks__content {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .holiday-kit .image-text-blocks__content-container .label {
    margin: 0 0 10px;
  }
  .holiday-kit .image-text-blocks__content-container .h1 {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 44px;
  }
  .holiday-kit .image-text-blocks {
    padding: 0;
  }
  .holiday-kit p.body-2 {
    display: none;
  }
  .holiday-kit .image-text-blocks__image .img-fill {
    object-fit: contain;
  }
  .holiday-kit .image-text-blocks__badge {
    top: 15%;
    right: 45%;
    height: 73px;
    width: 72px;
  }
  .page-holiday-landing main .shopify-section .holiday-kit:before {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 50%;
  }
  .image-text-blocks__image-container.square-image{
    height: 0;
    padding-bottom: 100%;
  }
  .image-text-blocks__image-container.square-image .img-fill_{
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: 0 -80px;
  }
  .image-text-blocks__image-container .spinner--2 img{
    left: -20px;
    bottom: 10px;
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .holiday-kit .image-text-blocks__image {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .holiday-kit .html_field {
    margin: 0 0 20px;
    max-width: 145px;
  }
  .holiday-kit .image-text-blocks__badge {
    right: 15%;
    top: 27%;
  }
  .holiday-kit .image-text-blocks__content-container .button {
    margin: 10px 0 0;
  }
}

.information .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .information .page-width {
    padding: 0 20px;
  }
}

.information .h4, .information h4 {
  font-size: 30px;
  line-height: 1.1;
}

.information .body-3 {
  font-size: 16px;
  line-height: 1.5;
}

.information .body-4 {
  font-size: 15px;
  line-height: 1.5;
}

.information .cta {
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}

.information .label {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.information-block {
  margin: 40px 0;
}

.information-block__content {
  max-width: 845px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.information-block__content h4 {
  margin: 20px 0;
}

.information-block__content p {
  margin: 0;
}

.information-block__learn {
  max-width: 1065px;
  margin: 0 auto;
  border-top: 1px solid #505B71;
  border-bottom: 1px solid #505B71;
}

.information-block__learn button {
  border: 0;
  background: none;
  color: currentColor;
}

.information-block__learn-header {
  width: 100%;
  padding: 22px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.information-block__learn-header p {
  margin: 0;
}

.information-block__learn-control {
  height: 7px;
  width: 7px;
  position: relative;
  display: block !important;
}

.information-block__learn-control::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #505B71;
}

.information-block__learn-control::after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  left: 3px;
  top: 0;
  background: #505B71;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.information-block__learn-header.active .information-block__learn-control::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.information-block__learn-content {
  display: none;
}

.information-block__learn-content-container {
  padding: 50px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  background: #FAFAFA;
}

.information-block__learn-content-item .label {
  margin: 0 0 10px;
}

.information-block__learn-content-item .body-4 {
  margin: 0;
}

.information-block__cta {
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .information-block {
    margin: 30px 0 60px;
  }
  .information-block__content {
    padding-bottom: 20px;
  }
  .information-block__content h4 {
    margin: 0 0 20px;
  }
  .information-block__learn-header {
    padding: 14px 0;
  }
  .information-block__learn-content-container {
    padding: 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
}

.look-closer {
  margin: 60px 0;
}

.look-closer .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .look-closer .page-width {
    padding: 0 20px;
  }
}

.look-closer .label {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.look-closer .h1, .look-closer h1 {
  font-size: 60px;
  line-height: 1.1;
}

.look-closer .sh2 {
  font-size: 20px;
  line-height: 1.5;
}

.look-closer .body-2,
.look-closer .body-2 p {
  font-size: 18px;
  line-height: 1.5;
}

.look-closer .h4, .look-closer h4 {
  font-size: 30px;
  line-height: 1.1;
}

@media (min-width: 769px) {
  .look-closer .h4, .look-closer h4 {
    font-size: 40px;
  }
}

.look-closer.look-closer--timeline {
  margin: 0 !important;
  padding: 80px 0 60px;
  background: linear-gradient(0deg, #FAFAFA 69%, transparent 69%);
}

.look-closer__header {
  margin-bottom: 40px;
  text-align: center;
}

.look-closer__header .label {
  margin: 0 0 20px;
}

.look-closer__header .h1 {
  margin: 0;
}

.look-closer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 95px;
  position: relative;
}

.look-closer__container svg {
  position: absolute;
  left: -40px;
  top: -40px;
}

.look-closer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.look-closer__content-tabs {
  width: 100%;
  padding: 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-bottom: 1px solid #C1C4C8;
}

.look-closer__content-tabs button {
  padding: 0;
  border: 0;
  background: none;
  color: currentColor;
}

.look-closer__content-tabs .look-closer__content-tab {
  padding: 0 10px 12px;
  opacity: 40%;
  position: relative;
  cursor: pointer;
  transition: opacity .2s ease;
}

.look-closer__content-tab::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 5px solid transparent;
  transition: border .2s ease;
}

.look-closer__content-tab.active {
  opacity: 1;
}

.look-closer__content-tab.active::after {
  border-color: #FFCFB6;
}

.look-closer__content-blocks {
  padding: 40px 20px;
}

.look-closer__content-block {
  display: none;
  text-align: center;
}

.active.look-closer__content-block {
  display: block;
}

.look-closer__content-block h4 {
  max-width: 510px;
  margin: 0 auto 30px;
}

.look-closer__content-block h4 span {
  color: #7fa9ae;
}

.look-closer__content-block p {
  margin: 0;
}

.look-closer__image {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.look-closer__image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .look-closer__container {
    gap: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .look-closer__container {
    -ms-grid-columns: 1fr .8fr;
        grid-template-columns: 1fr .8fr;
    gap: 30px;
  }
}

@media screen and (max-width: 875px) {
  .look-closer.look-closer--timeline{
    background: linear-gradient(0deg, #FAFAFA 80%, transparent 80%);
  }
  .look-closer {
    margin: 40px 0 20px;
    position: relative;
  }
  .look-closer__header {
    margin-bottom: 50px;
  }
  .look-closer__header .label {
    margin-bottom: 10px;
  }
  .look-closer__header .h1 {
    font-size: 34px;
  }
  .look-closer__container {
    display: block;
    position: unset;
  }
  .look-closer__container svg {
    width: 60px;
    height: auto;
    top: -20px;
    right: 10px;
  }
  .look-closer__content {
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .look-closer__content-tabs-wrapper {
    margin: 0 -20px;
  }
  .look-closer__content-tabs {
    padding: 0;
  }
  .look-closer__content-blocks {
    padding: 40px 0 30px;
  }
  .look-closer__content-block h4 {
    margin-bottom: 20px;
  }
}

.marquee {
  width: 100wv;
  margin: 0 auto;
  padding: 16px 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: #505B71;
}

.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  z-index: 1;
}

.marquee .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .marquee .page-width {
    padding: 0 20px;
  }
}

.marquee .h5 {
  font-size: 25px;
  line-height: 1.3784;
}

.marquee .label-2 {
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.marquee__content {
  width: 300% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 30s linear infinite forwards;
          animation: marquee 30s linear infinite forwards;
}

.marquee__content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee__item {
  margin: 0;
  padding: 0 30px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee__item .h5 {
  margin: 0 60px 0 0;
  color: white;
}

.marquee__item .h5.no-small-text {
  margin-right: 0;
}

.marquee__item .label-2 {
  margin: 0;
  color: white;
}

@media screen and (max-width: 768px) {
  .marquee__item {
    margin: 0;
    padding: 0 10px;
  }
  .marquee__item .h5 {
    margin: 0 10px 0 0;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}

.page-hero {
  height: 500px;
  position: relative;
}

.page-hero .page-width {
  /* max-width: 1440px; */
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .page-hero {
    height: 230px;
  }
  .page-hero .page-width {
    padding: 0 20px;
  }
}

.page-hero h1 {
  font-size: 90px;
  line-height: 1.5;
}

.page-hero .label {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-hero__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-hero__content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.page-hero__content .label {
  margin: 0 0 30px;
}

.page-hero__content h1 {
  margin: 0;
}

.page-hero svg {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-hero__content .label {
    margin: 0 0 10px;
  }
  .page-hero__content h1 {
    font-size: 42px;
  }
  .page-hero svg {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .page-sustainability .page-hero__content h1 {
    font-size: 50px;
  }
}

.plain-text {
  margin: 60px 0;
}

.plain-text .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .plain-text .page-width {
    padding: 0 20px;
  }
}

.plain-text h2 {
  font-size: 50px;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .plain-text h2 {
    font-size: 34px;
  }
}

.plain-text .label {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.plain-text.with-bg {
  margin: 0;
  padding: 100px 0;
}

.plain-text__wrapper.add-divider {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--beige);
}

.plain-text__container {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}

.plain-text__container .label {
  margin: 0 0 30px;
  color: #000;
}

.plain-text__container h2 {
  margin: 0;
}

.plain-text__container .body-1 {
  max-width: 630px;
  margin: 0 auto;
}

.plain-text.with-bg .body-1 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .plain-text {
    margin: 40px 0;
  }
  .plain-text__wrapper.add-divider {
    padding-bottom: 40px;
  }
  .plain-text.with-bg{
    padding: 50px 0;
  }
}

.source-map {
  padding: 80px 0;
  background: #FFF6EE;
}

.source-map .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .source-map .page-width {
    padding: 0 20px;
  }
  .source-map .h3{
    font-size: 30px;
  }
}

.source-map .label {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.source-map .h3, .source-map h3 {
  font-size: 40px;
  line-height: 1.1;
}

.source-map .body-2,
.source-map .body-2 p {
  font-size: 18px;
  line-height: 1.5;
}

.source-map .detail-3 {
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.source-map .button {
  padding: 16px 40px;
  display: inline-block;
  background: #505B71;
  border: 2px solid #505B71;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.source-map .button:hover {
  background: 0 0;
  color: #505B71;
}

.source-map__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.source-map__content-container {
  max-width: 515px;
}

.source-map__content .label {
  margin: 0 0 30px;
}

.source-map__content .h3 {
  margin: 0 0 40px;
}

.source-map__content .body-2 {
  margin: 0 0 20px;
}

.source-map__content .detail-3 {
  margin: 0 0 40px;
}

.source-map__image-container {
  /* padding-bottom: 63%; */
  position: relative;
}

.source-map__image-container video {
  object-fit: contain;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .source-map {
    padding: 60px 0 40px;
  }
  .source-map__container {
    display: block;
  }
  .source-map__content {
    padding-bottom: 30px;
  }
  .source-map__content .label {
    margin-bottom: 10px;
  }
  .source-map__content .h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .source-map__content .detail-3 {
    margin-bottom: 20px;
  }
  .source-map__image-container {
    margin-bottom: 20px;
  }
}

.text-slider {
  padding: 40px 0 50px;
  background: #FFF6EE;
}

.text-slider .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .text-slider .page-width {
    padding: 0 20px;
  }
}

.text-slider .h2, .text-slider h2 {
  font-size: 60px;
  line-height: 1.1;
}

.text-slider .body-4,
.text-slider .body-4 p {
  font-size: 18px;
  line-height: 1.5;
}

.text-slider .label {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.text-slider * {
  min-width: 0;
}

.text-slider__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.05fr;
      grid-template-columns: 1fr 1.05fr;
  gap: 20px;
}

.text-slider__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-slider__content-container {
  padding: 0 30px;
  text-align: center;
}

.text-slider__content-container .label {
  margin: 0 0 30px;
}

.text-slider__content-container h2 {
  margin: 0 0 40px;
}

.text-slider__content-container .body-4 {
  max-width: 445px;
  margin: 0 auto;
}

.text-slider__image img {
  max-width: 100%;
}

.text-slider__images .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.text-slider__images .slick-prev {
  left: -40px;
}

@media (max-width: 768px) {
  .text-slider__images .slick-prev {
    display: none !important;
  }
}

.text-slider__images .slick-prev::before {
  content: none;
}

.text-slider__images .slick-next {
  right: -40px;
}

@media (max-width: 768px) {
  .text-slider__images .slick-next {
    display: none !important;
  }
}

.text-slider__images .slick-next::before {
  content: none;
}

.text-slider__control {
  height: 2px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  background: rgba(80, 91, 113, 0.1);
}

.text-slider__control-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #505B71;
  display: block !important;
  transition: left .2s linear;
}

@media screen and (max-width: 768px) {
  .text-slider {
    padding: 40px 0;
  }
  .text-slider__container {
    display: block;
  }
  .text-slider__content {
    padding-bottom: 10px;
  }
  .text-slider__content-container {
    padding: 0;
  }
  .text-slider__content-container .label {
    margin: 0 0 10px;
  }
  .text-slider__content-container h2 {
    font-size: 30px;
    margin: 0 auto 20px;
  }
}

.upcycled-slider {
  padding: 80px 0 70px;
  position: relative;
}

.upcycled-slider .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .upcycled-slider .page-width {
    padding: 0 20px;
  }
}
.upcycled-slider .h1, .upcycled-slider h1 {
  font-size: 65px;
  line-height: 1.1;
}
.upcycled-slider .h2, .upcycled-slider h2 {
  font-size: 50px;
  line-height: 1.1;
}

.upcycled-slider .body-2,
.upcycled-slider .body-2 p {
  font-size: 18px;
  line-height: 1.5;
}

.upcycled-slider .label {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.upcycled-slider .body-3, .upcycled-slider .body-3 p {
  font-size: 16px;
  line-height: 1.5;
}

.upcycled-slider__icon {
  position: absolute;
  top: 84px;
  left: -10px;
}

@media (max-width: 768px) {
  .upcycled-slider__icon {
    display: none;
  }
}

.upcycled-slider__header {
  max-width: 615px;
  margin: 0 auto 60px;
  text-align: center;
}

.upcycled-slider__header h2 {
  margin: 0 0 30px;
}

.upcycled-slider__header p {
  margin: 0;
}

.upcycled-slider__item {
  padding: 0 95px;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.upcycled-slider__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.upcycled-slider__container .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.upcycled-slider__container .slick-prev {
  left: 0;
  z-index: 1000;
}

@media (max-width: 768px) {
  .upcycled-slider__container .slick-prev {
    display: none !important;
  }
}

.upcycled-slider__container .slick-prev::before {
  content: none;
}

.upcycled-slider__container .slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .upcycled-slider__container .slick-next {
    display: none !important;
  }
}

.upcycled-slider__container .slick-next::before {
  content: none;
}

.upcycled-slider__item-content-container {
  max-width: 475px;
  padding-right: 40px;
}

.upcycled-slider__item-content-container .label {
  margin: 0 0 30px;
}

.upcycled-slider__item-content-container h2 {
  margin: 0 0 40px;
}

.upcycled-slider__item-content-container .body-3 {
  margin: 0;
}

.upcycled-slider__image-container {
  padding-bottom: 100%;
  position: relative;
}

.upcycled-slider__image-container .spinner {
  position: absolute;
  top: 40px;
  left: -60px;
}

.upcycled-slider__control {
  height: 2px;
  width: 100%;
  margin-top: 30px;
  position: relative;
  background: rgba(80, 91, 113, 0.1);
}

.upcycled-slider__control-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #505B71;
  display: block !important;
  transition: left .2s linear;
}

@media screen and (max-width: 1050px) {
  .upcycled-slider__container .slick-prev {
    left: -50px;
  }
  .upcycled-slider__container .slick-next {
    right: -50px;
  }
  .upcycled-slider__item {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .upcycled-slider {
    padding: 40px 0;
  }
  .upcycled-slider__header {
    margin: 0 auto;
  }
  .upcycled-slider__header h2 {
    margin: 0 0 20px;
  }
  .upcycled-slider__item {
    padding-top: 40px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .upcycled-slider__item-content-container .label {
    margin-bottom: 10px;
  }
  .upcycled-slider__item-content-container h2 {
    margin-bottom: 20px;
  }
  .upcycled-slider__item-content-container {
    padding: 30px 0 0 0;
  }
  .upcycled-slider__image-container .spinner {
    max-width: 85px;
    height: auto;
    top: -35px;
    left: 10px;
  }
  .upcycled-slider__image-container .spinner svg {
    max-width: 100%;
    height: auto;
  }
}

.value-props {
  padding: 50px 0;
  background: #7fa9ae;
  color: #fff;
}

.value-props .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .value-props .page-width {
    padding: 0 20px;
  }
}

.value-props .sh3 {
  font-size: 18px;
  line-height: 1.5;
}

.value-props__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.value-props__item {
  text-align: center;
}

.value-props__item .sh3 {
  margin: 20px 0 0;
}

@media screen and (max-width: 1050px) {
  .value-props {
    padding: 30px 0;
  }
  .value-props__container {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .value-props__item {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .value-props {
    display: none;
  }
}

.video-section {
  padding: 60px 0;
}

.video-section .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .video-section .page-width {
    padding: 0 20px;
  }
}

.video-section .label {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.video-section .h2, .video-section h2 {
  font-size: 50px;
  line-height: 1.1;
}

.video-section .detail-2, .video-section .detail-2 p {
  font-size: 15px;
  line-height: 1.5;
  color: #444e60;
}

.video-section .label {
  margin: 0 0 20px;
  text-align: center;
}

.video-section h2 {
  margin: 0 0 40px;
  text-align: center;
}

.video-section .detail-2 {
  margin: 20px 0 0;
  text-align: center;
}

.video-section__container {
  width: 100%;
  /* padding-bottom: 46%; */
  position: relative;
}

.video-section__container #video{
  max-width: 100%;
}

.video-section__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

.video-section__overlay-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 3;
}

.video-section__overlay-button .button {
  display: inline-block;
  margin: 20px 0 0;
  padding: 16px 40px;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
  border: 2px solid #505B71;
  border-color: #fff;
  background: #fff;
  color: #505B71;
}

.video-section__overlay-button .button:hover {
  background: 0 0;
  color: white !important;
}

@media screen and (max-width: 768px) {
  .video-section {
    padding: 40px 0 55px;
  }
  .video-section .label {
    margin: 0 0 10px;
  }
  .video-section h2 {
    margin: 0 0 30px;
  }
  .video-section__overlay-button {
    bottom: -24px;
  }
  .video-section__overlay-button .hide-mobile {
    display: none;
  }
  .video-section__overlay-button .button {
    background: #505B71;
    color: #fff;
    border-color: #505B71;
  }
}

.sustainability-text {
  padding: 40px 0;
  background: #FFCFB6;
  text-align: center;
  color: #000;
}

.sustainability-text .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .sustainability-text .page-width {
    padding: 0 20px;
  }
}

.sustainability-text .h3, .sustainability-text h3 {
  font-size: 40px;
  line-height: 1.1;
}

.sustainability-text .body-2 {
  font-size: 18px;
  line-height: 1.5;
}

.sustainability-text .label {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.sustainability-text .h3 {
  margin: 0 0 10px;
}

.sustainability-text .body-2 {
  max-width: 445px;
  margin: 0 auto 40px;
}

.sustainability-text .label {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sustainability-text {
    padding: 33px 0;
  }
  .sustainability-text .h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sustainability-text .body-2 {
    max-width: 340px;
    margin-bottom: 30px;
  }
  .sustainability-text .label {
    max-width: 340px;
  }
}

.product__icons {
  margin: 0 -15px;
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .product__icons {
    margin: 0 -15px;
  }
}

.product__icons .detail {
  font-size: 14px;
  line-height: 1.5;
}

.product__icon {
  width: calc(100%/2 - 30px);
  margin: 0 15px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .product__icon {
    width: calc(100%/3 - 30px);
    margin: 0 15px 15px;
  }
}

.product__icon img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .product__icon img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .product__icon svg {
    width: 20px;
    height: auto;
  }
}

.product__icon p {
  margin: 0 0 0 10px;
}

/* Product dropdowns */
.product__dropdowns {
  padding: 20px 0;
}

.product__dropdowns .label {
  font-size: 16px;
  line-height: 1.5;
}

.product__dropdowns .body-3,
.product__dropdowns .body-3 p {
  font-size: 14px;
  line-height: 1.5;
}

.product__dropdown {
  margin-top: -1px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  color: #303030;
}

.product__dropdown-header {
  width: 100%;
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  letter-spacing: 1px;
}

.product__dropdown-header p {
  margin: 0;
}

.product__dropdown-header-control {
  width: 10px;
  height: 10px;
  position: relative;
}

.product__dropdown-header-control::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border-bottom: 2px solid currentColor;
}

.product__dropdown-header-control::after {
  content: '';
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0;
  border-right: 2px solid currentColor;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
}

.product__dropdown.active .product__dropdown-header-control::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product__dropdown-content {
  display: none;
}

.product__dropdown-content p {
  margin: 0 0 20px;
}

.product-ingredients {
  padding: 80px 0 70px;
}

.product-ingredients .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .product-ingredients .page-width {
    padding: 0 20px;
  }
}

.product-ingredients .label {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-ingredients .h3, .product-ingredients h3 {
  font-size: 40px;
  line-height: 1.1;
  color: #FFCFB6;
}

.product-ingredients .body-3,
.product-ingredients .body-3 p {
  font-size: 16px;
  line-height: 1.5;
}

.product-ingredients .body-4,
.product-ingredients .body-4 p {
  font-size: 15px;
  line-height: 1.5;
}

.product-ingredients .button {
  padding: 16px 40px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

@media (max-width: 768px) {
  .product-ingredients .hide-mobile {
    display: none;
  }
}

.product-ingredients__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  gap: 125px;
}

.product-ingredients__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-ingredients__text .label {
  margin: 0 0 30px;
}

.product-ingredients__text .h3 {
  margin: 0 0 30px;
  color: black;
  
}

.product-ingredients__text .body-3 {
  margin: 0 0 20px;
}

.product-ingredients__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.product-ingredients__item-image {
  margin: 0 30px;
  padding-bottom: calc(100% - 60px);
  position: relative;
  border: 3px solid #FFCFB6;
}

.product-ingredients__item-image-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 2;
}

.product-ingredients__item-image-text .h1 {
  margin: 0;
  font-size: 90px;
}

.product-ingredients__item-content {
  padding-top: 20px;
  text-align: center;
}

.product-ingredients__item-content .sh1 {
  font-size: 17px;
  line-height: 1.3784;
  margin: 0 0 10px;
}

.product-ingredients__item-content .body-4 {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .product-ingredients__container {
    gap: 40px;
  }
  .product-ingredients__item-image {
    margin: 0;
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 950px) {
  .product-ingredients__container {
    display: block;
  }
  .product-ingredients__text {
    margin-bottom: 40px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .product-ingredients {
    padding: 20px 0 40px;
  }
  .product-ingredients__text .label {
    margin-bottom: 20px;
  }
  .product-ingredients__text .h3 {
    margin: 0;
  }
  .product-ingredients__images {
    margin: 0 -20px;
    padding: 0 20px;
    overflow: scroll;
    gap: 20px;
  }
  .product-ingredients__item {
    width: 200px;
  }
  .product-ingredients__item-image {
    /* margin: 0 20px; */
    padding-bottom: calc(100% - 40px);
  }
  .product-ingredients__item-image-text {
    font-size: 73px;
  }
  .product-ingredients__item-content .body-4 {
    font-size: 14px;
  }
}
.Button.Button--primary.Button--black{
  color: black;
}
@media screen and (max-width: 640px){
  .upcycled-slider .h1, .upcycled-slider h1{
    font-size: 35px;
  }
  .upcycled-slider .h2, .upcycled-slider h2{
    font-size: 30px;
  }

  #section-template--16258209153111__timeline .SectionHeader:not(:only-child) {
    margin-bottom: 0px;
    margin-top: -25px;
}

  .mySwiper2 .swiper-slide.swiper-slide-active .Timeline__Header>* {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0);
    margin-bottom: 5px;
    font-size: 14px;     margin-top: 19px;
}

 #section-template--16258209153111__timeline .SectionHeader:not(:only-child)
   {
    margin-bottom: 0px;
    margin-top: -25px;
}

  #shopify-section-template--16258209153111__custom_video_carousel_BzmAp8
  { margin-top: -55px;
}
  
}

body .afterpay-paragraph
{display: none !important; margin-bottom: -20px; }


#stpvp-embed
{display: none !important;}
/*# sourceMappingURL=../../assets/main.min.css.map */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}