@font-face {
  font-display: swap;
  font-family: "Stencil";
  font-style: normal;
  font-weight: 100;
  src: url("/sponsored/assets/lib/fonts/atype-stencil/AType Stencil.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Soehne";
  font-style: normal;
  font-weight: bold;
  src: url("/sponsored/assets/lib/fonts/soehne/soehne-web-dreiviertelfett.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/soehne/soehne-web-dreiviertelfett.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Soehne";
  font-style: normal;
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/soehne/soehne-web-buch.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/soehne/soehne-web-buch.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Windsor";
  font-style: normal;
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/windsor-elongated/windsor-elongated.woff2") format("woff2"), url("/sponsored/assets/lib/fonts/windsor-elongated/windsor-elongated.woff") format("woff");
}
html,
body {
  -webkit-overflow-scrolling: touch;
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-header-site-logo__scrolling {
  fill: #34403c;
}

.hero {
  width: 100vw;
  position: relative;
  display: inline-block;
  background: #1d1e1e;
}
.hero__copy {
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero__copy p {
  box-sizing: border-box;
  color: #fff;
  font-family: adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
  text-align: center;
}
.hero__copy p:first-child {
  margin-top: calc(50vh - 70px);
  transform: translateY(-50%);
}
.hero__copy p:nth-child(2) {
  margin-top: 30vw;
}
.hero__copy p:nth-child(3) {
  margin-top: 30vw;
  margin-bottom: 40vw;
}
.hero__copy p:empty {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hero__copy p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hero img,
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .hero img,
  .hero video {
    height: 100%;
  }
}

p {
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}

h1 {
  font-family: "Stencil", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

h4 {
  font-size: 28px;
}

.introduction-video {
  background-color: #000;
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .introduction-video {
    background-color: #34403d;
    height: 42vh;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .introduction-video {
    height: 26vh;
  }
}
.introduction-video .media-wrapper {
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .introduction-video .media-wrapper {
    max-width: 92%;
    height: 92.5%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .introduction-video .media-wrapper {
    max-width: 96%;
    height: 96%;
    margin: 0 auto;
  }
}
.introduction-video .media-wrapper__ratio-wrapper {
  height: 100%;
}
.introduction-video button {
  z-index: 1;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (max-width: 480px) {
  .introduction-video button {
    width: 60px;
  }
}

.journey {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background: #1d1e1e;
  color: #e8e3dc;
}
.journey__copy {
  position: relative;
  width: 634px;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .journey__copy {
    top: 45%;
  }
}
.journey__copy h4 {
  font-family: "Windsor", adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  .journey {
    padding-top: 120px;
  }
  .journey h1 {
    padding: 0 30px;
    font-size: 39px;
  }
}
@media only screen and (min-width: 481px) {
  .journey {
    height: 33.68vw;
  }
}

@media only screen and (max-width: 481px) {
  .c-original-sponsor-logo {
    background: #1d1e1e;
  }
  .c-original-sponsor-logo img {
    max-width: 125px;
  }
}

.introduction {
  padding: 13.19vw 0;
  background: #34403d;
  color: #e8e3dc;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 1140px) {
  .introduction {
    padding: 120px 40px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 480px) {
  .introduction {
    padding: 60px 20px;
  }
}
.introduction p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin-left: auto;
  margin-right: auto;
}
.introduction p .c-dropcap {
  font-size: 58px;
  float: left;
  font-weight: 800;
  margin: 6px 10px 0 0px;
  height: 40px;
  width: 19px;
  text-align: center;
  line-height: 0.75em;
}
.introduction p span {
  font-family: "Windsor", adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 26px;
  line-height: 1;
}
.introduction button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
}

.content-container {
  position: relative;
  width: 100vw;
}

.introduction,
.journey,
.imagery,
.we-need-the-outdoors,
.outside {
  z-index: -1;
}

.menu {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media only screen and (min-width: 481px) {
  .menu {
    width: 50vw;
  }
}
.menu button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
}
.menu--open {
  z-index: 10;
}
.menu__burger {
  position: absolute;
  top: 80px;
  right: 40px;
  z-index: 2;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: background 1s ease;
  border-radius: 50%;
  background: #e8e3dc !important;
}
.menu__burger.active .icon {
  transition-duration: 0.1s;
  transition-delay: 0.5s;
  background: transparent;
}
.menu__burger.active .icon:before {
  transition: top 0.5s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(-45deg);
}
.menu__burger.active .icon:after {
  transition: top 0.4s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(45deg);
}
.menu__burger .icon {
  width: 36px;
  height: 6px;
  background-color: #34403d;
  border-radius: 6px;
  position: absolute;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.menu__burger .icon:before {
  left: 0;
  position: absolute;
  top: -12px;
  width: 36px;
  height: 6px;
  background-color: #34403d;
  content: "";
  border-radius: 6px;
  transition-duration: 0.5s;
  transition: transform 0.5s, top 0.5s 0.5s;
}
.menu__burger .icon:after {
  left: 0;
  position: absolute;
  top: 12px;
  width: 36px;
  height: 6px;
  background-color: #34403d;
  content: "";
  border-radius: 6px;
  transition-duration: 0.5s;
  transition: transform 0.5s, top 0.5s 0.5s;
}
@media only screen and (max-width: 480px) {
  .menu__burger {
    width: 60px;
    height: 60px;
    top: 65px;
    right: 18px;
  }
  .menu__burger .icon {
    width: 24px;
    height: 4px;
  }
  .menu__burger .icon:before {
    width: 24px;
    height: 4px;
    top: 8px;
  }
  .menu__burger .icon:after {
    width: 24px;
    height: 4px;
    top: -8px;
  }
}

.menu__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  background: #e8e3dc;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu__container ul {
  margin: 0;
  padding: 0 0 0 60px;
}
.menu__container ul li {
  list-style-type: none;
}
.menu__container ul button {
  background: none;
  color: #1d1e1e;
  font-family: "Windsor", adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 52px;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) {
  .menu__container ul button {
    font-size: 60px;
  }
}
.menu__container a {
  bottom: 84px;
  color: #1d1e1e;
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 14px;
  font-weight: normal;
  left: 60px;
  letter-spacing: 0.4px;
  position: absolute;
  text-decoration: none;
}
.menu__container a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.6 8.18'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%231d1e1e' d='M22.2 0l-.68.73 3.07 2.86H0v1h24.59l-3.07 2.86.68.73 4.4-4.09L22.2 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 28px;
  right: -42px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (min-width: 481px) {
  .menu__container button {
    transition: all 500ms ease;
  }
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .menu__container button:hover {
    transform: translate3d(14px, 0, 0);
  }
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .menu__container a:hover:before {
    transform: translate3d(10px, -50%, 0);
  }
  .menu__container a:hover:after {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 481px) {
  .menu__container a:before {
    transition: all 500ms ease;
  }
  .menu__container a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: #1d1e1e;
    transition: all 500ms ease;
  }
}
@media only screen and (max-width: 480px) {
  .menu__container {
    width: 100vw;
    justify-content: unset;
  }
  .menu__container .menu__list {
    margin-top: 250px;
  }
  .menu__container .menu__list ul {
    padding: 0 0 0 40px;
  }
  .menu__container a {
    position: relative;
    bottom: unset;
    margin-top: auto;
    left: 40px;
    margin-right: 50%;
    align-self: flex-start;
    margin-bottom: 80px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 350px) {
  .menu__container .menu__list ul {
    padding: 0 0 0 20px;
  }
  .menu__container a {
    position: relative;
    bottom: unset;
    margin-top: 80px;
    left: 20px;
    align-self: flex-start;
    padding-right: 100px;
    line-height: 1.4;
  }
  .menu__container a:before {
    right: 48px;
  }
}

.imagery {
  width: 100vw;
  background: #1d1e1e;
  position: relative;
  transition: background 750ms ease;
  z-index: inherit;
}
.imagery[data-background=dark] {
  background: #1d1e1e;
}
.imagery[data-background=light] {
  background: #d6cec5;
}
.imagery[data-background=off-white] {
  background: #e8e2de;
}
.imagery[data-background=green] {
  background: #34403d;
}
@media only screen and (min-width: 481px) {
  .imagery {
    height: 1310vh;
  }
}

.imagery-set {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
}
.imagery-set .content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100%;
}
.imagery-set .play-button img {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .imagery-set {
    height: 60vh;
  }
  .imagery-set .caption {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 481px) {
  .imagery-set {
    background: none !important;
    height: 100vh;
  }
  .imagery-set .caption {
    margin-top: 2.57vw;
  }
}
.imagery-set[data-background=dark] {
  color: white;
}
.imagery-set[data-background=light] {
  color: #272827;
}
@media only screen and (min-width: 769px) {
  .imagery-set:first-of-type .media-wrapper {
    max-width: 49.65vw;
  }
  .imagery-set:first-of-type .media-wrapper .symbol {
    width: 18.75vw;
    top: 100%;
    left: 100%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:first-of-type .media-wrapper {
    max-width: 78.65vw;
  }
  .imagery-set:first-of-type .media-wrapper .symbol {
    width: 32.75vw;
    top: 100%;
    left: 85%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:first-of-type .media-wrapper {
    max-width: 90vw;
  }
  .imagery-set:first-of-type .media-wrapper .symbol {
    width: 50vw;
    top: 112%;
    left: 77%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.imagery-set:first-of-type .media-wrapper .symbol {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(2) .content {
    padding-top: 50px;
  }
  .imagery-set:nth-of-type(2) .media-wrapper {
    max-width: 49.65vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(2) .media-wrapper {
    max-width: 78.65vw;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(2) .media-wrapper {
    max-width: 90vw;
  }
}
.imagery-set:nth-of-type(3) .media-wrapper, .imagery-set:nth-of-type(6) .media-wrapper, .imagery-set:nth-of-type(10) .media-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(3) .content, .imagery-set:nth-of-type(6) .content, .imagery-set:nth-of-type(10) .content {
    padding-top: 50px;
  }
  .imagery-set:nth-of-type(3) .media-wrapper, .imagery-set:nth-of-type(6) .media-wrapper, .imagery-set:nth-of-type(10) .media-wrapper {
    max-width: 69.44vw;
  }
  .imagery-set:nth-of-type(3) button, .imagery-set:nth-of-type(6) button, .imagery-set:nth-of-type(10) button {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(3) .content, .imagery-set:nth-of-type(6) .content, .imagery-set:nth-of-type(10) .content {
    padding-top: 50px;
  }
  .imagery-set:nth-of-type(3) .media-wrapper, .imagery-set:nth-of-type(6) .media-wrapper, .imagery-set:nth-of-type(10) .media-wrapper {
    max-width: 78.65vw;
  }
  .imagery-set:nth-of-type(3) button, .imagery-set:nth-of-type(6) button, .imagery-set:nth-of-type(10) button {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(3) .media-wrapper, .imagery-set:nth-of-type(6) .media-wrapper, .imagery-set:nth-of-type(10) .media-wrapper {
    max-width: 90vw;
  }
  .imagery-set:nth-of-type(3) button, .imagery-set:nth-of-type(6) button, .imagery-set:nth-of-type(10) button {
    width: 40px;
    height: 40px;
  }
}
.imagery-set:nth-of-type(3) button, .imagery-set:nth-of-type(6) button, .imagery-set:nth-of-type(10) button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(4) .content, .imagery-set:nth-of-type(9) .content, .imagery-set:nth-of-type(13) .content {
    padding-top: 50px;
  }
}
.imagery-set:nth-of-type(4) img, .imagery-set:nth-of-type(9) img, .imagery-set:nth-of-type(13) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(9) .content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(9) img {
    -o-object-position: 79%;
       object-position: 79%;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(9) img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(13) .content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(13) img {
    -o-object-position: 87%;
       object-position: 87%;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(13) img {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(5) .content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(5) .media-wrapper {
    max-width: 49.72vw;
  }
  .imagery-set:nth-of-type(5) .media-wrapper .symbol {
    width: 15.28vw;
    top: 100%;
    left: 0%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(5) .media-wrapper {
    max-width: 78.65vw;
  }
  .imagery-set:nth-of-type(5) .media-wrapper .symbol {
    width: 27vw;
    top: 100%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(5) .media-wrapper {
    max-width: 90vw;
  }
  .imagery-set:nth-of-type(5) .media-wrapper .symbol {
    width: 40vw;
    top: 110%;
    left: 27%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.imagery-set:nth-of-type(5) .media-wrapper .symbol {
  position: absolute;
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(7) .content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(7) .media-wrapper {
    max-width: 49.72vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(7) .media-wrapper {
    max-width: 78.65vw;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(7) .media-wrapper {
    max-width: 90vw;
  }
}
.imagery-set:nth-of-type(8) {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 17.5vw;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.imagery-set:nth-of-type(8) .content {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.imagery-set:nth-of-type(8) .media-wrapper {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(8) .content {
    padding-top: 50px;
  }
  .imagery-set:nth-of-type(8) .media-wrapper {
    max-width: 27.78vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(8) .content {
    flex-direction: column;
  }
  .imagery-set:nth-of-type(8) .media-wrapper {
    max-width: 64vw;
  }
  .imagery-set:nth-of-type(8) .media-wrapper:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(8) .media-wrapper {
    max-width: 65vw;
  }
  .imagery-set:nth-of-type(8) .media-wrapper:last-of-type {
    display: none;
  }
}
.imagery-set:nth-of-type(11) {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 17.5vw;
  box-sizing: border-box;
}
.imagery-set:nth-of-type(11) .content {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.imagery-set:nth-of-type(11) .media-wrapper {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(11) .content {
    padding-top: 50px;
  }
  .imagery-set:nth-of-type(11) .media-wrapper {
    max-width: 27.78vw;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(11) .content {
    flex-direction: column;
  }
  .imagery-set:nth-of-type(11) .media-wrapper {
    max-width: 64vw;
  }
  .imagery-set:nth-of-type(11) .media-wrapper:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(11) .media-wrapper {
    max-width: 65vw;
  }
  .imagery-set:nth-of-type(11) .media-wrapper:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  .imagery-set:nth-of-type(12) .content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .imagery-set:nth-of-type(12) .media-wrapper {
    max-width: 49.72vw;
  }
  .imagery-set:nth-of-type(12) .media-wrapper .symbol {
    width: 12.5vw;
    top: 0%;
    left: 0%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .imagery-set:nth-of-type(12) .media-wrapper {
    max-width: 78.65vw;
  }
  .imagery-set:nth-of-type(12) .media-wrapper .symbol {
    width: 20.5vw;
    top: 0%;
    left: 5%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media only screen and (max-width: 480px) {
  .imagery-set:nth-of-type(12) .media-wrapper {
    max-width: 90vw;
  }
  .imagery-set:nth-of-type(12) .media-wrapper .symbol {
    width: 32.5vw;
    top: -13%;
    left: 20%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.imagery-set:nth-of-type(12) .symbol {
  position: absolute;
}

.defender-highlight {
  position: relative;
  padding: 11.8055555556vw 7.36vw 6.11vw 7.36vw;
  overflow: hidden;
}
.defender-highlight__copy {
  position: relative;
  z-index: 1;
  color: white;
}
.defender-highlight__copy * {
  margin: 0;
}
.defender-highlight__copy h5 {
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin-bottom: 23px;
}
.defender-highlight__copy h6 {
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 105px;
  text-transform: uppercase;
}
.defender-highlight__copy a {
  box-sizing: border-box;
  color: #34403c;
  display: inline-block;
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding: 18px 20px 18px 74px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.defender-highlight__copy a:before {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.6 8.18'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%2334403c' d='M22.2 0l-.68.73 3.07 2.86H0v1h24.59l-3.07 2.86.68.73 4.4-4.09L22.2 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 28px;
  left: 23px;
  top: 47%;
  transform: translate3d(0, -50%, 0);
}
.defender-highlight img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .defender-highlight a:hover:before {
    transform: translate3d(10px, -50%, 0);
  }
  .defender-highlight a:hover:after {
    transform: scale(1.11);
  }
}
@media only screen and (min-width: 481px) {
  .defender-highlight a:before {
    transition: all 500ms ease;
  }
  .defender-highlight a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
    background: white;
    transition: all 500ms ease;
    z-index: -1;
  }
}
@media only screen and (max-width: 480px) {
  .defender-highlight {
    padding: 180px 40px 320px 40px;
  }
  .defender-highlight img {
    -o-object-position: 76%;
       object-position: 76%;
  }
  .defender-highlight h5 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .defender-highlight h6 {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 45px;
  }
  .defender-highlight a {
    padding: 18px 15px 18px 59px;
    font-size: 12px;
    background: white;
  }
  .defender-highlight a:before {
    left: 17px;
  }
}

.we-need-the-outdoors {
  background: #34403c;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: unset;
  padding: 10.28vw 7.36vw 9.03vw 7.36vw;
}
@media only screen and (max-width: 480px) {
  .we-need-the-outdoors {
    padding: 60px 20px;
  }
}

.outdoors {
  color: #e8e3dc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.75vw;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .outdoors {
    display: inline-block;
  }
}
.outdoors__copy {
  box-sizing: border-box;
  padding-right: 5vw;
}
@media only screen and (min-width: 769px) {
  .outdoors__copy {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .outdoors__copy {
    width: 100%;
    padding-right: 0;
  }
}
.outdoors__copy h3 {
  font-family: "Windsor", adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 130px;
  font-weight: 100;
  line-height: 0.867em;
  margin: 0 0 36px;
}
.outdoors__copy p {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.18px;
  line-height: 30px;
  margin: 0 0 1.7em;
}
@media only screen and (max-width: 480px) {
  .outdoors {
    flex-wrap: wrap;
  }
  .outdoors__copy {
    width: unset;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .outdoors__copy h3 {
    font-size: 80px;
  }
  .outdoors__copy p {
    font-size: 18px;
    font-style: normal;
  }
  .outdoors__copy p:not(:first-of-type) {
    margin-bottom: 22px;
  }
}

.articles {
  box-sizing: border-box;
  padding: 10px 0 0;
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .articles {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .articles {
    padding: 10vw 0;
    width: auto;
  }
}

.article {
  border: 1px solid #e8e3dc;
  box-sizing: border-box;
  color: #e8e3dc;
  padding: 2vw 3vw;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .article {
    padding: 3vw;
  }
}
.article:not(:last-child) {
  margin-bottom: 2vw;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .article:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.article a {
  color: #ff9d46;
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-left: 3.4722222222vw;
  position: relative;
  text-decoration: none;
}
.article a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.6 8.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ef8d44;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eorange-arrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='22.2 0 21.52 0.73 24.59 3.59 0 3.59 0 4.59 24.59 4.59 21.52 7.45 22.2 8.18 26.6 4.09 22.2 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 2.08vw;
  left: 0;
  top: 50%;
  transform: translate3d(-3.4722222222vw, -50%, 0);
}
.article__main h5 {
  font-family: adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 33px;
  font-style: italic;
  left: -6px;
  position: relative;
  font-weight: 100;
  letter-spacing: 0.36px;
  line-height: 38px;
  margin: 0;
}
.article__main span {
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}
.article__details p {
  font-family: adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .article a:hover:before {
    transform: translate3d(-2.8vw, -50%, 0);
  }
  .article a:hover:after {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 481px) {
  .article a:before {
    transition: all 500ms ease;
  }
  .article a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: #ff9d46;
    transition: all 500ms ease;
  }
}
@media only screen and (max-width: 480px) {
  .article {
    flex-wrap: wrap;
    padding: 7vw 4vw;
  }
  .article:not(:last-child) {
    margin-bottom: 50px;
  }
  .article__main {
    flex: 0 0 100%;
  }
  .article__main h5 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .article__main span {
    font-size: 14px;
  }
  .article__details {
    flex: 0 0 100%;
  }
  .article__details p {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .article__details a {
    padding-left: 30px;
    white-space: nowrap;
    font-size: 14px;
  }
  .article__details a:before {
    width: 24px;
  }
}

.more-articles {
  display: flex;
  justify-content: flex-end;
}
.more-articles a {
  margin-top: 2.5vw;
  position: relative;
  text-decoration: none;
  color: #e8e3dc;
  font-size: 21px;
}
.more-articles a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.76 16.36'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23e8e3dc' d='M27.97 0L26.6 1.46l6.15 5.72H0v2h32.75l-6.15 5.71 1.37 1.47 8.79-8.18L27.97 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 2.08vw;
  top: 50%;
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .more-articles a:hover:before {
    transform: translate3d(0, -50%, 0);
  }
  .more-articles a:hover:after {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 481px) {
  .more-articles a:before {
    left: calc(-12px - 2.08vw);
    transform: translate3d(-10px, -50%, 0);
    transition: all 500ms ease;
  }
  .more-articles a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: white;
    transition: all 500ms ease;
  }
}
@media only screen and (max-width: 480px) {
  .more-articles a {
    font-size: 17px;
    margin-top: 20px;
  }
  .more-articles a:before {
    left: calc(-27px - 2.08vw);
    transform: translate3d(0, -50%, 0);
    width: 20px;
  }
}

.outside {
  background: #ffefe8;
}
.outside * {
  margin: 0;
}
.outside span {
  display: block;
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.outside span.subtitle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.11vw;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 2px;
}
.outside__copy {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 10.42vw;
  color: #34403c;
}
.outside__copy h3 {
  margin-top: 3.125vw;
  margin-bottom: 7.5vw;
  text-align: center;
  font-family: "Windsor", adobe-garamond-pro, AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 130px;
  font-weight: 100;
}
.outside__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13.19vw;
}
.outside__links a {
  flex: 0 0 33.33vw;
  background: #d6cec5;
  color: #34403c;
  text-decoration: none;
  padding: 3.125vw 0 3.125vw 6.94vw;
  box-sizing: border-box;
  position: relative;
}
.outside__links a:before {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.6 8.18'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%2334403c' d='M22.2 0l-.68.73 3.07 2.86H0v1h24.59l-3.07 2.86.68.73 4.4-4.09L22.2 0z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 2.78vw;
  left: 2.32vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
.outside__links span {
  position: relative;
  z-index: 1;
}
.outside__links span:first-child, .outside__links span:last-child {
  font-family: "Soehne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
}
.outside__links span:nth-child(2) {
  font-family: "Stencil", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 2.5vw;
  margin-bottom: -6px;
  left: -2px;
}
@media only screen and (max-width: 480px) {
  .outside__links span:nth-child(2) {
    margin-bottom: -4px;
    margin-top: -4px;
    left: -1px;
  }
}
.outside__image {
  position: relative;
  width: 100%;
  height: 71.53vw;
  overflow: hidden;
}
@media (hover: hover) {
  .outside__image:hover img {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
}
.outside__image img {
  transition: transform 750ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .outside__image img {
    -o-object-position: 67%;
       object-position: 67%;
  }
}
@media only screen and (min-width: 481px) and (hover: hover) {
  .outside a:hover:before {
    transform: translate3d(0px, -50%, 0);
  }
  .outside a:hover:after {
    transform: scale(1.11);
  }
}
@media only screen and (min-width: 481px) {
  .outside a:before {
    transition: all 500ms ease;
    transform: translate3d(-10px, -50%, 0);
  }
  .outside a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
    background: #d6cec5;
    transition: all 500ms ease;
    z-index: 0;
  }
}
@media only screen and (max-width: 480px) {
  .outside__copy {
    padding: 0 20px;
  }
  .outside__copy .subtitle {
    font-size: 14px;
    line-height: 1.6;
  }
  .outside__copy h3 {
    font-size: 90px;
    margin-top: 26px;
    margin-bottom: 45px;
  }
  .outside__links {
    flex-wrap: wrap;
  }
  .outside__links a {
    flex: 0 0 100%;
    margin-bottom: 36px;
    padding: 20px 0 20px 80px;
  }
  .outside__links a:before {
    width: 30px;
    left: 25px;
  }
  .outside__links span:first-child {
    margin-bottom: 7px;
  }
  .outside__links span:last-child {
    margin-top: 2px;
  }
  .outside__links span:first-child, .outside__links span:last-child {
    font-size: 14px;
  }
  .outside__links span:nth-child(2) {
    font-family: "Stencil", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
    font-size: 22px;
  }
  .outside__image {
    height: 60vh;
  }
}

.media-wrapper {
  width: 100%;
}
.media-wrapper__ratio-wrapper {
  padding-top: var(--aspect);
  position: relative;
  width: 100%;
}
.media-wrapper__ratio-wrapper.video {
  cursor: pointer;
}
.media-wrapper__image {
  overflow: hidden;
}
@media (hover: hover) {
  .media-wrapper__image:hover img {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
}
.media-wrapper__image img {
  transition: transform 750ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-wrapper__image, .media-wrapper__video,
.media-wrapper iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-original-sponsor-logo {
  background-color: black;
}

.c-original-sponsor-logo__link img {
  max-width: 17%;
}
@media only screen and (max-width: 480px) {
  .c-original-sponsor-logo__link img {
    max-width: 40%;
  }
}