body {
  color: #101010;
  background-color: #f5f5f5;
  font-family: SinkinSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Camcorder, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

h2 {
  color: #f5f5f5;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: UnitedSans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: #777;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: UnitedSans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: #101010;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Camcorder, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  color: #101010;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Camcorder, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #f5f5f5;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UnitedSans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

p {
  color: #101010;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: SinkinSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.line {
  width: auto;
  height: 2px;
  background-color: #101010;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.menubutton {
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  order: 0;
  align-self: center;
  padding: 0;
  display: block;
  position: relative;
}

.menubutton.w--open {
  background-color: #101010;
}

.menubutton.playbutton {
  width: 60px;
  height: 80px;
  background-color: #ff6f2b;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.menu-list {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.menu-list-container {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}

.menu-container {
  z-index: 99;
  color: #090909;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 6px;
  display: flex;
  position: relative;
}

.logo-image {
  opacity: 1;
  cursor: pointer;
  order: -1;
  padding: 4px 8px;
  display: block;
  position: relative;
}

.burger-icon {
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  padding: 3px 0;
  display: flex;
  position: relative;
}

.navigation-bar {
  z-index: 1000;
  background-color: #101010;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-link {
  order: 0;
}

.logo-link.w--current {
  width: auto;
}

.icon {
  text-align: center;
  padding: 8px;
  font-family: DataMirror icons, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.icon.small-button-icon {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -18px;
  padding: 0;
  font-size: 40px;
  line-height: 48px;
  position: relative;
}

.icon.grey {
  color: #c4c4c4;
}

.icon.grey.in-list {
  margin-right: 10px;
}

.icon.small {
  font-size: 18px;
  line-height: 18px;
}

.icon.small.grey.in-list.in-award-list {
  align-items: center;
  display: flex;
}

.icon.smaller {
  font-size: 10px;
  line-height: 10px;
}

.icon.smaller.margin-left {
  margin-left: 16px;
  padding: 0;
}

.icon.smaller.margin-left.lower {
  align-self: flex-end;
  margin-top: 5px;
  margin-bottom: 8px;
}

.icon.black {
  margin-bottom: 0;
}

.icon.black.in-list {
  margin-right: 10px;
  text-decoration: none;
}

.icon.white.social {
  align-self: center;
  margin-right: 10px;
  padding: 14px;
  font-size: 26px;
  line-height: 26px;
}

.dropdown-menu {
  z-index: 100;
  height: 92vh;
  background-color: #101010;
  order: 0;
  display: none;
  position: absolute;
  top: 68px;
  overflow: auto;
}

.header {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section.center-me {
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
}

.section.black-background {
  color: #f5f5f5;
  background-color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.black-background.action-card-section {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.black-background.action-card-section.utility-page-section {
  padding-top: 156px;
  padding-bottom: 120px;
}

.section.black-background.award-section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.chapter-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.section.chapter-section.dark-grey {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section.chapter-section.dark-grey.black-bg {
  background-color: #000;
}

.section.chapter-section.black-background {
  object-fit: cover;
}

.section.info-page-section {
  margin-bottom: 0;
}

.section.chapter-body-section.info-page-section {
  margin-top: 160px;
  margin-bottom: 120px;
}

.section.link-section {
  grid-column-gap: 120px;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.the-header-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #101010;
}

.aktion-card-text {
  z-index: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 18px 20px;
  position: relative;
}

.aktion-card-text.back {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  display: flex;
}

.action-cards-stacked {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  margin: 20px 0;
  display: flex;
  position: static;
  top: 114px;
  bottom: auto;
}

.action-cards-stacked.on-action-page._2-stacks {
  position: static;
}

.small-container {
  flex-direction: column;
  justify-content: center;
  display: block;
  position: relative;
}

.small-container.chapter-header {
  margin-top: 160px;
}

.small-container.utility-page-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-container.awardsbottom {
  padding-bottom: 20px;
}

.aktion-card-image {
  width: 304px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  position: relative;
  left: 2px;
}

.chapter-button-title {
  padding: 20px;
}

.chapter-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.chapter-number {
  width: 100%;
  height: 250px;
  color: #6c63f2;
  letter-spacing: -1px;
  object-fit: cover;
  background-color: #101010;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  align-items: flex-end;
  padding: 20px;
  font-family: Camcorder, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  display: flex;
}

.chapter-button {
  width: 80%;
  color: #f5f5f5;
  background-color: #101010;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.language-button {
  color: #101010;
  text-align: center;
  font-family: Camcorder, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: static;
}

.card-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
}

.card-1.card-margin-grid {
  margin-bottom: 70px;
}

.card-2 {
  margin-left: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 22%;
}

.card-2.no-margin {
  margin-left: 0;
}

.card-2.no-margin.card-margin-grid {
  margin-bottom: 70px;
}

.card-3 {
  margin-left: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}

.card-3.no-margin {
  margin-left: 0;
}

.card-3.no-margin.card-margin-grid {
  margin-bottom: 70px;
}

.actions-section {
  justify-content: space-between;
  display: flex;
  position: static;
  top: 0;
}

.actions-section.centered {
  flex-direction: column;
  justify-content: center;
}

.actions-section.last-action-section {
  margin-bottom: 120px;
}

.actions-section.on-action-page.instagram-special {
  margin-bottom: 200px;
}

.left-col {
  width: 54%;
  position: static;
  top: 114px;
}

.left-col-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
}

.left-col-content.action-page {
  z-index: 1;
  margin-bottom: 170px;
  margin-left: 20px;
}

.left-col-content.action-page.in-timeline {
  display: none;
}

.language-button-size {
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-text {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.experience-section {
  width: 100vw;
  height: 89.5vh;
  background-image: url('../images/experience-preview-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.aktion-card {
  z-index: 1;
  width: 350px;
  height: 465px;
  position: relative;
}

.aktion-card.small {
  width: 300px;
}

.aktion-card-front {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aktion-card-front.orange {
  background-color: #ff6f2b;
}

.aktion-card-front.lime {
  background-color: #cf0;
}

.aktion-card-front.purple {
  background-color: #6c63f2;
}

.aktion-card-back {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.aktion-card-back.orange {
  background-color: #ff6f2b;
}

.aktion-card-back.lime {
  background-color: #cf0;
}

.aktion-card-back.purple {
  background-color: #6c63f2;
}

.aktion-card-wrapper {
  perspective: 1000px;
  cursor: pointer;
  margin-bottom: 0%;
}

.aktion-card-wrapper.small {
  margin-bottom: 0%;
}

.aktion-card-wrapper.card-margin {
  margin-bottom: 140px;
}

.portal-button {
  width: 350px;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
  position: static;
  top: auto;
}

.aktion-card-content {
  z-index: 1;
  width: 92%;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.experience-button-text {
  width: 250px;
  color: #101010;
  text-align: center;
  font-family: Camcorder, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.square-button-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.square-button-image.hovered {
  display: none;
}

.square-button-wrapper {
  padding: 8px 12px;
}

.main-button {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.main-button.portal-button {
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-button-text {
  width: 68%;
  max-width: none;
  color: #101010;
  text-align: center;
  font-family: Camcorder, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.main-button-text.white {
  max-width: 68%;
  color: #f5f5f5;
}

.main-button-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.main-button-background.background-2, .main-button-background.background-3 {
  display: none;
}

.main-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.main-button-wrapper.portal-button-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.element {
  z-index: -10;
  width: 60%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  top: 8%;
  bottom: 0%;
  left: -28%;
  right: auto;
}

.element._2 {
  width: 50%;
  height: auto;
  object-fit: fill;
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.element._3 {
  width: 80%;
  top: 72%;
  left: -29%;
}

.element._4 {
  width: 80%;
  top: 64%;
}

.element._5 {
  width: 40%;
  left: -20%;
}

.element._6 {
  top: 34%;
  left: auto;
  right: -29%;
}

.element.yellow {
  width: 70px;
  top: -13%;
  left: 25%;
}

.element.yellow._1 {
  width: 120px;
  top: 34%;
  left: -10%;
}

.element.yellow._2 {
  width: 110px;
  left: 60%;
}

.element.yellow._3 {
  width: 110px;
  top: 24%;
  left: -26%;
}

.element.purple {
  width: 110px;
  object-fit: cover;
  display: block;
  top: 35%;
  left: -4%;
}

.element.purple._1 {
  width: 70px;
  top: -3%;
  left: 56%;
}

.element.purple._2 {
  width: 70px;
  top: 37%;
  left: 23%;
}

.element.orange {
  width: 90px;
  display: block;
  top: 28%;
  left: 53%;
}

.element.orange._1 {
  top: 13%;
  left: -24%;
}

.element.orange._2 {
  width: 70px;
  top: 60%;
  left: 5%;
}

.element.orange._3 {
  top: 8%;
  left: 29%;
}

.paragraph-grey {
  color: #c4c4c4;
  margin-bottom: 50px;
}

.paragraph-grey.no-margin {
  margin-bottom: 0;
}

.paragraph-grey.award-description {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-grey.award-title {
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.paragraph-grey.author-name {
  margin-bottom: 0;
  padding: 10px 20px;
}

.aktion-card-top-content {
  z-index: 1;
  width: 92%;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.aktion-card-top-content.orange {
  color: #ff6f2b;
}

.aktion-card-top-content.lime {
  color: #cf0;
}

.aktion-card-top-text {
  text-transform: uppercase;
  align-self: center;
  margin-left: 12px;
  font-family: Camcorder, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.back-card {
  color: rgba(16, 16, 16, .8);
}

.paragraph-small.grey {
  color: #c4c4c4;
  margin-top: 10px;
}

.paragraph-small.grey.author-descir {
  margin-top: 0;
}

.paragraph-small.in-image-caption {
  z-index: 1;
  color: #777;
  border: 1px #ddd;
  border-radius: 0;
  font-family: UnitedSans, sans-serif;
  font-size: 15px;
  line-height: 15px;
  position: relative;
}

.aktion-card-icons {
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -8px;
  display: flex;
}

.aktion-card-icons.lime {
  color: #cf0;
}

.aktion-card-icons.orange {
  color: #ff6f2b;
}

.small-button {
  z-index: 1;
  color: #f5f5f5;
  background-color: #101010;
  padding: 1px 8px 2px;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 7%;
}

.small-button-text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Camcorder, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.border {
  width: 10%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.border.left {
  top: 0%;
  bottom: 0%;
  left: -9.6%;
  right: auto;
}

.border.left.playbutton {
  width: 50px;
  left: -70%;
}

.border.left.in-popupbox {
  left: -9.4%;
}

.border.left.hovered {
  display: none;
}

.border.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -9%;
}

.border.right.playbutton {
  width: 50px;
  right: -54%;
}

.border.right.hovered {
  display: none;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 8px;
}

.dot.lime {
  background-color: #cf0;
  border-radius: 100px;
}

.dot.lime.list-dot {
  width: 14px;
  height: 14px;
  order: -1;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 18px;
}

.dot.orange {
  background-color: #ff6f2b;
}

.glitchy-line {
  z-index: 1;
  width: 100vw;
  height: 24px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.glitchy-line.menu {
  z-index: 100;
  height: 4px;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: 0%;
}

.glitchy-line.in-footer {
  height: 20px;
  top: -10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.glitchy-line.in-footer.grey-glitch {
  top: -11px;
}

.glitchy-line.up {
  top: -14px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.glitchy-line.down {
  top: auto;
  bottom: -14px;
  left: 0%;
  right: 0%;
}

.glitchy-line.up {
  top: -14px;
}

.body {
  background-color: #f5f5f5;
}

.footer {
  z-index: 999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  margin-left: 60px;
  margin-right: 60px;
  padding: 26px 0;
  display: flex;
  position: relative;
}

.logos-first-row {
  max-width: 340px;
  min-width: 250px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.29fr 1.1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  display: grid;
}

.logos-first-row.second-row {
  grid-column-gap: 20px;
  grid-template-columns: 1.29fr 1.1fr;
}

.social-media {
  color: #f5f5f5;
  border-bottom: 1px solid #777;
  flex-wrap: nowrap;
  margin-bottom: 28px;
  padding-bottom: 6px;
  display: block;
}

.navigation {
  flex-direction: column;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navigation.footer-margin {
  margin-left: 40px;
  margin-right: 40px;
}

.elevator-pitch {
  max-width: 280px;
  margin-left: 0;
  margin-right: 0;
}

.elevator-pitch.footer-margin {
  margin-left: 0;
  margin-right: 0;
}

.links {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.links.footer-margin {
  max-width: 340px;
  min-width: 250px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph.smaller {
  justify-content: flex-start;
  margin-bottom: 14px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.paragraph.smaller.logo-text {
  width: 120px;
  color: #f5f5f5;
  font-family: UnitedSans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.paragraph.smaller.grey {
  color: #c4c4c4;
  margin-bottom: 6px;
}

.paragraph.smaller.grey.transparent {
  color: rgba(196, 196, 196, 0);
}

.paragraph.smaller.dark-grey {
  color: #777;
}

.paragraph.smaller.dark-grey.no-margin {
  margin-bottom: 6px;
}

.paragraph.award-description {
  color: #e7e7e7;
  text-align: center;
  font-size: 16px;
}

.paragraph.black.quote-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph.quote-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph.hidden {
  display: none;
}

.footer-section {
  background-color: #101010;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.white {
  color: #f5f5f5;
  align-self: auto;
}

.white.in-list {
  align-self: center;
  padding-right: 8px;
}

.white.in-list.underline {
  font-size: 12px;
}

.white.in-list.underline.blsack {
  color: #101010;
}

.in-text {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
}

.in-text.no-margin {
  margin-bottom: 0;
}

.in-text.no-margin.hidden {
  display: none;
}

.link-list-item {
  display: flex;
}

.link-list-item.hidden {
  display: none;
}

.link-list-item.on-home {
  width: auto;
  align-self: flex-end;
  align-items: center;
}

.chapter-menu-list {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.dropdown-list-padding {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.intro-text-p {
  margin-bottom: 0;
  font-weight: 500;
}

.list-item {
  color: #f5f5f5;
  text-align: left;
  cursor: pointer;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SinkinSans, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.list-item.secondary {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.list-item.deepdive {
  z-index: 1;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}

.list-item.in-chapter {
  cursor: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.list-item.in-chapter.hidden {
  display: none;
}

.list-item.popup-box {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.list-item.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.list-item.no-padding.time {
  margin-left: 1px;
  position: relative;
  top: 70vh;
}

.list-item.hidden {
  display: none;
}

.dropdown-wrapper {
  margin-bottom: 10px;
}

.dropdown-wrapper.secondary {
  margin-bottom: 0;
}

.dropdown-wrapper.deepdive {
  max-width: 600px;
  background-color: #101010;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.dropdown-wrapper.deepdive.position-1 {
  left: 44px;
}

.dropdown-wrapper.deepdive.position-2 {
  left: -60px;
}

.dropdown-wrapper.deepdive.position-2.hidden {
  display: none;
}

.dropdown-wrapper.deepdive.position-3 {
  left: -20px;
}

.dropdown-wrapper.deepdive.hidden {
  display: block;
}

.dropdown-wrapper.deepdive.hidden.position-1 {
  display: none;
}

.dropdown-wrapper.popup-box {
  z-index: 99;
  width: 70%;
  float: none;
  clear: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.dropdown-wrapper.popup-box.hidden {
  display: none;
}

.dropdown-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-content.secondary {
  padding-left: 20px;
}

.dropdown-content.deepdive {
  z-index: 1;
  width: auto;
  align-items: center;
  padding-left: 0;
}

.dropdown-link {
  color: #f5f5f5;
  text-align: left;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: SinkinSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.dropdown-link.secondary {
  color: #c4c4c4;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-link.secondary.hidden {
  display: none;
}

.underline {
  text-decoration: underline;
}

.number {
  width: 35px;
  height: 28px;
  color: #6c63f2;
  font-family: Camcorder, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.number.placement {
  align-items: center;
  margin-right: 12px;
  display: flex;
  position: relative;
  top: -1px;
}

.card-border {
  z-index: 0;
  width: 100%;
  height: 20px;
  object-fit: cover;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-border.bottom {
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.card-border.bottom.in-image-caption {
  width: 100%;
  height: 100px;
  object-fit: cover;
  top: -59px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-border.bottom.in-image-caption.black {
  top: -118%;
}

.card-border.bottom.border-2, .card-border.bottom.border-3 {
  display: none;
}

.card-border.white-bottom {
  width: 100%;
  height: 40px;
  object-fit: cover;
  top: auto;
  bottom: -3%;
  left: 0%;
  right: 0%;
}

.card-border.white-top {
  width: 100%;
  height: 10px;
  object-fit: cover;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-border.white-right {
  width: 80px;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -16%;
}

.card-border.border-2, .card-border.border-3 {
  display: none;
}

.menu-list-text {
  margin-top: 4px;
}

.title-width {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.black {
  color: #101010;
  margin-bottom: 30px;
}

.black.in-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

.paragraph-big {
  color: #101010;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-big.date {
  color: #101010;
  letter-spacing: 1px;
  font-weight: 300;
}

.paragraph-big.more-margin {
  margin-bottom: 20px;
}

.paragraph-big.grey {
  color: #c4c4c4;
}

.paragraph-big.columns {
  width: 100%;
  column-count: 2;
  column-gap: 36px;
}

.paragraph-big.columns.hidden {
  padding-top: 2em;
  display: none;
}

.paragraph-big.columns.smaller {
  column-gap: 24px;
}

.paragraph-big.columns.awards-page {
  padding-top: 0;
}

.paragraph-big.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-big.hidden {
  padding-top: 2em;
  display: none;
}

.paragraph-big.smaller {
  width: 800px;
}

.heading-1 {
  color: #101010;
  letter-spacing: 0;
  white-space: normal;
  font-size: 78px;
  font-weight: 500;
  line-height: 78px;
}

.heading-1.page-heading {
  text-align: left;
  align-self: auto;
  margin-bottom: 20px;
}

.heading-1.page-heading.hidden {
  display: none;
}

.heading-1.page-heading.white {
  color: #f5f5f5;
}

.chapter-image-wrapper {
  max-width: 800px;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 80px;
  margin-bottom: 80px;
  transform: rotate(0);
}

.chapter-image-wrapper.hidden {
  margin-top: 2em;
  margin-bottom: 2em;
  display: none;
}

.article-paragraph-section {
  max-width: 520px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.article-paragraph-section.deepdive {
  width: auto;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.article-paragraph-section.actions {
  margin-top: 0;
  margin-bottom: 100px;
}

.article-paragraph-section.deepdive-intro {
  margin-top: 0;
}

.article-paragraph-section.quotes-seciton {
  width: 100vw;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-box {
  background-color: #cf0;
  position: relative;
}

.deepdive-content {
  width: 80%;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.popup-box-content {
  z-index: 11;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px 20px 20px;
  display: flex;
  position: relative;
}

.action-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-margin {
  margin-bottom: 40%;
}

.image-caption {
  color: #777;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
  justify-content: flex-end;
  padding: 15px 14px;
  display: flex;
  position: relative;
}

.image-caption.black {
  background-color: #101010;
}

.image-caption.caption-border {
  border-color: #f5f5f5;
  border-radius: 1px;
}

.background-elements {
  z-index: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.background-elements.in-actions {
  width: 100%;
  height: 100vh;
  margin-top: -735px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.colour-boxes-background {
  background-image: url('../images/colour-boxes-background-2.png');
  background-position: 50% 0;
  background-size: 100% 140%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.inline-link {
  color: #101010;
}

.inline-link.white-link {
  color: #101010;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/box-horizontal-white.svg');
  background-position: 0 0;
  background-size: auto 100%;
}

.inline-link.black-link {
  color: #f5f5f5;
  background-image: url('../images/box-horizontal-black.svg');
  background-position: 0 0;
  background-size: auto 100%;
}

.text-and-dot {
  order: -1;
  display: flex;
}

.external-link {
  font-family: DataMirror Icons, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.external-link.external-link-white {
  background-color: #f5f5f5;
  padding-left: 2px;
  padding-right: 1px;
}

.external-link.external-link-black {
  background-color: #101010;
}

.heading-4 {
  width: 100%;
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 0;
  line-height: 30px;
  text-decoration: underline;
  display: block;
}

.heading-4.hidden {
  color: #000;
  display: none;
}

.heading-4.white {
  color: #f5f5f5;
}

.heading-4.white.awards-title {
  color: #f5f5f5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 14px;
}

.page-heading {
  margin-bottom: 60px;
}

.page-heading.info-pages {
  margin-bottom: 0;
}

.page-heading.quotes-heqding {
  margin-bottom: 120px;
}

.header-video-block {
  width: 80%;
  background-color: #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.chapter-header-image {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.chapter-header-image.hidden {
  display: none;
}

.end-of-chapter-buttons {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.end-of-chapter-buttons-wrapper {
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.end-of-chapter-buttons-wrapper.centered {
  justify-content: center;
}

.end-of-chapter-button-wrapper {
  order: 1;
}

.end-of-chapter-button-wrapper.hidden {
  display: none;
}

.end-of-chapter-button-wrapper.order-1 {
  order: 1;
}

.end-of-chapter-button-wrapper.order-2 {
  order: 2;
}

.end-of-chapter-button-wrapper.order-3 {
  order: 3;
}

.chapter-body {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.chapter-body.right {
  align-items: flex-end;
  position: relative;
}

.chapter-body.right.with-popup {
  margin-top: 80px;
}

.big {
  align-self: flex-start;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
}

.big.black {
  max-width: 800px;
  align-self: auto;
}

.big.black.hidden {
  margin-top: 1.4em;
  margin-bottom: 0;
  display: none;
}

.big.hidden {
  display: none;
}

.big.white {
  margin-top: 0;
}

.chapter-body-section {
  margin-top: 0;
  margin-bottom: 0;
}

.chapter-body-section.black-background {
  color: #f5f5f5;
  background-color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}

.chapter-body-section.black-background.hidden {
  padding-top: 170px;
  padding-bottom: 80px;
}

.chapter-body-section.black-background.with-popup {
  padding-top: 120px;
}

.chapter-body-section.hidden {
  display: none;
}

.chapter-body-section.chapter-header {
  margin-top: 160px;
  margin-bottom: 60px;
}

.chapter-image {
  width: 100%;
}

.center-body-wrapper {
  width: 100%;
  max-width: 800px;
  flex-flow: column;
  align-content: space-around;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.center-body-wrapper.experience-section-description {
  max-width: 600px;
  text-align: center;
  background-color: rgba(16, 16, 16, .5);
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  font-weight: 400;
  position: static;
}

.list.more-margin {
  margin-bottom: 20px;
}

.div-block {
  background-color: #cf0;
  position: absolute;
}

.heading-5-popup {
  color: #101010;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Camcorder, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.heading-5-popup.hidden {
  display: none;
}

.text-arrow-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.card-4 {
  margin-left: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 38%;
}

.paragraph-special {
  padding-top: 2px;
  font-family: UnitedSans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.square {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 1px;
  margin-right: 14px;
}

.heading-2 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Camcorder, sans-serif;
}

.timeline-image {
  width: 16px;
  height: 90vh;
  object-fit: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.timeline-image.small {
  height: 80vh;
}

.timeline-image.position-1 {
  left: 6px;
}

.timeline-image.position-2 {
  left: 7.5px;
}

.timeline-wrapper {
  z-index: 1;
  width: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

.timeline-wrapper.no-padding {
  padding-bottom: 0;
  top: 80px;
}

.timeline-wrapper.instagram-special {
  top: 92px;
}

.small-line {
  width: 24px;
  height: .58px;
  background-color: #f5f5f5;
}

.small-line.last {
  margin-right: -14px;
}

.timeline-image-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -24px;
  display: flex;
}

.lines {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.lines-wrapper {
  width: 50%;
  height: 100vh;
  margin-top: -270px;
  margin-left: -118px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lines-wrapper.bottom {
  width: 30%;
  height: 198px;
  margin-top: -142px;
  margin-bottom: 120px;
  margin-left: -18px;
  position: relative;
}

.lines-wrapper.bottom.instagram-special {
  width: 20%;
  margin-top: -204px;
}

.lines-wrapper.top {
  width: 30%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 34px;
  margin-left: -18px;
  position: relative;
}

.lines-wrapper.top.instagram-special {
  margin-bottom: 0;
}

.lines-wrapper.hide-on-desktop {
  display: none;
}

.play-button-size {
  justify-content: center;
  display: flex;
  position: relative;
}

.play-button {
  font-family: DataMirror Icons, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.info-page-paragraph {
  margin-top: 80px;
}

.info-page-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-4 {
  width: 100%;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  order: 1;
  align-self: auto;
  position: relative;
}

.button {
  width: auto;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-5 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-2 {
  position: absolute;
}

.playbutton-link-wrapper {
  z-index: 50;
  color: #101010;
  align-self: center;
  position: absolute;
}

.text-block-5 {
  color: #6c63f2;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  width: 110px;
}

.image-5 {
  margin-bottom: -6px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hide-on-desktop {
  display: none;
}

.icon-list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.back-card-text {
  overflow: scroll;
}

.experience-section-text {
  color: #f5f5f5;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 24px;
}

.footer-logo-link {
  width: 100%;
}

.footer-logo-link._2 {
  width: 110px;
}

.footer-logo-link._3 {
  height: 30px;
}

.utility-page-image {
  width: 40%;
  max-width: 100%;
  margin-bottom: 40px;
}

.utility-page-text {
  width: 320px;
  color: #e7e7e7;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.award-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 30px;
}

.award-image {
  width: 160px;
  height: auto;
  max-height: 100%;
  min-width: 100px;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  order: 0;
  align-self: center;
  padding-bottom: 20px;
  overflow: visible;
}

.awards-container {
  width: 100%;
  height: auto;
  max-height: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-flow: wrap;
  order: 0;
  align-content: space-around;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image-6 {
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: relative;
}

.image-6.award-image {
  max-height: none;
  max-width: none;
}

.image-7 {
  height: 100%;
  object-fit: contain;
}

.section-awards {
  width: 100%;
  height: auto;
  object-fit: none;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section-awards-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-8 {
  max-height: 60px;
}

.quote-container {
  width: 60vw;
  flex-direction: column;
  flex: none;
  padding: 10px;
  display: flex;
  position: relative;
}

.quote-container.qew1 {
  position: relative;
  transform: translate(-5.7rem);
}

.quote-container.qew2 {
  transform: translate(6rem);
}

.quote-container.qew3 {
  transform: translate(-2rem);
}

.quote-container.qew4 {
  transform: translate(8rem);
}

.quote-container.qew5 {
  transform: translate(38px);
}

.quote-title-container {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr 40px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
  display: grid;
}

.quote-external-wrapper {
  background-color: #f5f5f5;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.quote-external-wrapper.qew1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translate(-4.8rem, 1.6rem);
}

.quote-external-wrapper.qew2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translate(1.6rem, .3rem);
}

.quote-external-wrapper.qew3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translate(-4.8rem, -1.3rem);
}

.quotation-mark {
  color: #6c63f2;
  font-family: Camcorder, sans-serif;
  font-size: 200px;
}

.quotation-mark.qm-right {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  position: relative;
  transform: translate(0, 2rem);
}

.quotation-mark.qm-left {
  width: 100%;
  align-self: flex-start;
}

.paragraph-3 {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.paragraph-3.quotation-text {
  line-height: 26px;
}

.quotation-author {
  letter-spacing: .1px;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  font-family: UnitedSans, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline;
}

.quotation-author.non-bold {
  font-weight: 500;
  display: inline;
}

.div-block-10 {
  border: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  display: flex;
}

.white-border-left {
  width: 10%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -63px;
  right: 0%;
}

.white-border-right {
  width: 10%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -63px;
}

.quote-author-container {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.author-image {
  width: 88px;
  height: 80px;
  max-width: none;
}

.quotes-container {
  grid-column-gap: 6rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.author-outer-container {
  align-self: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.quote-section-title-container {
  margin-bottom: 2rem;
}

.awards-section {
  grid-column-gap: 60px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.award {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.award-image-2 {
  width: 200px;
}

.award-list-item {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.author-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px 40px 18px 20px;
  display: flex;
}

.home-link-section {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.author-image-border-left {
  height: 80px;
  position: absolute;
  left: 9px;
}

.author-image-border-right {
  height: 80px;
  position: absolute;
  left: 83px;
}

@media screen and (min-width: 1280px) {
  .section.black-background.action-card-section.utility-page-section {
    padding-top: 166px;
  }

  .footer {
    margin-left: 84px;
    margin-right: 84px;
  }

  .elevator-pitch.footer-margin {
    max-width: 380px;
  }

  .paragraph.smaller.logo-text {
    width: 140px;
    font-size: 14px;
    line-height: 16px;
  }

  .dropdown-wrapper.deepdive.hidden, .dropdown-wrapper.popup-box.hidden {
    display: block;
  }

  .utility-page-image {
    width: 50%;
  }

  .utility-page-text {
    width: 360px;
    font-size: 18px;
    line-height: 24px;
  }

  .award-image {
    max-width: 15rem;
  }

  .quote-external-wrapper.qew1, .quote-external-wrapper.qew2 {
    margin-left: auto;
    margin-right: auto;
  }

  .quotation-author {
    align-self: center;
    padding-left: 50px;
  }

  .div-block-10 {
    max-width: 80vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-border-right {
    object-fit: cover;
  }

  .quote-author-container {
    flex-direction: row;
    display: flex;
  }

  .author-image {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .line {
    width: auto;
    height: 2px;
    flex: 0 auto;
    align-self: auto;
  }

  .menubutton {
    z-index: 100;
    order: 0;
    align-self: center;
    position: relative;
  }

  .menu-list {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 14px;
    display: flex;
  }

  .menu-list-container {
    margin-top: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .menu-container {
    flex: 1;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .burger-icon {
    order: 1;
    justify-content: space-between;
    align-items: stretch;
    padding: 3px 0;
    display: flex;
  }

  .navigation-bar {
    background-color: #101010;
    justify-content: center;
    display: block;
  }

  .section.black-background.action-card-section {
    padding-bottom: 0;
  }

  .section.link-section {
    grid-row-gap: 120px;
    flex-direction: column;
    align-items: center;
  }

  .action-cards-stacked {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .chapter-buttons {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .chapter-number {
    height: 350px;
  }

  .chapter-button {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .language-button {
    font-size: 18px;
  }

  .card-1.card-margin-grid {
    margin-bottom: 40%;
  }

  .card-2 {
    margin-left: 15px;
  }

  .card-2.no-margin.card-margin-grid {
    margin-bottom: 40%;
  }

  .card-3 {
    margin-left: 30px;
  }

  .card-3.no-margin.card-margin-grid {
    margin-bottom: 40%;
  }

  .actions-section {
    display: block;
  }

  .actions-section.centered {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .actions-section.on-action-page {
    justify-content: flex-start;
    display: flex;
  }

  .actions-section.on-action-page.instagram-special {
    margin-bottom: 80px;
  }

  .actions-section.on-home-page {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .left-col {
    width: 100%;
  }

  .left-col.in-a-chapter {
    justify-content: center;
    display: flex;
  }

  .left-col.on-action-page {
    display: block;
  }

  .left-col-content {
    margin-bottom: 80px;
    position: static;
  }

  .left-col-content.in-a-chapter {
    width: auto;
    max-width: 520px;
  }

  .left-col-content.action-page {
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    position: relative;
    top: 108px;
    left: 35px;
  }

  .left-col-content.action-page.in-timeline {
    align-self: auto;
    margin-top: 28px;
    margin-left: 35px;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
  }

  .left-col-content.action-page.in-timeline.instagram-special {
    margin-top: 18px;
  }

  .intro-text {
    width: 60%;
  }

  .experience-section {
    background-image: url('../images/experience-preview-mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portal-button {
    margin-bottom: 20px;
  }

  .experience-button-text {
    opacity: 1;
  }

  .main-button-background {
    z-index: 0;
    width: 100%;
    object-fit: cover;
  }

  .main-button-wrapper {
    position: relative;
  }

  .element._4 {
    top: 65%;
  }

  .element._5 {
    width: 45%;
  }

  .element._6 {
    top: 37%;
  }

  .element.yellow {
    top: -35%;
    left: -54%;
  }

  .element.yellow._1 {
    top: 38%;
    left: -34%;
  }

  .element.yellow._2 {
    width: 90px;
    top: 35%;
    left: -118%;
  }

  .element.yellow._3 {
    top: 49%;
    left: -154%;
  }

  .element.purple {
    top: 28%;
    left: -107%;
  }

  .element.purple._1 {
    top: -4%;
    left: 26%;
  }

  .element.purple._2 {
    top: 38%;
    left: -5%;
  }

  .element.orange {
    top: 4%;
    left: -8%;
  }

  .element.orange._1 {
    left: -124%;
  }

  .element.orange._3 {
    top: 23%;
    left: -48%;
  }

  .paragraph-grey {
    margin-bottom: 40px;
  }

  .paragraph-grey.on-home-page {
    margin-bottom: 0;
  }

  .border.left {
    left: -9.5%;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-first-row {
    border-top: 1px #999;
    border-bottom: 1px #000;
    grid-template-columns: 1.29fr 1.29fr;
    margin-bottom: 0;
    padding-top: 24px;
    padding-right: 10px;
  }

  .logos-first-row.second-row {
    border-top-style: none;
    grid-template-columns: 1.29fr 1.29fr;
    margin-top: 30px;
  }

  .social-media {
    border-top: 1px #777;
  }

  .navigation.footer-margin {
    margin: 50px 20px;
  }

  .elevator-pitch.footer-margin {
    max-width: 340px;
    padding-left: 8px;
  }

  .paragraph.smaller.logo-title.grey {
    height: auto;
    margin-bottom: 14px;
  }

  .paragraph.smaller.logo-text {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph.smaller.dark-grey {
    color: #777;
  }

  .paragraph.smaller.hidden, .paragraph.hidden {
    display: none;
  }

  .list-item.popup-box {
    width: auto;
  }

  .list-item.no-padding.time {
    z-index: 1;
    top: 88px;
  }

  .list-item.no-padding.time.instagram-special {
    top: 15.2vh;
  }

  .dropdown-wrapper.deepdive {
    width: 70vw;
  }

  .paragraph-big.smaller {
    width: auto;
  }

  .heading-1 {
    font-size: 70px;
    line-height: 70px;
  }

  .chapter-image-wrapper {
    width: auto;
  }

  .article-paragraph-section.quotes-seciton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-box {
    width: 450px;
  }

  .deepdive-content {
    width: 90%;
  }

  .action-cards-grid {
    align-self: auto;
    display: block;
    position: relative;
  }

  .action-cards-grid.second {
    align-self: flex-end;
    top: -240px;
  }

  .action-cards-grid.last {
    order: 0;
    align-self: flex-start;
    top: -480px;
  }

  .colour-boxes-background {
    background-position: 50% 0;
    background-size: 120% 200%;
  }

  .header-video-block {
    width: 100%;
  }

  .end-of-chapter-buttons {
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .end-of-chapter-buttons-wrapper {
    width: 80vw;
    max-width: 520px;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .end-of-chapter-button-wrapper {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .end-of-chapter-button-wrapper.order-1 {
    order: 3;
  }

  .end-of-chapter-button-wrapper.order-2 {
    order: 1;
  }

  .end-of-chapter-button-wrapper.order-3 {
    order: 2;
  }

  .center-body-wrapper {
    flex-wrap: nowrap;
  }

  .center-body-wrapper.experience-section-description {
    max-width: 500px;
    margin-top: 20px;
    top: auto;
  }

  .card-4 {
    margin-left: 45px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .timeline-image {
    height: 100vh;
  }

  .timeline-image.small {
    height: 85vh;
  }

  .timeline-image.position-2 {
    height: 90vh;
  }

  .timeline-wrapper {
    width: auto;
    top: 14%;
  }

  .timeline-wrapper.instagram-special {
    margin-bottom: 140px;
  }

  .timeline-wrapper.connected-timeline {
    top: 78px;
  }

  .timeline-image-wrapper {
    z-index: 1;
    position: relative;
  }

  .timeline {
    width: 120%;
  }

  .lines-wrapper {
    z-index: 0;
    width: 140px;
    height: 100vh;
    margin-top: 0;
    margin-left: -195px;
  }

  .lines-wrapper.bottom {
    height: 144.388px;
    margin-left: -9px;
  }

  .lines-wrapper.bottom.instagram-special {
    margin-top: -92px;
    margin-left: 0;
  }

  .lines-wrapper.bottom.instagram-special.hidden {
    display: none;
  }

  .lines-wrapper.top {
    height: 144.38px;
    margin-bottom: -1px;
    margin-left: -9px;
  }

  .lines-wrapper.top.instagram-special {
    margin-left: -9px;
  }

  .lines-wrapper.fix {
    margin-top: -671px;
  }

  .lines-wrapper.specials {
    margin-top: -600px;
  }

  .lines-wrapper.hide-on-desktop {
    display: none;
  }

  .margin-heading {
    margin-top: 52px;
  }

  .margin-heading.heading-5 {
    color: #777;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .image-4 {
    width: 100px;
  }

  .div-block-7 {
    flex-direction: column;
    display: flex;
  }

  .image-5 {
    margin-bottom: 6px;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    max-width: 520px;
    margin-top: -40px;
    margin-bottom: 80px;
    display: block;
  }

  .experience-section-text {
    position: static;
  }

  .footer-logo-link._2 {
    width: 100px;
  }

  .footer-logo-link._3 {
    width: 140px;
    height: 32px;
  }

  .utility-page-image {
    width: 50%;
  }

  .award-list {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .quote-container {
    width: 80vw;
  }

  .quote-container.qew1 {
    transform: translate(-3.2rem);
  }

  .quote-container.qew2 {
    transform: translate(2.5rem);
  }

  .quote-container.qew3 {
    transform: translate(-1.6rem);
  }

  .quote-container.qew4 {
    transform: translate(3.8rem);
  }

  .quote-container.qew5 {
    transform: translate(14px);
  }

  .quote-external-wrapper.qew1 {
    transform: translate(-.6rem, 1.6rem);
  }

  .quote-external-wrapper.qew2 {
    transform: translate(1.6rem, -.3rem);
  }

  .quote-external-wrapper.qew3 {
    margin-left: auto;
    margin-right: auto;
    transform: translate(-1rem, -.3rem);
  }

  .quotation-mark.qm-right, .quotation-mark.qm-left {
    width: 40px;
    height: 40px;
  }

  .paragraph-3.quotation-text {
    flex: 1;
  }

  .white-border-left {
    object-fit: cover;
    left: -51px;
  }

  .white-border-right {
    object-fit: cover;
    right: -45px;
  }

  .awards-section {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .award-image-2 {
    width: 400px;
  }

  .award-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-link-section {
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .menu-list-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-container {
    padding: 10px 14px;
  }

  .navigation-bar {
    display: block;
  }

  .header {
    height: 70vh;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.black-background {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.black-background.award-section {
    padding-bottom: 200px;
  }

  .section.chapter-body-section.info-page-section {
    margin-top: 120px;
  }

  .aktion-card-text {
    align-self: flex-start;
  }

  .action-cards-stacked {
    grid-template-columns: 1fr;
    align-self: flex-end;
  }

  .action-cards-stacked.on-action-page {
    z-index: 10;
    margin-bottom: 20px;
    margin-left: -122px;
    position: relative;
    top: 26px;
  }

  .action-cards-stacked.on-action-page._2-stacks {
    margin-top: 124px;
    margin-bottom: 20px;
    position: relative;
  }

  .action-cards-stacked.on-action-page._2-stacks.no-margin {
    margin-top: 20px;
  }

  .action-cards-stacked.on-action-page.a-bit-lower {
    top: 70px;
  }

  .action-cards-stacked.on-home-page {
    align-self: center;
  }

  .small-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-container.chapter-header {
    padding-left: 0;
    padding-right: 0;
  }

  .chapter-buttons {
    grid-template-columns: 1fr;
  }

  .chapter-number {
    height: 250px;
  }

  .card-1.on-action-page {
    margin-top: 64px;
    top: 164px;
  }

  .card-1.on-action-page.first {
    top: 186px;
  }

  .card-1.on-action-page.plus {
    top: 184px;
  }

  .card-1.instagram-special {
    top: 246px;
  }

  .card-2.on-action-page {
    top: 216px;
  }

  .card-2.on-action-page.first {
    top: 238px;
  }

  .card-2.on-action-page.plus {
    top: 236px;
  }

  .card-2.instagram-special {
    top: 302px;
  }

  .card-3 {
    top: 358px;
  }

  .card-3.on-action-page {
    top: 268px;
  }

  .card-3.on-action-page.first {
    top: 290px;
  }

  .card-3.on-action-page.plus {
    top: 288px;
  }

  .actions-section.centered {
    margin-left: 0;
    margin-right: 0;
  }

  .actions-section.on-action-page {
    justify-content: space-between;
  }

  .left-col-content.in-a-chapter {
    width: 80vw;
  }

  .left-col-content.action-page.in-timeline {
    margin-top: 10px;
  }

  .left-col-content.action-page.in-timeline.instagram-special {
    margin-top: 14px;
  }

  .intro-text {
    width: 80%;
  }

  .experience-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .portal-button {
    width: 320px;
  }

  .element {
    width: 80%;
    top: 7%;
  }

  .element._4 {
    width: 100%;
  }

  .element._5 {
    width: 50%;
  }

  .element._6 {
    top: 40%;
  }

  .element.yellow {
    top: 48%;
    left: -21%;
  }

  .element.yellow._2 {
    left: -125%;
  }

  .element.yellow._3 {
    top: 36%;
    left: -18%;
  }

  .element.purple {
    top: 6%;
    left: 30%;
  }

  .element.purple._2 {
    top: 10%;
    left: -23%;
  }

  .element.orange {
    width: 70px;
    object-fit: fill;
    top: -30%;
    left: -6%;
  }

  .element.orange._1 {
    top: -19%;
    left: -61%;
  }

  .element.orange._2 {
    top: 49%;
  }

  .element.orange._3 {
    top: 27%;
    left: 67%;
  }

  .border.left {
    left: -10%;
  }

  .border.left.deepdive {
    left: -9%;
  }

  .border.right.deepdive {
    right: -9%;
  }

  .dot.lime.list-dot {
    margin-top: 6px;
  }

  .footer {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation.footer-margin {
    align-self: auto;
    margin-left: 7px;
    margin-right: 7px;
    padding-right: 10px;
  }

  .elevator-pitch.footer-margin, .links.footer-margin {
    margin-left: 7px;
    margin-right: 7px;
  }

  .paragraph.smaller.logo-text {
    width: 140px;
  }

  .paragraph.smaller.hidden, .paragraph.hidden {
    display: none;
  }

  .footer-section {
    justify-content: center;
    display: flex;
  }

  .intro-text-p {
    margin-bottom: 0;
  }

  .list-item {
    position: relative;
  }

  .list-item.no-padding.time {
    top: 64px;
  }

  .list-item.no-padding.time.instagram-special {
    top: 11.4vh;
  }

  .dropdown-wrapper.deepdive {
    width: 80vw;
  }

  .dropdown-wrapper.deepdive.position-1 {
    left: 12px;
  }

  .dropdown-wrapper.deepdive.position-2 {
    left: -12px;
  }

  .dropdown-wrapper.deepdive.position-3 {
    left: -6px;
  }

  .dropdown-wrapper.popup-box {
    width: 88%;
  }

  .dropdown-content.deepdive {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number.placement {
    align-self: flex-start;
  }

  .title-width {
    flex-direction: column;
  }

  .paragraph-big.date {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-big.columns {
    column-count: auto;
  }

  .heading-1 {
    font-size: 42px;
    line-height: 42px;
  }

  .article-paragraph-section {
    width: 80vw;
    max-width: none;
  }

  .article-paragraph-section.actions, .article-paragraph-section.deepdive-intro {
    max-width: 520px;
  }

  .popup-box {
    width: 80vw;
  }

  .deepdive-content {
    width: 100%;
    position: relative;
  }

  .popup-box-content {
    padding-left: 0;
    padding-right: 0;
  }

  .action-cards-grid.second {
    top: -100px;
  }

  .action-cards-grid.last {
    top: -200px;
  }

  .heading-4.info-pages {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 20px;
  }

  .end-of-chapter-buttons-wrapper {
    max-width: none;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .end-of-chapter-button-wrapper {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .chapter-body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .chapter-body.right.with-popup {
    align-items: flex-start;
  }

  .big {
    margin-bottom: 50px;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
  }

  .center-body-wrapper.experience-section-description {
    margin-left: 60px;
    margin-right: 60px;
  }

  .card-4 {
    top: 414px;
  }

  .card-4.on-action-page {
    top: 320px;
  }

  .card-4.on-action-page.first {
    top: 342px;
  }

  .card-4.on-action-page.plus {
    top: 340px;
  }

  .paragraph-special {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .timeline-wrapper {
    width: 24px;
  }

  .timeline {
    z-index: 1;
    width: auto;
    z-index: auto;
    position: relative;
  }

  .lines-wrapper {
    width: 140px;
    margin-top: -10px;
    margin-left: -32px;
  }

  .lines-wrapper.bottom, .lines-wrapper.bottom.instagram-special, .lines-wrapper.top {
    width: 140px;
    margin-left: -8px;
  }

  .lines-wrapper.top.instagram-special {
    margin-left: -8px;
  }

  .lines-wrapper.hide-on-desktop {
    display: none;
  }

  .lines-wrapper.smaller {
    width: 120px;
  }

  .info-page-section {
    margin-top: 40px;
  }

  .experience-section-text {
    font-size: 16px;
    line-height: 20px;
  }

  .utility-page-image {
    width: 70%;
  }

  .award-image {
    max-width: 70%;
    min-width: 130px;
  }

  .quote-container {
    width: auto;
    padding: 0;
  }

  .quote-container.qew1, .quote-container.qew2, .quote-container.qew3, .quote-container.qew4 {
    transform: translate(0);
  }

  .quote-container.qew5 {
    transform: translate(0);
  }

  .quote-external-wrapper.qew1, .quote-external-wrapper.qew2 {
    transform: none;
  }

  .quote-external-wrapper.qew3 {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .quotation-mark.qm-right, .quotation-mark.qm-left {
    width: 36px;
    height: 36px;
  }

  .white-border-left {
    object-fit: cover;
    left: -39px;
  }

  .white-border-right {
    object-fit: cover;
    right: -33px;
  }

  .awards-section {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .award-image-2 {
    width: 340px;
  }

  .home-link-section {
    width: 80vw;
  }

  .author-image-border-left {
    left: 0;
  }

  .author-image-border-right {
    left: 72px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
  }

  .line {
    background-color: #101010;
  }

  .menubutton {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-list-container {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-container {
    padding: 0 14px;
  }

  .logo-image {
    padding: 8px 10px;
  }

  .navigation-bar {
    display: block;
  }

  .dropdown-menu {
    top: 64px;
  }

  .header {
    height: 54vh;
  }

  .section {
    margin-left: 18px;
    margin-right: 18px;
  }

  .section.black-background {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section.chapter-section.dark-grey {
    margin-left: 0;
    margin-right: 0;
  }

  .aktion-card-text {
    padding: 10px 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .aktion-card-text.back {
    align-self: center;
    align-items: center;
  }

  .action-cards-stacked {
    align-items: center;
  }

  .action-cards-stacked.on-action-page {
    margin-left: -130px;
  }

  .action-cards-stacked.on-action-page.nie-fkn-kut-doen {
    margin-top: 64px;
  }

  .small-container {
    padding-left: 0;
    padding-right: 0;
  }

  .aktion-card-image {
    width: 90%;
    height: 90%;
  }

  .chapter-button-title {
    padding-left: 10px;
    padding-right: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .chapter-buttons {
    grid-template-columns: 1fr;
  }

  .chapter-number {
    height: 150px;
    padding-left: 10px;
  }

  .language-button {
    color: #101010;
  }

  .card-1 {
    top: 90px;
  }

  .card-1.on-action-page {
    margin-top: 84px;
    top: 184px;
  }

  .card-1.on-action-page.first {
    margin-top: 70px;
    top: 196px;
  }

  .card-1.on-action-page.plus {
    margin-top: 24px;
    top: 178px;
  }

  .card-1.instagram-special {
    margin-top: -9px;
    top: 208px;
  }

  .card-2 {
    margin-left: 0;
    top: 140px;
  }

  .card-2.on-action-page {
    top: 231px;
  }

  .card-2.on-action-page.first {
    top: 233px;
  }

  .card-2.on-action-page.plus {
    top: 215px;
  }

  .card-2.instagram-special {
    top: 245px;
  }

  .card-3 {
    margin-left: 0;
    top: 282px;
  }

  .card-3.on-action-page {
    top: 278px;
  }

  .card-3.on-action-page.first {
    top: 270px;
  }

  .card-3.on-action-page.plus {
    top: 252px;
  }

  .actions-section.centered {
    align-items: center;
  }

  .actions-section.on-action-page {
    justify-content: flex-start;
  }

  .actions-section.on-action-page.instagram-special {
    margin-bottom: 40px;
  }

  .left-col-content {
    margin-bottom: 80px;
  }

  .left-col-content.in-a-chapter {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    width: 100%;
  }

  .experience-section {
    width: 100vw;
    height: 91.5vh;
    position: relative;
  }

  .aktion-card {
    width: 88vw;
    height: 370px;
    max-height: 370px;
  }

  .aktion-card.small {
    width: 100%;
  }

  .portal-button {
    width: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .experience-button-text {
    font-size: 24px;
    line-height: 24px;
  }

  .main-button.portal-button {
    width: 90%;
  }

  .element._2 {
    width: 70%;
    top: 35%;
  }

  .element._4 {
    top: 76%;
  }

  .element._5 {
    width: 60%;
  }

  .element._6 {
    top: 49%;
    right: -29%;
  }

  .aktion-card-top-text {
    font-size: 14px;
  }

  .paragraph-small {
    padding-bottom: 10px;
  }

  .paragraph-small.back-card {
    overflow: visible;
  }

  .border.left {
    left: -9%;
  }

  .border.left.deepdive {
    width: 20px;
    left: -3%;
  }

  .border.right.deepdive {
    width: 20px;
    right: -3%;
  }

  .dot.lime {
    width: 16px;
    height: 16px;
  }

  .dot.lime.list-dot {
    align-self: flex-start;
    margin-top: 2px;
  }

  .dot.orange {
    width: 16px;
    height: 16px;
    background-color: #ff6f2b;
  }

  .glitchy-line {
    height: 18px;
  }

  .footer {
    margin-left: 18px;
    margin-right: 18px;
  }

  .logos-first-row {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation.footer-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .elevator-pitch.footer-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 0;
  }

  .links.footer-margin {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.smaller.logo-text {
    width: 120px;
    font-size: 12px;
  }

  .paragraph.hidden {
    display: none;
  }

  .list-item.deepdive {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item.popup-box {
    padding: 0 0 12px;
  }

  .list-item.no-padding.time.instagram-special {
    top: 90px;
  }

  .dropdown-wrapper.deepdive {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-wrapper.deepdive.position-1 {
    left: 5px;
  }

  .dropdown-wrapper.deepdive.position-2 {
    left: -4px;
  }

  .dropdown-wrapper.deepdive.position-3 {
    left: -2px;
  }

  .dropdown-wrapper.popup-box {
    padding: 10px;
  }

  .dropdown-content.deepdive {
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    align-self: center;
  }

  .number.placement {
    align-self: flex-start;
  }

  .card-border {
    top: -2%;
  }

  .card-border.bottom {
    bottom: -2%;
  }

  .card-border.white-right {
    width: 10px;
    right: -2%;
  }

  .title-width {
    width: 100%;
  }

  .paragraph-big {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-big.more-margin {
    padding-top: 0;
  }

  .heading-1 {
    font-size: 27.8px;
    line-height: 27.8px;
  }

  .heading-1.page-heading {
    margin-bottom: 12px;
  }

  .chapter-image-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .article-paragraph-section {
    width: 100%;
    max-width: none;
  }

  .article-paragraph-section.deepdive {
    margin-left: 18px;
    margin-right: 18px;
  }

  .article-paragraph-section.actions {
    max-width: none;
  }

  .article-paragraph-section.quotes-seciton {
    grid-row-gap: 240px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .popup-box {
    width: 90vw;
    padding: 30px 20px;
  }

  .popup-box-content {
    z-index: 1;
    padding-bottom: 0;
    position: relative;
  }

  .action-cards-grid.first {
    align-self: center;
  }

  .action-cards-grid.second, .action-cards-grid.last {
    align-self: center;
    top: 0;
  }

  .background-elements.in-actions {
    display: none;
  }

  .heading-4.info-pages {
    font-size: 22px;
    line-height: 18px;
  }

  .page-heading.quotes-heqding {
    margin-bottom: 80px;
  }

  .end-of-chapter-buttons-wrapper {
    width: 100%;
    margin-left: 18px;
    margin-right: 18px;
  }

  .end-of-chapter-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .chapter-body {
    margin-left: 0;
    margin-right: 0;
  }

  .big {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .chapter-body-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .chapter-body-section.black-background {
    padding-top: 120px;
  }

  .center-body-wrapper.experience-section-description {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .card-4 {
    margin-left: 0;
    top: 373px;
  }

  .card-4.on-action-page {
    top: 325px;
  }

  .card-4.on-action-page.first {
    top: 307px;
  }

  .card-4.on-action-page.plus {
    top: 289px;
  }

  .timeline-wrapper.instagram-special {
    top: 74px;
  }

  .timeline-wrapper.instagram-special.kak {
    top: 91px;
  }

  .timeline-wrapper.connected-timeline, .timeline-wrapper.connected-timeline.no-padding {
    top: 64px;
  }

  .timeline {
    z-index: 0;
    z-index: 1;
  }

  .lines {
    z-index: 0;
  }

  .image-4 {
    width: 90px;
  }

  .div-block-9, .back-card-text {
    overflow: scroll;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 18px;
  }

  .experience-section-text {
    text-align: center;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-logo-link._2 {
    width: 90px;
  }

  .footer-logo-link._3 {
    width: 120px;
    height: 30px;
  }

  .utility-page-image {
    width: 90%;
    margin-bottom: 30px;
  }

  .utility-page-text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .award-list {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .award-image {
    max-width: 50%;
    min-width: 120px;
  }

  .awards-container {
    align-content: space-around;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .quote-title-container {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    justify-content: flex-start;
  }

  .quote-external-wrapper.qew1 {
    margin-left: auto;
    transform: translate(0);
  }

  .quote-external-wrapper.qew2 {
    transform: translate(0);
  }

  .quote-external-wrapper.qew3 {
    margin-left: auto;
    margin-right: auto;
    transform: translate(0);
  }

  .quotation-mark.qm-right {
    width: 40px;
    height: 40px;
    transform: translate(0, -1rem);
  }

  .quotation-mark.qm-left {
    width: 40px;
    height: 40px;
  }

  .paragraph-3.quotation-text {
    margin-top: 0;
    padding-bottom: 0;
    line-height: 22px;
  }

  .quotation-author, .quotation-author.non-bold {
    text-align: left;
    align-self: flex-start;
    display: block;
  }

  .div-block-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white-border-left {
    object-fit: cover;
    display: block;
    left: -20px;
  }

  .white-border-right {
    object-fit: cover;
    display: block;
    right: -21px;
  }

  .quote-author-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-image {
    align-self: flex-start;
    margin-left: 0;
  }

  .quotes-container {
    grid-row-gap: 4rem;
  }

  .author-outer-container {
    flex-direction: column;
    padding-left: .75rem;
    padding-right: 0;
    display: flex;
  }

  .award-image-2 {
    width: 90%;
  }

  .author-name {
    grid-row-gap: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-link-section {
    width: auto;
  }
}

#w-node-bfd2c2a3-33d1-499c-4a69-646fbae46645-70080f0d {
  align-self: center;
}

#w-node-_93565d72-fd08-83ca-cc35-f6359b916edf-70080f0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_672bdadf-e619-e172-568b-37be2542c2b7-d02ad051, #w-node-e7c60136-3b35-ecf0-11ac-323d82ae4e27-d02ad051, #w-node-_7c3e6053-f400-e91c-10c2-a280bf70d6a3-d02ad051, #w-node-dc0c15ff-58ab-dcdc-0b76-7ee5c2650d24-d02ad051, #w-node-_18cd0995-29d7-be66-db3c-dfa3ef245200-d02ad051, #w-node-_28c008d8-300d-6913-a418-9ccea754d8ec-d02ad051, #w-node-_6af84a4f-1c7b-16c5-78af-5ae749ec7a2a-d02ad051, #w-node-_7bd63452-f1b2-9bc8-f082-49f2c5481272-d02ad051 {
  align-self: start;
}

#w-node-_35aaca78-2e85-63de-9bc5-7ae76e6b3bea-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_35aaca78-2e85-63de-9bc5-7ae76e6b3bee-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_20fe0db6-f185-3d94-0a55-31307c82fc98-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_20fe0db6-f185-3d94-0a55-31307c82fc9c-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_710ae455-efbd-0047-394f-0386a9465c40-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_710ae455-efbd-0047-394f-0386a9465c44-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_71b192ad-d1a8-a144-f755-bae4687a010d-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_71b192ad-d1a8-a144-f755-bae4687a0111-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-f3107ac8-0258-6676-b473-914a2d6722c9-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-f3107ac8-0258-6676-b473-914a2d6722cd-a383409b, #w-node-_85257b35-9d16-0130-4e3b-ea97795258bf-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258c3-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258cf-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258d3-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258df-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258e3-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258ef-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258f3-a383409b {
  align-self: start;
  justify-self: start;
}

#w-node-_85257b35-9d16-0130-4e3b-ea97795258ff-a383409b {
  align-self: end;
  justify-self: end;
}

#w-node-_85257b35-9d16-0130-4e3b-ea9779525903-a383409b {
  align-self: start;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bfd2c2a3-33d1-499c-4a69-646fbae46645-70080f0d {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93565d72-fd08-83ca-cc35-f6359b916edf-70080f0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Camcorder';
  src: url('../fonts/VCR_OSD_MONO_1.001.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Camcorder';
  src: url('../fonts/camcorder_ms_inv.woff.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DataMirror icons';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-300Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-600SemiBold.otf') format('opentype'), url('../fonts/SinkinSans-600SemiBoldItali.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-400Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-700BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-400Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-300LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-500Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-500MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-700Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../fonts/UnitedSansRgBd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../fonts/UnitedSansRgLt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UnitedSans';
  src: url('../fonts/UnitedSansRgMd.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}