/*
 * Extracted from compass/reset
 */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

blockquote::after, blockquote:before, q::after, q:before {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.clearfix::after, .grid::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

* html .clearfix, * html .grid {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix, *:first-child + html .grid {
  zoom: 1; }

/* IE7 */
* {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  height: 100%; }

body.loading {
  overflow: hidden; }

.global-wrap {
  clear: both;
  overflow: hidden; }

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .wrap {
      padding: 0; } }

a, a:hover {
  color: inherit;
  text-decoration: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

*:focus {
  outline: none; }

/* Typography */
body, input, textarea, select, button {
  font: normal 30px/1.5em Roboto, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: none; }

/* Font sizes */
.p-lg {
  font-size: 50px;
  line-height: 1.2em; }

.p-md {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em; }

.p-sm {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em; }

@media only screen and (max-width: 1399px) {
  .p-md, body {
    font-size: 20px; } }
@media only screen and (max-width: 1024px) {
  body.fp-responsive .section, body.fp-responsive .fp-tableCell {
    height: auto !important; }

  .p-lg {
    font-size: 40px; }

  .p-sm {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .p-lg {
    font-size: 20px; }

  .p-md, body {
    font-size: 18px; }

  .p-sm {
    font-size: 18px; } }
/* Preload content */
#loader {
  background-color: white;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100; }
  #loader .loader-content {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #loader img {
    display: block; }
  #loader p {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px; }

/* Grid system */
.row {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  text-align: center;
  /* Space between images */ }
  .row *[class*="col-"] {
    width: 100%; }
  .row > :nth-child(2) img {
    margin-top: 20px; }
  @media only screen and (min-width: 1025px) {
    .row {
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
      /* Space between images */
      /* Column numbers must add up to 6 */ }
      .row > :nth-child(2) img {
        margin-left: 20px;
        margin-top: 0; }
      .row .col-1 {
        width: 26%; }
      .row .col-2 {
        width: 36%; }
      .row .col-3 {
        width: 49%; }
      .row .col-4 {
        width: 60%; }
      .row .col-5 {
        width: 70%; }
      .row .col-6 {
        width: 100%; }
      .row .col-a {
        width: auto; } }

/*
	HELPERS
*/
.mt-1 {
  margin-top: 3px; }

.mb-1 {
  margin-bottom: 3px; }

.mt-2 {
  margin-top: 6px; }

.mb-2 {
  margin-bottom: 6px; }

.mt-3 {
  margin-top: 9px; }

.mb-3 {
  margin-bottom: 9px; }

.mt-4 {
  margin-top: 12px; }

.mb-4 {
  margin-bottom: 12px; }

.mt-5 {
  margin-top: 15px; }

.mb-5 {
  margin-bottom: 15px; }

.mt-6 {
  margin-top: 18px; }

.mb-6 {
  margin-bottom: 18px; }

.mt-7 {
  margin-top: 21px; }

.mb-7 {
  margin-bottom: 21px; }

.ml-1 {
  margin-left: 3px; }

.mr-1 {
  margin-right: 3px; }

.ml-2 {
  margin-left: 6px; }

.mr-2 {
  margin-right: 6px; }

.ml-3 {
  margin-left: 9px; }

.mr-3 {
  margin-right: 9px; }

.ml-4 {
  margin-left: 12px; }

.mr-4 {
  margin-right: 12px; }

.ml-5 {
  margin-left: 15px; }

.mr-5 {
  margin-right: 15px; }

.ml-6 {
  margin-left: 18px; }

.mr-6 {
  margin-right: 18px; }

.ml-7 {
  margin-left: 21px; }

.mr-7 {
  margin-right: 21px; }

@media only screen and (min-width: 1025px) {
  .mt-1 {
    margin-top: 5px; }

  .mb-1 {
    margin-bottom: 5px; }

  .mt-2 {
    margin-top: 10px; }

  .mb-2 {
    margin-bottom: 10px; }

  .mt-3 {
    margin-top: 15px; }

  .mb-3 {
    margin-bottom: 15px; }

  .mt-4 {
    margin-top: 20px; }

  .mb-4 {
    margin-bottom: 20px; }

  .mt-5 {
    margin-top: 25px; }

  .mb-5 {
    margin-bottom: 25px; }

  .mt-6 {
    margin-top: 30px; }

  .mb-6 {
    margin-bottom: 30px; }

  .mt-7 {
    margin-top: 35px; }

  .mb-7 {
    margin-bottom: 35px; } }
.center {
  text-align: center; }

/*
	FULL-HEIGHT SECTIONS
*/
/* Generic */
span.underline {
  text-decoration: underline; }

.col-1-2 {
  width: 18% !important; }

@media (max-width: 1026px) {
  .col-1-2 {
    width: 100% !important; } }
.section {
  position: relative;
  /* Put backround at the back, everything else - up front */
  /* Cancel stockmarketgame.org */
  /* Content */
  /* Stacked images + text should be next to each other on small devices */
  /* Icons */
  /* First screen */ }
  .section .section-content {
    overflow: hidden;
    padding: 100px 0;
    position: relative; }
    .section .section-content > * {
      position: relative;
      z-index: 3; }
    .section .section-content .color, .section .section-content .color-wrap {
      position: absolute;
      z-index: 2; }
    .section .section-content .bg-wrap {
      position: absolute;
      z-index: 1; }
  .section .row {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .section .wrap {
    color: white;
    position: relative; }
  @media only screen and (min-width: 1025px) {
    .section .stacked {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      text-align: left; }
      .section .stacked img {
        margin-right: 30px; }
      .section .stacked p, .section .stacked .wrap-inner {
        flex: 1; }
      .section .stacked .deflex-30p {
        flex: 30%; }
      .section .stacked .deflex-60p {
        flex: 60%; }
      .section .stacked p {
        padding-right: 20px; } }
  @media only screen and (min-width: 1400px) {
    .section .stacked {
      display: block;
      text-align: center; }
      .section .stacked img {
        margin-right: 0; }
      .section .stacked p {
        padding-right: 0; } }
  .section img {
    display: inline-block;
    max-height: 320px;
    max-width: 100%; }
  .section ul {
    display: inline-block; }
  .section li {
    margin-bottom: 10px;
    text-align: left; }
  .section .icon {
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    width: 18px; }
    .section .icon.check {
      background: url(../image/check.svg) no-repeat center;
      background-size: contain; }
    .section .icon.arrow {
      background: url(../image/arrow.svg) no-repeat center;
      background-size: contain;
      height: 34px;
      margin-left: 10px;
      transition: opacity 500ms ease-in-out;
      vertical-align: middle;
      width: 34px;
      will-change: opacity; }
      .section .icon.arrow:hover {
        opacity: 0.5; }
    .section .icon.arrow.left {
      transform: scaleX(-1); }
  .section .icon-bigger.arrow {
    width: 42px;
    height: 42px; }
  .section.intro .section-content {
    min-height: 640px; }
  .section.intro .color {
    color: white;
    padding: 30px 0;
    top: auto; }
  .section.intro .logo img {
    max-width: 150px; }
  .section.intro .bg-wrap {
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
    -o-filter: none;
    -ms-filter: none; }
  .section.intro a {
    color: white; }
  @media only screen and (min-width: 1025px) {
    .section {
      /* Header overlaps fullpage, compensate with padding-top */ }
      .section .section-content {
        height: 100%;
        padding: 0; }
      .section .wrap {
        padding-top: 100px;
        top: 50%;
        transform: translateY(-50%); }
      .section li {
        margin-bottom: 20px; }
        .section li .icon {
          height: 25px;
          margin-right: 8px;
          width: 25px; } }
  @media only screen and (min-width: 1400px) {
    .section .wrap {
      padding-top: 70px; } }

/* Slide text when in view */
@media only screen and (min-width: 1025px) {
  .fp-section {
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    will-change: opacity, visibility; }
    .fp-section h1, .fp-section h2, .fp-section h3, .fp-section h4, .fp-section h5, .fp-section h6, .fp-section p, .fp-section ul, .fp-section strong, .fp-section .nav-prev, .fp-section .nav-next {
      opacity: 0;
      position: relative;
      transition: opacity 500ms ease-in-out, top 500ms ease-in-out;
      top: -30px;
      will-change: opacity, top; }

  .fp-section.active h1, .fp-section.active h2, .fp-section.active h3, .fp-section.active h4, .fp-section.active h5, .fp-section.active h6, .fp-section.active p, .fp-section.active ul, .fp-section.active strong, .fp-section.active .nav-prev, .fp-section.active .nav-next {
    opacity: 1;
    top: 0; } }
/* First/last section */
.logo img {
  max-width: 225px; }

.section .box {
  background-color: white;
  color: #626367;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px 0; }
  .section .box .p-sm {
    font-weight: normal;
    line-height: 1.5em; }
  .section .box strong {
    display: inline-block;
    font-weight: bold;
    margin-top: 10px; }
  .section .box .btn {
    border: 1px solid #61AE4D;
    border-radius: 4px;
    color: #61AE4D;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
    will-change: background-color, color; }
    .section .box .btn:hover {
      background-color: #61AE4D;
      color: white; }
  .section .box #footer-link {
    font-size: 20px; }
  .section .box #btn-register {
    padding: 6px 50px;
    font-size: 25px; }
  @media only screen and (min-width: 1025px) {
    .section .box {
      height: 100%;
      left: 30%;
      margin-left: 0;
      margin-right: 0;
      padding: 70px 0;
      position: absolute;
      right: 30%;
      top: 0; }
      .section .box .box-wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .section .box .btn {
        font-size: 20px;
        padding: 5px 40px; } }

/* Backgrounds */
.bg-wrap, .color, .color-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.bg-wrap {
  /* @include vendor('filter', 'blur(5px)'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.color.red {
  background-color: rgba(213, 56, 83, 0.8);
  border-top: 0px solid rgba(97, 174, 77, 0.8); }
.color.orange {
  background-color: rgba(247, 181, 56, 0.8);
  border-top: 0px solid rgba(97, 174, 77, 0.8); }
.color.purple {
  background-color: rgba(126, 90, 154, 0.8);
  border-top: 0px solid rgba(247, 181, 56, 0.8); }
.color.blue {
  background-color: rgba(0, 147, 211, 0.8);
  border-top: 0px solid rgba(213, 56, 83, 0.8); }
.color.green {
  background-color: rgba(97, 174, 77, 0.8);
  border-top: 0px solid white; }
@media only screen and (min-width: 1025px) {
  .color.green {
    border-top: none; } }

.section:first-child .color {
  border-top: none; }

.section .color-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .section .color-wrap .color {
    position: relative;
    width: 10%;
    border-top: 7px solid rgba(97, 174, 77, 0.8); }
  .section .color-wrap .purple {
    width: 60%; }

.icon.check {
  position: relative;
  top: 2px; }

@media (min-width: 992px) {
  .fp-section p.title-anim {
    position: relative;
    top: -200px;
    opacity: 0;
    transition: opacity 4000ms ease-in-out, top 1500ms ease-in-out; }

  .body-anim {
    position: relative;
    top: -200px;
    opacity: 0;
    transition: opacity 4000ms ease-in-out, top 1500ms ease-in-out; }

  .fp-section.active p.title-anim {
    top: 0vh;
    opacity: 1; }

  .fp-section.active .body-anim {
    top: 0vh;
    opacity: 1; }

  .fp-section .screen-wrap, .fp-section .phone-wrap {
    position: relative;
    top: -140px;
    opacity: 0;
    transition: opacity 3500ms ease-in-out, top 1700ms ease-in-out; }

  .fp-section.active .screen-wrap, .fp-section.active .phone-wrap {
    top: 0px;
    opacity: 1; }

  .fp-section .image-anim {
    position: relative;
    top: -140px;
    opacity: 0;
    transition: opacity 3500ms ease-in-out, top 1700ms ease-in-out; }

  .fp-section.active .image-anim {
    top: 0px;
    opacity: 1; }

  .fp-section .nav-prev, .fp-section .nav-next {
    opacity: 0; }

  .fp-section.active .nav-prev, .fp-section.active .nav-next {
    transition: opacity 1500ms ease-in-out;
    opacity: 1;
    transition-delay: 1s; }

  .icon.check {
    top: 5px; } }
.link {
  text-decoration: underline; 
  color: white;
 }
/*
	LAPTOP / PHONE PREVIEW
*/
.screen-wrap, .phone-wrap {
  margin-bottom: 20px;
  position: relative; }
  .screen-wrap .screen, .phone-wrap .screen {
    overflow: hidden;
    position: absolute; }
  .screen-wrap img, .phone-wrap img {
    display: block;
    max-height: none;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .screen-wrap, .phone-wrap {
      margin-bottom: 0;
      max-width: none; } }

.screen-wrap .screen {
  left: 12%;
  max-height: 82%;
  right: 12%;
  top: 8%; }
@media only screen and (min-width: 1025px) {
  .screen-wrap {
    max-width: 480px; } }
@media only screen and (min-width: 1400px) {
  .screen-wrap {
    max-width: none; } }

.phone-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px; }
  .phone-wrap .screen {
    left: 6%;
    right: 6%;
    top: 12.4%; }
  @media only screen and (min-width: 1025px) {
    .phone-wrap {
      max-width: 180px; } }
  @media only screen and (min-width: 1400px) {
    .phone-wrap {
      max-width: 240px; } }

@media only screen and (min-width: 768px) {
  .screen-text {
    padding-left: 30px; } }
@media only screen and (min-width: 1025px) {
  .screen-text {
    padding-left: 0; } }

.header-stick-top {
  background-color: white;
  font-size: 14px;
  left: 0;
  max-width: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 1400px) {
    .header-stick-top .navbar-form.navbar-right {
      margin-top: 0; }
    .header-stick-top .navbar-form, .header-stick-top .navbar-form .form-group {
      max-height: 36px;
      vertical-align: top; } }

footer.global {
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 1.2;
  padding: 25px 20px 10px;
  position: fixed;
  width: 100%;
  z-index: 1; }
  footer.global li {
    line-height: 18px;
    margin-bottom: 5px; }
  footer.global h1, footer.global h2, footer.global h3, footer.global h4, footer.global h5, footer.global h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px; }

/*# sourceMappingURL=main.css.map */
