/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }
  @media (max-width: 800px) {
    body {
      font-size: 12px; } }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

/*Font stacks taken from https://gist.github.com/gpessia/8595729*/
h1, h2, h3, h4, h5 {
  color: #e4e4e4;
  margin: 0 0 0.9rem 0; }

h1 {
  font-weight: 200;
  font-size: 1.6em;
  letter-spacing: .5px;
  margin: 0; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.35em; }

body {
  font-family: 'Roboto', sans-serif; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset ul {
    list-style: none; }

input,
label,
select {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  box-sizing: border-box; }

label {
  font-weight: 400;
  color: white;
  margin-bottom: 5.25px; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input,
select,
select[multiple=multiple] {
  background-color: white;
  border-radius: em(3);
  border: 1px solid white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 10.5px;
  padding: 0;
  width: 100%;
  min-height: 40px;
  margin-top: 20px; }
  textarea:hover,
  input:hover,
  select:hover,
  select[multiple=multiple]:hover {
    border-color: white; }
  textarea:focus,
  input:focus,
  select:focus,
  select[multiple=multiple]:focus {
    border-color: #00BFFF;
    outline: none; }

select:invalid {
  color: #838383; }

textarea {
  resize: vertical; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 5.25px;
  border: none;
  box-shadow: none;
  width: auto; }

input[type="file"] {
  width: 100%;
  box-shadow: none;
  border: none; }

select {
  width: auto;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  border-color: white;
  border-radius: 0;
  background-color: white;
  background-image: url("/static/img/menu_triangle_9x8.ffcfd6c81a4e.png");
  background-position: calc(100% - 5px) calc(50%);
  cursor: pointer;
  background-repeat: no-repeat;
  transition: 0.3s background-position; }
  select:hover {
    background-position: calc(100% - 5px) calc(50%); }

.button {
  width: auto;
  background-color: #ff7d25;
  border: none;
  color: black;
  font-stretch: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-weight: 500;
  padding: 0.6em 2.5em;
  font-size: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block; }
  .button:hover {
    cursor: pointer;
    background-color: #fb6e0f; }

.tos {
  font-size: 0.8rem; }

input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

#lang-nav {
  position: relative;
  text-transform: uppercase;
  color: white;
  font-size: 0.8rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 1rem;
  align-self: flex-end;
  width: 69px;
  background-image: url("/static/img/language_icon_36x21.28c9f8f87499.png");
  background-repeat: no-repeat;
  background-position-x: right;
  font-stretch: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal; }
  #lang-nav #lang-nav-list-wrap {
    cursor: pointer;
    padding-top: 1.25rem; }
    #lang-nav #lang-nav-list-wrap li {
      position: relative; }
    #lang-nav #lang-nav-list-wrap li ul {
      position: absolute;
      display: none;
      min-width: 100%; }
      #lang-nav #lang-nav-list-wrap li ul li {
        line-height: 1rem;
        font-size: 0.7rem; }
        #lang-nav #lang-nav-list-wrap li ul li a {
          text-decoration: none;
          color: white;
          height: 100%;
          width: 100%;
          display: inline-block;
          padding: 0.25rem; }
        #lang-nav #lang-nav-list-wrap li ul li:hover {
          background-color: #342e34; }
  #lang-nav ul {
    list-style: none;
    z-index: 99;
    background-color: #191619; }
  #lang-nav.open #lang-dropdown {
    display: block !important;
    width: 9rem; }
  #lang-nav.open #close-lang-menu {
    display: inline; }
  #lang-nav.open #lang-menu-symbol {
    display: none; }

@media (max-width: 800px) {
  #lang-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0; }
    #lang-nav #lang-nav-list-wrap li ul {
      position: fixed;
      height: 100vh;
      width: 0;
      right: 0;
      text-align: right;
      transition: 0.3s width;
      display: block;
      min-width: unset;
      overflow: hidden; }
    #lang-nav.open #lang-nav-list-wrap li ul {
      width: 6rem;
      padding-top: 10px; } }
#footer {
  background-color: black;
  font-stretch: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-size: 0.7em;
  color: #888888; }
  #footer a {
    text-decoration: none;
    color: #888888; }
    #footer a:hover {
      cursor: pointer;
      color: #bebebe; }
  #footer li {
    list-style: none; }

#footerLinks {
  height: 25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: 5% 0;
  /*pseudo-element forces two-column layout*/ }
  #footerLinks::after {
    content: '';
    height: 100%;
    order: 1; }
  #footerLinks ul {
    order: 2; }
    #footerLinks ul:first-child, #footerLinks ul:nth-child(3) {
      order: 0;
      padding-right: 3em; }
  #footerLinks li {
    line-height: 1.8em; }
  #footerLinks h2 {
    color: white;
    padding-bottom: 5px; }
  #footerLinks img {
    width: 12px;
    display: inline;
    margin-right: 0.5em;
    vertical-align: -2px; }

#bottom {
  color: #1a8eb4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2.5em; }
  #bottom li {
    padding: 0.5em 1em; }
  #bottom a {
    text-decoration: none;
    color: #1a8eb4; }
    #bottom a:hover {
      cursor: pointer;
      color: #bebebe; }

hr {
  border-color: #333333;
  width: 80%;
  margin-bottom: 1em; }

@media (min-width: 500px) {
  #footerLinks {
    flex-direction: row;
    justify-content: space-around;
    padding: 2em 0;
    height: auto; }
    #footerLinks li {
      margin-bottom: 0.5em; }
    #footerLinks::after {
      display: none; }
    #footerLinks ul {
      order: 0; }
      #footerLinks ul:first-child, #footerLinks ul:nth-child(3) {
        order: 0;
        padding: 0; }

  #bottom {
    margin: 0;
    justify-content: center; }
    #bottom li {
      padding: 0; }
    #bottom li::after {
      content: "\007C";
      padding: 0 1em; }
    #bottom li:last-child::after {
      content: '';
      padding: 0; }

  hr {
    display: none; } }
@media (min-width: 900px) {
  #footerLinks {
    justify-content: space-between;
    padding: 2em 20%; }

  #bottom {
    padding: 0 0 2.5em 20%;
    justify-content: flex-start; } }
@keyframes play {
  100% {
    background-position: -15152px; } }
@keyframes walk {
  from {
    background-position: 0px; }
  to {
    background-position: -15150px; } }
@keyframes largewalk {
  from {
    background-position: 0px; }
  to {
    background-position: -30150px; } }
@keyframes newwalk {
  0% {
    background-position: 0px; }
  50% {
    background-position: -9400px; }
  100% {
    background-position: 0px; } }
ol li, ul li {
  list-style-position: inside; }

dl dd {
  margin-bottom: .5em; }

