:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-buttons {
  z-index: 200;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
  position: fixed;
}

.sliding-button {
  color: #fff;
  width: 210px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  transition: margin .2s, width .1s;
  display: block;
}

.sliding-button:hover {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sliding-button.w--current {
  width: 210px;
  margin-top: 10px;
  margin-left: 0;
}

.sliding-button.w--current:hover {
  width: 240px;
}

.sliding-button.sliding-button-top:hover {
  margin-top: 0;
}

.sliding-button.sliding-button-top.key-color-summy {
  color: #ec3d3d;
  background-color: #902959;
}

.sliding-button.sliding-button-top.key-color-1 {
  color: gray;
  -webkit-text-stroke-color: #fff;
  background-color: #1a1a1a;
}

.sliding-button.sliding-button-top.key-color-1.w--current {
  color: #000;
  background-color: #535353;
}

.sliding-button.key-color-1 {
  color: var(--white);
  background-color: #dadada00;
}

.button-image {
  float: right;
  object-fit: fill;
  height: 40px;
  margin: 10px;
  display: inline-block;
  position: relative;
  left: auto;
}

.body {
  background-color: #000;
}

.text-block {
  color: var(--white);
  letter-spacing: 5px;
  align-items: center;
  margin: 20px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.social-links {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  margin-bottom: 40px;
  padding: 10px;
  transition: width .2s;
  display: flex;
  position: fixed;
  bottom: 0%;
}

.social-links.key-color-1 {
  background-color: #dadada00;
}

.page-focus {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.social-link-image {
  float: right;
  clear: right;
  height: 35px;
  transition: height .1s;
  display: inline-block;
  position: relative;
}

.social-link-image:hover {
  height: 40px;
}

.biography {
  min-height: 100vh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-title {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.paragraph {
  color: #9b9b9b;
  text-align: justify;
  letter-spacing: 1px;
  justify-content: center;
  margin: 20px 260px 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.music {
  background-color: #020202;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.afterglow {
  background-color: #000;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 160px;
}

.afterglow-text {
  color: #e3cb04;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.afterglow-paragraph {
  color: #716b3a;
}

.afterglow-button {
  color: #000;
  background-color: #e6c704;
  border-radius: 0 20px 20px 0;
  width: 140px;
  height: 40px;
}

.bold-text-2 {
  margin-top: 50px;
  font-weight: 400;
  display: block;
}

.air {
  background-color: #000;
  max-width: 100%;
  padding-bottom: 200px;
  position: relative;
}

.air-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.air-paragraph {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.air-button {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  display: flex;
}

.air-text {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.div-block {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.air-image {
  width: 100%;
}

.air-content {
  margin-top: -700px;
  margin-left: 260px;
  margin-right: 260px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
}

.air-stories {
  cursor: pointer;
  transition: filter .2s;
}

.air-stories:hover {
  filter: grayscale();
}

.afterglow-text-center {
  color: #e3cb04;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.afterglow-paragraph-centered {
  color: #716b3a;
}

.afterglow-content {
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
}

.social-link-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.home-bg {
  height: 100vh;
}

.navbar {
  display: none;
}

.bold-text-air {
  margin-top: 20px;
  font-weight: 400;
  display: block;
}

.afterglow-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.music-index-cover-art {
  cursor: pointer;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  transition: box-shadow .925s, filter .2s, height .3s, width .3s;
  position: static;
  box-shadow: 0 0 #0003;
}

.music-index-cover-art:hover {
  filter: drop-shadow(0 0 15px #1f1f1fb3);
  text-align: center;
  width: 98%;
  display: block;
}

.music-index-section {
  background-color: #080808;
  justify-content: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.music-index-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin: 40px 260px;
  position: relative;
}

.music-index-cover-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.music-index-year {
  color: #9b9b9b;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: -100px 100px 20px 260px;
  padding-top: 140px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.afterglow-title {
  color: #e6c704;
  letter-spacing: 10px;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.air-text-title {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.music-release-year {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.link, .link-2 {
  color: #000;
}

.link-3 {
  color: #3d3d3d;
}

.music-index-directory {
  color: #9b9b9b;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.music-index-directory-year {
  color: #9b9b9b;
  letter-spacing: 3px;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.music-index-directory-year:hover {
  opacity: .53;
}

.music-index-directory-year.w--current {
  font-style: normal;
}

.music-directory-top-bar {
  z-index: 100;
  opacity: .96;
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  color: #333;
  margin-bottom: 0;
  margin-left: 250px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: sticky;
  top: 0;
}

.section-title-music-index {
  color: #131313;
  text-align: left;
  letter-spacing: 5px;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.section-title-music-index.white {
  color: #fff;
  margin: 20px 0 10px;
  font-size: 30px;
  line-height: 30px;
}

.fade-1 {
  background-image: linear-gradient(#0000, #111);
  height: 200px;
  margin-top: -200px;
  display: block;
  position: relative;
}

.fade-2 {
  z-index: 100;
  background-image: linear-gradient(#0000, #fff);
  height: 150px;
  margin-top: -150px;
  display: block;
  position: relative;
  inset: 0 0% 0%;
}

.home {
  display: none;
}

.tour {
  background-color: #230d14;
}

.tour-content {
  z-index: 40;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin-top: 110px;
  padding: 0 260px;
  position: absolute;
}

.section-title-tour {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  object-fit: fill;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 260px;
  padding-top: 40px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
}

.image-3 {
  z-index: 1;
  filter: grayscale();
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100vh;
  position: relative;
}

.fade-3 {
  background-image: linear-gradient(#010205, #0000);
  height: 200px;
  margin-top: 0;
  margin-bottom: -200px;
  display: block;
  position: relative;
}

.html-embed-2 {
  opacity: .8;
  background-color: #fff;
  position: relative;
}

.link-4 {
  color: #000;
}

.bold-text-3 {
  color: #3d3d3d;
  transition: color .2s;
}

.bold-text-3:hover {
  color: #1f1e1e;
}

.fade-4 {
  z-index: 3;
  color: #000;
  background-image: linear-gradient(#0000, #000);
  height: 200px;
  margin-top: -200px;
  display: block;
  position: relative;
}

.alt-nav-bar {
  display: none;
}

.scroll-arrow {
  z-index: 500;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  opacity: 1;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-bottom: 40px;
}

.afterglow-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.music-release-year-afterglow {
  color: #716b3a;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.key-color-1 {
  color: #424242;
  background-color: #dadada;
}

.icon-invert {
  filter: invert();
}

.holo-color {
  background-image: url('../images/tumblr_movy1z3zAy1rbu2jzo1_500.gif');
  background-position: 0 0;
  background-size: cover;
}

.soundcloud-player {
  z-index: 1000;
  float: right;
  text-align: right;
  width: 200px;
  height: 150px;
  margin-top: 40px;
  margin-right: 20px;
  position: sticky;
  inset: 40px 0% auto auto;
  overflow: hidden;
}

.html-embed-3 {
  opacity: 1;
  display: block;
  position: absolute;
  overflow: hidden;
}

.home-section {
  background-color: #000;
  max-width: 100%;
  font-size: 10px;
  display: block;
}

.revolver-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.home-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.home-video {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.revolver-content {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  padding-top: 60px;
  display: block;
}

.home-title {
  color: #ff00dc;
  letter-spacing: 10px;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.music-release-year-revolver {
  color: #716b3a;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.image-5 {
  clear: both;
  flex: 0 auto;
  align-self: center;
  transition: max-width .2s;
  display: block;
}

.image-5:hover {
  max-width: 98%;
}

.text-block-2 {
  align-self: center;
  display: block;
}

.link-5 {
  color: #00d4ff;
  letter-spacing: 5px;
  margin-top: 22px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.image-6 {
  height: 300px;
  margin-top: 110px;
  margin-left: -16px;
  transition: height .2s;
}

.image-6:hover {
  height: 305px;
}

.revolver {
  background-color: #000;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 160px;
}

.revolver-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.home-video-copy, .revolver-video-section {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.losing-my-mind-content {
  margin-top: 60px;
  margin-left: 260px;
  margin-right: 260px;
}

.losing-my-mind-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.losing-my-mind-artists {
  color: #fec365;
  text-align: left;
  letter-spacing: 4px;
  padding-top: 50px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 25px;
}

.music-release-year-revolver-2 {
  color: #00d5ff;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.losing-my-mind-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
}

.losing-my-mind-text-center {
  color: #fec365;
  letter-spacing: 4px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.losing-my-mind-button {
  color: #000;
  background-color: #fec365;
  border-radius: 0 20px 20px 0;
  width: 140px;
  height: 40px;
}

.losing-my-mind-paragraph-centered {
  color: #fec365;
}

.music-release-year-losing-my-mind {
  color: #fec365;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.losing-my-mind-prodcut-image {
  width: 100%;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.losing-my-mind-paragraph-centered-copy {
  color: #fec365;
}

.text-span-2 {
  font-size: 16px;
  line-height: 20px;
}

.losing-my-mind {
  color: #fec365;
  max-width: 100%;
  padding-bottom: 100px;
}

.losing-my-mind-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.home-video-copy, .losing-my-mind-video-section {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.between-the-lines-content {
  margin-top: 60px;
  margin-left: 260px;
  margin-right: 260px;
}

.image-7 {
  width: 100%;
  margin-top: 60px;
}

.between-the-lines-title {
  width: 300px;
  margin-top: 60px;
  margin-left: -15px;
}

.div-block-3 {
  justify-content: flex-start;
  margin-bottom: auto;
  display: flex;
}

.between-the-lines-button {
  color: #836a52;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  width: 140px;
  height: 40px;
}

.between-the-lines-text {
  color: #836a52;
  margin-top: 20px;
}

.music-release-year-btl {
  color: #836a52;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.italic-text, .bold-text-4, .link-6 {
  text-decoration: none;
}

.between-the-lines {
  background-color: #ead4d1;
  max-width: 100%;
  padding-bottom: 300px;
}

.between-the-lines-home-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.take-me-back-content {
  margin-left: 260px;
  margin-right: 260px;
}

.take-me-back-button {
  color: #fff;
  text-align: left;
  background-color: #4b5f45;
  border-radius: 0 20px 20px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  display: flex;
}

.image-8 {
  width: 100%;
}

.text-span-air {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  position: static;
}

.take-me-back {
  background-color: #000;
  max-width: 100%;
  padding-bottom: 300px;
}

.take-me-back-home-video {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.contrast-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: red;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 260px;
  margin-right: 260px;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.paragraph-3 {
  color: red;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.button {
  color: #000;
  text-align: center;
  background-color: red;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  font-family: Oswald, sans-serif;
  display: inline;
}

.button.submit-btn {
  display: block;
}

.image-9 {
  vertical-align: middle;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  margin-top: 20%;
  margin-bottom: 20%;
}

.contrast {
  background-color: #000;
}

.pop-on-hover {
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  overflow: hidden;
  transform: scale(1);
  box-shadow: 3px 8px 10px #0003;
}

.pop-on-hover:hover {
  transform: scale(1.02);
  box-shadow: 8px 5px 13px 9px #0003;
}

.contrast-landing-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: red;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 260px;
  margin-right: 260px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.intro-text {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.video-container-desktop {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-block-4 {
  font-family: Oswald, sans-serif;
}

.image-10 {
  display: inline-block;
}

.intro-content {
  text-align: center;
  width: 80%;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-white-button {
  opacity: .7;
  transform: scale3d(1none, 1none, 1none);
  color: #202020;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 40px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition: transform .2s, background-color .4s, opacity .4s, color .4s;
}

.button-2.cc-white-button:hover {
  background-color: #fffc;
  transform: scale(.95);
}

.button-2.cc-white-button:active {
  background-color: #ffffffe6;
}

.image-11 {
  display: inline-block;
}

.background-image-mobile {
  margin-top: 20px;
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-heading-wrap {
  margin-bottom: 0;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.video-div {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 300px;
  padding-right: 300px;
}

.link-block {
  opacity: 1;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.link-block:hover {
  opacity: .55;
  color: #fff;
}

.link-block.w--current {
  margin-top: 40px;
}

.text-block-5 {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  transition: transform .2s;
}

.text-block-5:hover {
  opacity: 1;
  color: #8b8b8b;
  transform: scale(.95);
}

.body-3 {
  background-color: #000;
}

.navigation-2 {
  opacity: 1;
  background-color: #000000bd;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  font-family: Oswald, sans-serif;
  transition: transform .2s;
  display: block;
}

.logo-image:hover {
  transform: scale(.95);
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: .94;
  transform: scale3d(1none, 1none, 1none);
  color: #ff21a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: transform .2s, color .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #63eaff;
  transform: scale(.95);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #ff21a6;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #63eaff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-icon {
  transform-style: preserve-3d;
}

.social-links-2 {
  text-align: center;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 0;
  display: flex;
  position: relative;
}

.social-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.social-link:hover {
  opacity: .6;
}

.social-link-image-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-height: 50px;
  transition: transform .2s;
}

.social-link-image-2:hover {
  transform: scale(.95);
}

.text-block-6 {
  color: #444;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
}

.navigation-3 {
  opacity: 1;
  background-color: #000000bd;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.video-container-desktop-bts {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-left: 250px;
  padding-right: 250px;
  display: flex;
  position: relative;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-2.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.heading-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.grid-container {
  column-count: 3;
  column-rule-width: 0px;
  column-gap: 10px;
  margin-top: 40px;
}

.lightbox-link {
  transform: scale3d(1none, 1none, 1none);
  object-fit: fill;
  transform-style: preserve-3d;
  transition: transform .2s, opacity .2s;
}

.lightbox-link:hover {
  transform: scale(.99);
}

.grid-image {
  object-fit: fill;
  border-radius: 20px;
  padding-bottom: 10px;
  overflow: visible;
}

.text-block-7 {
  color: #444;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
}

.body-4 {
  background-color: #000;
}

.loading-screen {
  z-index: 150;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video-2 {
  margin-top: 10%;
}

.wrapper {
  background-image: linear-gradient(135deg, #bbfcff, #ffff9e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0;
}

.spinning-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
}

.pink {
  opacity: 1;
  height: auto;
  position: absolute;
}

.image-pink {
  float: none;
  opacity: 1;
  text-align: center;
  object-fit: contain;
  width: 500px;
  max-width: none;
  height: 500px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.blue {
  filter: blur(1px);
}

.image-12 {
  float: none;
  opacity: 1;
  text-align: center;
  object-fit: contain;
  width: 500px;
  max-width: none;
  height: 500px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.link-block-2 {
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
}

.link-block-2.w--current {
  text-align: center;
}

.revolver-2 {
  text-align: center;
  cursor: pointer;
  flex: 1;
  align-self: center;
  margin-top: 350px;
  margin-left: 50%;
  transition: height .2s;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.revolver-2:hover {
  text-align: center;
}

.revolver-logo {
  clear: both;
  width: 350px;
  transition: width .2s;
}

.revolver-logo:hover {
  width: 360px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 10px;
}

.js-clock {
  color: #dd148c;
  justify-content: center;
  align-items: center;
  margin-top: -71px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-5 {
  background-color: #000;
}

.navigation-4 {
  opacity: 1;
  background-color: #000000bd;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/Sofi-Close-2-min.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/REVOLVER_Spotify.png');
  background-position: 50% 0;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/Julian-Wide-1-min.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.quote-text-blue {
  color: #63eaff;
  font-style: italic;
}

.image-13 {
  object-fit: cover;
  min-width: 900px;
  display: block;
  position: static;
}

.text-span-4 {
  font-size: 30px;
}

.about-pictures-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 90px;
  margin-bottom: 0;
}

.quotes-mobile {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.paragraph-large {
  opacity: .63;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.quote-text-pink {
  color: #ff21a6;
  font-style: italic;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . Area";
  margin-bottom: 150px;
}

.quotes-desktop {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-block-12 {
  opacity: 1;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.link-block-12:hover {
  opacity: .55;
  color: #fff;
}

.link-block-12.w--current {
  margin-top: 40px;
}

.text-block-2-copy {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  transition: transform .2s;
}

.text-block-2-copy:hover {
  opacity: 1;
  color: #8b8b8b;
  transform: scale(.95);
}

.body-6 {
  background-color: #000;
}

.div-block-5 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

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

.julian-gray-logo {
  transition: transform .2s;
  display: block;
  overflow: hidden;
}

.julian-gray-logo:hover {
  transform: scale(1.05);
}

.div-block-6, .div-block-7 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .nav-buttons {
    display: none;
  }

  .social-links {
    z-index: 1000;
    opacity: .85;
    color: #000;
    text-align: center;
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .social-links.key-color-1 {
    opacity: .9;
    background-color: #000;
  }

  .page-focus {
    object-fit: cover;
    object-position: 20% 50%;
  }

  .social-link-image {
    width: auto;
    height: 50px;
  }

  .social-link-image:hover {
    width: auto;
    height: 55px;
  }

  .biography {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-title {
    text-align: center;
    justify-content: center;
  }

  .paragraph {
    color: #646464;
    text-align: center;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto 56px 100px auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .afterglow {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
  }

  .afterglow-paragraph {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .air {
    max-width: 100%;
    margin-bottom: 0;
  }

  .air-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .air-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
  }

  .air-text {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block, .div-block-2 {
    justify-content: center;
  }

  .air-content {
    margin-top: -455px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .afterglow-text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 0 0;
    display: flex;
  }

  .afterglow-paragraph-centered {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .afterglow-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    opacity: .9;
    background-color: #000;
    border-style: none;
    border-color: #000;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brand {
    position: static;
  }

  .brand.w--current {
    z-index: 1001;
    position: relative;
  }

  .image-2 {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .icon {
    filter: none;
  }

  .drop-link {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    justify-content: center;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    transition: opacity .2s;
  }

  .drop-link:hover {
    opacity: .8;
    color: #fff;
  }

  .nav-menu {
    background-color: #1d1d1d;
    justify-content: center;
    display: flex;
  }

  .menu-button {
    z-index: 1001;
    filter: invert();
  }

  .menu-button.w--open {
    filter: none;
    background-color: #1d1d1d;
  }

  .afterglow-video {
    padding-top: 80px;
    display: block;
  }

  .music-index-cover-art {
    border-radius: 20px;
  }

  .music-index-section {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
    margin-top: 60px;
  }

  .music-index-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .music-index-year {
    letter-spacing: 4px;
    justify-content: center;
    margin: -65px 0 20px;
    padding-top: 187px;
  }

  .afterglow-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .air-text-title {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .music-release-year {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .music-index-directory {
    text-align: center;
    letter-spacing: 4px;
    justify-content: center;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .music-index-directory-year {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }

  .music-directory-top-bar {
    z-index: 100;
    opacity: .9;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #000;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    top: 80px;
  }

  .section-title-music-index {
    text-align: center;
    justify-content: center;
  }

  .section-title-music-index.white {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 25px;
  }

  .fade-1 {
    background-image: linear-gradient(#0000, #000);
    height: 150px;
    margin-top: -150px;
  }

  .fade-2 {
    height: 100px;
    margin-top: -100px;
  }

  .tour-content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-tour {
    z-index: 500;
    color: #fff;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 100px;
  }

  .fade-3 {
    z-index: 300;
    background-image: linear-gradient(#06070d, #0000);
    height: 150px;
    margin-bottom: -150px;
    position: relative;
    inset: 0% 0% auto;
  }

  .fade-4 {
    height: 150px;
    margin-top: -150px;
  }

  .alt-nav-bar {
    z-index: 1000;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .9;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 100%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .alt-nav-bar-icon {
    height: 80px;
    padding: 20px 10px;
    transition: opacity .2s;
  }

  .alt-nav-bar-icon:hover {
    opacity: .5;
  }

  .image-4 {
    margin-bottom: 110px;
    display: block;
  }

  .afterglow-image {
    padding-top: 80px;
    display: none;
  }

  .music-release-year-afterglow {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .icon-invert {
    filter: invert(0%);
  }

  .soundcloud-player {
    display: none;
  }

  .home-section {
    padding-bottom: 100px;
  }

  .revolver-video {
    padding-top: 80px;
    display: block;
  }

  .home-image {
    padding-top: 80px;
    display: none;
  }

  .home-video {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    display: block;
  }

  .revolver-content {
    height: 80vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .home-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .music-release-year-revolver {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .image-5 {
    text-align: center;
    display: inline-block;
  }

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

  .image-6 {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .revolver-title-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section {
    justify-content: center;
    display: flex;
  }

  .link-block-10 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .revolver {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
  }

  .revolver-image {
    padding-top: 80px;
    display: none;
  }

  .home-video-copy, .revolver-video-section {
    height: 50vh;
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 80px;
    display: block;
  }

  .losing-my-mind-content {
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-artists {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .music-release-year-revolver-2 {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .losing-my-mind-grid {
    grid-template-rows: auto auto auto auto 56px 100px auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .losing-my-mind-text-center {
    color: #fec365;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 0 0;
    display: flex;
  }

  .losing-my-mind-button {
    background-color: #fec365;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .losing-my-mind-paragraph-centered {
    color: #fec365;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .music-release-year-losing-my-mind {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .losing-my-mind-paragraph-centered-copy {
    color: #fec365;
    text-align: center;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .losing-my-mind {
    padding-bottom: 0;
  }

  .losing-my-mind-image {
    padding-top: 80px;
    display: none;
  }

  .home-video-copy, .losing-my-mind-video-section {
    height: 50vh;
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 80px;
    display: block;
  }

  .between-the-lines-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    margin-top: 40px;
  }

  .between-the-lines-title {
    width: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }

  .between-the-lines-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .between-the-lines-text {
    text-align: center;
  }

  .music-release-year-btl {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .between-the-lines {
    padding-bottom: 100px;
  }

  .between-the-lines-home-video {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    display: block;
  }

  .take-me-back-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .take-me-back-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
  }

  .take-me-back {
    padding-bottom: 100px;
  }

  .take-me-back-home-video {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    display: block;
  }

  .contrast-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .contrast-landing-page {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-text {
    width: auto;
  }

  .background-video {
    margin-top: 50px;
  }

  .button-2 {
    justify-content: center;
  }

  .background-image-mobile {
    margin-top: 20px;
  }

  .main-heading-wrap {
    margin-bottom: 0;
  }

  .video-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block {
    transition-property: none;
    transform: none;
  }

  .link-block:hover {
    opacity: 1;
    transform: none;
  }

  .text-block-5 {
    transition-property: none;
  }

  .navigation-2 {
    padding: 10px 30px;
  }

  .navigation-items {
    background-color: #0000;
  }

  .logo-link.w--current {
    background-color: #0000;
    flex: 1;
  }

  .navigation-item {
    text-align: left;
    background-color: #000000e3;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 44px;
    transition: color .4s;
  }

  .navigation-item:hover {
    background-color: #000;
    transform: none;
  }

  .navigation-item:active {
    background-color: #000;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-icon {
    display: block;
  }

  .navigation-3 {
    padding: 10px 30px;
  }

  .video-container-desktop-bts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    overflow: hidden;
  }

  .loading-screen {
    display: block;
  }

  .revolver-2 {
    margin-top: 350px;
  }

  .navigation-4 {
    padding: 10px 30px;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .quote-text-blue {
    font-style: italic;
  }

  .section-3 {
    overflow: hidden;
  }

  .quote-text-pink {
    font-style: italic;
  }

  .about-pictures-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .quotes-desktop {
    display: block;
  }

  .link-block-12 {
    transition-property: none;
    transform: none;
  }

  .link-block-12:hover {
    opacity: 1;
    transform: none;
  }

  .text-block-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    transition-property: none;
  }
}

@media screen and (max-width: 767px) {
  .social-links {
    opacity: 1;
  }

  .page-focus {
    object-position: 20% 50%;
  }

  .biography {
    margin-top: 0;
  }

  .grid {
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .afterglow-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .afterglow-paragraph {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .air-content {
    margin-top: -315px;
    padding-top: 40px;
  }

  .youtube {
    width: auto;
  }

  .afterglow-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-paragraph-centered {
    text-align: center;
  }

  .afterglow-content {
    padding-top: 100px;
  }

  .navbar {
    background-color: #000;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    position: relative;
  }

  .music-index-grid {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .music-index-year {
    margin-top: -100px;
    padding-top: 200px;
  }

  .music-release-year {
    font-size: 12px;
  }

  .music-index-directory {
    line-height: 25px;
  }

  .music-index-directory-year {
    display: inline-block;
  }

  .music-directory-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-music-index.white {
    margin-bottom: 10px;
  }

  .fade-1 {
    height: 150px;
  }

  .fade-2 {
    height: 150px;
    margin-top: -150px;
  }

  .section-title-tour {
    margin-bottom: 20px;
    padding-top: 90px;
  }

  .fade-3, .fade-4 {
    height: 150px;
  }

  .alt-nav-bar {
    opacity: 1;
    justify-content: center;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
    flex: none;
  }

  .music-release-year-afterglow {
    font-size: 12px;
  }

  .revolver-content {
    padding-top: 100px;
  }

  .music-release-year-revolver {
    font-size: 12px;
  }

  .text-block-2 {
    line-height: 10px;
  }

  .link-5 {
    text-align: center;
    font-size: 25px;
  }

  .losing-my-mind-content {
    overflow: hidden;
  }

  .losing-my-mind-title {
    font-size: 40px;
    line-height: 40px;
  }

  .losing-my-mind-artists {
    font-size: 18px;
    line-height: 20px;
  }

  .music-release-year-revolver-2 {
    font-size: 12px;
  }

  .losing-my-mind-grid {
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .losing-my-mind-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-paragraph-centered {
    text-align: center;
  }

  .music-release-year-losing-my-mind {
    font-size: 12px;
  }

  .losing-my-mind-paragraph-centered-copy {
    text-align: center;
  }

  .between-the-lines-content {
    overflow: hidden;
  }

  .music-release-year-btl {
    font-size: 12px;
  }

  .take-me-back-content {
    padding-top: 40px;
  }

  .background-video {
    margin-top: 0;
    display: none;
  }

  .video-container-desktop {
    display: none;
    overflow: visible;
  }

  .intro-content {
    width: 100%;
  }

  .intro-header {
    overflow: hidden;
  }

  .background-image-mobile {
    background-image: url('../images/REVOLVER_Spotify.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 90px;
    display: block;
  }

  .divider {
    margin-top: 31px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .video-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    transition: transform .2s;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .navigation-items {
    background-color: #0000;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    opacity: .94;
    background-color: #000000e3;
  }

  .menu-icon {
    transform: scale3d(1none, 1none, 1none);
    color: #fff;
    transition: transform .2s;
  }

  .menu-icon:hover {
    transform: scale(.95);
  }

  .social-links-2 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-link-image-2 {
    max-height: 60px;
  }

  .navigation-3 {
    padding: 20px 30px;
  }

  .video-container-desktop-bts {
    height: auto;
    margin-top: 130px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-2 {
    text-align: center;
    margin-top: -66px;
    overflow: hidden;
  }

  .container-2.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .revolver-2 {
    margin-top: 350px;
  }

  .revolver-logo {
    width: 300px;
  }

  .revolver-logo:hover {
    width: 310px;
  }

  .navigation-4 {
    padding: 20px 30px;
  }

  .picture-placeholder.cc-about-3 {
    background-position: 70% 40%;
    background-size: cover;
    overflow: hidden;
  }

  .picture-placeholder.cc-about-2 {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .picture-placeholder.cc-about-1 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
  }

  .quote-text-blue {
    font-size: 30px;
    font-style: italic;
  }

  .image-13 {
    object-fit: fill;
    min-width: 1000px;
    overflow: hidden;
  }

  .about-pictures-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
  }

  .quotes-mobile {
    text-align: center;
    display: block;
    overflow: hidden;
  }

  .paragraph-large {
    text-align: left;
    position: relative;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-pictures-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .quotes-desktop {
    text-align: center;
    display: none;
    overflow: hidden;
  }

  .text-block-2-copy {
    transition: transform .2s;
  }
}

@media screen and (max-width: 479px) {
  .social-links {
    text-align: center;
    flex-flow: row;
    justify-content: space-around;
    height: auto;
    padding: 20px;
    display: flex;
    inset: auto 0% 0%;
  }

  .social-links.key-color-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-focus {
    object-position: 20% 50%;
  }

  .social-link-image {
    height: 40px;
    display: inline-block;
  }

  .social-link-image:hover {
    height: 40px;
  }

  .section-title {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    font-size: 30px;
  }

  .paragraph {
    overflow: hidden;
  }

  .grid {
    grid-template-rows: 315px auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .afterglow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .afterglow-text {
    padding-left: 0;
  }

  .afterglow-paragraph {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: flex;
  }

  .air {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .air-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .air-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span {
    width: 100%;
    max-width: 100%;
  }

  .air-content {
    margin-top: -143px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube {
    width: 100%;
    display: block;
  }

  .afterglow-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .afterglow-paragraph-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-content {
    overflow: hidden;
  }

  .social-link-link {
    flex: none;
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
    display: block;
  }

  .brand, .brand.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .icon {
    font-size: 50px;
    line-height: 40px;
  }

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

  .menu-button {
    display: flex;
  }

  .bold-text-air {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: flex;
  }

  .afterglow-video {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .music-index-cover-art {
    border-radius: 10px;
  }

  .music-index-section {
    padding-bottom: 40px;
  }

  .music-index-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .music-index-year {
    margin-top: -150px;
    padding: 280px 20px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .afterglow-title {
    font-size: 40px;
  }

  .air-text-title {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .music-release-year {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .music-index-directory {
    clear: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .music-index-directory-year {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
  }

  .music-directory-top-bar {
    z-index: 500;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    top: 80px;
  }

  .section-title-music-index {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .section-title-music-index.white {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .fade-1 {
    height: 100px;
    margin-top: -100px;
    position: relative;
  }

  .fade-2 {
    height: 100px;
    margin-top: 50px;
  }

  .tour-content {
    margin-top: 0;
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-title-tour {
    margin-bottom: 60px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .fade-3 {
    height: 100px;
    margin-bottom: -100px;
  }

  .fade-4 {
    height: 100px;
    margin-top: -100px;
    position: relative;
  }

  .alt-nav-bar {
    opacity: 1;
    justify-content: space-between;
  }

  .alt-nav-bar-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 50px;
  }

  .afterglow-image {
    display: block;
  }

  .music-release-year-afterglow {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section {
    padding-bottom: 100px;
  }

  .revolver-video {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .home-image {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
  }

  .home-video {
    object-fit: cover;
    object-position: 20% 50%;
  }

  .revolver-content {
    height: 80vh;
    overflow: hidden;
  }

  .home-title {
    font-size: 40px;
  }

  .music-release-year-revolver {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .revolver-title-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .revolver {
    padding-top: 0;
    padding-bottom: 0;
  }

  .revolver-image {
    object-fit: cover;
    object-position: 30% 50%;
    display: block;
  }

  .home-video-copy, .revolver-video-section {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .losing-my-mind-content {
    margin-top: 0;
    padding-top: 100px;
    overflow: hidden;
  }

  .losing-my-mind-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 40px;
  }

  .losing-my-mind-artists {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .music-release-year-revolver-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-grid {
    grid-template-rows: 315px auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .losing-my-mind-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .losing-my-mind-paragraph-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .music-release-year-losing-my-mind {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-paragraph-centered-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind {
    padding-bottom: 0;
  }

  .losing-my-mind-image {
    object-fit: cover;
    object-position: 30% 50%;
    display: block;
  }

  .home-video-copy, .losing-my-mind-video-section {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .between-the-lines-content {
    margin-top: 0;
    padding-top: 100px;
    overflow: hidden;
  }

  .music-release-year-btl {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .between-the-lines {
    padding-bottom: 100px;
  }

  .between-the-lines-home-video {
    object-fit: cover;
    object-position: 20% 50%;
  }

  .take-me-back-content {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-air {
    width: 100%;
    max-width: 100%;
  }

  .take-me-back {
    padding-bottom: 100px;
  }

  .take-me-back-home-video {
    object-fit: cover;
    object-position: 20% 50%;
  }

  .contrast-content {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .button {
    width: 200px;
  }

  .image-9 {
    width: 100%;
  }

  .text-span-3 {
    font-size: 15px;
  }

  .contrast-landing-page {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    margin-top: 0;
  }

  .intro-content {
    width: 100%;
  }

  .background-image-mobile {
    margin-top: 100px;
  }

  .divider {
    margin-top: 38px;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-2:focus {
    font-family: Oswald, sans-serif;
  }

  .navigation-item {
    opacity: 1;
    padding-left: 34px;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .social-links-2 {
    flex-flow: row-reverse wrap;
    align-content: center;
    padding-top: 100px;
  }

  .social-link {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .social-link-image-2 {
    max-height: 60px;
  }

  .navigation-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-3:focus {
    font-family: Oswald, sans-serif;
  }

  .container-2 {
    margin-top: -70px;
  }

  .grid-container {
    column-count: 2;
  }

  .background-video-2 {
    height: 150%;
    margin-top: -60%;
    margin-left: 0;
  }

  .spinning-image {
    margin-top: 130px;
    font-size: 14px;
  }

  .pink {
    flex: 0 auto;
    justify-content: center;
  }

  .image-pink {
    width: 300px;
    height: 300px;
  }

  .blue {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .image-12 {
    width: 300px;
    height: 300px;
  }

  .link-block-2 {
    text-align: center;
  }

  .revolver-2 {
    width: 200px;
    max-width: none;
    margin-top: 350px;
    transform: translate(-50%, -200%);
  }

  .revolver-2:hover {
    width: 200px;
  }

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

  .js-clock {
    flex-wrap: wrap;
    margin-top: -60px;
  }

  .box {
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 60px;
  }

  .navigation-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-4:focus {
    font-family: Oswald, sans-serif;
  }

  .picture-placeholder.cc-about-3 {
    background-position: 60% 40%;
  }

  .picture-placeholder.cc-about-1 {
    background-position: 50% 0;
  }

  .about-pictures-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-areas: ".";
  }
}

#w-node-a2acf328-e469-bd0c-4748-6354f91ab50c-f1dd0493, #w-node-_7df7e29d-60cb-bc88-7245-8148aecf5502-f1dd0493, #w-node-_406b4391-20e7-77ff-7767-cb16de2080a1-f1dd0493, #w-node-d5135607-b12a-0870-aae0-7305e16b16bc-f1dd0493, #w-node-b5124d70-ebad-9d3f-701a-d4d467c11d36-f1dd0493, #w-node-_590eb7b8-59b1-29bb-7d03-ea35b4bc5e22-f1dd0493, #w-node-_25043264-094a-a392-be93-22e9dbbdbdd8-f1dd0493, #w-node-bd7406d5-38bf-7864-c2fc-d5b7020dc6a0-f1dd0493, #w-node-_4e55c633-3c54-6a5c-68bf-5a539ccc89fd-f1dd0493, #w-node-_852f93a1-5962-52b5-960e-09689cd5263d-f1dd0493, #w-node-_9e7d6589-4a07-0ad3-9544-a1269c39c3dc-f1dd0493, #w-node-beff6faa-8a43-9da6-9bb5-8e04c6fe1795-f1dd0493, #w-node-_6edf4140-51b5-2cbc-4001-595d2dd3ae63-f1dd0493, #w-node-_7192ced3-900a-10b2-c217-788cb123abad-f1dd0493, #w-node-_9689523a-ab79-168f-e715-6bf723087018-f1dd0493, #w-node-a02c25d6-8738-388a-d886-ca6f7b72ca99-f1dd0493, #w-node-_714b1f87-ef99-1822-a59f-0f059aad28d9-f1dd0493, #w-node-cf80ded5-4de2-9fe4-e122-b72c6e43768c-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7219fd0e-ac15-b96b-f2af-37b9393ebfa0-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a27e7beb-e161-0c77-1fd5-fd101dafd7f6-f1dd0493, #w-node-abc3d40b-8551-7f38-80cb-5695d9c1aac1-f1dd0493, #w-node-bb713d5e-6d9f-70df-fd42-103295266f29-f1dd0493, #w-node-bb713d5e-6d9f-70df-fd42-103295266f2a-f1dd0493, #w-node-cc0da1b4-43a3-cbc5-36cc-def927314888-f1dd0493, #w-node-cc0da1b4-43a3-cbc5-36cc-def927314889-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b1fcdb-cce9-7a02-353e-9dba8fdf545e-f1dd0493, #w-node-c9b1fcdb-cce9-7a02-353e-9dba8fdf545c-f1dd0493, #w-node-_2e164ed9-1243-241d-56fa-a6943456730a-f1dd0493, #w-node-c9b1fcdb-cce9-7a02-353e-9dba8fdf545a-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a14ad70f-b13b-d995-4213-129bc44ec189-f1dd0493, #w-node-_1ee1c630-4032-2dc6-f85a-c6a2f3d5fb62-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0559c21-70ed-ece7-6cd0-85d51b60f2e6-f1dd0493, #w-node-c0559c21-70ed-ece7-6cd0-85d51b60f2e2-f1dd0493, #w-node-c0559c21-70ed-ece7-6cd0-85d51b60f2e0-f1dd0493, #w-node-_97662b26-acdb-59b8-aa9a-87e0c5da6d1e-f1dd0493, #w-node-_506a83fd-89ce-07b3-b2dc-d52679b88ecd-f1dd0493, #w-node-_506a83fd-89ce-07b3-b2dc-d52679b88ec7-f1dd0493, #w-node-_506a83fd-89ce-07b3-b2dc-d52679b88ec9-f1dd0493, #w-node-c315cf62-fd18-11d5-2eb3-ee1e099ea3ab-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0c4674bf-dbbb-0f6b-4e4b-68a5669f8ee5-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_296f22ba-84d9-4a02-c760-05c46493879b-f1dd0493, #w-node-_296f22ba-84d9-4a02-c760-05c464938795-f1dd0493, #w-node-_296f22ba-84d9-4a02-c760-05c464938797-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9ec0da9d-7671-3862-17d3-7551d5a5ff3a-f1dd0493, #w-node-_88110b39-01aa-b5fe-1541-f0733a102fa1-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc3cf7d7-be8f-320f-5356-92e06c7c684e-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_437cad42-cf6b-375a-71b8-3706a8d23d5a-f1dd0493, #w-node-cc3cf7d7-be8f-320f-5356-92e06c7c6852-f1dd0493, #w-node-cc3cf7d7-be8f-320f-5356-92e06c7c6854-f1dd0493, #w-node-_74d110ae-676d-43c5-755e-f50690e9b910-f1dd0493, #w-node-cc3cf7d7-be8f-320f-5356-92e06c7c6846-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc3cf7d7-be8f-320f-5356-92e06c7c6848-f1dd0493, #w-node-cc3cf7d7-be8f-320f-5356-92e06c7c684c-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_02a0e727-7b09-87b0-35a0-cc42bdb8a8a7-f1dd0493, #w-node-_3f22a270-c2dd-2bbb-cc03-813904a9d3b7-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f22a270-c2dd-2bbb-cc03-813904a9d3b3-f1dd0493, #w-node-_1eec2b19-3080-4bd5-7370-d0486cf7f907-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4c0eada-0678-f908-6c19-14793187ba17-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e0ddbad-e85b-cfca-9f25-3981d0ee6c76-f1dd0493, #w-node-_4b69a390-ed28-6f9f-f8c4-ae68ed40e93a-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e0ddbad-e85b-cfca-9f25-3981d0ee6c74-f1dd0493, #w-node-e2850517-30ce-192e-0797-ec5e8067f41f-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2850517-30ce-192e-0797-ec5e8067f41d-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_36cc54f2-35d0-6ced-aad1-cb6bcee2132b-f1dd0493 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: center;
}

#w-node-_36cc54f2-35d0-6ced-aad1-cb6bcee21332-f1dd0493 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_36cc54f2-35d0-6ced-aad1-cb6bcee2133c-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edf480fc-6a39-ca19-f44b-3079e43b7f69-f1dd0493 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6a-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6c-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6e-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f87-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f88-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f89-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f8b-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f8c-f1dd0493, #w-node-edf480fc-6a39-ca19-f44b-3079e43b7faa-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad536-f1dd0493 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad537-f1dd0493, #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad539-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad53b-f1dd0493, #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54a-f1dd0493, #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54f-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad554-f1dd0493 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad55b-f1dd0493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad560-f1dd0493 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad565-f1dd0493 {
  grid-area: 5 / 3 / 6 / 4;
  justify-self: auto;
}

#w-node-_74e019ca-5810-f130-b525-b66a6345a94f-f1dd0493 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: center;
}

#w-node-_393b4ab0-0493-f6ef-5303-74f23561701d-f1dd0493 {
  grid-area: 2 / 1 / 2 / 4;
  place-self: center;
}

#w-node-e883981e-33c3-751e-5cb9-1f3ac379a19f-f1dd0493 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: start;
}

#w-node-fabb6337-2877-7da5-9fbb-2a12ebbff64f-f1dd0493 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_53798263-2519-0a31-46b2-fdf22204a338-f1dd0493 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_643ac322-4e9c-9495-26b2-3ec22896f2a2-f1dd0493 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c073a2-052b-93cf-7337-933f04ca8d9d-f1dd0493 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2b66acd3-d1aa-eb21-ae86-bc7ab97157ec-f1dd0493 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-d35d12fb-0c04-df4a-240d-c56d04aad24a-f1dd0493 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d63-4b7ac49f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d72-4b7ac49f {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d73-4b7ac49f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d74-4b7ac49f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d75-4b7ac49f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d88-4b7ac49f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d96-4b7ac49f {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d97-4b7ac49f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d98-4b7ac49f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d99-4b7ac49f {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7219fd0e-ac15-b96b-f2af-37b9393ebfa0-f1dd0493 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36cc54f2-35d0-6ced-aad1-cb6bcee21332-f1dd0493 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f69-f1dd0493 {
    justify-self: center;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6a-f1dd0493 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6c-f1dd0493 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6e-f1dd0493 {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f8c-f1dd0493 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad536-f1dd0493 {
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad537-f1dd0493 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad539-f1dd0493 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad53b-f1dd0493 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54a-f1dd0493 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54f-f1dd0493 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad554-f1dd0493 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad55b-f1dd0493 {
    grid-area: 9 / 1 / 10 / 3;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad560-f1dd0493 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad565-f1dd0493 {
    grid-area: 10 / 1 / 11 / 3;
    justify-self: auto;
  }

  #w-node-e883981e-33c3-751e-5cb9-1f3ac379a19f-f1dd0493 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fabb6337-2877-7da5-9fbb-2a12ebbff64f-f1dd0493 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2b66acd3-d1aa-eb21-ae86-bc7ab97157ec-f1dd0493 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-d35d12fb-0c04-df4a-240d-c56d04aad24a-f1dd0493 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d63-4b7ac49f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d72-4b7ac49f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d74-4b7ac49f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d88-4b7ac49f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d96-4b7ac49f {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d98-4b7ac49f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f69-f1dd0493 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    justify-self: auto;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6e-f1dd0493 {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f8c-f1dd0493 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad536-f1dd0493 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    justify-self: auto;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54f-f1dd0493 {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad554-f1dd0493 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad560-f1dd0493 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad565-f1dd0493 {
    grid-area: 10 / 1 / 11 / 3;
    justify-self: auto;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d63-4b7ac49f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d72-4b7ac49f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d73-4b7ac49f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d74-4b7ac49f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d75-4b7ac49f {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d88-4b7ac49f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d96-4b7ac49f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d97-4b7ac49f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d98-4b7ac49f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_71ac1d31-d895-397b-d1e2-6981c5e21d99-4b7ac49f {
    grid-area: 3 / 2 / 4 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7219fd0e-ac15-b96b-f2af-37b9393ebfa0-f1dd0493 {
    grid-column-start: 2;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f69-f1dd0493 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6a-f1dd0493 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6c-f1dd0493 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f6e-f1dd0493 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-edf480fc-6a39-ca19-f44b-3079e43b7f8c-f1dd0493 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad536-f1dd0493 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad537-f1dd0493 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad539-f1dd0493 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad53b-f1dd0493 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54a-f1dd0493 {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad54f-f1dd0493 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad554-f1dd0493 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad55b-f1dd0493 {
    grid-area: 9 / 1 / 10 / 2;
    justify-self: center;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad560-f1dd0493 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2d9d1150-b02e-f87d-d484-3f6c569ad565-f1dd0493 {
    grid-area: 10 / 1 / 12 / 2;
    justify-self: auto;
  }

  #w-node-_9f12563a-5e31-91db-762e-e51050cfba78-f1dd0493, #w-node-_7460d3c2-91dd-8ca9-555d-0d7f63458d05-f1dd0493, #w-node-aefbd7c1-3aed-9edc-c773-8bce66b900a9-f1dd0493, #w-node-_7732b240-2821-b157-7034-fbac5126f1a5-f1dd0493, #w-node-e492b816-bf90-7d49-4d87-9bca3ac4ec06-f1dd0493, #w-node-_148d6ebd-2393-bab3-dd33-958df27f2424-f1dd0493 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


