* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@font-face {
  font-family: 'Lexend';
  src: url("/assets/fonts/Lexend-VariableFont_wght.ttf");
}

.landing-concert {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: 'Lexend' !important;
  position: relative;
}

.landing-concert .landing-background {
  position: fixed;
  left: 0;
  right: 0;
  top: -500px;
  bottom: 0px;
  z-index: 1;
  background-image: url("/assets/images/background-desktop.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .landing-concert .landing-background {
    top: 0px;
  }
}

.landing-concert .landing-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.landing-concert .landing-content .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  padding: 4rem 0;
  gap: 10rem;
}

@media (max-width: 575px) {
  .landing-concert .landing-content .main-content {
    padding-left: 15px;
    padding-right: 15px;
    gap: 7rem;
  }
}

.landing-concert .landing-content .main-content .logo {
  width: 45px;
  height: 45px;
  margin: auto;
  margin-bottom: 45px;
}

.landing-concert .landing-content .main-content .smart-object {
  width: 100%;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .landing-concert .landing-content .main-content .smart-object {
    max-width: 100%;
  }
}

.landing-concert .landing-content .main-content .list-button {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .landing-concert .landing-content .main-content .list-button {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}

.landing-concert .landing-content .main-content .list-button .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575px) {
  .landing-concert .landing-content .main-content .list-button .item-button {
    width: 100%;
  }
}

.landing-concert .landing-content .main-content .list-button .item-button h3 {
  color: #f9efd6;
  font-size: 2rem;
  margin-bottom: 0;
  text-wrap: nowrap;
}

.landing-concert .landing-content .main-content .list-button .item-button p {
  color: #f9efd6;
  font-size: 16px;
  text-wrap: nowrap;
  margin-bottom: 0;
}

.landing-concert .landing-content .main-content .list-button .item-button a {
  background-color: #F9EFD6;
  padding: 5px 25px;
  margin-top: 15px;
  border-radius: 4px;
  font-size: 15px;
  color: black;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landing-concert .landing-content .main-content .list-button .item-button a:hover {
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landing-concert .landing-content .main-content .list-button .item-button .list-button-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.landing-concert .landing-content .main-content .next-page {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-concert .landing-content .main-content .next-page p {
  text-align: center;
  margin-bottom: 7px;
}

.landing-concert .landing-content .main-content .next-page p a {
  color: #F9EFD6;
  text-decoration: none;
  font-size: 15px;
}

.landing-concert .landing-content .main-content .media-partner .top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .landing-concert .landing-content .main-content .media-partner .top-logo {
    gap: 3rem;
  }
}

.landing-concert .landing-content .main-content .media-partner .bottom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem;
}

@media (max-width: 768px) {
  .landing-concert .landing-content .main-content .media-partner .bottom-logo {
    gap: 3rem;
  }
}

.landing-concert .landing-content .main-content .media-partner .logo-parter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  gap: 15px;
}

.landing-concert .landing-content .main-content .media-partner .logo-parter p {
  font-size: 18px;
  color: #f9efd6;
  margin-bottom: 0;
  text-wrap: nowrap;
}

.landing-concert .landing-content .main-content .media-partner .logo-parter img {
  height: 70px;
  width: auto;
}

@media (max-width: 768px) {
  .landing-concert .landing-content .main-content .media-partner .logo-parter img {
    height: 60px;
  }
}

.landing-concert .landing-content .main-content .copyright {
  text-align: center;
  color: #f9efd6;
  font-size: 14px;
  margin-top: 5rem;
  margin-bottom: 0;
}

.policy-page {
  font-family: 'Lexend' !important;
  position: relative;
  padding-top: 5rem;
  background-color: #cfccbd;
  min-height: 100vh;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .policy-page {
    padding-top: 5rem;
  }
}

@media (max-width: 575px) {
  .policy-page {
    padding-top: 10rem;
  }
}

.policy-page .shape-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 10rem;
}

@media (max-width: 768px) {
  .policy-page .shape-fixed {
    max-width: 10rem;
  }
}

@media (max-width: 575px) {
  .policy-page .shape-fixed {
    max-width: 10rem;
  }
}

.policy-page .content-main h1 {
  color: #292b1e;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

@media (max-width: 575px) {
  .policy-page .content-main h1 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .policy-page .content-main h1 {
    font-size: 1.25rem;
  }
}

.policy-page .content-main .list {
  list-style: none;
  padding-left: 0;
}

.policy-page .content-main .list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  color: #292b1e;
}

.policy-page .content-main .list li a {
  text-decoration: none;
  color: #292b1e;
}

.policy-page .content-main .list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 176, 27)' d='M0.978,0.966 L0.978,21.951 L26.958,0.966 L0.978,0.966 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.policy-page .content-main .list li .list-sub {
  padding-left: 7px;
  list-style: none;
}

.policy-page .content-main .list li .list-sub li {
  margin-bottom: 0;
}

.policy-page .content-main .list li .list-sub li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(66, 89, 47)' d='M0.134,0.965 L0.134,16.208 L19.013,0.965 L0.134,0.965 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.policy-page .content-main .list li .list-sub .list-sub-child {
  list-style: none;
  padding-left: 7px;
}

.policy-page .content-main .list li .list-sub .list-sub-child li {
  margin-bottom: 0;
}

.policy-page .content-main .list li .list-sub .list-sub-child li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(40, 42, 29)' d='M0.134,0.965 L0.134,16.208 L19.013,0.965 L0.134,0.965 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.policy-page .copyright {
  text-align: center;
  color: #292b1e;
  font-size: 14px;
  margin-top: 5rem;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */