/* line 5, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'KollyRsq80Italic';
  src: url("../fonts/KollyRsq80/KollyRsq80Italic.woff2") format("woff2"), url("../fonts/KollyRsq80/KollyRsq80Italic.woff") format("woff"), url("../fonts/KollyRsq80/KollyRsq80Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KollyStd32Italic';
  src: url("../fonts/KollyStd32/KollyStd32Italic.woff2") format("woff2"), url("../fonts/KollyStd32/KollyStd32Italic.woff") format("woff"), url("../fonts/KollyStd32/KollyStd32Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../scss/base/_global.scss */
* {
  box-sizing: border-box;
}

/* line 6, ../scss/base/_global.scss */
span:focus {
  outline: none;
}

/* line 10, ../scss/base/_global.scss */
.id {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 10px;
  font-size: 15px;
  z-index: 999999;
}

/* line 17, ../scss/base/_global.scss */
#id-desktop {
  background: darkseagreen;
}
@media only screen and (max-width: 1040px) {
  /* line 17, ../scss/base/_global.scss */
  #id-desktop {
    display: none;
  }
}

/* line 23, ../scss/base/_global.scss */
#id-tablet {
  background: indianred;
  display: none;
}
@media only screen and (max-width: 1040px) {
  /* line 23, ../scss/base/_global.scss */
  #id-tablet {
    display: block;
  }
}
@media only screen and (max-width: 598px) {
  /* line 23, ../scss/base/_global.scss */
  #id-tablet {
    display: none;
  }
}

/* line 33, ../scss/base/_global.scss */
#id-phone {
  background: cornflowerblue;
  display: none;
}
@media only screen and (max-width: 598px) {
  /* line 33, ../scss/base/_global.scss */
  #id-phone {
    display: block;
  }
}

/* line 41, ../scss/base/_global.scss */
body {
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
}

/* line 46, ../scss/base/_global.scss */
html {
  overflow-x: hidden;
}

/* line 50, ../scss/base/_global.scss */
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1040px) {
  /* line 50, ../scss/base/_global.scss */
  .inner {
    width: 578px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 50, ../scss/base/_global.scss */
  .inner {
    width: 238px;
  }
}

/* line 65, ../scss/base/_global.scss */
.fullbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 71, ../scss/base/_global.scss */
.clear {
  clear: both;
}

/* line 74, ../scss/base/_global.scss */
.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, ../scss/base/_global.scss */
input {
  border-radius: 0;
}
/* line 83, ../scss/base/_global.scss */
input::-webkit-input-placeholder {
  color: #dbdbdb;
}
/* line 87, ../scss/base/_global.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  color: #dbdbdb;
}
/* line 91, ../scss/base/_global.scss */
input:-moz-placeholder {
  /* Firefox 19+ */
  color: #dbdbdb;
}
/* line 95, ../scss/base/_global.scss */
input:-ms-input-placeholder {
  color: #dbdbdb;
}

/* line 100, ../scss/base/_global.scss */
button {
  padding: 35px 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  background: #F95738;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(249,87,98, 0.65);
  -ms-box-shadow: 0px 3px 21px 0px rgba(249,87,98, 0.65);
  -moz-box-shadow: 0px 3px 21px 0px rgba(249,87,98, 0.65);
  -o-box-shadow: 0px 3px 21px 0px rgba(249,87,98, 0.65);
  box-shadow: 0px 3px 21px 0px rgba(249,87,98, 0.65);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -ms-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -o-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
}
/* line 111, ../scss/base/_global.scss */
button:focus {
  outline: none;
}
/* line 113, ../scss/base/_global.scss */
button:hover {
  background: #f95f42;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 118, ../scss/base/_global.scss */
button:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 124, ../scss/base/_global.scss */
strong {
  font-weight: bold;
}

/* line 128, ../scss/base/_global.scss */
.resp-pad-ib {
  display: none;
}
@media only screen and (max-width: 1040px) {
  /* line 128, ../scss/base/_global.scss */
  .resp-pad-ib {
    display: inline-block;
  }
}

/* line 136, ../scss/base/_global.scss */
.resp-phone-ib {
  display: none;
}
@media only screen and (max-width: 598px) {
  /* line 136, ../scss/base/_global.scss */
  .resp-phone-ib {
    display: inline-block;
  }
}

@media only screen and (max-width: 1040px) {
  /* line 144, ../scss/base/_global.scss */
  .no-pad {
    display: none;
  }
}

@media only screen and (max-width: 598px) {
  /* line 151, ../scss/base/_global.scss */
  .no-phone {
    display: none !important;
  }
}

/* line 1, ../scss/base/_select2.scss */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 9, ../scss/base/_select2.scss */
.select2-container {
  width: 235px !important;
  padding: 31px 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -ms-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -o-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  z-index: 10;
}
@media only screen and (max-width: 598px) {
  /* line 9, ../scss/base/_select2.scss */
  .select2-container {
    font-size: 18px;
    padding: 10px 25px 10px 10px;
    margin-top: 15px;
    width: 100% !important;
  }
}

/* line 29, ../scss/base/_select2.scss */
.select2-container--default .select2-selection--single {
  border: none;
  position: relative;
  top: 5px;
}

/* line 35, ../scss/base/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: inline-block;
  float: right;
  border-left: 1px solid #dbdbdb;
  padding: 20px 0 20px 10px;
  top: -5px;
  right: 7px;
}

/* line 46, ../scss/base/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline-block;
}

/* line 50, ../scss/base/_select2.scss */
b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("../img/icon-dropdown.svg") no-repeat;
  background-size: contain;
  width: 23px;
  height: 11px;
  top: 16px;
  left: 15px;
}

/* line 60, ../scss/base/_select2.scss */
.select2-container--open b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 598px) {
  /* line 64, ../scss/base/_select2.scss */
  .select2-container--open {
    width: 238px !important;
  }
}

