/** Shopify CDN: Minification failed

Line 161:66 Expected identifier but found bad string token
Line 161:68 Unterminated string token

**/
.our-story-banner {
  border-bottom: 1px solid #fff;
}

.color-accent-2 {
  background: #000;
}

.our-story-banner__heading {
  font-family: akzidenz-grotesk-medium;
  color: #fff;
  font-size: 4.5rem;
  margin: 0;
  padding: 3rem 0rem;
  text-transform: uppercase;
  text-align: center;
  text-align: -webkit-center;
}

#our-story-intro-section {
  padding: 5rem 0.5rem;
}

#our-story-intro-section .rich-text__wrapper {
  width: 100%;
}

#our-story-intro-section .rich-text__heading {
  font-family: "Helvetica-Neue-Roman";
  font-size: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}

#our-story-intro-section .rich-text__heading strong {
  font-family: akzidenz-grotesk-medium;
}

#our-story-intro-section .rich-text__blocks>*+* {
  margin-top: 3rem;
}

#our-story-intro-section .rich-text__text p {
  font-family: "Helvetica-Neue-Roman";
  text-align: left;
  color: #212121;
  line-height: 1.65rem;
}

#our-dna-video-section {
  color: #fff;
  padding-bottom: 8rem;
}

#our-dna-video-section .autoplay-video .autoplay-video__content {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  height: 100%;
}

#our-dna-video-section .autoplay-video__container video {
  border-radius: 10px;
}

#our-dna-video-section .our-dna-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
    padding: 1rem 2rem;
}

#our-dna-video-section .our-dna-content__header {
  font-family: akzidenz-grotesk-medium;
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
}

#our-dna-video-section .our-dna-content__intro {
  font-family: "Helvetica-Neue-Medium";
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;

}

#our-dna-video-section .our-dna-content__body {
  font-family: "Helvetica-Neue-Roman";
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
}

#three-worlds-section {
  padding-bottom: 7rem;
}

#three-worlds-section .collapsible-content__heading {
  font-family: "Helvetica-Neue-Medium";
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
  width: 250px;
}

#three-worlds-section .accordion {
  margin-top: 1.5rem;    
  border-top: .15rem solid #212121;
  border-bottom: .15rem solid #212121;
}

#three-worlds-section .accordion+.accordion {
  margin-top: 0;
  border-top: none;
}

#three-worlds-section .collapsible-content summary:hover .accordion__title {
  text-decoration: none;
}

#three-worlds-section .collapsible-content summary:hover {
  background: none;
}

#three-worlds-section .accordion__title {
  font-family: "Romie";
  font-size: 3rem;
  display: flex;
}

#three-worlds-section .accordion__subtitle {
  font-family: Roboto-Mono;
  font-size: 1rem;
  padding: 3px 4px;
}

#three-worlds-section .accordion__content p {
  font-family: Helvetica-Neue-Roman;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 1.5rem;
  padding-right: 4rem;
}

#three-worlds-section .acc_content__imagelink {
  padding-top: 3rem;
}

#three-worlds-section .acc_content__link {
  font-family: Roboto-Mono;                                       ";
  text-transform: uppercase;
  font-size: 20px;    
  display: flex;
  padding-right: 8rem;
  width: 100%;
}

#three-worlds-section .accordion__content .acc_content__image {
  max-width: 100%;
  padding-right: 8rem;
  border: none;
}

#three-worlds-section .accordion__content .acc_content__link-img {
  height: 1.25rem;
  border: none;
  align-self: center;
  margin-left: auto;
}

#three-worlds-section .icon-custom-dropdown { 
  height: 3rem;
  align-self: center;
}

#your-universe-header .rich-text__wrapper {
  width:100%;
}

#your-universe-header .rich-text__blocks .rich-text__heading {
  font-family: "Helvetica-Neue-Medium";
  font-size: 1.75rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

#our-universe-video-section {
  padding-bottom: 6rem;  
}

