body {
  background-color: var(--black);
}
.has-scroll-scrolling body .header {
  opacity: 0;
}
body.has-search-hidden .search-container,
body.has-search-hidden .aa-Panel {
  display: none !important;
}

.header {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.wrapper {
  contain: initial;
  display: block;
  height: auto;
  min-height: 1rem;
}

.wrapper__main {
  flex: none;
}

.main {
  padding: 6rem 0 0;
}
@media (min-width: 1024px) {
  .main {
    padding: 0;
  }
}

.fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.fullwidth .figure-slider__inner {
  padding-left: 1.5rem;
}
@media (min-width: 980px) {
  .fullwidth .figure-slider__inner {
    padding-left: calc((100% - var(--lg-screen)) / 2 - 0.5rem);
  }
}
@media (min-width: 1160px) {
  .fullwidth .figure-slider__inner {
    padding-left: calc((100% - var(--xl-screen)) / 2 - 0.5rem);
  }
}
@media (min-width: 1282px) {
  .fullwidth .figure-slider__inner {
    padding-left: calc((100% - var(--2xl-screen)) / 2 - 0.5rem);
  }
}

.section {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.section.is-inview {
  opacity: 1;
}

.section-nav {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 1rem 1rem 0.5rem;
  position: fixed;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 15;
}
.section-nav .nav-rank {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  color: var(--brownlight);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  border: 1px solid transparent;
}
.section-nav .nav-text {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.section-nav a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .section-nav a:hover {
    color: var(--brownlight);
  }
}
.section-nav a.active {
  color: var(--brownlight);
  border-color: var(--brownlight);
}
.section-nav a:hover .nav-rank,
.section-nav a:hover .nav-text {
  border-color: var(--brownlight);
  color: var(--brownlight);
}
.section-nav.light .nav-rank {
  color: var(--grey);
  border-color: var(--grey);
}
.section-nav.light .nav-text {
  display: none;
}
.section-nav.light .active .nav-rank,
.section-nav.light .active .nav-text {
  color: var(--brownlight);
  border-color: var(--brownlight);
}
.section-nav.over {
  background-color: var(--white);
}
.section-nav.over a {
  color: var(--black);
}
.section-nav.over .nav-text {
  display: block;
}
.section-nav.hide {
  display: none;
}

.section-nav__item {
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(-100%);
}
.longform-loaded .section-nav__item {
  opacity: 1;
  transform: none;
  transition-delay: 1.25s;
  transition-duration: 0.75s;
}

.figure-item {
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .figure-item {
    height: auto;
  }
}
.figure-slider--default .figure-item {
  flex-grow: 1;
  max-width: 100%;
}
.figure-item img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
@media (min-width: 1024px) {
  .figure-item img {
    height: auto;
  }
}
.figure-item a,
.figure-item .figure-copyright {
  display: table;
  width: 100%;
}
.figure-item span {
  display: table-caption;
  caption-side: bottom;
}

@-webkit-keyframes animate-draw-number-1 {
  0% {
    stroke-dashoffset: 3854.3061523438px;
    stroke-dasharray: 3854.3061523438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3854.3061523438px;
  }
}

@keyframes animate-draw-number-1 {
  0% {
    stroke-dashoffset: 3854.3061523438px;
    stroke-dasharray: 3854.3061523438px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3854.3061523438px;
  }
}
.step-1-intro-pic {
  position: absolute;
  z-index: 0;
}

.step-1-intro-pic-1 {
  left: 15%;
  top: -9%;
}

.step-1-intro-pic-2 {
  right: 12%;
  top: -15%;
}

.step-1-intro-pic-3 {
  left: 2%;
  bottom: -8%;
}

.step-1-intro-pic-4 {
  right: 0;
  bottom: -2%;
}

.draw-number-1 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-1 {
  -webkit-animation: animate-draw-number-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-draw-number-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@media (min-width: 1024px) {
  .draw-number-1 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

@-webkit-keyframes animate-draw-number-2 {
  0% {
    stroke-dashoffset: 5132.2065429688px;
    stroke-dasharray: 5132.2065429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5132.2065429688px;
  }
}

@keyframes animate-draw-number-2 {
  0% {
    stroke-dashoffset: 5132.2065429688px;
    stroke-dasharray: 5132.2065429688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5132.2065429688px;
  }
}
.draw-number-2 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-2 {
  -webkit-animation: animate-draw-number-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-2 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.c-direction-block {
  top: 0;
  position: absolute;
  z-index: 12;
  height: 100%;
  width: 100%;
}
#section-2 .c-direction-block {
  overflow: hidden;
}

.c-direction-block_item {
  position: absolute;
}

.c-direction-block_item_inner {
  display: block;
  white-space: nowrap;
  background-color: var(--black);
  padding: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--white);
}

@media (min-width: 1024px) {
  .c-direction-block_item_inner {
    font-size: 7.25rem;
  }
}

.c-direction-block_item--1 {
  top: 10%;
  transform: translateX(-50vw) rotate(-4deg);
  z-index: 16;
}
@media (min-width: 768px) {
  .c-direction-block_item--1 {
    top: 30%;
  }
}
@media (min-width: 1024px) {
  .c-direction-block_item--1 {
    top: -10%;
    transform: translateX(-20vw) rotate(-4deg);
  }
}

.c-direction-block_item--2 {
  top: 60%;
  transform: translateX(-150vw) rotate(10deg);
  z-index: 14;
}
@media (min-width: 1024px) {
  .c-direction-block_item--2 {
    transform: translateX(-10vw) rotate(10deg);
    top: 160%;
  }
}

.c-direction-block_item--3 {
  transform: translateX(-45vw) rotate(-10deg);
  top: -10%;
  z-index: 12;
  display: none;
}
@media (min-width: 1024px) {
  .c-direction-block_item--3 {
    top: -60%;
    transform: translateX(-20vw) rotate(-10deg);
  }
}

.c-direction-block_item--4 {
  bottom: 20%;
  transform: translateX(-20vw) rotate(-2deg);
  z-index: 16;
}
@media (min-width: 1024px) {
  .c-direction-block_item--4 {
    bottom: 20%;
    transform: translateX(-5vw) rotate(-2deg);
  }
}

.section-3-intro__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-3-intro__background img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-3-intro__background:before {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(23, 23, 23, 0.8);
  z-index: 1;
}

.section-3-intro__col-1,
.section-3-intro__col-3 {
  padding-top: 15rem;
}
@media (min-width: 1024px) {
  .section-3-intro__col-1,
  .section-3-intro__col-3 {
    padding-top: 40vh;
  }
}

.section-3-intro__col-2 {
  padding-top: 12rem;
}
@media (min-width: 1024px) {
  .section-3-intro__col-2 {
    padding-top: 10vh;
  }
}

@-webkit-keyframes animate-draw-number-3 {
  0% {
    stroke-dashoffset: 5709.6137695313px;
    stroke-dasharray: 5709.6137695313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5709.6137695313px;
  }
}

@keyframes animate-draw-number-3 {
  0% {
    stroke-dashoffset: 5709.6137695313px;
    stroke-dasharray: 5709.6137695313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5709.6137695313px;
  }
}
.draw-number-3 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-3 {
  -webkit-animation: animate-draw-number-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-3 {
    max-width: 100%;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.focus-figure img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block-ticker__item--4 {
  bottom: -5rem;
  z-index: 12;
}
.block-ticker__item--4 .block-ticker__item__inner {
  transform: rotate(-2deg);
}

@-webkit-keyframes animate-draw-number-4 {
  0% {
    stroke-dashoffset: 5473.755859375px;
    stroke-dasharray: 5473.755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5473.755859375px;
  }
}

@keyframes animate-draw-number-4 {
  0% {
    stroke-dashoffset: 5473.755859375px;
    stroke-dasharray: 5473.755859375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5473.755859375px;
  }
}
.draw-number-4 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-4 {
  -webkit-animation: animate-draw-number-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-4 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.step-5-intro-pic {
  position: absolute;
  z-index: 0;
}

.step-5-intro-pic-1 {
  left: 8%;
  top: -9%;
}

.step-5-intro-pic-2 {
  right: 5%;
  top: -30%;
}

.step-5-intro-pic-3 {
  left: 12%;
  bottom: -18%;
}

.step-5-intro-pic-4 {
  right: 5%;
  bottom: -10%;
}

@-webkit-keyframes animate-draw-number-5 {
  0% {
    stroke-dashoffset: 6150.5185546875px;
    stroke-dasharray: 6150.5185546875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6150.5185546875px;
  }
}

@keyframes animate-draw-number-5 {
  0% {
    stroke-dashoffset: 6150.5185546875px;
    stroke-dasharray: 6150.5185546875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6150.5185546875px;
  }
}
.draw-number-5 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-5 {
  -webkit-animation: animate-draw-number-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-5 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.section-6-intro__col-2 {
  padding-top: 10vh;
}

@-webkit-keyframes animate-draw-number-6 {
  0% {
    stroke-dashoffset: 6541.2534179688px;
    stroke-dasharray: 6541.2534179688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6541.2534179688px;
  }
}

@keyframes animate-draw-number-6 {
  0% {
    stroke-dashoffset: 6541.2534179688px;
    stroke-dasharray: 6541.2534179688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6541.2534179688px;
  }
}
.draw-number-6 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-6 {
  -webkit-animation: animate-draw-number-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-6 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

@-webkit-keyframes animate-draw-number-7 {
  0% {
    stroke-dashoffset: 3642.5908203125px;
    stroke-dasharray: 3642.5908203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3642.5908203125px;
  }
}

@keyframes animate-draw-number-7 {
  0% {
    stroke-dashoffset: 3642.5908203125px;
    stroke-dasharray: 3642.5908203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3642.5908203125px;
  }
}
.draw-number-7 {
  height: auto;
  max-width: 25%;
}
.is-inview .draw-number-7 {
  -webkit-animation: animate-draw-number-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-draw-number-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@media (min-width: 1024px) {
  .draw-number-7 {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.list-related .list_item {
  border-bottom: 1px solid var(--white);
  border-top: 1px solid var(--white);
}

.list_item a {
  color: var(--white);
}

.longform {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.longform-loaded .longform {
  opacity: 1;
}

.longform__loading {
  transition: opacity 2s display 2s 2s ease-in-out;
  opacity: 1;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.longform-loaded .longform__loading {
  opacity: 0;
  display: none;
}

.translate-from-top {
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50px);
  opacity: 0;
}

.translate-from-top.is-inview {
  transform: none;
  opacity: 1;
}

.text-item {
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50px);
  opacity: 0;
}

.text-item.is-inview {
  transform: none;
  opacity: 1;
}

.text-item--1 {
  transition-delay: 0.075s;
}

.text-item--2 {
  transition-delay: 0.15s;
}

.text-item--3 {
  transition-delay: 0.225s;
}

.text-item--4 {
  transition-delay: 0.3s;
}

.text-item--5 {
  transition-delay: 0.375s;
}

.translate-from-right {
  transition: opacity 1.25s ease-in-out, transform 1.25s ease-in-out;
  transform: translateX(100%);
  transition-delay: 0.25s;
  opacity: 0;
}

.translate-from-right.is-inview {
  transform: none;
  opacity: 1;
}

.translate-from-left {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
  transition-delay: 0.25s;
  opacity: 0;
}

.translate-from-left.is-inview {
  transform: none;
  opacity: 1;
}

.section-background {
  background-image: url(../png/background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.fadeIn {
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.75s;
  opacity: 0;
}
.fadeIn.is-inview {
  opacity: 1;
}

.glightbox-button-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .section-intro__content--section {
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
}

.aa-Panel {
  z-index: 35;
}
