@charset "UTF-8";
/*
 $borders-color - USING ON:
	  stroke-button borders,
	  logo-buttons flags,
	  fields borders,
	  borders of some mind blocks,
	  borders of some blocks,
	  password progress-line bg,
	  other borders */
/*
 $borders-hash - USING ON:
	  posts where images bordered (autoposts, link-post) */
/*
 $font-medium - USING ON:
	  all buttons
	  some titles
	  all links */
/*
 $font-light - USING ON:
	  "Check your email" popup, */
/*
	$color-08 - USING ON:
	cards hover overlay */
/*
	$color-white-05 - USING ON:
	cards buttons after hover with dark-bg, hover on text, etc. */
/*
	$color-white-03 - USING ON:
	hover on $color-white-05 */
/*
	$color-white-01 - USING ON:
	progress-bar on add track at add album */
/*
 $color-03 - USING ON:
	  disabled btns - pledges activity
		longArrow and disable text  - manage campaign */
/*
 $color-02 - USING ON:
	  applause icons */
/*
 $color-01 - USING ON:
	  applause icons hover
		notice in price-popup(on album for sale and crowd. album) */
/*
 $gray-hover - USING ON (only gray links when you hover on):
		post's time
		"Describe more" in "add post"
		"Add photo, video" in "add post" */
/*
 $color-03 - USING ON:
		as background in payout(pending step) */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge",
		confirmation progress lines */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge", */
/*
 $placeholder-color - USING ON:
		placeholder */
/*
	альбом плашка с applause и другими функциями */
/*
 $red - USING ON:
	  hover on delete button,
	  password tips,
	  notice titles, */
/*
 $line-height-* - USING ON:
	  buttons
		text */
/*
 $box-shadow - USING ON:
	  tips */
/*
 $box-shadow - USING ON:
	  posts (news-feed, profiles, post-page) */
/*
 $box-shadow - USING ON:
	  video posts */
/*
 $drop-down-shadow - USING ON:
	  drop-downs (only, without selectized fields) */
/*
 $select-shadow - USING ON:
	  selectized fields (only, without drop-downs) */
/*
	from "organizer.sass" */
* {
  box-sizing: border-box;
  outline: 0; }

