@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("fonts/icomoon.woff") format('woff'), url("fonts/icomoon.ttf") format('truetype'), url("fonts/icomoon.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 14px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #050104;
  color: #fff;
  font-family: Roboto, Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  overflow: auto;
}
body * {
  box-sizing: border-box;
  font-family: Roboto, Ubuntu, sans-serif;
}
.headline--h1 span {
  display: block;
  font-size: 2rem;
  padding: 0 0 24px;
  margin: 0;
}
.headline--h1 span + .headline--h2 span {
  margin-top: calc((-1) * 4px);
}
main {
  overflow: hidden;
}
section {
  margin: 0 0 12px;
}
p {
  margin: 0 0 16px 0;
  font-size: 1rem;
  line-height: calc(1.75 * 1rem);
  max-width: 900px;
}
h1,
h2,
p {
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}
.link {
  color: #f80d48;
  text-decoration: underline 1px;
  font-weight: 0;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
  font-size: 1rem;
}
.linkList {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: 400;
  font-size: inherit;
  list-style: none;
}
.link:hover,
.link:focus {
  color: #fab523;
}
.link--back {
  font-family: $fontSubFamily;
  color: #f80d48;
  border: none;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  box-shadow: none;
  font-weight: 600;
  margin: 0 16px 0 0;
}
.link--back .icons {
  margin-right: 4px;
}
.link--file:before {
  height: 20px;
  width: 20px;
  font-size: 20px;
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  ms-font-feature-settings: 'liga';
  text-transform: none;
  content: "get_app";
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  border: 1px solid transparent;
  border-radius: 0%;
  transition: 0.2s ease-out;
  justify-content: center;
  margin-right: 4px;
  border-radius: 50%;
}
.link--file:before:hover:before,
.link--file:before:focus:before {
  background-color: #fab523;
  color: #030303;
  transition: 0.2s ease-out;
  font-size: 14px;
}
.pageWrapperOutside {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px 0;
  width: 100%;
}
.pageWrapperInside,
.pageWrapperInsideForContent {
  width: 100%;
  max-width: 1280px;
  display: flex;
}
.pageWrapperInsideForContent {
  align-items: center;
}
header {
  background-color: #030303;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: flex;
  flex-direction: column;
}
.nav__main {
  width: 100%;
  padding-top: 16px;
}
.navList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navList--horizontal {
  flex-direction: row;
}
.navList--vertical {
  flex-direction: column;
}
.navListItem {
  align-items: center;
  padding: 0 24px 16px 0;
}
.navLink {
  display: inline-block;
  color: #f80d48;
  text-decoration: none;
  background: none;
  border: none;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  font-size: 1.15rem;
}
.navLink--withIndicator::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 2px 0;
  background-color: #f80d48;
  vertical-align: middle;
  transition: transform 0.2s;
  font-size: inherit;
}
.navLink:hover,
.navLink:focus {
  color: #fab523;
  cursor: pointer;
}
.navLink:hover::before,
.navLink:focus::before {
  background-color: #fab523;
  transform: rotate(30deg);
  transition: transform 0.2s;
}
.navLink--selected {
  color: #fff;
}
.navLink--selected::before {
  background-color: #fff;
  transform: rotate(30deg);
}
.nav__main--right {
  width: 130px;
}
.nav__main--right .navList {
  justify-content: flex-end;
}
.nav__main--right .navItem {
  padding: 0 0 8px 16px;
}
.subNav {
  width: 250px;
  margin-top: 8%;
  position: fixed;
  z-index: 998;
}
.subNav .navLink {
  font-size: 1rem;
}
.mainContent {
  margin-left: 250px;
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.mainSection {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  gap: 32px;
}
.mainSection--txt .sectionWrapper {
  max-width: 480px;
}
.mainSection--right {
  align-items: flex-end;
}
.mainSection--center {
  align-items: center;
}
.contentSection {
  display: flex;
/*
     &--column
        flex-direction column
        margin 0 12px 0 0
        width 100%

        &:last-child
            margin 0
    */
}
.h_fontCustomIcons {
  font-family: 'icomoon';
}
.h_fontHighlight {
  color: #fab523;
}
.h_textAlignRight {
  text-align: right;
}
.h_textAlignCenter {
  text-align: center;
}
.h_alignItemsFlexEnd {
  align-items: flex-end !important;
}
.h_japBrackets:before,
.h_headlineSfx span:before {
  content: "「";
}
.h_japBrackets:after,
.h_headlineSfx span:after {
  content: "」";
}
.h_textShadowSfx,
.h_headlineSfx span {
  animation: textShadow 2s infinite ease-out;
}
.h_headlineSfx span {
  transform: rotate(-2deg);
}
.h_headlineSfx span:before {
  margin-left: -18px;
}
@-moz-keyframes textShadow {
  0%, 100% {
    text-shadow: 0px 0px 0px rgba(248,13,72,0), 0px 0px 0px rgba(0,255,255,0);
  }
  15% {
    text-shadow: -2px -2px 0px rgba(248,13,72,0.22), 2px 2px 0px rgba(0,255,255,0.17);
  }
  50% {
    text-shadow: 2px 2px 0px rgba(248,13,72,0.27), -2px -2px 0px rgba(0,255,255,0.22);
  }
}
@-webkit-keyframes textShadow {
  0%, 100% {
    text-shadow: 0px 0px 0px rgba(248,13,72,0), 0px 0px 0px rgba(0,255,255,0);
  }
  15% {
    text-shadow: -2px -2px 0px rgba(248,13,72,0.22), 2px 2px 0px rgba(0,255,255,0.17);
  }
  50% {
    text-shadow: 2px 2px 0px rgba(248,13,72,0.27), -2px -2px 0px rgba(0,255,255,0.22);
  }
}
@-o-keyframes textShadow {
  0%, 100% {
    text-shadow: 0px 0px 0px rgba(248,13,72,0), 0px 0px 0px rgba(0,255,255,0);
  }
  15% {
    text-shadow: -2px -2px 0px rgba(248,13,72,0.22), 2px 2px 0px rgba(0,255,255,0.17);
  }
  50% {
    text-shadow: 2px 2px 0px rgba(248,13,72,0.27), -2px -2px 0px rgba(0,255,255,0.22);
  }
}
@keyframes textShadow {
  0%, 100% {
    text-shadow: 0px 0px 0px rgba(248,13,72,0), 0px 0px 0px rgba(0,255,255,0);
  }
  15% {
    text-shadow: -2px -2px 0px rgba(248,13,72,0.22), 2px 2px 0px rgba(0,255,255,0.17);
  }
  50% {
    text-shadow: 2px 2px 0px rgba(248,13,72,0.27), -2px -2px 0px rgba(0,255,255,0.22);
  }
}
.icons {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  ms-font-feature-settings: 'liga';
  text-transform: none;
}
a.button {
  text-decoration: none;
  display: block;
}
.button {
  margin: 0 16px 0 0;
  padding: 12px 16px;
  border-radius: 2px;
  border: #f80d48 2px solid;
  font-weight: 600;
  font-size: 1rem;
  background: none;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
}
.button:hover,
.button:focus {
  cursor: pointer;
  border-color: #fab523;
}
.button--primary {
  background-color: #f80d48;
  color: #000;
  transform: rotate(-3deg);
}
.button--primary:hover,
.button--primary:focus {
  background-color: #fab523;
  transform: rotate(-1deg);
}
.button--secondary {
  color: #f80d48;
  transform: rotate(1deg);
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}
.button--secondary:hover,
.button--secondary:focus {
  color: #fab523;
  transform: rotate(3deg);
}
.buttonList {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.buttonList--right {
  justify-content: flex-end;
}
.buttonList--right .button {
  margin: 0 0 0 16px;
}
.tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagListItem {
  margin: 0 24px 8px 0;
  background-color: $mainColor--underlay;
  font-size: 0.825rem;
}
.tagListItem::before {
  content: "# ";
  color: #fab523;
}
.webcomic {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.webcomic img {
  width: 100%;
  min-width: 320px;
  max-width: 420px;
}
.mainSection .sideImg {
  margin-top: 32px;
  max-width: 180px;
  transform: rotate(2deg) translateY(3px) scale(1.02);
}
.mainSection .sideImg img {
  width: 100%;
  border-radius: 4px;
}
.storyList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.storyList .listItem {
  list-style: none;
}
.storyList .storyWrapper {
  min-width: 200px;
  width: calc(100vw / 3);
  max-width: 280px;
}
.storyList .storyImg,
.storyList .storyImg img {
  width: 100%;
  max-width: 100%;
}
.storyList .storyTitle {
  padding: 12px 0;
  font-size: 16px;
}
.gallery {
  display: flex;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.galleryItem {
  margin: 0 8px 8px 0;
  box-shadow: 0 0 2px 0 rgba(248,13,72,0.6);
  transition: 0.2s;
  width: 150px;
  height: auto;
  overflow: hidden;
}
.galleryItem:first-child {
  transform: rotate(-3deg) translateY(3px) scale(1.02);
}
.galleryItem:nth-child(2) {
  transform: rotate(1deg) translateY(5px) scale(0.98);
}
.galleryItem:nth-child(3) {
  transform: rotate(-1deg) translateX(2px) translateY(0px) scale(1.08);
}
.galleryItem:nth-child(4) {
  transform: rotate(2deg) translateX(0) translateY(-2px) scale(0.95);
}
.galleryItem:nth-child(5) {
  transform: rotate(-2deg) translateX(-3px) translateY(-3px);
}
.galleryItem:hover {
  cursor: pointer;
  transform: scale(1.15);
  transition: 0.2s;
  box-shadow: 0 0 4px 0 rgba(250,181,35,0.6);
}
.galleryItem img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}
.bg__height:after,
.bg__100vh:after,
.bg__75vh:after,
.bg__50vh:after,
.bg__25vh:after {
  content: '';
  display: block;
  min-height: inherit;
  font-size: 0;
}
.bg__100vh {
  min-height: calc(100vh - 55px);
}
.bg__75vh {
  min-height: 75vh;
}
.bg__50vh {
  min-height: 50vh;
}
.bg__25vh {
  min-height: 25vh;
}
.bg__rotatedTopL,
.bg__rotatedTopR {
  flex-direction: column;
  margin-bottom: -40px;
}
.bg__rotatedTopL:after,
.bg__rotatedTopR:after {
  content: "";
  height: 40px;
  width: calc(100% + 48px);
}
.bg__rotatedTopL + div,
.bg__rotatedTopR + div {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg__rotatedTopL:after {
  background: linear-gradient(to left top, transparent 50%, #050104 50%);
}
.bg__rotatedTopR:after {
  background: linear-gradient(to right top, transparent 50%, #050104 50%);
}
.bg__rotatedBottomL,
.bg__rotatedBottomR {
  flex-direction: column;
  margin-top: -40px;
  height: 40px;
}
.bg__rotatedBottomL + div,
.bg__rotatedBottomR + div {
  padding-bottom: 40px;
}
.bg__rotatedBottomL {
  background: linear-gradient(to left bottom, transparent 50%, #050104 50%);
}
.bg__rotatedBottomR {
  background: linear-gradient(to right bottom, transparent 50%, #050104 50%);
}
.bg__black {
  background: #000;
}
.bg__black.bg__rotatedTopL:after {
  background: linear-gradient(to left top, transparent 50%, #000 50%) !important;
}
.bg__black.bg__rotatedTopR:after {
  background: linear-gradient(to right top, transparent 50%, #000 50%) !important;
}
.bg__black.bg__rotatedBottomL {
  background: linear-gradient(to left bottom, transparent 50%, #000 50%) !important;
}
.bg__black.bg__rotatedBottomR {
  background: linear-gradient(to right bottom, transparent 50%, #000 50%) !important;
}
.bg__yin--chair {
  background-image: url("../img/yin/bg/prolouge_wip04.jpg");
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.bg__yin--butterfly {
  background-image: url("../img/yin/bg/butterfly.png");
  background-size: auto 30%;
  background-position: 80% 70%;
  background-repeat: no-repeat;
}
.bg__yin--room {
  background-image: url("../img/yin/bg/yin_keithRoom02.jpg");
  background-size: 100% auto;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg__yin--phones {
  padding: 0;
  background-image: url("../img/yin/bg/yin02b.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-size: cover;
/*&:hover
      filter grayscale(0) blur(0.1px)
      transition filter 1s
      */
}
.bg__tihw--curtain {
  background-image: url("../img/tihw/bg/tihw_fg.png"), url("../img/tihw/bg/tihw_bg.jpg");
  background-size: auto 100%, 100% auto;
  background-position: 95% 100%, 0 0;
  background-repeat: no-repeat;
}
.bg__tihw--hearts {
  background-image: url("../img/tihw/bg/hearts.png");
  background-size: auto 70%;
  background-position: 100% 40%;
  background-repeat: no-repeat;
}
.bg__osh--teaser {
  background-image: url("../img/osh/bg/background_wip_01.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bg__alma--sitting {
  background-image: url("../img/alma/bg/alma-sitting.png");
  background-size: auto 480px;
  background-position: 85% 40%;
  background-repeat: no-repeat;
}
#scrollToTopTrigger {
  background: none;
  position: fixed;
  bottom: 80px;
  right: 80px;
  border: 2px solid #f80d48;
  height: 48px;
  width: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.1s ease-out;
  color: #f80d48;
  padding-bottom: 2px;
  font-size: 1.15rem;
}
#scrollToTopTrigger:hover {
  background: #fab523;
  cursor: pointer;
  color: #030303;
  border: none;
  opacity: 1;
  transition: all 0.2s ease-out;
  display: flex;
  transform: scale(1.125);
}
.screenFilter {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
}
.screenFilter--darkCorner {
  background: radial-gradient(transparent 75%, rgba(0,0,0,0.1) 100%);
  mix-blend-mode: overlay;
}
.screenFilter--noise {
  background-image: url("data:image/png;base64,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");
  background-repeat: repeat;
  background-size: 3%;
  opacity: 0.2;
  animation: grain 1s step-start infinite;
  margin: -50%;
  mix-blend-mode: luminosity;
}
@-moz-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 8%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@-webkit-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 8%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@-o-keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 8%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 8%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
.screenFilter--film {
  animation: filmLines 2.5s ease-out infinite;
  opacity: 0.3;
}
.screenFilter--film:before {
  position: absolute;
  content: ",";
  color: rgba(255,255,255,0.4);
  animation: filmNoise 7s infinite step-start;
  animation-delay: 0.9s;
  animation-direction: reverse;
  top: 10%;
  left: 10%;
}
.screenFilter--film:after {
  position: absolute;
  content: ",";
  color: rgba(255,255,255,0.4);
  animation: filmNoise 8s infinite step-start;
  top: 10%;
  left: 10%;
}
@-moz-keyframes filmNoise {
  0%, 100% {
    top: 15%;
    left: 10%;
    opacity: 1;
    transform: rotate(10deg) scale(0.5);
  }
  25% {
    top: 55%;
    left: 20%;
    opacity: 0.5;
    transform: rotate(0deg) scale(1);
  }
  15%, 85% {
    top: 20%;
    left: 70%;
    opacity: 0.8;
    transform: rotate(-55deg) scale(0.8);
  }
  7%, 35% {
    top: 80%;
    left: 40%;
    opacity: 1;
    transform: rotate(95deg) scale1(1, 2);
  }
}
@-webkit-keyframes filmNoise {
  0%, 100% {
    top: 15%;
    left: 10%;
    opacity: 1;
    transform: rotate(10deg) scale(0.5);
  }
  25% {
    top: 55%;
    left: 20%;
    opacity: 0.5;
    transform: rotate(0deg) scale(1);
  }
  15%, 85% {
    top: 20%;
    left: 70%;
    opacity: 0.8;
    transform: rotate(-55deg) scale(0.8);
  }
  7%, 35% {
    top: 80%;
    left: 40%;
    opacity: 1;
    transform: rotate(95deg) scale1(1, 2);
  }
}
@-o-keyframes filmNoise {
  0%, 100% {
    top: 15%;
    left: 10%;
    opacity: 1;
    transform: rotate(10deg) scale(0.5);
  }
  25% {
    top: 55%;
    left: 20%;
    opacity: 0.5;
    transform: rotate(0deg) scale(1);
  }
  15%, 85% {
    top: 20%;
    left: 70%;
    opacity: 0.8;
    transform: rotate(-55deg) scale(0.8);
  }
  7%, 35% {
    top: 80%;
    left: 40%;
    opacity: 1;
    transform: rotate(95deg) scale1(1, 2);
  }
}
@keyframes filmNoise {
  0%, 100% {
    top: 15%;
    left: 10%;
    opacity: 1;
    transform: rotate(10deg) scale(0.5);
  }
  25% {
    top: 55%;
    left: 20%;
    opacity: 0.5;
    transform: rotate(0deg) scale(1);
  }
  15%, 85% {
    top: 20%;
    left: 70%;
    opacity: 0.8;
    transform: rotate(-55deg) scale(0.8);
  }
  7%, 35% {
    top: 80%;
    left: 40%;
    opacity: 1;
    transform: rotate(95deg) scale1(1, 2);
  }
}
@-moz-keyframes filmLines {
  0%, 100% {
    background: linear-gradient(to left, transparent, transparent 34.9%, rgba(255,255,255,0) 35%, transparent 35.1%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  15% {
    background: linear-gradient(to left, transparent, transparent 24.9%, rgba(255,255,255,0.1) 25%, transparent 25.1%);
  }
  50% {
    background: linear-gradient(to left, transparent, transparent 89.9%, rgba(255,255,255,0.1) 90%, transparent 80.1%);
  }
  95% {
    background: linear-gradient(to left, transparent, transparent 74.9%, rgba(255,255,255,0.1) 75%, transparent 75.1%);
  }
  5%, 52%, 98% {
    background: none;
  }
}
@-webkit-keyframes filmLines {
  0%, 100% {
    background: linear-gradient(to left, transparent, transparent 34.9%, rgba(255,255,255,0) 35%, transparent 35.1%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  15% {
    background: linear-gradient(to left, transparent, transparent 24.9%, rgba(255,255,255,0.1) 25%, transparent 25.1%);
  }
  50% {
    background: linear-gradient(to left, transparent, transparent 89.9%, rgba(255,255,255,0.1) 90%, transparent 80.1%);
  }
  95% {
    background: linear-gradient(to left, transparent, transparent 74.9%, rgba(255,255,255,0.1) 75%, transparent 75.1%);
  }
  5%, 52%, 98% {
    background: none;
  }
}
@-o-keyframes filmLines {
  0%, 100% {
    background: linear-gradient(to left, transparent, transparent 34.9%, rgba(255,255,255,0) 35%, transparent 35.1%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  15% {
    background: linear-gradient(to left, transparent, transparent 24.9%, rgba(255,255,255,0.1) 25%, transparent 25.1%);
  }
  50% {
    background: linear-gradient(to left, transparent, transparent 89.9%, rgba(255,255,255,0.1) 90%, transparent 80.1%);
  }
  95% {
    background: linear-gradient(to left, transparent, transparent 74.9%, rgba(255,255,255,0.1) 75%, transparent 75.1%);
  }
  5%, 52%, 98% {
    background: none;
  }
}
@keyframes filmLines {
  0%, 100% {
    background: linear-gradient(to left, transparent, transparent 34.9%, rgba(255,255,255,0) 35%, transparent 35.1%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  15% {
    background: linear-gradient(to left, transparent, transparent 24.9%, rgba(255,255,255,0.1) 25%, transparent 25.1%);
  }
  50% {
    background: linear-gradient(to left, transparent, transparent 89.9%, rgba(255,255,255,0.1) 90%, transparent 80.1%);
  }
  95% {
    background: linear-gradient(to left, transparent, transparent 74.9%, rgba(255,255,255,0.1) 75%, transparent 75.1%);
  }
  5%, 52%, 98% {
    background: none;
  }
}
.glitch {
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  top: 0;
  color: #fff;
  background: #000;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #00f;
  top: 0;
  color: #fff;
  background: #000;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
@-moz-keyframes noise-anim {
  0% {
    clip: rect(27px, 9999px, 12px, 0);
  }
  5% {
    clip: rect(84px, 9999px, 28px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 100px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(15px, 9999px, 41px, 0);
  }
  25% {
    clip: rect(16px, 9999px, 32px, 0);
  }
  30% {
    clip: rect(88px, 9999px, 86px, 0);
  }
  35% {
    clip: rect(32px, 9999px, 87px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 9px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(12px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(56px, 9999px, 74px, 0);
  }
  60% {
    clip: rect(6px, 9999px, 81px, 0);
  }
  65% {
    clip: rect(35px, 9999px, 56px, 0);
  }
  70% {
    clip: rect(75px, 9999px, 68px, 0);
  }
  75% {
    clip: rect(72px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(95px, 9999px, 12px, 0);
  }
  85% {
    clip: rect(54px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 33px, 0);
  }
  95% {
    clip: rect(31px, 9999px, 48px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 63px, 0);
  }
}
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(27px, 9999px, 12px, 0);
  }
  5% {
    clip: rect(84px, 9999px, 28px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 100px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(15px, 9999px, 41px, 0);
  }
  25% {
    clip: rect(16px, 9999px, 32px, 0);
  }
  30% {
    clip: rect(88px, 9999px, 86px, 0);
  }
  35% {
    clip: rect(32px, 9999px, 87px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 9px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(12px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(56px, 9999px, 74px, 0);
  }
  60% {
    clip: rect(6px, 9999px, 81px, 0);
  }
  65% {
    clip: rect(35px, 9999px, 56px, 0);
  }
  70% {
    clip: rect(75px, 9999px, 68px, 0);
  }
  75% {
    clip: rect(72px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(95px, 9999px, 12px, 0);
  }
  85% {
    clip: rect(54px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 33px, 0);
  }
  95% {
    clip: rect(31px, 9999px, 48px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 63px, 0);
  }
}
@-o-keyframes noise-anim {
  0% {
    clip: rect(27px, 9999px, 12px, 0);
  }
  5% {
    clip: rect(84px, 9999px, 28px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 100px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(15px, 9999px, 41px, 0);
  }
  25% {
    clip: rect(16px, 9999px, 32px, 0);
  }
  30% {
    clip: rect(88px, 9999px, 86px, 0);
  }
  35% {
    clip: rect(32px, 9999px, 87px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 9px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(12px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(56px, 9999px, 74px, 0);
  }
  60% {
    clip: rect(6px, 9999px, 81px, 0);
  }
  65% {
    clip: rect(35px, 9999px, 56px, 0);
  }
  70% {
    clip: rect(75px, 9999px, 68px, 0);
  }
  75% {
    clip: rect(72px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(95px, 9999px, 12px, 0);
  }
  85% {
    clip: rect(54px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 33px, 0);
  }
  95% {
    clip: rect(31px, 9999px, 48px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 63px, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(27px, 9999px, 12px, 0);
  }
  5% {
    clip: rect(84px, 9999px, 28px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 100px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(15px, 9999px, 41px, 0);
  }
  25% {
    clip: rect(16px, 9999px, 32px, 0);
  }
  30% {
    clip: rect(88px, 9999px, 86px, 0);
  }
  35% {
    clip: rect(32px, 9999px, 87px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 9px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  50% {
    clip: rect(12px, 9999px, 95px, 0);
  }
  55% {
    clip: rect(56px, 9999px, 74px, 0);
  }
  60% {
    clip: rect(6px, 9999px, 81px, 0);
  }
  65% {
    clip: rect(35px, 9999px, 56px, 0);
  }
  70% {
    clip: rect(75px, 9999px, 68px, 0);
  }
  75% {
    clip: rect(72px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(95px, 9999px, 12px, 0);
  }
  85% {
    clip: rect(54px, 9999px, 98px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 33px, 0);
  }
  95% {
    clip: rect(31px, 9999px, 48px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 63px, 0);
  }
}
@-moz-keyframes noise-anim-2 {
  0% {
    clip: rect(58px, 9999px, 33px, 0);
  }
  5% {
    clip: rect(33px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(16px, 9999px, 68px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 60px, 0);
  }
  25% {
    clip: rect(84px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 84px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 63px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 40px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 44px, 0);
  }
  60% {
    clip: rect(20px, 9999px, 83px, 0);
  }
  65% {
    clip: rect(40px, 9999px, 8px, 0);
  }
  70% {
    clip: rect(43px, 9999px, 76px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 34px, 0);
  }
  85% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(97px, 9999px, 23px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(58px, 9999px, 33px, 0);
  }
  5% {
    clip: rect(33px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(16px, 9999px, 68px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 60px, 0);
  }
  25% {
    clip: rect(84px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 84px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 63px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 40px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 44px, 0);
  }
  60% {
    clip: rect(20px, 9999px, 83px, 0);
  }
  65% {
    clip: rect(40px, 9999px, 8px, 0);
  }
  70% {
    clip: rect(43px, 9999px, 76px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 34px, 0);
  }
  85% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(97px, 9999px, 23px, 0);
  }
}
@-o-keyframes noise-anim-2 {
  0% {
    clip: rect(58px, 9999px, 33px, 0);
  }
  5% {
    clip: rect(33px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(16px, 9999px, 68px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 60px, 0);
  }
  25% {
    clip: rect(84px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 84px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 63px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 40px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 44px, 0);
  }
  60% {
    clip: rect(20px, 9999px, 83px, 0);
  }
  65% {
    clip: rect(40px, 9999px, 8px, 0);
  }
  70% {
    clip: rect(43px, 9999px, 76px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 34px, 0);
  }
  85% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(97px, 9999px, 23px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(58px, 9999px, 33px, 0);
  }
  5% {
    clip: rect(33px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(16px, 9999px, 68px, 0);
  }
  20% {
    clip: rect(63px, 9999px, 60px, 0);
  }
  25% {
    clip: rect(84px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 84px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 63px, 0);
  }
  45% {
    clip: rect(83px, 9999px, 40px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 72px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 44px, 0);
  }
  60% {
    clip: rect(20px, 9999px, 83px, 0);
  }
  65% {
    clip: rect(40px, 9999px, 8px, 0);
  }
  70% {
    clip: rect(43px, 9999px, 76px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(32px, 9999px, 34px, 0);
  }
  85% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(97px, 9999px, 23px, 0);
  }
}
@media only screen and (max-width: 960px) {
  body {
    min-width: 0;
    width: 100%;
    margin-bottom: 64px;
  }
  .subNav {
    display: none;
  }
  .mainContent {
    margin: 0;
    width: 100%;
  }
  .mainSection {
    flex-direction: column-reverse;
  }
  .h_headlineSfx span {
    animation: none !important;
    text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  }
  #scrollToTopTrigger {
    bottom: 24px;
    right: 24px;
  }
}
@media only screen and (max-width: 960px) {
  .bg__75vh,
  .bg__50vh,
  .bg__25vh {
    min-height: 0px;
  }
  .bg__100vh {
    min-height: calc(100vh - 117px);
  }
}
@media only screen and (max-width: 1200px) {
  .bg__yin--chair {
    background-image: linear-gradient(rgba(5,1,4,0.5), rgba(5,1,4,0.5)), url("../img/yin/bg/prolouge_wip04.jpg");
    background-position: 70% 50%;
  }
  .bg__alma--sitting {
    background-image: linear-gradient(rgba(5,1,4,0.5), rgba(5,1,4,0.5)), url("../img/alma/bg/alma-sitting.png");
    background-size: 360px auto;
    background-position: 85% 60%;
  }
}
@media only screen and (max-width: 960px) {
  .bg__tihw--hearts {
    background-image: linear-gradient(rgba(5,1,4,0.5), rgba(5,1,4,0.5)), url("../img/tihw/bg/hearts.png");
    background-size: 100% auto;
  }
  .bg__alma--sitting {
    background-image: url("../img/alma/bg/alma-sitting.png");
    background-position: 85% 100%;
    align-items: start;
  }
}
