@charset "UTF-8";
/*-------------------*/
@import url("https://fonts.googleapis.com/css?family=Bungee|Titillium+Web:400,600,700");
/*$link-invert: $primary-invert;
$link-visited: $purple;*/
/* line 1, ../sass/utilities/_misc.scss */
.border-around {
  border: 1px solid rgba(131, 122, 255, 0.25);
}

/* line 2, ../sass/base/_reset.scss */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* line 30, ../sass/base/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 41, ../sass/base/_reset.scss */
ul {
  list-style: none;
}

/* line 46, ../sass/base/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 54, ../sass/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 58, ../sass/base/_reset.scss */
* {
  box-sizing: inherit;
}
/* line 60, ../sass/base/_reset.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 67, ../sass/base/_reset.scss */
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

/* line 77, ../sass/base/_reset.scss */
iframe {
  border: 0;
}

/* line 82, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 87, ../sass/base/_reset.scss */
td,
th {
  padding: 0;
  text-align: left;
}

/* line 95, ../sass/base/_reset.scss */
input[type="submit"], button {
  outline: none;
  border: 0;
}

/* line 4, ../sass/base/_generic.scss */
html {
  font-size: 1rem;
  font-family: "Titillium Web", sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

/* line 16, ../sass/base/_generic.scss */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 34, ../sass/base/_generic.scss */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: none;
}

/* line 41, ../sass/base/_generic.scss */
html, body {
  height: 100%;
}

