/* FRAME */
/* line 5, lib/sass/frame.scss */
.marquee {
  position: fixed;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  background-color: #0000ff;
  color: white;
  height: 1.5rem;
}

@media (min-width: 600px) {
  /* line 5, lib/sass/frame.scss */
  .marquee {
    height: 1.5rem;
  }
}

@media (min-width: 900px) {
  /* line 5, lib/sass/frame.scss */
  .marquee {
    height: 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 5, lib/sass/frame.scss */
  .marquee {
    height: 1.5rem;
  }
}

/* line 28, lib/sass/frame.scss */
.marquee span {
  display: inline-block;
  font-family: "Arnold Regular", monospace;
  font-variant-caps: small-caps;
  font-size: .85rem;
  line-height: 1.4rem;
  padding-left: 100%;
  -webkit-animation: marquee linear infinite;
          animation: marquee linear infinite;
  color: white;
}

/* line 41, lib/sass/frame.scss */
.marquee span a {
  color: white;
  text-decoration: none;
}

/* line 46, lib/sass/frame.scss */
.marquee span a:hover {
  font-variant-caps: normal;
}

/* line 50, lib/sass/frame.scss */
.marquee span a:visited, .marquee span a:active {
  color: white;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

/* line 63, lib/sass/frame.scss */
.corner {
  z-index: 2;
  background-color: #0000ff;
  position: fixed;
  display: none;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 600px) {
  /* line 63, lib/sass/frame.scss */
  .corner {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media (min-width: 900px) {
  /* line 63, lib/sass/frame.scss */
  .corner {
    height: 1.5rem;
    width: 1.5rem;
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 63, lib/sass/frame.scss */
  .corner {
    height: 1.5rem;
    width: 1.5rem;
    display: block;
  }
}

/* line 90, lib/sass/frame.scss */
.scroll_top, .scroll_btm {
  top: 0;
  left: 0;
  width: 100vw;
}

@media (min-width: 600px) {
  /* line 90, lib/sass/frame.scss */
  .scroll_top, .scroll_btm {
    left: 0;
    width: 100vw;
  }
}

@media (min-width: 900px) {
  /* line 90, lib/sass/frame.scss */
  .scroll_top, .scroll_btm {
    left: 1.5rem;
    width: calc(100vw - 3rem);
  }
}

@media (min-width: 1200px) {
  /* line 90, lib/sass/frame.scss */
  .scroll_top, .scroll_btm {
    left: 1.5rem;
    width: calc(100vw - 3rem);
  }
}

/* line 110, lib/sass/frame.scss */
.scroll_btm {
  top: initial;
  bottom: 0;
}

/* line 116, lib/sass/frame.scss */
.scroll_rgt {
  top: 0;
  left: calc(100vw - 1.5rem);
  width: calc(100vh - 3rem);
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media (min-width: 600px) {
  /* line 116, lib/sass/frame.scss */
  .scroll_rgt {
    left: calc(100vw - 1.5rem);
    width: calc(100vh - 3rem);
  }
}

@media (min-width: 900px) {
  /* line 116, lib/sass/frame.scss */
  .scroll_rgt {
    left: calc(100vw - 1.5rem);
    width: calc(100vh - 3rem);
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 116, lib/sass/frame.scss */
  .scroll_rgt {
    left: calc(100vw - 1.5rem);
    width: calc(100vh - 3rem);
    display: block;
  }
}

/* line 143, lib/sass/frame.scss */
.scroll_lft {
  top: 0;
  left: 0;
  width: calc(100vh - 3rem);
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media (min-width: 600px) {
  /* line 143, lib/sass/frame.scss */
  .scroll_lft {
    width: calc(100vh - 3rem);
  }
}

@media (min-width: 900px) {
  /* line 143, lib/sass/frame.scss */
  .scroll_lft {
    width: calc(100vh - 3rem);
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 143, lib/sass/frame.scss */
  .scroll_lft {
    width: calc(100vh - 3rem);
    display: block;
  }
}
