.main-col, .main-col-1 {
  width: 10%;
}

.main-col-2 {
  width: 20%;
}

.main-col-3 {
  width: 30%;
}

.main-col-4 {
  width: 40%;
}

.main-col-5 {
  width: 50%;
}

.main-col-6 {
  width: 60%;
}

body {
  margin: 0;
}

html {
  -ms-touch-action: none;
}

@font-face {
  font-family: "lato-bold";
  src: url(/assets/css/font/lato/Lato-Bold.ttf);
}
@font-face {
  font-family: "lato";
  src: url(/assets/css/font/lato/Lato-Regular.ttf);
}
@font-face {
  font-family: "berkshire-swash";
  src: url(/assets/css/font/berkshire_swash/BerkshireSwash-Regular.ttf);
}
@font-face {
  font-family: "vollkorn";
  src: url(/assets/css/font/vollkorn/Vollkorn-VariableFont_wght.ttf), url(/assets/css/font/vollkorn/Vollkorn-Italic-VariableFont_wght.ttf);
}
@font-face {
  font-family: "mb-bold-italic";
  src: url(/assets/css/font/Majesti-Banner/Majesti-Banner-BoldItalic.otf);
}
#projection-screen {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
#projection-screen #projection-screen-main {
  position: relative;
  display: flex;
  height: 100%;
  background-image: url("/assets/images/river-system.svg");
  background-position: 51% -114px, 0%;
  background-repeat: no-repeat;
  background-size: 67%, cover;
  background: linear-gradient(180deg, #39596F, #070C14);
}
#projection-screen #projection-screen-main .main-col {
  height: 100%;
  position: relative;
  z-index: 1;
}
#projection-screen #projection-screen-main .main-col .black-strip {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #39596F, #070C14);
  background-size: 100% 1080px;
  background-position: bottom;
  transition: all 3s ease;
}
#projection-screen #projection-screen-main .main-col .black-strip.retract-top {
  bottom: 100%;
  background-position: top;
}
#projection-screen #projection-screen-main .main-col .black-strip.retract-bottom {
  top: 100%;
}
#projection-screen #projection-screen-main #strip-1 {
  background: linear-gradient(180deg, rgba(156, 178, 48, 0.3) 0%, rgba(66, 100, 120, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-2 {
  background: linear-gradient(180deg, rgba(66, 100, 120, 0.3) 0%, rgba(210, 214, 111, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-3 {
  background: linear-gradient(180deg, rgba(156, 178, 48, 0.3) 0%, rgba(193, 95, 76, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-4 {
  background: linear-gradient(180deg, rgba(213, 108, 90, 0.3) 0%, rgba(164, 211, 238, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-5 {
  background: linear-gradient(180deg, rgba(245, 188, 182, 0.3) 0%, rgba(97, 150, 66, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-6 {
  background: linear-gradient(180deg, rgba(172, 198, 123, 0.3) 0%, rgba(0, 118, 166, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-7 {
  background: linear-gradient(180deg, rgba(164, 211, 238, 0.3) 0%, rgba(232, 151, 139, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-8 {
  background: linear-gradient(180deg, rgba(33, 60, 94, 0.3) 0%, rgba(1, 111, 162, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-9 {
  background: linear-gradient(180deg, rgba(245, 188, 182, 0.3) 0%, rgba(156, 178, 48, 0.3) 100%);
}
#projection-screen #projection-screen-main #strip-10 {
  background: linear-gradient(180deg, rgba(66, 100, 120, 0.3) 0%, rgba(193, 95, 76, 0.3) 100%);
}
#projection-screen #projection-screen-main #main-title {
  position: absolute;
  top: 31%;
  left: 17%;
  color: white;
  height: 290px;
  text-align: center;
  font-family: "berkshire-swash";
  z-index: 2;
  transition: opacity 1s ease;
}
#projection-screen #projection-screen-main #main-title.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main #main-logo {
  position: absolute;
  top: 22%;
  left: 41%;
  opacity: 1;
  z-index: 2;
  transition: opacity 1.5s ease;
}
#projection-screen #projection-screen-main #main-logo.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
}
#projection-screen #projection-screen-main .main-img.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen {
  background: linear-gradient(180deg, #39596F, #070C14);
  height: 100%;
  overflow: hidden;
}
#projection-screen #projection-content-screen .alt-names {
  position: absolute;
  left: 140px;
  top: 90px;
  color: white;
  z-index: 6;
  opacity: 1;
  transition: opacity 0.7s ease;
  max-width: 900px;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30pt;
}
#projection-screen #projection-content-screen .alt-names .para-label {
  font-weight: bold;
  font-style: italic;
  margin-right: 15px;
  font-family: "mb-bold-italic";
}
#projection-screen #projection-content-screen .alt-names .pullquote {
  font-weight: bold;
  font-size: 35pt;
  padding: 20px;
}
#projection-screen #projection-content-screen .alt-names.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .content-img {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  opacity: 1;
  transition: all 0.7s ease;
  z-index: 2;
}
#projection-screen #projection-content-screen .content-img img, #projection-screen #projection-content-screen .content-img video, #projection-screen #projection-content-screen .content-img iframe {
  width: 100%;
  opacity: 1;
  transition: opacity 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#projection-screen #projection-content-screen .content-img img.portrait, #projection-screen #projection-content-screen .content-img video.portrait, #projection-screen #projection-content-screen .content-img iframe.portrait {
  width: auto;
  height: 1080px;
}
#projection-screen #projection-content-screen .content-img img.faded-out, #projection-screen #projection-content-screen .content-img video.faded-out, #projection-screen #projection-content-screen .content-img iframe.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .content-img span.video-play-icon {
  position: absolute;
  font-size: 80pt;
  opacity: 0.7;
  transition: opacity 0.7s ease;
  color: white;
}
#projection-screen #projection-content-screen .content-img span.video-play-icon.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .content-img.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .cat-name {
  font-family: din-condensed, sans-serif;
  position: absolute;
  left: 6%;
  top: 81%;
  font-size: 70pt;
  text-transform: capitalize;
  transition: all 0.7s ease;
  z-index: 4;
  color: white;
  opacity: 0.5;
  font-family: "mb-bold-italic";
}
#projection-screen #projection-content-screen .cat-name.retracted {
  transform: translateX(calc(-100% - 120px));
}
#projection-screen #projection-content-screen .cat-name.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .cat-name.scroll {
  animation: cat-name-scroll 180s linear infinite;
}
#projection-screen #projection-content-screen .cat-name.about-system {
  color: #98AF33;
}
#projection-screen #projection-content-screen .cat-name.formation {
  color: #416772;
}
#projection-screen #projection-content-screen .cat-name.archeology {
  color: #BF644B;
}
#projection-screen #projection-content-screen .cat-name.geology {
  color: #79B1CC;
}
#projection-screen #projection-content-screen .cat-name.flora {
  color: #f5bcb6;
}
#projection-screen #projection-content-screen .cat-name.fauna {
  color: #ACC67B;
}
#projection-screen #projection-content-screen .cat-name.geography {
  color: #da97b9;
}
#projection-screen #projection-content-screen .cat-name.model-forest {
  color: #B5B663;
}
#projection-screen #projection-content-screen .section-name {
  font-family: din-condensed, sans-serif;
  position: absolute;
  left: 10%;
  top: 10%;
  font-size: 600pt;
  text-transform: uppercase;
  transition: all 0.7s ease;
  z-index: 3;
  color: black;
  opacity: 0.4;
}
#projection-screen #projection-content-screen .section-name.retracted {
  animation: none;
}
#projection-screen #projection-content-screen .section-name.retracted span.retract-top {
  top: -800px;
}
#projection-screen #projection-content-screen .section-name.retracted span.retract-bottom {
  bottom: -800px;
}
#projection-screen #projection-content-screen .section-name.slow-fade {
  transition: all 0.7s ease, opacity 8s linear;
  opacity: 0.001;
}
#projection-screen #projection-content-screen .section-name.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .section-name.scroll {
  animation: section-name-scroll 180s linear infinite;
}
#projection-screen #projection-content-screen .section-name span {
  position: relative;
  transition: all 0.7s ease;
}
#projection-screen #projection-content-screen .section-name span.retract-top {
  top: 0;
}
#projection-screen #projection-content-screen .section-name span.retract-bottom {
  bottom: 0;
}
#projection-screen #projection-content-screen .section-name.ecology {
  left: 10%;
  top: 37%;
  font-size: 150pt;
}
#projection-screen #projection-content-screen .section-name.about-system {
  font-size: 190pt;
}
#projection-screen #projection-content-screen .section-name.formation {
  left: 10%;
  top: 29%;
  font-size: 305pt;
}
#projection-screen #projection-content-screen .section-name.geology {
  left: 10%;
  top: 22%;
  font-size: 385pt;
}
#projection-screen #projection-content-screen .section-name.flora {
  left: 10%;
  top: 10%;
  font-size: 580pt;
}
#projection-screen #projection-content-screen .section-name.fauna {
  left: 10%;
  top: 10%;
  font-size: 580pt;
}
#projection-screen #projection-content-screen .section-name.geography {
  left: 10%;
  top: 29%;
  font-size: 295pt;
}
#projection-screen #projection-content-screen .section-name.model-forest {
  left: 10%;
  top: 29%;
  font-size: 230pt;
}
#projection-screen #projection-content-screen .chp-name {
  font-family: din-condensed, sans-serif;
  position: absolute;
  right: 4%;
  top: 63%;
  font-size: 160pt;
  text-transform: capitalize;
  transition: color 0.7s ease, top 0.7s ease, right 0.7s ease, opacity 0.7s ease, left 0.7s ease, transform 0.7s ease;
  max-width: 80%;
  z-index: 5;
  color: white;
  opacity: 0.5;
  font-family: "mb-bold-italic";
}
#projection-screen #projection-content-screen .chp-name.retracted {
  transform: translateX(calc(100% + 120px));
}
#projection-screen #projection-content-screen .chp-name.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .chp-name.scroll {
  animation: chp-name-scroll 180s linear infinite;
}
#projection-screen #projection-content-screen .chp-name.small {
  font-size: 100pt;
  text-align: right;
}
#projection-screen #projection-content-screen .img-caption {
  position: absolute;
  right: 85px;
  bottom: 55px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24pt;
  opacity: 1;
  transition: opacity 0.5s ease;
  color: white;
  z-index: 2;
}
#projection-screen #projection-content-screen .img-caption.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .img-caption .caption-text {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24pt;
}
#projection-screen #projection-content-screen .img-caption .attribution-text {
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13pt;
}
#projection-screen #projection-content-screen .projection-background {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s ease-in-out;
}
#projection-screen #projection-content-screen .projection-background.faded-out {
  opacity: 0;
}
#projection-screen .shadow-1 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(180deg, black, rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  width: 1920px;
  height: 160px;
}
#projection-screen .shadow-2 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(270deg, black, rgba(0, 0, 0, 0));
  top: 0;
  right: 0;
  width: 160px;
  height: 1080px;
}
#projection-screen .shadow-3 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 160px;
}
#projection-screen .shadow-4 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  width: 160px;
  height: 1080px;
}
#projection-screen .shadow-all {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 90px 70px black inset;
}

