/*-------------------*/
@import url("https://fonts.googleapis.com/css?family=Bungee|Titillium+Web:400,700");
/*$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 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: "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, ../../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/_campfire.scss */
  html {
    font-size: calc(5px + 5 * ((100vw - 960px) / (1920 - 960))) !important;
  }
  /* line 5, ../../src/sass/pages/_campfire.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/_campfire.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, ../../src/sass/pages/_campfire.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, ../../src/sass/pages/_campfire.scss */
  body {
    background-image: url("../img/bg.jpg");
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 18, ../../src/sass/pages/_campfire.scss */
  body {
    background-image: url("../img/bg-touch.jpg");
  }
}

/* line 32, ../../src/sass/pages/_campfire.scss */
.main {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 32, ../../src/sass/pages/_campfire.scss */
  .main {
    padding-top: 83.3rem;
  }
}

@media screen and (min-width: 1025px) {
  /* line 39, ../../src/sass/pages/_campfire.scss */
  .content {
    margin: 21rem auto 0;
    width: 143rem;
  }
}

/* line 46, ../../src/sass/pages/_campfire.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 46, ../../src/sass/pages/_campfire.scss */
  .cta-button {
    font-size: 3.6rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 46, ../../src/sass/pages/_campfire.scss */
  .cta-button {
    font-size: 7.2rem;
    padding: 0 8rem;
  }
}
/* line 64, ../../src/sass/pages/_campfire.scss */
.cta-button span {
  position: relative;
  z-index: 1;
}
/* line 68, ../../src/sass/pages/_campfire.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 79, ../../src/sass/pages/_campfire.scss */
.cta-button:hover:after {
  background-color: #ff504c;
}