/* line 1, ../scss/module/_header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #083D77;
  width: 100%;
  padding: 30px 0;
  color: white;
  z-index: 100;
}
/* line 12, ../scss/module/_header.scss */
header .logo:hover {
  -webkit-filter: brightness(1000%);
  -ms-filter: brightness(1000%);
  -moz-filter: brightness(1000%);
  -o-filter: brightness(1000%);
  filter: brightness(1000%);
}

/* line 18, ../scss/module/_header.scss */
.logo {
  display: block;
  position: relative;
  float: left;
  width: 178px;
  height: 25px;
  background: url("../img/elopush_logo_3.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 598px) {
  /* line 18, ../scss/module/_header.scss */
  .logo {
    background: url("../img/elopush_logo_letter.svg") no-repeat;
    background-size: contain;
    width: 32px;
    height: 20px;
  }
}

/* line 36, ../scss/module/_header.scss */
.navigation {
  position: relative;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 598px) {
  /* line 36, ../scss/module/_header.scss */
  .navigation {
    display: none;
  }
}
/* line 46, ../scss/module/_header.scss */
.navigation a {
  color: #083D77;
  padding: 12px 20px;
  background: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-transition: 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -ms-transition: 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -moz-transition: 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -o-transition: 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  transition: 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
}
/* line 55, ../scss/module/_header.scss */
.navigation a:hover {
  color: white;
  background: #F95738;
}

/* line 62, ../scss/module/_header.scss */
.header-buffer {
  display: block;
  height: 85px;
  width: 100%;
}
@media only screen and (max-width: 598px) {
  /* line 62, ../scss/module/_header.scss */
  .header-buffer {
    height: 79px;
  }
}

/* line 1, ../scss/module/_opener.scss */
.opener {
  height: calc(100vh - 85px);
}
@media only screen and (max-width: 598px) {
  /* line 1, ../scss/module/_opener.scss */
  .opener {
    height: auto;
  }
}
/* line 46, ../scss/base/_mixins.scss */
.opener .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 14, ../scss/module/_opener.scss */
.opener-text {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 170px;
  margin-bottom: 70px;
  z-index: 10;
}
@media only screen and (max-width: 1040px) {
  /* line 14, ../scss/module/_opener.scss */
  .opener-text {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 14, ../scss/module/_opener.scss */
  .opener-text {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

/* line 33, ../scss/module/_opener.scss */
.opener-line {
  float: right;
  width: 100%;
  text-align: right;
  font-style: italic;
}
@media only screen and (max-width: 598px) {
  /* line 33, ../scss/module/_opener.scss */
  .opener-line {
    text-align: center;
  }
}
/* line 44, ../scss/module/_opener.scss */
.opener-line .left-line {
  float: right;
  margin-top: 55px;
  margin-right: 15px;
}
@media only screen and (max-width: 1040px) {
  /* line 44, ../scss/module/_opener.scss */
  .opener-line .left-line {
    margin-top: -15px;
  }
}
/* line 54, ../scss/module/_opener.scss */
.opener-line .left-line h2 {
  color: #F4D35E;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1040px) {
  /* line 62, ../scss/module/_opener.scss */
  .line2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 62, ../scss/module/_opener.scss */
  .line2 {
    margin-top: 30px;
  }
}
/* line 73, ../scss/module/_opener.scss */
.line2 h2 {
  margin-right: -15px;
}
@media only screen and (max-width: 1040px) {
  /* line 73, ../scss/module/_opener.scss */
  .line2 h2 {
    margin-right: 0;
  }
}

/* line 84, ../scss/module/_opener.scss */
.line1 .left-line {
  margin-right: 20px;
}
@media only screen and (max-width: 1040px) {
  /* line 84, ../scss/module/_opener.scss */
  .line1 .left-line {
    margin-right: 0;
  }
}
/* line 92, ../scss/module/_opener.scss */
.line1 h2 {
  margin-right: -10px;
}
@media only screen and (max-width: 1040px) {
  /* line 92, ../scss/module/_opener.scss */
  .line1 h2 {
    margin-right: 0;
  }
}

/* line 101, ../scss/module/_opener.scss */
.bigfont {
  font-size: 150px;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #083D77;
}
@media only screen and (max-width: 598px) {
  /* line 101, ../scss/module/_opener.scss */
  .bigfont {
    font-size: 60px;
    float: none;
  }
}

/* line 115, ../scss/module/_opener.scss */
.dotfont {
  font-family: "KollyRsq80Italic";
}
@media only screen and (max-width: 598px) {
  /* line 115, ../scss/module/_opener.scss */
  .dotfont {
    font-family: "KollyStd32Italic";
  }
}

/* line 122, ../scss/module/_opener.scss */
.blockfont {
  font-family: "KollyStd32Italic";
}

/* line 127, ../scss/module/_opener.scss */
.line2 .bigfont {
  font-size: 150px;
}
@media only screen and (max-width: 1040px) {
  /* line 127, ../scss/module/_opener.scss */
  .line2 .bigfont {
    margin-right: 15px;
    font-size: 150px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 127, ../scss/module/_opener.scss */
  .line2 .bigfont {
    font-size: 60px;
    margin-right: 8px;
  }
}

/* line 142, ../scss/module/_opener.scss */
h2 {
  font-size: 37px;
  text-transform: uppercase;
}

/* line 147, ../scss/module/_opener.scss */
.subline {
  font-size: 22px;
  color: #083D77;
}

/* line 152, ../scss/module/_opener.scss */
.opener-background {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 85px);
  width: calc(((100vw - 100%) / 2) + 870px);
  margin-right: calc( -1 * (100vw - 100%) / 2 - 460px);
  background-image: url("../img/akali_splash_20.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #F4D35E;
  background-blend-mode: luminosity;
  z-index: 5;
  -webkit-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  -moz-transform: skew(-11deg);
  -o-transform: skew(-11deg);
  transform: skew(-11deg);
}
@media only screen and (max-width: 598px) {
  /* line 152, ../scss/module/_opener.scss */
  .opener-background {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    width: 100vw;
    height: 405px;
    margin-right: calc( -1 * (100vw - 100%) / 2);
    background-position: center center;
  }
}

/* line 177, ../scss/module/_opener.scss */
.sign-up {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  /* line 177, ../scss/module/_opener.scss */
  .sign-up {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
}

/* line 193, ../scss/module/_opener.scss */
.big-input {
  -webkit-backface-visibility: hidden;
  position: relative;
  left: 0;
  width: 658px;
  padding: 35px 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -ms-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  -o-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.11);
}
@media only screen and (max-width: 1040px) {
  /* line 193, ../scss/module/_opener.scss */
  .big-input {
    box-sizing: border-box;
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 598px) {
  /* line 193, ../scss/module/_opener.scss */
  .big-input {
    font-size: 18px;
    padding: 20px;
  }
}

/* line 220, ../scss/module/_opener.scss */
.opener-button {
  margin: 25px auto;
}
@media only screen and (max-width: 598px) {
  /* line 220, ../scss/module/_opener.scss */
  .opener-button {
    font-size: 20px;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}
/* line 231, ../scss/module/_opener.scss */
.opener-button .logosmall {
  position: relative;
  display: inline-block;
  width: 123px;
  height: 17px;
  float: none;
  margin-left: 10px;
  -webkit-filter: saturate(50%);
  -ms-filter: saturate(50%);
  -moz-filter: saturate(50%);
  -o-filter: saturate(50%);
  filter: saturate(50%);
}

/* line 242, ../scss/module/_opener.scss */
.h2-white {
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 598px) {
  /* line 242, ../scss/module/_opener.scss */
  .h2-white {
    font-size: 18px;
    font-weight: bold;
  }
}

/* line 253, ../scss/module/_opener.scss */
.valid-false {
  -webkit-box-shadow: 0px 3px 31px 0px rgba(255,0,0,0.51);
  -ms-box-shadow: 0px 3px 31px 0px rgba(255,0,0,0.51);
  -moz-box-shadow: 0px 3px 31px 0px rgba(255,0,0,0.51);
  -o-box-shadow: 0px 3px 31px 0px rgba(255,0,0,0.51);
  box-shadow: 0px 3px 31px 0px rgba(255,0,0,0.51);
}

/* line 1, ../scss/module/_social-share.scss */
.social-share {
  width: 100%;
  margin: 200px 0;
}
@media only screen and (max-width: 1040px) {
  /* line 1, ../scss/module/_social-share.scss */
  .social-share {
    margin: 100px 0;
  }
}
@media only screen and (max-width: 598px) {
  /* line 1, ../scss/module/_social-share.scss */
  .social-share {
    margin: 50px 0;
  }
}
/* line 14, ../scss/module/_social-share.scss */
.social-share a {
  display: inline-block;
  margin-top: 25px;
  color: white;
  text-decoration: none;
  font-size: 25px;
}
@media only screen and (max-width: 598px) {
  /* line 14, ../scss/module/_social-share.scss */
  .social-share a {
    margin-top: 5px;
  }
}

/* line 28, ../scss/module/_social-share.scss */
.half {
  width: 50%;
  float: left;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  padding: 55px 0 35px 0;
}
@media only screen and (max-width: 598px) {
  /* line 28, ../scss/module/_social-share.scss */
  .half {
    width: 100%;
    padding: 35px 0 15px 0;
  }
}
/* line 43, ../scss/module/_social-share.scss */
.half .subline {
  color: white;
  font-size: 20px;
}
@media only screen and (max-width: 598px) {
  /* line 43, ../scss/module/_social-share.scss */
  .half .subline {
    font-size: 17px;
    margin-top: 5px;
  }
}
/* line 54, ../scss/module/_social-share.scss */
.half h4 {
  font-size: 25px;
}

/* line 59, ../scss/module/_social-share.scss */
.like-us {
  padding-left: calc((100vw - 1000px) / 2);
  background: #083D77;
}
@media only screen and (max-width: 1040px) {
  /* line 59, ../scss/module/_social-share.scss */
  .like-us {
    padding-left: calc((100vw - 575px) / 2);
    text-align: left;
  }
}
@media only screen and (max-width: 598px) {
  /* line 59, ../scss/module/_social-share.scss */
  .like-us {
    padding-left: calc((100vw - 238px) / 2);
    padding-right: calc((100vw - 238px) / 2);
    text-align: center;
  }
}
/* line 77, ../scss/module/_social-share.scss */
.like-us a:hover .i-facebook {
  margin-right: 30px;
}
/* line 83, ../scss/module/_social-share.scss */
.like-us .fb-link {
  position: relative;
  top: -25px;
}

/* line 89, ../scss/module/_social-share.scss */
.share {
  padding-right: calc((100vw - 1000px) / 2);
  background: #0C59AB;
}
@media only screen and (max-width: 1040px) {
  /* line 89, ../scss/module/_social-share.scss */
  .share {
    padding-right: calc((100vw - 575px) / 2);
    text-align: right;
  }
}
@media only screen and (max-width: 598px) {
  /* line 89, ../scss/module/_social-share.scss */
  .share {
    padding-right: calc((100vw - 238px) / 2);
    padding-left: calc((100vw - 238px) / 2);
    text-align: center;
  }
}
/* line 105, ../scss/module/_social-share.scss */
.share a {
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) transform;
  -ms-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) transform;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) transform;
  -o-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) transform;
  transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) transform;
}
/* line 107, ../scss/module/_social-share.scss */
.share a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 113, ../scss/module/_social-share.scss */
.icon {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 15px;
}

/* line 121, ../scss/module/_social-share.scss */
.i-facebook {
  background: url("../img/icon-facebook-white.svg") no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) margin;
  -ms-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) margin;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) margin;
  -o-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) margin;
  transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) margin;
}
@media only screen and (max-width: 1040px) {
  /* line 121, ../scss/module/_social-share.scss */
  .i-facebook {
    margin-left: 0;
  }
}

/* line 132, ../scss/module/_social-share.scss */
.i-twitter {
  background: url("../img/icon-twitter-white.svg") no-repeat;
  background-size: contain;
  background-position: 0 5px;
}
@media only screen and (max-width: 1040px) {
  /* line 132, ../scss/module/_social-share.scss */
  .i-twitter {
    margin-right: 0;
  }
}
/* line 142, ../scss/module/_social-share.scss */
.i-twitter:hover {
  background: url("../img/icon-twitter.svg") no-repeat;
  background-size: contain;
  background-position: 0 5px;
}

/* line 1, ../scss/module/_features.scss */
.features {
  width: 100%;
  margin-bottom: 200px;
  float: left;
}
@media only screen and (max-width: 1040px) {
  /* line 1, ../scss/module/_features.scss */
  .features {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 1, ../scss/module/_features.scss */
  .features {
    margin-bottom: 50px;
  }
}
/* line 16, ../scss/module/_features.scss */
.features h3 {
  display: inline-block;
  font-size: 34px;
  text-transform: uppercase;
  font-style: italic;
  color: #F4D35E;
  background: #083D77;
  padding: 30px;
}
@media only screen and (max-width: 598px) {
  /* line 16, ../scss/module/_features.scss */
  .features h3 {
    font-size: 20px;
    padding: 20px 25px;
  }
}
/* line 32, ../scss/module/_features.scss */
.features p {
  margin: 30px 0;
  font-size: 25px;
  line-height: 1.3;
}
@media only screen and (max-width: 598px) {
  /* line 32, ../scss/module/_features.scss */
  .features p {
    font-size: 16px;
  }
}

/* line 44, ../scss/module/_features.scss */
.league-select {
  float: right;
  width: 340px;
  margin-top: -130px;
}
@media only screen and (max-width: 1040px) {
  /* line 44, ../scss/module/_features.scss */
  .league-select {
    width: 111%;
    margin-top: 30px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 44, ../scss/module/_features.scss */
  .league-select {
    padding-left: 0;
  }
}

/* line 63, ../scss/module/_features.scss */
.league {
  position: relative;
  width: 150px;
  height: 130px;
  margin: 50px 5px;
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 1040px) {
  /* line 63, ../scss/module/_features.scss */
  .league {
    opacity: 0.5;
    margin: 10px 15px;
    width: 120px;
    height: 130px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 63, ../scss/module/_features.scss */
  .league {
    width: 80px;
    height: 90px;
  }
}
/* line 86, ../scss/module/_features.scss */
.league:hover .league-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 89, ../scss/module/_features.scss */
.league:hover .league-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 94, ../scss/module/_features.scss */
.league .league-icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -ms-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -o-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
}
@media only screen and (max-width: 1040px) {
  /* line 94, ../scss/module/_features.scss */
  .league .league-icon {
    top: -11px;
    left: 15px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 94, ../scss/module/_features.scss */
  .league .league-icon {
    top: -14px;
    left: 13px;
  }
}
/* line 116, ../scss/module/_features.scss */
.league .league-bg {
  position: absolute;
  top: 0;
  left: 25px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #083D77;
  opacity: 0.4;
  z-index: 5;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all, 1ms ease background, 1ms ease opacity;
  -ms-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all, 1ms ease background, 1ms ease opacity;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all, 1ms ease background, 1ms ease opacity;
  -o-transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all, 1ms ease background, 1ms ease opacity;
  transition: 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) all, 1ms ease background, 1ms ease opacity;
}
@media only screen and (max-width: 598px) {
  /* line 116, ../scss/module/_features.scss */
  .league .league-bg {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 1040px) {
  /* line 136, ../scss/module/_features.scss */
  .league-active {
    opacity: 1;
  }
}
/* line 142, ../scss/module/_features.scss */
.league-active .league-bg {
  position: absolute;
  top: -45px;
  left: -20px;
  width: 190px;
  height: 190px;
  opacity: 1;
  background: #F4D35E;
  -webkit-box-shadow: 0px 3px 31px 0px rgba(244,211,94, 0.52);
  -ms-box-shadow: 0px 3px 31px 0px rgba(244,211,94, 0.52);
  -moz-box-shadow: 0px 3px 31px 0px rgba(244,211,94, 0.52);
  -o-box-shadow: 0px 3px 31px 0px rgba(244,211,94, 0.52);
  box-shadow: 0px 3px 31px 0px rgba(244,211,94, 0.52);
}
@media only screen and (max-width: 598px) {
  /* line 142, ../scss/module/_features.scss */
  .league-active .league-bg {
    top: -23px;
    left: 3px;
    width: 100px;
    height: 100px;
  }
}
/* line 163, ../scss/module/_features.scss */
.league-active:hover .league-bg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 169, ../scss/module/_features.scss */
.features-block {
  position: relative;
  float: left;
  width: 591px;
  margin-top: 100px;
}
@media only screen and (max-width: 1040px) {
  /* line 169, ../scss/module/_features.scss */
  .features-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 169, ../scss/module/_features.scss */
  .features-block {
    width: 100%;
  }
}
/* line 186, ../scss/module/_features.scss */
.features-block h4 {
  font-size: 34px;
  font-style: italic;
  color: #083D77;
  margin-bottom: 60px;
}
@media only screen and (max-width: 598px) {
  /* line 186, ../scss/module/_features.scss */
  .features-block h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/* line 198, ../scss/module/_features.scss */
.features-block h4 span {
  color: #F4D35E;
}

/* line 204, ../scss/module/_features.scss */
.bundle {
  display: none;
  position: relative;
  width: 100%;
  left: -200px;
  opacity: 0;
}

/* line 212, ../scss/module/_features.scss */
.bundleActive {
  display: block;
  -webkit-animation: 0.6s fadeLeft;
  -ms-animation: 0.6s fadeLeft;
  -moz-animation: 0.6s fadeLeft;
  -o-animation: 0.6s fadeLeft;
  animation: 0.6s fadeLeft;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 217, ../scss/module/_features.scss */
.bundleActive li {
  opacity: 0;
  position: relative;
  -webkit-animation: 0.8s fadeLeft;
  -ms-animation: 0.8s fadeLeft;
  -moz-animation: 0.8s fadeLeft;
  -o-animation: 0.8s fadeLeft;
  animation: 0.8s fadeLeft;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 223, ../scss/module/_features.scss */
.bundleActive li:nth-child(1) {
  -webkit-animation-delay: 150ms;
  -ms-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  -o-animation-delay: 150ms;
  animation-delay: 150ms;
}
/* line 224, ../scss/module/_features.scss */
.bundleActive li:nth-child(2) {
  -webkit-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
/* line 225, ../scss/module/_features.scss */
.bundleActive li:nth-child(3) {
  -webkit-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
}
/* line 226, ../scss/module/_features.scss */
.bundleActive li:nth-child(4) {
  -webkit-animation-delay: 450ms;
  -ms-animation-delay: 450ms;
  -moz-animation-delay: 450ms;
  -o-animation-delay: 450ms;
  animation-delay: 450ms;
}

@-webkit-keyframes fadeLeft {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* line 241, ../scss/module/_features.scss */
.help-list {
  width: 100%;
}
/* line 244, ../scss/module/_features.scss */
.help-list .help {
  font-size: 25px;
  padding-left: 47px;
  margin: 25px 0;
}
/* line 245, ../scss/module/_features.scss */
.help-list .help:before {
  content: " ";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  margin-left: -47px;
  background: url("../img/icon-li-help.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 598px) {
  /* line 245, ../scss/module/_features.scss */
  .help-list .help:before {
    top: 18px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 244, ../scss/module/_features.scss */
  .help-list .help {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
  }
}

/* line 276, ../scss/module/_features.scss */
.highlight {
  display: inline-block;
  color: #083D77;
  background: #F4D35E;
  padding: 5px 10px 8px 10px;
  margin: 0 2px;
}

/* line 288, ../scss/module/_features.scss */
.reserve-now {
  float: right;
}
@media only screen and (max-width: 1040px) {
  /* line 291, ../scss/module/_features.scss */
  .reserve-now button {
    margin-top: 50px;
  }
}

/* line 299, ../scss/module/_features.scss */
.button-medium {
  font-size: 24px;
  padding: 25px 35px;
}
@media only screen and (max-width: 598px) {
  /* line 299, ../scss/module/_features.scss */
  .button-medium {
    font-size: 20px;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}

/* line 1, ../scss/module/_championpool.scss */
.championpool {
  float: left;
  width: 100%;
  background: #083D77;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1040px) {
  /* line 1, ../scss/module/_championpool.scss */
  .championpool {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 1, ../scss/module/_championpool.scss */
  .championpool {
    margin-bottom: 50px;
  }
}
/* line 17, ../scss/module/_championpool.scss */
.championpool .inner {
  padding-top: 60px;
}
@media only screen and (max-width: 598px) {
  /* line 17, ../scss/module/_championpool.scss */
  .championpool .inner {
    padding-top: 35px;
  }
}
/* line 26, ../scss/module/_championpool.scss */
.championpool h4 {
  position: relative;
  font-size: 34px;
  color: #F4D35E;
  font-style: italic;
  text-transform: uppercase;
  z-index: 10;
  line-height: 1.3;
}
@media only screen and (max-width: 598px) {
  /* line 26, ../scss/module/_championpool.scss */
  .championpool h4 {
    font-size: 20px;
  }
}
/* line 40, ../scss/module/_championpool.scss */
.championpool h4 .h-highlight {
  color: #083D77;
}
@media only screen and (max-width: 1040px) {
  /* line 40, ../scss/module/_championpool.scss */
  .championpool h4 .h-highlight {
    color: #F4D35E;
  }
}
@media only screen and (max-width: 1040px) {
  /* line 48, ../scss/module/_championpool.scss */
  .championpool h4 .pad-highlight {
    color: #F4D35E;
  }
}
@media only screen and (max-width: 598px) {
  /* line 48, ../scss/module/_championpool.scss */
  .championpool h4 .pad-highlight {
    color: #F4D35E;
  }
}
/* line 62, ../scss/module/_championpool.scss */
.championpool p {
  position: relative;
  color: white;
  font-size: 24px;
  width: 590px;
  z-index: 10;
}
@media only screen and (max-width: 598px) {
  /* line 62, ../scss/module/_championpool.scss */
  .championpool p {
    font-size: 16px;
    width: 100%;
    line-height: 1.3;
  }
}

/* line 78, ../scss/module/_championpool.scss */
.pool-info {
  margin-top: 35px;
}
@media only screen and (max-width: 1040px) {
  /* line 78, ../scss/module/_championpool.scss */
  .pool-info {
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 598px) {
  /* line 78, ../scss/module/_championpool.scss */
  .pool-info {
    margin-top: 15px;
  }
}

/* line 90, ../scss/module/_championpool.scss */
.pool-background {
  background-image: url("../img/malphite_splash_20.png");
  height: 100%;
  width: calc(((100vw - 100%) / 2) + 524px);
  margin-right: calc( -1 * (100vw - 100%) / 2 - 65px);
  background-position: right center;
}
@media only screen and (max-width: 1040px) {
  /* line 90, ../scss/module/_championpool.scss */
  .pool-background {
    margin-right: calc( -1 * (100vw - 100%) / 2 - 267px);
    height: 545px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 90, ../scss/module/_championpool.scss */
  .pool-background {
    background-color: #083D77;
    width: calc(((100vw - 100%)) + 328px);
    margin-right: calc( -1 * (100vw - 100%) / 2);
    height: 100%;
  }
}

/* line 113, ../scss/module/_championpool.scss */
.summoner-info {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 598px) {
  /* line 113, ../scss/module/_championpool.scss */
  .summoner-info {
    margin-bottom: 30px;
  }
}

/* line 123, ../scss/module/_championpool.scss */
.summoner-input {
  width: 312px;
  margin-right: 20px;
  min-width: auto;
  text-align: left;
}
@media only screen and (max-width: 1040px) {
  /* line 123, ../scss/module/_championpool.scss */
  .summoner-input {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 598px) {
  /* line 123, ../scss/module/_championpool.scss */
  .summoner-input {
    width: 100%;
  }
}

/* line 140, ../scss/module/_championpool.scss */
.pool-mail-input {
  position: relative;
  float: left;
  width: 571px;
  min-width: auto;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 35px;
  z-index: 10;
}
@media only screen and (max-width: 1040px) {
  /* line 140, ../scss/module/_championpool.scss */
  .pool-mail-input {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 140, ../scss/module/_championpool.scss */
  .pool-mail-input {
    width: 100%;
  }
}

/* line 161, ../scss/module/_championpool.scss */
.spam-info {
  width: 343px;
  float: left;
}
@media only screen and (max-width: 1040px) {
  /* line 161, ../scss/module/_championpool.scss */
  .spam-info {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* line 172, ../scss/module/_championpool.scss */
.spam-info p {
  font-size: 20px;
  width: 100%;
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (max-width: 598px) {
  /* line 172, ../scss/module/_championpool.scss */
  .spam-info p {
    font-size: 16px;
  }
}
/* line 183, ../scss/module/_championpool.scss */
.spam-info p .highlight {
  color: white;
  background: #083D77;
  padding: 1px 7px 4px;
}
@media only screen and (max-width: 1040px) {
  /* line 183, ../scss/module/_championpool.scss */
  .spam-info p .highlight {
    background: #F4D35E;
    color: #083D77;
  }
}

/* line 197, ../scss/module/_championpool.scss */
.pool-button {
  position: relative;
  z-index: 10;
}

/* line 46, ../scss/base/_mixins.scss */
.pool-form:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 206, ../scss/module/_championpool.scss */
.pool-white-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  height: 45px;
  background: white;
  z-index: 6;
}

/* line 217, ../scss/module/_championpool.scss */
#thankyou-champpool .pool-background {
  height: calc(100% - 10px);
  width: calc(((100vw - 100%) / 2) + 511px);
}

/* line 1, ../scss/module/_mailchimp.scss */
.hidden-mailchimp {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-eventes: none;
}

/* line 2, ../scss/module/_signupconfirm.scss */
.placements .left-line {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 1040px) {
  /* line 2, ../scss/module/_signupconfirm.scss */
  .placements .left-line {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1040px) {
  /* line 10, ../scss/module/_signupconfirm.scss */
  .placements .left-line .subline {
    float: right;
    text-align: right;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 19, ../scss/module/_signupconfirm.scss */
  .placements .left-line .h2-white {
    color: white;
    text-align: center;
  }
}
@media only screen and (max-width: 598px) {
  /* line 26, ../scss/module/_signupconfirm.scss */
  .placements .left-line .highlight {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1040px) {
  /* line 32, ../scss/module/_signupconfirm.scss */
  .placements .left-line .dear-line {
    color: white;
    text-align: right;
    font-size: 30px;
  }
  /* line 38, ../scss/module/_signupconfirm.scss */
  .placements .left-line .dear-line span {
    color: #F4D35E;
  }
}
/* line 45, ../scss/module/_signupconfirm.scss */
.placements .opener-background {
  background-image: url("../img/mundo_splash_20.png");
  background-position-x: 190%;
}
@media only screen and (max-width: 1040px) {
  /* line 45, ../scss/module/_signupconfirm.scss */
  .placements .opener-background {
    width: calc(((100vw - 100%) / 2) + 945px);
    height: 750px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 45, ../scss/module/_signupconfirm.scss */
  .placements .opener-background {
    height: 365px;
    background-position-x: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  /* line 59, ../scss/module/_signupconfirm.scss */
  .placements .bigfont {
    font-size: 100px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 59, ../scss/module/_signupconfirm.scss */
  .placements .bigfont {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1040px) {
  /* line 68, ../scss/module/_signupconfirm.scss */
  .placements .line2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1040px) {
  /* line 3, ../scss/module/_thankyou.scss */
  .thankyou .line2 {
    margin-top: 0;
    text-align: center;
  }
}
/* line 10, ../scss/module/_thankyou.scss */
.thankyou .dotfont {
  font-size: 200px;
}
@media only screen and (max-width: 598px) {
  /* line 14, ../scss/module/_thankyou.scss */
  .thankyou .bigfont {
    font-size: 50px;
  }
}
/* line 20, ../scss/module/_thankyou.scss */
.thankyou .left-line {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 1040px) {
  /* line 20, ../scss/module/_thankyou.scss */
  .thankyou .left-line {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 598px) {
  /* line 27, ../scss/module/_thankyou.scss */
  .thankyou .left-line .h2-white {
    color: white;
    text-align: center;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 598px) {
  /* line 34, ../scss/module/_thankyou.scss */
  .thankyou .left-line .h2-white .highlight {
    margin-top: 10px;
  }
}
/* line 41, ../scss/module/_thankyou.scss */
.thankyou .opener {
  height: 700px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 598px) {
  /* line 41, ../scss/module/_thankyou.scss */
  .thankyou .opener {
    height: 525px;
    margin-bottom: 100px;
  }
}
/* line 50, ../scss/module/_thankyou.scss */
.thankyou .opener .opener-background {
  background-image: url("../img/rumble_splash_20.png");
  height: 700px;
}
@media only screen and (max-width: 598px) {
  /* line 50, ../scss/module/_thankyou.scss */
  .thankyou .opener .opener-background {
    height: 525px;
  }
}
/* line 59, ../scss/module/_thankyou.scss */
.thankyou .opener .opener-button {
  margin-top: 60px;
  float: right;
  width: auto;
}
@media only screen and (max-width: 1040px) {
  /* line 59, ../scss/module/_thankyou.scss */
  .thankyou .opener .opener-button {
    float: none;
    width: 65%;
  }
}
@media only screen and (max-width: 598px) {
  /* line 59, ../scss/module/_thankyou.scss */
  .thankyou .opener .opener-button {
    width: 100%;
  }
}
/* line 75, ../scss/module/_thankyou.scss */
.thankyou .opener-text {
  margin-top: 100px;
}

/* line 1, ../scss/module/_impressum-datenschutz.scss */
.impressum-datenschutz {
  font-size: 20px;
  line-height: 1.2;
}
/* line 6, ../scss/module/_impressum-datenschutz.scss */
.impressum-datenschutz strong {
  font-style: italic;
}
/* line 10, ../scss/module/_impressum-datenschutz.scss */
.impressum-datenschutz h2 {
  display: inline-block;
  background: #083D77;
  color: #F4D35E;
  padding: 15px 20px;
  font-style: italic;
  margin: 35px 0 30px 0;
}
/* line 19, ../scss/module/_impressum-datenschutz.scss */
.impressum-datenschutz p {
  margin: 15px 0;
}

/* line 1, ../scss/module/_download.scss */
.championpool-image {
  position: absolute;
  top: 320px;
  left: 0;
  max-width: 100%;
  width: 70%;
  z-index: 10;
}

/* line 10, ../scss/module/_download.scss */
.download .opener-text {
  margin-top: 40px;
}
/* line 12, ../scss/module/_download.scss */
.download .opener-text .line1 {
  width: 60%;
}

/* line 17, ../scss/module/_download.scss */
.download .opener-button {
  float: left;
}

/* line 1, ../scss/module/_preloader.scss */
.preloader {
  position: fixed;
  opacity: 1;
  width: 155vw;
  height: 100vh;
  left: -25%;
  background: #F4D35E;
  z-index: 20;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -ms-transition: 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -moz-transition: 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  -o-transition: 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
  transition: 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) all;
}

/* line 13, ../scss/module/_preloader.scss */
.preloader-close {
  width: 0;
  opacity: 0;
}

/* line 18, ../scss/module/_preloader.scss */
#outer-barG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  width: 64px;
  border: 1px solid rgba(244, 211, 94, 0.09);
  overflow: hidden;
  background-color: #083e77;
  margin: auto;
}

/* line 31, ../scss/module/_preloader.scss */
.bar-lineG {
  background-color: #f4d35e;
  float: left;
  width: 9px;
  height: 60px;
  margin-right: 12px;
  margin-top: -14px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/* line 45, ../scss/module/_preloader.scss */
.bar-animationG {
  margin-left: 84px;
  width: 84px;
  animation-name: bar-animationG;
  -o-animation-name: bar-animationG;
  -ms-animation-name: bar-animationG;
  -webkit-animation-name: bar-animationG;
  -moz-animation-name: bar-animationG;
  animation-duration: 2.24s;
  -o-animation-duration: 2.24s;
  -ms-animation-duration: 2.24s;
  -webkit-animation-duration: 2.24s;
  -moz-animation-duration: 2.24s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

@keyframes bar-animationG {
  0% {
    margin-left: 77px;
    margin-top: -9px;
  }
  100% {
    margin-left: -64px;
    margin-top: -9px;
  }
}
@-o-keyframes bar-animationG {
  0% {
    margin-left: 77px;
    margin-top: -9px;
  }
  100% {
    margin-left: -64px;
    margin-top: -9px;
  }
}
@-ms-keyframes bar-animationG {
  0% {
    margin-left: 77px;
    margin-top: -9px;
  }
  100% {
    margin-left: -64px;
    margin-top: -9px;
  }
}
@-webkit-keyframes bar-animationG {
  0% {
    margin-left: 77px;
    margin-top: -9px;
  }
  100% {
    margin-left: -64px;
    margin-top: -9px;
  }
}
@-moz-keyframes bar-animationG {
  0% {
    margin-left: 77px;
    margin-top: -9px;
  }
  100% {
    margin-left: -64px;
    margin-top: -9px;
  }
}
/* line 132, ../scss/module/_preloader.scss */
.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 138, ../scss/module/_preloader.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 145, ../scss/module/_preloader.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 156, ../scss/module/_preloader.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 160, ../scss/module/_preloader.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 164, ../scss/module/_preloader.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 168, ../scss/module/_preloader.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 172, ../scss/module/_preloader.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 176, ../scss/module/_preloader.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 180, ../scss/module/_preloader.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 184, ../scss/module/_preloader.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 188, ../scss/module/_preloader.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 192, ../scss/module/_preloader.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 196, ../scss/module/_preloader.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 200, ../scss/module/_preloader.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 203, ../scss/module/_preloader.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 206, ../scss/module/_preloader.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 209, ../scss/module/_preloader.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 212, ../scss/module/_preloader.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 215, ../scss/module/_preloader.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 218, ../scss/module/_preloader.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 221, ../scss/module/_preloader.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 224, ../scss/module/_preloader.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 227, ../scss/module/_preloader.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 230, ../scss/module/_preloader.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 1, ../scss/module/_footer.scss */
footer {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #083D77;
}
/* line 7, ../scss/module/_footer.scss */
footer .inner {
  border-top: 2px solid #083D77;
  padding: 35px 0;
}
/* line 12, ../scss/module/_footer.scss */
footer a {
  color: #083D77;
  margin: 0 10px;
}
/* line 17, ../scss/module/_footer.scss */
footer .lc {
  width: 50%;
  float: left;
}
/* line 22, ../scss/module/_footer.scss */
footer .rc {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 598px) {
  /* line 27, ../scss/module/_footer.scss */
  footer .rc, footer .lc {
    width: 100%;
    margin: 10px 0;
  }
}