#our-universe-video-section .autoplay-video__container video {
  border-radius: 10px;
}

@media screen and (min-width: 376px) {
  #three-worlds-section .accordion__title {
    font-family: "Romie";
    font-size: 4rem;
    display: flex;
  }
  
  #three-worlds-section .accordion__subtitle {
    font-family: Roboto-Mono;
    font-size: 1.25rem;
    padding: 4px 5px;
  }
}


/* Desktop */
@media screen and (min-width: 750px) {
  #our-story-intro-section .rich-text__blocks {
    max-width: 100%;
  }
  #three-worlds-section .collapsible-content-wrapper-narrow {
      padding: 0px 5rem;
      max-width: 100%;
  }
}


@media screen and (min-width: 990px) {
  .color-accent-2 {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 2;
      width: 100vw;
  }
  
  .our-story-banner__heading {
    font-size: 4.5rem;
    margin: 0;
    padding: 4.5rem 0rem;
  }

  #our-story-intro-section .rich-text__wrapper {
    padding: 0px;
    max-width: 1120px;
  }

  #our-story-intro-section {
    padding: 20rem 0.5rem;
  }

  #our-story-intro-section .rich-text__blocks {
    max-width: 100%;
  }
  
  #our-story-intro-section .rich-text__heading {
    font-size: 3.5rem;
    line-height: 1.25;
    text-align: center;
  }

  #our-story-intro-section .rich-text__text p {
    text-align: center;
    line-height: 1.25;
    font-size: 2.5rem;
    padding: 0px 3.5rem;
  }

  #our-dna-video-section {
    padding-bottom: 15rem;
  }

  #our-dna-video-section .page-width {
    padding: 0px;
    max-width: 1050px;
  }

  #our-dna-video-section .our-dna-content {
    align-content: normal;
    flex-direction: row;
  }

  #our-dna-video-section .our-dna-content__header {
    font-size: 6rem;
    line-height: 1;
    flex: 3;
    margin: 0;
    padding: 5rem 2rem;
  }

  #our-dna-video-section .our-dna-content__body {
    padding: 5rem 1rem;
    flex: 3;
  }
  
  #our-dna-video-section .our-dna-content__intro {
    font-size: 2rem;
    margin-top: 0px;
  }
  
  #our-dna-video-section .our-dna-content__text {
    font-size: 2rem;
    margin-top: 0px;
  }

  #three-worlds-section .collapsible-content-wrapper-narrow {
    padding: 0px;
    max-width: 1050px;
  }

  #three-worlds-section .collapsible-content__heading {
    font-size: 2rem;
    width: 400px;
  }
  
  #three-worlds-section .accordion__title {
    font-size: 7rem;
  }
  
  #three-worlds-section .accordion__subtitle {
    font-size: 1.75rem;
    padding: 8px 5px;
  }

  #three-worlds-section .acc_content {
    display: flex;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  #three-worlds-section .accordion__content p {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    padding-right: 4rem;
  }

  #three-worlds-section .acc_content__body {
    flex: 4;
  }
  
  #three-worlds-section .acc_content__imagelink {
    padding-top: 0px;
    margin: 0.4rem 0;
    flex: 2;
  }

  #three-worlds-section .accordion__content .acc_content__image {
    padding-right: 0px;
  }

  #three-worlds-section .acc_content__link {
    font-size: 1.6rem;
    padding-right: 0px;
  }

  #three-worlds-section .accordion__content .acc_content__link-img {
    height: 2rem;
  }
  
  #three-worlds-section .icon-custom-dropdown { 
    height: 5.5rem;
  }

  #your-universe-header .page-width {
    padding: 0px;
    max-width: 1050px;
  }
  
  #your-universe-header .rich-text__blocks {
    max-width: 100%;
  }

  #your-universe-header .rich-text__blocks .rich-text__heading {
    font-size: 2rem;
    text-align: left;
  }
  
  #our-universe-video-section .page-width {
    padding: 0px;
    max-width: 1050px;
  }
}