/* line 85, ../../src/sass/pages/_campfire.scss */
.section-1 {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  /* line 85, ../../src/sass/pages/_campfire.scss */
  .section-1 {
    margin: 0 0 4.5rem 24rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 85, ../../src/sass/pages/_campfire.scss */
  .section-1 {
    margin: 3.5rem 0 6rem 28.65rem;
  }
}
/* line 95, ../../src/sass/pages/_campfire.scss */
.section-1 h1 {
  font-family: "Bungee", cursive;
  color: #ffdddc;
}
@media screen and (min-width: 1025px) {
  /* line 95, ../../src/sass/pages/_campfire.scss */
  .section-1 h1 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 1rem 0 .5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 95, ../../src/sass/pages/_campfire.scss */
  .section-1 h1 {
    font-size: 7.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

/* line 111, ../../src/sass/pages/_campfire.scss */
.section-2 {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  /* line 111, ../../src/sass/pages/_campfire.scss */
  .section-2 {
    width: 64rem;
    height: 18.75rem;
    justify-content: space-between;
    margin-bottom: 6.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 111, ../../src/sass/pages/_campfire.scss */
  .section-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 7.5rem;
  }
}
/* line 126, ../../src/sass/pages/_campfire.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 126, ../../src/sass/pages/_campfire.scss */
  .section-2 .video-popup {
    width: 25rem;
    height: 18rem;
    position: absolute;
    right: 0;
    top: -1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 126, ../../src/sass/pages/_campfire.scss */
  .section-2 .video-popup {
    position: relative;
    width: 60rem;
    height: 43.25rem;
    margin-bottom: 1rem;
    order: -1;
  }
}
/* line 143, ../../src/sass/pages/_campfire.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 156, ../../src/sass/pages/_campfire.scss */
.section-2 .video-popup:hover:after {
  opacity: 1;
}
/* line 161, ../../src/sass/pages/_campfire.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 161, ../../src/sass/pages/_campfire.scss */
  .section-2 .text-fades {
    margin: 5.7rem 0 0 5rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 161, ../../src/sass/pages/_campfire.scss */
  .section-2 .text-fades {
    height: 20.5rem;
    width: 100%;
    font-size: 7.2rem;
    line-height: 1.2;
  }
}
/* line 177, ../../src/sass/pages/_campfire.scss */
.section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1025px) {
  /* line 177, ../../src/sass/pages/_campfire.scss */
  .section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 177, ../../src/sass/pages/_campfire.scss */
  .section-2 .text-fades .text-1, .section-2 .text-fades .text-2 {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 189, ../../src/sass/pages/_campfire.scss */
.section-2 .text-fades .text-2 {
  display: none;
}

@media screen and (min-width: 1025px) {
  /* line 197, ../../src/sass/pages/_campfire.scss */
  .section-3 {
    width: 83.5rem;
    margin: 0 auto 10.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 197, ../../src/sass/pages/_campfire.scss */
  .section-3 {
    margin-bottom: 10rem;
  }
}
/* line 205, ../../src/sass/pages/_campfire.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 205, ../../src/sass/pages/_campfire.scss */
  .section-3 .intro-line {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 205, ../../src/sass/pages/_campfire.scss */
  .section-3 .intro-line {
    font-size: 4.8rem;
    width: 65rem;
    margin: 0 auto .5rem;
    line-height: 1;
  }
}
/* line 220, ../../src/sass/pages/_campfire.scss */
.section-3 ul {
  display: flex;
  font-family: "Bungee", cursive;
  font-weight: bold;
  color: #ff504d;
}
@media screen and (min-width: 1025px) {
  /* line 220, ../../src/sass/pages/_campfire.scss */
  .section-3 ul {
    font-size: 3rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  /* line 220, ../../src/sass/pages/_campfire.scss */
  .section-3 ul {
    font-size: 7.2rem;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  /* line 237, ../../src/sass/pages/_campfire.scss */
  .section-4 {
    width: 90rem;
    margin: 0 auto 7rem;
  }
}
/* line 242, ../../src/sass/pages/_campfire.scss */
.section-4 h2 {
  text-align: center;
  font-family: "Bungee", cursive;
  color: #ffdddc;
}
@media screen and (min-width: 1025px) {
  /* line 242, ../../src/sass/pages/_campfire.scss */
  .section-4 h2 {
    font-size: 3rem;
    margin-bottom: 5.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 242, ../../src/sass/pages/_campfire.scss */
  .section-4 h2 {
    font-size: 5.3rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 255, ../../src/sass/pages/_campfire.scss */
  .section-4 ul {
    padding: 0 3rem;
    height: 135rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
/* line 263, ../../src/sass/pages/_campfire.scss */
.section-4 ul li {
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  /* line 263, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 263, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li {
    font-size: 4.7rem;
    line-height: 1.1;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  /* line 276, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 276, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
/* line 284, ../../src/sass/pages/_campfire.scss */
.section-4 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50px;
  background-color: rgba(255, 80, 77, 0.5);
}
@media screen and (min-width: 1025px) {
  /* line 284, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li:before {
    width: 1rem;
    height: 1rem;
    top: .9rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 284, ../../src/sass/pages/_campfire.scss */
  .section-4 ul li:before {
    width: 2rem;
    height: 2rem;
    top: 1.5rem;
  }
}
/* line 302, ../../src/sass/pages/_campfire.scss */
.section-4 ul li strong {
  color: #f09998;
}
/* line 305, ../../src/sass/pages/_campfire.scss */
.section-4 ul li a {
  font-weight: bold;
  color: #ff504d;
}
/* line 308, ../../src/sass/pages/_campfire.scss */
.section-4 ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 317, ../../src/sass/pages/_campfire.scss */
.section-5 {
  text-align: center;
  width: 90rem;
}
@media screen and (min-width: 1025px) {
  /* line 317, ../../src/sass/pages/_campfire.scss */
  .section-5 {
    margin: 0 auto 20.5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 317, ../../src/sass/pages/_campfire.scss */
  .section-5 {
    margin: 0 auto 56rem;
    height: 40.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* line 331, ../../src/sass/pages/_campfire.scss */
.section-5 .cta-button {
  margin-bottom: 3rem;
}
/* line 334, ../../src/sass/pages/_campfire.scss */
.section-5 p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 334, ../../src/sass/pages/_campfire.scss */
  .section-5 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 334, ../../src/sass/pages/_campfire.scss */
  .section-5 p {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}

/* line 1, ../../src/sass/layout/_header.scss */
header {
  position: relative;
  width: 100%;
  background: no-repeat #1a1a24;
  padding: 1.1em 0 1.1em;
  text-align: center;
}
/* line 8, ../../src/sass/layout/_header.scss */
header .logo {
  margin-top: .15em;
  vertical-align: top;
  display: inline-block;
}
/* line 14, ../../src/sass/layout/_header.scss */
header ul {
  display: inline-block;
}
/* line 16, ../../src/sass/layout/_header.scss */
header ul li {
  display: inline-block;
}
/* line 18, ../../src/sass/layout/_header.scss */
header ul li a {
  display: inline-block;
}
/* line 21, ../../src/sass/layout/_header.scss */
header ul li:last-child {
  margin-right: 0;
}
/* line 27, ../../src/sass/layout/_header.scss */
header .button {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b8a2f7;
  border-radius: 2em;
  width: 19.5em;
  height: 4.4em;
  text-transform: uppercase;
  color: #fff;
  padding: .8em 0;
  margin-top: 2.5em;
  font-family: Lora, serif;
}
/* line 39, ../../src/sass/layout/_header.scss */
header .button:hover {
  background-color: #b8a2f7;
}
/* line 42, ../../src/sass/layout/_header.scss */
header .button span {
  display: block;
}
/* line 46, ../../src/sass/layout/_header.scss */
header .button span:nth-child(1) {
  font-size: 1.3em;
}
@media screen and (max-width: 1024px) {
  /* line 27, ../../src/sass/layout/_header.scss */
  header .button {
    width: 21.1em;
    margin-top: .4em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 62, ../../src/sass/layout/_header.scss */
  header:before, header:after {
    content: "";
    display: block;
    background: url("../img/header/header-bg.jpg") no-repeat;
    background-size: cover;
    width: 24.6em;
    height: 100%;
    position: absolute;
    top: 0;
  }
  /* line 73, ../../src/sass/layout/_header.scss */
  header:before {
    background-position: left top;
    left: 0;
  }
  /* line 78, ../../src/sass/layout/_header.scss */
  header:after {
    background-position: right top;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/layout/_header.scss */
  header {
    padding-bottom: 2em;
  }
  /* line 88, ../../src/sass/layout/_header.scss */
  header:before {
    content: "";
    display: block;
    background: url("../img/header/header-mobile-bg.jpg") no-repeat;
    background-size: cover;
    width: 24.7em;
    height: 8.25em;
    position: absolute;
    top: 0;
  }
  /* line 99, ../../src/sass/layout/_header.scss */
  header:before {
    background-position: left top;
    left: 0;
  }
  /* line 104, ../../src/sass/layout/_header.scss */
  header .logo {
    width: 14em;
    margin-left: 24em;
    margin-right: 2em;
  }
  /* line 110, ../../src/sass/layout/_header.scss */
  header ul {
    display: inline-block;
    margin-right: 0;
  }
  /* line 113, ../../src/sass/layout/_header.scss */
  header ul li {
    display: inline-block;
    margin-right: 1em;
  }
  /* line 116, ../../src/sass/layout/_header.scss */
  header ul li a {
    display: inline-block;
    width: 13.2em;
    height: 13.4em;
  }
  /* line 121, ../../src/sass/layout/_header.scss */
  header ul li:last-child {
    margin-right: 0;
  }
}
/* line 128, ../../src/sass/layout/_header.scss */
header .desktop {
  display: none;
}
/* line 133, ../../src/sass/layout/_header.scss */
header .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 133, ../../src/sass/layout/_header.scss */
  header .mobile {
    display: inline-block;
  }
}

/* line 1, ../../src/sass/layout/_footer.scss */
footer {
  padding: 0 0 3em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/layout/_footer.scss */
  footer {
    padding: 3em 0 4rem;
  }
}
/* line 13, ../../src/sass/layout/_footer.scss */
footer .go-to-main-site {
  font-family: "Bungee", cursive;
  text-transform: uppercase;
  color: #ff504c;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  /* line 13, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  /* line 21, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site:hover {
    color: #fff;
  }
  /* line 25, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site:before {
    font-size: 1.4rem;
    margin-right: .7rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 13, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site {
    font-size: 3.6em;
    margin-bottom: 4.8rem;
    display: inline-block;
  }
  /* line 34, ../../src/sass/layout/_footer.scss */
  footer .go-to-main-site:before {
    font-size: 2.8rem;
    margin-right: 1.4rem;
  }
}
/* line 41, ../../src/sass/layout/_footer.scss */
footer .icon-nexon {
  margin: .325em .5em 0 0;
  color: #ff504d;
  transition: color .2s;
}
/* line 45, ../../src/sass/layout/_footer.scss */
footer .icon-nexon:hover {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 41, ../../src/sass/layout/_footer.scss */
  footer .icon-nexon {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1024px) {
  /* line 41, ../../src/sass/layout/_footer.scss */
  footer .icon-nexon {
    font-size: 5.48em;
  }
}
/* line 56, ../../src/sass/layout/_footer.scss */
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  /* line 56, ../../src/sass/layout/_footer.scss */
  footer .copyright {
    margin-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  /* line 56, ../../src/sass/layout/_footer.scss */
  footer .copyright {
    font-size: 1em;
  }
}
/* line 68, ../../src/sass/layout/_footer.scss */
footer .copyright, footer .footer-links a {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  color: #ff504d;
  font-family: "Titillium Web", sans-serif;
}
@media screen and (max-width: 1024px) {
  /* line 68, ../../src/sass/layout/_footer.scss */
  footer .copyright, footer .footer-links a {
    font-size: 3rem;
  }
}
/* line 79, ../../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 92, ../../src/sass/layout/_footer.scss */
footer .to-main-site:hover {
  background: #796dd1;
}
/* line 97, ../../src/sass/layout/_footer.scss */
footer .footer-links {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 103, ../../src/sass/layout/_footer.scss */
footer .footer-links a:hover {
  color: #fff;
}
/* line 107, ../../src/sass/layout/_footer.scss */
footer .footer-links span.separator {
  vertical-align: text-bottom;
  display: inline-block;
  margin: 0 .75em;
  color: #ff504d;
}
@media screen and (max-width: 1024px) {
  /* line 107, ../../src/sass/layout/_footer.scss */
  footer .footer-links span.separator {
    font-size: 3rem;
    font-weight: bold;
  }
}
/* line 121, ../../src/sass/layout/_footer.scss */
footer .social {
  margin: 0 0 0 2.5rem;
  vertical-align: top;
  display: flex;
  justify-content: center;
}
/* line 126, ../../src/sass/layout/_footer.scss */
footer .social a {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 2px solid;
  color: #ff504d;
  border-radius: 100%;
}
/* line 136, ../../src/sass/layout/_footer.scss */
footer .social a:not(:last-child) {
  margin-right: 2rem;
}
/* line 139, ../../src/sass/layout/_footer.scss */
footer .social a:before {
  margin-top: .25rem;
  color: #ff504d;
}
/* line 143, ../../src/sass/layout/_footer.scss */
footer .social a:hover {
  color: #ff504d;
  background: #ff504d;
}
/* line 146, ../../src/sass/layout/_footer.scss */
footer .social a:hover:before {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  /* line 156, ../../src/sass/layout/_footer.scss */
  footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 161, ../../src/sass/layout/_footer.scss */
  footer .copyright, footer .copyright span, footer .footer-links, footer .social {
    color: #ff504d;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  /* line 168, ../../src/sass/layout/_footer.scss */
  footer .copyright {
    margin-bottom: 1.5rem;
  }
  /* line 171, ../../src/sass/layout/_footer.scss */
  footer .footer-links {
    margin-bottom: 2rem;
  }
  /* line 176, ../../src/sass/layout/_footer.scss */
  footer .social a {
    font-size: 5rem;
    width: 10rem;
    height: 10rem;
  }
  /* line 180, ../../src/sass/layout/_footer.scss */
  footer .social a:not(:last-child) {
    margin-right: 4rem;
  }
}

/* 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: 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: #ff504c;
  font-family: "Bungee", cursive;
  border-radius: 2.5em;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 16, ../../src/sass/components/_share.scss */
.share a:before {
  color: #ff504c;
}
/* line 19, ../../src/sass/components/_share.scss */
.share a:hover {
  background: #ff504c;
  color: #fff;
}
/* line 22, ../../src/sass/components/_share.scss */
.share a:hover:before {
  color: #fff;
}
/* line 26, ../../src/sass/components/_share.scss */
.share a:before {
  margin-top: -.3rem;
}
@media screen and (min-width: 1025px) {
  /* line 26, ../../src/sass/components/_share.scss */
  .share a:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 26, ../../src/sass/components/_share.scss */
  .share a:before {
    font-size: 4rem;
  }
}
/* line 36, ../../src/sass/components/_share.scss */
.share a.tweet {
  margin: 0 0 0 .84em;
}
/* line 39, ../../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 47, ../../src/sass/components/_share.scss */
.share .button span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  /* line 54, ../../src/sass/components/_share.scss */
  .share a {
    border: .2rem solid #ff504c;
    width: 17rem;
    font-size: 2.4rem;
    padding: .65rem 0 .45rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/components/_share.scss */
  .share {
    margin-bottom: 4em;
  }
  /* line 64, ../../src/sass/components/_share.scss */
  .share a {
    border: .4rem solid #ff504c;
    padding: 2rem 0;
    font-size: 3.6rem;
    width: 29.6rem;
  }
}

/* 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;
  width: 100%;
  z-index: 101;
  text-align: center;
}
/* line 69, ../../src/sass/components/_lightbox.scss */
.m-lightbox .container {
  background: black;
  width: auto;
  height: 100%;
  margin-bottom: 2.0em;
  transition: opacity 3s ease;
}
/* line 75, ../../src/sass/components/_lightbox.scss */
.m-lightbox .container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /* line 69, ../../src/sass/components/_lightbox.scss */
  .m-lightbox .container {
    border: none;
  }
}
/* line 84, ../../src/sass/components/_lightbox.scss */
.m-lightbox .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 89, ../../src/sass/components/_lightbox.scss */
.m-lightbox .video iframe {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 102, ../../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 115, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:hover:before, .m-lightbox .ui_close-icon:hover:after {
  background-color: #fff;
}
/* line 119, ../../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 128, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_close-icon:before {
  height: .3rem;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 135, ../../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 102, ../../src/sass/components/_lightbox.scss */
  .m-lightbox .ui_close-icon {
    font-size: 6em;
    top: 0.5em;
    right: 0.5em;
  }
}
/* line 149, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_left-arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 149, ../../src/sass/components/_lightbox.scss */
  .m-lightbox .ui_left-arrow {
    display: none;
  }
}
/* line 156, ../../src/sass/components/_lightbox.scss */
.m-lightbox .ui_right-arrow {
  margin-left: 20px;
}
/* line 162, ../../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 1, ../../src/sass/components/_parallax.scss */
.parallax {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../../src/sass/components/_parallax.scss */
  .parallax {
    height: 9%;
  }
}
/* line 12, ../../src/sass/components/_parallax.scss */
.parallax div {
  height: 80%;
}
@media screen and (min-width: 1025px) {
  /* line 12, ../../src/sass/components/_parallax.scss */
  .parallax div {
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  /* line 12, ../../src/sass/components/_parallax.scss */
  .parallax div {
    background-size: cover;
  }
}
/* line 20, ../../src/sass/components/_parallax.scss */
.parallax div.left-side {
  width: 48.4rem;
  background-image: url("../img/parallax/left-side.png");
  background-position: left top;
  background-repeat: repeat-y;
}
/* line 26, ../../src/sass/components/_parallax.scss */
.parallax div.center-parallax {
  width: 81.9rem;
  background-image: url("../img/parallax/center.png");
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 32, ../../src/sass/components/_parallax.scss */
.parallax div.right-side {
  width: 40.9rem;
  background-image: url("../img/parallax/right-side.png");
  background-position: right top;
  background-repeat: repeat-y;
}
