:root {
  --medZindex: 2;
  --topZindex: 4;
  --htmlheight: 100vh;
  --headerheight: 104px;
  --left: 120px;
  --brown: rgb(167, 124, 80);
  --caption: rgb(139, 143, 148);
  --text: rgb(239, 233, 227);
  --darkblue: rgb(5, 16, 30);
  --timing: .5s;
  --transition: ease;
  --footerHeight: 584px;
  --pageHeight: 100vh;
  --swiper-navigation-size: 14px;
}
@media only screen and (max-width: 1023px) {
  :root {
    --sidepadding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerheight: 56px;
    --mobilegap: 30px;
    --left: 0;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "PF Das Grotesk Mono Pro";
  src: local("PF Das Grotesk Mono Pro"), local("PFDasGroteskMonoPro-Reg"), url("/history/fonts/PFDasGroteskMonoPro-Reg.woff2") format("woff2"), url("/history/fonts/PFDasGroteskMonoPro-Reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF Spekk VAR";
  src: local("PF Spekk VAR"), local("PFSpekkVAR-Regular"), url("/history/fonts/PFSpekkVAR-Regular.woff2") format("woff2"), url("/history/fonts/PFSpekkVAR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF Spekk VAR";
  src: local("PF Spekk VAR"), local("PFSpekkVAR-Medium"), url("/history/fonts/PFSpekkVAR-Medium.woff2") format("woff2"), url("/history/fonts/PFSpekkVAR-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
  backface-visibility: hidden;
}

html {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  color: #000000;
  scroll-behavior: smooth;
}
html.noscroll, html.menuopen {
  overflow: hidden;
}
html.noscroll body, html.menuopen body {
  overflow-y: scroll;
}

body {
  width: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  width: 100%;
  min-height: var(--pageHeight);
}
.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.menuopen .page__overlay {
  opacity: 1;
  visibility: visible;
  z-index: var(--medZindex);
}

.main {
  min-height: 100vh;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 1252px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.wrapper--small {
  width: 1112px;
}
.wrapper .wrapper--small {
  padding-left: 0;
  padding-right: 0;
  width: 1080px;
}

body {
  background-color: var(--darkblue);
}
body::-webkit-scrollbar {
  width: 0.4em;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: var(--darkblue);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--brown);
  border-radius: 0;
}

::-moz-selection {
  background-color: var(--brown);
  color: #ffffff;
}

::selection {
  background-color: var(--brown);
  color: #ffffff;
}

html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: var(--pageHeight);
}
[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

[data-scroll]:not(.bigDate__title):not(.section__bg):not(.mainFooterNav__li):not(.numberList__li) {
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.45s ease-out 0.5s, transform 0.45s ease-out 0.2s;
}
@media (max-width: 767px) {
  [data-scroll]:not(.bigDate__title):not(.section__bg):not(.mainFooterNav__li):not(.numberList__li) {
    transform: scale(0.9);
    transition: opacity 0.45s ease-out 0.5s, transform 0.45s ease-out 0.5s;
  }
}
[data-scroll]:not(.bigDate__title):not(.section__bg):not(.mainFooterNav__li):not(.numberList__li).is-inview {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}

h1 {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
}

a,
a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.infoGroup {
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin-top: 10vh;
}

.date {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 4.25rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 1.32;
}
@media (max-width: 767px) {
  .date {
    font-size: 2.625rem;
  }
}
.infoGroup .date {
  margin: 0 0 25px;
}

h2 {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2.5625rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.34;
  margin: 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

.section {
  position: relative;
}
.section .wrapper {
  z-index: 3;
}
.section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section--chapter1_1 .section__bg, .section--chapter3_1 .section__bg, .section--chapter4_1 .section__bg, .section--chapter5_1 .section__bg {
  height: calc(100% + var(--headerheight) + 235px);
  top: calc(var(--headerheight) * -1);
}
.section--chapter1_1 .section__bg:before, .section--chapter3_1 .section__bg:before, .section--chapter4_1 .section__bg:before, .section--chapter5_1 .section__bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
}
.section--chapter6_2 .section__bg {
  height: 859px;
}
.section--chapter6_6 .section__bg {
  height: 644px;
  bottom: auto;
  top: -40%;
}
.section--chapter6_352 .section__bg {
  height: 520px;
}
.section__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter1_2b .section__bgImg {
  -o-object-fit: fill;
     object-fit: fill;
}
.section__innerVertical {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8vh 0;
  position: relative;
  z-index: 3;
}
.section--chapter1_1, .section--chapter3_1, .section--chapter4_1, .section--chapter5_1, .section--chapter6_1 {
  min-height: 480px;
  height: 100dvh;
  z-index: 3;
}
.section--chapter5_1 {
  overflow: hidden;
}
.section--chapter1_2 {
  margin: 270px 0 0;
  position: relative;
  position: relative;
}
.section--chapter1_2::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter1_2::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--chapter1_2 {
    margin-top: 60px;
  }
}
.section--chapter1_2 + .section--chapter1_2 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .section--chapter1_2 + .section--chapter1_2 {
    margin-top: 40px;
  }
}
.section--chapter1_2 + .section--chapter1_2:before {
  height: 50vh;
  transform: translateY(0);
}
.section--chapter1_2b:after {
  display: none;
}
.section--chapter1_3 {
  padding: 170px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .section--chapter1_3 {
    padding: 0;
  }
}
.section--chapter1_3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140%;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(129, 91, 52, 0) 0%, rgb(129, 91, 52) 33%, rgb(129, 91, 52) 69%, rgba(129, 91, 52, 0.01) 100%);
  opacity: 0.6;
}
.section--chapter1_4 {
  padding: 180px 0 130px;
  overflow: hidden;
  position: relative;
}
.section--chapter1_4::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--chapter1_4 {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section--brown {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .section--brown {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section--brown:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(129, 91, 52, 0) 0%, rgb(129, 91, 52) 33%, rgb(129, 91, 52) 69%, rgba(129, 91, 52, 0.01) 100%);
  opacity: 0.6;
  z-index: -1;
}
.section--brownsolid {
  padding: 90px 0 130px;
  background-color: var(--brown);
}
.section--chapter1_6 {
  padding: 0 0 70px;
  z-index: 3;
}
.section--chapter1_7 {
  padding: 205px 0 100px;
  position: relative;
}
.section--chapter1_7::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--chapter1_7 {
    padding: 0;
  }
}
.section--chapter1_7 .section__bgImg {
  -o-object-fit: fill;
     object-fit: fill;
}
.section--chapter1_8 {
  padding: 0;
  overflow: hidden;
}
.section--chapter1_9 {
  padding: 250px 0 195px;
}
@media (max-width: 767px) {
  .section--chapter1_9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter1_10 {
  padding: 0 0 115px;
  position: relative;
}
.section--chapter1_10::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter1_10:after {
  opacity: 0.7;
}
.section--chapter1_11 {
  padding: 130px 0 90px;
}
.section--chapter1_12 {
  padding: 90px 0;
}
.section--chapter1_13 {
  padding: 90px 0 200px;
}
@media (max-width: 767px) {
  .section--chapter1_13 {
    padding-bottom: 40px;
  }
}
.section--chapter2_1 {
  padding: 150px 0 30px;
}
.section--chapter2_3, .section--chapter6_3 {
  padding: 100px 0 180px;
  overflow: hidden;
  position: relative;
}
.section--chapter2_3::before, .section--chapter6_3::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter2_3 .section__bg, .section--chapter6_3 .section__bg {
  bottom: auto;
}
@media (max-width: 767px) {
  .section--chapter2_3, .section--chapter6_3 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.section--chapter6_3 {
  position: relative;
}
.section--chapter6_3::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--chapter6_3 {
    padding-bottom: 40px;
  }
}
.section--chapter6_3:after {
  bottom: auto;
  top: 0;
}
.section--chapter6_3 .section__bg {
  height: 962px;
}
.section--chapter2_4 {
  padding: 170px 0 120px;
}
.section--chapter2_4 .section__bg {
  bottom: auto;
}
.section--chapter2_4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--chapter2_6 {
  padding: 120px 0 190px;
}
@media (max-width: 767px) {
  .section--chapter2_6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section--chapter3_1 .wrapper, .section--chapter4_1 .wrapper, .section--chapter5_1 .wrapper, .section--chapter6_1 .wrapper {
  height: 100%;
  padding-top: 150px;
}
.section--chapter3_1 .horBetween, .section--chapter4_1 .horBetween, .section--chapter5_1 .horBetween, .section--chapter6_1 .horBetween {
  margin: 0;
}
.section--chapter3_1 .section__bgImg, .section--chapter4_1 .section__bgImg, .section--chapter5_1 .section__bgImg, .section--chapter6_1 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter3_1 .horBetween, .section--chapter4_1 .horBetween, .section--chapter6_1 .horBetween {
  margin-top: 10vh;
}
.section--chapter3_1 {
  overflow: hidden;
  position: relative;
}
.section--chapter3_1::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter3_1::after {
  opacity: 0.9;
}
.section--chapter3_2 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .section--chapter3_2 {
    padding-top: 40px;
  }
}
.section--chapter3_3 {
  padding: 270px 0 410px;
}
@media (max-width: 767px) {
  .section--chapter3_3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.section--chapter3_3 .section__bg {
  width: 73%;
  left: 40%;
  top: 10%;
}
.section--chapter3_3 .section__bgImg {
  -o-object-fit: contain;
     object-fit: contain;
}
.section--chapter3_4 {
  position: relative;
  z-index: 1;
}
.section--chapter6_2 {
  z-index: 3;
  position: relative;
  position: relative;
}
.section--chapter6_2::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter6_2::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--chapter6_2 {
    z-index: 2;
  }
}
.section--chapter6_2:after {
  bottom: auto;
  top: 0;
}
.section--chapter6_352 {
  margin-top: 240px;
}
@media (max-width: 767px) {
  .section--chapter6_352 {
    margin-top: 120px;
  }
}
.section--chapter3_4 {
  position: relative;
  position: relative;
}
.section--chapter3_4::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter3_4::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter3_4 .section__bg {
  bottom: auto;
}
.section--chapter3_4 .section__bgImg {
  -o-object-fit: contain;
     object-fit: contain;
}
.section--subchapter3_4a {
  position: relative;
  position: relative;
}
.section--subchapter3_4a::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--subchapter3_4a::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section--subchapter3_4a:before {
    height: 20vh;
  }
}
.section--subchapter3_4b {
  padding-top: 0;
}
.section--chapter3_5 {
  padding: 150px 0 280px;
}
@media (max-width: 767px) {
  .section--chapter3_5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter3_5 .section__bg {
  width: 60%;
  left: 20%;
}
.section--chapter3_5 .section__bgImg {
  -o-object-fit: contain;
     object-fit: contain;
}
.section--chapter3_6 {
  padding: 85px 0 90px;
  position: relative;
  position: relative;
}
.section--chapter3_6::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter3_6::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter3_6:before {
  opacity: 0.5;
}
.section--chapter3_6::after {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .section--chapter3_6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter3_7 {
  padding: 0 0 115px;
}
.section--chapter3_7 .section__bg {
  bottom: auto;
}
@media (max-width: 767px) {
  .section--chapter3_7 {
    padding-bottom: 40px;
  }
}
.section--chapter3_9 {
  padding: 145px 0 240px;
}
@media (max-width: 767px) {
  .section--chapter3_9 {
    padding-bottom: 40px;
  }
}
.section--chapter3_9 .section__bg {
  top: auto;
}
.section--chapter4_2 {
  padding: 0;
  position: relative;
  z-index: 3;
}
.section--chapter4_2 .section__bg {
  bottom: auto;
  top: 30%;
}
.section--chapter4_2:after {
  content: "";
  position: absolute;
  height: 525px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(167, 124, 80, 0) 0%, rgba(167, 124, 80, 0.7) 50%, rgba(167, 124, 80, 0.7) 50%, rgba(125, 185, 232, 0) 100%);
  opacity: 0.42;
  z-index: 2;
}
.section--chapter4_3 {
  padding: 150px 0 320px;
  overflow: hidden;
  position: relative;
  position: relative;
}
.section--chapter4_3::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter4_3::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter4_3:after {
  z-index: inherit;
}
.section--chapter4_3 .section__bgImg {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter4_3 .wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section--chapter4_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter4_4 {
  padding: 40px 0 180px;
}
@media (max-width: 767px) {
  .section--chapter4_4 {
    padding-bottom: 40px;
  }
}
.section--chapter4_5 {
  padding: 130px 0 60px;
}
.section--chapter4_5:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter4_5 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter4_5 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section--chapter4_5 {
    padding-top: 40px;
  }
}
.section--chapter4_6 {
  padding-top: 0;
}
.section--chapter4_7 {
  overflow: hidden;
  padding-block: 160px;
}
@media (max-width: 767px) {
  .section--chapter4_7 {
    padding-block: 40px;
  }
}
.section--chapter4_8 {
  padding: 200px 0 220px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section--chapter4_8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter4_8:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter4_8 .section__bg {
  top: 30%;
  bottom: auto;
}
.section--chapter4_8 .section__bgImg {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter4_8 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter4_9 {
  padding: 100px 0 195px;
}
@media (max-width: 767px) {
  .section--chapter4_9 {
    padding-bottom: 40px;
  }
}
.section--chapter4_10 .section__bg {
  height: 95%;
  top: 5%;
}
.section--chapter4_10 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter4_11 {
  padding: 280px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .section--chapter4_11 {
    padding-top: 60px;
  }
}
.section--chapter4_11::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter4_11:after {
  opacity: 0.3;
}
.section--chapter4_11 .section__bg {
  bottom: auto;
  top: 40%;
}
.section--chapter4_11 .wrapper,
.section--chapter4_11 .imageText {
  position: relative;
  z-index: 2;
}
.section--chapter4_13 {
  padding: 200px 0 125px;
}
@media (max-width: 767px) {
  .section--chapter4_13 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.section--chapter4_14 {
  padding: 95px 0 225px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section--chapter4_14 {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.section--chapter4_14:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
  opacity: 0.5;
}
.section--chapter4_14 .section__bgImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter4_14 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter5_2 {
  padding: 130px 0 265px;
  position: relative;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section--chapter5_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter5_2::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter5_2::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter5_2:before {
  top: 35%;
}
.section--chapter5_2:after {
  bottom: auto;
  top: 40%;
}
.section--chapter5_2 .section__bg {
  top: 35%;
  bottom: auto;
}
.section--chapter5_2 .wrapper {
  position: relative;
  z-index: 2;
}
.section--chapter5_4 {
  padding: 0 0 325px;
  position: relative;
}
@media (max-width: 767px) {
  .section--chapter5_4 {
    padding-bottom: 40px;
  }
}
.section--chapter5_4:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_4::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter5_4:after {
  bottom: auto;
  top: 25vh;
  opacity: 1;
}
.section--chapter5_4 .section__bg {
  bottom: auto;
}
.section--chapter5_4 .wrapper {
  position: relative;
  z-index: 3;
}
.section--chapter5_5 {
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section--chapter5_5 {
    padding-bottom: 40px;
  }
}
.section--chapter5_5:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(129, 91, 52) 100%);
}
.section--chapter5_5 .section__bgImg {
  -o-object-fit: contain;
     object-fit: contain;
}
.section--chapter5_6 {
  padding: 180px 0 35px;
}
@media (max-width: 767px) {
  .section--chapter5_6 {
    padding-top: 40px;
  }
}
.section--chapter5_6:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_6 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_6 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter5_7 {
  padding: 30px 0 475px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .section--chapter5_7 {
    padding-bottom: 40px;
  }
}
.section--chapter5_7:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_7::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter5_7:after {
  opacity: 0.3;
}
.section--chapter5_7 .section__bgImg {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_7 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter5_8 {
  padding: 90px 0 175px;
}
@media (max-width: 767px) {
  .section--chapter5_8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--chapter5_8:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_8 .section__bgImg {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_8 .wrapper,
.section--chapter5_8 .imageText {
  position: relative;
  z-index: 1;
}
.section--chapter5_9 {
  padding: 0;
}
.section--chapter5_9 .section__bg {
  height: 78%;
}
.section--chapter5_9 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_10 .section__bg {
  bottom: auto;
  top: 10%;
}
.section--chapter5_12 {
  padding: 0 0 645px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section--chapter5_12 {
    padding-bottom: 345px;
  }
}
.section--chapter5_12:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_12 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_12 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter5_16 {
  padding: 0 0 700px;
  position: relative;
}
.section--chapter5_16::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter5_17:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5, 16, 30) 0%, rgba(6, 6, 90, 0) 50%, rgb(5, 16, 30) 100%);
  z-index: 1;
}
.section--chapter5_17 .section__bgImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter5_17 .wrapper {
  position: relative;
  z-index: 1;
}
.section--chapter5_18 {
  padding: 0 0 80px;
}
.section--chapter6_5 {
  z-index: 2;
}
.section--chapter6_6 {
  position: relative;
  position: relative;
}
.section--chapter6_6::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter6_6::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.section--chapter6_6:after {
  top: 110%;
  height: 100%;
  bottom: auto;
}
@media (max-width: 1279px) {
  .section--chapter6_6:after {
    top: 240%;
  }
}
.section--chapter6_6:before {
  height: 100%;
  top: -50%;
}
.section--chapter6_6 .section__bgImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--chapter6_35 {
  padding-top: 40px;
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  .section--chapter6_35 {
    padding-bottom: 100px;
  }
}
.section--chapter6_352:before, .section--chapter6_352:after {
  display: none;
}

.subsection {
  position: relative;
  padding: 175px 0;
  position: relative;
  position: relative;
}
.subsection::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
.subsection::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(167, 124, 80, 0) 0%, rgb(5, 16, 30) 33%, rgb(5, 16, 30) 69%, rgba(167, 124, 80, 0.01) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .subsection {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.subsection:before, .subsection:after {
  height: 50%;
}
.subsection:after {
  bottom: 0;
}
.subsection .imageText__info {
  padding: 0;
}

@keyframes explore {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.explore {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--brown);
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  padding: 75px 0 0;
  position: relative;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s ease 1.4s;
}
.explore.inview {
  opacity: 1;
  transform: translateY(0);
}
.explore:before {
  content: "";
  width: 1px;
  height: 55px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transform-origin: center top;
  animation: explore 1s linear infinite;
}

.imageText {
  display: flex;
  gap: 55px;
  --width1_3: 475px;
}
@media (max-width: 1199px) {
  .imageText {
    gap: 25px;
    --width1_3: 400px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .imageText {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .imageText {
    padding-left: 16px;
    padding-right: 16px;
  }
  .imageText.imageText--chapter6_5a {
    padding-left: 0;
  }
}
.imageText--chapter1_3 {
  margin-top: -40px;
}
@media (max-width: 1023px) {
  .imageText--chapter1_3 {
    margin-top: var(--mobilegap);
  }
}
.imageText--chapter1_4 {
  padding: 0 0 130px;
}
@media (max-width: 1023px) {
  .imageText--chapter1_4 {
    margin-top: 30px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .imageText--chapter1_4 {
    padding-bottom: 30px;
  }
}
.imageText--chapter1_5 {
  gap: 105px;
  margin: -50px 0 85px;
}
@media (max-width: 1199px) {
  .imageText--chapter1_5 {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .imageText--chapter1_5 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .imageText--chapter1_9 .imageText__text {
    margin-left: var(--sidepadding);
  }
}
.imageText--chapter1_9b {
  margin-block: 125px 200px;
  justify-content: center;
}
@media (max-width: 767px) {
  .imageText--chapter1_9b {
    margin-block-start: 40px;
  }
}
.imageText--chapter1_9c {
  gap: 35px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .imageText--chapter1_9c {
    padding-left: var(--sidepadding);
  }
}
@media (max-width: 1023px) {
  .imageText--chapter1_9c .imageText__info {
    margin-right: var(--sidepadding);
  }
}
.imageText--chapter1_10 {
  gap: 145px;
  margin-block: 160px 0;
}
@media (max-width: 767px) {
  .imageText--chapter1_10 {
    margin-block-start: 40px;
    gap: 40px;
  }
}
.imageText--chapter1_12 {
  gap: 185px;
  margin-block: 70px 0;
}
@media (max-width: 767px) {
  .imageText--chapter1_12 {
    margin-block-start: 40px;
    gap: 40px;
  }
}
.imageText--chapter1_13 {
  gap: 120px;
  margin-block: 70px 0;
}
@media (max-width: 767px) {
  .imageText--chapter1_13 {
    margin-block-start: 40px;
    gap: 40px;
  }
}
.imageText--chapter1_12, .imageText--chapter1_13 {
  justify-content: center;
}
.imageText--chapter2_1 {
  gap: 0;
  width: 568px;
  height: 679px;
  position: relative;
  margin: -10px auto 120px;
}
@media (max-width: 1023px) {
  .imageText--chapter2_1 {
    margin-bottom: 280px;
  }
}
@media (max-width: 767px) {
  .imageText--chapter2_1 {
    max-width: 100%;
    margin-top: var(--mobilegap);
    margin-bottom: var(--mobilegap);
    height: auto;
  }
}
.imageText--chapter2_3 {
  gap: 140px;
}
.imageText--chapter2_3b {
  gap: 0;
  justify-content: center;
  margin-block: 225px 0;
  position: relative;
}
@media (max-width: 767px) {
  .imageText--chapter2_3b {
    margin-block-start: 85px;
  }
}
.imageText--chapter2_3b .bigDate__title--huge {
  opacity: 0.09;
}
.imageText--chapter2_3c {
  margin-block-start: 25px;
}
.imageText--chapter2_4 {
  gap: 120px;
  justify-content: center;
  margin-block-end: 120px;
}
@media (max-width: 767px) {
  .imageText--chapter2_4 {
    gap: 40px;
    margin-block-end: 40px;
  }
}
.imageText--chapter2_4b {
  gap: 90px;
}
.imageText--chapter2_5 {
  gap: 0;
  justify-content: center;
}
.imageText--chapter2_6 {
  gap: 125px;
}
@media (max-width: 767px) {
  .imageText--chapter2_6 {
    gap: 40px;
  }
}
.imageText--chapter2_6 .imageText__info {
  padding-top: 0;
}
.imageText--chapter3_2 {
  gap: 160px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .imageText--chapter3_2 {
    gap: 80px;
  }
}
.imageText--chapter3_4, .imageText--chapter3_4a {
  gap: 0;
  padding-left: 112px;
}
@media (max-width: 1023px) {
  .imageText--chapter3_4, .imageText--chapter3_4a {
    padding-left: 0;
  }
}
.imageText--chapter3_4b {
  gap: 0;
  margin-block-end: 200px;
  margin-block-start: 200px;
}
@media (max-width: 767px) {
  .imageText--chapter3_4b {
    margin-block-start: 60px;
  }
}
.imageText--chapter3_4d {
  gap: 80px;
  margin-block: 0;
}
.imageText--chapter3_5a {
  gap: 0;
  margin-top: -20px;
}
.imageText--chapter3_6 {
  gap: 75px;
  padding-left: 115px;
}
@media (max-width: 767px) {
  .imageText--chapter3_6 {
    padding-left: 0;
  }
}
.imageText--chapter3_7a {
  gap: 0;
  padding-left: var(--left);
  padding-block-end: 380px;
}
@media (max-width: 767px) {
  .imageText--chapter3_7a {
    padding-block-end: 40px;
  }
}
.imageText--chapter3_7b {
  gap: 110px;
}
@media (max-width: 767px) {
  .imageText--chapter3_7b {
    gap: 40px;
  }
}
.imageText--chapter3_9 {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter3_9c {
  gap: 0;
  position: relative;
  width: 443px;
  height: 620px;
  margin: 85px auto 95px;
}
@media (max-width: 767px) {
  .imageText--chapter3_9c {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.imageText--chapter4_2 {
  gap: 295px;
  margin-block-end: 280px;
}
@media (max-width: 767px) {
  .imageText--chapter4_2 {
    gap: 40px;
    margin-block-end: 40px;
  }
}
.imageText--chapter4_2b {
  gap: 0;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .imageText--chapter4_2b {
    margin-top: -140px;
  }
}
.imageText--chapter4_3 {
  gap: 195px;
  padding-left: var(--left);
  margin-block-start: 30px;
}
@media (max-width: 767px) {
  .imageText--chapter4_3 {
    gap: 40px;
  }
}
.imageText--chapter4_4 {
  gap: 0;
  padding-left: var(--left);
  margin-block-start: 30px;
}
.imageText--chapter4_4a {
  gap: 0;
  justify-content: center;
  margin-top: -130px;
  position: relative;
  z-index: -1;
}
.imageText--chapter4_5, .imageText--chapter4_5a {
  gap: 0;
  margin-block: 0;
}
.imageText--chapter4_8 {
  gap: 115px;
  padding-left: var(--left);
  margin-block-start: 30px;
}
.imageText--chapter4_9 {
  gap: 0;
  margin-top: 0;
}
.imageText--chapter4_10 {
  gap: 0;
  justify-content: flex-end;
  position: relative;
  top: -100px;
}
@media (max-width: 767px) {
  .imageText--chapter4_10 {
    top: 0;
  }
}
.imageText--chapter4_11a {
  gap: 30px;
  justify-content: flex-end;
  margin-block-end: 220px;
}
@media (max-width: 767px) {
  .imageText--chapter4_11a {
    margin-block-end: 40px;
  }
}
.imageText--chapter4_11b {
  gap: 55px;
}
.imageText--chapter4_11c {
  gap: 0;
  padding-left: 60px;
  position: relative;
  top: -85px;
}
@media (max-width: 767px) {
  .imageText--chapter4_11c {
    top: 0;
    margin-top: 20px;
  }
}
.imageText--chapter4_13 {
  gap: 0;
  padding-left: var(--left);
  margin-block: 0 65px;
}
.imageText--chapter4_13a {
  margin-block: 0 25px;
  gap: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .imageText--chapter4_13a {
    margin-top: -80px;
  }
}
.imageText--chapter4_14a, .imageText--chapter4_14b {
  padding-left: var(--left);
  gap: 0;
}
@media (max-width: 767px) {
  .imageText--chapter4_14a {
    margin-top: 20px;
  }
}
.imageText--chapter5_2 {
  gap: 120px;
}
@media (max-width: 767px) {
  .imageText--chapter5_2 {
    gap: 40px;
  }
}
.imageText--chapter5_2a {
  gap: 0;
  justify-content: space-between;
  margin-block-start: 180px;
}
@media (max-width: 767px) {
  .imageText--chapter5_2a {
    margin-block-start: 0;
  }
}
.imageText--chapter5_3 {
  gap: 150px;
}
.imageText--chapter5_4 {
  gap: 150px;
  margin-block: 30px 355px;
}
@media (max-width: 1279px) {
  .imageText--chapter5_4 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .imageText--chapter5_4 {
    margin-block-end: 60px;
  }
}
.imageText--chapter5_4a {
  gap: 0;
  padding-left: 125px;
  margin-block-start: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .imageText--chapter5_4a {
    padding-left: 0;
  }
}
.imageText--chapter5_4b {
  gap: 0;
  justify-content: center;
  margin-top: -160px;
}
@media (max-width: 767px) {
  .imageText--chapter5_4b {
    margin-top: 10px;
  }
}
.imageText--chapter5_4c {
  margin-top: -85px;
  padding-left: 125px;
}
@media (max-width: 767px) {
  .imageText--chapter5_4c {
    padding-left: 0;
    margin-top: 20px;
  }
}
.imageText--chapter5_4d {
  gap: 0;
  margin-block-start: 30px;
}
.imageText--chapter5_6a {
  padding-left: var(--left);
  margin-block-start: 30px;
}
.imageText--chapter5_6b {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter5_6b .imageText__info {
  padding-top: 0;
}
.imageText--chapter5_7 {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter5_8a {
  gap: 0;
  padding-left: var(--left);
  margin-top: 30px;
}
.imageText--chapter5_8b {
  gap: 0;
  padding-left: var(--left);
  margin-block: 25px 210px;
}
@media (max-width: 767px) {
  .imageText--chapter5_8b {
    margin-block-end: 40px;
  }
}
.imageText--chapter5_8c {
  gap: 0;
}
.imageText--chapter5_8d {
  gap: 160px;
  padding-left: var(--left);
  margin-block: 0 85px;
}
@media (max-width: 767px) {
  .imageText--chapter5_8d {
    gap: 40px;
    margin-block-end: 40px;
  }
}
.imageText--chapter5_8e {
  gap: 125px;
  justify-content: flex-end;
}
@media (max-width: 1419px) {
  .imageText--chapter5_8e {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .imageText--chapter5_8e {
    gap: 40px;
  }
}
.imageText--chapter5_9 {
  gap: 90px;
  padding-left: var(--left);
  margin-block: 190px 0;
}
@media (max-width: 767px) {
  .imageText--chapter5_9 {
    margin-block-start: 40px;
  }
}
.imageText--chapter5_10a {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter5_10b {
  gap: 30px;
  padding-left: 200px;
  margin-block: 20px 160px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .imageText--chapter5_10b {
    padding-left: 16px;
    margin-block-end: 40px;
  }
}
.imageText--chapter5_10c {
  gap: 30px;
  justify-content: flex-end;
  margin-top: -30px;
}
.imageText--chapter5_10d {
  gap: 0;
  justify-content: flex-end;
  margin-top: -105px;
  margin-bottom: 220px;
}
@media (max-width: 1023px) {
  .imageText--chapter5_10d {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .imageText--chapter5_10d {
    margin-bottom: 40px;
  }
}
.imageText--chapter5_11 {
  gap: 0;
  padding-left: var(--left);
  position: relative;
  z-index: 1;
}
.imageText--chapter5_11a {
  margin-top: -120px;
}
@media (max-width: 767px) {
  .imageText--chapter5_11a {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.imageText--chapter5_13 {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter5_13a {
  gap: 0;
  justify-content: center;
  margin-block: 45px 145px;
}
@media (max-width: 767px) {
  .imageText--chapter5_13a {
    margin-block-end: 40px;
  }
}
.imageText--chapter5_14a {
  gap: 0;
  padding-left: var(--left);
  margin-block: 80px 40px;
}
.imageText--chapter5_14b {
  justify-content: center;
  margin-block-end: 140px;
}
@media (max-width: 767px) {
  .imageText--chapter5_14b {
    margin-block-end: 40px;
  }
}
.imageText--chapter5_14c {
  gap: 0;
  justify-content: center;
}
.imageText--chapter5_16 {
  gap: 0;
  padding-left: var(--left);
}
.imageText--chapter5_17 {
  gap: 0;
  padding-left: var(--left);
  margin-block: 100px 155px;
}
.imageText--chapter5_17a {
  gap: 0;
  padding-left: var(--left);
  margin-block: 0 45px;
}
.imageText--chapter5_18a {
  gap: 0;
  padding-left: var(--left);
  margin-block: 30px 0;
}
.imageText--chapter6_4a {
  --left: 98px;
  gap: 0;
  margin-block: 30px 0;
  padding-left: var(--left);
}
@media (max-width: 1023px) {
  .imageText--chapter6_4a {
    --left: 0;
  }
}
.imageText--chapter5_18b {
  gap: 0;
  margin-block: 0 70px;
}
.imageText--chapter6_4aa {
  align-items: center;
  justify-content: space-between;
  margin-block: 150px 100px;
}
@media (max-width: 767px) {
  .imageText--chapter6_4aa {
    margin-block: 40px;
  }
}
.imageText--chapter6_4aa .imageText__info {
  padding: 0;
}
.imageText--chapter6_6c {
  flex-direction: column;
  gap: 0;
  margin-block: 150px 0;
}
@media (max-width: 767px) {
  .imageText--chapter6_6c {
    margin-block-start: 40px;
  }
}
.imageText--chapter6_6c .imageText__info {
  padding: 0;
}
.imageText--chapter6_4b {
  margin-block-start: -50px;
}
.imageText--chapter6_4b .imageText__info {
  padding: 0;
}
.imageText--chapter6_5 {
  align-items: center;
}
.imageText--chapter6_5 .imageText__info {
  padding: 0;
}
.imageText--chapter6_6 .imageText__info {
  padding: 0;
}
.imageText--chapter6_6a {
  margin-block: 150px 250px;
  align-items: center;
}
@media (max-width: 767px) {
  .imageText--chapter6_6a {
    margin-block: 50px 80px;
  }
}
.imageText--chapter6_6a .imageText__info {
  padding: 0;
}
.imageText__figure, .imageText__info {
  width: 50%;
}
@media (max-width: 1023px) {
  .imageText__figure, .imageText__info {
    width: 100%;
  }
}
.imageText__figure {
  flex-shrink: 0;
  max-width: 100%;
}
.imageText__figure figcaption {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--caption);
  margin: 15px 0 0;
  letter-spacing: 0.025em;
  line-height: 1.35;
  padding-left: 15px;
}
.imageText__figure--chapter1_1 {
  width: 604px;
  aspect-ratio: 604/424;
}
.imageText__figure--chapter1_3 {
  width: var(--width1_3);
  aspect-ratio: 475/672;
}
.imageText__figure--chapter1_4 {
  width: 258px;
  aspect-ratio: 258/286;
}
@media (max-width: 767px) {
  .imageText__figure--chapter1_4 {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 286px;
    margin-bottom: 20px;
  }
}
.imageText__figure--chapter1_5 {
  width: 568px;
  aspect-ratio: 568/679;
}
.imageText__figure--chapter1_6 {
  width: 423px;
  aspect-ratio: 423/314;
}
@media (max-width: 767px) {
  .imageText__figure--chapter1_6 {
    position: relative;
    padding-bottom: 74.23%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .imageText__figure--chapter1_6 .imageText__picture,
  .imageText__figure--chapter1_6 .imageText__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .imageText__figure--chapter1_6 figcaption {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.imageText__figure--chapter1_9 {
  width: 859px;
  aspect-ratio: 859/737;
  margin-top: -100px;
}
.imageText__figure--chapter1_9 .imageText__picture {
  border-radius: 0;
}
.imageText__figure--chapter1_9 .imageText__img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .imageText__figure--chapter1_9 {
    width: 600px;
  }
}
.imageText__figure--chapter1_9b {
  width: 297px;
  aspect-ratio: 297/353;
}
.imageText__figure--chapter1_9c {
  width: 559px;
  aspect-ratio: 559/416;
}
@media (max-width: 767px) {
  .imageText__figure--chapter1_9c {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 285px;
    margin-bottom: 80px;
    aspect-ratio: inherit;
  }
}
.imageText__figure--chapter1_9c figcaption {
  width: 415px;
  max-width: 100%;
}
.imageText__figure--chapter1_10 {
  width: 555px;
  aspect-ratio: 555/366;
}
.imageText__figure--chapter1_12 {
  width: 325px;
  aspect-ratio: 325/448;
}
.imageText__figure--chapter1_13 {
  width: 327px;
  aspect-ratio: 327/307;
}
.imageText__figure--chapter2_1a {
  width: 568px;
  aspect-ratio: 568/679;
}
.imageText__figure--chapter2_1b {
  width: 258px;
  aspect-ratio: 258/286;
  top: 100%;
  right: 100%;
  transform: translate(48px, -205px);
}
@media (max-width: 1023px) {
  .imageText__figure--chapter2_1b {
    transform: translate(75%, -50px);
  }
}
.imageText__figure--chapter2_1c {
  width: 328px;
  aspect-ratio: 328/383;
  top: 50%;
  left: 100%;
  transform: translate(-30px, -50%);
}
@media (max-width: 1279px) {
  .imageText__figure--chapter2_1c {
    transform: translate(-120px, -50%);
  }
}
@media (max-width: 1023px) {
  .imageText__figure--chapter2_1c {
    transform: translate(-80%, 20px);
    top: 100%;
  }
}
.imageText__figure--chapter2_1c figcaption {
  padding-left: 45px;
}
.imageText__figure--chapter2_1b, .imageText__figure--chapter2_1c {
  position: absolute;
}
@media (max-width: 767px) {
  .imageText__figure--chapter2_1b, .imageText__figure--chapter2_1c {
    position: static;
    transform: none;
    margin-top: var(--mobilegap);
    margin-bottom: var(--mobilegap);
  }
}
.imageText__figure--chapter2_3 {
  width: 368px;
  aspect-ratio: 368/486;
  margin-top: -110px;
}
.imageText__figure--chapter2_3b {
  width: 727px;
  aspect-ratio: 727/687;
  position: relative;
  z-index: 1;
}
.imageText__figure--chapter2_3c {
  width: 423px;
  aspect-ratio: 423/314;
}
@media (max-width: 767px) {
  .imageText__figure--chapter2_3c {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 264px;
    margin-bottom: 30px;
  }
}
.imageText__figure--chapter2_4 {
  width: 331px;
  aspect-ratio: 331/433;
}
@media (max-width: 767px) {
  .imageText__figure--chapter2_4 {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 433px;
    margin-bottom: 40px;
    aspect-ratio: inherit;
  }
}
.imageText__figure--chapter2_4b {
  width: 344px;
  aspect-ratio: 344/244;
}
.imageText__figure--chapter2_5 {
  width: 1123px;
  aspect-ratio: 1123/510;
}
.imageText__figure--chapter2_6 {
  width: 422px;
  aspect-ratio: 422/315;
}
@media (max-width: 767px) {
  .imageText__figure--chapter2_6 {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 280px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .imageText__figure--chapter2_6 {
    margin-top: -80px;
  }
}
.imageText__figure--chapter3_2 {
  width: 386px;
  aspect-ratio: 386/572;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .imageText__figure--chapter3_2 {
    margin-bottom: 30px;
    max-height: 540px;
  }
}
.imageText__figure--chapter3_4d {
  width: 714px;
  aspect-ratio: 714/523;
}
.imageText__figure--chapter3_6 {
  width: 337px;
  aspect-ratio: 337/511;
  position: relative;
}
@media (min-width: 768px) {
  .imageText__figure--chapter3_6 {
    top: -200px;
  }
}
.imageText__figure--chapter3_7b {
  width: 396px;
  aspect-ratio: 396/560;
}
.imageText__figure--chapter3_7b figcaption {
  padding-left: 0;
}
.imageText__figure--chapter3_9c1 {
  width: 443px;
  aspect-ratio: 443/620;
}
.imageText__figure--chapter3_9c1 figcaption {
  padding-left: 0;
}
@media (max-width: 767px) {
  .imageText__figure--chapter3_9c1 {
    position: relative;
    padding-bottom: 71.4%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .imageText__figure--chapter3_9c1 .imageText__picture,
  .imageText__figure--chapter3_9c1 .imageText__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .imageText__figure--chapter3_9c1 figcaption {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.imageText__figure--chapter3_9c2, .imageText__figure--chapter3_9c3 {
  width: 328px;
  aspect-ratio: 328/213;
  position: absolute;
}
@media (max-width: 767px) {
  .imageText__figure--chapter3_9c2, .imageText__figure--chapter3_9c3 {
    max-height: 213px;
    margin-bottom: 30px;
  }
}
.imageText__figure--chapter3_9c2 {
  top: 50%;
  right: 100%;
  transform: translateX(52px);
}
@media (max-width: 1023px) {
  .imageText__figure--chapter3_9c2 {
    transform: translateX(172px);
  }
}
@media (max-width: 767px) {
  .imageText__figure--chapter3_9c2 {
    position: static;
    transform: none;
    margin: var(--mobilegap) 0;
  }
}
.imageText__figure--chapter3_9c3 {
  top: 109px;
  left: 100%;
  margin-left: -25px;
}
@media (max-width: 1023px) {
  .imageText__figure--chapter3_9c3 {
    margin-left: -175px;
  }
}
@media (max-width: 767px) {
  .imageText__figure--chapter3_9c3 {
    position: static;
    transform: none;
    margin: var(--mobilegap) 0;
  }
}
.imageText__figure--chapter4_2 {
  width: 328px;
  aspect-ratio: 328/455;
}
@media (min-width: 1024px) {
  .imageText__figure--chapter4_2 {
    margin-top: -90px;
  }
}
.imageText__figure--chapter4_2b {
  width: 328px;
  aspect-ratio: 328/383;
}
@media (max-width: 767px) {
  .imageText__figure--chapter4_2b {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 383px;
    margin-bottom: 40px;
    aspect-ratio: inherit;
  }
}
.imageText__figure--chapter4_3 {
  width: 428px;
  aspect-ratio: 368/486;
}
.imageText__figure--chapter4_4a {
  width: 864px;
  aspect-ratio: 864/576;
}
.imageText__figure--chapter4_8 {
  width: 312px;
  aspect-ratio: 312/419;
  position: relative;
  top: -60px;
}
.imageText__figure--chapter4_11a {
  width: 826px;
  aspect-ratio: 826/548;
}
@media (min-width: 1024px) {
  .imageText__figure--chapter4_11a {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .imageText__figure--chapter4_11a {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: inherit;
    margin-bottom: 40px;
    aspect-ratio: inherit;
  }
  .imageText__figure--chapter4_11a .imageText__picture,
  .imageText__figure--chapter4_11a .imageText__img {
    height: auto;
  }
}
.imageText__figure--chapter4_11a figcaption {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.38;
  padding-left: 0;
  margin-top: 40px;
  width: 490px;
  max-width: 100%;
}
.imageText__figure--chapter4_11b {
  width: 714px;
  aspect-ratio: 714/476;
  position: relative;
}
@media (max-width: 767px) {
  .imageText__figure--chapter4_11b {
    /* Your fallback styles for browsers that do not support aspect-ratio */
    max-height: 476px;
    margin-bottom: 40px;
    aspect-ratio: inherit;
  }
}
.imageText__figure--chapter4_11c {
  width: 353px;
  aspect-ratio: 353/223;
}
@media (max-width: 767px) {
  .imageText__figure--chapter4_11c {
    max-height: 200px;
    margin-bottom: 100px;
    aspect-ratio: inherit;
  }
}
.imageText__figure--chapter4_13a {
  width: 1096px;
  aspect-ratio: 1096/576;
}
.imageText__figure--chapter5_2 {
  width: 548px;
  height: 396px;
  aspect-ratio: 548/396;
}
.imageText__figure--chapter5_3 {
  width: 548px;
  aspect-ratio: 548/396;
}
.imageText__figure--chapter5_3 figcaption {
  width: 400px;
  max-width: 100%;
}
.imageText__figure--chapter5_4 {
  width: 368px;
  aspect-ratio: 368/486;
}
@media (min-width: 1200px) {
  .imageText__figure--chapter5_4 {
    margin-top: -80px;
  }
}
.imageText__figure--chapter5_4b {
  width: 1124px;
  aspect-ratio: 1124/582;
}
.imageText__figure--chapter5_4c {
  width: 225px;
  aspect-ratio: 225/194;
}
.imageText__figure--chapter5_6a {
  width: 368px;
  aspect-ratio: 368/486;
}
.imageText__figure--chapter5_8d {
  width: 368px;
  aspect-ratio: 368/266;
  margin-top: -170px;
}
@media (max-width: 767px) {
  .imageText__figure--chapter5_8d {
    margin-top: 20px;
  }
}
.imageText__figure--chapter5_8e {
  width: 621px;
  aspect-ratio: 621/452;
}
@media (max-width: 1419px) {
  .imageText__figure--chapter5_8e {
    flex-shrink: inherit;
  }
}
.imageText__figure--chapter5_9 {
  width: 368px;
  aspect-ratio: 368/486;
}
.imageText__figure--chapter5_10b {
  width: 702px;
  aspect-ratio: 702/470;
}
.imageText__figure--chapter5_10c {
  width: 801px;
  aspect-ratio: 801/534;
}
.imageText__figure--chapter5_10d {
  width: 211px;
  aspect-ratio: 211/220;
  transform: translateX(-700px);
}
.imageText__figure--chapter5_10d .imageText__img {
  opacity: 0;
  transform: translateY(100px);
}
.imageText__figure--chapter5_10d .imageText__picture.is-inview .imageText__img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease 0.3s !important;
}
@media (max-width: 1023px) {
  .imageText__figure--chapter5_10d {
    transform: none;
  }
}
.imageText__figure--chapter5_11a {
  width: 1124px;
  aspect-ratio: 1124/582;
  position: relative;
}
.imageText__figure--chapter5_13a {
  width: 724px;
  aspect-ratio: 724/483;
}
.imageText__figure--chapter5_14b {
  width: 680px;
  aspect-ratio: 680/470;
}
.imageText__figure--chapter6_4aa {
  width: 278px;
  aspect-ratio: 278/156;
}
.imageText__figure--chapter6_4b {
  width: 158px;
  aspect-ratio: 158/178;
}
.imageText__figure--chapter6_5, .imageText__figure--chapter6_35 {
  width: 331px;
  aspect-ratio: 331/363;
}
.imageText__figure--chapter6_6c {
  width: 236px;
  aspect-ratio: 236/98;
}
.imageText__figure--chapter6_6a {
  width: 548px;
  aspect-ratio: 548/396;
}
.imageText__picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imageText__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imageText__info {
  padding: 104px 0 0;
}
.imageText--chapter1_4 .imageText__info {
  padding: 0;
  align-self: center;
}
.imageText--chapter1_9c .imageText__info {
  align-self: flex-start;
  padding-top: 60px;
}
.imageText--chapter4_2 .imageText__info, .imageText--chapter4_5a .imageText__info, .imageText--chapter5_2a .imageText__info, .imageText--chapter5_13 .imageText__info, .imageText--chapter5_18a .imageText__info, .imageText--chapter3_7a .imageText__info, .imageText--chapter5_8c .imageText__info {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .imageText--chapter4_4 .imageText__info, .imageText--chapter4_9 .imageText__info {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .imageText--chapter5_4 .imageText__info, .imageText--chapter6_35 .imageText__info {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .imageText--chapter5_4a .imageText__info, .imageText--chapter5_8a .imageText__info {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .imageText__info {
    padding-top: 0;
  }
}
.imageText__info--380 {
  width: 380px;
  max-width: 100%;
}
.imageText__info--395 {
  width: 395px;
  max-width: 100%;
}
.imageText__info--410 {
  width: 410px;
  max-width: 100%;
}
.imageText__info--425 {
  width: 425px;
  max-width: 100%;
}
.imageText__info--430 {
  width: 430px;
  max-width: 100%;
}
.imageText__info--445 {
  width: 445px;
  max-width: 100%;
}
.imageText__info--455 {
  width: 455px;
  max-width: 100%;
}
.imageText__info--460 {
  width: 460px;
  max-width: 100%;
}
.imageText__info--470 {
  width: 470px;
  max-width: 100%;
}
.imageText__info--475 {
  width: 475px;
  max-width: 100%;
}
.imageText__info--480 {
  width: 480px;
  max-width: 100%;
}
.imageText__info--485 {
  width: 485px;
  max-width: 100%;
}
.imageText__info--495 {
  width: 495px;
  max-width: 100%;
}
.imageText__info--520 {
  width: 520px;
  max-width: 100%;
}
.imageText__info--540 {
  width: 540px;
  max-width: 100%;
}
.imageText__info--550 {
  width: 550px;
  max-width: 100%;
}
.imageText__info--575 {
  width: 575px;
  max-width: 100%;
}
.imageText__info--580 {
  width: 580px;
  max-width: 100%;
}
.imageText__info--585 {
  width: 585px;
  max-width: 100%;
}
.imageText__info--590 {
  width: 590px;
  max-width: 100%;
}
.imageText__info--595 {
  width: 595px;
  max-width: 100%;
}
.imageText__info--600 {
  width: 600px;
  max-width: 100%;
}
.imageText__info--605 {
  width: 605px;
  max-width: 100%;
}
.imageText__info--625 {
  width: 625px;
  max-width: 100%;
}
.imageText__info--630 {
  width: 630px;
  max-width: 100%;
}
.imageText__info--638 {
  width: 638px;
  max-width: 100%;
}
.imageText__info--640 {
  width: 640px;
  max-width: 100%;
}
.imageText__info--645 {
  width: 645px;
  max-width: 100%;
}
.imageText--chapter3_6 .imageText__info--645 {
  position: relative;
  z-index: 1;
}
.imageText__info--660 {
  width: 660px;
  max-width: 100%;
}
.imageText__info--675 {
  width: 675px;
  max-width: 100%;
}
.imageText__info--700 {
  width: 700px;
  max-width: 100%;
}
.imageText__info--715 {
  width: 715px;
  max-width: 100%;
}
.imageText__info--770 {
  width: 770px;
  max-width: 100%;
}
.imageText__info--800 {
  width: 800px;
  max-width: 100%;
}
.imageText__info--805 {
  width: 805px;
  max-width: 100%;
}
.imageText__info--820 {
  width: 820px;
  max-width: 100%;
}
.imageText__info--830 {
  width: 830px;
  max-width: 100%;
}
.imageText--chapter5_4a .imageText__info--830 {
  position: relative;
  z-index: 1;
}
.imageText__info--840 {
  width: 840px;
  max-width: 100%;
}
.imageText__info--845 {
  width: 845px;
  max-width: 100%;
}
.imageText__info--855 {
  width: 855px;
  max-width: 100%;
}
.imageText__info--860 {
  width: 860px;
  max-width: 100%;
}
.imageText__info--875 {
  width: 875px;
  max-width: 100%;
}
.imageText__info--885 {
  width: 885px;
  max-width: 100%;
}
.imageText__info--915 {
  width: 915px;
  max-width: 100%;
}
.imageText__info--935 {
  width: 935px;
  max-width: 100%;
}
.imageText__info--945 {
  width: 945px;
  max-width: 100%;
}
.imageText__info--960 {
  width: 960px;
  max-width: 100%;
}
.imageText__info--970 {
  width: 970px;
  max-width: 100%;
}
.imageText__info--1000 {
  width: 1000px;
  max-width: 100%;
}
.imageText__info--1090 {
  width: 1090px;
  max-width: 100%;
}
.imageText--chapter1_3 .imageText__info, .imageText--chapter1_9 .imageText__info, .imageText--chapter1_12 .imageText__info, .imageText--chapter1_13 .imageText__info, .imageText--chapter2_3c .imageText__info, .imageText--chapter2_4b .imageText__info, .imageText--chapter5_8e .imageText__info, .imageText--chapter5_10b .imageText__info, .imageText--chapter5_10c .imageText__info {
  padding: 0;
  align-self: center;
}
@media (min-width: 1024px) {
  .imageText--chapter1_5 .imageText__info {
    padding-top: 105px;
  }
}
.imageText--chapter1_6 .imageText__info {
  width: 435px;
  max-width: 100%;
}
.imageText--chapter1_9b .imageText__info {
  padding: 0;
}
@media (max-width: 767px) {
  .imageText--chapter1_9b .imageText__info {
    padding-left: var(--sidepadding);
    padding-right: var(--sidepadding);
  }
}
.imageText--chapter2_3 .imageText__info {
  padding-top: 5px;
}
.imageText--chapter3_5b .imageText__info {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .imageText--chapter4_11a .imageText__info {
    padding-top: 45px;
  }
}
.imageText--chapter4_11b .imageText__info {
  align-self: center;
}
@media (max-width: 767px) {
  .imageText--chapter4_11b .imageText__info {
    margin-top: 110px;
  }
}
.imageText--chapter4_11b .imageText__info, .imageText--chapter4_13 .imageText__info, .imageText--chapter4_14b .imageText__info, .imageText--chapter5_4c .imageText__info, .imageText--chapter5_4d .imageText__info, .imageText--chapter5_8b .imageText__info, .imageText--chapter5_8d .imageText__info, .imageText--chapter5_11 .imageText__info, .imageText--chapter5_14b .imageText__info, .imageText--chapter5_14c .imageText__info, .imageText--chapter5_16 .imageText__info, .imageText--chapter5_17a .imageText__info {
  padding-top: 0;
}
.imageText--chapter5_9 .imageText__info {
  padding-top: 20px;
}
.imageText__title {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 1;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .imageText__title {
    font-size: 1.625rem;
  }
}
.imageText__title--big {
  font-size: 2.1875rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .imageText__title--big {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .imageText__title--big {
    font-size: 1.625rem;
  }
}
.imageText__title--white {
  color: #ffffff;
}
.imageText__title--large1 {
  font-size: 2.875rem;
}
@media (max-width: 1199px) {
  .imageText__title--large1 {
    font-size: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .imageText__title--large1 {
    font-size: 1.875rem;
  }
}
.imageText__title--large {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .imageText__title--large {
    font-size: 2.4375rem;
  }
}
@media (max-width: 767px) {
  .imageText__title--large {
    font-size: 2rem;
  }
}
.imageText__title .brown {
  color: var(--brown);
}
.imageText__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.43;
  margin: 0;
}
@media (max-width: 1199px) {
  .imageText__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .imageText--chapter4_10 .imageText__text br {
    display: none;
  }
}
.imageText__text strong,
.imageText__text b {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  color: var(--brown);
  display: block;
  margin-block: 5px 5px;
}
@media (max-width: 1199px) {
  .imageText__text strong,
  .imageText__text b {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .imageText__text strong,
  .imageText__text b {
    font-size: 1.375rem;
  }
}
.imageText__text--small {
  font-size: 1.3125rem;
  line-height: 1.38;
}
.imageText__text--small strong,
.imageText__text--small b {
  font-size: inherit;
  display: inline;
}
@media (max-width: 1199px) {
  .imageText__text--small {
    font-size: 1.0625rem;
  }
}
.imageText__text--small2 {
  font-size: 1.375rem;
  line-height: 1.38;
}
@media (max-width: 1199px) {
  .imageText__text--small2 {
    font-size: 1.125rem;
  }
}
.imageText__text--big {
  font-size: 5.625rem;
}
@media (max-width: 1199px) {
  .imageText__text--big {
    font-size: 4.5rem;
  }
}
@media (max-width: 1023px) {
  .imageText__text--big {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .imageText__text--big {
    font-size: 2.375rem;
  }
}
.imageText__text--brown {
  color: var(--brown);
}
.imageText__text--chapter3_4b, .imageText__text--chapter3_9b {
  white-space: nowrap;
}
.imageText--chapter5_4 .imageText__text {
  width: 600px;
  max-width: 100%;
}
.imageText--chapter5_8e .imageText__text {
  width: 380px;
  max-width: 100%;
  margin-left: var(--left);
  margin-top: 35px;
}
.imageText__text--pro {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .imageText__text--pro {
    font-size: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .imageText__text--pro {
    font-size: 1.5rem;
  }
}
.imageText__text .brown {
  color: var(--brown);
}
@media (max-width: 767px) {
  .imageText--chapter6_352 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.horBetween {
  display: flex;
  justify-content: space-between;
  margin: 135px 0 0;
}
@media (max-width: 767px) {
  .horBetween {
    flex-wrap: wrap;
    gap: var(--mobilegap);
  }
  .horBetween__left, .horBetween__right {
    max-width: 100%;
  }
}

.mixedTitle {
  line-height: 1.31;
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 3.0625rem;
  font-weight: 500;
  color: var(--brown);
}
.section--chapter5_1 .mixedTitle {
  width: 600px;
  max-width: 100%;
  margin-top: 15vh;
}
@media (max-width: 1199px) {
  .mixedTitle {
    font-size: 2.4375rem;
  }
}
@media (max-width: 1023px) {
  .mixedTitle {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .mixedTitle {
    font-size: 1.75rem;
  }
}
.mixedTitle span {
  display: block;
}
.mixedTitle__light {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
}
@media (max-width: 1199px) {
  .mixedTitle__light {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .mixedTitle__light {
    font-size: 1.375rem;
  }
}
.mixedTitle__light.small {
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .mixedTitle__light.small {
    font-size: 1.375rem;
  }
}
.section--chapter5_1 .mixedTitle__light.small {
  margin-top: 40px;
}
.mixedTitle__date {
  font-size: 8.4375rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .mixedTitle__date {
    font-size: 6.75rem;
  }
}
@media (max-width: 1023px) {
  .mixedTitle__date {
    font-size: 5.625rem;
  }
}
@media (max-width: 767px) {
  .mixedTitle__date {
    font-size: 3.75rem;
  }
}
.mixedTitle--chapter1_7 .mixedTitle__date {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 5.5625rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .mixedTitle--chapter1_7 .mixedTitle__date {
    font-size: 4.4375rem;
  }
}
@media (max-width: 767px) {
  .mixedTitle--chapter1_7 .mixedTitle__date {
    font-size: 2.625rem;
  }
}
.mixedTitle--chapter1_7 .mixedTitle__light {
  width: 705px;
  max-width: 100%;
  padding-left: 115px;
  font-size: 2.1875rem;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .mixedTitle--chapter1_7 .mixedTitle__light {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .mixedTitle--chapter1_7 .mixedTitle__light {
    font-size: 1.375rem;
    padding-left: 0;
  }
}
.mixedTitle small {
  font-size: 4.5rem;
}

.plainFigure {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 328px;
  max-width: 100%;
}
.plainFigure figcaption {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--caption);
  margin: 15px 0 0;
  letter-spacing: 0.025em;
  line-height: 1.35;
}

.bigDate {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section--chapter1_9 .bigDate {
    padding-left: var(--sidepadding);
  }
}
.bigDate__char {
  display: inline-block;
  transform-origin: right;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.4s ease;
}
.bigDate__char:nth-child(1) {
  transition-delay: 0.1s;
}
.bigDate__char:nth-child(2) {
  transition-delay: 0.2s;
}
.bigDate__char:nth-child(3) {
  transition-delay: 0.3s;
}
.bigDate__char:nth-child(4) {
  transition-delay: 0.4s;
}
.bigDate__char:nth-child(5) {
  transition-delay: 0.5s;
}
.bigDate__char:nth-child(6) {
  transition-delay: 0.6s;
}
.bigDate__char:nth-child(7) {
  transition-delay: 0.7s;
}
.bigDate__char:nth-child(8) {
  transition-delay: 0.8s;
}
.bigDate__char:nth-child(9) {
  transition-delay: 0.9s;
}
.bigDate__char:nth-child(10) {
  transition-delay: 1s;
}
.bigDate__char.inview {
  transform: translateX(0);
  opacity: 1;
}
.bigDate__title {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 15.3125rem;
  font-weight: 400;
  line-height: 0.26;
  color: var(--brown);
  display: flex;
}
@media (max-width: 1199px) {
  .bigDate__title {
    font-size: 12.25rem;
  }
}
@media (max-width: 1023px) {
  .bigDate__title {
    font-size: 10.625rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .bigDate__title {
    font-size: 7.5rem;
  }
}
.bigDate__title--chapter2_3, .bigDate__title--chapter4_2, .bigDate__title--chapter5_8, .bigDate__title--chapter6_352 {
  line-height: 1;
}
.bigDate__title--chapter2_4, .bigDate__title--chapter2_6, .bigDate__title--chapter3_6, .bigDate__title--chapter3_7, .bigDate__title--chapter3_9, .bigDate__title--chapter4_3, .bigDate__title--chapter5_4 {
  line-height: 0.6;
}
@media (max-width: 1023px) {
  .bigDate__title--chapter2_4, .bigDate__title--chapter2_6, .bigDate__title--chapter3_6, .bigDate__title--chapter3_7, .bigDate__title--chapter3_9, .bigDate__title--chapter4_3, .bigDate__title--chapter5_4 {
    line-height: 1;
  }
}
.bigDate__title--chapter2_6 {
  margin-bottom: 28px;
}
.bigDate__title--chapter4_14 {
  line-height: 0.45;
}
.bigDate__title--huge {
  font-size: 44.0625rem;
  line-height: 0.28;
  opacity: 0.05;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.section--chapter1_9 .bigDate__title--huge {
  margin-top: 100px;
}
.section--chapter4_7 .bigDate__title--huge, .section--chapter5_5 .bigDate__title--huge {
  color: var(--text);
  opacity: 0.1;
}
.section--chapter4_7 .bigDate__title--huge {
  top: 50%;
}
.section--chapter5 .bigDate__title--huge {
  position: relative;
  height: 0;
}
.section--chapter6_2 .bigDate__title--huge {
  opacity: 0.1;
}
@media (min-width: 1024px) {
  .bigDate__title--huge.bigDate__title--chapter4_11 {
    margin-top: 200px;
  }
}
@media (min-width: 1024px) {
  .bigDate__title--huge.bigDate__title--chapter4_13 {
    margin-top: 150px;
  }
}
@media (max-width: 1199px) {
  .bigDate__title--huge {
    font-size: 35.25rem;
  }
}
@media (max-width: 767px) {
  .bigDate__title--huge {
    font-size: 12.5rem;
  }
}
.bigDate__title--chapter6_352 {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .bigDate__title--chapter6_352 {
    margin-bottom: 60px;
  }
}

.textOnly {
  margin-block: 85px;
  width: 945px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .textOnly {
    margin-block: 40px;
  }
  .textOnly--chapter3_9 {
    margin-block-start: 80px;
  }
}
.section--chapter1_4 .textOnly {
  margin-block-start: 0;
}
.textOnly--center {
  margin-left: auto;
  margin-right: auto;
}
.textOnly--960 {
  width: 960px;
  max-width: 100%;
}
.textOnly--435 {
  width: 435px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .textOnly--435 .textOnly__text {
    position: relative;
    z-index: 1;
  }
}
.textOnly__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.42;
  color: var(--text);
}
@media (max-width: 1023px) {
  .textOnly__text {
    font-size: 1.375rem;
  }
}
.textOnly__text strong,
.textOnly__text b {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--brown);
}
@media (max-width: 1023px) {
  .textOnly__text strong,
  .textOnly__text b {
    font-size: 1.625rem;
  }
}
.textOnly__text--brown {
  color: var(--brown);
}
.textOnly__text--xsmall {
  font-size: 1.3125rem;
}
@media (max-width: 1023px) {
  .textOnly__text--xsmall {
    font-size: 1.0625rem;
  }
}
.textOnly__text--small {
  font-size: 1.375rem;
}
@media (max-width: 1023px) {
  .textOnly__text--small {
    font-size: 1.125rem;
  }
}
.textOnly__text--med {
  font-size: 1.4375rem;
}
@media (max-width: 1023px) {
  .textOnly__text--med {
    font-size: 1.1875rem;
  }
}
.textOnly__text--big {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .textOnly__text--big {
    font-size: 1.625rem;
  }
}
.textOnly__text--large {
  font-size: 2.1875rem;
}
@media (max-width: 1023px) {
  .textOnly__text--large {
    font-size: 1.75rem;
  }
}
.textOnly__text--large strong,
.textOnly__text--large b {
  font-size: inherit;
}
.textOnly--chapter1_7 {
  width: 365px;
  max-width: 100%;
  margin-left: auto;
}
.textOnly--chapter2_1a {
  margin-block-end: 325px;
}
@media (max-width: 767px) {
  .textOnly--chapter2_1a {
    margin-block-end: 85px;
  }
}
.textOnly--chapter2_1b {
  margin-block-end: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .textOnly--chapter2_2 {
    padding-left: 240px;
  }
}
.textOnly--chapter2_1c {
  margin-block: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .textOnly--chapter2_1c {
    margin-bottom: -205px;
  }
}
.textOnly--noSpace {
  margin-block: 0;
}
.textOnly--470 {
  width: 470px;
  max-width: 100%;
}
.textOnly--600 {
  width: 600px;
  max-width: 100%;
}
.textOnly--740 {
  width: 740px;
  max-width: 100%;
}

.listOnly {
  margin-block: 80px;
}
@media (max-width: 767px) {
  .section--chapter1_2b .listOnly {
    margin-block: 40px;
  }
}
.listOnly--chapter2_3 {
  margin-block: 0;
  margin-top: -40px;
}
@media (max-width: 1199px) {
  .listOnly--chapter2_3 {
    margin-top: 60px;
  }
}
.listOnly--chapter5_18 {
  padding-left: var(--left);
}
@media (max-width: 1023px) {
  .section--chapter6_2 .listOnly--chapter5_18 {
    --left: 0;
  }
}
@media (max-width: 767px) {
  .section--chapter6_2 .listOnly--chapter5_18 {
    margin-bottom: 40px;
  }
}

.numberList {
  counter-reset: orderedlist;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .numberList {
    flex-wrap: wrap;
    gap: var(--mobilegap);
  }
}
.listOnly--chapter5_18 .numberList {
  flex-basis: 33.33%;
  align-items: flex-start;
}
.numberList__li {
  counter-increment: orderedlist;
  position: relative;
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 1.2;
  margin: 0 0 0 120px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.65s ease-out 0.2s;
  opacity: 0;
  transform: translateX(45px);
}
.numberList__li:nth-child(1) {
  transition-delay: 0.2s;
}
.numberList__li:nth-child(2) {
  transition-delay: 0.4s;
}
.numberList__li:nth-child(3) {
  transition-delay: 0.6s;
}
.numberList__li:nth-child(4) {
  transition-delay: 0.8s;
}
.numberList__li:nth-child(5) {
  transition-delay: 1s;
}
.numberList__li:nth-child(6) {
  transition-delay: 1.2s;
}
.numberList__li:nth-child(7) {
  transition-delay: 1.4s;
}
.numberList__li:nth-child(8) {
  transition-delay: 1.6s;
}
.numberList__li:nth-child(9) {
  transition-delay: 1.8s;
}
.numberList__li:nth-child(10) {
  transition-delay: 2s;
}
.numberList__li.is-inview {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .listOnly--chapter5_18 .numberList__li br {
    display: none;
  }
}
.numberList__li:before {
  content: counter(orderedlist);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brown);
  color: var(--darkblue);
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "PF Spekk VAR", sans-serif;
}
@media (max-width: 1023px) {
  .numberList__li:before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--brown);
    color: var(--darkblue);
    font-family: "PF Das Grotesk Mono Pro", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .numberList__li {
    margin-left: 30px;
    font-size: 1.25rem;
  }
}
.numberList__li--small {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  margin-left: 40px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .numberList__li--small:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .numberList__li--small {
    margin-left: 0;
  }
}
.numberList__li--small:before {
  color: #ffffff;
  margin-top: -22px;
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}
.numberList__li--small2 {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .numberList__li--small2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .numberList__li--small2 {
    margin-left: 0;
  }
}
.numberList__li--white {
  color: var(--text);
}

.titleRow {
  margin-block: 30px;
}
.titleRow__title {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  color: var(--brown);
  line-height: 1.52;
  margin: 0;
}

.textnslider {
  display: flex;
  gap: 55px;
  width: 1090px;
  max-width: 100%;
  margin: auto;
  margin-block: 130px 130px;
}
@media (max-width: 1199px) {
  .textnslider {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .textnslider {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section--chapter1_4 .textnslider, .section--chapter1_8 .textnslider {
    margin-block: 40px 0;
  }
}
.textnslider--noSpace {
  margin-block: 0;
  gap: 95px;
}
@media (max-width: 767px) {
  .textnslider--noSpace {
    gap: 40px;
  }
}
.textnslider--chapter3_4 {
  width: 1195px;
  margin-block: 90px 90px;
  justify-content: center;
}
@media (max-width: 767px) {
  .textnslider--chapter3_4 {
    margin-block-start: 0;
  }
}
.textnslider--chapter4_2 {
  margin-top: -95px;
  margin-left: -24px;
  width: 100%;
}
@media (max-width: 767px) {
  .textnslider--chapter4_2 {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.textnslider--chapter4_9 {
  align-items: center;
  justify-content: center;
  margin-block: 35px 0;
  width: 1112px;
}
@media (min-width: 1024px) {
  .textnslider--chapter4_9 {
    margin-block-start: 0;
    margin-top: -40px;
  }
}
.textnslider--chapter5_15 {
  width: 1200px;
  margin-block: 0 100px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .textnslider--chapter5_15 {
    margin-block-end: 40px;
  }
}
.textnslider__info {
  flex-grow: 1;
  padding: 35px 0 0;
}
@media (max-width: 1199px) {
  .textnslider__info {
    padding-top: 0;
  }
}
.section--chapter1_8 .textnslider__info {
  width: 415px;
  flex-grow: 0;
  align-self: center;
  padding: 0;
}
@media (max-width: 1023px) {
  .section--chapter1_8 .textnslider__info {
    margin-left: auto;
    margin-right: auto;
    width: 356px;
    max-width: 100%;
  }
}
.section--chapter1_11 .textnslider__info {
  width: 326px;
  flex-grow: 0;
  align-self: center;
  margin-top: -33px;
}
.section--chapter3_4 .textnslider__info {
  width: 415px;
  flex-grow: 0;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .section--chapter3_4 .textnslider__info {
    padding-top: 20px;
  }
}
.section--chapter4_9 .textnslider__info {
  width: 355px;
  flex-grow: 0;
  padding: 0;
}
.section--chapter5_15 .textnslider__info {
  width: 440px;
  flex-grow: 0;
  padding: 0;
}
.textnslider__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
}
.textnslider__text--small {
  font-size: 1.3125rem;
  line-height: 1.38;
}
.textnslider--chapter5_15 .textnslider__text strong,
.textnslider--chapter5_15 .textnslider__text b {
  font-family: "PF Spekk VAR", sans-serif;
  font-weight: 700;
}
.textnslider__slider {
  width: 660px;
}
@media (max-width: 767px) {
  .textnslider__slider {
    max-width: 100%;
  }
}
.section--chapter1_8 .textnslider__slider {
  width: 404px;
}
@media (max-width: 1023px) {
  .section--chapter1_8 .textnslider__slider {
    margin-left: auto;
    margin-right: auto;
  }
}
.section--chapter1_11 .textnslider__slider {
  width: 681px;
}
.section--chapter3_4 .textnslider__slider {
  width: 712px;
}
@media (max-width: 1279px) {
  .section--chapter3_4 .textnslider__slider {
    width: 610px;
  }
}
.section--chapter4_2 .textnslider__slider {
  width: 710px;
}
.section--chapter4_9 .textnslider__slider {
  width: 682px;
}
.imageText--chapter5_4 .textnslider__slider {
  width: 368px;
}
@media (max-width: 1023px) {
  .imageText--chapter5_4 .textnslider__slider {
    margin-inline: auto;
    margin-top: 30px;
  }
}
.imageText--chapter5_4 .textnslider__slider .swiper__figure {
  aspect-ratio: 368/486;
}

.videoWrap {
  width: 952px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.videoWrap--chapter5_14b {
  width: 680px;
  aspect-ratio: 680/470;
}
.videoWrap figure {
  aspect-ratio: 952/661;
  transition: all 0.3s ease-out;
}
.videoWrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.videoWrap figcaption {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--caption);
  margin: 15px 0 0;
  letter-spacing: 0.025em;
  line-height: 1.35;
  margin: 24px 0 0;
  width: 544px;
  max-width: 100%;
}
.videoWrap__play {
  position: absolute;
  inset: 0;
  background: url(../images/play-video.svg) no-repeat scroll center;
  background-size: 95px;
  z-index: 1;
  box-shadow: none;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.3 ease-out;
}
.videoWrap__play:hover {
  transform: scale(1.05);
}
.videoWrap__player {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: none;
}
.videoWrap--playing .videoWrap__play,
.videoWrap--playing figure {
  opacity: 0;
  visibility: hidden;
}
.videoWrap--playing .videoWrap__player {
  display: block;
}

.imageLabel {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--caption);
  margin: 15px 0 0;
  letter-spacing: 0.025em;
  line-height: 1.35;
  position: relative;
}
.imageLabel__text {
  display: inline-block;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s ease 0.5s;
}
.imageLabel:before {
  content: "";
  width: 1px;
  height: 155px;
  background-color: var(--brown);
  position: absolute;
  left: 0;
  bottom: calc(100% + 25px);
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.9s ease 0.1s;
}
.imageLabel.inview:before {
  transform: scaleY(1);
}
.imageLabel.inview .imageLabel__text {
  opacity: 1;
  transform: translateY(0);
}
.imageLabel--right {
  text-align: right;
}
.imageLabel--right:before {
  left: auto;
  right: 0;
}
.imageLabel--chapter1_7 {
  width: 340px;
  font-size: 0.8125rem;
  max-width: 100%;
}
@media (max-width: 479px) {
  .imageLabel--chapter1_7:before {
    height: 50px;
  }
}
.imageLabel--chapter10 {
  margin: 200px 0 0;
}
@media (max-width: 767px) {
  .imageLabel--chapter10 {
    margin-top: 40px;
  }
}
.imageLabel--chapter3_1 {
  position: absolute;
  left: 100%;
  bottom: 5vh;
  white-space: nowrap;
}
@media (max-width: 1679px) {
  .imageLabel--chapter3_1 {
    left: 100%;
    transform: translateX(-100%);
  }
}
@media (max-width: 1280px) {
  .imageLabel--chapter3_1 {
    transform: translateX(-150%);
  }
}
.imageLabel--chapter4_11b {
  position: absolute;
  left: 50%;
  transform: translateX(96px);
  top: calc(100% + 125px);
  z-index: 1;
}
@media (max-width: 767px) {
  .imageLabel--chapter4_11b {
    left: -76px;
    transform: translateX(96px);
    top: 100%;
    max-width: 80vw;
  }
}

.bigNumber--chapter2_2 {
  opacity: 0.15;
}
@media (min-width: 768px) {
  .bigNumber--chapter2_2 {
    margin-bottom: -75px;
  }
}
.bigNumber__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 10.875rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 1;
}
@media (max-width: 767px) {
  .bigNumber__text {
    font-size: 7.5rem;
  }
}

.columnText {
  margin-block: 190px 280px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 767px) {
  .columnText {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.columnText--noSpace {
  margin-block: 0;
}
.section--chapter3_4 .columnText {
  margin-block-start: 0;
  margin-block-end: 0;
  position: relative;
}
.columnText--chapter3_8 {
  gap: 125px;
  align-items: center;
  margin-block: 0;
}
@media (max-width: 1023px) {
  .columnText--chapter3_8 {
    gap: 50px;
  }
}
.columnText--chapter4_7 {
  margin-block: 0;
  gap: 140px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .columnText--chapter4_7 br {
    display: none;
  }
}
.columnText--chapter4_12 {
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.columnText--chapter4_13 {
  gap: 105px;
}
@media (max-width: 767px) {
  .columnText--chapter4_13 {
    gap: 40px;
  }
}
.columnText--chapter5_5 {
  gap: 120px;
  margin-block: 60px 20px;
}
@media (max-width: 767px) {
  .columnText--chapter5_5 {
    gap: 40px;
  }
}
.columnText--chapter5_17 {
  gap: 70px;
  margin-block: 0 125px;
  justify-content: flex-start;
  padding-left: var(--left);
}
.columnText__col {
  width: 455px;
  max-width: 100%;
}
.columnText--chapter4_7 .columnText__col {
  width: 585px;
}
.columnText--chapter4_12 .columnText__col {
  width: 585px;
}
.columnText--chapter4_13 .columnText__col {
  width: 416px;
}
.columnText--chapter5_5 .columnText__col {
  width: 380px;
}
.columnText--chapter5_5 .columnText__col:first-child {
  margin-top: -30px;
}
.columnText--chapter5_5 .columnText__col:nth-child(2) {
  padding-top: 0;
}
.columnText--chapter5_17 .columnText__col {
  width: 415px;
}
.columnText__col:nth-child(2) {
  width: 410px;
  padding-top: 35px;
}
.columnText--chapter3_8 .columnText__col:nth-child(2) {
  padding-top: 0;
  width: 455px;
}
.columnText--chapter4_7 .columnText__col:nth-child(2) {
  width: 470px;
  padding-top: 140px;
}
.columnText--chapter4_12 .columnText__col:nth-child(2) {
  width: 385px;
  padding-top: 0;
}
.columnText--chapter4_13 .columnText__col:nth-child(2) {
  padding-top: 0;
  width: 420px;
}
.columnText--chapter5_17 .columnText__col:nth-child(2) {
  padding-top: 0;
  width: 415px;
}
.columnText__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.38;
}
.columnText__text--big {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
}
.columnText--chapter4_12 .columnText__text--big {
  line-height: 1.2;
}
.columnText__text--med {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.3;
}
.columnText--chapter4_7 .columnText__text--med {
  margin-top: 10px;
}
.columnText__text--xl {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 4rem;
  font-weight: 500;
}
.columnText__text--brown {
  color: var(--brown);
}
.columnText__text--darkblue {
  color: var(--darkblue);
}

.datentext {
  display: flex;
  gap: 50px;
}
@media (max-width: 1023px) {
  .datentext {
    flex-wrap: wrap;
  }
}

.stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 55px 0 0;
}
@media (max-width: 767px) {
  .stats {
    flex-wrap: wrap;
  }
}
.stats--chapter5_10 {
  margin: 85px 0 260px;
  padding-left: var(--left);
}
@media (max-width: 767px) {
  .stats--chapter5_10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.stats--chapter6_3 {
  margin: 60px 0 170px;
  padding-left: 98px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .stats--chapter6_3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .section--chapter6_2 .stats--chapter6_3 {
    padding-left: 0;
  }
}
.stats--chapter6_3 .stats__col {
  width: calc(50% - 55px);
  padding-right: 55px;
}
@media (max-width: 767px) {
  .stats--chapter6_3 .stats__col {
    padding-right: 0;
  }
}
.stats--chapter6_3 .stats__col:nth-child(2):after {
  display: none;
}
.stats--chapter6_3 .stats__col:nth-child(2), .stats--chapter6_3 .stats__col:nth-child(4) {
  padding-right: 0;
}
.stats--chapter5_13 {
  gap: 55px;
  margin-block-end: 225px;
}
@media (max-width: 767px) {
  .stats--chapter5_13 {
    margin-block-end: 40px;
  }
}
.stats--chapter6_4 {
  gap: 0;
}
.stats--chapter5_10 .stats__text, .stats--chapter5_13 .stats__text, .stats--chapter6_3 .stats__text, .stats--chapter6_4 .stats__text {
  opacity: 0;
  transform: translateY(120px);
  transition: all 2s ease 0.2s;
}
@media (max-width: 767px) {
  .stats--chapter5_10 .stats__text br, .stats--chapter5_13 .stats__text br, .stats--chapter6_3 .stats__text br, .stats--chapter6_4 .stats__text br {
    display: none;
  }
}
.stats--chapter5_10 .stats__col:nth-child(2) .stats__text, .stats--chapter5_13 .stats__col:nth-child(2) .stats__text, .stats--chapter6_3 .stats__col:nth-child(2) .stats__text, .stats--chapter6_4 .stats__col:nth-child(2) .stats__text {
  transition-delay: 0.4s;
}
.stats--chapter5_10 .stats__col.is-inview .stats__text, .stats--chapter5_13 .stats__col.is-inview .stats__text, .stats--chapter6_3 .stats__col.is-inview .stats__text, .stats--chapter6_4 .stats__col.is-inview .stats__text {
  opacity: 1;
  transform: translateY(0);
}
.stats--chapter5_10 .stats__col:not(:last-child):after, .stats--chapter5_13 .stats__col:not(:last-child):after, .stats--chapter6_3 .stats__col:not(:last-child):after, .stats--chapter6_4 .stats__col:not(:last-child):after {
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 2s ease 0.4s;
}
.stats--chapter5_10 .stats__col:not(:last-child).is-inview:after, .stats--chapter5_13 .stats__col:not(:last-child).is-inview:after, .stats--chapter6_3 .stats__col:not(:last-child).is-inview:after, .stats--chapter6_4 .stats__col:not(:last-child).is-inview:after {
  transform: scaleY(1);
}
.stats--chapter6_4 .stats__col:first-child:before, .stats--chapter6_4 .stats__col:last-child:after {
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 2s ease 0.4s;
}
.stats--chapter6_4 .stats__col.is-inview:first-child:before, .stats--chapter6_4 .stats__col.is-inview:last-child:after {
  transform: scaleY(1);
}
.stats--chapter5_18 {
  padding-left: var(--left);
}
.stats--chapter6_4b {
  --left: 98px;
  padding-left: var(--left);
}
@media (max-width: 1023px) {
  .stats--chapter6_4b {
    --left: 0;
  }
}
.stats--chapter5_18a {
  padding-left: var(--left);
  gap: 30px;
  margin-top: 0;
  margin-bottom: 120px;
}
.stats--chapter5_18b {
  margin-block: 75px 100px;
}
.stats--chapter352 {
  gap: 40px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .stats--chapter352 {
    margin-bottom: 70px;
  }
}
.stats--chapter352 .stats__text {
  margin: 0;
}
.stats__col {
  flex-grow: 1;
  flex-basis: 33.33%;
  position: relative;
}
.stats--chapter5_10 .stats__col {
  flex-basis: 50%;
}
.stats--chapter5_13 .stats__col {
  flex-grow: 0;
  flex-basis: inherit;
}
.stats--chapter6_4 .stats__col {
  flex-basis: 25%;
  padding-block: 25px;
}
.stats--chapter352 .stats__col {
  padding-left: 20px;
}
.stats--chapter352 .stats__col:after {
  right: auto;
  left: 0;
}
.stats--chapter352 .stats__col:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--brown);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .stats__col {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .stats--chapter5_18a .stats__col {
    padding-right: 30px;
  }
  .stats__col:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--brown);
    position: absolute;
    right: 0;
    top: 0;
  }
  .stats--chapter5_18 .stats__col:not(:last-child):after {
    height: 105px;
  }
  .stats--chapter6_4 .stats__col:first-child:before, .stats--chapter6_4 .stats__col:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--brown);
    position: absolute;
    top: 0;
  }
  .stats--chapter6_4 .stats__col:first-child::before {
    left: 0;
  }
  .stats--chapter6_4 .stats__col:last-child::after {
    right: 0;
  }
}
.stats--chapter5_13 .stats__col--first {
  width: 490px;
  padding-right: 55px;
}
.stats--chapter5_13 .stats__col--second {
  width: 455px;
}
.stats__figure--center {
  text-align: center;
}
.stats__num {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  color: var(--brown);
  line-height: 0.47;
  margin: 0;
}
.stats__text {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.38;
  margin: 24px 0 0;
}
.stats__text--big {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
}
.stats__text .brown {
  color: var(--brown);
}
.stats--chapter5_10 .stats__text, .stats--chapter5_13 .stats__text {
  margin: 0;
}
@media (max-width: 767px) {
  .stats--chapter5_10 .stats__text br, .stats--chapter5_13 .stats__text br {
    display: none;
  }
}
.stats__text--noMargin {
  margin: 0 0 18px;
}
.stats__text--center {
  text-align: center;
}
.stats__text--medium {
  font-family: "PF Spekk VAR", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

* {
  backface-visibility: hidden;
}

.compoWrap .textOnly--chapter2_1b,
.compoWrap .textOnly--chapter2_1c {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.compoWrap .textOnly--chapter2_1b {
  transition-delay: 0.2s;
}
.compoWrap .textOnly--chapter2_1c {
  transition-delay: 0.4s;
}
.compoWrap .imageText__figure--chapter2_1a {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.65s ease-out 0.6s, transform 0.65s ease-out 0.6s;
}
.compoWrap .imageText__figure--chapter2_1b,
.compoWrap .imageText__figure--chapter2_1c {
  opacity: 0;
  transition: opacity 0.65s ease-out;
}
.compoWrap .imageText__figure--chapter2_1b {
  transition-delay: 1.6s;
}
.compoWrap .imageText__figure--chapter2_1c {
  transition-delay: 1.9s;
}
.compoWrap.is-inview .textOnly--chapter2_1b,
.compoWrap.is-inview .textOnly--chapter2_1c {
  opacity: 1;
  transform: translateY(0);
}
.compoWrap.is-inview .imageText__figure--chapter2_1a {
  opacity: 1;
  transform: translateY(0);
}
.compoWrap.is-inview .imageText__figure--chapter2_1b,
.compoWrap.is-inview .imageText__figure--chapter2_1c {
  opacity: 1;
}

.reveal {
  overflow: hidden;
}
.reveal__text {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.4s ease 0.2s;
}
.reveal__text--delay2 {
  transition-delay: 0.6s;
}
.reveal__text--delay3 {
  transition-delay: 0.9s;
}
.reveal__text--delay4 {
  transition-delay: 1.2s;
}
.reveal.inview .reveal__text {
  transform: translateY(0);
}

.typing__text {
  display: inline-block;
  overflow: hidden;
  line-height: 0.75;
}
.typing.inview .typing__text {
  animation: typing 1.6s steps(60, end);
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-wrapper {
  transition: transform 1.3s cubic-bezier(0.03, -0.2, 0, 1.2) !important;
}
.swiper--type1 {
  overflow: inherit;
}
.swiper--type1 .swiper-slide {
  width: 366px;
}
@media (max-width: 767px) {
  .swiper--type1 .swiper-slide {
    width: 260px;
  }
}
.swiper__figure {
  aspect-ratio: 366/368;
}
.swiper__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--darkblue);
}
.swiper__figure img:not(.loaded) {
  filter: blur(10px);
}
.swiper__figure figcaption {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin: 15px 0 0;
}
.swiper--type2 .swiper__figure figcaption {
  color: var(--caption);
}
@media (max-width: 767px) {
  .swiper__figure figcaption {
    font-size: 0.8125rem;
  }
}
.swiper--type1 .swiper__figure {
  position: relative;
}
.swiper--type1 .swiper__figure:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 59px);
  background: linear-gradient(to bottom, rgb(167, 124, 80) 0%, rgba(167, 124, 80, 0) 100%);
}
.swiper--type2 .swiper__figure {
  aspect-ratio: 663/456;
  margin-left: 24px;
  margin-right: 24px;
}
.section--chapter1_8 .swiper--type2 .swiper__figure {
  aspect-ratio: 356/287;
}
.section--chapter1_11 .swiper--type2 .swiper__figure {
  aspect-ratio: 633/453;
}
.section--chapter1_11 .swiper--type2 .swiper__figure {
  aspect-ratio: 633/453;
}
.section--chapter4_3 .swiper--type2 .swiper__figure {
  aspect-ratio: 368/486;
}
.section--chapter5_15 .swiper--type2 .swiper__figure {
  aspect-ratio: 660/454;
}

.swiper-button-next, .swiper-button-prev {
  width: 48px;
  height: 38px;
  background: #ffffff;
  border-radius: 24px;
  color: var(--darkblue);
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.section--chapter1_3 .swiper-button-next, .section--chapter4_6 .swiper-button-next, .section--chapter1_3 .swiper-button-prev, .section--chapter4_6 .swiper-button-prev {
  top: 184px;
}
.section--chapter1_4 .swiper-button-next, .section--chapter1_4 .swiper-button-prev {
  top: 228px;
}
@media (max-width: 767px) {
  .section--chapter1_4 .swiper-button-next, .section--chapter1_4 .swiper-button-prev {
    top: 128px;
  }
}
.section--chapter1_8 .swiper-button-next, .section--chapter1_8 .swiper-button-prev {
  top: 143.5px;
}
.section--chapter1_11 .swiper-button-next, .section--chapter1_11 .swiper-button-prev {
  top: 226.5px;
}
@media (max-width: 767px) {
  .section--chapter1_11 .swiper-button-next, .section--chapter1_11 .swiper-button-prev {
    top: 128px;
  }
}
.textnslider--chapter3_4 .swiper-button-next, .textnslider--chapter4_2 .swiper-button-next, .textnslider--chapter3_4 .swiper-button-prev, .textnslider--chapter4_2 .swiper-button-prev {
  top: 228px;
}
@media (max-width: 767px) {
  .textnslider--chapter3_4 .swiper-button-next, .textnslider--chapter4_2 .swiper-button-next, .textnslider--chapter3_4 .swiper-button-prev, .textnslider--chapter4_2 .swiper-button-prev {
    top: 128px;
  }
}
@media (max-width: 767px) {
  .textnslider--chapter4_2 .swiper-button-next, .textnslider--chapter4_2 .swiper-button-prev {
    top: 114px;
  }
}
.textnslider--chapter5_15 .swiper-button-next, .textnslider--chapter5_15 .swiper-button-prev {
  top: 227px;
}
@media (max-width: 767px) {
  .textnslider--chapter5_15 .swiper-button-next, .textnslider--chapter5_15 .swiper-button-prev {
    top: 127px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--brown);
    color: #ffffff;
  }
}

.swiper-button-next {
  right: -24px;
}
@media (max-width: 1279px) {
  .swiper-button-next {
    right: -12px;
  }
}
.swiper--type2 .swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: -24px;
}
@media (max-width: 1279px) {
  .swiper-button-prev {
    left: -12px;
  }
}
.swiper--type2 .swiper-button-prev {
  left: 0;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 10;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--brown);
  opacity: 1;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.mainHeader {
  padding: 25px 35px;
  border-bottom: 1px solid rgba(175, 143, 110, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerheight);
  z-index: var(--topZindex);
}
.mainHeader:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(5, 16, 30) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mainHeader {
    padding: 10px 15px;
  }
}
.mainHeader__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainHeader__logo {
  width: 215px;
}
@media (max-width: 767px) {
  .mainHeader__logo {
    width: 140px;
  }
}
.menu .mainHeader__logo {
  width: 305px;
  margin: auto;
  display: block;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity var(--timing) var(--transition), transform var(--timing) var(--transition);
}
@media (max-width: 1023px) {
  .menu .mainHeader__logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .menu .mainHeader__logo {
    width: 205px;
  }
}
.menu--open .menu .mainHeader__logo {
  opacity: 1;
  transform: translateX(0);
}
.mainHeader__info {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--brown);
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .mainHeader__info {
    font-size: 0.875rem;
    margin-right: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 140px;
  }
}
.mainHeader__infonumber {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brown);
  color: var(--darkblue);
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .mainHeader__infonumber {
    margin-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--brown);
    color: var(--darkblue);
    font-family: "PF Das Grotesk Mono Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
}
.mainHeader__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burgerMenu {
  --size: 32px;
  --gap: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  box-shadow: none;
  background: none;
  margin: 0;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.burgerMenu:before, .burgerMenu:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: background-color var(--timing) var(--transition);
}
.burgerMenu:before {
  margin-top: calc(var(--gap) * -1);
}
.burgerMenu:after {
  margin-top: var(--gap);
}
@media (hover: hover) and (pointer: fine) {
  .burgerMenu:hover:before, .burgerMenu:hover:after {
    background-color: var(--brown);
  }
}

.menu {
  position: fixed;
  inset: 0;
  z-index: var(--topZindex);
  opacity: 0;
  transition: opacity var(--timing) var(--transition);
  transition-delay: 0.45s;
}
html:not(.loaded) .menu {
  display: none;
}
html:not(.menu--open) .menu {
  pointer-events: none;
}
.menu--open .menu {
  opacity: 1;
  transition-delay: 0s;
}
.menu__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scale(1.1);
  transition: transform 1s var(--transition);
}
.menu--open .menu__bg {
  transform: scale(1);
}
.menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__inner {
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .menu__inner {
    flex-wrap: wrap;
  }
}
.menu__col {
  width: 50%;
  padding: 2vw;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .menu__col:first-child {
    width: 40%;
  }
  .menu__col:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .menu__col {
    padding: 5vw;
    width: 100%;
  }
}
.menu__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  box-shadow: none;
  background: none;
  margin: 0;
  --offset: 28px;
  --size: 46px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  position: absolute;
  top: var(--offset);
  right: var(--offset);
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu__close {
    --offset: 10px;
  }
}
.menu__closesvg {
  width: 24px;
}
.menu__closepath {
  fill: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .menu__close:hover .menu__closepath {
    transition: fill var(--timing) var(--transition);
    fill: var(--brown);
  }
}

.mainNav {
  counter-reset: menu;
}
.mainNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mainNav__li {
  margin: 34px 0;
  counter-increment: menu;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity var(--timing) var(--transition), transform var(--timing) var(--transition);
  transition-delay: 0s;
}
.menu--open .mainNav__li {
  opacity: 1;
  transform: translateX(0);
}
.menu--open .mainNav__li:nth-child(1) {
  transition-delay: 0.05s;
}
.menu--open .mainNav__li:nth-child(2) {
  transition-delay: 0.1s;
}
.menu--open .mainNav__li:nth-child(3) {
  transition-delay: 0.15s;
}
.menu--open .mainNav__li:nth-child(4) {
  transition-delay: 0.2s;
}
.menu--open .mainNav__li:nth-child(5) {
  transition-delay: 0.25s;
}
.mainNav__li:before {
  content: "0" counter(menu);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brown);
  color: var(--darkblue);
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin: 0 26px 0 0;
  transition: background-color var(--timing) var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .mainNav__li:hover:before {
    background-color: #ffffff;
  }
}
.mainNav__li--active:before {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .mainNav__li {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
.mainNav__link, .mainNav__link:link, .mainNav__link:visited {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--brown);
  letter-spacing: 0.025em;
  line-height: 1.25;
  display: block;
  transition: color var(--timing) var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .mainNav__link:hover, .mainNav__link:link:hover, .mainNav__link:visited:hover {
    color: #ffffff;
  }
}
.mainNav__li--active .mainNav__link, .mainNav__li--active .mainNav__link:link, .mainNav__li--active .mainNav__link:visited {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mainNav__link, .mainNav__link:link, .mainNav__link:visited {
    font-size: 1.25rem;
  }
}

.mainFooterNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 767px) {
  .mainFooterNav__ul {
    flex-wrap: wrap;
  }
}
.mainFooterNav__li {
  flex-grow: 1;
  width: 25%;
}
.has-scroll-init .mainFooterNav__li {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}
.has-scroll-init .mainFooterNav__li.is-inview {
  opacity: 1;
  transform: scale(1);
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(1) {
  transition-delay: 0.08s;
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(2) {
  transition-delay: 0.16s;
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(3) {
  transition-delay: 0.24s;
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(4) {
  transition-delay: 0.32s;
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(5) {
  transition-delay: 0.4s;
}
.has-scroll-init .mainFooterNav__li.is-inview:nth-child(6) {
  transition-delay: 0.48s;
}
@media (max-width: 767px) {
  .mainFooterNav__li {
    width: 100%;
  }
}
.mainFooterNav__link, .mainFooterNav__link:link, .mainFooterNav__link:visited {
  position: relative;
  aspect-ratio: 284/430;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 35px 45px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mainFooterNav__link, .mainFooterNav__link:link, .mainFooterNav__link:visited {
    height: 310px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mainFooterNav__link:hover .mainFooterNav__number, .mainFooterNav__link:link:hover .mainFooterNav__number, .mainFooterNav__link:visited:hover .mainFooterNav__number {
    background-color: #ffffff;
  }
  .mainFooterNav__link:hover .mainFooterNav__text, .mainFooterNav__link:link:hover .mainFooterNav__text, .mainFooterNav__link:visited:hover .mainFooterNav__text {
    color: #ffffff;
  }
  .mainFooterNav__link:hover .mainFooterNav__figure, .mainFooterNav__link:link:hover .mainFooterNav__figure, .mainFooterNav__link:visited:hover .mainFooterNav__figure {
    opacity: 0.8;
  }
}
@media (max-width: 1199px) {
  .mainFooterNav__link, .mainFooterNav__link:link, .mainFooterNav__link:visited {
    padding: 25px 15px 20px;
  }
}
.mainFooterNav__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brown);
  color: var(--darkblue);
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  transition: background-color var(--timing) var(--transition);
}
@media (max-width: 1199px) {
  .mainFooterNav__number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--brown);
    color: var(--darkblue);
    font-family: "PF Das Grotesk Mono Pro", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
}
.mainFooterNav__text {
  font-family: "PF Das Grotesk Mono Pro", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  color: var(--brown);
  letter-spacing: 0.025em;
  line-height: 1.2;
  transition: color var(--timing) var(--transition);
}
@media (max-width: 1199px) {
  .mainFooterNav__text {
    font-size: 1.0625rem;
  }
}
.mainFooterNav__figure {
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: opacity var(--timing) var(--transition);
}
.mainFooterNav__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */