html, body {
  background: #000000; }

.lx-scroll-cta {
  cursor: pointer;
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
  z-index: 60; }
  .lx-scroll-cta.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto; }
  .lx-scroll-cta i {
    font-size: 14px;
    opacity: 0.7;
    animation: scrollHint 1.6s ease-in-out infinite; }
@keyframes scrollHint {
  0%, 100% {
    transform: translateY(0);
    opacity: .6; }
  50% {
    transform: translateY(6px);
    opacity: 1; } }
.lx-wrapper {
  max-width: 100%;
  overflow-x: hidden;
  background: url("../images/background.png") no-repeat center center fixed;
  background-size: cover; }
  @media screen and (min-width: 1600px) {
    .lx-wrapper {
      max-width: 1440px;
      margin: 0 auto; } }

.lx-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }
  @media screen and (min-width: 1800px) {
    .lx-container {
      max-width: 1440px; } }

.lx-inner {
  max-width: 710px;
  margin: 0 auto; }
  .lx-inner p {
    font-family: "Plus Jakarta Sans";
    color: #F1EEE0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .lx-inner {
      max-width: 100%;
      padding-left: 16px;
      padding-right: 16px; }
      .lx-inner-custom p {
        padding-right: 50px;
        text-align: left; }
        .lx-inner-custom p:nth-child(1) {
          text-align: center;
          padding-right: 0; } }

.lx-outer {
  max-width: 950px;
  margin: 0 auto; }