p {
  margin-bottom: .5em; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.container {
  margin: 45px auto;
  padding: 2rem;
  width: 746px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }
  @media (max-width: 800px) {
    .container {
      margin: 0;
      width: 100%; } }

.logo-block {
  height: 5rem;
  margin: 1rem 0 1.6rem; }

main {
  padding: 0;
  min-height: 100vh;
  box-sizing: border-box;
  color: #e4e4e4;
  display: flex;
  background-color: #1f1f1f;
  background-image: url("/static/img/city-background.b8ebab25ece2.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 800px) {
    main {
      background-image: none; } }
  main a {
    color: white; }

.join-head {
  background: #171717;
  padding: 0 3rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-stretch: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-stretch: normal; }
  .join-head > div {
    max-width: 1300px;
    max-width: calc(1300px - 4rem);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center; }
  .join-head h1 {
    margin-top: 0.5rem;
    color: white;
    display: inline-block;
    vertical-align: 18px;
    margin-left: 1rem; }
  @media (max-width: 800px) {
    .join-head {
      margin-bottom: 0; }
      .join-head div {
        text-align: center;
        padding-top: 1rem;
        flex-direction: column; }
        .join-head div h1 {
          width: 100%;
          font-size: 2rem;
          text-align: center;
          margin: 0; }
        .join-head div a {
          display: none; } }

/*
PREMIUM
*/
body.premium_offer #sl-logo,
body.download #sl-logo {
  display: block;
  width: 9rem;
  margin: 0 auto 1rem;
  height: 71px;
  object-fit: cover; }
body.premium_offer main,
body.download main {
  padding: 0;
  background: #1f1f1f;
  font-stretch: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  min-height: 100vh;
  background-image: url("/static/img/city-background.b8ebab25ece2.webp");
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  @media (max-width: 800px) {
    body.premium_offer main,
    body.download main {
      background-image: none; } }
  body.premium_offer main .container,
  body.download main .container {
    margin: 45px auto;
    padding: 0 2rem;
    max-width: 800px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    height: auto; }
    @media (max-width: 880px) {
      body.premium_offer main .container,
      body.download main .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        min-height: 100vh; } }
body.premium_offer .premium-benefits-container,
body.download .premium-benefits-container {
  margin: 0 2rem; }
  @media (max-width: 800px) {
    body.premium_offer .premium-benefits-container,
    body.download .premium-benefits-container {
      margin: 0; } }
  body.premium_offer .premium-benefits-container h1,
  body.download .premium-benefits-container h1 {
    color: white; }
body.premium_offer h3,
body.download h3 {
  margin: 0;
  font-size: 1rem;
  padding: 0 0 0 1rem;
  color: black;
  font-weight: 500; }
body.premium_offer .caption p,
body.download .caption p {
  font-size: 11px;
  color: #eeeeee; }
body.premium_offer table,
body.download table {
  width: 100%;
  max-width: 1200px;
  border-spacing: 0px 15px; }
  @media (max-width: 800px) {
    body.premium_offer table,
    body.download table {
      border-spacing: 2px 2px; } }
  body.premium_offer table tr,
  body.download table tr {
    border-bottom: 3px solid #464646; }
  body.premium_offer table tr td,
  body.download table tr td {
    padding: 0.5em; }
    body.premium_offer table tr td:nth-child(2), body.premium_offer table tr td:nth-child(3),
    body.download table tr td:nth-child(2),
    body.download table tr td:nth-child(3) {
      text-align: center; }
    body.premium_offer table tr td h2,
    body.download table tr td h2 {
      color: white;
      font-weight: 900;
      font-size: 1.25rem; }
    @media (max-width: 800px) {
      body.premium_offer table tr td h3,
      body.download table tr td h3 {
        font-size: 0.9rem;
        padding-left: 0; } }
    body.premium_offer table tr td a,
    body.download table tr td a {
      color: white;
      background: #676767;
      padding: 0.5rem 2rem;
      text-decoration: none;
      white-space: nowrap; }
      @media (max-width: 800px) {
        body.premium_offer table tr td a,
        body.download table tr td a {
          display: inline-block;
          white-space: normal; } }
    @media (max-width: 800px) {
      body.premium_offer table tr td,
      body.download table tr td {
        padding: 1px; } }
    @media (max-width: 800px) {
      body.premium_offer table tr td:nth-child(1),
      body.download table tr td:nth-child(1) {
        padding-left: 0.5rem; } }
  body.premium_offer table > tbody > tr,
  body.download table > tbody > tr {
    background-color: #eeeeee; }
    body.premium_offer table > tbody > tr:last-child,
    body.download table > tbody > tr:last-child {
      background: none; }
      body.premium_offer table > tbody > tr:last-child td p,
      body.download table > tbody > tr:last-child td p {
        color: white; }
        @media (max-width: 800px) {
          body.premium_offer table > tbody > tr:last-child td p,
          body.download table > tbody > tr:last-child td p {
            height: 3rem; } }
    body.premium_offer table > tbody > tr:first-child,
    body.download table > tbody > tr:first-child {
      background: none;
      color: white; }
      body.premium_offer table > tbody > tr:first-child td,
      body.download table > tbody > tr:first-child td {
        padding-top: 1rem; }
        body.premium_offer table > tbody > tr:first-child td:first-child,
        body.download table > tbody > tr:first-child td:first-child {
          font-size: 20px;
          font-weight: 500;
          padding-left: 0; }
          @media (max-width: 800px) {
            body.premium_offer table > tbody > tr:first-child td:first-child,
            body.download table > tbody > tr:first-child td:first-child {
              padding-left: 0.5rem;
              font-size: 1rem; } }

/*
WELCOME
*/
body.register {
  min-height: 100vh; }
  body.register.no-av .avatar-selector-container {
    display: none !important; }
  body.register.no-av .join-wrapper {
    justify-content: center !important; }
  body.register.single-page #select-avatar-group {
    display: none !important; }
  body.register #sl-logo {
    display: inline-block;
    height: auto;
    width: 7rem;
    margin-left: -6px; }
  body.register .nav-text {
    color: white;
    font-weight: 900;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    height: 3rem;
    vertical-align: bottom;
    line-height: 1.5rem;
    display: table-cell; }
    @media (max-width: 800px) {
      body.register .nav-text {
        text-align: center;
        padding: 0 1rem 0.5rem;
        display: block;
        height: auto; } }
  body.register #show-pw {
    position: absolute;
    font-size: 0.9rem;
    line-height: 1rem;
    height: calc(100% - 0.8rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 1rem;
    top: 10px;
    cursor: pointer;
    color: #838383; }
    @media (max-width: 800px) {
      body.register #show-pw {
        top: auto;
        bottom: 0;
        height: 2.2rem; } }
  @media (max-width: 600px) {
    body.register main .container {
      padding: 0; } }
  body.register .fa {
    margin-right: 5px; }
  body.register .join-wrapper {
    margin: 1rem 2rem 0;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
    @media (max-width: 800px) {
      body.register .join-wrapper {
        flex-flow: column nowrap;
        align-items: center;
        margin: 0; } }
  body.register .avatar-choice-container {
    position: absolute;
    left: -120px;
    top: 100px;
    display: inline-block;
    width: 0px;
    height: 0px; }
    body.register .avatar-choice-container button {
      cursor: pointer;
      margin: 0 auto;
      padding: 0.5rem 2em;
      background: white;
      color: black;
      font-size: 1rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      border: none;
      letter-spacing: 0.5px;
      display: block;
      width: 130px;
      left: 35px;
      cursor: pointer;
      bottom: 0px;
      position: absolute; }
    body.register .avatar-choice-container .avatar-selected .avatar-wrap {
      width: 200px;
      height: 400px;
      overflow: visible;
      position: relative;
      z-index: 2;
      pointer-events: none; }
      body.register .avatar-choice-container .avatar-selected .avatar-wrap .avatar {
        width: 200px;
        height: 400px;
        animation: walk 6s steps(75);
        animation-iteration-count: infinite;
        animation-direction: normal; }
        body.register .avatar-choice-container .avatar-selected .avatar-wrap .avatar.large {
          position: relative;
          left: -100px;
          width: 400px;
          animation: largewalk 6s steps(75);
          animation-iteration-count: infinite;
          animation-direction: normal; }
  body.register .avatar-selector-container {
    display: flex;
    max-width: 100%;
    flex: 1 0 300px; }
    @media (max-width: 800px) {
      body.register .avatar-selector-container {
        padding-right: 0;
        margin: 1rem 0;
        width: 100%; } }
    body.register .avatar-selector-container .avatar-outer {
      max-width: 100%;
      flex: 1 0 0px; }
    body.register .avatar-selector-container .avatar-inner {
      min-height: calc(100% - 3.5rem);
      flex: 1;
      padding: 1rem 0rem 1rem 1rem;
      box-sizing: border-box;
      display: flex;
      position: relative;
      margin-right: 10px;
      background: #adadad; }
      @media (max-width: 800px) {
        body.register .avatar-selector-container .avatar-inner {
          min-height: 0;
          padding: 2rem;
          max-width: 400px;
          margin: 0 auto;
          box-sizing: content-box;
          border-radius: 0px !important; } }
      body.register .avatar-selector-container .avatar-inner .choose-your-avatar {
        position: absolute;
        top: -2rem;
        color: white; }
      body.register .avatar-selector-container .avatar-inner .avatar-selected {
        position: relative;
        font-weight: 900;
        width: 200px;
        align-self: center; }
        @media (max-width: 1000px) {
          body.register .avatar-selector-container .avatar-inner .avatar-selected {
            display: none !important; } }
        body.register .avatar-selector-container .avatar-inner .avatar-selected .avatar-wrap {
          width: 200px;
          height: 400px;
          overflow: visible;
          position: relative;
          z-index: 2;
          pointer-events: none; }
          body.register .avatar-selector-container .avatar-inner .avatar-selected .avatar-wrap .avatar {
            pointer-events: none;
            width: 200px;
            height: 400px;
            filter: drop-shadow(20px 10px 0px rgba(0, 0, 0, 0.5));
            animation: walk 6s steps(75);
            animation-iteration-count: infinite;
            animation-direction: normal; }
            body.register .avatar-selector-container .avatar-inner .avatar-selected .avatar-wrap .avatar.large-avatar {
              position: relative;
              left: -100px;
              width: 400px;
              animation: largewalk 6s steps(75);
              animation-iteration-count: infinite;
              animation-direction: normal; }
            body.register .avatar-selector-container .avatar-inner .avatar-selected .avatar-wrap .avatar.new-avatar {
              animation: newwalk 3s steps(47);
              animation-iteration-count: infinite;
              animation-direction: normal; }
        body.register .avatar-selector-container .avatar-inner .avatar-selected input {
          border: 1px solid black; }
        body.register .avatar-selector-container .avatar-inner .avatar-selected button {
          margin: 0 auto;
          padding: 0.5rem 2em;
          background: #ff7d25;
          color: white;
          font-size: 1rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          border: none;
          letter-spacing: 0.5px;
          display: block;
          cursor: pointer;
          bottom: 1rem;
          right: 1rem;
          position: absolute; }
      body.register .avatar-selector-container .avatar-inner .avatar-picker {
        width: 100%;
        font-weight: 900; }
        @media (max-width: 800px) {
          body.register .avatar-selector-container .avatar-inner .avatar-picker {
            text-align: center; } }
        body.register .avatar-selector-container .avatar-inner .avatar-picker p {
          font-weight: 300;
          line-height: 0.9rem; }
        body.register .avatar-selector-container .avatar-inner .avatar-picker select {
          display: inline;
          font-family: 'Roboto', sans-serif;
          padding-right: 2rem;
          text-transform: capitalize; }
        body.register .avatar-selector-container .avatar-inner .avatar-picker .avatar-group {
          width: 100%;
          display: flex;
          flex-flow: row wrap;
          max-height: 474px;
          overflow-y: auto; }
          @media (max-width: 800px) {
            body.register .avatar-selector-container .avatar-inner .avatar-picker .avatar-group {
              max-height: none;
              flex-flow: row nowrap;
              overflow-x: auto;
              justify-content: flex-start; } }
          body.register .avatar-selector-container .avatar-inner .avatar-picker .avatar-group .avatar {
            border: 2px solid transparent;
            margin: 1px 2px;
            transition: 0.3s border;
            cursor: pointer;
            width: 100px;
            height: 100px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
            @media (max-width: 800px) {
              body.register .avatar-selector-container .avatar-inner .avatar-picker .avatar-group .avatar {
                flex-shrink: 0;
                width: 80px;
                height: 80px; } }
            body.register .avatar-selector-container .avatar-inner .avatar-picker .avatar-group .avatar.selected {
              border-color: #ff7d25;
              z-index: 1; }
  body.register #id_tos {
    margin: 0 10px 0 0;
    position: relative; }
  body.register .tos {
    text-align: left; }
    body.register .tos > input {
      position: relative;
      top: 15px; }
  body.register .tos a {
    color: white;
    text-decoration: underline;
    font-weight: normal; }
  body.register .join-form-container {
    box-sizing: border-box;
    flex: 0 1 34rem;
    min-height: 100%; }
    body.register .join-form-container .flex-outer {
      justify-content: center; }
    @media (max-width: 800px) {
      body.register .join-form-container {
        align-self: unset;
        min-height: auto;
        flex: auto; } }
    body.register .join-form-container hr {
      border: 1px solid #eee;
      display: block;
      padding: 0;
      margin: 1em 0;
      width: 100%; }
    body.register .join-form-container fieldset {
      background: rgba(0, 0, 0, 0.8);
      padding: 1em 2em;
      min-width: 25rem;
      height: 100%; }
      @media (min-width: 1150px) {
        body.register .join-form-container fieldset {
          min-width: 30rem; } }
      @media (max-width: 800px) {
        body.register .join-form-container fieldset {
          border-radius: 0px;
          min-width: 0;
          max-width: 400px; } }
      body.register .join-form-container fieldset li {
        position: relative;
        clear: both;
        flex-direction: column;
        align-items: flex-start; }
        @media (max-width: 800px) {
          body.register .join-form-container fieldset li:last-child {
            display: flex; } }
        body.register .join-form-container fieldset li#gender {
          flex-flow: row wrap;
          margin-bottom: 1rem;
          background: black;
          padding: 0.707rem 1rem;
          border: 1px solid #bbbbbb;
          margin-top: 15px;
          outline: none; }
          body.register .join-form-container fieldset li#gender:focus {
            border: 1px solid #00BFFF; }
          body.register .join-form-container fieldset li#gender > div {
            box-sizing: border-box;
            display: flex;
            flex: none;
            flex-direction: row;
            justify-content: flex-start; }
            @media (max-width: 800px) {
              body.register .join-form-container fieldset li#gender > div {
                margin: 0 0 0.2rem; } }
            body.register .join-form-container fieldset li#gender > div label {
              min-height: 0;
              line-height: 1.1rem;
              padding-right: 0.5em;
              font-size: 0.9375rem; }
              body.register .join-form-container fieldset li#gender > div label:last-child {
                padding-right: 0; }
          body.register .join-form-container fieldset li#gender input {
            margin: 0 0.4rem 0.5rem 0;
            height: 1rem;
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0; }
          body.register .join-form-container fieldset li#gender > p {
            width: 100%;
            flex-basis: 100%;
            box-sizing: border-box;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 0.7rem;
            margin-bottom: 0.625rem; }
          body.register .join-form-container fieldset li#gender .block_all_gender {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 0 10px; }
            body.register .join-form-container fieldset li#gender .block_all_gender > div {
              display: flex; }
              body.register .join-form-container fieldset li#gender .block_all_gender > div > .gender-label:before {
                content: url("/static/img/ellipse.a065391efb03.png");
                position: relative;
                left: -10px;
                top: 2px; }
              @media (max-width: 800px) {
                body.register .join-form-container fieldset li#gender .block_all_gender > div {
                  margin-bottom: 15px; } }
            @media (max-width: 800px) {
              body.register .join-form-container fieldset li#gender .block_all_gender {
                flex-direction: column; } }
          body.register .join-form-container fieldset li#gender .all-gender-without-names {
            justify-content: space-evenly; }
        body.register .join-form-container fieldset li#dob-fields {
          flex-flow: row wrap;
          background: transparent;
          border: 0 !important;
          padding: 0 !important;
          margin-top: 20px;
          margin-bottom: 0.75rem;
          display: flex;
          justify-content: space-between; }
          body.register .join-form-container fieldset li#dob-fields:focus-within, body.register .join-form-container fieldset li#dob-fields :focus {
            border: 1px solid #00BFFF; }
          body.register .join-form-container fieldset li#dob-fields select {
            margin-bottom: 0;
            background: #1d1d1d;
            background-image: url("/static/img/menu_triangle_9x8.ffcfd6c81a4e.png");
            background-repeat: no-repeat;
            background-position: 90% 50%;
            border: 1px solid #bbbbbb;
            padding-left: 10px;
            margin: 0;
            width: 110px !important;
            color: rgba(255, 255, 255, 0.5); }
            @media (max-width: 800px) {
              body.register .join-form-container fieldset li#dob-fields select {
                width: 110%;
                box-sizing: border-box;
                margin: 0 0 1rem;
                margin-right: 0; }
                body.register .join-form-container fieldset li#dob-fields select:nth-of-type(2) {
                  margin: 0 0 1rem;
                  border-left: none;
                  border-right: none; } }
          @media (max-width: 800px) {
            body.register .join-form-container fieldset li#dob-fields {
              padding: 1.6rem 1rem 0.625rem 1rem;
              margin-bottom: 0; } }
          body.register .join-form-container fieldset li#dob-fields option {
            background-color: #1d1d1d;
            color: white; }
          body.register .join-form-container fieldset li#dob-fields.errors {
            border: 1px solid red; }
        body.register .join-form-container fieldset li.checkbox {
          margin: 0px 20px 0 20px; }
          @media (max-width: 800px) {
            body.register .join-form-container fieldset li.checkbox {
              margin: auto; } }
          @media (max-width: 800px) {
            body.register .join-form-container fieldset li.checkbox > div > input {
              width: auto; } }
        body.register .join-form-container fieldset li.checkbox.email {
          margin: -10px 20px 0 20px;
          font-size: 13px; }
          @media (max-width: 800px) {
            body.register .join-form-container fieldset li.checkbox.email {
              margin: auto; } }
          body.register .join-form-container fieldset li.checkbox.email > div {
            margin-bottom: 0; }
            body.register .join-form-container fieldset li.checkbox.email > div > input {
              margin: 0 10px 0 0;
              position: relative;
              top: 15px; }
            body.register .join-form-container fieldset li.checkbox.email > div .label_receive_emails {
              display: inline-block;
              text-transform: initial;
              font-size: 14px;
              margin-top: -3px;
              font-weight: 400;
              color: white; }
        body.register .join-form-container fieldset li .label_tos {
          display: inline-block;
          line-height: 1.5;
          text-transform: initial;
          font-size: 14px;
          margin-top: 0;
          font-weight: 400;
          padding-left: 0;
          color: white; }
        body.register .join-form-container fieldset li.errors input, body.register .join-form-container fieldset li.errors select {
          border: 1px solid red; }
        body.register .join-form-container fieldset li.success label {
          color: green; }
        body.register .join-form-container fieldset li #spinner {
          margin-right: 0.5em; }
        body.register .join-form-container fieldset li .fa-check-circle {
          color: green;
          position: absolute;
          right: 25px;
          top: 30px;
          font-size: 20px; }
          body.register .join-form-container fieldset li .fa-check-circle#password-spinner {
            right: 60px;
            top: 30px; }
          body.register .join-form-container fieldset li .fa-check-circle::before {
            content: "\f00c"; }
        body.register .join-form-container fieldset li .fa-minus-circle {
          color: red;
          position: absolute;
          right: 25px;
          top: 30px;
          font-size: 20px; }
          body.register .join-form-container fieldset li .fa-minus-circle#password-spinner {
            right: 60px;
            top: 30px; }
      body.register .join-form-container fieldset .blockCheck {
        margin-bottom: 20px;
        max-width: 770px; }
        @media (max-width: 800px) {
          body.register .join-form-container fieldset .blockCheck {
            width: 100%;
            max-width: 390px;
            padding: 5px; } }
      body.register .join-form-container fieldset .month, body.register .join-form-container fieldset .year, body.register .join-form-container fieldset .day {
        width: 100%;
        float: left; }
      body.register .join-form-container fieldset .month:parent {
        width: 100px; }
      body.register .join-form-container fieldset select, body.register .join-form-container fieldset input[type='submit'] {
        width: 100%; }
      body.register .join-form-container fieldset input[type='submit'] {
        margin-top: 1em;
        color: white;
        background: #ff7d25;
        border: 1px solid #ff7d25; }
      body.register .join-form-container fieldset .errorlist {
        color: red;
        font-size: 14px;
        padding: 0.5em;
        font-weight: 400; }
        body.register .join-form-container fieldset .errorlist > li {
          font-size: 13px; }
        @media (max-width: 800px) {
          body.register .join-form-container fieldset .errorlist {
            position: relative;
            top: -10px; } }
      body.register .join-form-container fieldset .g-recaptcha {
        margin: 0 auto;
        width: auto; }
      body.register .join-form-container fieldset label {
        text-transform: uppercase;
        width: auto;
        align-self: auto;
        margin: 0;
        min-height: auto;
        font-weight: 500;
        padding: 0 0 0.2rem;
        font-size: 0.75rem; }
        body.register .join-form-container fieldset label[for="id_username"], body.register .join-form-container fieldset label[for="id_email"], body.register .join-form-container fieldset label[for="id_password"], body.register .join-form-container fieldset label[for="id_security_answer"], body.register .join-form-container fieldset label[for="id_security_question"], body.register .join-form-container fieldset label[for="id_month"] {
          position: absolute;
          left: 0px;
          user-select: none;
          top: 0px;
          width: 100%; }
        body.register .join-form-container fieldset label[for="id_security_question"] {
          top: 0px;
          pointer-events: none; }
        body.register .join-form-container fieldset label[for="id_month"] {
          flex-basis: 100%;
          position: absolute;
          top: -20px; }
        @media (max-width: 800px) {
          body.register .join-form-container fieldset label[for="id_username"], body.register .join-form-container fieldset label[for="id_email"], body.register .join-form-container fieldset label[for="id_password"], body.register .join-form-container fieldset label[for="id_security_answer"] {
            top: -20px; } }
      @media (min-width: 800px) {
        body.register .join-form-container fieldset li {
          display: flex; }
        body.register .join-form-container fieldset input, body.register .join-form-container fieldset select, body.register .join-form-container fieldset .input-div {
          display: inline-block;
          flex: 1; }
        body.register .join-form-container fieldset .input-div {
          padding: 8px 0; }
        body.register .join-form-container fieldset .errorlist {
          margin-left: 150px;
          margin-top: -1em; }
        body.register .join-form-container fieldset .full-error .errorlist {
          margin: 0px 20px 0 20px; } }
      body.register .join-form-container fieldset form input {
        background-color: #1d1d1d;
        color: white;
        font-size: 14px; }
        @media (max-width: 800px) {
          body.register .join-form-container fieldset form input {
            width: 100%; } }
      body.register .join-form-container fieldset form #id_security_question {
        padding: 0;
        padding-left: 10px;
        background: #1d1d1d;
        color: rgba(255, 255, 255, 0.5); }
        body.register .join-form-container fieldset form #id_security_question > option {
          background-color: #1d1d1d;
          color: white; }

body.premium_plus .join-form-container fieldset {
  margin: 0; }

#ajax-loader {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  right: calc(50% - 20px);
  top: 20px;
  width: 40px;
  height: 50px;
  margin: auto;
  pointer-events: none; }
  #ajax-loader.on {
    visibility: visible; }

.blockG {
  position: absolute;
  background-color: #ff7d25;
  width: 6px;
  height: 16px;
  border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  animation-name: fadeG;
  -o-animation-name: fadeG;
  -ms-animation-name: fadeG;
  -webkit-animation-name: fadeG;
  -moz-animation-name: fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  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; }

#rotateG_01, .rotateG_01 {
  left: 0;
  top: 18px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg); }

#rotateG_02, .rotateG_02 {
  left: 5px;
  top: 6px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

#rotateG_03, .rotateG_03 {
  left: 17px;
  top: 0px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); }

#rotateG_04, .rotateG_04 {
  right: 5px;
  top: 6px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#rotateG_05, .rotateG_05 {
  right: 0;
  top: 18px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

#rotateG_06, .rotateG_06 {
  right: 5px;
  bottom: 5px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg); }

#rotateG_07, .rotateG_07 {
  bottom: 0;
  left: 17px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

#rotateG_08, .rotateG_08 {
  left: 5px;
  bottom: 5px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg); }

@keyframes fadeG {
  0% {
    background-color: rgba(255, 125, 37, 0.9); }
  100% {
    background-color: rgba(255, 125, 37, 0); } }
@-o-keyframes fadeG {
  0% {
    background-color: rgba(255, 125, 37, 0.9); }
  100% {
    background-color: rgba(255, 125, 37, 0); } }
@-ms-keyframes fadeG {
  0% {
    background-color: rgba(255, 125, 37, 0.9); }
  100% {
    background-color: rgba(255, 125, 37, 0); } }
@-webkit-keyframes fadeG {
  0% {
    background-color: rgba(255, 125, 37, 0.9); }
  100% {
    background-color: rgba(255, 125, 37, 0); } }
@-moz-keyframes fadeG {
  0% {
    background-color: rgba(255, 125, 37, 0.9); }
  100% {
    background-color: rgba(255, 125, 37, 0); } }
#id_receive_emails, #id_tos {
  display: inline-block; }

.gender-label-wrapper {
  display: flex;
  align-items: center; }

#id_gender_0:checked + .gender-label:before {
  content: url("/static/img/ellipse_success.c6bf16b294e2.png") !important; }

#id_gender_1:checked + .gender-label:before {
  content: url("/static/img/ellipse_success.c6bf16b294e2.png") !important; }

#id_gender_2:checked + .gender-label:before {
  content: url("/static/img/ellipse_success.c6bf16b294e2.png") !important; }

.gender_label-avatar {
  border: 1px solid #5C5C5C;
  border-radius: 3px; }
  .gender_label-avatar:checked {
    border: 1px solid #00BFFF; }

.gender-text {
  white-space: break-spaces;
  pointer-events: none;
  font-size: 0.9375rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 175px; }

.gender-label-avatar:hover:before {
  transform: scale(1.05, 1.05); }

.gender-label-avatar:before {
  pointer-events: auto;
  background-size: 80px 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0px;
  content: "";
  border: 2px solid #5C5C5C;
  border-radius: 3px;
  vertical-align: middle;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

#id_gender_0 + .gender-label-avatar:before {
  background-image: url("/static/img/avatars/new_avatars/Greg_hs.b8592ef0a3f8.jpg"); }

#id_gender_1 + .gender-label-avatar:before {
  background-image: url("/static/img/avatars/new_avatars/Bitsy_hs.235d3e3c0ecf.jpg"); }

#id_gender_2 + .gender-label-avatar:before {
  background-image: url("/static/img/avatars/classic/chris.7fd3bf2c1d55.jpg"); }

#id_gender_0:focus + .gender-label-avatar:before {
  transform: scale(1.05, 1.05); }

#id_gender_1:focus + .gender-label-avatar:before {
  transform: scale(1.05, 1.05); }

#id_gender_2:focus + .gender-label-avatar:before {
  transform: scale(1.05, 1.05); }

#id_gender_0:checked + .gender-label-avatar:before {
  border: 2px solid #00BFFF; }

#id_gender_1:checked + .gender-label-avatar:before {
  border: 2px solid #00BFFF; }

#id_gender_2:checked + .gender-label-avatar:before {
  border: 2px solid #00BFFF; }

#id_month {
  width: 70px !important; }

#id_day {
  width: 51px !important; }

#id_year {
  width: 56px !important; }

.security_question_arrow, .security-question-arrow {
  pointer-events: none; }

.join-premium-offer {
  flex: 1 0 50%;
  z-index: 1;
  position: relative;
  padding: 0;
  height: 100%; }
  .join-premium-offer .premium-benefits-container {
    background: transparent;
    padding: 1rem 4.625rem 1rem;
    margin: 5vh auto 5vh !important;
    color: white;
    box-sizing: border-box;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 800px) {
      .join-premium-offer .premium-benefits-container {
        padding: 1rem 1rem 1rem; } }

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

.background-teal {
  background: #35c5f4 !important; }

.background-darkGrey {
  background: #676767 !important; }

.blockGroupFields {
  display: flex;
  justify-content: space-between; }
  .blockGroupFields__item {
    width: 345px;
    margin: 5px 20px; }
    @media (max-width: 800px) {
      .blockGroupFields__item {
        width: 100%;
        max-width: 390px;
        margin: 5px 0; } }
  @media (max-width: 800px) {
    .blockGroupFields {
      flex-direction: column;
      align-items: center; } }

.formDate {
  position: relative; }
  .formDate .security_question_arrow_form {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    width: 20px; }
  .formDate:first-child select {
    width: 50px; }
  @media (max-width: 800px) {
    .formDate {
      padding-right: 0;
      width: 30%; } }

.blockLogo {
  margin: 0 auto; }

.blockInfo {
  display: flex;
  justify-content: space-between; }
  .blockInfo__textExperienceIncludes {
    font-size: 20px;
    font-weight: 500;
    padding-left: 0; }
  .blockInfo__blockRight {
    width: 260px;
    justify-content: space-around;
    display: flex;
    margin-right: 94px; }
    @media (max-width: 800px) {
      .blockInfo__blockRight {
        margin-right: 0; } }
  .blockInfo__nameServiceItem {
    color: white;
    font-weight: 900;
    font-size: 1.25rem; }

.blockExperience {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px 10px 16px;
  /* border: 1px solid white; */
  background: #000000;
  opacity: 0.9;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 16px; }
  .blockExperience__textExperience {
    font-size: 17px;
    font-weight: 500;
    padding-left: 0; }
  .blockExperience__blockRight {
    display: flex;
    width: 260px;
    justify-content: space-around; }
  .blockExperience__nameServiceItem {
    color: white;
    font-weight: 900;
    font-size: 1.25rem; }
  .blockExperience__image {
    height: 3.4rem;
    width: auto;
    vertical-align: middle; }
  .blockExperience__blockFirstImage {
    width: 54.39px; }
  @media (max-width: 800px) {
    .blockExperience__blockLeft {
      max-width: 60%; } }
  @media (max-width: 400px) {
    .blockExperience__blockLeft {
      width: 78%;
      margin: 20px auto; } }
  @media (max-width: 800px) {
    .blockExperience {
      padding: 10px 10px 10px 16px; } }
  @media (max-width: 450px) {
    .blockExperience {
      width: 100%;
      margin: 20px auto; } }

@media (max-width: 450px) {
  .joinBlock {
    width: 100%; } }

.mainBlockButton {
  display: flex;
  padding-right: 55px;
  justify-content: flex-end;
  margin: 20px 0; }
  @media (max-width: 800px) {
    .mainBlockButton {
      padding-right: 0;
      justify-content: center; } }

.blockButton {
  margin-top: 16px; }
  .blockButton__item {
    padding: 10px 27px;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500; }
    @media (max-width: 450px) {
      .blockButton__item {
        font-size: 15px; } }

.margin-right-100 {
  margin-right: 100px; }
  @media (max-width: 800px) {
    .margin-right-100 {
      margin-right: 10px; } }

#go-basic {
  margin-right: 35px; }

body.premium_offer .join-premium-offer .premium-benefits-container {
  align-items: initial; }

.blockDownloadGame__titleText {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #35c5f4 !important;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em; }
.blockDownloadGame__descriptionItem {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em; }
.blockDownloadGame__buttonDownload {
  display: flex;
  justify-content: center; }
.blockDownloadGame__buttonDownloadItem {
  padding: 0.3em 2.5em;
  margin: 20px auto 0;
  background: #00BFFF;
  border-radius: 3px;
  font-size: 1.2em;
  border: 1px solid #00BFFF;
  text-decoration: none;
  color: black;
  font-weight: 500; }

.g_recaptcha_response_li {
  margin-left: 20px; }
  @media (max-width: 800px) {
    .g_recaptcha_response_li {
      margin: 20px auto;
      display: flex; } }

.download .join-premium-offer .premium-benefits-container {
  height: 90vh;
  width: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0; }

.checkbox-label-container {
  padding: 1px 10px 0px 10px; }
  .checkbox-label-container .checkbox-label {
    background-color: #35c5f4;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: 20px; }
  .checkbox-label-container .checkbox-label::after {
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 10px; }

.membership-header {
  text-align: center;
  font-size: larger;
  font-weight: 900; }

.membership-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    .membership-container {
      flex-direction: row;
      justify-content: center; } }
  .membership-container .membership-option {
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    width: 325px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .membership-container .membership-option {
        width: 100%; } }
    .membership-container .membership-option .membership-name {
      color: #35c5f4;
      font-weight: 900;
      font-size: x-large;
      padding: 10px;
      height: 50px;
      line-height: normal; }
    .membership-container .membership-option .membership-benefit {
      display: flex; }
      .membership-container .membership-option .membership-benefit .benefit-text {
        padding-bottom: 15px; }
    .membership-container .membership-option .membership-footer {
      padding: 10px;
      display: flex;
      min-height: 190px;
      flex-direction: column;
      justify-content: space-between; }
      .membership-container .membership-option .membership-footer .membership-price {
        color: white;
        font-weight: 700;
        font-size: x-large;
        line-height: normal;
        padding-bottom: 10px; }
        .membership-container .membership-option .membership-footer .membership-price span
        .sum {
          font-size: x-large;
          font-weight: 900;
          line-height: normal; }
        .membership-container .membership-option .membership-footer .membership-price .desc {
          font-size: initial;
          font-weight: 500; }
      .membership-container .membership-option .membership-footer .price-description {
        padding-bottom: 10px; }
        .membership-container .membership-option .membership-footer .price-description input {
          vertical-align: middle; }
      .membership-container .membership-option .membership-footer hr {
        display: block;
        height: 1px;
        color: #d6d6d6;
        background-color: #d6d6d6;
        width: auto; }
  .membership-container .basic-option a {
    color: #35c5f4;
    background-color: black; }
    .membership-container .basic-option a:hover {
      color: #0a8eb9; }
  @media (min-width: 1299px) {
    .membership-container .basic-option {
      flex-direction: row;
      width: 100%; }
      .membership-container .basic-option .membership-footer {
        width: 45%;
        padding-left: 45px;
        border-left: 2px solid white; }
        .membership-container .basic-option .membership-footer hr {
          visibility: hidden; }
        .membership-container .basic-option .membership-footer a {
          width: 310px; } }

.join-download {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .join-download .premium-benefits-container .downloadBlock .blockDownloadGame {
    border: 2px solid rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 25px; }

.button-teal {
  background: #35c5f4;
  border: 1px solid #35c5f4;
  text-transform: none;
  transition: 0.3s; }
  .button-teal:hover, .button-teal:focus {
    background: #0a8eb9;
    border: 1px solid #0a8eb9; }

/* Avatar Chooser Modal (background) */
.modal {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  top: -100%;
  opacity: 0;
  transition: all 0.4s ease-in;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .modal div::-webkit-scrollbar {
    width: 10px; }
  .modal div::-webkit-scrollbar-track {
    background: transparent; }
  .modal div::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 5px; }
  .modal div::-webkit-scrollbar-thumb:hover {
    background: #555; }

.modal-content {
  display: flex;
  flex-direction: column;
  background-color: #343434;
  color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  width: 60%;
  height: 70%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .modal-content .avatar-chooser {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    padding: 5px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */ }
    .modal-content .avatar-chooser input {
      position: absolute;
      width: 0;
      height: 0; }
    .modal-content .avatar-chooser img {
      width: 100px;
      height: 100px;
      margin: 10px;
      border-radius: 3px;
      border: 2px solid #666666;
      transition: all 0.4s ease-in;
      outline: none; }
      .modal-content .avatar-chooser img:hover, .modal-content .avatar-chooser img:focus {
        border: 2px solid #00BFFF;
        cursor: pointer;
        transform: scale(1.1); }

.show {
  top: 0;
  opacity: 1; }

@keyframes showmodal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.4s ease-in; }

.close:hover,
.close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer; }

#btn-open-avatar-chooser {
  max-width: 390px;
  font-size: 14px;
  text-transform: none;
  background-color: transparent;
  color: white;
  border-radius: 3px;
  transition: 0.3s; }
  #btn-open-avatar-chooser:hover, #btn-open-avatar-chooser:focus {
    background-color: #111111;
    outline: none; }

#avatar-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: -37px;
  width: 100%;
  z-index: 2; }
  #avatar-section #avatar-image {
    transition: all 0.4s ease-in; }
    #avatar-section #avatar-image:hover {
      cursor: pointer; }
  #avatar-section .avatar-image-chosen {
    border: 1px solid #00BFFF;
    border-radius: 3px; }
  #avatar-section .avatar-info {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }

.avatar-constructor {
  display: flex;
  width: 100%;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .avatar-constructor p {
    text-transform: uppercase; }
  .avatar-constructor .avatar-container {
    display: contents;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh; }
    .avatar-constructor .avatar-container .avatar-container-inner {
      display: flex;
      flex-direction: row;
      min-height: 550px;
      justify-content: space-between; }
      @media (max-width: 999px) {
        .avatar-constructor .avatar-container .avatar-container-inner {
          height: auto;
          flex-direction: column-reverse; } }
      .avatar-constructor .avatar-container .avatar-container-inner .avatar-customizer {
        display: flex;
        flex-direction: column; }
    .avatar-constructor .avatar-container .avatar-container-inner[data-nux-v="2"] {
      min-height: calc(100vh - 100px); }
      @media (min-width: 1300px) and (max-width: 1499px) {
        .avatar-constructor .avatar-container .avatar-container-inner[data-nux-v="2"] {
          margin-left: 0; } }
      @media (max-width: 999px) {
        .avatar-constructor .avatar-container .avatar-container-inner[data-nux-v="2"] {
          height: auto;
          flex-direction: column-reverse; } }
  .avatar-constructor button {
    background: #35c5f4;
    border: 1px solid #35c5f4;
    text-transform: none;
    transition: 0.3s;
    margin: 5px; }
    .avatar-constructor button:hover, .avatar-constructor button:focus {
      background: #0a8eb9;
      border: 1px solid #0a8eb9; }
  .avatar-constructor button[data-nux-v="2"] {
    background: transparent;
    border: none; }
  .avatar-constructor .ajax-loader {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    right: calc(10% + 50px);
    top: 88%;
    width: 40px;
    height: 50px;
    margin: auto;
    pointer-events: none; }
    .avatar-constructor .ajax-loader.on {
      visibility: visible; }
  .avatar-constructor .continue-signup {
    position: absolute;
    top: 90%;
    right: 10%;
    width: 24%;
    letter-spacing: 0;
    padding: 5px 0px;
    cursor: pointer;
    background: #35c5f4;
    color: black;
    border: 1px solid #35c5f4;
    transition: 0.3s; }
    .avatar-constructor .continue-signup:hover, .avatar-constructor .continue-signup:focus {
      border-color: #0a8eb9;
      background-color: #0a8eb9;
      color: white; }
    @media (max-width: 1299px) {
      .avatar-constructor .continue-signup {
        top: 90%;
        right: 6%; } }
  .avatar-constructor .continue-signup[data-nux-v="2"] {
    position: absolute;
    top: 13px;
    right: 13px;
    width: auto;
    letter-spacing: 0;
    padding: 5px 25px;
    cursor: pointer;
    background: #9e20de;
    color: white;
    border: 1px solid #9e20de;
    transition: 0.3s; }
    .avatar-constructor .continue-signup[data-nux-v="2"]:hover, .avatar-constructor .continue-signup[data-nux-v="2"]:focus {
      border-color: #5f1385;
      background-color: #5f1385;
      color: #cccccc; }
    @media (max-width: 1299px) {
      .avatar-constructor .continue-signup[data-nux-v="2"] {
        top: 15px;
        right: 10px;
        position: fixed; } }
  .avatar-constructor #surprise-me {
    position: absolute;
    top: 2%;
    right: 10%;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background: transparent;
    background-image: url("/static/img/randomize_dice.e827a5b2901c.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: none;
    transition: 0.3s; }
    .avatar-constructor #surprise-me:hover, .avatar-constructor #surprise-me:focus {
      border-color: #0a8eb9;
      color: #0a8eb9; }
    @media (max-width: 1299px) {
      .avatar-constructor #surprise-me {
        right: 6%; } }
  .avatar-constructor #surprise-me[data-nux-v="2"] {
    top: 100px;
    right: 25px;
    background-image: url("/static/img/random_59x53.790e878dc420.png"); }
    @media (max-width: 1299px) {
      .avatar-constructor #surprise-me[data-nux-v="2"] {
        right: 23px; } }
    @media (max-width: 999px) {
      .avatar-constructor #surprise-me[data-nux-v="2"] {
        top: 0;
        right: 0; } }
  .avatar-constructor #change-view {
    position: absolute;
    top: 150px;
    height: 60px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    right: 22px;
    color: white;
    cursor: pointer;
    border: none;
    transition: 0.3s; }
    .avatar-constructor #change-view:hover, .avatar-constructor #change-view:focus {
      color: white;
      border: none;
      background-color: transparent; }
    @media (max-width: 1299px) {
      .avatar-constructor #change-view {
        right: 20px; } }
    @media (max-width: 999px) {
      .avatar-constructor #change-view {
        top: 40px;
        right: -4px; } }
  .avatar-constructor #change-view[data-state="eyes"] {
    background-image: url("/static/img/head_view.7e6d58c78bb9.png");
    background-size: 40px auto; }
  .avatar-constructor #change-view[data-state="body"] {
    background-image: url("/static/img/full_body_view.289d64adfcfb.png");
    background-size: auto 60px; }
  .avatar-constructor #zoom {
    display: none;
    position: absolute;
    top: 160px;
    right: 3%;
    height: 32px;
    width: 32px;
    color: white;
    cursor: pointer;
    background: transparent;
    background-size: 32px 32px;
    border: none;
    transition: 0.3s; }
    .avatar-constructor #zoom:hover, .avatar-constructor #zoom:focus {
      color: white;
      border: none;
      background-color: transparent; }
    @media (max-width: 1299px) {
      .avatar-constructor #zoom {
        right: 23px; } }
    @media (max-width: 999px) {
      .avatar-constructor #zoom {
        display: block;
        top: 110px;
        right: 0px; } }
  .avatar-constructor #zoom[data-state="zoom-in"] {
    background-image: url("/static/img/mobile_fullscreen_view.fa2a20bc88eb.png"); }
  .avatar-constructor #zoom[data-state="zoom-out"] {
    background-image: url("/static/img/mobile_regular_view.69a610440c17.png"); }
  .avatar-constructor #gender-tabs {
    width: auto;
    display: flex;
    justify-content: space-between;
    visibility: visible; }
    .avatar-constructor #gender-tabs .gender-tab {
      background-color: #262626;
      width: 49%;
      transition: all 0.3s ease-in; }
      .avatar-constructor #gender-tabs .gender-tab:hover, .avatar-constructor #gender-tabs .gender-tab:focus {
        background-color: #404040; }
    .avatar-constructor #gender-tabs .active-gender-tab {
      background-color: #404040; }
  .avatar-constructor .clothes-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-left: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 999px) {
      .avatar-constructor .clothes-filter {
        justify-content: center; } }
    .avatar-constructor .clothes-filter .clothes-button {
      background-color: transparent;
      border: 0 solid transparent;
      border-bottom: 2px solid transparent;
      margin: 3px;
      margin-bottom: -2px;
      padding: 0;
      width: fit-content;
      text-align: center;
      transition: all 0.3s ease-in;
      outline: none;
      color: white; }
      .avatar-constructor .clothes-filter .clothes-button:hover, .avatar-constructor .clothes-filter .clothes-button:focus {
        border-bottom: 2px solid rgba(255, 255, 255, 0.8); }
      @media (max-width: 440px) {
        .avatar-constructor .clothes-filter .clothes-button {
          margin: 0;
          margin-bottom: -1px; } }
      @media (max-width: 440px) {
        .avatar-constructor .clothes-filter .clothes-button img {
          width: 40px; } }
    .avatar-constructor .clothes-filter #eyes[data-nux-v="2"],
    .avatar-constructor .clothes-filter #hair[data-nux-v="2"],
    .avatar-constructor .clothes-filter #anthro[data-nux-v="2"],
    .avatar-constructor .clothes-filter #accessory[data-nux-v="2"] {
      display: none; }
    .avatar-constructor .clothes-filter .active-clothes-button {
      border-bottom: 2px solid rgba(255, 255, 255, 0.8); }
  .avatar-constructor #clothes-filter-left {
    justify-content: center; }
  .avatar-constructor .clothes-container {
    display: flex;
    flex-direction: column;
    width: 370px;
    background-color: transparent;
    border: none;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (min-width: 1500px) {
      .avatar-constructor .clothes-container {
        width: 25vw; } }
    @media (min-width: 1000px) and (max-width: 1499px) {
      .avatar-constructor .clothes-container {
        width: 500px; } }
    @media (max-width: 999px) {
      .avatar-constructor .clothes-container {
        width: 100%; } }
    .avatar-constructor .clothes-container div::-webkit-scrollbar {
      width: 10px; }
    .avatar-constructor .clothes-container div::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.3); }
    .avatar-constructor .clothes-container div::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5); }
    .avatar-constructor .clothes-container div::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 255, 255, 0.7); }
    .avatar-constructor .clothes-container .clothes-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      min-height: 480px;
      height: 79vh;
      overflow-x: hidden;
      overflow-y: auto;
      width: inherit;
      visibility: inherit;
      align-content: flex-start; }
      @media (max-width: 999px) {
        .avatar-constructor .clothes-container .clothes-list {
          height: 140px;
          min-height: 140px;
          overflow-x: auto;
          overflow-y: hidden;
          flex-direction: column;
          align-content: flex-start; } }
      .avatar-constructor .clothes-container .clothes-list .clothes-item {
        width: 100px;
        height: 100px;
        margin: 10px;
        background-color: #1a2d57;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: none;
        transition: all 0.4s ease-in;
        outline: none;
        flex-wrap: wrap; }
        .avatar-constructor .clothes-container .clothes-list .clothes-item:hover {
          transform: none; }
        .avatar-constructor .clothes-container .clothes-list .clothes-item .checkmark {
          position: relative;
          left: 30px;
          bottom: 30px; }
        .avatar-constructor .clothes-container .clothes-list .clothes-item .no-checkmark {
          display: none; }
        .avatar-constructor .clothes-container .clothes-list .clothes-item img {
          max-width: 100%;
          max-height: 100%;
          transition: all 0.4s ease-in; }
          .avatar-constructor .clothes-container .clothes-list .clothes-item img:hover {
            transform: scale(1.1); }
      .avatar-constructor .clothes-container .clothes-list .clothes-item[data-nux-v="2"] {
        position: relative;
        background-color: rgba(64, 94, 124, 0.3);
        border: 2px solid transparent;
        border-radius: 10px; }
        .avatar-constructor .clothes-container .clothes-list .clothes-item[data-nux-v="2"]:hover {
          background-color: rgba(111, 132, 153, 0.9); }
        .avatar-constructor .clothes-container .clothes-list .clothes-item[data-nux-v="2"] img:hover {
          transform: none; }
      .avatar-constructor .clothes-container .clothes-list .selected-item {
        border: 2px solid rgba(255, 255, 255, 0.7); }
        .avatar-constructor .clothes-container .clothes-list .selected-item [data-nux-v="2"] {
          border: 2px solid rgba(255, 255, 255, 0.7); }
      .avatar-constructor .clothes-container .clothes-list .selected-item[data-nux-v="2"] {
        border: 2px solid rgba(255, 255, 255, 0.7); }
    .avatar-constructor .clothes-container .clothes-list[data-nux-v="2"] {
      justify-content: center;
      overflow-x: hidden;
      overflow-y: auto;
      width: inherit;
      visibility: visible;
      height: 70vh;
      align-content: flex-start; }
      @media (max-width: 999px) {
        .avatar-constructor .clothes-container .clothes-list[data-nux-v="2"] {
          align-items: center;
          justify-content: normal;
          height: 140px;
          min-height: 140px;
          overflow-x: auto;
          overflow-y: hidden;
          flex-direction: column;
          align-content: flex-start;
          width: 100%; } }
  .avatar-constructor .clothes-container[data-nux-v="2"] {
    width: 500px; }
    @media (min-width: 1500px) {
      .avatar-constructor .clothes-container[data-nux-v="2"] {
        width: 500px; } }
    @media (min-width: 1000px) and (max-width: 1499px) {
      .avatar-constructor .clothes-container[data-nux-v="2"] {
        width: 500px; } }
    @media (max-width: 999px) {
      .avatar-constructor .clothes-container[data-nux-v="2"] {
        width: 100%; } }
  .avatar-constructor .avatar-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    width: 30vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 125px;
    bottom: 15px;
    min-height: 350px; }
    @media (max-width: 999px) {
      .avatar-constructor .avatar-preview {
        position: relative;
        top: 0;
        height: 60vh;
        width: 100%; } }
    @media (min-width: 1000px) and (max-width: 1099px) {
      .avatar-constructor .avatar-preview {
        margin-left: 60vw;
        width: 35vw; } }
    @media (min-width: 1100px) and (max-width: 1299px) {
      .avatar-constructor .avatar-preview {
        margin-left: 57vw;
        width: 35vw; } }
    @media (min-width: 1300px) and (max-width: 1499px) {
      .avatar-constructor .avatar-preview {
        margin-left: 50%;
        width: 40vw; } }
    .avatar-constructor .avatar-preview #webgl_container {
      height: calc(99%);
      width: calc(25vw);
      position: relative;
      border: 1px solid #7d8492;
      margin-left: 0; }
      @media (min-width: 1000px) and (max-width: 1499px) {
        .avatar-constructor .avatar-preview #webgl_container {
          width: 34vw; } }
      @media (max-width: 999px) {
        .avatar-constructor .avatar-preview #webgl_container {
          width: calc(99%); } }
  .avatar-constructor .avatar-preview[data-nux-v="2"] {
    display: block;
    overflow: hidden;
    width: 30vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    min-height: 350px; }
    @media (max-width: 999px) {
      .avatar-constructor .avatar-preview[data-nux-v="2"] {
        height: 55vh;
        position: relative;
        top: 0;
        width: 100%; } }
  @media (max-width: 999px) and (max-height: 750px) {
    .avatar-constructor .avatar-preview[data-nux-v="2"] {
      height: 55vh; } }

    @media (min-width: 999px) and (max-width: 1099px) {
      .avatar-constructor .avatar-preview[data-nux-v="2"] {
        margin-left: auto;
        left: calc(500px + 10%);
        width: auto;
        right: 0; } }
    @media (min-width: 1100px) and (max-width: 1300px) {
      .avatar-constructor .avatar-preview[data-nux-v="2"] {
        margin-left: auto;
        left: calc(500px + 10%);
        width: auto;
        right: 0; } }
    @media (min-width: 1300px) and (max-width: 1500px) {
      .avatar-constructor .avatar-preview[data-nux-v="2"] {
        margin-left: auto;
        left: calc(500px + 10%);
        width: auto;
        right: 0; } }
    @media (min-width: 1500px) {
      .avatar-constructor .avatar-preview[data-nux-v="2"] {
        left: calc(500px + 10%);
        width: auto;
        right: 0; } }
    .avatar-constructor .avatar-preview[data-nux-v="2"] #webgl_container {
      height: 100%;
      width: 100%;
      border: 0px solid #7d8492;
      margin-left: 0; }
      @media (min-width: 1000px) and (max-width: 1499px) {
        .avatar-constructor .avatar-preview[data-nux-v="2"] #webgl_container {
          width: 100%; } }
      @media (max-width: 999px) {
        .avatar-constructor .avatar-preview[data-nux-v="2"] #webgl_container {
          width: 100%; } }
  .avatar-constructor #loading_overlay {
    position: relative;
    top: 50%;
    text-align: center;
    display: none; }

#avatar-customizer-left #upper-left, #avatar-customizer-left #dress-left, #avatar-customizer-left #lower-left, #avatar-customizer-left #shoes-left {
  display: none; }
@media (max-width: 1499px) {
  #avatar-customizer-left #upper-left, #avatar-customizer-left #dress-left, #avatar-customizer-left #lower-left, #avatar-customizer-left #shoes-left {
    display: block; } }

@media (max-width: 1499px) {
  #avatar-customizer-left[data-nux-v="2"] #upper-left, #avatar-customizer-left[data-nux-v="2"] #dress-left, #avatar-customizer-left[data-nux-v="2"] #lower-left, #avatar-customizer-left[data-nux-v="2"] #shoes-left {
    display: none; } }

@media (max-width: 1499px) {
  #avatar-customizer-right {
    display: none; } }

#avatar-customizer-right[data-nux-v="2"] {
  display: none; }
  @media (max-width: 1499px) {
    #avatar-customizer-right[data-nux-v="2"] #upper-left, #avatar-customizer-right[data-nux-v="2"] #dress-left, #avatar-customizer-right[data-nux-v="2"] #lower-left, #avatar-customizer-right[data-nux-v="2"] #shoes-left {
      display: none; } }

#avatar-pic-container {
  position: absolute;
  top: 109px;
  left: 60%;
  width: 300px;
  height: 444px;
  border: 1px solid #bbbbbb;
  visibility: hidden; }
  @media (max-width: 800px) {
    #avatar-pic-container {
      top: 74px;
      left: 0;
      right: 0;
      margin: auto;
      width: 280px;
      height: 380px; } }
  #avatar-pic-container img {
    width: 100%; }

.blockRight {
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 800px) {
    .blockRight {
      align-items: center; } }

@media (max-width: 800px) {
  .flex-outer-with-avatar {
    margin-top: 400px; } }

#submit-li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 345px; }
  @media (max-width: 800px) {
    #submit-li {
      margin: 0;
      margin-left: 0; } }

#avatar-section-old {
  display: flex;
  flex-direction: row;
  padding: 20px 40px; }
  #avatar-section-old #avatar-image {
    transition: all 0.4s ease-in; }
    #avatar-section-old #avatar-image:hover {
      cursor: pointer; }
  #avatar-section-old .avatar-image-chosen {
    border: 1px solid #00BFFF;
    border-radius: 3px; }
  #avatar-section-old .avatar-info {
    display: flex;
    flex-direction: column;
    padding-left: 20px; }
    #avatar-section-old .avatar-info button {
      font-size: 18px;
      background-color: lightslategrey;
      text-transform: uppercase; }
      #avatar-section-old .avatar-info button:hover, #avatar-section-old .avatar-info button:focus {
        background-color: black; }

.joinBlockFormFirst {
  display: block;
  padding-top: 70px; }

.g_recaptcha_response-errors {
  padding-top: 5px; }

.color-modal {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  left: calc(200px + 2%);
  top: 200px;
  width: fit-content;
  overflow: hidden;
  background-color: #0F2153;
  border-radius: 10px;
  animation: modalFadeIn 0.3s ease-out forwards; }
  @media (max-width: 999px) {
    .color-modal {
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%; } }
  .color-modal .color-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 20px;
    width: 100%; }
    @media (max-width: 999px) {
      .color-modal .color-modal-content {
        flex-direction: row;
        justify-content: space-evenly;
        padding: 15px;
        min-height: 120px; } }
    .color-modal .color-modal-content #modal-thumb {
      width: 100px;
      height: 100px;
      background-color: #3f4d76;
      margin-bottom: 20px;
      border-radius: 10px; }
      @media (max-width: 599px) {
        .color-modal .color-modal-content #modal-thumb {
          display: none; } }
    .color-modal .color-modal-content #choose-color {
      text-transform: none;
      font-size: 0.8em; }
    .color-modal .color-modal-content .close-modal-button {
      color: #545454;
      float: right;
      font-size: 28px;
      font-weight: bold; }
    .color-modal .color-modal-content #color-options {
      display: grid;
      margin: 10px; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content #color-options {
          margin: 5px; } }
      .color-modal .color-modal-content #color-options .color-square {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        margin: 5px;
        cursor: pointer;
        border: 1px solid #454e6c;
        font-size: 22px;
        text-align: center; }
        @media (max-width: 999px) {
          .color-modal .color-modal-content #color-options .color-square {
            width: 30px;
            height: 30px; } }
      .color-modal .color-modal-content #color-options .remove-category {
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: tomato; }
        .color-modal .color-modal-content #color-options .remove-category .circle-container {
          width: 17px;
          height: 17px;
          border: 2px solid tomato;
          border-radius: 50%;
          position: relative;
          overflow: hidden; }
        .color-modal .color-modal-content #color-options .remove-category .diameter {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 200%;
          height: 2px;
          background-color: tomato;
          transform: translate(-50%, -50%) rotate(-45deg); }
    .color-modal .color-modal-content .color-buttons {
      display: flex;
      justify-content: space-evenly; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content .color-buttons {
          flex-direction: column; } }
    .color-modal .color-modal-content .checkmark-button {
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 50%;
      height: 15px;
      left: 0;
      position: relative;
      top: 0;
      width: 20px; }
    .color-modal .color-modal-content .checkmark-button::after {
      border: 3px solid #cacbcf;
      border-top: none;
      border-right: none;
      content: "";
      height: 8px;
      left: 29px;
      position: absolute;
      top: 0;
      transform: rotate(-45deg);
      width: 17px; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content .checkmark-button::after {
          left: 18px; } }
    .color-modal .color-modal-content .button {
      background-color: #030a1f;
      border-color: #454e6c;
      width: 80px;
      padding: 10px 0;
      border-radius: 10px; }
      .color-modal .color-modal-content .button:hover, .color-modal .color-modal-content .button:focus {
        background-color: #051236;
        border-color: #31384d; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content .button {
          width: 60px; } }
    .color-modal .color-modal-content .x-button {
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 50%;
      height: 15px;
      left: 0;
      position: relative;
      top: 0;
      width: 20px; }
    .color-modal .color-modal-content .x-button::after {
      border-top: 3px solid #cacbcf;
      content: "";
      left: 29px;
      position: absolute;
      top: 6px;
      transform: rotate(-50deg);
      width: 20px; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content .x-button::after {
          left: 18px; } }
    .color-modal .color-modal-content .x-button::before {
      border-top: 3px solid #cacbcf;
      content: "";
      left: 29px;
      position: absolute;
      top: 6px;
      transform: rotate(50deg);
      width: 20px; }
      @media (max-width: 999px) {
        .color-modal .color-modal-content .x-button::before {
          left: 18px; } }

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  animation: fadeInOverlay 0.3s ease-out forwards; }

@keyframes modalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modalFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeInOverlay {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.2); } }
.black-pink {
  background: linear-gradient(to bottom right, black, pink); }

.black-yellow {
  background: linear-gradient(to bottom right, black 0% 50%, yellow 50% 100%); }

.black {
  background: black; }

.blue-white-red {
  background: linear-gradient(to bottom right, blue 0% 50%, red 50% 100%); }

.blue {
  background: blue; }

.grey {
  background: grey; }

