@charset "UTF-8";
* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *::after, *::before {
    box-sizing: border-box; }

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

textarea {
  resize: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

li {
  list-style: none; }

u {
  text-decoration: underline; }

::-webkit-file-upload-button {
  cursor: pointer; }

input[type="text"],
input[type="password"],
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input:-webkit-autofill.input-error {
    -webkit-box-shadow: 0 0 0 30px #C99 inset; }

/* structures */
.center-contents {
  width: 1260px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    .center-contents {
      width: 96%;
      margin: 0 2%; } }

.button {
  cursor: pointer;
  text-align: center;
  border: none;
  display: block; }

.button-group {
  display: flex;
  justify-content: center; }
  .button-group .button {
    margin: 0 7px; }

.old-browser-popup {
  position: fixed;
  width: 100%;
  height: 100px;
  background: #555555;
  bottom: 0;
  left: 0;
  z-index: 10000;
  color: #ffffff;
  padding: 20px;
  display: table;
  vertical-align: middle; }
  .old-browser-popup .old-browser-text {
    text-align: center;
    display: block; }
  .old-browser-popup .old-browser-close {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    cursor: pointer; }

.middle-bar .title {
  padding: 0 20px 15px 20px; }

.middle-bar .subtitle {
  padding: 0 20px 15px 20px; }

.page-contents-group {
  width: 100%; }

.legal-logos {
  display: none; }

.game-popup .button-error-popup {
  margin-top: 20px; }

#cookies-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 10px 10px 10px;
  background: #e4e4e4;
  z-index: 8000;
  display: none; }
  #cookies-info .container {
    display: flex;
    align-items: center;
    justify-content: center; }
  #cookies-info .title {
    font-size: 16px;
    padding-bottom: 4px; }
  #cookies-info .text {
    font-size: 12px; }
  #cookies-info .text a {
    text-decoration: underline;
    color: #000000; }
  #cookies-info #cookies-info-accept {
    background: #333;
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 20px;
    font-size: 13px;
    border: none;
    outline: none;
    cursor: pointer; }

#page-accept-terms {
  padding-top: 250px; }
  #page-accept-terms .footer-links {
    text-align: center;
    padding: 30px 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.affix {
  position: fixed; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.interactive {
  cursor: pointer;
  transition: opacity 400ms ease-out; }
  .interactive:hover {
    opacity: 0.6; }

.form-container .form-group {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: 100%; }

.form-container .form-label {
  display: block; }

.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container select {
  border: none;
  height: 34px;
  width: 100%;
  padding: 0 8px; }

.form-container textarea {
  height: 150px;
  border: solid 1px #CCCCCC;
  width: 100%;
  border-radius: 4px;
  padding: 8px; }

.form-container .combobox {
  position: relative; }
  .form-container .combobox:after {
    width: 34px;
    height: 34px;
    background: #00027c;
    content: '▾';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    padding-top: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.form-container .checkbox .form-input:checked + .form-label:after {
  content: '✔'; }

.form-container .checkbox,
.form-container .radio {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center; }
  .form-container .checkbox .form-input,
  .form-container .radio .form-input {
    width: 34px;
    height: 34px;
    opacity: 0;
    z-index: 3;
    position: relative;
    cursor: pointer; }
    .form-container .checkbox .form-input:checked + .form-label:after,
    .form-container .radio .form-input:checked + .form-label:after {
      background: #00027c;
      color: #FFFFFF;
      text-align: center;
      padding-top: 7px; }
  .form-container .checkbox .form-label,
  .form-container .radio .form-label {
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer; }
    .form-container .checkbox .form-label:empty,
    .form-container .radio .form-label:empty {
      padding: 0; }
    .form-container .checkbox .form-label:after,
    .form-container .radio .form-label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 34px;
      height: 34px;
      background: #FFFFFF;
      opacity: 1;
      border: solid 1px #CCCCCC;
      cursor: pointer;
      z-index: 2;
      border-radius: 4px; }

.form-container .radio {
  padding-bottom: 8px; }
  .form-container .radio .form-label:after {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 5px; }
  .form-container .radio .form-input:checked + .form-label:after {
    content: '';
    background: #FFFFFF; }
  .form-container .radio .form-input:checked + .form-label:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background: #00027c;
    top: 11px;
    left: 11px;
    z-index: 5;
    border-radius: 50%; }

.form-container .file-input {
  display: flex;
  position: relative;
  cursor: pointer; }
  .form-container .file-input .button {
    pointer-events: none;
    width: 100px;
    height: 34px;
    line-height: 34px;
    padding: 0; }
  .form-container .file-input .file-value {
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    overflow: hidden;
    flex-grow: 1;
    border-radius: 4px; }
  .form-container .file-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    height: 100%; }
    .form-container .file-input input.input-error + .button,
    .form-container .file-input input.input-error + .file-value {
      background: #C99 !important; }

.form-container .input-error {
  background: #C99 !important; }
  .form-container .input-error + .form-label:after {
    background: #C99 !important; }
  .form-container .input-error + .select2.select2-container--default .select2-selection--single {
    background: #C99 !important; }

.form-container .form-message {
  color: #C99;
  padding: 20px 10px 30px 10px;
  text-align: center;
  width: 100%; }
  .form-container .form-message.error {
    color: #FF0000;
    background: #C99; }
  .form-container .form-message.success {
    background: #090;
    color: #00FF00; }

.form-container.inline-labels .form-group {
  flex-direction: row; }
  .form-container.inline-labels .form-group > .text-right {
    width: 100%; }
  .form-container.inline-labels .form-group > .form-label {
    line-height: 34px;
    width: 100px;
    flex-shrink: 0;
    padding-right: 10px; }
    .form-container.inline-labels .form-group > .form-label:empty {
      width: auto; }

#page-login .button-group {
  margin-bottom: 50px;
  margin-top: 20px; }

#page-new-account h2 {
  font-size: 1.5rem;
  padding-bottom: 17px;
  max-width: 800px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }

#page-new-account .middle-bar {
  padding: 20px 0 10px 0;
  margin-bottom: 30px; }

#page-new-account .form-container .type-group {
  padding-left: 230px; }
  @media screen and (max-width: 767px) {
    #page-new-account .form-container .type-group {
      padding-left: 0; } }
  #page-new-account .form-container .type-group .radio {
    margin: 7px 0; }

#page-new-account .form-age .radio-group {
  width: 250px !important; }
  #page-new-account .form-age .radio-group .radio {
    margin-bottom: 0;
    padding-bottom: 0; }

#page-new-account .form-name,
#page-new-account .form-groupid,
#page-new-account .form-city,
#page-new-account .form-school,
#page-new-account .form-add-school,
#page-new-account .village-id-group {
  display: none !important; }

#page-new-account.teacher-form .form-name,
#page-new-account.teacher-form .form-add-school,
#page-new-account.teacher-form .form-city,
#page-new-account.teacher-form .form-school {
  display: flex !important; }

#page-new-account.student-form .form-name,
#page-new-account.student-form .form-groupid,
#page-new-account.student-form .form-city,
#page-new-account.student-form .form-school {
  display: flex !important; }

#page-new-account.other-form .village-id-group {
  display: flex !important; }

#page-create-battle h2 {
  max-width: 800px;
  margin: auto; }

#page-create-battle h3 {
  padding: 0 10px;
  max-width: 780px;
  margin: auto; }

#page-create-battle .button-mistery-player {
  width: 220px;
  margin: 20px auto; }

#page-create-game .user-fullname {
  display: none; }

#page-create-game .game-type {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #page-create-game .game-type {
      flex-direction: column;
      align-items: center; } }

#page-create-game .sharable-link {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  margin: 10px auto 20px auto;
  max-width: 500px;
  display: flex;
  align-items: center;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    #page-create-game .sharable-link {
      max-width: 350px;
      width: 90%; } }
  #page-create-game .sharable-link .button {
    word-break: keep-all;
    height: 32px;
    margin-left: 10px; }

#page-create-game .sharable-link-help {
  padding: 0 20px 10px 20px; }

#page-create-game .user-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center; }

#page-create-game .remote-game .user-item.is-not-active-player .pick-pawn {
  display: none; }

#page-create-game .remote-game .user-item.is-active-player.pawn-picked .pick-pawn {
  display: none; }

#page-create-game .remote-game .user-item.is-active-player .pick-pawn {
  display: block; }

#page-create-game .remote-game .user-item.offline .online-state {
  background: #ff0000; }

#page-create-game .remote-game .user-item .online-state {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 8px;
  margin-top: -6px;
  right: 2px;
  background: #6cbf6a; }

#page-create-game .remote-game .user-item .delete {
  display: none; }

#page-create-game .sub-team {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100; }
  #page-create-game .sub-team .title {
    padding-bottom: 2rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold; }
  #page-create-game .sub-team .contents {
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    height: 100vh;
    margin: auto; }

#page-change-user {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 260px; }
  #page-change-user .form-container {
    width: 320px;
    margin: auto; }
    #page-change-user .form-container .form-group {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #page-change-user .form-container .form-group {
          flex-direction: column; } }
      #page-change-user .form-container .form-group .form-label {
        width: 100px;
        text-align: right;
        padding-right: 8px;
        font-size: 1.4rem;
        line-height: 1em; }
        @media screen and (max-width: 767px) {
          #page-change-user .form-container .form-group .form-label {
            text-align: left;
            padding-bottom: 4px;
            margin-top: 10px; } }
      #page-change-user .form-container .form-group .form-input {
        width: 220px; }
  #page-change-user .button {
    width: 220px;
    margin: auto; }