/* line 45, ../sass/base/_generic.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 54, ../sass/base/_generic.scss */
a {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

/* line 60, ../sass/base/_generic.scss */
code {
  /*background-color: $code-background;
  color: $code;*/
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 68, ../sass/base/_generic.scss */
hr {
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

/* line 76, ../sass/base/_generic.scss */
img {
  display: block;
  width: 100%;
}

/* line 81, ../sass/base/_generic.scss */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 86, ../sass/base/_generic.scss */
small {
  font-size: 0.8em;
}

/* line 90, ../sass/base/_generic.scss */
span {
  font-style: inherit;
  font-weight: inherit;
}

/*strong{
  color: $text-strong;
  font-weight: $weight-bold;
}*/
/* line 102, ../sass/base/_generic.scss */
pre {
  /*background-color: $pre-background;
  color: $pre;*/
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
}

/* line 109, ../sass/base/_generic.scss */
code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}

/* line 118, ../sass/base/_generic.scss */
table {
  width: 100%;
  font-size: 1.8em;
}

/* line 122, ../sass/base/_generic.scss */
td,
th {
  text-align: left;
  border: 1px solid #fa0;
  padding: .3em .5em;
}

/* line 131, ../sass/base/_generic.scss */
td {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 135, ../sass/base/_generic.scss */
th {
  background-color: #dd2c00;
  color: #fff;
  font-weight: bold;
}

/* line 3, ../sass/base/_helpers.scss */
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 739px) {
  /* line 7, ../sass/base/_helpers.scss */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 740px) {
  /* line 13, ../sass/base/_helpers.scss */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 1024px) {
  /* line 19, ../sass/base/_helpers.scss */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 25, ../sass/base/_helpers.scss */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  /* line 31, ../sass/base/_helpers.scss */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1495px) {
  /* line 37, ../sass/base/_helpers.scss */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1496px) {
  /* line 43, ../sass/base/_helpers.scss */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  /* line 1, ../sass/pages/_memorybook.scss */
  html {
    font-size: calc(5px + 5 * ((100vw - 960px) / (1920 - 960))) !important;
  }
  /* line 5, ../sass/pages/_memorybook.scss */
  html.no-scrollbar {
    font-size: calc(5px + 5 * ((100vw - 946px) / (1900 - 946))) !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/pages/_memorybook.scss */
  html {
    font-size: calc(3px + 7 * ((100vw - 305px) / (1024 - 305))) !important;
    /*font-size: calc(3px + 7 * ((100vw - 320px) / (1040 - 320))) !important;
    &.no-scrollbar{
      font-size: calc(3px + 7 * ((100vw - 305px) / (1024 - 305))) !important;
    }*/
  }
}

/* line 18, ../sass/pages/_memorybook.scss */
body {
  min-height: 100%;
  position: relative;
  background: no-repeat center top / cover;
  -webkit-background-size: cover;
}
@media screen and (min-width: 1025px) {
  /* line 18, ../sass/pages/_memorybook.scss */
  body {
    background-image: url("../img/bg.jpg");
    background-color: #51644b;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 18, ../sass/pages/_memorybook.scss */
  body {
    background-image: url("../img/bg-touch.jpg");
  }
}

/* line 33, ../sass/pages/_memorybook.scss */
.main {
  overflow: hidden;
}
/* line 35, ../sass/pages/_memorybook.scss */
.main .memory-book-image {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  /* line 35, ../sass/pages/_memorybook.scss */
  .main .memory-book-image {
    width: 92.5rem;
    height: 56.6rem;
    left: 75.7rem;
    top: 25.3rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 35, ../sass/pages/_memorybook.scss */
  .main .memory-book-image {
    width: 69.6rem;
    height: 42.6rem;
    left: 30.3rem;
    top: 21.5rem;
  }
}
/* line 53, ../sass/pages/_memorybook.scss */
.main .carousel {
  width: 85.4rem;
  margin: auto;
  transform: translateX(3rem);
}
/* line 57, ../sass/pages/_memorybook.scss */
.main .carousel .owl-stage-outer {
  overflow: hidden;
  z-index: 1;
}
/* line 61, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav {
  width: 81.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  /* line 61, ../sass/pages/_memorybook.scss */
  .main .carousel .owl-nav {
    display: none;
  }
}
/* line 73, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav button {
  position: absolute;
  width: 11.7rem;
  height: 13.1rem;
}
/* line 78, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav button span {
  display: none;
}
/* line 82, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav button.disabled, .main .carousel .owl-nav button.disabled:hover {
  cursor: default;
  opacity: .7;
}
/* line 87, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav button:hover:after {
  opacity: 1;
}
/* line 91, ../sass/pages/_memorybook.scss */
.main .carousel .owl-nav button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .2s;
}
/* line 104, ../sass/pages/_memorybook.scss */
.main .carousel .owl-prev {
  background: url("../img/section-2/prev-arrow.png") no-repeat center top/100% auto !important;
  right: 100%;
}
/* line 107, ../sass/pages/_memorybook.scss */
.main .carousel .owl-prev:after {
  background: url("../img/section-2/prev-arrow-hover.png") no-repeat center top/100% auto !important;
}
/* line 110, ../sass/pages/_memorybook.scss */
.main .carousel .owl-prev.disabled, .main .carousel .owl-prev.disabled:hover, .main .carousel .owl-prev.disabled:after {
  background: url("../img/section-2/prev-arrow.png") no-repeat center top/100% auto !important;
}
/* line 114, ../sass/pages/_memorybook.scss */
.main .carousel .owl-next {
  background: url("../img/section-2/next-arrow.png") no-repeat center top/100% auto !important;
  left: 100%;
}
/* line 117, ../sass/pages/_memorybook.scss */
.main .carousel .owl-next:after {
  background: url("../img/section-2/next-arrow-hover.png") no-repeat center top/100% auto !important;
}
/* line 120, ../sass/pages/_memorybook.scss */
.main .carousel .owl-next.disabled, .main .carousel .owl-next.disabled:hover, .main .carousel .owl-next.disabled:after {
  background: url("../img/section-2/next-arrow.png") no-repeat center top/100% auto !important;
}
/* line 124, ../sass/pages/_memorybook.scss */
.main .carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: -2.25rem;
  bottom: 7rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  /* line 132, ../sass/pages/_memorybook.scss */
  .main .carousel .owl-dots button {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 132, ../sass/pages/_memorybook.scss */
  .main .carousel .owl-dots button {
    width: 6.1rem;
    height: 6.1rem;
  }
}
/* line 143, ../sass/pages/_memorybook.scss */
.main .carousel .owl-dot {
  background: url("../img/section-2/dot.png") no-repeat center top/cover;
}
/* line 145, ../sass/pages/_memorybook.scss */
.main .carousel .owl-dot.active {
  background: url("../img/section-2/dot-hover.png") no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  /* line 149, ../sass/pages/_memorybook.scss */
  .main .carousel .owl-dot:hover {
    background: url("../img/section-2/dot-hover.png") no-repeat center top/cover;
  }
}

@media screen and (min-width: 1025px) {
  /* line 157, ../sass/pages/_memorybook.scss */
  .content-wrapper {
    background: url("../img/bg-trees.jpg") no-repeat center bottom/100% 204.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 157, ../sass/pages/_memorybook.scss */
  .content-wrapper {
    background: url("../img/bg-trees-touch.jpg") no-repeat center bottom/100% 78.7rem;
  }
}

@media screen and (min-width: 1025px) {
  /* line 165, ../sass/pages/_memorybook.scss */
  .content {
    position: relative;
    margin: 69rem auto 0;
    padding-bottom: 19rem;
    width: 143rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 165, ../sass/pages/_memorybook.scss */
  .content {
    margin: 54rem auto 0;
    padding-bottom: 40rem;
  }
}

/* line 179, ../sass/pages/_memorybook.scss */
.cta-button {
  font-family: "Bungee", cursive;
  color: #fff;
  border: .2rem solid #ff504d;
  border-radius: 5rem;
  background: linear-gradient(to bottom, #ff8e8b 1%, #ff8e8b 50%, #ff201e 51%, #ff201e 100%);
  display: inline-block;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  /* line 179, ../sass/pages/_memorybook.scss */
  .cta-button {
    font-size: 3.6rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 179, ../sass/pages/_memorybook.scss */
  .cta-button {
    font-size: 7.2rem;
    padding: 0 8rem;
  }
}
/* line 197, ../sass/pages/_memorybook.scss */
.cta-button span {
  position: relative;
  z-index: 1;
}
/* line 201, ../sass/pages/_memorybook.scss */
.cta-button:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 80, 76, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color .4s;
}
/* line 212, ../sass/pages/_memorybook.scss */
.cta-button:hover:after {
  background-color: #ff504c;
}

/* line 218, ../sass/pages/_memorybook.scss */
.section-1 {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  /* line 218, ../sass/pages/_memorybook.scss */
  .section-1 {
    margin: 0 0 3rem 24rem;
    width: 98.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 226, ../sass/pages/_memorybook.scss */
  .section-1 img {
    margin-left: 2rem;
  }
}
/* line 231, ../sass/pages/_memorybook.scss */
.section-1 h1 {
  font-family: "Bungee", cursive;
  color: #ffdddc;
}
@media screen and (min-width: 1025px) {
  /* line 231, ../sass/pages/_memorybook.scss */
  .section-1 h1 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 1rem 0 .5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 231, ../sass/pages/_memorybook.scss */
  .section-1 h1 {
    font-size: 7.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

/* line 247, ../sass/pages/_memorybook.scss */
.section-2 {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  /* line 247, ../sass/pages/_memorybook.scss */
  .section-2 {
    background: url("../img/section-2/background.png") no-repeat left center/100% 52.1rem;
    width: 108.2rem;
    margin: 0 auto 9rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 247, ../sass/pages/_memorybook.scss */
  .section-2 {
    flex-direction: column;
    align-items: center;
    background: url("../img/section-2/background-touch.png") no-repeat left top/cover;
    height: 56.7rem;
    margin-bottom: 7.5rem;
  }
}
/* line 263, ../sass/pages/_memorybook.scss */
.section-2 .video-popup {
  display: block;
  background: url("../img/video-thumbnail.png") no-repeat left top/cover;
}
@media screen and (min-width: 1025px) {
  /* line 263, ../sass/pages/_memorybook.scss */
  .section-2 .video-popup {
    width: 25rem;
    height: 18rem;
    position: absolute;
    right: 0;
    top: -1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 263, ../sass/pages/_memorybook.scss */
  .section-2 .video-popup {
    position: relative;
    width: 60rem;
    height: 43.25rem;
    margin-bottom: 1rem;
    order: -1;
  }
}
/* line 280, ../sass/pages/_memorybook.scss */
.section-2 .video-popup:after {
  content: "";
  display: block;
  background: url("../img/video-thumbnail-hover.png") no-repeat left top/cover;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 293, ../sass/pages/_memorybook.scss */
.section-2 .video-popup:hover:after {
  opacity: 1;
}
/* line 298, ../sass/pages/_memorybook.scss */
.section-2 .text-fades {
  font-family: "Bungee", cursive;
  color: #ffdddc;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  /* line 298, ../sass/pages/_memorybook.scss */
  .section-2 .text-fades {
    margin: 5.7rem 0 0 5rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 298, ../sass/pages/_memorybook.scss */
  .section-2 .text-fades {
    height: 20.5rem;
    width: 100%;
    font-size: 7.2rem;
    line-height: 1.2;
  }
}
/* line 314, ../sass/pages/_memorybook.scss */
.section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  /* line 314, ../sass/pages/_memorybook.scss */
  .section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 314, ../sass/pages/_memorybook.scss */
  .section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 326, ../sass/pages/_memorybook.scss */
.section-2 .text-fades .text-2 {
  display: none;
}

@media screen and (min-width: 1025px) {
  /* line 334, ../sass/pages/_memorybook.scss */
  .section-3 {
    width: 100.7rem;
    margin: 0 auto 8.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 334, ../sass/pages/_memorybook.scss */
  .section-3 {
    margin-bottom: 8rem;
  }
}
/* line 342, ../sass/pages/_memorybook.scss */
.section-3 .intro-line {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  color: #f19a99;
}
@media screen and (min-width: 1025px) {
  /* line 342, ../sass/pages/_memorybook.scss */
  .section-3 .intro-line {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 342, ../sass/pages/_memorybook.scss */
  .section-3 .intro-line {
    font-size: 4.8rem;
    width: 65rem;
    margin: 0 auto .5rem;
    line-height: 1;
  }
}
/* line 357, ../sass/pages/_memorybook.scss */
.section-3 ul {
  display: flex;
  font-family: "Bungee", cursive;
  font-weight: bold;
  color: #ff504d;
}
@media screen and (min-width: 1025px) {
  /* line 357, ../sass/pages/_memorybook.scss */
  .section-3 ul {
    font-size: 3rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  /* line 357, ../sass/pages/_memorybook.scss */
  .section-3 ul {
    font-size: 7.2rem;
    flex-direction: column;
    align-items: center;
  }
}

/* line 374, ../sass/pages/_memorybook.scss */
.section-4 {
  position: relative;
}
/* line 376, ../sass/pages/_memorybook.scss */
.section-4 .button {
  position: absolute !important;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  width: 24.7rem;
  height: 7rem;
  position: relative;
  background: url("../img/section-4/event-ended-btn.png") no-repeat center top/contain;
}
/* line 97, ../sass/utilities/_mixins.scss */
.section-4 .button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .2s;
}
/* line 109, ../sass/utilities/_mixins.scss */
.section-4 .button:hover:before {
  opacity: 1;
}
/* line 384, ../sass/pages/_memorybook.scss */
.section-4 .button:before {
  background: url("../img/section-4/event-ended-btn-hvr.png") no-repeat center top/contain;
}
@media screen and (min-width: 1025px) {
  /* line 374, ../sass/pages/_memorybook.scss */
  .section-4 {
    width: 100.7rem;
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 374, ../sass/pages/_memorybook.scss */
  .section-4 {
    margin-bottom: 8rem;
  }
  /* line 396, ../sass/pages/_memorybook.scss */
  .section-4 .button {
    width: 40.7rem;
    height: 11.3rem;
  }
}

/* line 403, ../sass/pages/_memorybook.scss */
.section-5 {
  position: relative;
  text-align: center;
  background: url("../img/section-5/gleam-top.png") no-repeat center top/100% 61rem, url("../img/section-5/gleam-middle.png") repeat-y center top/100% 15rem;
}
/* line 407, ../sass/pages/_memorybook.scss */
.section-5:after {
  content: "";
  display: block;
  width: 100%;
  height: 9.4rem;
  position: absolute;
  background: url("../img/section-5/gleam-bottom.png") no-repeat center bottom/cover;
  left: .5rem;
  top: 96%;
  opacity: 1;
  border-radius: 0 79rem 0 0;
}
@media screen and (min-width: 1025px) {
  /* line 403, ../sass/pages/_memorybook.scss */
  .section-5 {
    width: 100.7rem;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: center;
  }
  /* line 424, ../sass/pages/_memorybook.scss */
  .section-5 .e-widget-wrapper {
    width: 100%;
    display: block;
    margin: 20rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 403, ../sass/pages/_memorybook.scss */
  .section-5 {
    position: relative;
    text-align: center;
    padding-top: 16rem;
    padding-bottom: 2rem;
    background: url("../img/section-5/gleam-touch.png") no-repeat center top/contain, url("../img/section-5/gleam-middle-touch.png") repeat-y center bottom/contain;
  }
  /* line 437, ../sass/pages/_memorybook.scss */
  .section-5 .enter-link .icon-wrapper {
    display: none !important;
  }
  /* line 440, ../sass/pages/_memorybook.scss */
  .section-5 .e-widget-wrapper {
    width: 80%;
    overflow: auto;
  }
}
/* line 445, ../sass/pages/_memorybook.scss */
.section-5 .cta-button {
  margin-bottom: 3rem;
}
/* line 448, ../sass/pages/_memorybook.scss */
.section-5 p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 448, ../sass/pages/_memorybook.scss */
  .section-5 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 448, ../sass/pages/_memorybook.scss */
  .section-5 p {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}

/* line 2, ../sass/layout/_header.scss */
header {
  background: no-repeat center top / cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  /* line 2, ../sass/layout/_header.scss */
  header {
    background-image: url("../img/header/header-bg.png");
  }
}
@media screen and (max-width: 1024px) {
  /* line 13, ../sass/layout/_header.scss */
  header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11.1rem;
    background: no-repeat center top / cover;
    background-image: url("../img/header/header-bg-touch.png");
    z-index: -1;
  }
  /* line 27, ../sass/layout/_header.scss */
  header .hamburger {
    position: absolute;
    right: 10rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  /* line 35, ../sass/layout/_header.scss */
  header .hamburger .bar1, header .hamburger .bar2, header .hamburger .bar3 {
    width: 8rem;
    height: .7rem;
    background-color: #fff;
    margin: 1.5rem 0;
    transition: 0.4s;
  }
}

/* line 47, ../sass/layout/_header.scss */
.header-content {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  /* line 47, ../sass/layout/_header.scss */
  .header-content {
    width: 140rem;
    height: 12.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 47, ../sass/layout/_header.scss */
  .header-content {
    height: 11.1rem;
  }
}
/* line 59, ../sass/layout/_header.scss */
.header-content .nav {
  margin: auto;
  display: flex;
}
@media screen and (min-width: 1025px) {
  /* line 59, ../sass/layout/_header.scss */
  .header-content .nav {
    justify-content: space-around;
    align-items: center;
    width: 64rem;
    height: 100%;
  }
}
/* line 68, ../sass/layout/_header.scss */
.header-content .nav a {
  text-align: center;
  position: relative;
  line-height: 1.2;
  transition: color .2s;
}
/* line 73, ../sass/layout/_header.scss */
.header-content .nav a.active {
  color: #5daeb4;
}
@media screen and (min-width: 1025px) {
  /* line 78, ../sass/layout/_header.scss */
  .header-content .nav a:hover {
    color: #5daeb4;
  }
  /* line 81, ../sass/layout/_header.scss */
  .header-content .nav a:after {
    display: block;
    width: 1.6rem;
    height: 2.5rem;
    background: url("../img/header/deco.png") no-repeat center top/cover;
    position: absolute;
    left: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 91, ../sass/layout/_header.scss */
  .header-content .nav a:after {
    content: "";
    display: block;
    width: 90.8rem;
    height: 3.9rem;
    background: url("../img/header/mobile-deco.png") no-repeat center top/cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
}
@media screen and (min-width: 1025px) {
  /* line 110, ../sass/layout/_header.scss */
  .header-content .nav-left a:nth-child(1):after, .header-content .nav-left a:nth-child(2):after {
    content: "";
    margin-left: 3rem;
    top: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 105, ../sass/layout/_header.scss */
  .header-content .nav-left {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  /* line 124, ../sass/layout/_header.scss */
  .header-content .nav-right a:nth-child(1) {
    margin-right: 3rem;
  }
  /* line 126, ../sass/layout/_header.scss */
  .header-content .nav-right a:nth-child(1):after {
    content: "";
    margin-left: 3rem;
    top: .5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 122, ../sass/layout/_header.scss */
  .header-content .nav-right {
    display: none;
  }
}
/* line 137, ../sass/layout/_header.scss */
.header-content .logo {
  width: 9.6rem;
  height: 9.6rem;
  background: url("../img/header/logo.png") no-repeat center top/cover;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  /* line 137, ../sass/layout/_header.scss */
  .header-content .logo {
    margin-top: 11.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 137, ../sass/layout/_header.scss */
  .header-content .logo {
    margin-top: 16rem;
  }
}
/* line 150, ../sass/layout/_header.scss */
.header-content .logo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/header/logo-hover.png") no-repeat center top/cover;
  opacity: 0;
  transition: opacity .2s;
}
/* line 162, ../sass/layout/_header.scss */
.header-content .logo:hover:after {
  opacity: 1;
}
/* line 167, ../sass/layout/_header.scss */
.header-content .j-play-free {
  width: 24.7rem;
  height: 7rem;
  position: relative;
  background: url("../img/header/cta-btn.png") no-repeat center top/cover;
}
/* line 97, ../sass/utilities/_mixins.scss */
.header-content .j-play-free:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .2s;
}
/* line 109, ../sass/utilities/_mixins.scss */
.header-content .j-play-free:hover:before {
  opacity: 1;
}
/* line 170, ../sass/layout/_header.scss */
.header-content .j-play-free:before {
  background: url("../img/header/cta-btn-hvr.png") no-repeat center top/cover;
}
/* line 174, ../sass/layout/_header.scss */
.header-content a {
  font-family: "Titillium Web", sans-serif;
}
@media screen and (min-width: 1025px) {
  /* line 174, ../sass/layout/_header.scss */
  .header-content a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 174, ../sass/layout/_header.scss */
  .header-content a {
    font-size: 5rem;
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 6rem;
  }
}

/* line 191, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar1 {
  transform: rotate(-45deg) translate(-1.7rem, 1.2rem);
}
/* line 195, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar2 {
  opacity: 0;
}
/* line 197, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar3 {
  transform: rotate(45deg) translate(-1.7rem, -1.5rem);
}
/* line 202, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .logo {
  position: absolute;
  top: 5.7rem;
  margin-top: 0;
}
/* line 207, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .header-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 213, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .header-content:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 225, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .nav-left {
  margin-top: 21rem;
  margin-bottom: 0;
}
/* line 229, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .nav-right {
  margin-top: 0;
}
/* line 232, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .nav-right, .mobile-menu-popup-is-on .nav-left {
  position: relative;
  z-index: 1;
  width: 100%;
}
/* line 237, ../sass/layout/_header.scss */
.mobile-menu-popup-is-on .header-content, .mobile-menu-popup-is-on .nav-right, .mobile-menu-popup-is-on .nav-left {
  display: flex;
  flex-direction: column;
}

/* line 1, ../sass/layout/_footer.scss */
footer {
  text-align: center;
  position: relative;
  z-index: 2;
  background: url("../img/footer/footer-bg.jpg") repeat-x center top/contain;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/layout/_footer.scss */
  footer {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 1, ../sass/layout/_footer.scss */
  footer {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 15, ../sass/layout/_footer.scss */
  footer .footer-logo {
    margin-right: 2rem;
  }
  /* line 18, ../sass/layout/_footer.scss */
  footer .footer-logo.vive-logo {
    width: 6.1rem;
  }
  /* line 21, ../sass/layout/_footer.scss */
  footer .footer-logo.sennheiser-logo {
    width: 10.5rem;
  }
  /* line 24, ../sass/layout/_footer.scss */
  footer .footer-logo.gigabite-logo {
    width: 8.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 15, ../sass/layout/_footer.scss */
  footer .footer-logo {
    margin-right: 4rem;
  }
  /* line 31, ../sass/layout/_footer.scss */
  footer .footer-logo.vive-logo {
    width: 10.5rem;
  }
  /* line 34, ../sass/layout/_footer.scss */
  footer .footer-logo.sennheiser-logo {
    width: 17.5rem;
  }
  /* line 37, ../sass/layout/_footer.scss */
  footer .footer-logo.gigabite-logo {
    width: 15rem;
  }
}
/* line 42, ../sass/layout/_footer.scss */
footer .logo-deco {
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media screen and (min-width: 1025px) {
  /* line 42, ../sass/layout/_footer.scss */
  footer .logo-deco {
    width: 13.3rem;
    height: 13.3rem;
    transform: translate(-50%, -10%);
  }
}
@media screen and (max-width: 1024px) {
  /* line 42, ../sass/layout/_footer.scss */
  footer .logo-deco {
    width: 22rem;
    height: 22rem;
    transform: translate(-50%, -15%);
  }
}
/* line 60, ../sass/layout/_footer.scss */
footer .go-to-main-site {
  width: 24.7rem;
  height: 7rem;
  position: relative;
  background: url("../img/footer/go-to-main-site-btn.png") no-repeat center top/cover;
  display: inline-block;
}
/* line 97, ../sass/utilities/_mixins.scss */
footer .go-to-main-site:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .2s;
}
/* line 109, ../sass/utilities/_mixins.scss */
footer .go-to-main-site:hover:before {
  opacity: 1;
}
/* line 63, ../sass/layout/_footer.scss */
footer .go-to-main-site:before {
  background: url("../img/footer/go-to-main-site-btn-hover.png") no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  /* line 60, ../sass/layout/_footer.scss */
  footer .go-to-main-site {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  /* line 60, ../sass/layout/_footer.scss */
  footer .go-to-main-site {
    width: 45rem;
    height: 12.75rem;
    transform: translateY(-50%);
    display: inline-block;
  }
  /* line 75, ../sass/layout/_footer.scss */
  footer .go-to-main-site:before {
    font-size: 2.8rem;
    margin-right: 1.4rem;
  }
}
/* line 82, ../sass/layout/_footer.scss */
footer .icon-nexon {
  color: #283125;
  transition: color .2s;
}
/* line 85, ../sass/layout/_footer.scss */
footer .icon-nexon:hover {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 82, ../sass/layout/_footer.scss */
  footer .icon-nexon {
    font-size: 1.7em;
    margin: .325em .25em 0 0;
    transform: translateY(0.1rem);
  }
}
@media screen and (max-width: 1024px) {
  /* line 82, ../sass/layout/_footer.scss */
  footer .icon-nexon {
    margin: 1.25rem .25em 0 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 99, ../sass/layout/_footer.scss */
  footer .footer-middle {
    flex-direction: column;
  }
  /* line 102, ../sass/layout/_footer.scss */
  footer .footer-middle .footer-logos {
    margin: 1rem 0 2rem;
  }
}
/* line 108, ../sass/layout/_footer.scss */
footer .copyright, footer .footer-logos, footer .footer-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  /* line 108, ../sass/layout/_footer.scss */
  footer .copyright, footer .footer-logos, footer .footer-middle {
    margin-bottom: .75rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 108, ../sass/layout/_footer.scss */
  footer .copyright, footer .footer-logos, footer .footer-middle {
    font-size: 1em;
  }
}
/* line 120, ../sass/layout/_footer.scss */
footer .copyright, footer .footer-links a {
  font-size: 1.6rem;
  display: block;
  color: #283125;
  font-family: "Titillium Web", sans-serif;
}
@media screen and (max-width: 1024px) {
  /* line 120, ../sass/layout/_footer.scss */
  footer .copyright, footer .footer-links a {
    font-size: 2.5rem;
  }
}
/* line 130, ../sass/layout/_footer.scss */
footer .to-main-site {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  width: 13.75em;
  height: 3.16em;
  line-height: 3.4em;
  border-radius: 2em;
  letter-spacing: .11em;
  margin: 0 2.2em;
  box-shadow: 0 0.2em 0 rgba(0, 0, 0, 0.15);
}
/* line 143, ../sass/layout/_footer.scss */
footer .to-main-site:hover {
  background: #796dd1;
}
/* line 148, ../sass/layout/_footer.scss */
footer .footer-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 154, ../sass/layout/_footer.scss */
footer .footer-links a:hover {
  color: #fff;
}
/* line 158, ../sass/layout/_footer.scss */
footer .footer-links span.separator {
  vertical-align: text-bottom;
  display: inline-block;
  margin: 0 .75em;
  color: #283125;
}
@media screen and (max-width: 1024px) {
  /* line 158, ../sass/layout/_footer.scss */
  footer .footer-links span.separator {
    font-size: 3rem;
    font-weight: bold;
  }
}
/* line 172, ../sass/layout/_footer.scss */
footer .social {
  margin: 0 0 0 2.5rem;
  vertical-align: top;
  display: flex;
  justify-content: center;
}
/* line 177, ../sass/layout/_footer.scss */
footer .social a {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 2px solid;
  color: #283125;
}
/* line 186, ../sass/layout/_footer.scss */
footer .social a:not(:last-child) {
  margin-right: 2rem;
}
/* line 189, ../sass/layout/_footer.scss */
footer .social a:before {
  margin-top: .25rem;
  color: #283125;
}
/* line 193, ../sass/layout/_footer.scss */
footer .social a:hover {
  color: #283125;
  background: #283125;
}
/* line 196, ../sass/layout/_footer.scss */
footer .social a:hover:before {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 208, ../sass/layout/_footer.scss */
  footer .copyright, footer .copyright span, footer .footer-links, footer .social {
    color: #283125;
    display: flex;
  }
  /* line 212, ../sass/layout/_footer.scss */
  footer .footer-bottom {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  /* line 219, ../sass/layout/_footer.scss */
  footer .copyright {
    display: flex;
    margin-bottom: 1.5rem;
  }
  /* line 223, ../sass/layout/_footer.scss */
  footer .footer-links {
    margin-bottom: 2rem;
  }
  /* line 228, ../sass/layout/_footer.scss */
  footer .social a {
    font-size: 5rem;
    width: 10rem;
    height: 10rem;
  }
  /* line 232, ../sass/layout/_footer.scss */
  footer .social a:not(:last-child) {
    margin-right: 4rem;
  }
}

/* line 3, ../sass/components/_gnt.scss */
#gnt_bar {
  top: -70px;
  height: 0;
  width: 100%;
  max-width: 100%;
}

/* Download game button after facebook signup */
/* line 11, ../sass/components/_gnt.scss */
.fb_create .game_dl_btn {
  background: transparent url(//nxcache.nexon.net/all/img/ms/download_btn.png) 0 0 no-repeat;
}

/* Hige GNT Top Bar */
/* line 14, ../sass/components/_gnt.scss */
#gnt_center {
  display: none;
}

/* line 17, ../sass/components/_gnt.scss */
#gnt_bar *:before
, #gnt_bar *:after {
  box-sizing: content-box !important;
}

/*body.border-box {
  #gnt_popup *, #gnt_popup *:before, #gnt_popup *:after {
    box-sizing: content-box !important;
  }
}*/
/* line 29, ../sass/components/_gnt.scss */
#gnt_popup {
  margin: 0 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

/* line 40, ../sass/components/_gnt.scss */
#gnt_center {
  max-width: 100%;
}

/* line 46, ../sass/components/_gnt.scss */
body.border-box #gnt_popup.promo_login *, body.border-box #gnt_popup.promo_login *:before, body.border-box #gnt_popup.promo_login *:after {
  box-sizing: border-box !important;
}

/* line 51, ../sass/components/_gnt.scss */
#gnt_popup.promo_login {
  max-width: 100%;
  width: 430px;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 5px solid rgba(0, 0, 0, 0.5);
  margin: 0 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
/* line 67, ../sass/components/_gnt.scss */
#gnt_popup.promo_login #gnt_popup_center {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 73, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input {
  height: auto;
}
/* line 75, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input input {
  max-width: 100%;
  width: 100%;
}
/* line 79, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input label {
  width: 100%;
}
/* line 83, ../sass/components/_gnt.scss */
#gnt_popup.promo_login #gnt_popup_close {
  background: url(../img/btn_close.png) no-repeat center center;
  background-size: 16px 16px;
  padding: 16px;
  display: inline-block;
  top: 8px;
  right: 8px;
}
/* line 91, ../sass/components/_gnt.scss */
#gnt_popup.promo_login a {
  color: #615794;
}
/* line 94, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top {
  border-radius: 0;
  padding: 27px 33px 2px;
  width: 100%;
  max-width: 100%;
}
/* line 99, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top .gnt_title {
  color: #091e6d;
  font-weight: 600;
  padding-bottom: 10px;
}
/* line 104, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top .gnt_mtm {
  display: none;
}
/* line 107, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top #gnt_popup_eula_changed {
  display: block;
}
/* line 109, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_bot {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 10px 32px 25px;
  text-align: center;
}
/* line 115, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_bot .gnt_button {
  border: 1px solid #33266e;
}
/* line 117, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_bot .gnt_button span {
  background: #403182;
  text-transform: uppercase;
}
/* line 124, ../sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_problems.gnt_goto {
  display: none;
}

/* Promo load hack*/
/* line 130, ../sass/components/_gnt.scss */
#loader {
  z-index: 11;
}

/* line 1, ../sass/components/_share.scss */
.share {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 7, ../sass/components/_share.scss */
.share a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #283125;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 16, ../sass/components/_share.scss */
.share a:before {
  color: #283125;
}
/* line 19, ../sass/components/_share.scss */
.share a:hover {
  background: #283125;
  color: #fff;
}
/* line 22, ../sass/components/_share.scss */
.share a:hover:before {
  color: #fff;
}
/* line 26, ../sass/components/_share.scss */
.share a:before {
  margin-top: -.3rem;
}
@media screen and (min-width: 1025px) {
  /* line 26, ../sass/components/_share.scss */
  .share a:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 26, ../sass/components/_share.scss */
  .share a:before {
    font-size: 4rem;
  }
}
/* line 36, ../sass/components/_share.scss */
.share a.tweet {
  margin: 0 0 0 .84em;
}
/* line 39, ../sass/components/_share.scss */
.share a span {
  margin-left: .4em;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/components/_share.scss */
  .share {
    margin-bottom: 2.5em;
  }
}
/* line 47, ../sass/components/_share.scss */
.share .button span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  /* line 47, ../sass/components/_share.scss */
  .share .button span {
    margin-bottom: .25rem;
  }
}
@media screen and (min-width: 1025px) {
  /* line 57, ../sass/components/_share.scss */
  .share a {
    border: .2rem solid #283125;
    width: 17rem;
    font-size: 2.4rem;
    padding: .65rem 0 .45rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/components/_share.scss */
  .share {
    margin-bottom: 4em;
  }
  /* line 67, ../sass/components/_share.scss */
  .share a {
    border: .4rem solid #283125;
    padding: 2rem 0;
    font-size: 3.6rem;
    width: 29.6rem;
  }
}

/* Slider */
/* line 40, ../sass/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 55, ../sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 62, ../sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 66, ../sass/components/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* line 70, ../sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 75, ../sass/components/_slick.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 83, ../sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 89, ../sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 95, ../sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 99, ../sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 103, ../sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 107, ../sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 110, ../sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 113, ../sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 119, ../sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 123, ../sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 127, ../sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 131, ../sass/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../fonts/slick.eot');
  src: url('../../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../fonts/slick.woff') format("woff"), url('../../fonts/slick.ttf') format("truetype"), url('../../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 154, ../sass/components/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 170, ../sass/components/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 174, ../sass/components/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 178, ../sass/components/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 182, ../sass/components/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 191, ../sass/components/_slick.scss */
.slick-prev {
  left: -25px;
}
/* line 193, ../sass/components/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 197, ../sass/components/_slick.scss */
.slick-prev:before {
  content: "←";
}
/* line 199, ../sass/components/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 204, ../sass/components/_slick.scss */
.slick-next {
  right: -25px;
}
/* line 206, ../sass/components/_slick.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 210, ../sass/components/_slick.scss */
.slick-next:before {
  content: "→";
}
/* line 212, ../sass/components/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 220, ../sass/components/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 223, ../sass/components/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 232, ../sass/components/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 241, ../sass/components/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 253, ../sass/components/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 255, ../sass/components/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 260, ../sass/components/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 279, ../sass/components/_slick.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../sass/components/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 17, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 23, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 30, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 50, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 53, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 56, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 65, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 73, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 75, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 78, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 80, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 82, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 89, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 92, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 94, ../sass/components/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 98, ../sass/components/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 104, ../sass/components/_owl.carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 108, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 111, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 114, ../sass/components/_owl.carousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 126, ../sass/components/_owl.carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 132, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 137, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 140, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 142, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 148, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 153, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 167, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 171, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 175, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 183, ../sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, ../sass/components/_lightbox.scss */
.m-lightbox {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 5s ease;
  color: black;
  display: none;
  background: rgba(0, 0, 0, 0.98);
  /* extra touch - fadein inner contents with slight delay */
  /* pop up disappear animation */
  /* pop up appear animation */
  /*%m-lightbox-ui { display: inline-block; padding: 0.35em 0.116em 0.45em;   font-size: 3em; color: white;  line-height: 0; color : white; cursor: pointer;
    &:hover { color: #b8b9b9; border-color: #b8b9b9; }
  }*/
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/components/_lightbox.scss */
  .m-lightbox {
    background: rgba(0, 0, 0, 0.9);
  }
}
/* line 17, ../sass/components/_lightbox.scss */
.m-lightbox.active {
  display: block;
  animation: m-popup_active .3s ease;
  animation-fill-mode: forwards;
}
/* line 21, ../sass/components/_lightbox.scss */
.m-lightbox.active .m-popup__container {
  animation-delay: 0.7s;
  animation: m-popup__container_active 1.1s ease;
  animation-fill-mode: forwards;
}
/* line 27, ../sass/components/_lightbox.scss */
.m-lightbox.disappear {
  display: block;
  animation: m-popup_disappear .4s ease;
  animation-fill-mode: forwards;
}
@keyframes m-popup__container_active {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  95% {
    opacity: 100;
  }
  100% {
    opacity: 100;
  }
}
@keyframes m-popup_disappear {
  0% {
    opacity: 100;
  }
  20% {
    opacity: 100;
  }
  95% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes m-popup_active {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  95% {
    opacity: 100;
  }
  100% {
    display: block;
    opacity: 100;
  }
}
/* line 57, ../sass/components/_lightbox.scss */
.m-lightbox .container-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  z-index: 101;
  text-align: center;
}
/* line 69, ../sass/components/_lightbox.scss */
.m-lightbox .container {
  background: black;
  width: auto;
  height: 100%;
  margin-bottom: 2.0em;
  transition: opacity 3s ease;
}
/* line 75, ../sass/components/_lightbox.scss */
.m-lightbox .container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /* line 69, ../sass/components/_lightbox.scss */
  .m-lightbox .container {
    border: none;
  }
}
/* line 84, ../sass/components/_lightbox.scss */
.m-lightbox .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 89, ../sass/components/_lightbox.scss */
.m-lightbox .video iframe {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 102, ../sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon {
  font-weight: bold;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  z-index: 120;
  transform: rotate(45deg);
  cursor: pointer;
}
/* line 115, ../sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:hover:before, .m-lightbox .ui_close-icon:hover:after {
  background-color: #fff;
}
/* line 119, ../sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:before, .m-lightbox .ui_close-icon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff504c;
  transition: background-color .3s;
}
/* line 128, ../sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:before {
  height: .3rem;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 135, ../sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:after {
  width: .3rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  /* line 102, ../sass/components/_lightbox.scss */
  .m-lightbox .ui_close-icon {
    font-size: 6em;
    top: 0.5em;
    right: 0.5em;
  }
}
/* line 149, ../sass/components/_lightbox.scss */
.m-lightbox .ui_left-arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 149, ../sass/components/_lightbox.scss */
  .m-lightbox .ui_left-arrow {
    display: none;
  }
}
/* line 156, ../sass/components/_lightbox.scss */
.m-lightbox .ui_right-arrow {
  margin-left: 20px;
}
/* line 162, ../sass/components/_lightbox.scss */
.m-lightbox .light-box-active .m-home-bg, .m-lightbox .light-box-active header, .m-lightbox .light-box-active footer {
  filter: blur(5px);
}

/* line 1, ../sass/components/_parallax.scss */
.parallax {
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/components/_parallax.scss */
  .parallax {
    display: none;
  }
}
/* line 7, ../sass/components/_parallax.scss */
.parallax.char-1 {
  width: 65.5rem;
  height: 99.9rem;
  background-image: url("../img/parallax/char-1.png");
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 220rem;
}
/* line 17, ../sass/components/_parallax.scss */
.parallax.char-2 {
  width: 50rem;
  height: 117.5rem;
  background-image: url("../img/parallax/char-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  left: 15rem;
  top: 305rem;
}
/* line 26, ../sass/components/_parallax.scss */
.parallax.char-3 {
  width: 61.9rem;
  height: 86.6rem;
  background-image: url("../img/parallax/char-3.png");
  background-position: right top;
  background-repeat: no-repeat;
  right: 10rem;
  top: 395rem;
}
