@charset "UTF-8";
/*-------------------*/
@import url("https://fonts.googleapis.com/css?family=Bungee|Titillium+Web:400,600,700");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,800");
/*$link-invert: $primary-invert;
$link-visited: $purple;*/
/* line 1, ../../src/sass/utilities/_misc.scss */
.border-around {
  border: 1px solid rgba(131, 122, 255, 0.25);
}

/* line 4, ../../src/sass/utilities/_misc.scss */
.z-1 {
  z-index: 1;
}

/* line 7, ../../src/sass/utilities/_misc.scss */
.p-relative {
  position: relative;
}

/* line 11, ../../src/sass/utilities/_misc.scss */
.text-center {
  text-align: center;
}

/* line 2, ../../src/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, ../../src/sass/base/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 41, ../../src/sass/base/_reset.scss */
ul {
  list-style: none;
}

/* line 46, ../../src/sass/base/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 54, ../../src/sass/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 58, ../../src/sass/base/_reset.scss */
* {
  box-sizing: inherit;
}
/* line 60, ../../src/sass/base/_reset.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 67, ../../src/sass/base/_reset.scss */
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

/* line 77, ../../src/sass/base/_reset.scss */
iframe {
  border: 0;
}

/* line 82, ../../src/sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 87, ../../src/sass/base/_reset.scss */
td,
th {
  padding: 0;
  text-align: left;
}

/* line 95, ../../src/sass/base/_reset.scss */
input[type="submit"], button {
  outline: none;
  border: 0;
}

/* line 4, ../../src/sass/base/_generic.scss */
html {
  font-size: 1rem;
  font-family: "M PLUS Rounded 1c", 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, ../../src/sass/base/_generic.scss */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 34, ../../src/sass/base/_generic.scss */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: none;
}

/* line 41, ../../src/sass/base/_generic.scss */
html, body {
  height: 100%;
}