body {
  max-width: 1920px;
  min-width: 980px;
  margin: 0 auto;
  overflow-y: scroll;
  font-family: "Montserrat-s4m", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 1;
  background-color: #f2f2f2; }

.mobile * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mobile body {
  min-width: 0; }

a {
  color: #000;
  text-decoration: none;
  transition: color .3s ease, opacity .3s ease; }

button {
  border: none;
  padding: 0;
  background: none;
  font-family: "Montserrat-s4m", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 1; }

.with-player .landing-artist-club .footer {
  padding-bottom: calc(61px + 53px); }

.mobile .with-player .landing-artist-club .footer {
  padding-bottom: calc(78px + 53px); }

html:not(.mobile) .button-red:hover {
  color: black;
  background-color: transparent; }

html:not(.mobile) .button-play:hover:before, html:not(.mobile) .button-play:hover:after {
  background-color: transparent;
  transition-delay: 0s; }

html:not(.mobile) .button-play:hover .btn-inner {
  background-color: transparent; }

html:not(.mobile) .logo a:hover svg {
  opacity: 0.5; }

html:not(.mobile) .contact a:hover {
  color: rgba(0, 0, 0, 0.5); }

html:not(.mobile) .item-wrapper a:hover svg {
  opacity: 0.5; }

.landing-artist-club .title {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 80px;
  line-height: 93.69%; }

.landing-artist-club .red {
  color: #ff2051; }

.landing-artist-club .subtitle {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px; }

.landing-artist-club .describe {
  font-family: Space Grotesk;
  font-size: 20px;
  line-height: 28px; }

.landing-artist-club .button-red {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: white;
  background-color: #ff2051;
  line-height: 52px;
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  border: 2px solid #ff2051;
  box-sizing: border-box; }

.landing-artist-club .button-play {
  position: relative; }
  .landing-artist-club .button-play .btn-inner {
    border-radius: 50%;
    cursor: pointer;
    background-color: #ff2051;
    overflow: hidden;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff2051;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
  .landing-artist-club .button-play path {
    fill: #fff; }

.landing-artist-club .intro {
  height: 800px;
  background-size: cover;
  background-position: left bottom; }
  .landing-artist-club .intro .title {
    margin-top: 90px;
    margin-left: 174px; }
  .landing-artist-club .intro .spec-describe {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-top: 55px;
    margin-left: 174px;
    max-width: 640px; }
  .landing-artist-club .intro .button-red {
    width: 310px;
    margin-top: 19px;
    margin-left: 174px; }

.landing-artist-club .fixed-header {
  position: fixed;
  width: 100%;
  top: -80px;
  left: 0;
  z-index: 2;
  transition: top 0.3s;
  background-color: #ffffff;
  height: 80px; }
  .landing-artist-club .fixed-header .logo {
    padding-top: 25px; }
  .landing-artist-club .fixed-header.show {
    top: 0; }

.landing-artist-club .logo {
  width: 100%;
  padding-top: 50px;
  padding-left: 60px; }
  .landing-artist-club .logo.tiny {
    transition: padding-top 0.3s;
    padding-top: 25px;
    background-color: #fff; }
  .landing-artist-club .logo a svg {
    transition: opacity 0.3s; }

.landing-artist-club .item-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f8f8f8;
  height: 90px; }
  .landing-artist-club .item-wrapper .item {
    flex-shrink: 0; }
    .landing-artist-club .item-wrapper .item svg {
      fill: #000; }
  .landing-artist-club .item-wrapper a svg {
    transition: opacity 0.3s; }

.landing-artist-club .show4me-for {
  padding: 0 40px; }
  .landing-artist-club .show4me-for .title {
    text-align: center;
    padding-top: 160px; }
  .landing-artist-club .show4me-for .for-wrapper {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .landing-artist-club .show4me-for .action {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .landing-artist-club .show4me-for .action svg {
      fill: #ff2051; }
    .landing-artist-club .show4me-for .action span {
      margin-top: 40px;
      font-family: Space Grotesk;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px; }
  .landing-artist-club .show4me-for .button-red {
    width: 423px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin: 92px auto 0; }
  .landing-artist-club .show4me-for .action-inner {
    display: flex;
    width: 64px;
    height: 64px; }

.landing-artist-club .compare-wrapper {
  margin-top: 160px; }
  .landing-artist-club .compare-wrapper .subtitle {
    padding-top: 62px;
    margin: 0 17%;
    text-align: center; }
  .landing-artist-club .compare-wrapper .describe {
    margin: 60px 10.5% 0;
    text-align: center; }
  .landing-artist-club .compare-wrapper .title {
    margin: 125px auto 0;
    text-align: center; }
  .landing-artist-club .compare-wrapper .compare-columns {
    margin: 124px auto 0;
    display: flex;
    justify-content: center; }
    .landing-artist-club .compare-wrapper .compare-columns .left {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      padding-right: 130px;
      width: 50%; }
      .landing-artist-club .compare-wrapper .compare-columns .left > * {
        text-align: right; }
    .landing-artist-club .compare-wrapper .compare-columns .right {
      padding-left: 130px;
      width: 50%; }
      .landing-artist-club .compare-wrapper .compare-columns .right .caption, .landing-artist-club .compare-wrapper .compare-columns .right .numbers {
        color: #ff2051; }
  .landing-artist-club .compare-wrapper .caption {
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 36px;
    line-height: 109%; }
  .landing-artist-club .compare-wrapper .numbers {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    margin-top: 2px; }
  .landing-artist-club .compare-wrapper .text {
    font-family: Space Grotesk;
    font-size: 20px;
    line-height: 146.28%;
    margin-top: 13px;
    padding-bottom: 50px; }

.landing-artist-club .text-block {
  text-align: center;
  font-family: Space Grotesk;
  font-size: 20px;
  line-height: 146.28%;
  margin: 80px 60px 0; }

.landing-artist-club .create-wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .landing-artist-club .create-wrapper .button-red {
    width: 423px; }
  .landing-artist-club .create-wrapper span {
    margin-top: 11px;
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px; }

.landing-artist-club .video-wrapper {
  position: relative;
  margin-top: 144px;
  height: 537px;
  background-size: cover;
  background-position: left center;
  display: flex;
  justify-content: center;
  background-color: #000; }
  .landing-artist-club .video-wrapper .above {
    background-size: cover;
    padding: 20px 0 0;
    box-sizing: border-box; }

.landing-artist-club .video-wrapper.hide-above .above {
  display: none; }

.landing-artist-club .video {
  width: 954px;
  position: relative; }

.landing-artist-club .video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.landing-artist-club .above {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  .landing-artist-club .above .text {
    margin-top: 40px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 146.28%;
    color: white; }

.landing-artist-club .steps-wrapper {
  padding-top: 182px; }
  .landing-artist-club .steps-wrapper .create-wrapper {
    margin-top: 99px; }

.landing-artist-club .title-wrapper {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 17%; }
  .landing-artist-club .title-wrapper .left {
    flex-shrink: 0;
    padding-right: 142px; }
    .landing-artist-club .title-wrapper .left svg {
      width: 200px;
      height: 200px; }

.landing-artist-club .steps {
  margin-top: 238px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10.3%; }

.landing-artist-club .step {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-family: Space Grotesk;
  width: 25%;
  padding-right: 40px; }
  .landing-artist-club .step:last-child {
    padding-right: 0; }
  .landing-artist-club .step div {
    height: 0; }
  .landing-artist-club .step span {
    display: inline-block;
    color: #ff2051;
    font-size: 24px;
    line-height: 93.69%;
    transform: rotate(-90deg);
    transform-origin: 0 0 0; }
  .landing-artist-club .step p {
    font-size: 36px;
    line-height: 93.69%;
    margin-top: 18px; }

.landing-artist-club .quotes-wrapper {
  padding: 160px 0;
  display: flex;
  flex-direction: column; }
  .landing-artist-club .quotes-wrapper .create-wrapper {
    margin-top: 100px; }

.landing-artist-club .quotes {
  padding: 0 17%;
  display: flex;
  justify-content: space-between; }
  .landing-artist-club .quotes .left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 12%; }
  .landing-artist-club .quotes .right {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 12%; }
  .landing-artist-club .quotes img {
    width: 100%;
    max-width: 310px;
    max-height: 310px;
    height: auto; }
  .landing-artist-club .quotes .name {
    margin-top: 41px;
    font-family: Space Grotesk;
    font-size: 20px;
    line-height: 146.28%;
    font-weight: 700;
    max-width: 310px; }
    .landing-artist-club .quotes .name .description {
      font-size: 14px;
      line-height: 146.28%;
      font-weight: 400; }
  .landing-artist-club .quotes .text {
    margin-top: 28px;
    font-family: Space Grotesk;
    font-size: 20px;
    line-height: 146.28%; }

.landing-artist-club .footer {
  padding: 130px 0 61px;
  background-color: #f8f8f8; }

.landing-artist-club .media-wrapper {
  display: flex;
  width: 100%;
  justify-content: center; }
  .landing-artist-club .media-wrapper .media {
    box-sizing: border-box;
    width: 160px;
    margin-right: 160px;
    flex-shrink: 0;
    opacity: 0.2; }
    .landing-artist-club .media-wrapper .media:last-child {
      margin-right: 0; }
    .landing-artist-club .media-wrapper .media > div {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
  .landing-artist-club .media-wrapper .media-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain; }

.landing-artist-club .contact {
  margin-top: 121px;
  display: flex;
  width: 100%;
  justify-content: center; }
  .landing-artist-club .contact a {
    font-family: Space Grotesk;
    font-size: 12px;
    line-height: 124.92%;
    text-transform: uppercase;
    margin-right: 40px;
    transition: color 0.3s; }
    .landing-artist-club .contact a:last-child {
      margin-right: 0; }

.landing-artist-club .copyright {
  text-align: center;
  margin-top: 14px;
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 16px; }

@media (max-width: 1439px) {
  .landing-artist-club .compare-wrapper .compare-columns .left {
    padding-right: 100px; }
  .landing-artist-club .compare-wrapper .compare-columns .right {
    padding-left: 100px; }
  .landing-artist-club .title-wrapper {
    padding: 0;
    justify-content: center; } }

@media (max-width: 1199px) {
  .landing-artist-club .show4me-for {
    padding-left: 60px;
    padding-right: 60px; }
    .landing-artist-club .show4me-for .for-wrapper {
      flex-wrap: wrap; }
    .landing-artist-club .show4me-for .action {
      width: 33.33%;
      flex-shrink: 0; }
      .landing-artist-club .show4me-for .action:nth-child(-n+3) {
        margin-bottom: 40px; }
  .landing-artist-club .compare-wrapper .compare-columns .left {
    padding-right: 60px; }
  .landing-artist-club .compare-wrapper .compare-columns .right {
    padding-left: 60px; }
  .landing-artist-club .compare-wrapper .text {
    font-size: 18px; }
  .landing-artist-club .title-wrapper .left {
    padding-right: 80px; }
  .landing-artist-club .steps {
    padding-left: 60px;
    padding-right: 60px; }
  .landing-artist-club .step p {
    font-size: 28px;
    line-height: 34px; } }

.mobile .landing-artist-club .title {
  font-size: 36px;
  line-height: 93.69%; }

.mobile .landing-artist-club .intro {
  height: 575px;
  background-position: center center; }
  .mobile .landing-artist-club .intro .title {
    margin-top: 75px;
    margin-left: 32px; }
  .mobile .landing-artist-club .intro .spec-describe {
    width: 61%;
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
    margin-left: 32px; }
  .mobile .landing-artist-club .intro .button-red {
    width: calc(100% - 64px);
    margin: 22px 32px 0; }

.mobile .landing-artist-club .logo {
  padding-left: 32px; }

.mobile .landing-artist-club .item-wrapper {
  justify-content: flex-start;
  overflow: hidden;
  box-sizing: border-box;
  flex-wrap: wrap; }
  .mobile .landing-artist-club .item-wrapper.owl-carousel {
    padding-right: 32px;
    padding-left: 32px; }
  .mobile .landing-artist-club .item-wrapper .owl-stage-outer {
    width: 100%;
    overflow: visible; }
  .mobile .landing-artist-club .item-wrapper .item {
    display: flex;
    align-items: center;
    height: 90px;
    box-sizing: border-box;
    padding-right: 60px; }
  .mobile .landing-artist-club .item-wrapper .owl-item:last-child .item {
    padding-right: 0; }

.mobile .landing-artist-club .show4me-for {
  padding: 0; }
  .mobile .landing-artist-club .show4me-for .title {
    padding-top: 42px; }
  .mobile .landing-artist-club .show4me-for .for-wrapper {
    margin-top: 60px; }
  .mobile .landing-artist-club .show4me-for .action {
    width: 50%;
    margin-bottom: 0; }
    .mobile .landing-artist-club .show4me-for .action:nth-child(-n+4) {
      margin-bottom: 50px; }
    .mobile .landing-artist-club .show4me-for .action span {
      margin-top: 50px;
      font-family: Space Grotesk;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px; }
  .mobile .landing-artist-club .show4me-for .button-red {
    display: none; }

.mobile .landing-artist-club .compare-wrapper {
  margin-top: 34px; }
  .mobile .landing-artist-club .compare-wrapper .subtitle {
    padding-top: 74px;
    margin: 0 32px;
    font-size: 24px;
    line-height: 29px; }
  .mobile .landing-artist-club .compare-wrapper .describe {
    margin: 40px 32px 0;
    font-size: 18px;
    line-height: 22px; }
  .mobile .landing-artist-club .compare-wrapper .title {
    margin: 60px 32px 0;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 80px;
    line-height: 93.69%; }
  .mobile .landing-artist-club .compare-wrapper .compare-columns {
    margin: 82px 32px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    .mobile .landing-artist-club .compare-wrapper .compare-columns .left {
      border-right: none;
      padding: 0;
      width: 100%;
      box-sizing: border-box; }
      .mobile .landing-artist-club .compare-wrapper .compare-columns .left > * {
        text-align: right; }
    .mobile .landing-artist-club .compare-wrapper .compare-columns .right {
      margin-top: 60px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding: 40px 0 0;
      width: 100%;
      box-sizing: border-box; }
      .mobile .landing-artist-club .compare-wrapper .compare-columns .right .caption, .mobile .landing-artist-club .compare-wrapper .compare-columns .right .numbers {
        color: #ff2051; }
  .mobile .landing-artist-club .compare-wrapper .caption {
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 32px;
    line-height: 109%; }
  .mobile .landing-artist-club .compare-wrapper .numbers {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    margin-top: 0; }
  .mobile .landing-artist-club .compare-wrapper .text {
    font-family: Space Grotesk;
    font-size: 18px;
    line-height: 22px;
    margin-top: 23px;
    padding-bottom: 0; }
    .mobile .landing-artist-club .compare-wrapper .text br {
      display: none; }
  .mobile .landing-artist-club .compare-wrapper .text-block {
    margin: 60px 32px 0;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Space Grotesk;
    font-size: 18px;
    line-height: 22px;
    text-align: left; }

.mobile .landing-artist-club .create-wrapper {
  margin: 50px 32px 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 64px);
  align-items: center;
  justify-content: center; }
  .mobile .landing-artist-club .create-wrapper .button-red {
    width: 100%; }
  .mobile .landing-artist-club .create-wrapper span {
    text-align: center;
    margin-top: 11px;
    font-family: Space Grotesk;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px; }

.mobile .landing-artist-club .video-wrapper {
  position: relative;
  margin-top: 78px;
  height: 400px;
  background-size: cover;
  background-position: left center;
  display: flex;
  justify-content: center;
  background-color: #000; }
  .mobile .landing-artist-club .video-wrapper .above {
    background-size: cover; }

.mobile .landing-artist-club .video-wrapper.hide-above .above {
  display: none; }

.mobile .landing-artist-club .video {
  width: 954px;
  position: relative; }

.mobile .landing-artist-club .video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.mobile .landing-artist-club .steps-wrapper {
  padding-top: 60px; }
  .mobile .landing-artist-club .steps-wrapper .create-wrapper {
    margin-top: 65px; }

.mobile .landing-artist-club .title-wrapper {
  padding: 0 32px; }
  .mobile .landing-artist-club .title-wrapper .left {
    flex-shrink: 0;
    padding-right: 50px; }
    .mobile .landing-artist-club .title-wrapper .left svg {
      width: 80px;
      height: 80px; }

.mobile .landing-artist-club .steps {
  margin-top: 92px;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 32px; }

.mobile .landing-artist-club .step {
  width: 50%;
  box-sizing: border-box;
  padding: 0; }
  .mobile .landing-artist-club .step:nth-child(odd) {
    padding-right: 20px; }
  .mobile .landing-artist-club .step:nth-child(even) {
    padding-left: 20px; }
  .mobile .landing-artist-club .step:nth-child(-n+2) {
    margin-bottom: 90px; }
  .mobile .landing-artist-club .step p {
    font-size: 18px;
    line-height: 22px; }

.mobile .landing-artist-club .quotes-wrapper {
  padding: 65px 0 78px; }
  .mobile .landing-artist-club .quotes-wrapper .create-wrapper {
    margin-top: 63px; }

.mobile .landing-artist-club .quotes {
  padding: 0 32px;
  flex-direction: column; }
  .mobile .landing-artist-club .quotes .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0; }
  .mobile .landing-artist-club .quotes .right {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0; }
  .mobile .landing-artist-club .quotes .text {
    margin-top: 18px;
    max-width: none; }
  .mobile .landing-artist-club .quotes img {
    max-width: none;
    max-height: none; }

.mobile .landing-artist-club .footer {
  padding: 32px 32px 78px; }

.mobile .landing-artist-club .media-wrapper {
  justify-content: space-around; }
  .mobile .landing-artist-club .media-wrapper .media {
    position: relative;
    width: 33.33%;
    max-width: 112px;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-right: 0; }

.mobile .landing-artist-club .contact {
  margin-top: 45px;
  flex-direction: column;
  align-items: center; }
  .mobile .landing-artist-club .contact a {
    font-family: Space Grotesk;
    font-size: 12px;
    line-height: 124.92%;
    text-transform: uppercase;
    transition: color 0.3s;
    margin-right: 0; }
    .mobile .landing-artist-club .contact a:last-child {
      margin-right: 0;
      margin-top: 18px; }

@media (max-width: 399px) {
  .mobile .landing-artist-club .compare-wrapper .title {
    font-size: 72px; }
  .mobile .landing-artist-club .video-wrapper {
    height: 270px; }
  .mobile .landing-artist-club .title-wrapper .left {
    padding-right: 35px; } }

@media (max-width: 359px) {
  .mobile .landing-artist-club .title {
    font-size: 28px; }
  .mobile .landing-artist-club .compare-wrapper .title {
    font-size: 62px; }
  .mobile .landing-artist-club .compare-wrapper .numbers {
    font-size: 65px; }
  .mobile .landing-artist-club .video-wrapper {
    height: 270px; } }

.glitch.animate:before {
  -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.03s; }

.glitch.animate:after {
  -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both; }

.glitch.animate .btn-inner {
  -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.glitch:after,
.glitch:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border-radius: 50%;
  transition: background-color 0.3s ease 0.4s; }

.glitch:before {
  background: #68f6a4;
  z-index: -1; }

.glitch:after {
  background: #f22181;
  z-index: -2; }

.glitch .btn-inner {
  transform: translate(0);
  -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1; }

@-webkit-keyframes glitch {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px); }
  40% {
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px); }
  60% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  80% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); } }

@keyframes glitch {
  0%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px); }
  40% {
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px); }
  60% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  80% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); } }

@font-face {
  font-family: 'Syne';
  src: url("fonts/Syne/Syne-Bold.eot"), url("fonts/Syne/Syne-Bold.eot?iefix") format("eot"), url("fonts/Syne/Syne-Bold.woff2") format("woff2"), url("fonts/Syne/Syne-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Syne';
  src: url("fonts/Syne/Syne-Regular.eot"), url("fonts/Syne/Syne-Regular.eot?iefix") format("eot"), url("fonts/Syne/Syne-Regular.woff2") format("woff2"), url("fonts/Syne/Syne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2") format("woff2"), url("fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2") format("woff2"), url("fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Light.woff2") format("woff2"), url("fonts/SpaceGrotesk/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2") format("woff2"), url("fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