.lx-primary {
  color: #FBE230; }

.lx-head {
  font-family: "Lilita One";
  font-size: 123px;
  font-style: normal;
  font-weight: 400;
  line-height: 111px;
  white-space: nowrap; }
  .lx-head:nth-child(1) {
    color: #D8503E; }
  .lx-head:nth-child(2) {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #FBE230; }
  @media screen and (max-width: 1024px) {
    .lx-head {
      font-size: 48px;
      line-height: 58px; }
      .lx-head:nth-child(2) {
        top: -4px;
        right: -4px; } }

.lx-title {
  color: #FBE230;
  text-align: center;
  font-family: "Lilita One";
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px;
  /* 100% */ }
  @media screen and (max-width: 1024px) {
    .lx-title {
      font-size: 40px;
      line-height: 50px; } }

@media screen and (max-width: 1024px) {
  .lx-dec-cloud-left, .lx-dec-cloud-right {
    display: none; } }
@media screen and (max-width: 1024px) {
  .lx-dec-floral-left, .lx-dec-floral-right {
    display: none; } }
.lx-dec-sun-rays {
  position: absolute;
  top: 180px;
  left: 49.5%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  .lx-dec-sun-rays img {
    animation: sunRotate 50s linear infinite;
    transform-origin: center center;
    will-change: transform; }
  @media screen and (max-width: 1024px) {
    .lx-dec-sun-rays {
      top: 50px; }
      .lx-dec-sun-rays img {
        max-width: 70%; } }
.lx-dec-cloud-left, .lx-dec-cloud-right {
  will-change: transform; }
.lx-dec-cloud-left {
  animation: cloudLeft 5s ease-in-out infinite alternate; }
.lx-dec-cloud-right {
  animation: cloudRight 5s ease-in-out infinite alternate;
  animation-delay: 1.8s; }
.lx-dec-ring {
  position: absolute;
  top: 0;
  z-index: 10; }
.lx-dec-cover {
  position: relative;
  z-index: 20; }

.lx-story-list {
  width: 100%;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .lx-story-list {
      position: relative;
      top: 0;
      width: 90%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      margin-bottom: 30px; }
      .lx-story-list::before {
        content: url("../images/badge-bg-mobile.png");
        width: 100%;
        height: auto;
        position: absolute;
        top: 0; } }
.lx-story-item {
  cursor: pointer;
  width: 278px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .lx-story-item {
      width: 100%; } }
  .lx-story-item.offset-up {
    transform: translateY(-150px); }
    @media screen and (max-width: 1024px) {
      .lx-story-item.offset-up {
        transform: translateY(0); } }
  .lx-story-item.offset-down {
    transform: translateY(300px); }
    @media screen and (max-width: 1024px) {
      .lx-story-item.offset-down {
        transform: translateY(0); } }
  .lx-story-item.is-active {
    z-index: 5; }
  .lx-story-item:hover {
    z-index: 20; }
    .lx-story-item:hover .lx-dec-ring {
      animation: ringRotate 8s linear infinite; }
  .lx-story-item:nth-child(1) {
    margin-left: 0; }
  .lx-story-item:nth-child(2) {
    margin-left: -60px; }
  .lx-story-item:nth-child(3) {
    margin-left: -100px; }
  .lx-story-item:nth-child(4) {
    margin-left: -100px; }
  .lx-story-item:nth-child(5) {
    margin-left: -60px; }
  @media screen and (max-width: 1024px) {
    .lx-story-item:nth-child(1) {
      margin-left: 0;
      order: 1;
      margin-top: -80px; }
    .lx-story-item:nth-child(2) {
      margin-left: 0;
      order: 2;
      margin-top: 160px; }
    .lx-story-item:nth-child(3) {
      margin-left: 0;
      order: 5;
      margin-top: -100px; }
    .lx-story-item:nth-child(4) {
      margin-left: 0;
      order: 3;
      margin-top: -280px; }
    .lx-story-item:nth-child(5) {
      margin-left: 0;
      order: 4;
      margin-top: 40px; } }

.lx-back {
  cursor: pointer; }
  .lx-back-text {
    color: #FBE230;
    text-align: center;
    font-family: "Lilita One";
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline; }
    @media screen and (max-width: 1024px) {
      .lx-back-text {
        font-size: 28px; } }

.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; } }
  .lx-credits .lx-role {
    color: #F1EEE0; }
  .lx-credits .lx-list {
    padding-left: 0;
    list-style-type: none;
    color: #F1EEE0; }

.lx-audio {
  right: 30px;
  z-index: 999; }
  @media screen and (min-width: 1600px) {
    .lx-audio {
      right: calc((100vw - 1600px) / 2 + 100px); } }

.lx-caption {
  color: #F1EEE0; }
.lx-content-item {
  display: none; }
  .lx-content-item.is-active {
    display: block; }
.lx-content-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.lx-content-article {
  margin-top: -580px; }
  @media screen and (max-width: 1024px) {
    .lx-content-article {
      margin-top: -180px; } }

.lx-action {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.45);
  right: 30px;
  z-index: 999; }
  @media screen and (min-width: 1600px) {
    .lx-action {
      right: calc((100vw - 1600px) / 2 + 100px); } }

.lx-share-sticky {
  position: relative;
  width: fit-content;
  height: fit-content; }
  .lx-share-sticky__action {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.01);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .lx-share-sticky__action {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .lx-share-sticky__action i {
      font-size: 28px;
      color: #0D222F; }
      .lx-share-sticky__action i.text-white {
        color: #FFFFFF; }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action i {
          margin-right: 0;
          font-size: 24px;
          color: #FFFFFF; } }
    @media screen and (max-width: 900px) {
      .lx-share-sticky__action span {
        margin-right: 0; } }
    .lx-share-sticky__action.with-text {
      width: fit-content;
      padding: 0 20px; }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action.with-text {
          padding: 0;
          width: 45px; } }
      .lx-share-sticky__action.with-text i, .lx-share-sticky__action.with-text svg {
        margin-right: 10px; }
        @media screen and (max-width: 900px) {
          .lx-share-sticky__action.with-text i, .lx-share-sticky__action.with-text svg {
            margin-right: 0; } }
      @media screen and (max-width: 900px) {
        .lx-share-sticky__action.with-text span {
          display: none; } }
  .lx-share-sticky__content {
    display: none;
    position: absolute;
    top: 65px;
    right: -20px;
    padding: 20px;
    min-width: 280px;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    z-index: 10; }
    .lx-share-sticky__content::after {
      content: '';
      height: 15px;
      width: 15px;
      position: absolute;
      background-color: #FFFFFF;
      top: -8px;
      right: 35px;
      border-top: rgba(0, 0, 0, 0.1) solid 1px;
      border-left: rgba(0, 0, 0, 0.1) solid 1px;
      transform: rotate(45deg); }
    .lx-share-sticky__content-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 20px; }
      .lx-share-sticky__content-head-title {
        color: #000;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 0; }
      .lx-share-sticky__content-head-number {
        color: #6B6B6A;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
        .lx-share-sticky__content-head-number .current {
          color: #000;
          font-size: 16px; }
    .lx-share-sticky__content-text {
      color: #000000;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      /* 150% */
      margin-bottom: 20px; }
    .lx-share-sticky__content-auth {
      display: flex;
      align-items: center;
      gap: 20px; }
      .lx-share-sticky__content-auth button {
        position: relative;
        padding: 0;
        margin: 0;
        width: fit-content;
        height: fit-content;
        border: none;
        background: transparent;
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: #000000;
        font-weight: 600;
        text-decoration: underline; }
        .lx-share-sticky__content-auth button:nth-child(2)::before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 16px;
          background: #000000; }
    .lx-share-sticky__content-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }
      .lx-share-sticky__content-list.flex {
        display: flex;
        align-items: center;
        justify-content: center; }
      .lx-share-sticky__content-list-item {
        display: flex;
        align-items: center;
        justify-content: center; }
      .lx-share-sticky__content-list-btn {
        width: 100%;
        height: auto;
        background: transparent;
        border: 1px solid #6B6B6A;
        border-radius: 50px;
        padding: 4px 15px 4px 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 6px; }
        .lx-share-sticky__content-list-btn .icon {
          width: 25px;
          height: 25px;
          border: none;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .lx-share-sticky__content-list-btn .icon i {
            font-size: 16px;
            color: #000000; }
        .lx-share-sticky__content-list-btn.text {
          background: transparent;
          border: 1px solid #6B6B6A;
          color: #000000;
          width: 45px;
          height: 45px;
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .lx-share-sticky__content-list-btn.text.active {
            color: #FFFFFF;
            background-color: #6B6B6A; }
        .lx-share-sticky__content-list-btn.text-small {
          font-size: 14px; }
        .lx-share-sticky__content-list-btn.text-medium {
          font-size: 18px; }
        .lx-share-sticky__content-list-btn.text-large {
          font-size: 22px; }
    .lx-share-sticky__content-link {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2px 2px 2px 10px;
      border-radius: 50px;
      border: 1px solid #CECECE;
      background: #F2F2F2;
      user-select: none;
      /* Prevent text selection */
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */ }
      .lx-share-sticky__content-link span {
        display: block;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        user-select: none;
        /* Prevent text selection */
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        color: #000000;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .lx-share-sticky__content-link button {
        cursor: pointer;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        margin-left: 5px;
        color: #FFFFFF;
        white-space: nowrap;
        border: 1px solid #CECECE;
        border-radius: 50px;
        background-color: #2E3442; }
        .lx-share-sticky__content-link button i {
          font-size: 18px;
          color: #FFFFFF; }
  .lx-share-sticky.bottom .lx-share-sticky__content {
    top: auto;
    bottom: 65px; }
    .lx-share-sticky.bottom .lx-share-sticky__content::after {
      top: auto;
      bottom: -8px;
      border-top: 0;
      border-left: 0;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
      border-right: rgba(0, 0, 0, 0.1) solid 1px; }
  .lx-share-sticky.active .lx-share-sticky__content {
    display: block; }

.lx-share {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  transition: all .5s ease; }
  .lx-share-wrapper {
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 7px;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: -1;
    transition: all 1s ease; }
    @media screen and (min-width: 1024px) {
      .lx-share-wrapper {
        top: 50%;
        left: 50%;
        max-width: 560px;
        height: fit-content;
        border-radius: 8px;
        transform: translate(-50%, -50%); } }
  .lx-share.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000000110; }
    .lx-share.active .lx-share-wrapper {
      bottom: -2px; }
  .lx-share-header {
    padding: 20px; }
    .lx-share-header__text h1 {
      color: var(--color-text);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: normal; }
    .lx-share-header__text p {
      margin-top: 10px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 14px;
      line-height: normal;
      color: var(--color-text); }
    .lx-share-header__action {
      position: absolute;
      right: 20px;
      top: 20px; }
      .lx-share-header__action button {
        background: transparent;
        border: none;
        padding: 0;
        line-height: 0;
        width: fit-content;
        height: fit-content; }
  .lx-share-content {
    padding: 10px 20px; }
  .lx-share-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5; }
    .lx-share-item:first-child {
      padding-top: 0; }
    .lx-share-item:last-child {
      border-bottom: unset; }
    .lx-share-item__icon {
      width: 35px;
      height: 35px;
      border: 1px solid #E5E5E5;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .lx-share-item__icon i {
        font-size: 18px;
        color: var(--color-text); }
    .lx-share-item__text span {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      color: var(--color-text); }

@keyframes sunRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes ringRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes cloudLeft {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-80px); } }
@keyframes cloudRight {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(80px); } }

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