.red {
  background: #de4141; }

.royal-blue-black {
  background: linear-gradient(to bottom right, #2d2266 0% 50%, black 50% 100%); }

.vertical-stripe-plum {
  background: linear-gradient(to bottom right, black 0% 50%, #4f1f29 50% 100%); }

.white {
  background-color: white; }

.yellow {
  background-color: yellow; }

.green {
  background-color: green; }

.pink {
  background-color: pink; }

.purple {
  background-color: #8c247a; }

.orange {
  background-color: orange; }

.cream {
  background-color: #9b7d55; }

.brown {
  background-color: brown; }

.arcade-black {
  background: linear-gradient(to bottom right, #85b5af 0% 50%, black 50% 100%); }

.argyle-brown {
  background: linear-gradient(to bottom right, #e3dfda 0% 50%, #d79983 50% 100%); }

.houndstooth-black-white {
  background: linear-gradient(to bottom right, black 0% 50%, white 50% 100%); }

.sakura-blue {
  background: linear-gradient(to bottom right, #9b84ac 0% 50%, #4643c4 50% 100%); }

.stripes-pink {
  background: linear-gradient(to bottom right, pink 0% 50%, white 50% 100%); }

.zig-zag-peach {
  background: linear-gradient(to bottom right, #9a553a 0% 50%, #e1dad2 50% 100%); }

.black-blue {
  background: linear-gradient(to bottom right, black 0% 50%, #407e99 50% 100%); }

.black-purple {
  background: linear-gradient(to bottom right, black 0% 50%, #453e85 50% 100%); }

.green-white-purple {
  background: linear-gradient(to bottom right, #2b361a 0% 50%, #453e85 50% 100%); }

.inferno-blue {
  background: linear-gradient(to bottom right, #2d2d46 0% 50%, #211e3d 50% 100%); }

.inferno-orange {
  background: linear-gradient(to bottom right, #2d2d46 0% 50%, #723a14 50% 100%); }

.black-green {
  background: linear-gradient(to bottom right, black 0% 50%, green 50% 100%); }

.stripes-black-purple {
  background: linear-gradient(to bottom right, black 0% 50%, #453e85 50% 100%); }

.stripes-black-salmon {
  background: linear-gradient(to bottom right, black 0% 50%, salmon 50% 100%); }

.white-grey-pink {
  background: linear-gradient(to bottom right, white 0% 50%, pink 50% 100%); }

.black-black {
  background-color: #262626; }

.green-black {
  background-color: #4f5a30; }

.navy-black, .navy {
  background-color: #21273c; }

.purple-black {
  background-color: #261a2a; }

.white-black {
  background-color: white; }

.grey-black {
  background-color: #84837b; }

.blue-grey-red {
  background: linear-gradient(to bottom right, blue 0% 50%, red 50% 100%); }

.green-grey-purple {
  background: linear-gradient(to bottom right, green 0% 50%, purple 50% 100%); }

.arcade-pink {
  background-color: #ec82a4; }

.banded-brown {
  background: linear-gradient(to bottom right, #402017 0% 50%, #b3984f 50% 100%); }

.glitter-black {
  background-color: black; }

.glitter-white {
  background-color: #c7c2ba; }

.peacock-mint {
  background-color: #b5bfa4; }

.stripes-blue {
  background: linear-gradient(to bottom right, #531f8c 0% 50%, white 50% 100%); }

.tri-red {
  background-color: #bf1b15; }

.denim-black {
  background-color: #262626; }

.denim-dark-blue {
  background-color: #203a83; }

.denim-grey {
  background-color: #2f2f2f; }

.denim-light-blue {
  background-color: #00BFFF; }

.denim-white {
  background-color: bisque; }

.checkered-black {
  background: linear-gradient(to bottom right, black 0% 50%, white 50% 100%); }

.chevron-pink {
  background: linear-gradient(to bottom right, pink 0% 50%, grey 50% 100%); }

.cow-print-purple {
  background: linear-gradient(to bottom right, black 0% 50%, #7f739e 50% 100%); }

.houndstooth-yellow {
  background-color: #d3c38b; }

.leather-lilac {
  background-color: #b787a0; }

.leather-red {
  background-color: #a91813; }

.checkered-brown {
  background: linear-gradient(to bottom right, #5f3324 0% 50%, #cec3ad 50% 100%); }

.embellished-red {
  background: linear-gradient(to bottom right, #bf3626 0% 50%, #c49860 50% 100%); }

.embroidered-yellow {
  background: linear-gradient(to bottom right, black 0% 50%, #9c7225 50% 100%); }

.houndstooth-black {
  background: linear-gradient(to bottom right, black 0% 50%, white 50% 100%); }

.tropical-pink {
  background: linear-gradient(to bottom right, #67aba8 0% 50%, #d62f2e 50% 100%); }

.abstract {
  background: linear-gradient(to bottom right, black 0% 50%, white 50% 100%); }

.black-red {
  background: linear-gradient(to bottom right, black 0% 50%, red 50% 100%); }

.cool-camo {
  background: linear-gradient(to bottom right, black 0% 50%, #778b9e 50% 100%); }

.pink-ripples {
  background: linear-gradient(to bottom right, black 0% 50%, pink 50% 100%); }

.white-blue {
  background: linear-gradient(to bottom right, #cacdc8 0% 50%, #43546a 50% 100%); }

.dark-blonde {
  background-color: #eb974c; }

.dark-brown {
  background-color: #311907; }

.light-blonde {
  background-color: #d6c18e; }

.light-brown {
  background-color: #9b7d55; }

.lilac {
  background-color: #ffafaf; }

.teal {
  background-color: #a5fffe; }

.dark-blue {
  background-color: #24365a; }

.dark-green {
  background-color: #134320; }

.dark-grey {
  background-color: #3c3f49; }

.light-blue {
  background-color: #3c4f69; }

.light-green {
  background-color: #6a735b; }

.light-grey {
  background-color: #80848a; }

.turquoise {
  background-color: #52948b; }

.violet {
  background-color: #503885; }

.gold {
  background-color: #f8cd88; }

.rose-gold {
  background-color: #eebca7; }

.silver {
  background-color: #d4d4cf; }

.skin-1 {
  background-color: #e1c0a9; }

.skin-2 {
  background-color: #d7a99e; }

.skin-3 {
  background-color: #ce9270; }

.skin-4 {
  background-color: #8f634f; }

.skin-5 {
  background-color: #664235; }

.skin-6 {
  background-color: #3a2b23; }

.rainbow-wheel {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, violet, indigo, blue, green, yellow, orange, red, violet); }

#separates-outfits {
  display: flex;
  justify-content: space-evenly; }
  #separates-outfits .set-button {
    color: white;
    padding: 5px 40px; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

#cancel-btn {
  text-transform: none;
  color: black;
  padding: 0.6em 2.5em;
  width: 345px;
  margin: 0px auto;
  background-color: #e8e8e8;
  border-radius: 3px;
  font-size: 1.2em;
  letter-spacing: 0;
  border: 1px solid #e8e8e8;
  transition: 0.3s; }
  #cancel-btn:hover, #cancel-btn:focus {
    background-color: #b5b5b5;
    border: 1px solid #b5b5b5; }

/*# sourceMappingURL=application.css.b6c61d6ea253.map */

body.compact main, body.compact .container {
  height: 100%; }
body.compact main {
  display: flex;
  justify-content: center;
  padding: 0;
  background: transparent; }
body.compact .container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 0 auto; }
body.compact .join-wrapper {
  padding: 0;
  margin: 0;
  max-height: 100%; }
body.compact .join-form-container {
  flex: 1 0 50%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 0;
  height: 100vh;
  background: transparent; }
  body.compact .join-form-container #background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #111720;
    filter: blur(200px);
    z-index: -1; }
    body.compact .join-form-container #background #circle1 {
      background-color: #1f3b9b;
      width: 112vh;
      height: 112vh;
      border-radius: 50%;
      position: absolute;
      left: -40vh;
      bottom: -12vh; }
    body.compact .join-form-container #background #circle2 {
      background-color: rgba(103, 43, 165, 0.8);
      background-color: rgba(133, 43, 165, 0.7);
      width: 60%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      left: 55%;
      bottom: -10%; }
    body.compact .join-form-container #background #circle3 {
      background-color: rgba(4, 255, 165, 0.8);
      background-color: rgba(61, 238, 255, 0.6);
      width: 66%;
      height: 60%;
      border-radius: 50%;
      position: absolute;
      right: 30%;
      bottom: -10%; }
    body.compact .join-form-container #background #circle4 {
      background-color: rgba(31, 59, 155, 0.5);
      background-color: rgba(103, 43, 165, 0.5);
      width: 66%;
      height: 50%;
      border-radius: 50%;
      position: absolute;
      right: 30%;
      top: 0; }
body.compact #join-header {
  display: none;
  align-items: center;
  justify-content: center;
  height: 68px;
  background-color: black;
  margin-bottom: 0px; }
  body.compact #join-header a {
    position: absolute;
    top: 0;
    padding: 10px 0px 0px 10px; }
    @media (min-width: 451px) {
      body.compact #join-header a {
        left: 0; } }
  @media (max-width: 800px) {
    body.compact #join-header {
      height: 68px; } }
  @media (max-width: 440px) {
    body.compact #join-header > h1 {
      display: none; } }
body.compact .join-form-container fieldset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: auto;
  max-width: fit-content;
  min-width: auto;
  margin: 45px auto;
  height: auto;
  color: white;
  box-sizing: border-box;
  border-radius: 0; }
  @media (max-width: 800px) {
    body.compact .join-form-container fieldset {
      padding: 1rem 1rem 1rem;
      width: 100%; } }
  body.compact .join-form-container fieldset .joinBlock {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 25px 20px; }
body.compact .join-form-container fieldset .errorlist {
  margin-left: 0;
  padding-left: 50px;
  padding-top: 15px;
  background: #e6e6e6;
  color: black;
  background-image: url("/static/img/warning_triangle.903ca6d4d9b2.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 9px center; }
body.compact fieldset input {
  padding: 0.65rem 1rem 0.65rem; }
body.compact fieldset input#submit-btn {
  text-transform: none;
  color: black;
  padding: 0.6em 2.5em;
  max-width: 390px;
  margin: 20px auto;
  background: #00BFFF;
  border-radius: 3px;
  font-size: 1.2em;
  letter-spacing: 0;
  border: 1px solid #00BFFF;
  transition: 0.3s; }
  body.compact fieldset input#submit-btn:hover, body.compact fieldset input#submit-btn:focus {
    background: #007399;
    border: 1px solid #007399; }
body.compact fieldset #id_security_question {
  background: transparent;
  color: white;
  padding: 0;
  padding-left: 10px; }
body.compact fieldset .security_question_arrow {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 35px;
  color: #939393; }
body.compact fieldset .security_question_li {
  margin: 0; }
body.compact .nav-text {
  display: none; }
body.compact fieldset .g-recaptcha {
  max-width: none;
  width: 100%;
  margin: 0; }
body.compact #sl-logo {
  display: block;
  width: auto;
  margin: 0;
  height: 48px;
  object-fit: fill; }
body.compact .join-wrapper {
  justify-content: flex-end;
  flex-direction: column; }
  @media (max-width: 800px) {
    body.compact .join-wrapper {
      height: auto;
      width: 100%; } }
body.compact .join-wrapper[data-nux-v="2"] {
  min-height: 100vh;
  height: auto; }
body.compact .tos {
  display: flex;
  align-items: baseline;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0; }
body.compact #skinned-content h1 {
  margin-bottom: 0; }
body.compact #skinned-content p {
  font-weight: 200;
  letter-spacing: 1.7px;
  font-size: 0.9rem; }
body.compact #skinned-content {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  background-color: #1f1f1f;
  background-image: url("/static/img/city-background.b8ebab25ece2.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 800px) {
    body.compact #skinned-content {
      background-image: none; } }
body.compact #lang-label {
  font-weight: 900; }
@media (max-width: 800px) {
  body.compact .join-form-container {
    flex: 1;
    align-self: stretch;
    padding: 0 0 0; }
  body.compact .join-form-container fieldset {
    margin: 0 auto;
    max-width: 100%;
    min-width: 0; }
  body.compact #lang-nav {
    text-align: right;
    background-color: transparent;
    z-index: 2;
    top: 20px;
    right: 10px;
    width: 40px; }
  body.compact #lang-nav-list-wrap {
    padding: 0.5rem 1rem;
    background: #2f2f2f; } }
body.compact #lang-nav ul {
  background: transparent; }
body.compact #lang-nav #lang-nav-list-wrap li ul li {
  background-color: #454545;
  padding-right: 10px; }
body.compact #lang-nav #lang-nav-list-wrap li ul li:hover {
  background-color: #6e6e6e; }
@media (min-width: 801px) {
  body.compact #lang-nav #lang-nav-list-wrap li ul {
    top: 0.5rem; }
  body.compact #lang-nav #lang-nav-list-wrap li ul li {
    padding: 0 1rem; }
  body.compact #lang-nav #lang-nav-list-wrap li ul li a {
    font-weight: 600; }
  body.compact #lang-nav-list-wrap {
    padding: 0.5rem 1rem; }
  body.compact #lang-dropdown {
    left: -1rem; }
  body.compact #nav-super-wrap {
    position: absolute;
    top: 77px;
    left: calc(50% + 300px);
    padding-top: 1.25em;
    z-index: 2; } }

.form-header {
  display: flex;
  padding: 30px 40px 0px 40px; }
  .form-header h1 {
    font-size: 2.75em;
    font-weight: 300;
    letter-spacing: -1px;
    color: white; }
  @media (max-width: 800px) {
    .form-header {
      justify-content: center;
      padding: 0px 20px 0px 0px; } }

.submit-section {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 730px;
  margin: 10px 20px; }
  @media (max-width: 800px) {
    .submit-section {
      max-width: auto;
      margin: 0; } }
  .submit-section li.g_recaptcha_response_li {
    margin: 0; }

/*# sourceMappingURL=compact.css.57a83f261019.map */

.download-join {
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500; }
  .download-join h2 {
    color: white;
    font-weight: 700;
    font-size: 1.75em; }
  .download-join a {
    text-decoration: none;
    color: #00bfff; }
  .download-join p {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .download-join .download-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline; }
    @media (max-width: 650px) {
      .download-join .download-container {
        flex-direction: column;
        margin-top: 0; } }
    .download-join .download-container .download-welcome {
      padding: 10px;
      padding-top: 30px;
      width: auto; }
      .download-join .download-container .download-welcome h1 {
        font-size: 2em;
        color: white; }
      .download-join .download-container .download-welcome .download-user-name {
        font-size: 3em;
        font-weight: 600;
        line-height: 1.2em; }

.block-logo {
  display: none;
  background-color: black;
  padding: 10px; }
  @media (max-width: 600px) {
    .block-logo a > img {
      width: 100px;
      height: auto; } }

#sl-logo {
  width: 100px !important;
  height: auto !important;
  margin: 0 !important; }
  @media (max-width: 600px) {
    #sl-logo {
      width: 80px !important;
      height: auto !important; } }

.desktop-action {
  margin-bottom: 25px; }
  @media (max-width: 600px) {
    .desktop-action {
      margin-bottom: 0; } }

#download-options {
  font-weight: 400; }
  #download-options a {
    text-decoration: underline;
    color: white; }

.mobile-action {
  margin-bottom: 25px; }

.download-action {
  display: flex;
  flex-direction: column;
  padding: 10px; }
  @media (max-width: 600px) {
    .download-action {
      width: auto; } }

.desktop-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  @media (max-width: 600px) {
    .desktop-buttons {
      margin-top: 25px; } }
  .desktop-buttons button {
    background: transparent;
    border: 0;
    cursor: pointer; }
  .desktop-buttons div {
    display: flex; }
  .desktop-buttons .download-button {
    display: flex;
    align-items: center;
    padding: 0;
    background: linear-gradient(90deg, #55D4FF 2%, #00BFFF 36%, #007ECD 100%);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    height: 80px;
    width: 300px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400; }
    @media (max-width: 600px) {
      .desktop-buttons .download-button {
        width: 270px;
        height: 60px; } }
    .desktop-buttons .download-button:hover {
      background: #00BFFF; }
    .desktop-buttons .download-button:focus {
      background: #BBEDFF; }
    .desktop-buttons .download-button .button-logo-icon {
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    .desktop-buttons .download-button a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      padding: 0px 10px;
      border-radius: 5px; }
      .desktop-buttons .download-button a:focus {
        background: #BBEDFF; }
      .desktop-buttons .download-button a .button-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: black; }
        .desktop-buttons .download-button a .button-text .text-download {
          font-size: 16px;
          font-weight: bold; }
        .desktop-buttons .download-button a .button-text .text-os {
          font-size: 14px; }
  .desktop-buttons .button-os {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transition: all 0.3s ease; }
    .desktop-buttons .button-os:focus, .desktop-buttons .button-os:hover {
      background: rgba(255, 255, 255, 0.1); }

.get-desktop {
  display: none;
  margin: 10px 0;
  font-size: 1.375em; }
  @media (max-width: 600px) {
    .get-desktop {
      display: block; } }

.get-mobile {
  display: block;
  margin: 10px 0;
  font-size: 1.375em; }
  @media (max-width: 600px) {
    .get-mobile {
      display: none; } }

.download-actions {
  display: flex;
  flex-direction: column; }
  @media (max-width: 600px) {
    .download-actions {
      flex-direction: column-reverse; } }

.store-buttons {
  display: flex;
  gap: 1em;
  flex-wrap: wrap; }
  @media screen and (min-width: 601px) {
    .store-buttons {
      margin-top: 25px; } }

.store-button {
  width: 220px; }
  .store-button img {
    width: 100%;
    height: auto; }
  @media (max-width: 600px) {
    .store-button {
      width: 180px; } }

#text-win, #text-mac, #text-win-mac {
  display: none; }

#icon-win-white, #icon-mac-white {
  display: none; }

/*# sourceMappingURL=download.css.928e115e76b3.map */