/* line 45, ../../src/sass/base/_generic.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 54, ../../src/sass/base/_generic.scss */
a {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

/* line 60, ../../src/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, ../../src/sass/base/_generic.scss */
hr {
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

/* line 76, ../../src/sass/base/_generic.scss */
img {
  display: block;
  width: 100%;
}

/* line 81, ../../src/sass/base/_generic.scss */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 86, ../../src/sass/base/_generic.scss */
small {
  font-size: 0.8em;
}

/* line 90, ../../src/sass/base/_generic.scss */
span {
  font-style: inherit;
  font-weight: inherit;
}

/*strong{
  color: $text-strong;
  font-weight: $weight-bold;
}*/
/* line 102, ../../src/sass/base/_generic.scss */
pre {
  /*background-color: $pre-background;
  color: $pre;*/
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
}

/* line 109, ../../src/sass/base/_generic.scss */
code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}

/* line 118, ../../src/sass/base/_generic.scss */
table {
  width: 100%;
  font-size: 1.8em;
}

/* line 122, ../../src/sass/base/_generic.scss */
td,
th {
  text-align: left;
  border: 1px solid #fa0;
  padding: .3em .5em;
}

/* line 131, ../../src/sass/base/_generic.scss */
td {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 135, ../../src/sass/base/_generic.scss */
th {
  background-color: #dd2c00;
  color: #fff;
  font-weight: bold;
}

/* line 3, ../../src/sass/base/_helpers.scss */
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 739px) {
  /* line 7, ../../src/sass/base/_helpers.scss */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 740px) {
  /* line 13, ../../src/sass/base/_helpers.scss */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 1024px) {
  /* line 19, ../../src/sass/base/_helpers.scss */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 25, ../../src/sass/base/_helpers.scss */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  /* line 31, ../../src/sass/base/_helpers.scss */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1495px) {
  /* line 37, ../../src/sass/base/_helpers.scss */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1496px) {
  /* line 43, ../../src/sass/base/_helpers.scss */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  /* line 1, ../../src/sass/pages/_all.scss */
  html {
    font-size: calc(5px + 5 * ((100vw - 960px) / (1920 - 960))) !important;
  }
  /* line 5, ../../src/sass/pages/_all.scss */
  html.no-scrollbar {
    font-size: calc(5px + 5 * ((100vw - 946px) / (1900 - 946))) !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/pages/_all.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 19, ../../src/sass/pages/_all.scss */
body {
  min-height: 100%;
  position: relative;
  background: no-repeat center top / cover;
}
@media screen and (min-width: 1025px) {
  /* line 19, ../../src/sass/pages/_all.scss */
  body {
    background-image: url("../img/bg.jpg");
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 19, ../../src/sass/pages/_all.scss */
  body {
    background-image: url("../img/bg-touch.jpg");
  }
}

/* line 32, ../../src/sass/pages/_all.scss */
.main {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  /* line 32, ../../src/sass/pages/_all.scss */
  .main {
    position: relative;
  }
}

/* line 39, ../../src/sass/pages/_all.scss */
.j-play-free, .learn-more {
  color: #fff;
  padding: .45em 1.25em;
  border: 2px solid #f76175;
  background: linear-gradient(to bottom, #f98998 0%, #f98998 50%, #f76175 51%, #f76175 100%);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  border-radius: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 101, ../../src/sass/utilities/_mixins.scss */
.j-play-free:hover, .learn-more:hover {
  background: linear-gradient(to bottom, #f66979 1%, #f66979 50%, #f34355 51%, #f34355 100%);
  color: #000;
}
@media screen and (min-width: 1025px) {
  /* line 39, ../../src/sass/pages/_all.scss */
  .j-play-free, .learn-more {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 39, ../../src/sass/pages/_all.scss */
  .j-play-free, .learn-more {
    font-size: 3.287em;
  }
}

/* line 45, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title {
  border-radius: 10rem;
  background-color: #603327;
  color: #fffeaa;
  display: inline-block;
  padding: 2.3rem 8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
/* line 54, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title:before, .content-wrapper .deco-title:after {
  content: "";
  position: absolute;
  top: 2.4rem;
  display: block;
  width: 1.5rem;
  height: 2.1rem;
  background: no-repeat left center / cover;
}
/* line 63, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title:before {
  background-image: url("../img/section-2/heart-left.png");
  left: 3.4rem;
}
/* line 67, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title:after {
  background-image: url("../img/section-2/heart-right.png");
  right: 3.4rem;
}
/* line 71, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title.deco-title-2 {
  padding: 1.5rem 7rem;
  background-color: #fffeaa;
  color: #603327;
}
/* line 75, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title.deco-title-2:before {
  background-image: url("../img/section-7/heart-left.png");
  left: 3.4rem;
}
/* line 79, ../../src/sass/pages/_all.scss */
.content-wrapper .deco-title.deco-title-2:after {
  background-image: url("../img/section-7/heart-right.png");
  right: 3.4rem;
}
/* line 86, ../../src/sass/pages/_all.scss */
.content-wrapper .images {
  display: flex;
  flex-wrap: wrap;
}
/* line 89, ../../src/sass/pages/_all.scss */
.content-wrapper .images li {
  width: 50%;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
/* line 94, ../../src/sass/pages/_all.scss */
.content-wrapper .images li:nth-child(odd) {
  padding-right: 1.85rem;
}
/* line 97, ../../src/sass/pages/_all.scss */
.content-wrapper .images li:nth-child(even) {
  padding-left: 1.85rem;
}
/* line 101, ../../src/sass/pages/_all.scss */
.content-wrapper .images .image {
  position: relative;
  margin-bottom: 1.25rem;
}
/* line 105, ../../src/sass/pages/_all.scss */
.content-wrapper .images .image-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: 500;
  color: #603327;
}
/* line 113, ../../src/sass/pages/_all.scss */
.content-wrapper .images p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 1rem;
}
/* line 122, ../../src/sass/pages/_all.scss */
.content-wrapper h1 {
  font-weight: 800;
  font-size: 7.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: .95;
  color: #603327;
}
/* line 129, ../../src/sass/pages/_all.scss */
.content-wrapper h1 span {
  color: #f05d50;
  display: block;
}
/* line 133, ../../src/sass/pages/_all.scss */
.content-wrapper h1 sup {
  font-size: 60%;
}
/* line 138, ../../src/sass/pages/_all.scss */
.content-wrapper h2, .content-wrapper h3 {
  text-align: center;
}
/* line 141, ../../src/sass/pages/_all.scss */
.content-wrapper h2 {
  text-transform: uppercase;
  color: #fffeaa;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.2;
}
/* line 148, ../../src/sass/pages/_all.scss */
.content-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #603327;
}
/* line 153, ../../src/sass/pages/_all.scss */
.content-wrapper h4 {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 157, ../../src/sass/pages/_all.scss */
.content-wrapper h4:before {
  content: "";
  display: block;
  background-image: url("../img/diamond-bullet.png");
  background-size: cover;
  width: 2.4rem;
  height: 2.7rem;
  margin-right: 1rem;
}
/* line 167, ../../src/sass/pages/_all.scss */
.content-wrapper .section-1, .content-wrapper .section-2, .content-wrapper .section-7,
.content-wrapper .section-8, .content-wrapper .section-9 {
  text-align: center;
}
/* line 170, ../../src/sass/pages/_all.scss */
.content-wrapper .section-1 p, .content-wrapper .section-2 p, .content-wrapper .section-7 p,
.content-wrapper .section-8 p, .content-wrapper .section-9 p {
  color: #603327;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  /* line 170, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 p, .content-wrapper .section-2 p, .content-wrapper .section-7 p,
  .content-wrapper .section-8 p, .content-wrapper .section-9 p {
    font-size: 2.4rem;
  }
}
/* line 180, ../../src/sass/pages/_all.scss */
.content-wrapper .section-2 .subtitle, .content-wrapper .section-8 .subtitle {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 188, ../../src/sass/pages/_all.scss */
.content-wrapper .section-2 .text-box {
  margin: auto;
}
@media screen and (min-width: 1025px) {
  /* line 190, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 .text-box .deco-title {
    z-index: 1;
  }
}
/* line 195, ../../src/sass/pages/_all.scss */
.content-wrapper .section-2 .text-box p {
  background-color: #fffeaa;
  color: #a86b5a;
  border-radius: 2rem;
  font-weight: 400;
  padding: 5.5rem 2.5rem 3rem 2.5rem;
}
@media screen and (min-width: 1025px) {
  /* line 195, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 .text-box p {
    padding: 5.5rem 2.25rem 3rem 2.25rem;
    transform: translateY(-3.5rem);
  }
}
/* line 213, ../../src/sass/pages/_all.scss */
.content-wrapper .section-4 .content-img {
  margin: 0 auto 5rem;
}
/* line 218, ../../src/sass/pages/_all.scss */
.content-wrapper .section-5 {
  text-align: center;
  margin-bottom: 3rem;
}
/* line 221, ../../src/sass/pages/_all.scss */
.content-wrapper .section-5 h2 {
  margin-bottom: 2.5rem;
}
/* line 224, ../../src/sass/pages/_all.scss */
.content-wrapper .section-5 p {
  line-height: 1.3;
  color: #603327;
}
/* line 230, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 {
  text-align: center;
}
/* line 232, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .section-6-content {
  line-height: 1.3;
  color: #603327;
}
/* line 236, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .deco-title {
  margin-bottom: 40.5rem;
}
/* line 241, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .images li:nth-child(odd) {
  padding-right: 1.85rem;
}
/* line 243, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .images li:nth-child(odd) p {
  padding: 0;
  margin-bottom: 0;
}
/* line 248, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .images li .subtitle {
  color: #603327;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 3rem;
  margin-bottom: 1rem;
}
/* line 255, ../../src/sass/pages/_all.scss */
.content-wrapper .section-6 .images li .note {
  font-size: 1.6rem;
  color: #fff;
}
/* line 263, ../../src/sass/pages/_all.scss */
.content-wrapper .section-7 {
  padding-bottom: 18rem;
}
/* line 267, ../../src/sass/pages/_all.scss */
.content-wrapper .section-9 {
  padding-bottom: 72.5rem;
}
/* line 270, ../../src/sass/pages/_all.scss */
.content-wrapper .section-9 h2 sup {
  font-size: 60%;
}
/* line 274, ../../src/sass/pages/_all.scss */
.content-wrapper .section-9 .cta-button {
  display: inline-block;
  border-radius: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(to bottom, #f9f9c0 0%, #f7f6a5 100%);
  color: #000;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
/* line 282, ../../src/sass/pages/_all.scss */
.content-wrapper .section-9 .cta-button:hover {
  color: #ff675a;
}
@media screen and (min-width: 1025px) {
  /* line 43, ../../src/sass/pages/_all.scss */
  .content-wrapper {
    margin-bottom: 1rem;
    font-size: 3.4rem;
  }
  /* line 291, ../../src/sass/pages/_all.scss */
  .content-wrapper h1 {
    margin-bottom: 6.5rem;
    margin-bottom: 6rem;
  }
  /* line 295, ../../src/sass/pages/_all.scss */
  .content-wrapper h4 {
    font-size: 2.5rem;
  }
  /* line 298, ../../src/sass/pages/_all.scss */
  .content-wrapper p {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #c5c5c5;
    margin-bottom: 2.5rem;
  }
  /* line 304, ../../src/sass/pages/_all.scss */
  .content-wrapper .deco-title {
    font-size: 2.4rem;
  }
  /* line 307, ../../src/sass/pages/_all.scss */
  .content-wrapper .images {
    padding: 2rem 2rem 12.5rem 2.5rem;
  }
  /* line 309, ../../src/sass/pages/_all.scss */
  .content-wrapper .images .image-title {
    line-height: 9.4rem;
    font-size: 3.2rem;
  }
  /* line 315, ../../src/sass/pages/_all.scss */
  .content-wrapper .content {
    width: 109rem;
    margin: auto;
  }
  /* line 319, ../../src/sass/pages/_all.scss */
  .content-wrapper .content .hr {
    margin-top: 2.5rem;
  }
  /* line 323, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 {
    padding-top: 29rem;
    padding-bottom: 44rem;
  }
  /* line 326, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 .section-1-content {
    width: 46rem;
    margin: auto;
  }
  /* line 330, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 h3 {
    margin-bottom: 1.2rem;
    line-height: 1.3;
  }
  /* line 334, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 p {
    margin-bottom: 5.5rem;
  }
  /* line 339, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 {
    width: 60rem;
    margin: 0 auto 18rem;
    padding-top: 2rem;
  }
  /* line 343, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 .text-box {
    width: 44rem;
  }
  /* line 347, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 {
    margin: auto;
    margin-bottom: 2rem;
  }
  /* line 350, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 h2 {
    margin-bottom: 1.5rem;
  }
  /* line 353, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 .images {
    background: url("../img/section-3/divider-hearts-lines-full.png") no-repeat center top/contain;
  }
  /* line 357, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 {
    margin-bottom: 2rem;
  }
  /* line 359, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 h2 {
    margin-bottom: 1.5rem;
  }
  /* line 362, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images {
    background: url("../img/section-4/divider-hearts-lines.png") no-repeat center top/contain;
    padding: 2rem 2rem 15.5rem 2.5rem;
  }
  /* line 366, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images li:nth-child(odd) {
    padding-right: 1.6rem;
  }
  /* line 370, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images li:nth-child(even) .image {
    margin-right: -10.5rem;
  }
  /* line 380, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 p {
    width: 62rem;
    margin: 0 auto 3rem;
    font-size: 2.4rem;
  }
  /* line 386, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 .image.characters {
    width: 129.7rem;
    margin-left: -12.35rem;
  }
  /* line 393, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 {
    margin-bottom: 3rem;
  }
  /* line 396, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .image.cats {
    width: 72.1rem;
    margin: auto;
  }
  /* line 401, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .deco-title {
    margin-bottom: 3.5rem;
  }
  /* line 404, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 h2 {
    margin-bottom: 1.5rem;
  }
  /* line 407, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .section-6-content {
    width: 62.5rem;
    margin: 0 auto 3rem;
    font-size: 2.4rem;
  }
  /* line 412, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images {
    background: url("../img/section-6/heart-dashes.png") no-repeat center top/contain;
    padding-left: 2.7rem;
  }
  /* line 417, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(odd) .image {
    margin-left: -7.75rem;
  }
  /* line 420, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(odd) p {
    white-space: nowrap;
  }
  /* line 424, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(even) {
    padding-left: 1.85rem;
  }
  /* line 426, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(even) .image {
    margin-right: -11.5rem;
  }
  /* line 434, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 {
    width: 75.5rem;
    margin: 0 auto 3rem;
    padding-top: 4rem;
    padding-bottom: 0;
  }
  /* line 439, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 h2 {
    margin-bottom: 3rem;
  }
  /* line 442, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 .image {
    width: 60.5rem;
    margin: 3.5rem auto 2.5rem;
  }
  /* line 445, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 .image.number {
    width: 26.7rem;
    margin: auto;
    transform: translateX(-0.5rem);
  }
  /* line 451, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 .section-7-content {
    padding: 0 4.5rem;
  }
  /* line 456, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-8 {
    padding-top: 4rem;
  }
  /* line 458, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-8 .image {
    width: 119.6rem;
    margin-left: -.6rem;
    margin-top: 7rem;
  }
  /* line 465, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-9 {
    padding-bottom: 73.7rem;
    padding-top: 9rem;
  }
  /* line 468, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-9 .cta-button {
    font-size: 2.6rem !important;
    padding: .45em 5.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 43, ../../src/sass/pages/_all.scss */
  .content-wrapper {
    background: url("../img/bg-trees-touch.jpg") no-repeat center bottom/100% 78.7rem;
  }
  /* line 476, ../../src/sass/pages/_all.scss */
  .content-wrapper .content {
    margin: auto;
  }
  /* line 479, ../../src/sass/pages/_all.scss */
  .content-wrapper h1 {
    margin-bottom: 2.5rem;
  }
  /* line 482, ../../src/sass/pages/_all.scss */
  .content-wrapper h2 {
    margin-bottom: 2rem;
  }
  /* line 485, ../../src/sass/pages/_all.scss */
  .content-wrapper h3 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  /* line 490, ../../src/sass/pages/_all.scss */
  .content-wrapper h4 {
    font-size: 3.6rem;
  }
  /* line 493, ../../src/sass/pages/_all.scss */
  .content-wrapper p {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    color: #c5c5c5;
  }
  /* line 500, ../../src/sass/pages/_all.scss */
  .content-wrapper .deco-title {
    font-size: 3.6rem;
  }
  /* line 502, ../../src/sass/pages/_all.scss */
  .content-wrapper .deco-title.deco-title-2 {
    padding: 1.5rem 6rem;
  }
  /* line 507, ../../src/sass/pages/_all.scss */
  .content-wrapper .images {
    padding: 3.75rem 2rem 12.5rem 2.5rem;
  }
  /* line 509, ../../src/sass/pages/_all.scss */
  .content-wrapper .images .image-title {
    line-height: 8.7rem;
    font-size: 2.7rem;
  }
  /* line 515, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 {
    padding-top: 24.2rem;
    padding-bottom: 34rem;
  }
  /* line 518, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-1 .section-1-content {
    width: 61rem;
    margin: auto;
  }
  /* line 523, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 {
    width: 65rem;
    margin: 0 auto 22rem;
  }
  /* line 526, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 .deco-title {
    margin-bottom: -4.5rem;
  }
  /* line 529, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-2 p {
    margin-bottom: 4rem;
  }
  /* line 533, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 {
    margin-bottom: 3rem;
  }
  /* line 535, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 .images {
    background: url("../img/section-3/divider-hearts-lines-full-touch.png") no-repeat center top/contain;
  }
  /* line 537, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-3 .images p {
    padding: 0;
  }
  /* line 543, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 {
    margin-bottom: 3rem;
  }
  /* line 545, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images {
    background: url("../img/section-4/divider-hearts-lines-touch.png") no-repeat center top/contain;
    padding: 6rem 2rem 15.5rem 2.5rem;
  }
  /* line 549, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images li:nth-child(odd) {
    padding-right: 2.4rem;
    padding-left: 2.7rem;
    margin-top: .5rem;
  }
  /* line 555, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images li:nth-child(even) .image {
    margin-right: -1.5rem;
    margin-top: -9rem;
  }
  /* line 561, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-4 .images p {
    padding: 0;
  }
  /* line 567, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 {
    padding-bottom: 108rem;
  }
  /* line 569, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 p {
    font-size: 3.6rem;
    padding: 0 11rem;
    margin-bottom: 4rem;
  }
  /* line 578, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 .deco-title:before, .content-wrapper .section-5 .deco-title:after, .content-wrapper .section-6 .deco-title:before, .content-wrapper .section-6 .deco-title:after, .content-wrapper .section-7 .deco-title:before, .content-wrapper .section-7 .deco-title:after {
    top: 4.5rem;
    width: 2rem;
    height: 2.7rem;
  }
  /* line 584, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 .deco-title.deco-title-2:before, .content-wrapper .section-6 .deco-title.deco-title-2:before, .content-wrapper .section-7 .deco-title.deco-title-2:before {
    left: 2.4rem;
  }
  /* line 587, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-5 .deco-title.deco-title-2:after, .content-wrapper .section-6 .deco-title.deco-title-2:after, .content-wrapper .section-7 .deco-title.deco-title-2:after {
    right: 2.4rem;
  }
  /* line 594, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 {
    margin-bottom: 5rem;
  }
  /* line 596, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .section-6-content {
    font-size: 3.6rem;
    padding: 0 19rem;
    margin-bottom: 4rem;
  }
  /* line 601, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images {
    background: url("../img/section-6/heart-dashes-touch.png") no-repeat center top/contain;
    padding-top: 2.75rem;
  }
  /* line 606, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(odd) .image {
    margin-top: -5rem;
    margin-left: -1.75rem;
  }
  /* line 611, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(even) {
    padding-left: 1.65rem;
  }
  /* line 613, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-6 .images li:nth-child(even) .image {
    margin-top: -6rem;
    margin-right: -1rem;
  }
  /* line 622, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 {
    padding-left: 14rem;
    padding-right: 14rem;
    margin-bottom: 6rem;
  }
  /* line 626, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 .image {
    margin: 6.5rem auto 4.5rem;
  }
  /* line 629, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-7 .deco-title-2 {
    margin-top: 2rem;
  }
  /* line 634, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-8 {
    padding-bottom: 134rem;
  }
  /* line 638, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-9 {
    padding-bottom: 82.5rem;
  }
  /* line 640, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-9 .section-9-content {
    padding-bottom: 61rem;
  }
  /* line 643, ../../src/sass/pages/_all.scss */
  .content-wrapper .section-9 .cta-button {
    font-size: 3.8rem !important;
    padding: .45em 8.5rem;
    margin-top: 1rem;
  }
}

/* line 2, ../../src/sass/layout/_header.scss */
header {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
/* line 10, ../../src/sass/layout/_header.scss */
header .tag-event:before {
  content: "coming soon";
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  /* line 2, ../../src/sass/layout/_header.scss */
  header {
    /*.j-play-free, .j-play-free:after{
      width: 19.2rem;
      height: 5.4rem;
    }
    .j-play-free{
      @include button;
      background-image: url("../img/header/cta-button.png");
      &:after{
        background-image: url("../img/header/cta-button-hover.png");
      }
    }*/
  }
  /* line 17, ../../src/sass/layout/_header.scss */
  header nav {
    display: flex;
    width: 150.8rem;
    height: 7.8rem;
    margin: auto;
    align-items: center;
    justify-content: space-between;
  }
  /* line 25, ../../src/sass/layout/_header.scss */
  header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 30, ../../src/sass/layout/_header.scss */
  header .nav-left {
    width: 64rem;
  }
  /* line 33, ../../src/sass/layout/_header.scss */
  header .nav-right {
    width: 63rem;
  }
  /* line 36, ../../src/sass/layout/_header.scss */
  header .logo, header .logo:after {
    background: no-repeat left top / cover;
    width: 18.9rem;
    height: 12.8rem;
  }
  /* line 41, ../../src/sass/layout/_header.scss */
  header .logo {
    background-image: url("../img/header/logo.png");
    transform: translateY(32%);
    margin: 0 5.5rem 0 4rem;
  }
  /* line 45, ../../src/sass/layout/_header.scss */
  header .logo:after {
    content: "";
    display: block;
    background-image: url("../img/header/logo-hover.png");
    opacity: 0;
    transition: opacity .2s;
  }
  /* line 53, ../../src/sass/layout/_header.scss */
  header .logo:hover:after, header .logo.active:after {
    opacity: 1;
  }
  /* line 58, ../../src/sass/layout/_header.scss */
  header .nav-item {
    font-weight: 500;
    color: #000000;
    font-size: 1.9rem;
    line-height: 1.2;
    transition: color .2s;
    text-align: center;
  }
  /* line 65, ../../src/sass/layout/_header.scss */
  header .nav-item:hover, header .nav-item.active {
    color: #fe6561;
  }
  /* line 70, ../../src/sass/layout/_header.scss */
  header .nav-item.tag-event:before {
    font-size: 1.1rem;
    color: #ffb200;
  }
  /* line 76, ../../src/sass/layout/_header.scss */
  header .nav-item.is-inactive {
    color: #cc473c;
    pointer-events: none;
    text-shadow: none;
  }
  /* line 81, ../../src/sass/layout/_header.scss */
  header .nav-item.is-inactive .diamond-deco:after {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2, ../../src/sass/layout/_header.scss */
  header {
    height: 10.7rem;
  }
  /* line 104, ../../src/sass/layout/_header.scss */
  header .logo {
    position: absolute;
    background: url("../img/header/logo-touch.png") no-repeat left top/cover;
    width: 25.5rem;
    height: 17.3rem;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
  }
  /* line 113, ../../src/sass/layout/_header.scss */
  header .hamburger {
    position: absolute;
    right: 3rem;
    top: 1.5rem;
    cursor: pointer;
    z-index: 1;
  }
  /* line 121, ../../src/sass/layout/_header.scss */
  header .hamburger .bar1, header .hamburger .bar2, header .hamburger .bar3 {
    width: 8rem;
    height: .7rem;
    background-color: #f05d50;
    margin: 1.5rem 0;
    transition: 0.4s;
  }
  /* line 129, ../../src/sass/layout/_header.scss */
  header .top-navigation {
    display: none;
  }
  /* line 132, ../../src/sass/layout/_header.scss */
  header .top-navigation .tag-event:before {
    font-size: 2.4rem;
    color: #ef2a11;
    text-shadow: none;
    transform: translateY(50%);
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 142, ../../src/sass/layout/_header.scss */
  header .top-navigation .nav-item.is-inactive {
    opacity: .75;
    pointer-events: none;
    text-shadow: none;
  }
}

/* line 163, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar1, .mobile-menu-popup-is-on .hamburger .bar2, .mobile-menu-popup-is-on .hamburger .bar3 {
  background-color: #fff;
}
/* line 166, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar1 {
  transform: rotate(-45deg) translate(-1.7rem, 1.2rem);
}
/* line 170, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar2 {
  opacity: 0;
}
/* line 172, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .hamburger .bar3 {
  transform: rotate(45deg) translate(-1.7rem, -1.5rem);
}
/* line 176, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .top-navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(36, 19, 16, 0.95);
  padding-top: 18rem;
  padding-bottom: 5rem;
  overflow: auto;
  /*&:after{
    content: "";
    display: block;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }*/
}
/* line 189, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .top-navigation .nav {
  width: 100%;
}
/* line 192, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .top-navigation .nav-item {
  display: block;
  color: #f05d50;
  font-size: 6.5rem;
  background: url("../img/header/hr.png") no-repeat center bottom/contain;
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 1rem;
  /*&:after{
    content: "";
  }*/
}
/* line 202, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .top-navigation .nav-item.active {
  color: #fffeaa;
}
/* line 205, ../../src/sass/layout/_header.scss */
.mobile-menu-popup-is-on .top-navigation .nav-item[href="#section-9"] {
  background: url("../img/header/bottom-hr.png") no-repeat center bottom/contain;
  padding-bottom: 25rem;
}

/* line 1, ../../src/sass/layout/_footer.scss */
footer {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/layout/_footer.scss */
  footer {
    padding-bottom: 8em;
    background: url("../img/footer/bg-touch.png") no-repeat center top/cover;
  }
}
@media screen and (min-width: 1025px) {
  /* line 1, ../../src/sass/layout/_footer.scss */
  footer {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 16, ../../src/sass/layout/_footer.scss */
  footer .footer-logo {
    margin-right: 2rem;
  }
  /* line 19, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.vive-logo {
    width: 6.1rem;
  }
  /* line 22, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.sennheiser-logo {
    width: 10.5rem;
  }
  /* line 25, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.gigabite-logo {
    width: 8.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 16, ../../src/sass/layout/_footer.scss */
  footer .footer-logo {
    margin-right: 4rem;
  }
  /* line 32, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.vive-logo {
    width: 10.5rem;
  }
  /* line 35, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.sennheiser-logo {
    width: 17.5rem;
  }
  /* line 38, ../../src/sass/layout/_footer.scss */
  footer .footer-logo.gigabite-logo {
    width: 15rem;
  }
}
/* line 43, ../../src/sass/layout/_footer.scss */
footer .logo-deco {
  position: absolute;
  bottom: 100%;
  left: 50%;
}
@media screen and (min-width: 1025px) {
  /* line 43, ../../src/sass/layout/_footer.scss */
  footer .logo-deco {
    width: 13.3rem;
    height: 13.3rem;
    transform: translate(-50%, -10%);
  }
}
@media screen and (max-width: 1024px) {
  /* line 43, ../../src/sass/layout/_footer.scss */
  footer .logo-deco {
    width: 22rem;
    height: 22rem;
    transform: translate(-50%, -15%);
  }
}
/* line 61, ../../src/sass/layout/_footer.scss */
footer .go-to-main-site {
  color: #fff;
  padding: .45em 1.25em;
  border: 2px solid #f76175;
  background: linear-gradient(to bottom, #f98998 0%, #f98998 50%, #f76175 51%, #f76175 100%);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  border-radius: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  width: 24.7rem;
  display: inline-block;
}
/* line 101, ../../src/sass/utilities/_mixins.scss */
footer .go-to-main-site:hover {
  background: linear-gradient(to bottom, #f66979 1%, #f66979 50%, #f34355 51%, #f34355 100%);
  color: #000;
}
@media screen and (min-width: 1025px) {
  /* line 61, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 61, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    font-size: 3.287em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 61, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    margin-bottom: 8.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 61, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    width: 42rem;
    display: inline-block;
    margin-bottom: 7.5rem;
    font-size: 3.8rem;
  }
  /* line 73, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site:before {
    margin-right: 1.4rem;
  }
}
/* line 79, ../../src/sass/layout/_footer.scss */
footer .icon-nexon {
  color: #e8e368;
  transition: color .2s;
}
/* line 82, ../../src/sass/layout/_footer.scss */
footer .icon-nexon:hover {
  color: #fe675c;
}
@media screen and (min-width: 1025px) {
  /* line 79, ../../src/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 79, ../../src/sass/layout/_footer.scss */
  footer .icon-nexon {
    margin: 1.75rem .25em 0 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 96, ../../src/sass/layout/_footer.scss */
  footer .footer-middle {
    flex-direction: column;
    order: -1;
    margin-bottom: 5rem;
    padding-top: 3rem;
    border-top: 2px dotted rgba(255, 253, 114, 0.5);
  }
  /* line 103, ../../src/sass/layout/_footer.scss */
  footer .footer-middle .footer-logos {
    margin: 1rem 0 2rem;
  }
}
/* line 109, ../../src/sass/layout/_footer.scss */
footer .copyright, footer .footer-logos, footer .footer-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 109, ../../src/sass/layout/_footer.scss */
  footer .copyright, footer .footer-logos, footer .footer-middle {
    font-size: 1em;
  }
}
/* line 119, ../../src/sass/layout/_footer.scss */
footer .copyright {
  margin-right: 1rem;
}
/* line 123, ../../src/sass/layout/_footer.scss */
footer .copyright, footer .footer-links a {
  font-size: 1.4rem;
  display: block;
  color: #e8e368;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1024px) {
  /* line 123, ../../src/sass/layout/_footer.scss */
  footer .copyright, footer .footer-links a {
    font-size: 2.5rem;
  }
}
/* line 133, ../../src/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 146, ../../src/sass/layout/_footer.scss */
footer .to-main-site:hover {
  background: #796dd1;
}
/* line 151, ../../src/sass/layout/_footer.scss */
footer .footer-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 157, ../../src/sass/layout/_footer.scss */
footer .footer-links a:hover {
  color: #fe675c;
}
/* line 161, ../../src/sass/layout/_footer.scss */
footer .footer-links span.separator {
  vertical-align: text-bottom;
  display: inline-block;
  margin: 0 .75em;
  color: #e8e368;
}
@media screen and (max-width: 1024px) {
  /* line 161, ../../src/sass/layout/_footer.scss */
  footer .footer-links span.separator {
    font-size: 3rem;
    font-weight: bold;
  }
}
/* line 175, ../../src/sass/layout/_footer.scss */
footer .social {
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  /* line 175, ../../src/sass/layout/_footer.scss */
  footer .social {
    margin-bottom: .8rem;
  }
}
/* line 183, ../../src/sass/layout/_footer.scss */
footer .social span {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  /* line 183, ../../src/sass/layout/_footer.scss */
  footer .social span {
    margin-right: .8rem;
  }
}
/* line 191, ../../src/sass/layout/_footer.scss */
footer .social a {
  width: 3.7rem;
  height: 4rem;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e368;
  transition: color .2s;
  border: 2px solid #e8e368;
}
/* line 202, ../../src/sass/layout/_footer.scss */
footer .social a:not(:last-child) {
  margin-right: .8rem;
}
/* line 205, ../../src/sass/layout/_footer.scss */
footer .social a:before {
  margin-top: .25rem;
  color: #000;
}
/* line 209, ../../src/sass/layout/_footer.scss */
footer .social a:hover {
  background-color: transparent;
  color: #000;
  transition: color .2s;
}
/* line 214, ../../src/sass/layout/_footer.scss */
footer .social a:hover:before {
  color: #e8e368;
}
@media screen and (min-width: 1025px) {
  /* line 224, ../../src/sass/layout/_footer.scss */
  footer .footer-middle {
    margin-bottom: 2.5rem;
  }
  /* line 227, ../../src/sass/layout/_footer.scss */
  footer .copyright, footer .copyright span, footer .footer-links, footer .social {
    color: #fffd72;
    display: flex;
  }
  /* line 231, ../../src/sass/layout/_footer.scss */
  footer .footer-bottom {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/layout/_footer.scss */
  footer {
    padding-top: 12rem;
    margin-top: -12rem;
  }
  /* line 240, ../../src/sass/layout/_footer.scss */
  footer .footer-content {
    display: flex;
    flex-direction: column;
  }
  /* line 244, ../../src/sass/layout/_footer.scss */
  footer .copyright {
    display: flex;
    margin-bottom: 1.5rem;
  }
  /* line 248, ../../src/sass/layout/_footer.scss */
  footer .footer-links {
    margin-bottom: 2rem;
  }
  /* line 252, ../../src/sass/layout/_footer.scss */
  footer .social {
    color: #c83b40;
    margin-bottom: 2rem;
  }
  /* line 255, ../../src/sass/layout/_footer.scss */
  footer .social span {
    font-size: 2.2rem;
    margin-right: 2rem;
  }
  /* line 259, ../../src/sass/layout/_footer.scss */
  footer .social a {
    font-size: 5rem;
    width: 10rem;
    height: 10rem;
  }
  /* line 263, ../../src/sass/layout/_footer.scss */
  footer .social a:not(:last-child) {
    margin-right: 5rem;
  }
}

/* line 3, ../../src/sass/components/_gnt.scss */
#gnt_bar {
  top: -70px;
  height: 0;
  width: 100%;
  max-width: 100%;
}

/* Download game button after facebook signup */
/* line 11, ../../src/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, ../../src/sass/components/_gnt.scss */
#gnt_center {
  display: none;
}

/* line 17, ../../src/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, ../../src/sass/components/_gnt.scss */
#gnt_popup {
  margin: 0 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

/* line 40, ../../src/sass/components/_gnt.scss */
#gnt_center {
  max-width: 100%;
}

/* line 46, ../../src/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, ../../src/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, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login #gnt_popup_center {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 73, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input {
  height: auto;
}
/* line 75, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input input {
  max-width: 100%;
  width: 100%;
}
/* line 79, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_input label {
  width: 100%;
}
/* line 83, ../../src/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, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login a {
  color: #615794;
}
/* line 94, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top {
  border-radius: 0;
  padding: 27px 33px 2px;
  width: 100%;
  max-width: 100%;
}
/* line 99, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top .gnt_title {
  color: #091e6d;
  font-weight: 600;
  padding-bottom: 10px;
}
/* line 104, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top .gnt_mtm {
  display: none;
}
/* line 107, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_top #gnt_popup_eula_changed {
  display: block;
}
/* line 109, ../../src/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, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_bot .gnt_button {
  border: 1px solid #33266e;
}
/* line 117, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_bot .gnt_button span {
  background: #403182;
  text-transform: uppercase;
}
/* line 124, ../../src/sass/components/_gnt.scss */
#gnt_popup.promo_login .gnt_problems.gnt_goto {
  display: none;
}

/* Promo load hack*/
/* line 130, ../../src/sass/components/_gnt.scss */
#loader {
  z-index: 11;
}

/* line 1, ../../src/sass/components/_share.scss */
.share {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 7, ../../src/sass/components/_share.scss */
.share a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c83b40;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 16, ../../src/sass/components/_share.scss */
.share a:before {
  color: #c83b40;
}
/* line 19, ../../src/sass/components/_share.scss */
.share a:hover {
  color: #f7b317;
}
/* line 21, ../../src/sass/components/_share.scss */
.share a:hover:before {
  color: #f7b317;
}
/* line 25, ../../src/sass/components/_share.scss */
.share a:before {
  margin-top: -.3rem;
}
@media screen and (min-width: 1025px) {
  /* line 25, ../../src/sass/components/_share.scss */
  .share a:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 25, ../../src/sass/components/_share.scss */
  .share a:before {
    font-size: 4rem;
  }
}
/* line 35, ../../src/sass/components/_share.scss */
.share a.tweet {
  margin: 0 0 0 .84em;
}
/* line 38, ../../src/sass/components/_share.scss */
.share a span {
  margin-left: .4em;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/components/_share.scss */
  .share {
    margin-bottom: 2.5em;
  }
}
/* line 46, ../../src/sass/components/_share.scss */
.share .button span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  /* line 46, ../../src/sass/components/_share.scss */
  .share .button span {
    margin-bottom: .25rem;
  }
}
@media screen and (min-width: 1025px) {
  /* line 56, ../../src/sass/components/_share.scss */
  .share a {
    border: .2rem solid #c83b40;
    width: 17rem;
    font-size: 2.4rem;
    padding: .65rem 0 .45rem;
  }
  /* line 61, ../../src/sass/components/_share.scss */
  .share a:hover {
    border-color: #f7b317;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/components/_share.scss */
  .share {
    margin-bottom: 4em;
  }
  /* line 69, ../../src/sass/components/_share.scss */
  .share a {
    border: .4rem solid #c83b40;
    padding: 2rem 0;
    font-size: 3.6rem;
    width: 29.6rem;
  }
}

/* Slider */
/* line 40, ../../src/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, ../../src/sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 62, ../../src/sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 66, ../../src/sass/components/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('/src/img/ajax-loader.gif') center center no-repeat;
}
/* line 70, ../../src/sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 75, ../../src/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, ../../src/sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 89, ../../src/sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 95, ../../src/sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 99, ../../src/sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 103, ../../src/sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 107, ../../src/sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 110, ../../src/sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 113, ../../src/sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 119, ../../src/sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 123, ../../src/sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 127, ../../src/sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 131, ../../src/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, ../../src/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, ../../src/sass/components/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 174, ../../src/sass/components/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 178, ../../src/sass/components/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 182, ../../src/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, ../../src/sass/components/_slick.scss */
.slick-prev {
  left: -25px;
}
/* line 193, ../../src/sass/components/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 197, ../../src/sass/components/_slick.scss */
.slick-prev:before {
  content: "←";
}
/* line 199, ../../src/sass/components/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 204, ../../src/sass/components/_slick.scss */
.slick-next {
  right: -25px;
}
/* line 206, ../../src/sass/components/_slick.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 210, ../../src/sass/components/_slick.scss */
.slick-next:before {
  content: "→";
}
/* line 212, ../../src/sass/components/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 220, ../../src/sass/components/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 223, ../../src/sass/components/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 232, ../../src/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, ../../src/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, ../../src/sass/components/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 255, ../../src/sass/components/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 260, ../../src/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, ../../src/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, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, ../../src/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 22, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, ../../src/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 34, ../../src/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 42, ../../src/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 49, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, ../../src/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 64, ../../src/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 72, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, ../../src/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 88, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, ../../src/sass/components/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, ../../src/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 125, ../../src/sass/components/_owl.carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, ../../src/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 136, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 141, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, ../../src/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 166, ../../src/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 170, ../../src/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 174, ../../src/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 182, ../../src/sass/components/_owl.carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, ../../src/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, ../../src/sass/components/_lightbox.scss */
  .m-lightbox {
    background: rgba(0, 0, 0, 0.9);
  }
}
/* line 17, ../../src/sass/components/_lightbox.scss */
.m-lightbox.active {
  display: block;
  animation: m-popup_active .3s ease;
  animation-fill-mode: forwards;
}
/* line 21, ../../src/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, ../../src/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, ../../src/sass/components/_lightbox.scss */
.m-lightbox .container-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  z-index: 101;
  text-align: center;
}
/* line 68, ../../src/sass/components/_lightbox.scss */
.m-lightbox .container {
  background: black;
  width: auto;
  height: 100%;
  margin-bottom: 2.0em;
  transition: opacity 3s ease;
}
/* line 74, ../../src/sass/components/_lightbox.scss */
.m-lightbox .container img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /* line 68, ../../src/sass/components/_lightbox.scss */
  .m-lightbox .container {
    border: none;
  }
}
/* line 83, ../../src/sass/components/_lightbox.scss */
.m-lightbox .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 88, ../../src/sass/components/_lightbox.scss */
.m-lightbox .video iframe {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 101, ../../src/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 114, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:hover:before, .m-lightbox .ui_close-icon:hover:after {
  background-color: #fff;
}
/* line 118, ../../src/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 127, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:before {
  height: .3rem;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 134, ../../src/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 101, ../../src/sass/components/_lightbox.scss */
  .m-lightbox .ui_close-icon {
    font-size: 6em;
    top: 0.5em;
    right: 0.5em;
  }
}
/* line 150, ../../src/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 157, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper {
  width: auto;
}
/* line 159, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .container {
  width: 67.6rem;
}
/* line 163, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow:after, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow:after {
  display: block;
  width: 8.4rem;
  height: 13.6rem;
  position: absolute;
  background: no-repeat left top / cover;
  cursor: pointer;
}
/* line 172, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow {
  top: 50%;
  transform: translateY(-50%);
}
/* line 175, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow:after, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow:after {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s;
}
/* line 183, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow:hover:after, .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow:hover:after {
  opacity: 1;
}
/* line 189, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow {
  background-image: url("../img/arrow-left.png");
}
@media screen and (min-width: 1025px) {
  /* line 189, ../../src/sass/components/_lightbox.scss */
  .gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow {
    left: -17rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 189, ../../src/sass/components/_lightbox.scss */
  .gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow {
    left: -13rem;
  }
}
/* line 197, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_left-arrow:after {
  background-image: url("../img/arrow-left-hover.png");
}
/* line 202, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow {
  background-image: url("../img/arrow-right.png");
}
@media screen and (min-width: 1025px) {
  /* line 202, ../../src/sass/components/_lightbox.scss */
  .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow {
    right: -17rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 202, ../../src/sass/components/_lightbox.scss */
  .gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow {
    right: -13rem;
  }
}
/* line 210, ../../src/sass/components/_lightbox.scss */
.gallery-popup-is-on .m-lightbox .container-wrapper .ui_right-arrow:after {
  background-image: url("../img/arrow-right-hover.png");
}

/* line 217, ../../src/sass/components/_lightbox.scss */
.video-popup-is-on .ui_left-arrow, .video-popup-is-on .ui_right-arrow {
  display: none;
}
/* line 220, ../../src/sass/components/_lightbox.scss */
.video-popup-is-on .m-lightbox .container-wrapper {
  width: 100%;
}

/* line 1, ../../src/sass/components/_parallax.scss */
.parallax {
  background: repeat-y left top / contain;
  position: absolute;
  height: 100%;
  top: 55%;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/components/_parallax.scss */
  .parallax {
    display: none;
  }
}
/* line 9, ../../src/sass/components/_parallax.scss */
.parallax.sparks-1 {
  width: 53.3rem;
  background-image: url("../img/parallax/left-sparks.png");
  left: 0;
}
/* line 14, ../../src/sass/components/_parallax.scss */
.parallax.sparks-2 {
  width: 59.3rem;
  background-image: url("../img/parallax/right-sparks.png");
  right: 0;
}