#loading-screen {
  z-index: 11;
  background-color: black;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 1080px;
  left: 0;
}
#loading-screen #loading-indicator {
  position: absolute;
  top: 44%;
  left: 50.5%;
}
#loading-screen #loading-indicator .spinner {
  font-size: 50px;
  animation: loading-spinner 1s linear infinite;
  width: 50px;
  height: 50px;
  color: white;
}
#loading-screen #loading-text {
  position: absolute;
  top: 50%;
  left: 49%;
  color: white;
  font-family: din-condensed, sans-serif;
  font-size: 30pt;
}
#loading-screen.hide {
  opacity: 0;
}

@keyframes section-name-scroll {
  0% {
    transform: translateX(calc(-100% - 220px));
  }
  100% {
    transform: translateX(1728px);
  }
}
@keyframes cat-name-scroll {
  0% {
    transform: translateX(calc(-100% - 120px));
  }
  100% {
    transform: translateX(1804.8px);
  }
}
@keyframes chp-name-scroll {
  0% {
    transform: translateX(calc(100% + 120px));
  }
  100% {
    transform: translateX(-1843.2px);
  }
}
#touch-screen {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}
#touch-screen #touch-screen-main {
  display: flex;
  height: 970px;
  background-color: #0B1627;
}
#touch-screen #touch-screen-main .main-col-2, #touch-screen #touch-screen-main .main-col, #touch-screen #touch-screen-main .main-col-3, #touch-screen #touch-screen-main .main-col-4 {
  border-right: 1px solid #797C7E;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: 100% 200%;
  animation: touch-gradient linear 60s infinite;
}
#touch-screen #touch-screen-main .main-col-2.no-border, #touch-screen #touch-screen-main .main-col.no-border, #touch-screen #touch-screen-main .main-col-3.no-border, #touch-screen #touch-screen-main .main-col-4.no-border {
  border-right: none;
}
#touch-screen #touch-screen-main #nav-screen {
  display: flex;
  width: 100%;
  height: 970px;
  transition: opacity 2s ease;
  position: relative;
  overflow: hidden;
}
#touch-screen #touch-screen-main #nav-screen .main-col-2 .background-title, #touch-screen #touch-screen-main #nav-screen .main-col .background-title, #touch-screen #touch-screen-main #nav-screen .main-col-3 .background-title, #touch-screen #touch-screen-main #nav-screen .main-col-4 .background-title {
  z-index: 1;
  opacity: 0.3;
  font-family: din-condensed, sans-serif;
  color: white;
  font-size: 95pt;
  text-transform: uppercase;
  position: absolute;
  margin-top: 65px;
  margin-bottom: 19px;
  font-weight: normal;
  transition: opacity 0.5s ease-in-out;
  animation: background-title-scroll linear 40s infinite;
}
#touch-screen #touch-screen-main #nav-screen .main-col-2 .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col-3 .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col-4 .background-title.faded-out {
  opacity: 0 !important;
}
#touch-screen #touch-screen-main #nav-screen.faded-out {
  opacity: 0;
}
#touch-screen #touch-screen-main #nav-screen #touch-screen-background-rs {
  width: 1800px;
  position: absolute;
  top: -510px;
  left: -20px;
  pointer-events: none;
}
#touch-screen #touch-screen-logo-banner {
  height: 40px;
  background-color: black;
  position: relative;
}
#touch-screen #touch-screen-logo-banner img {
  position: absolute;
  margin: auto;
  width: 90px;
  left: calc(50% - 45px);
  top: 10px;
}
#touch-screen #nav-panel {
  height: 70px;
  background-color: #060C15;
  color: white;
  width: 1920px;
  display: flex;
}
#touch-screen #nav-panel .main-col {
  text-transform: uppercase;
  border-right: #213C5E 1px solid;
  position: relative;
  width: calc(10% - 1px);
}
#touch-screen #nav-panel .main-col.no-border {
  width: 10%;
}
#touch-screen #nav-panel .main-col.no-border {
  border-right: none;
}
#touch-screen #nav-panel .main-col .nav-text {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14pt;
  font-family: din-condensed, sans-serif;
  position: relative;
  background-color: #060C15;
  transition: top 0.2s ease-in-out, height 0.2s ease-in-out;
  height: 55px;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#touch-screen #nav-panel .main-col .nav-text .nav-icon {
  float: right;
  transition: transform 0.2s ease-in-out;
  height: 18px;
}
#touch-screen #nav-panel .main-col .nav-text .nav-icon.rotated {
  transform: rotate(180deg);
}
#touch-screen #nav-panel .main-col .nav-text .nav-label {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #nav-panel .main-col .nav-text .nav-label.faded-out {
  opacity: 0;
}
#touch-screen #nav-panel .main-col .nav-text.expanded {
  height: 100px;
  top: -45px;
}
#touch-screen #nav-panel .main-col .nav-excerpt {
  color: #737376;
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-size: 9pt;
  text-transform: initial;
  position: absolute;
  top: 0;
  padding: 0 10px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s ease, top 0.2s ease;
}
#touch-screen #nav-panel .main-col .nav-excerpt.faded-out {
  opacity: 0;
  top: 20px;
}
#touch-screen #content-screen-1, #touch-screen #content-screen-2 {
  display: flex;
  height: 970px;
  width: 1920px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease;
}
#touch-screen #content-screen-1.faded-out, #touch-screen #content-screen-2.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .overview-col, #touch-screen #content-screen-2 .overview-col {
  overflow: visible;
  background-size: 100%;
  opacity: 1;
  transition: opacity 2s ease;
  z-index: 4;
}
#touch-screen #content-screen-1 .overview-col.ecology, #touch-screen #content-screen-2 .overview-col.ecology {
  position: relative;
  animation: select-ecology-strip-expand 2s ease;
  animation-delay: 0.7s;
  width: 30%;
}
#touch-screen #content-screen-1 .overview-col.ecology.retract, #touch-screen #content-screen-2 .overview-col.ecology.retract {
  width: 10%;
  left: 20%;
}
#touch-screen #content-screen-1 .overview-col.ecology .title.offset, #touch-screen #content-screen-2 .overview-col.ecology .title.offset {
  left: -20px;
  top: 12%;
}
#touch-screen #content-screen-1 .overview-col.ecology.fade-in, #touch-screen #content-screen-2 .overview-col.ecology.fade-in {
  animation: select-ecology-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.ecology .title, #touch-screen #content-screen-2 .overview-col.ecology .title {
  font-size: 75pt;
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.about-system, #touch-screen #content-screen-2 .overview-col.about-system {
  position: relative;
  animation: select-about-system-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.about-system.retract, #touch-screen #content-screen-2 .overview-col.about-system.retract {
  width: 10%;
  left: 10%;
}
#touch-screen #content-screen-1 .overview-col.about-system .title.offset, #touch-screen #content-screen-2 .overview-col.about-system .title.offset {
  left: -20px;
  top: 12%;
}
#touch-screen #content-screen-1 .overview-col.about-system.fade-in, #touch-screen #content-screen-2 .overview-col.about-system.fade-in {
  animation: select-about-system-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.about-system .title, #touch-screen #content-screen-2 .overview-col.about-system .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.formation, #touch-screen #content-screen-2 .overview-col.formation {
  position: relative;
  animation: select-formation-strip-expand 2s ease;
  animation-delay: 0.7s;
  width: 30%;
}
#touch-screen #content-screen-1 .overview-col.formation.retract, #touch-screen #content-screen-2 .overview-col.formation.retract {
  width: 10%;
  left: 30%;
}
#touch-screen #content-screen-1 .overview-col.formation .title.offset, #touch-screen #content-screen-2 .overview-col.formation .title.offset {
  left: -10px;
  top: 58%;
}
#touch-screen #content-screen-1 .overview-col.formation.fade-in, #touch-screen #content-screen-2 .overview-col.formation.fade-in {
  animation: select-formation-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.formation.main-col-3, #touch-screen #content-screen-2 .overview-col.formation.main-col-3 {
  animation: select-formation-strip-expand-3 2s ease 1s;
}
#touch-screen #content-screen-1 .overview-col.formation.main-col-3.fade-in, #touch-screen #content-screen-2 .overview-col.formation.main-col-3.fade-in {
  animation: select-formation-strip-expand-3 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.formation.main-col-3.default, #touch-screen #content-screen-2 .overview-col.formation.main-col-3.default {
  animation: expand-from-default-3 1s ease 0.7s, select-strip-appear 0.7s ease !important;
}
#touch-screen #content-screen-1 .overview-col.archeology, #touch-screen #content-screen-2 .overview-col.archeology {
  position: relative;
  animation: select-archeology-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.archeology.retract, #touch-screen #content-screen-2 .overview-col.archeology.retract {
  width: 10%;
  left: 30%;
}
#touch-screen #content-screen-1 .overview-col.archeology .title.offset, #touch-screen #content-screen-2 .overview-col.archeology .title.offset {
  left: 25px;
  top: 39%;
}
#touch-screen #content-screen-1 .overview-col.archeology.fade-in, #touch-screen #content-screen-2 .overview-col.archeology.fade-in {
  animation: select-archeology-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.geology, #touch-screen #content-screen-2 .overview-col.geology {
  position: relative;
  animation: select-geology-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.geology.retract, #touch-screen #content-screen-2 .overview-col.geology.retract {
  width: 10%;
  left: 40%;
}
#touch-screen #content-screen-1 .overview-col.geology .title.offset, #touch-screen #content-screen-2 .overview-col.geology .title.offset {
  left: -40px;
  top: 19%;
}
#touch-screen #content-screen-1 .overview-col.geology.fade-in, #touch-screen #content-screen-2 .overview-col.geology.fade-in {
  animation: select-geology-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.flora, #touch-screen #content-screen-2 .overview-col.flora {
  position: relative;
  animation: select-flora-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.flora.retract, #touch-screen #content-screen-2 .overview-col.flora.retract {
  width: 10%;
  left: 50%;
}
#touch-screen #content-screen-1 .overview-col.flora .title.offset, #touch-screen #content-screen-2 .overview-col.flora .title.offset {
  left: -50px;
  top: 6%;
}
#touch-screen #content-screen-1 .overview-col.flora.fade-in, #touch-screen #content-screen-2 .overview-col.flora.fade-in {
  animation: select-flora-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.fauna, #touch-screen #content-screen-2 .overview-col.fauna {
  position: relative;
  animation: select-fauna-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.fauna.retract, #touch-screen #content-screen-2 .overview-col.fauna.retract {
  width: 10%;
  left: 60%;
}
#touch-screen #content-screen-1 .overview-col.fauna .title.offset, #touch-screen #content-screen-2 .overview-col.fauna .title.offset {
  left: -80px;
  top: 39%;
}
#touch-screen #content-screen-1 .overview-col.fauna.fade-in, #touch-screen #content-screen-2 .overview-col.fauna.fade-in {
  animation: select-fauna-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.geography, #touch-screen #content-screen-2 .overview-col.geography {
  position: relative;
  animation: select-geography-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.geography.retract, #touch-screen #content-screen-2 .overview-col.geography.retract {
  width: 10%;
  left: 70%;
}
#touch-screen #content-screen-1 .overview-col.geography .title.offset, #touch-screen #content-screen-2 .overview-col.geography .title.offset {
  left: -230px;
  top: 20%;
}
#touch-screen #content-screen-1 .overview-col.geography.fade-in, #touch-screen #content-screen-2 .overview-col.geography.fade-in {
  animation: select-geography-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.model-forest, #touch-screen #content-screen-2 .overview-col.model-forest {
  position: relative;
  animation: select-model-forest-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.model-forest.retract, #touch-screen #content-screen-2 .overview-col.model-forest.retract {
  width: 10%;
  left: 80%;
}
#touch-screen #content-screen-1 .overview-col.model-forest .title.offset, #touch-screen #content-screen-2 .overview-col.model-forest .title.offset {
  left: -40px;
  top: 20%;
}
#touch-screen #content-screen-1 .overview-col.model-forest.fade-in, #touch-screen #content-screen-2 .overview-col.model-forest.fade-in {
  animation: select-model-forest-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.model-forest .title, #touch-screen #content-screen-2 .overview-col.model-forest .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.slide-to-right, #touch-screen #content-screen-2 .overview-col.slide-to-right {
  animation: overview-slide-right 1.6s ease-in !important;
}
#touch-screen #content-screen-1 .overview-col.slide-to-right-3, #touch-screen #content-screen-2 .overview-col.slide-to-right-3 {
  animation: overview-slide-right-3 1.6s ease-in !important;
}
#touch-screen #content-screen-1 .overview-col.default, #touch-screen #content-screen-2 .overview-col.default {
  animation: expand-from-default 1s ease 0.5s, select-strip-appear 0.5s ease !important;
  position: relative;
}
#touch-screen #content-screen-1 .overview-col.default.retract, #touch-screen #content-screen-2 .overview-col.default.retract {
  left: 0;
  width: 10%;
}
#touch-screen #content-screen-1 .overview-col.default .title, #touch-screen #content-screen-2 .overview-col.default .title {
  transition: left 1s ease, top 1s ease, opacity 0.7s ease, transform 0.7s ease;
}
#touch-screen #content-screen-1 .empty-col, #touch-screen #content-screen-2 .empty-col {
  border-right: none;
}
#touch-screen #content-screen-1 .cat-col, #touch-screen #content-screen-2 .cat-col {
  animation: cat-expand 0.8s ease;
  z-index: 3;
}
#touch-screen #content-screen-1 .cat-col.slide-to-right, #touch-screen #content-screen-2 .cat-col.slide-to-right {
  animation: cat-slide-right 1.6s ease-in;
}
#touch-screen #content-screen-1 .cat-col.slide-to-right-3, #touch-screen #content-screen-2 .cat-col.slide-to-right-3 {
  animation: cat-slide-right-3 1.6s ease-in;
}
#touch-screen #content-screen-1 .cat-col.retracted, #touch-screen #content-screen-2 .cat-col.retracted {
  animation: cat-retract 0.9s ease;
}
#touch-screen #content-screen-1 .cat-col .cat-block, #touch-screen #content-screen-2 .cat-col .cat-block {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.7s ease;
  height: 900px;
}
#touch-screen #content-screen-1 .cat-col .cat-block .swiper-block, #touch-screen #content-screen-2 .cat-col .cat-block .swiper-block {
  position: relative;
  margin-top: 10px;
  height: 890px;
  width: 100%;
  overflow: hidden;
}
#touch-screen #content-screen-1 .cat-col .cat-block .cat-title, #touch-screen #content-screen-2 .cat-col .cat-block .cat-title {
  font-size: 26pt;
  padding: 10px 20px;
  font-family: "mb-bold-italic";
  font-style: italic;
}
#touch-screen #content-screen-1 .cat-col .cat-block .cat-entry, #touch-screen #content-screen-2 .cat-col .cat-block .cat-entry {
  padding: 10px 20px;
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
}
#touch-screen #content-screen-1 .cat-col .cat-block .swiper-container, #touch-screen #content-screen-2 .cat-col .cat-block .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 900px;
  width: calc(100% - 40px);
}
#touch-screen #content-screen-1 .cat-col .cat-block .category-more, #touch-screen #content-screen-2 .cat-col .cat-block .category-more {
  position: absolute;
  bottom: -20px;
  opacity: 1;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}
#touch-screen #content-screen-1 .cat-col .cat-block .category-more.faded-out, #touch-screen #content-screen-2 .cat-col .cat-block .category-more.faded-out {
  bottom: -30px;
  opacity: 0;
}
#touch-screen #content-screen-1 .cat-col .cat-block.faded-out, #touch-screen #content-screen-2 .cat-col .cat-block.faded-out {
  left: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .chp-col, #touch-screen #content-screen-2 .chp-col {
  animation: chp-expand 0.8s ease;
  z-index: 2;
}
#touch-screen #content-screen-1 .chp-col.slide-to-right, #touch-screen #content-screen-2 .chp-col.slide-to-right {
  animation: chp-slide-right 1.6s ease-in;
}
#touch-screen #content-screen-1 .chp-col.slide-to-right-3, #touch-screen #content-screen-2 .chp-col.slide-to-right-3 {
  animation: chp-slide-right-3 1.6s ease-in;
}
#touch-screen #content-screen-1 .chp-col.retracted, #touch-screen #content-screen-2 .chp-col.retracted {
  animation: chp-retract 0.9s ease;
}
#touch-screen #content-screen-1 .chp-col .chp-block, #touch-screen #content-screen-2 .chp-col .chp-block {
  position: absolute;
  bottom: 70px;
  height: 900px;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.7s ease;
}
#touch-screen #content-screen-1 .chp-col .chp-block .swiper-block, #touch-screen #content-screen-2 .chp-col .chp-block .swiper-block {
  position: relative;
  margin-top: 10px;
  height: 890px;
  width: 100%;
  overflow: hidden;
}
#touch-screen #content-screen-1 .chp-col .chp-block .chp-title, #touch-screen #content-screen-2 .chp-col .chp-block .chp-title {
  font-size: 26pt;
  padding: 10px 20px;
  font-family: "mb-bold-italic";
  font-style: italic;
}
#touch-screen #content-screen-1 .chp-col .chp-block .chp-entry, #touch-screen #content-screen-2 .chp-col .chp-block .chp-entry {
  padding: 10px 20px;
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
}
#touch-screen #content-screen-1 .chp-col .chp-block .swiper-container, #touch-screen #content-screen-2 .chp-col .chp-block .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 890px;
  width: calc(100% - 40px);
}
#touch-screen #content-screen-1 .chp-col .chp-block .chapter-more, #touch-screen #content-screen-2 .chp-col .chp-block .chapter-more {
  position: absolute;
  bottom: -20px;
  left: 47%;
  opacity: 1;
  transition: all 0.2s ease;
}
#touch-screen #content-screen-1 .chp-col .chp-block .chapter-more.faded-out, #touch-screen #content-screen-2 .chp-col .chp-block .chapter-more.faded-out {
  bottom: -30px;
  opacity: 0;
}
#touch-screen #content-screen-1 .chp-col .chp-block.faded-out, #touch-screen #content-screen-2 .chp-col .chp-block.faded-out {
  left: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col, #touch-screen #content-screen-2 .content-col {
  position: relative;
  animation: content-expand 0.8s ease;
  z-index: 1;
}
#touch-screen #content-screen-1 .content-col.slide-to-right, #touch-screen #content-screen-2 .content-col.slide-to-right {
  animation: content-slide-right 1.6s ease-in !important;
}
#touch-screen #content-screen-1 .content-col.retracted, #touch-screen #content-screen-2 .content-col.retracted {
  animation: content-retract 0.9s ease;
}
#touch-screen #content-screen-1 .content-col.width-change-lg, #touch-screen #content-screen-2 .content-col.width-change-lg {
  animation: content-col-width-change-lg 0.8s ease;
}
#touch-screen #content-screen-1 .content-col.width-change-sm, #touch-screen #content-screen-2 .content-col.width-change-sm {
  animation: content-col-width-change-sm 0.8s ease;
}
#touch-screen #content-screen-1 .content-col img.background-img, #touch-screen #content-screen-2 .content-col img.background-img {
  content: "";
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.05;
  transition: opacity 0.7s ease-in-out;
}
#touch-screen #content-screen-1 .content-col img.background-img.landscape, #touch-screen #content-screen-2 .content-col img.background-img.landscape {
  height: 100%;
}
#touch-screen #content-screen-1 .content-col img.background-img.portrait, #touch-screen #content-screen-2 .content-col img.background-img.portrait {
  width: 100%;
}
#touch-screen #content-screen-1 .content-col img.background-img.hide-bg, #touch-screen #content-screen-2 .content-col img.background-img.hide-bg {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .content-info-col, #touch-screen #content-screen-2 .content-col .content-info-col {
  width: 66.6666666667%;
  height: 100%;
  position: relative;
  opacity: 1;
  left: 0;
  transition: left 1s ease, opacity 1s ease;
}
#touch-screen #content-screen-1 .content-col .content-info-col .content-info-article, #touch-screen #content-screen-2 .content-col .content-info-col .content-info-article {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 960px;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .content-info-col .content-info-article .swiper-container, #touch-screen #content-screen-2 .content-col .content-info-col .content-info-article .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 960px;
  width: calc(100% - 40px);
}
#touch-screen #content-screen-1 .content-col .content-info-col .content-info-article .article-body, #touch-screen #content-screen-2 .content-col .content-info-col .content-info-article .article-body {
  padding: 0 15px;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16pt;
}
#touch-screen #content-screen-1 .content-col .content-info-col .content-info-article .article-body .title, #touch-screen #content-screen-2 .content-col .content-info-col .content-info-article .article-body .title {
  font-size: 45pt;
  font-family: din-condensed, sans-serif;
  position: relative;
  font-weight: normal;
  top: 0;
  left: 0;
}
#touch-screen #content-screen-1 .content-col .content-info-col .content-info-article .article-body .para-label, #touch-screen #content-screen-2 .content-col .content-info-col .content-info-article .article-body .para-label {
  font-weight: bold;
  font-style: italic;
  margin-right: 15px;
}
#touch-screen #content-screen-1 .content-col .content-info-col.faded-out, #touch-screen #content-screen-2 .content-col .content-info-col.faded-out {
  left: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .content-info-col .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .content-info-col .swiper-scrollbar {
  width: 7px;
  background: rgba(255, 255, 255, 0.5);
  right: -20px;
}
#touch-screen #content-screen-1 .content-col .content-info-col .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .content-info-col .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.7);
}
#touch-screen #content-screen-1 .content-col .img-col, #touch-screen #content-screen-2 .content-col .img-col {
  width: 33.3333333333%;
  height: 100%;
  border-left: #797C7E 1px solid;
  position: relative;
  opacity: 1;
  right: 0;
  transition: right 0.7s ease, opacity 0.7s ease;
}
#touch-screen #content-screen-1 .content-col .img-col.faded-out, #touch-screen #content-screen-2 .content-col .img-col.faded-out {
  right: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .img-col .img-col-view, #touch-screen #content-screen-2 .content-col .img-col .img-col-view {
  overflow: hidden;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .img-col .img-col-view .swiper-container, #touch-screen #content-screen-2 .content-col .img-col .img-col-view .swiper-container {
  overflow: visible;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .img-col .gallery-entry, #touch-screen #content-screen-2 .content-col .img-col .gallery-entry {
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry, #touch-screen #content-screen-1 .content-col .img-col .video-entry, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry, #touch-screen #content-screen-2 .content-col .img-col .image-entry, #touch-screen #content-screen-2 .content-col .img-col .video-entry, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry {
  border-top: 1px black solid;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry img, #touch-screen #content-screen-1 .content-col .img-col .video-entry img, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry img, #touch-screen #content-screen-2 .content-col .img-col .image-entry img, #touch-screen #content-screen-2 .content-col .img-col .video-entry img, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry img {
  filter: grayscale(100%);
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry span.caption, #touch-screen #content-screen-1 .content-col .img-col .video-entry span.caption, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .image-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .video-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry span.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 11pt;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1px 5px;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .video-entry div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .image-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry div.image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry.active img, #touch-screen #content-screen-1 .content-col .img-col .video-entry.active img, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .image-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .video-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry.active img {
  filter: none;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .video-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .image-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry.active div.image-filter {
  display: none;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-slide:first-child .image-entry, #touch-screen #content-screen-2 .content-col .img-col .swiper-slide:first-child .image-entry {
  border-top: none;
}
#touch-screen #content-screen-1 .content-col .img-col .video-entry .video-play-icon, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .img-col .video-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry .video-play-icon {
  position: absolute;
  color: white;
  top: 70px;
  left: 73px;
  z-index: 2;
  opacity: 0.7;
  font-size: 40pt;
}
#touch-screen #content-screen-1 .content-col .img-col .video-entry .image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry .image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry .image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry .image-filter {
  z-index: 1;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .img-col .swiper-scrollbar {
  width: 7px;
  background: rgba(255, 255, 255, 0.5);
  right: 10px;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .img-col .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.7);
}
#touch-screen #content-screen-1 .content-col .map-col, #touch-screen #content-screen-2 .content-col .map-col {
  width: 100%;
  background-color: #0B1627;
  position: relative;
  transition: left 1s ease, opacity 1s ease;
}
#touch-screen #content-screen-1 .content-col .map-col.faded-out, #touch-screen #content-screen-2 .content-col .map-col.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area, #touch-screen #content-screen-2 .content-col .map-col .map-area {
  opacity: 1;
  transition: opacity 0.5s ease;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area img, #touch-screen #content-screen-1 .content-col .map-col .map-area .base-map, #touch-screen #content-screen-2 .content-col .map-col .map-area img, #touch-screen #content-screen-2 .content-col .map-col .map-area .base-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area img.faded-out, #touch-screen #content-screen-1 .content-col .map-col .map-area .base-map.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-area img.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-area .base-map.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-area.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend, #touch-screen #content-screen-2 .content-col .map-col .map-legend {
  position: absolute;
  left: 50px;
  bottom: 60px;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline, #touch-screen #content-screen-2 .content-col .map-col .timeline {
  position: absolute;
  right: 0;
  bottom: 200px;
  font-family: din-condensed, sans-serif;
  font-size: 18pt;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry {
  padding: 10px 20px;
  position: relative;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry p, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry p {
  margin: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry::before, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #365059;
  position: absolute;
  top: 1px;
  left: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry::after, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry::after {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #3d5159;
  border: #b5c486 2px solid;
  position: absolute;
  left: 3px;
  top: 18px;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry .timeline-text, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry .timeline-text {
  z-index: 1;
  color: #3d5159;
  position: relative;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry .timeline-detail, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry .timeline-detail {
  position: absolute;
  top: 0;
  right: -250px;
  opacity: 0;
  width: 250px;
  transition: right 0.7s ease, opacity 0.5s ease;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-title, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-title {
  padding: 10px 10px;
  background-color: rgba(7, 12, 20, 0.8);
  text-transform: uppercase;
  color: #c9cd84;
  border: #365059 solid 1px;
  border-right: none;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-desc, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-desc {
  position: relative;
  padding: 10px;
  font-size: 9pt;
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-weight: 400;
  color: white;
  margin-right: 90px;
  opacity: 1;
  top: 0;
  transition: top 0.7s ease, opacity 0.7s ease;
  background-color: rgba(10, 22, 40, 0.8);
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-desc.retracted, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry .timeline-detail .timeline-desc.retracted {
  opacity: 0;
  top: -20px;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry.active .timeline-text, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry.active .timeline-text {
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry.active .timeline-detail, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry.active .timeline-detail {
  right: 0;
  opacity: 1;
  transition: right 0.7s ease, opacity 0.5s ease 0.2s;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry.cur-state .timeline-text, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry.cur-state .timeline-text {
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry.selected .timeline-detail, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry.selected .timeline-detail {
  right: 0;
  opacity: 1;
  transition: right 0.7s ease, opacity 0.5s ease 0.2s;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry-empty, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry-empty {
  padding: 10px 20px;
  position: relative;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline .timeline-entry-empty::before, #touch-screen #content-screen-2 .content-col .map-col .timeline .timeline-entry-empty::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #365059;
  position: absolute;
  top: 1px;
  left: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline-label, #touch-screen #content-screen-2 .content-col .map-col .timeline-label {
  position: absolute;
  font-family: din-condensed, sans-serif;
  font-size: 12pt;
  bottom: 120px;
  width: 90px;
  right: 0;
  color: white;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col .map-col .timeline-label-start, #touch-screen #content-screen-2 .content-col .map-col .timeline-label-start {
  position: absolute;
  font-family: din-condensed, sans-serif;
  font-size: 15pt;
  bottom: 800px;
  width: 90px;
  right: 0;
  color: white;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col.main-col-4 .content-info-col, #touch-screen #content-screen-2 .content-col.main-col-4 .content-info-col {
  width: 75%;
}
#touch-screen #content-screen-1 .content-col.main-col-4 .img-col, #touch-screen #content-screen-2 .content-col.main-col-4 .img-col {
  width: 25%;
}
#touch-screen #content-screen-1 .content-col.main-col-5 .content-info-col, #touch-screen #content-screen-2 .content-col.main-col-5 .content-info-col {
  width: 80%;
}
#touch-screen #content-screen-1 .content-col.main-col-5 .img-col, #touch-screen #content-screen-2 .content-col.main-col-5 .img-col {
  width: 20%;
}
#touch-screen #content-screen-1 .content-col img.content-image, #touch-screen #content-screen-2 .content-col img.content-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#touch-screen #content-screen-1 .title, #touch-screen #content-screen-2 .title {
  color: white;
  font-family: din-condensed, sans-serif;
  font-size: 95pt;
  text-transform: uppercase;
  position: relative;
  left: -16px;
  top: 0;
  animation: select-text-appear 2s ease;
  transition: left 2s ease, top 1s ease, opacity 0.7s ease, transform 0.7s ease;
  margin-top: 65px;
  margin-bottom: 19px;
  font-weight: normal;
  opacity: 1;
}
#touch-screen #content-screen-1 .title.faded-out, #touch-screen #content-screen-2 .title.faded-out {
  opacity: 0;
  transform: translateX(-40px);
}
#touch-screen #content-screen-1 .overview-para, #touch-screen #content-screen-2 .overview-para {
  padding: 0px 30px;
  font-size: 16pt;
  overflow-y: hidden;
  height: 741px;
  direction: rtl;
  margin: 0 20px;
  position: relative;
  left: 0;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.8s ease;
}
#touch-screen #content-screen-1 .overview-para::-webkit-scrollbar, #touch-screen #content-screen-2 .overview-para::-webkit-scrollbar {
  width: 10px;
}
#touch-screen #content-screen-1 .overview-para::-webkit-scrollbar-track, #touch-screen #content-screen-2 .overview-para::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  border-radius: 5px;
}
#touch-screen #content-screen-1 .overview-para::-webkit-scrollbar-thumb, #touch-screen #content-screen-2 .overview-para::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 5px;
}
#touch-screen #content-screen-1 .overview-para .content-para, #touch-screen #content-screen-2 .overview-para .content-para {
  direction: ltr;
}
#touch-screen #content-screen-1 .overview-para .content-para > :first-child, #touch-screen #content-screen-2 .overview-para .content-para > :first-child {
  margin-top: 0;
}
#touch-screen #content-screen-1 .overview-para .content-para h1, #touch-screen #content-screen-1 .overview-para .content-para h2, #touch-screen #content-screen-1 .overview-para .content-para h3, #touch-screen #content-screen-1 .overview-para .content-para h4, #touch-screen #content-screen-1 .overview-para .content-para h5, #touch-screen #content-screen-1 .overview-para .content-para h6, #touch-screen #content-screen-2 .overview-para .content-para h1, #touch-screen #content-screen-2 .overview-para .content-para h2, #touch-screen #content-screen-2 .overview-para .content-para h3, #touch-screen #content-screen-2 .overview-para .content-para h4, #touch-screen #content-screen-2 .overview-para .content-para h5, #touch-screen #content-screen-2 .overview-para .content-para h6 {
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-block-end: 0.4rem;
}
#touch-screen #content-screen-1 .overview-para .content-para p, #touch-screen #content-screen-2 .overview-para .content-para p {
  margin-block-start: 0.4rem;
}
#touch-screen #content-screen-1 .overview-para .content-para p.big-text, #touch-screen #content-screen-2 .overview-para .content-para p.big-text {
  font-family: "mb-bold-italic";
  font-weight: bold;
  font-style: italic;
  font-size: 20pt;
}
#touch-screen #content-screen-1 .overview-para .swiper-slide, #touch-screen #content-screen-2 .overview-para .swiper-slide {
  height: auto;
}
#touch-screen #content-screen-1 .overview-para .swiper-scrollbar, #touch-screen #content-screen-2 .overview-para .swiper-scrollbar {
  position: absolute;
  width: 10px;
  bottom: 20px;
  top: 0px;
  left: 0px;
  right: unset;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
#touch-screen #content-screen-1 .overview-para .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .overview-para .swiper-scrollbar .swiper-scrollbar-drag {
  background: black;
  border-radius: 5px;
  width: 10px;
}
#touch-screen #content-screen-1 .overview-para.faded-out, #touch-screen #content-screen-2 .overview-para.faded-out {
  opacity: 0;
  left: -150px;
}
#touch-screen .main-menu-summary {
  overflow: hidden;
}
#touch-screen .main-menu-summary .main-menu-view {
  height: 960px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
#touch-screen .main-menu-summary .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 960px;
  width: 100%;
}
#touch-screen .main-menu-summary .swiper-container .swiper-scrollbar {
  width: 7px;
  background: rgba(255, 255, 255, 0.3);
  right: 10px;
}
#touch-screen .main-menu-summary .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ffffff;
}
#touch-screen .main-menu-summary .main-menu-summary-article {
  font-size: 16pt;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  padding: 20px 40px;
  color: white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen .main-menu-summary .main-menu-summary-article img {
  width: 170px;
}
#touch-screen .main-menu-summary .main-menu-summary-article h2, #touch-screen .main-menu-summary .main-menu-summary-article h3 {
  color: #b9c498;
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#touch-screen .main-menu-summary .main-menu-summary-article h2 {
  font-size: 50pt;
}
#touch-screen .main-menu-summary .main-menu-summary-article h3 {
  font-size: 40pt;
}
#touch-screen .main-menu-summary .main-menu-summary-article p.big-text {
  font-family: "mb-bold-italic";
  font-weight: bold;
  font-style: italic;
  font-size: 20pt;
  color: #628DA0;
}
#touch-screen .main-menu-summary .main-menu-summary-article.faded-out {
  opacity: 0;
}
#touch-screen .main-menu-summary .get-start-text {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14pt;
  font-family: din-condensed, sans-serif;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen .main-menu-summary .get-start-text .text {
  margin-right: 10px;
}
#touch-screen .main-menu-summary .get-start-text.faded-out {
  opacity: 0;
}
#touch-screen .colored-block.main-menu-summary {
  background: linear-gradient(180deg, #224558 0%, #070c14 100%);
}
#touch-screen .colored-block.main-menu-summary.loop {
  background: linear-gradient(180deg, #224558 0%, #070c14 50%, #224558 100%);
}
#touch-screen .colored-block.main-menu-summary .background-title {
  bottom: 0%;
  margin-bottom: 0;
  text-align: right;
  right: 20px;
}
#touch-screen #touch-screen-main #nav-screen .colored-block.main-menu-summary .background-title {
  animation: none;
  opacity: 0.2;
}
#touch-screen .colored-block.ecology {
  background: linear-gradient(180deg, #9DB14F 0%, #273B5B 100%);
}
#touch-screen .colored-block.ecology.loop {
  background: linear-gradient(180deg, #9DB14F 0%, #273B5B 50%, #9DB14F 100%);
}
#touch-screen .colored-block.ecology .background-title {
  top: 12%;
}
#touch-screen .colored-block.ecology.color-1 {
  background: #556F77;
}
#touch-screen .colored-block.ecology.color-2 {
  background: #6F888E;
}
#touch-screen .colored-block.ecology.cat-col .cat-entry.active, #touch-screen .colored-block.ecology.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.about-system {
  background: linear-gradient(180deg, #9cb230 0%, #426478 100%);
}
#touch-screen .colored-block.about-system.loop {
  background: linear-gradient(180deg, #9cb230 0%, #426478 50%, #9cb230 100%);
}
#touch-screen .colored-block.about-system .background-title {
  top: 12%;
}
#touch-screen .colored-block.about-system.color-1 {
  background: #556F77;
}
#touch-screen .colored-block.about-system.color-2 {
  background: #6F888E;
}
#touch-screen .colored-block.about-system.cat-col .cat-entry.active, #touch-screen .colored-block.about-system.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.formation {
  background: linear-gradient(180deg, #426478 0%, #D2D66F 100%);
}
#touch-screen .colored-block.formation.loop {
  background: linear-gradient(180deg, #426478 0%, #D2D66F 50%, #426478 100%);
}
#touch-screen .colored-block.formation .background-title {
  top: 58%;
}
#touch-screen .colored-block.formation.color-1 {
  background: #C9CD84;
}
#touch-screen .colored-block.formation.color-2 {
  background: #D6D69D;
}
#touch-screen .colored-block.formation.cat-col .cat-entry.active, #touch-screen .colored-block.formation.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.archeology {
  background: linear-gradient(180deg, #9cb230 0%, #C15F4C 100%);
}
#touch-screen .colored-block.archeology.loop {
  background: linear-gradient(180deg, #9cb230 0%, #C15F4C 50%, #9cb230 100%);
}
#touch-screen .colored-block.archeology .background-title {
  top: 39%;
}
#touch-screen .colored-block.archeology.color-1 {
  background: #BBC460;
}
#touch-screen .colored-block.archeology.color-2 {
  background: #CDD17C;
}
#touch-screen .colored-block.archeology.cat-col .cat-entry.active, #touch-screen .colored-block.archeology.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.geology {
  background: linear-gradient(180deg, #D56C5A 0%, #A4D3EE 100%);
}
#touch-screen .colored-block.geology.loop {
  background: linear-gradient(180deg, #D56C5A 0%, #A4D3EE 50%, #D56C5A 100%);
}
#touch-screen .colored-block.geology .background-title {
  top: 19%;
}
#touch-screen .colored-block.geology.color-1 {
  background: #A1898D;
}
#touch-screen .colored-block.geology.color-2 {
  background: #B59CA2;
}
#touch-screen .colored-block.geology.cat-col .cat-entry.active, #touch-screen .colored-block.geology.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.flora {
  background: linear-gradient(180deg, #F5BCB6 0%, #619642 100%);
}
#touch-screen .colored-block.flora.loop {
  background: linear-gradient(180deg, #F5BCB6 0%, #619642 50%, #F5BCB6 100%);
}
#touch-screen .colored-block.flora .background-title {
  top: 6%;
}
#touch-screen .colored-block.flora.color-1 {
  background: #B1C57E;
}
#touch-screen .colored-block.flora.color-2 {
  background: #C7D791;
}
#touch-screen .colored-block.flora.cat-col .cat-entry.active, #touch-screen .colored-block.flora.chp-col .chp-entry.active {
  background: rgba(97, 150, 66, 0.5);
}
#touch-screen .colored-block.fauna {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 100%);
}
#touch-screen .colored-block.fauna.loop {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 50%, #ACC67B 100%);
}
#touch-screen .colored-block.fauna .background-title {
  top: 39%;
}
#touch-screen .colored-block.fauna.color-1 {
  background: #7BA58C;
}
#touch-screen .colored-block.fauna.color-2 {
  background: #8BB39A;
}
#touch-screen .colored-block.fauna.cat-col .cat-entry.active, #touch-screen .colored-block.fauna.chp-col .chp-entry.active {
  background: rgba(0, 118, 166, 0.5);
}
#touch-screen .colored-block.geography {
  background: linear-gradient(180deg, #A4D3EE 0%, #E8978B 100%);
}
#touch-screen .colored-block.geography.loop {
  background: linear-gradient(180deg, #A4D3EE 0%, #E8978B 50%, #A4D3EE 100%);
}
#touch-screen .colored-block.geography .background-title {
  top: 20%;
}
#touch-screen .colored-block.geography.color-1 {
  background: #B4CADE;
}
#touch-screen .colored-block.geography.color-2 {
  background: #C0D4E2;
}
#touch-screen .colored-block.geography.cat-col .cat-entry.active, #touch-screen .colored-block.geography.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.model-forest {
  background: linear-gradient(180deg, #F5BCB6 0%, #9cb230 100%);
}
#touch-screen .colored-block.model-forest.loop {
  background: linear-gradient(180deg, #F5BCB6 0%, #9cb230 50%, #F5BCB6 100%);
}
#touch-screen .colored-block.model-forest .background-title {
  top: 12%;
}
#touch-screen .colored-block.model-forest.color-1 {
  background: #E7BCA2;
}
#touch-screen .colored-block.model-forest.color-2 {
  background: #EDCDBC;
}
#touch-screen .colored-block.model-forest.cat-col .cat-entry.active, #touch-screen .colored-block.model-forest.chp-col .chp-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .dark-background {
  background-color: #0B1627;
}
#touch-screen .colored-icon .svg-arrow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#touch-screen .colored-icon.get-started .svg-arrow {
  stroke: #b5c486;
}
#touch-screen .colored-icon.ecology .svg-arrow {
  stroke: #3D5159;
}
#touch-screen .colored-icon.about-system .svg-arrow {
  stroke: #426478;
}
#touch-screen .colored-icon.formation .svg-arrow {
  stroke: #D2D66F;
}
#touch-screen .colored-icon.archeology .svg-arrow {
  stroke: #C15F4C;
}
#touch-screen .colored-icon.geology .svg-arrow {
  stroke: #A4D3EE;
}
#touch-screen .colored-icon.flora .svg-arrow {
  stroke: #619642;
}
#touch-screen .colored-icon.fauna .svg-arrow {
  stroke: #0076A6;
}
#touch-screen .colored-icon.geography .svg-arrow {
  stroke: #E8978B;
}
#touch-screen .colored-icon.model-forest .svg-arrow {
  stroke: #9cb230;
}
#touch-screen #lang-switch {
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  font-size: 15pt;
  padding: 20px 12px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #lang-switch .lang-btn {
  padding: 2px 5px;
  transition: all 0.3s ease;
}
#touch-screen #lang-switch .lang-btn.active {
  background-color: white;
  color: black;
}
#touch-screen #lang-switch.hide {
  opacity: 0;
}
#touch-screen #sound-button {
  font-size: 20pt;
  color: white;
  padding: 15px 10px;
  width: 30px;
}
#touch-screen #sound-button .has-sound, #touch-screen #sound-button .no-sound {
  opacity: 1;
}
#touch-screen #sound-button .has-sound.faded-out, #touch-screen #sound-button .no-sound.faded-out {
  opacity: 0;
}
#touch-screen #sound-slider {
  padding: 16px 10px;
  width: 70px;
}
#touch-screen #sound-slider .rangeslider {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 11px;
}
#touch-screen #sound-slider .rangeslider__handle {
  width: 20px;
  height: 20px;
  border: none;
  top: -9px;
}
#touch-screen #sound-slider .rangeslider__handle::after {
  content: none;
}
#touch-screen #sound-slider .rangeslider__fill {
  background-color: white;
}
#touch-screen #video-control {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#touch-screen #video-control #video-control-button-area {
  padding: 15px 5px;
  font-size: 20pt;
}
#touch-screen #video-control #video-control-slider-area {
  padding: 9px 10px 16px 10px;
  width: 172px;
  background: rgba(0, 0, 0, 0.4);
}
#touch-screen #video-control #video-control-slider-area .rangeslider {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 11px;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__handle {
  width: 18px;
  height: 13px;
  border: none;
  top: -5px;
  border-radius: 13px;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__handle::after {
  content: none;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__fill {
  background-color: white;
}
#touch-screen #video-control.faded-out {
  opacity: 0;
}
#touch-screen a {
  text-decoration: none;
  color: inherit;
}
#touch-screen #content-screen-1 .main-col-4.overview-col, #touch-screen #content-screen-2 .main-col-4.overview-col {
  width: calc(40% - 1px);
}
#touch-screen #content-screen-1 .main-col-3.overview-col, #touch-screen #content-screen-2 .main-col-3.overview-col {
  width: calc(30% - 1px);
}
#touch-screen #content-screen-1 .main-col.cat-col, #touch-screen #content-screen-2 .main-col.cat-col {
  width: calc(10% - 1px);
}
#touch-screen #content-screen-1 .main-col.chp-col, #touch-screen #content-screen-2 .main-col.chp-col {
  width: calc(10% - 1px);
}
#touch-screen #nav-screen .main-col {
  width: calc(10% - 1px);
}
#touch-screen #nav-screen .main-col.no-border {
  width: 10%;
}
#touch-screen #nav-screen .main-col-4 {
  width: calc(40% - 1px);
}

html[lang=fr] #touch-screen #nav-panel .main-col .nav-text.geography.expanded {
  top: -55px;
}
html[lang=fr] #touch-screen #nav-panel .main-col .nav-text.geography.expanded + .nav-excerpt {
  top: -13px;
}

@keyframes touch-gradient {
  100% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 200%;
  }
}
@keyframes background-title-scroll {
  0% {
    transform: translateX(193px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes background-title-scroll-2 {
  0% {
    transform: translateX(772px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes select-ecology-strip-expand {
  0% {
    left: 20%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-about-system-strip-expand {
  0% {
    left: 10%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-formation-strip-expand {
  0% {
    left: 30%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-formation-strip-expand-3 {
  0% {
    left: 30%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-archeology-strip-expand {
  0% {
    left: 30%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-geology-strip-expand {
  0% {
    left: 40%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-flora-strip-expand {
  0% {
    left: 50%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-fauna-strip-expand {
  0% {
    left: 60%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-geography-strip-expand {
  0% {
    left: 70%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes select-model-forest-strip-expand {
  0% {
    left: 80%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 40%;
  }
}
@keyframes expand-from-default {
  0% {
    width: 10%;
  }
  100% {
    width: 40%;
  }
}
@keyframes expand-from-default-3 {
  0% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
@keyframes select-text-appear {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes select-strip-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cat-expand {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes chp-expand {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes content-expand {
  0% {
    opacity: 0;
    left: -40%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes cat-retract {
  100% {
    opacity: 0;
    left: -10%;
  }
  89% {
    opacity: 0;
    left: -10%;
  }
  0% {
    opacity: 1;
    left: 0;
  }
}
@keyframes chp-retract {
  100% {
    opacity: 0;
    left: -10%;
  }
  89% {
    opacity: 0;
    left: -10%;
  }
  0% {
    opacity: 1;
    left: 0;
  }
}
@keyframes content-retract {
  100% {
    opacity: 0;
    left: -40%;
  }
  89% {
    opacity: 0;
    left: -40%;
  }
  0% {
    opacity: 1;
    left: 0;
  }
}
@keyframes overview-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(225%);
  }
  100% {
    transform: translateX(225%);
  }
}
@keyframes cat-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(500%);
  }
}
@keyframes chp-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(400%);
  }
  100% {
    transform: translateX(400%);
  }
}
@keyframes content-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes overview-slide-right-3 {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes cat-slide-right-3 {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(600%);
  }
  100% {
    transform: translateX(600%);
  }
}
@keyframes chp-slide-right-3 {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(500%);
  }
}
@keyframes content-col-width-change-lg {
  0% {
    position: absolute;
    width: 30%;
    right: 0;
  }
  100% {
    position: absolute;
    width: 40%;
    right: 0;
  }
}
@keyframes content-col-width-change-sm {
  100% {
    position: absolute;
    width: 30%;
    right: 0;
  }
  0% {
    position: absolute;
    width: 40%;
    right: 0;
  }
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