@media screen and (max-width: 767px) {
  #page-top-scores h1 {
    margin-bottom: 0px; } }

#page-top-scores .scores .double-score-list .score-list {
  margin-bottom: 3rem; }

#page-my-profile .notification-control {
  padding: 10px 10px 30px 10px; }
  #page-my-profile .notification-control.form-container .checkbox .form-input:checked + .form-label:after {
    padding-top: 4px; }

#page-user-home .question-add {
  display: none; }

#page-user-home .game-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  #page-user-home .game-popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
  #page-user-home .game-popup .contents {
    position: relative;
    width: 350px;
    height: 400px;
    padding-top: 3rem; }
    #page-user-home .game-popup .contents .title {
      padding-top: 2rem;
      padding-bottom: 2rem;
      font-size: 2rem;
      color: #ffffff;
      font-weight: bold; }
    #page-user-home .game-popup .contents #subteam-id {
      width: 280px;
      text-align: left; }
  #page-user-home .game-popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: all; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 1020px) {
    html {
      font-size: 60%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 56%; } }

body {
  font-size: 1.6rem; }

body,
html {
  height: 100%;
  background-color: #FFFFFF;
  font-family: "Arial", "sans-serif";
  color: #333333; }

main {
  position: relative; }

#app {
  position: relative;
  min-height: 100%; }
  @media screen and (max-width: 1020px) {
    #app {
      padding-bottom: 0; } }
  #app.full {
    padding: 0;
    height: 100%; }

#menu-mobile-icon {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  #menu-mobile-icon.from-desktop {
    display: block; }
  #menu-mobile-icon .bar {
    width: 30px;
    height: 6px;
    background-color: #FFFFFF;
    position: absolute;
    left: 10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all 300ms linear; }
  #menu-mobile-icon.closed .bar1 {
    top: 10px;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  #menu-mobile-icon.closed .bar2 {
    top: 22px;
    transform: none;
    -webkit-transform: none; }
  #menu-mobile-icon.closed .bar3 {
    top: 34px;
    transform: none;
    -webkit-transform: none; }
  #menu-mobile-icon .bar1 {
    opacity: 0;
    top: 10px; }
  #menu-mobile-icon .bar2 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 22px; }
  #menu-mobile-icon .bar3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 22px; }
  @media screen and (max-width: 1020px) {
    #menu-mobile-icon {
      display: block; } }

#logotype {
  display: inline-block;
  width: 200px;
  height: 51px;
  margin: 15px 10px 0; }

#menu {
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 90px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 80%; }
  @media screen and (max-width: 1020px) {
    #menu {
      display: none;
      position: absolute;
      top: 82px;
      left: 0;
      width: 100%;
      z-index: 100; } }
  #menu .menu-item {
    position: relative;
    padding: 0 15px; }
    #menu .menu-item .title {
      color: #FFFFFF;
      transition: color 0.3s linear;
      font-size: 1.4rem;
      text-transform: uppercase;
      line-height: 71px; }
    #menu .menu-item .submenu {
      display: none;
      background: #ccc;
      position: absolute;
      z-index: 100;
      width: 100%; }
      #menu .menu-item .submenu a {
        display: block;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-size: 1.4rem;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        transition: background-color 300ms ease; }
        #menu .menu-item .submenu a:hover {
          background-color: #00027c; }
    #menu .menu-item.selected .title, #menu .menu-item:hover .title {
      color: #00027c;
      border-bottom: solid 2px #00027c;
      padding-bottom: 3px; }
    #menu .menu-item:hover .submenu {
      display: block; }
  @media screen and (min-width: 1020px) {
    #menu {
      display: flex !important; } }

.popup-cycle-picker {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(35, 97, 123, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .popup-cycle-picker.is-active {
    display: flex; }
  .popup-cycle-picker .container {
    width: 1000px;
    height: 520px;
    background-color: #c6e3f1;
    border-radius: 10px;
    padding: 50px; }
    .popup-cycle-picker .container .title {
      font-size: 22px;
      text-align: center;
      padding-bottom: 30px; }
    .popup-cycle-picker .container .buttons {
      display: flex;
      justify-content: center; }
      .popup-cycle-picker .container .buttons .cycle-item {
        margin: 0 35px; }
        .popup-cycle-picker .container .buttons .cycle-item .icon {
          width: 180px;
          height: 180px; }
        .popup-cycle-picker .container .buttons .cycle-item .button {
          color: #fff;
          background-color: var(--button-color); }
/*# sourceMappingURL=style.css.map */
