body {
  font-family: Plain, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 25px;
  font-family: Grifter, sans-serif;
  font-size: 7vw;
  line-height: 7.3vw;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Grifter, sans-serif;
  font-size: 65px;
  line-height: 78px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 100;
}

h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 100;
}

.l-section {
  position: relative;
  z-index: 2;
  width: 100%;
}

.l-section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #74e779;
  opacity: 1;
}

.l-section.dark-cyan {
  background-color: #57867d;
}

.l-section.footer {
  margin-top: -5px;
  background-color: #57867d;
}

.c-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.loader-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57867d), to(#74e779));
  background-image: linear-gradient(180deg, #57867d, #74e779);
  opacity: 1;
}

.letter-bg {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: translate(0px, 12vw);
  -ms-transform: translate(0px, 12vw);
  transform: translate(0px, 12vw);
  font-family: Grifter, sans-serif;
  color: #9be4a2;
  font-size: 23vw;
  line-height: 24vw;
  font-weight: 700;
  text-transform: uppercase;
}

.letter-bg.hero {
  position: absolute;
  z-index: 2;
  opacity: 0.15;
  -webkit-transform: translate(0px, 12vw);
  -ms-transform: translate(0px, 12vw);
  transform: translate(0px, 12vw);
}

.letter-bg.load {
  bottom: 50%;
  opacity: 1;
  -webkit-transition: font-size 300ms ease;
  transition: font-size 300ms ease;
  font-size: 17vw;
  line-height: 18vw;
}

.dgreen-text {
  color: #74e779;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
}

.l-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.c-nav__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav__text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bde7be;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.c-nav__text.black {
  color: #000;
}

.volume-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.volume-icon {
  width: 25px;
  height: 25px;
}

.icon-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-loader__inner {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.c-loader__inner.show {
  opacity: 1;
}

.loader-year {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Plain, sans-serif;
  font-size: 200px;
  line-height: 200px;
  font-weight: 400;
  letter-spacing: -6px;
}

.loader-progress__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loader-progress__fill {
  width: 1%;
  height: 100%;
  background-color: #74e779;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.c-loader__period {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  opacity: 0;
  color: #fff;
  font-weight: 300;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-btn {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.category-icon {
  width: 25px;
  height: 25px;
  -webkit-transition: opacity 300ms ease, width 400ms ease;
  transition: opacity 300ms ease, width 400ms ease;
}

.category-icon.active {
  width: 0px;
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  padding-bottom: 7vh;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.hero-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 134, 125, 0.91)), color-stop(90%, rgba(0, 0, 0, 0.95)));
  background-image: linear-gradient(180deg, rgba(87, 134, 125, 0.91), rgba(0, 0, 0, 0.95) 90%);
}

.hero-text__wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-text {
  max-width: 40vw;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-family: Mazius, sans-serif;
  line-height: 7vw;
  font-weight: 400;
}

.hero-subtext__wrapper {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 3;
  max-width: 220px;
}

.hero-subtext__wrapper.right {
  left: auto;
  right: 70px;
  max-width: 160px;
  font-family: Mazius, sans-serif;
  color: #bde7be;
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.n-letter {
  -webkit-transform: translate(-5vw, 0vw) rotate(-28deg);
  -ms-transform: translate(-5vw, 0vw) rotate(-28deg);
  transform: translate(-5vw, 0vw) rotate(-28deg);
  color: #74e779;
}

.n-letter.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.i-letter {
  -webkit-transform: translate(-2vw, -1vw) rotate(-28deg);
  -ms-transform: translate(-2vw, -1vw) rotate(-28deg);
  transform: translate(-2vw, -1vw) rotate(-28deg);
  color: #74e779;
}

.i-letter.two {
  -webkit-transform: translate(9vw, -1vw) rotate(-28deg);
  -ms-transform: translate(9vw, -1vw) rotate(-28deg);
  transform: translate(9vw, -1vw) rotate(-28deg);
}

.i-letter.two.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.i-letter.one.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.g-letter {
  opacity: 0.5;
  -webkit-transform: translate(-3vw, -1vw) rotate(24deg);
  -ms-transform: translate(-3vw, -1vw) rotate(24deg);
  transform: translate(-3vw, -1vw) rotate(24deg);
  color: #fff;
}

.g-letter.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.e-letter {
  opacity: 0.5;
  -webkit-transform: translate(2vw, 0vw) rotate(-21deg);
  -ms-transform: translate(2vw, 0vw) rotate(-21deg);
  transform: translate(2vw, 0vw) rotate(-21deg);
  color: #fff;
}

.e-letter.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.r-letter {
  opacity: 0.5;
  -webkit-transform: translate(2vw, 1vw) rotate(18deg);
  -ms-transform: translate(2vw, 1vw) rotate(18deg);
  transform: translate(2vw, 1vw) rotate(18deg);
  color: #fff;
}

.r-letter.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.a-letter {
  -webkit-transform: translate(8vw, 0vw) rotate(11deg);
  -ms-transform: translate(8vw, 0vw) rotate(11deg);
  transform: translate(8vw, 0vw) rotate(11deg);
  color: #74e779;
}

.a-letter.fall {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.c-menu.show {
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.c-menu__slider {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.c-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.c-category__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.c-category__inner.dark-cyan {
  background-color: #57867d;
}

.c-category__inner.green {
  background-color: #74e779;
}

.c-category__inner.black {
  background-color: #000;
}

.c-category__inner.pastel-green {
  background-color: #bde7be;
}

.menu-slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-category__details {
  position: absolute;
  left: -5%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  height: 110%;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  color: #fff;
}

.c-category__details.active {
  margin-left: 0px;
  opacity: 1;
}

.category-header {
  width: 100%;
  padding: 20px 50px;
  font-family: Mazius, sans-serif;
  color: #74e779;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.category-header.inner {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
  font-family: Mazius, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

.category-header.inner.light {
  color: #bde7be;
}

.category-header.inner.white {
  color: #fff;
}

.category-header.inner.dark {
  color: #57867d;
}

.category-header.inner.dark-cyan {
  color: #57867d;
}

.category-header.inner.green {
  color: #74e779;
}

.category-header.small {
  width: auto;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-top: 1px solid #bde7be;
  border-bottom: 1px solid #bde7be;
  font-family: 'Mazius Italic', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  text-transform: capitalize;
}

.category-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 190px;
  padding: 40px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
}

.category-img {
  position: absolute;
  left: -25%;
  top: -25%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 150%;
  height: 150%;
  max-width: none;
  opacity: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: height 5000ms linear, width 5000ms linear, left 5000ms linear, top 5000ms linear, opacity 300ms ease-in;
  transition: height 5000ms linear, width 5000ms linear, left 5000ms linear, top 5000ms linear, opacity 300ms ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-img.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.category-inner__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15px;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.category-inner__slide.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0%;
}

.skeleton-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
}

.slide-skeleton {
  width: 100px;
  height: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
}

.skeleton-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 15px;
}

.c-menu-img__block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.c-menu__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.9);
}

.c-menu__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-grid {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.category-grid.black {
  background-color: #000;
}

.category-grid.pastel-green {
  background-color: #bde7be;
}

.category-grid.green {
  background-color: #74e779;
}

.category-grid.dark-cyan {
  background-color: #57867d;
}

.category-grid.dark-cyan.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.category-grid__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.category-grid__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66vw;
  min-height: 100vh;
  padding-right: 1.9vw;
  padding-left: 1.9vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-grid__column.alt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-inner.center {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.column-inner.reversed {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.column-inner.edge {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.column-img__block {
  width: 11.8vw;
  height: 19.5vw;
  min-height: 30vh;
  min-width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #bde7be;
}

.img {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide {
  display: none;
}

.category-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 850px;
  padding-top: 120px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.storyline-header {
  position: relative;
  z-index: 1;
  height: 156px;
  max-width: 600px;
  font-family: Mazius, sans-serif;
  color: #bde7be;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}

.header-img__block {
  position: relative;
  width: 530px;
  height: 570px;
  max-height: 39vw;
  max-width: 37vw;
  margin-top: -38px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-img {
  width: 100%;
  height: 100%;
  background-color: rgba(189, 231, 190, 0.46);
  -o-object-fit: cover;
  object-fit: cover;
}

.header-img.small {
  position: absolute;
  bottom: 0px;
  width: 295px;
  height: 320px;
  max-height: 22vw;
  max-width: 20.5vw;
}

.header-img.small.right {
  top: 0px;
  right: 0px;
  bottom: auto;
  -webkit-transform: translate(20vw, 0vw) rotate(24deg);
  -ms-transform: translate(20vw, 0vw) rotate(24deg);
  transform: translate(20vw, 0vw) rotate(24deg);
}

.header-img.small.left {
  left: 0px;
  -webkit-transform: translate(-20vw, -2vw) rotate(-30deg);
  -ms-transform: translate(-20vw, -2vw) rotate(-30deg);
  transform: translate(-20vw, -2vw) rotate(-30deg);
}

.header-img.center {
  width: 530px;
  height: 570px;
  max-height: 39vw;
  max-width: 37vw;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.header-img__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.storyline-subheader {
  position: relative;
  max-width: 230px;
  min-width: 230px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 22px;
  line-height: 34px;
  font-weight: 100;
}

.storyline-subheader.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 22px;
  line-height: 34px;
}

.c-timeline__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150vh;
  padding-top: 50px;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.c-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  line-height: 25px;
  font-weight: 100;
}

.timeline-date.ent {
  background-color: #74e779;
  color: #000;
}

.timeline-date.sports {
  background-color: #bde7be;
  color: #000;
}

.timeline-date.tech {
  background-color: #fff;
  color: #000;
}

.timeline-date.random {
  background-color: #000;
  color: #fff;
}

.timeline-blip {
  position: absolute;
  left: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #709e8d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.timeline-blip.black {
  background-color: #000;
}

.timeline-blip.pastel-green {
  background-color: #bde7be;
}

.timeline-blip.green {
  background-color: #74e779;
}

.timeline-blip.white {
  background-color: #fff;
}

.timeline-blip.dark-cyan {
  background-color: #57867d;
}

.blip-inner {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #bde7be;
}

.blip-inner.black {
  background-color: #000;
}

.blip-inner.white {
  background-color: #fff;
}

.blip-inner.pastel-green {
  background-color: #bde7be;
}

.blip-inner.green {
  background-color: #74e779;
}

.blip-inner.dark-cyan {
  background-color: #57867d;
}

.c-timeline__inner {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 900px;
  min-width: 935px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.c-timeline__inner.inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  grid-column-gap: 100px;
}

.c-timeline__inner.small {
  min-height: 600px;
}

.timeline-text__wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  min-width: 325px;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-text__wrapper.green {
  background-color: #74e779;
}

.timeline-text__wrapper.pastel-green {
  background-color: #bde7be;
}

.timeline-text__wrapper.black {
  background-color: #000;
}

.timeline-text__wrapper.white {
  background-color: #fff;
}

.timeline-text__wrapper.dark-cyan {
  background-color: #57867d;
}

.timeline-header {
  max-width: 300px;
  font-family: 'Mazius Italic', sans-serif;
  color: #bde7be;
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  text-transform: capitalize;
}

.timeline-header.wide {
  max-width: 378px;
}

.timeline-header.black {
  color: #000;
}

.timeline-header.dark-cyan {
  color: #57867d;
}

.timeline-header.green {
  color: #74e779;
}

.timeline-header.pastel-green {
  color: #bde7be;
}

.timeline-header.white {
  color: #fff;
}

.timeline-subheader {
  position: relative;
  z-index: 10;
  max-width: 335px;
}

.timeline-subheader.bottom {
  position: relative;
  max-width: 250px;
}

.timeline-subheader.bottom.right {
  left: 0px;
  max-width: 340px;
  text-align: right;
}

.timeline-subheader.bottom.random {
  background-color: #000;
}

.timeline-subheader.bottom.tech {
  background-color: #fff;
  color: #000;
}

.timeline-subheader.ent {
  background-color: #74e779;
  color: #000;
}

.timeline-subheader.sports {
  background-color: #bde7be;
  color: #000;
}

.timeline-subheader.tech {
  background-color: #fff;
  color: #000;
}

.timeline-subheader.random {
  background-color: #000;
  color: #fff;
}

.timeline-img__block {
  position: relative;
  width: 500px;
  height: 545px;
  margin-bottom: 10px;
}

.timeline-detail__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.timeline-detail__block.inverse {
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-blip__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 420px;
}

.timeline-blip__wrapper.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.c-section.dark-cyan {
  background-color: #57867d;
}

.footer-header {
  margin-bottom: 100px;
  font-family: Mazius, sans-serif;
  color: #74e779;
  font-size: 200px;
  line-height: 200px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -2px;
  text-decoration: none;
}

.footer-header.ent {
  font-size: 145px;
}

.footer-header.tech {
  color: #74e779;
  font-size: 130px;
}

.footer-header.entertainment {
  color: #000;
}

.footer-header.sports {
  color: #57867d;
}

.footer-header.politics {
  color: #bde7be;
}

.footer-header.random {
  color: #bde7be;
}

.line {
  position: absolute;
  width: 1px;
  background-color: #000;
}

.line.straight {
  z-index: 4;
  height: 100%;
}

.line.vertical {
  left: 85px;
  bottom: 29%;
  z-index: 4;
  height: 12%;
}

.line.vertical.right {
  left: auto;
  right: 190px;
}

.line.horizontal {
  left: 85px;
  bottom: 29%;
  z-index: 3;
  width: 530px;
  height: 1px;
}

.line.horizontal.right {
  left: auto;
  right: 190px;
  width: 380px;
}

.line.dark-cyan {
  background-color: #57867d;
}

.line.green {
  background-color: #74e779;
}

.line.pastel-green {
  background-color: #bde7be;
}

.line.white {
  background-color: #fff;
}

.footer-img__block {
  position: relative;
  width: 480px;
  height: 522px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 231, 190, 0.46);
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-img.left {
  -webkit-transform: translate(-243px, 75px) rotate(-20deg);
  -ms-transform: translate(-243px, 75px) rotate(-20deg);
  transform: translate(-243px, 75px) rotate(-20deg);
}

.footer-img.right {
  -webkit-transform: translate(243px, 75px) rotate(20deg);
  -ms-transform: translate(243px, 75px) rotate(20deg);
  transform: translate(243px, 75px) rotate(20deg);
}

.footer-text__wrapper {
  position: absolute;
  left: 90px;
  top: 210px;
  max-width: 245px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 100;
}

.footer-text__wrapper.tech {
  color: #000;
}

.footer-text__wrapper.entertainment {
  color: #000;
}

.footer-text__wrapper.sports {
  color: #000;
}

.c-cursor {
  position: fixed;
  left: -15px;
  top: -15px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: height 300ms ease-out, width 300ms ease-out, opacity 300ms ease, background-color 300ms ease, top 300ms ease, left 300ms ease, -webkit-transform 200ms ease-out;
  transition: height 300ms ease-out, width 300ms ease-out, opacity 300ms ease, background-color 300ms ease, top 300ms ease, left 300ms ease, -webkit-transform 200ms ease-out;
  transition: height 300ms ease-out, width 300ms ease-out, opacity 300ms ease, background-color 300ms ease, top 300ms ease, left 300ms ease, transform 200ms ease-out;
  transition: height 300ms ease-out, width 300ms ease-out, opacity 300ms ease, background-color 300ms ease, top 300ms ease, left 300ms ease, transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.cursor-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.global-embed {
  display: none;
}

.volume-text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: 300;
}

.volume-text.black {
  color: #000;
}

.category-text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: 300;
}

.category-text.black {
  color: #000;
}

.home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.flag {
  display: none;
}

.timeline-text {
  font-size: 22px;
  line-height: 34px;
  font-weight: 100;
}

.click-prompt {
  display: none;
}

.falling-img {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 175px;
  min-height: 12vw;
  min-width: 10.5vw;
  background-color: #bde7be;
  opacity: 0.13;
  -o-object-fit: cover;
  object-fit: cover;
}

.falling-img.one {
  left: 7vw;
  top: 25vh;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.falling-img.two {
  left: 28vw;
  top: 45vh;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.falling-img.three {
  top: 18vh;
  right: 28vw;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.falling-img.four {
  top: 32vh;
  right: 7vw;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.reveal-block {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #57867d;
}

.reveal-block.reveal {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.reveal-block.horizontal {
  top: 60px;
  z-index: 3;
}

.reveal-block.horizontal.reveal {
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.reveal-block.vertical {
  z-index: 5;
}

.reveal-block.green {
  background-color: #74e779;
}

.reveal-block.pastel-green {
  background-color: #bde7be;
}

.reveal-block.white {
  background-color: #fff;
}

.reveal-block.black {
  background-color: #000;
}

.line-break {
  position: absolute;
  left: 85px;
  bottom: 230px;
}

.border {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  border: 1px solid #000;
}

.grid-img {
  position: relative;
  z-index: 6;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-img {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-source {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 40px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #57867d;
  font-weight: 100;
  text-align: right;
}

.img-source.inverse {
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-source.ent {
  background-color: #74e779;
  color: #000;
}

.img-source.random {
  background-color: #000;
  color: #fff;
}

.img-source.sports {
  background-color: #bde7be;
  color: #000;
}

.img-source.tech {
  background-color: #fff;
  color: #000;
}

.year-wrapper {
  margin-bottom: 45px;
}

.start-btn {
  position: absolute;
  bottom: 70px;
  z-index: 3;
  display: none;
  width: 75px;
  height: 75px;
  padding-bottom: 2px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: height 400ms ease-out, width 400ms ease-out;
  transition: height 400ms ease-out, width 400ms ease-out;
  font-size: 11px;
  line-height: 11px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.start-btn:hover {
  width: 90px;
  height: 90px;
}

.cursor-fill {
  position: absolute;
  left: 50%;
  top: 100%;
  right: 0%;
  bottom: 0%;
  width: 130%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-fill {
  position: absolute;
  left: 50%;
  top: 100%;
  right: 0%;
  bottom: 0%;
  width: 130%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

@media screen and (min-width: 1440px) {
  .loader-year {
    margin-bottom: 0px;
    font-size: 250px;
    line-height: 250px;
  }

  .hero-text {
    max-width: 670px;
    font-size: 100px;
    line-height: 110px;
  }

  .header-img.small.right {
    -webkit-transform: translate(270px, 20px) rotate(24deg);
    -ms-transform: translate(270px, 20px) rotate(24deg);
    transform: translate(270px, 20px) rotate(24deg);
  }

  .header-img.small.left {
    -webkit-transform: translate(-250px, -20px) rotate(-30deg);
    -ms-transform: translate(-250px, -20px) rotate(-30deg);
    transform: translate(-250px, -20px) rotate(-30deg);
  }

  .footer-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .year-wrapper {
    margin-top: -10px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .c-nav__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-text {
    max-width: 394px;
    font-size: 70px;
    line-height: 77px;
  }

  .hero-subtext__wrapper {
    left: 30px;
    bottom: 40px;
  }

  .hero-subtext__wrapper.right {
    right: 30px;
  }

  .c-menu__slider.scroll {
    overflow: auto;
  }

  .c-category {
    height: 370px;
  }

  .c-category__inner {
    width: 290px;
  }

  .category-header {
    padding-top: 20px;
  }

  .category-header.inner {
    padding-left: 30px;
  }

  .category-header.small {
    margin-bottom: 25px;
  }

  .category-description {
    min-height: 100px;
    font-size: 20px;
  }

  .category-inner__slide {
    padding-top: 25px;
  }

  .category-grid__column {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-img__block {
    width: 17vw;
    height: 25vw;
    min-height: 31vh;
    min-width: 185px;
  }

  .category-hero {
    overflow: hidden;
    padding-bottom: 100px;
  }

  .storyline-header {
    height: auto;
    max-width: 450px;
    margin-bottom: 30px;
  }

  .header-img__block {
    max-height: 48vw;
    max-width: 46vw;
    margin: 30px 0px 40px;
  }

  .header-img.small {
    max-height: 32vw;
    max-width: 30vw;
  }

  .header-img.small.right {
    -webkit-transform: translate(24vw, 0vw) rotate(24deg);
    -ms-transform: translate(24vw, 0vw) rotate(24deg);
    transform: translate(24vw, 0vw) rotate(24deg);
  }

  .header-img.small.left {
    -webkit-transform: translate(-24vw, -2vw) rotate(-30deg);
    -ms-transform: translate(-24vw, -2vw) rotate(-30deg);
    transform: translate(-24vw, -2vw) rotate(-30deg);
  }

  .header-img.center {
    max-height: 48vw;
    max-width: 46vw;
  }

  .header-img__wrapper {
    min-height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .storyline-subheader {
    position: static;
    max-width: 400px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
  }

  .storyline-subheader.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
  }

  .c-timeline__wrapper {
    min-height: 0vh;
    padding-bottom: 150px;
  }

  .timeline-date {
    font-size: 16px;
  }

  .timeline-blip {
    width: 45px;
    height: 45px;
  }

  .c-timeline__inner {
    width: 100%;
    min-height: 750px;
    min-width: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 50px;
  }

  .c-timeline__inner.inverse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 50px;
  }

  .timeline-text__wrapper {
    max-width: 250px;
    min-height: 350px;
    min-width: 0px;
    margin-top: 45px;
  }

  .timeline-header {
    font-size: 50px;
    line-height: 57px;
  }

  .timeline-header.wide {
    max-width: 300px;
    font-size: 39px;
  }

  .timeline-subheader {
    max-width: 275px;
  }

  .timeline-subheader.bottom {
    max-width: 225px;
  }

  .timeline-subheader.bottom.right {
    max-width: 225px;
  }

  .timeline-img__block {
    width: 400px;
    height: 445px;
  }

  .timeline-detail__block {
    padding-left: 0px;
  }

  .timeline-blip__wrapper {
    min-height: 45px;
    min-width: 350px;
  }

  .c-section.dark-cyan {
    text-decoration: none;
  }

  .footer-header {
    margin-bottom: 20px;
    font-size: 150px;
    line-height: 170px;
    text-decoration: underline;
  }

  .footer-header.ent {
    font-size: 90px;
  }

  .footer-header.tech {
    font-size: 90px;
    line-height: 100px;
  }

  .line.vertical {
    left: 20vw;
    bottom: 200px;
  }

  .line.vertical.right {
    right: 25vw;
  }

  .line.horizontal {
    left: 20vw;
    bottom: 200px;
    width: 40%;
  }

  .line.horizontal.right {
    right: 25vw;
    width: 35%;
  }

  .footer-img__block {
    width: 380px;
    height: 422px;
  }

  .footer-text__wrapper {
    position: static;
    max-width: 400px;
    margin-bottom: 80px;
    text-align: center;
  }

  .c-cursor {
    display: none;
  }

  .timeline-text {
    font-size: 19px;
    line-height: 29px;
  }

  .click-prompt {
    display: none;
    margin-bottom: 40px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .falling-img {
    width: 120px;
    height: 145px;
    min-height: 0px;
    min-width: 0px;
  }

  .falling-img.one {
    left: 20px;
  }

  .falling-img.two {
    left: 200px;
    top: 58vh;
  }

  .falling-img.three {
    top: 15vh;
    right: 200px;
  }

  .falling-img.four {
    top: 45vh;
    right: 60px;
  }

  .line-break {
    left: 20vw;
    bottom: 200px;
  }

  .img-source {
    width: 80%;
    margin-bottom: 50px;
    padding-left: 100px;
  }

  .img-source.inverse {
    padding-right: 100px;
  }

  .start-btn {
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
  }

  p {
    font-size: 13px;
    line-height: 18px;
  }

  .l-section.hero-section {
    min-height: 700px;
    opacity: 1;
  }

  .letter-bg {
    -webkit-transform: translate(0px, 10vw);
    -ms-transform: translate(0px, 10vw);
    transform: translate(0px, 10vw);
  }

  .letter-bg.hero {
    -webkit-transform: translate(0px, 10vw);
    -ms-transform: translate(0px, 10vw);
    transform: translate(0px, 10vw);
  }

  .c-nav__inner {
    padding: 30px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-nav__text {
    display: none;
    font-size: 13px;
  }

  .volume-btn {
    grid-column-gap: 5px;
  }

  .loader-year {
    font-size: 170px;
    line-height: 170px;
  }

  .loader-progress__bar {
    max-width: 70%;
  }

  .c-loader__period {
    right: 30px;
    bottom: 30px;
  }

  .category-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
  }

  .category-icon {
    margin-bottom: 5px;
    -webkit-transition: height 400ms ease, opacity 300ms ease, width 400ms ease;
    transition: height 400ms ease, opacity 300ms ease, width 400ms ease;
  }

  .category-icon.active {
    height: 0px;
  }

  .c-hero {
    height: 100%;
    min-height: 700px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-text__wrapper {
    width: 100%;
    max-width: 79%;
  }

  .hero-text {
    max-width: 350px;
    font-size: 50px;
    line-height: 55px;
  }

  .hero-subtext__wrapper {
    bottom: 75px;
    max-width: 173px;
  }

  .hero-subtext__wrapper.right {
    font-size: 25px;
    line-height: 25px;
  }

  .c-menu {
    min-height: 700px;
  }

  .c-menu__slider {
    overflow: auto;
  }

  .c-category {
    height: 330px;
  }

  .c-category__inner {
    width: 240px;
  }

  .menu-slider__inner {
    padding-left: 30px;
  }

  .category-header {
    max-height: 74px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 27px;
  }

  .category-header.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 25px;
  }

  .category-header.small {
    margin-bottom: 15px;
    line-height: 23px;
  }

  .category-description {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 19px;
    line-height: 27px;
  }

  .category-inner__slide {
    height: 77%;
  }

  .slide-skeleton {
    height: 100px;
  }

  .category-hero {
    min-height: 0px;
    padding-bottom: 50px;
  }

  .storyline-header {
    max-width: 350px;
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 55px;
  }

  .header-img__block {
    max-height: 60vw;
    max-width: 58vw;
    margin-bottom: 60px;
  }

  .header-img.small {
    max-height: 44vw;
    max-width: 42vw;
  }

  .header-img.small.right {
    -webkit-transform: translate(34vw, 4vw) rotate(24deg);
    -ms-transform: translate(34vw, 4vw) rotate(24deg);
    transform: translate(34vw, 4vw) rotate(24deg);
  }

  .header-img.small.left {
    -webkit-transform: translate(-31vw, 5vw) rotate(-30deg);
    -ms-transform: translate(-31vw, 5vw) rotate(-30deg);
    transform: translate(-31vw, 5vw) rotate(-30deg);
  }

  .header-img.center {
    max-height: 60vw;
    max-width: 58vw;
  }

  .header-img__wrapper {
    min-height: 0px;
    margin-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .storyline-subheader {
    max-width: 320px;
    font-size: 17px;
    line-height: 27px;
  }

  .storyline-subheader.top {
    font-size: 17px;
    line-height: 27px;
  }

  .c-timeline__wrapper {
    padding-top: 0px;
    padding-bottom: 200px;
  }

  .timeline-date {
    position: relative;
    z-index: 17;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #57867d;
  }

  .timeline-blip {
    position: static;
    width: 35px;
    height: 35px;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-timeline__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-timeline__inner.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-timeline__inner.small {
    min-height: 400px;
  }

  .timeline-text__wrapper {
    width: 100%;
    max-width: 400px;
    min-height: 0px;
    margin: 0px auto 45px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #57867d;
  }

  .timeline-header {
    width: 100%;
    max-width: 500px;
  }

  .timeline-header.wide {
    max-width: 500px;
    font-size: 40px;
  }

  .timeline-subheader {
    max-width: none;
  }

  .timeline-subheader.bottom {
    max-width: 400px;
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #57867d;
  }

  .timeline-subheader.bottom.right {
    max-width: 400px;
    text-align: left;
  }

  .timeline-subheader.bottom.ent {
    background-color: #74e779;
  }

  .timeline-subheader.bottom.sports {
    background-color: #bde7be;
  }

  .timeline-img__block {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .timeline-detail__block {
    width: 100%;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline-detail__block.inverse {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline-blip__wrapper {
    min-height: 0px;
    min-width: 320px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-section {
    max-height: 600px;
  }

  .footer-header {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 120px;
  }

  .footer-header.ent {
    font-size: 65px;
  }

  .footer-header.tech {
    font-size: 65px;
    line-height: 75px;
  }

  .line.vertical {
    display: none;
  }

  .line.horizontal {
    display: none;
  }

  .footer-img__block {
    width: 330px;
    height: 372px;
  }

  .footer-text__wrapper {
    max-width: 300px;
    font-size: 16px;
    line-height: 25px;
  }

  .flag {
    display: block;
    font-size: 35px;
    line-height: 30px;
  }

  .timeline-text {
    font-size: 18px;
    line-height: 26px;
  }

  .falling-img.two {
    left: 100px;
  }

  .falling-img.three {
    right: 100px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  .falling-img.four {
    top: 43.1vh;
    right: 40px;
  }

  .img-source {
    width: 100%;
    max-width: 400px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-source.inverse {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .year-wrapper {
    margin-top: 0px;
  }

  .start-btn {
    bottom: 200px;
  }
}

@media screen and (max-width: 479px) {
  .l-section.hero-section {
    min-height: 0px;
  }

  .c-loader {
    padding-bottom: 5vh;
  }

  .letter-bg {
    -webkit-transform: translate(0px, 11vw);
    -ms-transform: translate(0px, 11vw);
    transform: translate(0px, 11vw);
  }

  .letter-bg.hero {
    -webkit-transform: translate(0px, 11vw);
    -ms-transform: translate(0px, 11vw);
    transform: translate(0px, 11vw);
  }

  .c-nav__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-nav__text {
    display: none;
  }

  .volume-icon {
    width: 25px;
    height: 25px;
    margin-top: 7px;
  }

  .c-loader__inner {
    min-width: 300px;
  }

  .loader-year {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -6px;
  }

  .loader-progress__bar {
    width: 200px;
    max-width: none;
  }

  .category-btn {
    min-width: 100px;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .category-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }

  .c-hero {
    overflow: hidden;
    min-height: 700px;
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .hero-text__wrapper {
    max-width: 75%;
  }

  .hero-text {
    max-width: 250px;
    font-size: 55px;
    line-height: 60px;
  }

  .hero-subtext__wrapper {
    left: 20px;
    bottom: 70px;
    max-width: 50%;
  }

  .hero-subtext__wrapper.right {
    right: 20px;
    max-width: 100px;
    font-size: 18px;
    line-height: 21px;
  }

  .c-menu {
    min-height: 0px;
    padding-top: 60px;
  }

  .c-menu__slider {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-category {
    margin-right: 15px;
  }

  .menu-slider__inner {
    padding-left: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 47vw 47vw;
    grid-template-columns: 47vw 47vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .c-category__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    opacity: 1;
  }

  .category-header {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #000;
    font-size: 21px;
    line-height: 29px;
  }

  .category-header.inner {
    display: none;
    font-size: 15px;
    line-height: 20px;
  }

  .category-header.small {
    margin-bottom: 30px;
    padding-bottom: 13px;
    color: #74e779;
  }

  .category-header.white {
    color: #fff;
  }

  .category-description {
    min-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0px solid #000;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
  }

  .category-description.white {
    color: #fff;
  }

  .category-img {
    display: none;
    opacity: 0.6;
  }

  .category-img.show {
    display: none;
  }

  .category-inner__slide {
    height: 100%;
    padding-top: 35px;
  }

  .skeleton-wrapper {
    grid-column-gap: 10px;
  }

  .slide-skeleton {
    width: 70px;
    height: 70px;
  }

  .skeleton-flex {
    grid-column-gap: 10px;
  }

  .category-hero {
    padding-top: 100px;
  }

  .storyline-header {
    width: 350px;
    max-width: 90%;
    font-size: 45px;
    line-height: 50px;
  }

  .header-img__block {
    max-height: 90vw;
    max-width: 88vw;
  }

  .header-img.small {
    max-height: 64vw;
    max-width: 62vw;
  }

  .header-img.small.right {
    -webkit-transform: translate(48vw, 6vw) rotate(24deg);
    -ms-transform: translate(48vw, 6vw) rotate(24deg);
    transform: translate(48vw, 6vw) rotate(24deg);
  }

  .header-img.small.left {
    -webkit-transform: translate(-44vw, 5vw) rotate(-30deg);
    -ms-transform: translate(-44vw, 5vw) rotate(-30deg);
    transform: translate(-44vw, 5vw) rotate(-30deg);
  }

  .header-img.center {
    position: relative;
    z-index: 3;
    max-height: 90vw;
    max-width: 88vw;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  .header-img__wrapper {
    margin-top: 20px;
  }

  .storyline-subheader {
    max-width: 280px;
    font-size: 17px;
    line-height: 26px;
  }

  .timeline-date {
    padding-top: 15px;
  }

  .timeline-blip {
    margin-bottom: 30px;
  }

  .c-timeline__inner {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .timeline-text__wrapper {
    margin-bottom: 0px;
    padding-top: 15px;
  }

  .timeline-header {
    width: 100%;
    max-width: none;
    font-size: 35px;
    line-height: 40px;
  }

  .timeline-header.wide {
    font-size: 35px;
  }

  .timeline-subheader.bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timeline-img__block {
    max-height: 100vw;
    margin-bottom: 1px;
  }

  .timeline-blip__wrapper {
    padding-bottom: 0px;
  }

  .c-section {
    max-height: 500px;
  }

  .footer-header {
    font-size: 70px;
    line-height: 90px;
  }

  .footer-header.ent {
    font-size: 12vw;
  }

  .footer-header.tech {
    max-width: 200px;
    font-size: 45px;
    line-height: 55px;
  }

  .footer-img__block {
    width: 275px;
    height: 317px;
  }

  .footer-img.left {
    -webkit-transform: translate(-230px, 50px) rotate(-20deg);
    -ms-transform: translate(-230px, 50px) rotate(-20deg);
    transform: translate(-230px, 50px) rotate(-20deg);
  }

  .footer-img.right {
    -webkit-transform: translate(230px, 50px) rotate(20deg);
    -ms-transform: translate(230px, 50px) rotate(20deg);
    transform: translate(230px, 50px) rotate(20deg);
  }

  .volume-text {
    display: none;
  }

  .category-text {
    display: block;
  }

  .flag {
    display: block;
    font-size: 35px;
    line-height: 30px;
  }

  .timeline-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .noscroll {
    overflow: hidden;
  }

  .falling-img.one {
    left: -30px;
  }

  .falling-img.two {
    left: 30px;
    top: 55vh;
  }

  .falling-img.three {
    right: 30px;
  }

  .falling-img.four {
    right: -30px;
  }

  .img-source {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 31px;
    text-align: left;
  }

  .img-source.inverse {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .year-wrapper {
    margin-top: 0px;
  }

  .start-btn {
    bottom: 170px;
    width: 90px;
    height: 90px;
    font-size: 10px;
  }

  .start-btn:hover {
    width: 90px;
    height: 90px;
  }
}

@font-face {
  font-family: 'Grifter';
  src: url('../fonts/grifterbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Ultrathin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plain';
  src: url('../fonts/Plain-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazius';
  src: url('../fonts/MAZIUS-REVIEW-20.09-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazius Italic';
  src: url('../fonts/MAZIUS-REVIEW-20.09-Italic-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mazius Extra Italic';
  src: url('../fonts/MAZIUS-REVIEW-20.09-Extra-italic-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}