html, body {
  background: #FAF1EA;
  overflow-x: hidden; }

p {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 16px; } }
  p:last-child {
    margin-bottom: 0; }
  p.source {
    font-size: 14px; }

.lx-spotify-playlist {
  position: fixed;
  width: calc(100% - 40px);
  height: auto;
  max-width: 360px;
  bottom: -100%;
  right: 20px;
  z-index: 1000;
  background: #251D66;
  padding: 3px 10px 10px 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: all 1s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .lx-spotify-playlist {
      max-width: 100%;
      height: 120px; } }
  .lx-spotify-playlist.active {
    bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .lx-spotify-playlist.active {
        bottom: 20px; } }
  .lx-spotify-playlist span {
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .lx-spotify-playlist span {
        font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .lx-spotify-playlist iframe {
      height: 120px; } }

.lx-title {
  color: #000000;
  font-family: "Caprasimo", cursive;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 32.5px */
  margin-bottom: 30px; }
  .lx-title--white {
    color: #FFFFFF; }

.lx-container {
  position: relative;
  padding: 0 16px;
  margin: 0 auto; }
  @media screen and (min-width: 1441px) {
    .lx-container {
      max-width: 1400px; } }
  @media screen and (max-width: 1440px) {
    .lx-container {
      max-width: 1200px; } }
  @media screen and (min-width: 1800px) {
    .lx-container {
      max-width: 1440px; } }

.lx-hero {
  position: relative; }

.lx-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .lx-nav {
      padding: 20px 0; } }
  .lx-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #FAF1EA; }

.lx-stage {
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1600px) {
    .lx-stage {
      padding-top: 160px; } }
  @media screen and (max-width: 1024px) {
    .lx-stage {
      padding-bottom: 50px; } }
  @media screen and (max-width: 414px) {
    .lx-stage {
      padding-top: 150px; } }

.lx-big-title {
  position: relative;
  color: #291D69;
  text-align: center;
  font-family: "Caprasimo", cursive;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  z-index: 10; }
  .lx-big-title span {
    display: block; }
  .lx-big-title .text-large {
    font-size: 160px;
    line-height: 140px; }
    @media screen and (max-width: 1024px) {
      .lx-big-title .text-large {
        font-size: 72px;
        line-height: 60px; } }
    @media screen and (max-width: 414px) {
      .lx-big-title .text-large {
        font-size: 52px;
        line-height: 40px; } }
  .lx-big-title .text-medium {
    font-size: 110px;
    line-height: 100px; }
    @media screen and (max-width: 1024px) {
      .lx-big-title .text-medium {
        font-size: 52px;
        line-height: 40px; } }
  .lx-big-title .text-small {
    font-size: 88px;
    line-height: 70px; }
    @media screen and (max-width: 1024px) {
      .lx-big-title .text-small {
        font-size: 42px;
        line-height: 40px; } }

.lx-soundwave {
  margin-top: 180px;
  margin-bottom: 280px;
  max-width: 450px; }
  @media screen and (max-width: 1700px) {
    .lx-soundwave {
      margin-top: 120px;
      margin-bottom: 200px; } }
  @media screen and (max-width: 1500px) {
    .lx-soundwave {
      margin-top: 110px;
      margin-bottom: 170px; } }
  @media screen and (max-width: 1024px) {
    .lx-soundwave {
      margin-top: 120px;
      margin-bottom: 120px;
      max-width: 240px; } }
  @media screen and (max-width: 375px) {
    .lx-soundwave {
      margin-top: 40px;
      margin-bottom: 100px; } }

.lx-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  @media screen and (max-width: 1980px) {
    .lx-decoration {
      left: -2.5%;
      width: 105%; } }
  @media screen and (max-width: 1700px) {
    .lx-decoration {
      left: -5%;
      width: 110%; } }
  @media screen and (max-width: 1366px) {
    .lx-decoration {
      left: -10%;
      width: 120%; } }
  @media screen and (max-width: 1300px) {
    .lx-decoration {
      left: -15%;
      width: 130%; } }
  @media screen and (max-width: 1150px) {
    .lx-decoration {
      left: -22%;
      width: 144%; } }
  @media screen and (max-width: 1024px) {
    .lx-decoration {
      left: 0;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .lx-decoration {
      top: -40px;
      left: -15%;
      width: 130%; } }
  @media screen and (max-width: 414px) {
    .lx-decoration {
      top: 0;
      left: -17%;
      width: 134%; } }
  .lx-decoration .lx-headphone {
    position: absolute;
    top: -180px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    z-index: 9; }
    @media screen and (max-width: 1600px) {
      .lx-decoration .lx-headphone {
        top: -150px;
        left: -5%;
        width: 110%; } }
    @media screen and (max-width: 1500px) {
      .lx-decoration .lx-headphone {
        top: -130px;
        width: 100%;
        left: 0; } }
    @media screen and (max-width: 1024px) {
      .lx-decoration .lx-headphone {
        top: -100px;
        left: -25%;
        width: 150%; } }
    @media screen and (max-width: 500px) {
      .lx-decoration .lx-headphone {
        top: 20px;
        left: -25%;
        width: 150%; } }
    .lx-decoration .lx-headphone img {
      width: 100%; }
    .lx-decoration .lx-headphone--magenta {
      animation: headphone-magenta 10000ms ease-out infinite; }
    .lx-decoration .lx-headphone--purple {
      animation: headphone-purple 10000ms ease-out infinite; }
@keyframes headphone-magenta {
  0% {
    opacity: 1; }
  /* State 1: visible */
  1% {
    opacity: 1; }
  /* after 1ms delay, mulai transisi */
  50% {
    opacity: 0; }
  /* State 2: hidden (durasi 5000ms) */
  51% {
    opacity: 0; }
  /* delay balik */
  100% {
    opacity: 1; }
  /* kembali State 1 */ }
@keyframes headphone-purple {
  0% {
    opacity: 0; }
  /* State 1: hidden */
  1% {
    opacity: 0; }
  /* delay 1ms */
  50% {
    opacity: 1; }
  /* State 2: visible */
  51% {
    opacity: 1; }
  /* delay balik */
  100% {
    opacity: 0; }
  /* kembali State 1 */ }
.lx-description {
  width: 828px;
  margin: 0 auto;
  color: #291D69;
  text-align: center;
  font-family: "Caprasimo", cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 40px */ }
  @media screen and (max-width: 1024px) {
    .lx-description {
      width: 100%;
      font-size: 16px; } }

.lx-credit {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  align-items: center;
  color: #5C5A5A;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */ }
  @media screen and (max-width: 1024px) {
    .lx-credit {
      flex-direction: column;
      gap: 4px;
      justify-content: center; } }
  .lx-credit span:first-child {
    position: relative;
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      .lx-credit span:first-child {
        margin-right: 0; } }
    .lx-credit span:first-child::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      width: 1px;
      height: 100%;
      background: #5C5A5A; }
      @media screen and (max-width: 1024px) {
        .lx-credit span:first-child::after {
          display: none; } }

.lx-primary .lx-container,
.lx-secondary .lx-container {
  max-width: 950px; }
.lx-primary .lx-body,
.lx-secondary .lx-body {
  padding: 50px 0;
  overflow: hidden; }

.lx-primary {
  position: relative;
  width: 100%;
  height: auto; }
  .lx-primary .lx-shape {
    width: 100%; }
    .lx-primary .lx-shape img {
      width: 100%; }
    .lx-primary .lx-shape.offset {
      position: absolute;
      bottom: 0;
      z-index: 10; }
  .lx-primary .lx-donut {
    width: 500px;
    position: absolute;
    top: -250px;
    right: -250px;
    z-index: 5; }
    @media screen and (max-width: 1600px) {
      .lx-primary .lx-donut {
        display: none; } }
  .lx-primary.first .lx-body {
    background: #F0EAE6; }
  .lx-primary.second .lx-body {
    background: #F0EAE6; }
  .lx-primary.third .lx-body {
    background: #F0EAE6; }

.lx-secondary .lx-body img {
  mix-blend-mode: darken; }

.lx-wave {
  display: block;
  width: 100%;
  height: 50px;
  background: transparent; }

.lx-circle {
  width: 300px;
  height: 300px;
  background: #1a1756;
  border-radius: 58% 42% 55% 45% / 52% 48% 52% 48%; }

.lx-chart {
  width: 120%; }

.lx-item h1 {
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
  font-family: "Caprasimo", cursive;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  /* 80px */ }
  .lx-item h1 span {
    font-size: 32px; }

.lx-credits {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px; }
  @media screen and (max-width: 1024px) {
    .lx-credits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 50px; } }
  @media screen and (max-width: 1024px) {
    .lx-credits .text-sm {
      font-size: 12px; } }
  .lx-credits .lx-role {
    color: #000000; }
  .lx-credits .lx-list {
    padding-left: 0;
    list-style-type: none;
    color: #000000; }

.lx-bio p, .lx-bio span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%; }
.lx-bio p {
  margin-bottom: 20px; }

.lx-statistic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .lx-statistic {
      grid-template-columns: 1fr; } }
  .lx-statistic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px; }
    @media screen and (max-width: 1024px) {
      .lx-statistic-item {
        display: grid;
        grid-template-columns: 33.33% 1fr; } }
  .lx-statistic-number {
    position: relative; }
    .lx-statistic-number h1 {
      color: #000000;
      text-align: center;
      font-family: "Caprasimo", cursive;
      font-size: 100px;
      font-style: normal;
      font-weight: 400;
      line-height: 80%;
      /* 80px */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .lx-statistic-number h1.first {
        left: 80%; }
      .lx-statistic-number h1.second {
        left: 60%; }
      @media screen and (max-width: 1024px) {
        .lx-statistic-number h1 {
          font-size: 48px;
          line-height: 40px; }
          .lx-statistic-number h1.first {
            left: 50%; }
          .lx-statistic-number h1.second {
            left: 50%; }
          .lx-statistic-number h1.third {
            font-size: 32px; } }
      .lx-statistic-number h1 span {
        font-size: 32px; }
        @media screen and (max-width: 1024px) {
          .lx-statistic-number h1 span {
            font-size: 24px; } }
    .lx-statistic-number img {
      width: 100%; }
  .lx-statistic-title {
    color: #000000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase; }
    .lx-statistic-title span {
      display: block; }
    @media screen and (max-width: 1024px) {
      .lx-statistic-title {
        font-size: 14px;
        text-align: left; } }

.lx-source {
  color: #000000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */ }

.lx-image {
  width: 90%;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .lx-image {
      margin-left: -6%;
      width: 112%; } }

.lx-spotify {
  display: grid;
  grid-template-columns: 33.33% 1fr;
  margin-bottom: 30px;
  gap: 20px; }
  @media screen and (max-width: 1024px) {
    .lx-spotify {
      grid-template-columns: 1fr; } }
  .lx-spotify-embed {
    margin-top: 14px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .lx-spotify-embed iframe {
        height: 80px; } }
  .lx-spotify-chart {
    width: 125%;
    margin-left: 0; }
    @media screen and (max-width: 1024px) {
      .lx-spotify-chart {
        width: 110%;
        margin-left: -5%; } }

.lx-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px; }
  .lx-grid.one-third {
    grid-template-columns: 33.33% 1fr;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .lx-grid.one-third {
        padding-bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .lx-grid {
      display: flex;
      flex-direction: column-reverse; } }
  .lx-grid.right {
    grid-template-columns: 1fr 40%; }
    @media screen and (max-width: 1024px) {
      .lx-grid.right {
        display: flex;
        flex-direction: column; } }
  .lx-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.lx-quote {
  position: relative; }
  .lx-quote-icon {
    position: absolute;
    top: 50%; }
    @media screen and (max-width: 1024px) {
      .lx-quote-icon {
        position: relative;
        width: 70px;
        top: 0; } }
  .lx-quote-text h1 {
    font-family: "Caprasimo", cursive;
    font-weight: 400;
    font-size: 34px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .lx-quote-text h1 {
        font-size: 24px; } }
  .lx-quote-text span {
    color: #000000;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 125%;
    letter-spacing: 0%; }
    @media screen and (max-width: 1024px) {
      .lx-quote-text span {
        font-size: 16px; } }
  .lx-quote-text.dark {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .lx-quote-text.dark h1, .lx-quote-text.dark span {
      color: #251D66;
      text-align: right; }
  .lx-quote--left {
    width: 100%;
    margin-left: -15%; }
    @media screen and (max-width: 1024px) {
      .lx-quote--left {
        width: 100%;
        margin-left: 0;
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 20px; } }
    .lx-quote--left .lx-quote-icon {
      left: -180px; }
      @media screen and (max-width: 1024px) {
        .lx-quote--left .lx-quote-icon {
          left: 0; } }
  .lx-quote--right {
    width: 80%;
    margin-right: -20%; }
    @media screen and (max-width: 1024px) {
      .lx-quote--right {
        width: 100%;
        margin-right: 0;
        display: grid;
        grid-template-columns: 1fr 70px;
        gap: 20px; } }
    .lx-quote--right .lx-quote-icon {
      right: -180px; }
      @media screen and (max-width: 1024px) {
        .lx-quote--right .lx-quote-icon {
          display: flex;
          align-items: end;
          right: 0; } }

.lx-person {
  position: relative;
  width: 200%;
  left: -105%;
  bottom: -14%; }
  @media screen and (max-width: 1024px) {
    .lx-person {
      width: 100%;
      margin-top: 20px;
      left: 0;
      bottom: 0; } }
  .lx-person-picture {
    width: 105%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1024px) {
      .lx-person-picture {
        width: 100%; } }
  .lx-person-source {
    position: absolute;
    bottom: -30px;
    right: -10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000; }
    @media screen and (max-width: 1600px) {
      .lx-person-source {
        bottom: -40px; } }
    @media screen and (max-width: 1024px) {
      .lx-person-source {
        right: 0; } }

.lx-rewind {
  padding: 50px 0; }
  @media screen and (max-width: 1024px) {
    .lx-rewind {
      padding-bottom: 0; } }
  .lx-rewind-cta {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .lx-rewind-cta img {
      width: 74px;
      height: 74px; }
      @media screen and (max-width: 1024px) {
        .lx-rewind-cta img {
          width: 50px;
          height: 50px; } }
    .lx-rewind-cta h1 {
      color: #251D66;
      font-family: "Caprasimo", cursive;
      font-size: 26px;
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
      /* 32.5px */
      margin-top: 20px; }
      @media screen and (max-width: 1024px) {
        .lx-rewind-cta h1 {
          font-size: 21px; } }
  .lx-rewind-bio {
    max-width: 620px;
    margin: 20px auto; }
    .lx-rewind-bio p, .lx-rewind-bio span {
      color: #000;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      /* 166.667% */ }
      @media screen and (max-width: 1024px) {
        .lx-rewind-bio p, .lx-rewind-bio span {
          font-size: 12px; } }

@media screen and (max-width: 1024px) {
  .lx-footer {
    margin-bottom: 250px; } }

/*# sourceMappingURL=main.css.map */
