:root {
  --coral-red: #ff6c71;
  --gold: #faab80;
  --red: #ab2328;
  --white: white;
  --go: ;
  --purple: #b478dc;
  --light-purple: #d8d8d8;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section_hero {
  aspect-ratio: 16 / 9;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.d-hero-bg {
  z-index: 5;
  background-image: linear-gradient(#ff6c7100 90%, #ff6c71);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.d-flower-group-move {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.body {
  background-color: var(--coral-red);
}

.d-phoenix {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.d-hero-title {
  flex-flow: row;
  order: -9999;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.d-bird-group {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.svg-title {
  z-index: 4;
  order: -9999;
  max-width: none;
  max-height: 10%;
  margin: 17% 10% auto;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.line {
  background-color: #fff;
  border: .5px solid #fff;
  width: 100%;
  max-width: none;
  height: 1px;
  transform: rotate(0);
}

.d-table-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
  position: relative;
}

.text-main {
  aspect-ratio: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
  position: static;
}

.text-main.is-fix-h {
  min-height: 72px;
}

.text-main.is-fix-h-tc-sc {
  min-height: 48px;
}

.d-table {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.event-table_label {
  text-align: left;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.event-table_cell-text {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.container-large {
  z-index: 6;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: none;
  display: flex;
  position: relative;
}

.container-large.terms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-section {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.heading-section.text-link {
  color: #fff;
  text-decoration: none;
}

.heading-section.is-hide {
  opacity: 0;
}

.heading-section.is-hide.is-smaller {
  margin-bottom: -16px;
  font-size: 16px;
  line-height: 24px;
}

.heading-section.is-gold {
  color: var(--gold);
}

.d-red-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
  position: relative;
}

.circle_text {
  color: var(--gold);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  position: absolute;
}

.table1_entry {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  grid-template: ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . Area Area-2"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.table_entry-title {
  grid-row-gap: 0px;
  background-color: var(--red);
  -webkit-text-stroke-color: var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20% 10%;
  display: flex;
}

.table_entry-desc {
  background-color: var(--gold);
  -webkit-text-stroke-color: var(--red);
  justify-content: center;
  align-items: center;
  padding: 20% 10%;
  display: flex;
}

.pomo-table_item {
  color: var(--gold);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.pomo-table_item.text-color-red {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.pomo-table_item.is-blod {
  height: auto;
  margin-bottom: 0;
  font-weight: 600;
}

.pomo-table_item.is-blod.is-small-size {
  height: auto;
  margin-bottom: 0;
  font-size: 12px;
}

.pomo-table_item.is-blod.is-height-auto {
  height: auto;
  margin-bottom: 0;
}

.tnc_list-item {
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 300;
  list-style-type: decimal;
}

.tnc_list-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  list-style-type: decimal;
  display: flex;
}

.bg_check-point {
  color: var(--gold);
  background-image: url('../images/checkpoint-b.svg');
  background-position: 0 0;
  background-size: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.circle_group {
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: -35px;
  display: flex;
}

.container-small-check-point {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 0%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.container-small-check-point.tc-sc {
  width: 40%;
}

.container-small-check-point.image {
  aspect-ratio: 1;
}

.container-small-check-point.is-space {
  padding-bottom: 2%;
}

.section_performance {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.svg-artist {
  z-index: 0;
  width: 25%;
  max-width: none;
  margin-left: -2%;
  display: block;
  position: relative;
}

.svg-pinwheel {
  max-width: 20%;
  margin-right: 2%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider {
  z-index: 10;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -100px;
  margin-bottom: -80px;
  display: flex;
  overflow: visible;
}

.mask, .slide {
  width: 100%;
  overflow: visible;
}

.right-arrow {
  z-index: 99;
  transform-style: preserve-3d;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7%;
  padding-top: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.left-arrow {
  z-index: 99;
  flex: 0 auto;
  order: -9999;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 7%;
  padding-top: 0%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.left-arrow-button {
  border: 2px solid var(--gold);
  background-color: var(--red);
  cursor: pointer;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: static;
  transform: rotate(0);
}

.circle_holder {
  border: 2px solid #faab80;
  border-radius: 500px;
  width: 70px;
  height: 70px;
}

.text-hashtag {
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  display: block;
}

.svg-arrow {
  display: block;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: relative;
}

.text-color-red {
  color: var(--red);
}

.tnc_paragraph {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.tnc_paragraph.is-right {
  text-align: left;
}

.text_group {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.content-stack {
  background-color: var(--coral-red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.section_full-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -.5px;
  display: flex;
  position: relative;
}

.img {
  z-index: 2;
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  overflow: visible;
}

.img_main {
  width: 60%;
}

.img_gift-main {
  width: 70%;
}

.section_redemption {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(180deg, var(--coral-red), var(--red));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section_about-artist {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
  position: relative;
}

.section_about-artist.tc-sc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 5%;
  position: relative;
  overflow: visible;
}

.section_check-point {
  width: auto;
  max-width: 1382px;
  position: static;
}

.image-full-desktop {
  width: 100%;
}

.image-full-mobile {
  display: none;
}

.image-full-desktop-reflect-h {
  transform-style: preserve-3d;
  width: 100%;
  margin-top: -1px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-full-desktop-reflect-h-mobile {
  transform-style: preserve-3d;
  margin-top: -1px;
  display: none;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.flower-a {
  position: relative;
  inset: 3% 0% 0% -38%;
}

.flower-b {
  position: relative;
  inset: 37% 0% 0% 36%;
}

.d-flower-a, .d-flower-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flower_bottom-left {
  width: 18%;
  max-width: 100%;
  margin-bottom: -6px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flower_bottom-right {
  width: 18%;
  max-width: 100%;
  margin-bottom: -6px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.d-performance-r {
  transform-style: preserve-3d;
  max-width: none;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.full.align-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-bottom: 140px;
  padding-bottom: 0;
  position: relative;
}

.d-performance-c {
  background-image: url('../images/dance-c.svg');
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.d-performance-l {
  height: 100%;
}

.d-content {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  max-width: none;
  height: auto;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.d-content.text-color-white {
  color: #fff;
}

.d-performance-l-mobile {
  height: 100%;
  display: none;
}

.d-performance-r-mobile {
  transform-style: preserve-3d;
  max-width: none;
  height: 100%;
  display: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.nav {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(180deg, var(--coral-red), #ff6c7100);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.lang_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.menu_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav_brand {
  width: 100%;
}

.section_menu {
  z-index: 50;
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.menu_close-line {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.d-line-rotation-r {
  background-color: #fff;
  border: .5px solid #fff;
  width: 100%;
  max-width: none;
  height: 1px;
  transform: rotate(45deg);
}

.line-rotaion {
  background-color: #fff;
  border: .5px solid #fff;
  width: 100%;
  max-width: none;
  height: 1px;
  transform: rotate(-45deg);
}

.menu_button_close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.menu---close-open {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.when-not-sc-page {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.when-not-sc-page.w--current {
  display: none;
}

.when-not-tc-page {
  color: #fff;
  text-decoration: none;
  display: block;
}

.when-not-tc-page.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.when-en-page {
  color: #fff;
  text-decoration: none;
  display: none;
}

.when-en-page.w--current {
  display: none;
}

.body-2 {
  background-color: var(--coral-red);
}

.section_information {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.info_group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.performance_group {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 638px;
  display: flex;
  position: relative;
}

.content-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.when-not-en-page {
  color: #fff;
  text-decoration: none;
  display: block;
}

.when-not-en-page.w--current {
  display: none;
}

.check-point-bird-a {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.checkpoint-bird-a {
  max-width: 100px;
  display: block;
  position: absolute;
  inset: 155% auto auto 13%;
  transform: rotate(-110deg);
}

.check-point-bird-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.checkpoint-bird-b {
  max-width: 200px;
  display: flex;
  position: absolute;
  inset: auto 9% 78% auto;
}

.json-phoenix {
  width: auto;
  max-width: none;
  height: 100%;
  margin-bottom: 115px;
  margin-left: 16%;
  display: block;
  position: absolute;
  inset: auto auto auto 0%;
  overflow: visible;
}

.d-pinwheel {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  max-width: none;
  margin-right: 2%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.d-pinwheel-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 63%;
  display: flex;
  position: relative;
}

.d-pinwheel-b {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 37%;
  display: flex;
  position: relative;
}

.d-pinwheel-a-flower {
  width: 100%;
  max-width: none;
  margin-bottom: 192px;
  position: absolute;
  inset: 0% 0% auto;
}

.d-pinwheel-b-line {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.d-pinwheel-a-line {
  width: 100%;
  max-width: none;
  height: auto;
}

.d-pinwheel-b-flower {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-bottom: 159px;
  position: absolute;
  inset: 0% 0% auto;
}

.lottie-animation {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -38px;
  padding-bottom: 0;
  display: block;
  transform: rotate(37deg);
}

.lottie-animation-2 {
  margin-bottom: 69px;
  transform: rotate(26deg);
}

.lottie-animation-3 {
  width: 6%;
  position: absolute;
  top: 10%;
  left: 8%;
  transform: rotate(126deg);
}

.svg-brid-group-copy {
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.lottie-animation-4 {
  width: 8%;
  position: absolute;
  inset: -4% 0% 0% 52%;
  transform: rotate(-107deg);
}

.lottie-animation-5 {
  width: 8%;
  display: block;
  position: absolute;
  inset: auto 0% 43% 41%;
  transform: rotate(120deg);
}

.body-3 {
  background-color: var(--coral-red);
}

.when-tc-page.w--current, .when-sc-page.w--current {
  color: #fff;
  text-decoration: none;
  display: none;
}

.none {
  display: none;
}

.text-main-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
  position: static;
}

.floorter {
  width: 100%;
  position: relative;
}

.text-lead {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
  position: static;
}

.text-stay-tuned {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.stay_group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.svg-flower-group-2 {
  z-index: 1;
  min-width: 100%;
  max-width: none;
  margin-top: -9%;
  display: block;
  position: relative;
  bottom: 0;
  overflow: clip;
}

.div-block-47 {
  width: 10px;
  height: 30%;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  width: 138%;
  height: 70%;
  display: flex;
}

.text-group_subtitle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-link {
  color: #fff;
}

.tnc_title {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.d-table-title-content-align-l {
  background-color: var(--gold);
  -webkit-text-stroke-color: var(--red);
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  display: flex;
}

.table2_entry {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.img_qrcode {
  width: 55px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-50 {
  margin-top: -.5px;
}

.left-arrow-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-left: 15%;
  display: flex;
  position: static;
}

.container-small {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.container-small.sc, .container-small.tc {
  width: 41%;
}

.d-performance-c-mobile {
  background-image: url('../images/dance-c.svg');
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.bg_artist {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 458px;
  margin-top: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.d-artist {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.d-artist-r {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.d-pinwheel-b-line-copy {
  z-index: 0;
  transform-style: preserve-3d;
  width: 100%;
  max-width: none;
  margin-bottom: -100%;
  position: absolute;
  overflow: visible;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.d-table-title-content-align-l2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gold);
  -webkit-text-stroke-color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.bg_pattern {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.d-performance-c-mobile-2 {
  background-image: url('../images/dance-c.svg');
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.promo-table_detail {
  color: var(--red);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.promo-table_detail.is-blod {
  font-weight: 600;
}

.img-wrap_square {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.artist-left {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: relative;
}

.d-artist-l {
  width: 100%;
  position: relative;
}

.d-artist-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 1%;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.link {
  color: var(--white);
}

.text-span, .text-span-2, .text-span-3, .bold-text, .text-span-4, .bold-text-2 {
  text-decoration: underline;
}

.flower_bottom-right-copy {
  z-index: 99;
  max-width: none;
  margin-bottom: 31%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.flower_bottom-left-copy {
  z-index: 99;
  max-width: none;
  margin-bottom: 28%;
  display: block;
  position: absolute;
  inset: auto auto -1% 0%;
}

.div-block-51 {
  position: static;
  inset: auto 0% 0%;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.text-span-5 {
  font-weight: 500;
}

.text-span-6, .text-span-7 {
  font-weight: 600;
}

.tnc-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flower_bottom-left-2 {
  width: 18%;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flower_bottom-right-2 {
  width: 18%;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.app-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.img-google-play, .img-app-store {
  max-width: none;
  max-height: 100%;
}

.link-app-store, .link-google-play {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section_hero {
    aspect-ratio: 1;
  }

  .d-bird-group {
    justify-content: center;
    align-items: center;
  }

  .svg-title {
    margin-top: -9%;
    margin-bottom: 0;
  }

  .text-main.is-fix-h {
    min-height: 96px;
  }

  .text-main.is-fix-h-tc-sc {
    min-height: 48px;
  }

  .container-large {
    width: 95%;
  }

  .d-red-bg {
    aspect-ratio: auto;
    margin-bottom: 2%;
  }

  .pomo-table_item, .pomo-table_item.text-color-red {
    font-size: 14px;
  }

  .bg_check-point {
    background-color: var(--red);
    background-image: none;
  }

  .container-small-check-point {
    width: 60%;
  }

  .container-small-check-point.tc-sc {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .svg-artist {
    width: 70%;
    max-width: none;
  }

  .slider {
    flex-flow: wrap;
    margin-top: -50px;
    margin-bottom: 0;
  }

  .right-arrow {
    width: 50%;
    height: auto;
    margin-bottom: -80px;
    position: relative;
    inset: auto 0% 0%;
  }

  .left-arrow {
    order: 9999;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-bottom: -80px;
    position: relative;
    inset: auto 0% 0%;
  }

  .img._80 {
    width: 100%;
  }

  .img_main {
    width: 90%;
  }

  .img_gift-main {
    width: 70%;
  }

  .section_about-artist {
    margin-top: 83px;
  }

  .section_check-point {
    width: 100%;
  }

  .image-full-desktop {
    display: none;
  }

  .image-full-mobile {
    display: block;
  }

  .image-full-desktop-reflect-h {
    display: none;
  }

  .image-full-desktop-reflect-h-mobile {
    display: block;
  }

  .d-performance-r {
    display: none;
  }

  .full.align-top {
    margin-bottom: 0%;
    padding-bottom: 0;
  }

  .d-performance-c, .d-performance-l {
    display: none;
  }

  .d-content.text-color-white {
    width: 80%;
  }

  .d-performance-l-mobile, .d-performance-r-mobile {
    display: block;
  }

  .checkpoint-bird-a {
    margin-top: 23%;
    margin-left: 5%;
    inset: 0% auto auto 0%;
  }

  .checkpoint-bird-b {
    z-index: 1;
    max-width: 170px;
    margin-bottom: 0;
    margin-right: 0%;
    inset: auto 0% 72% auto;
  }

  .json-phoenix {
    width: 100%;
    margin-left: -13%;
  }

  .d-pinwheel {
    width: 60%;
  }

  .lottie-animation-3 {
    height: 25%;
    top: -90px;
    left: 5%;
  }

  .svg-brid-group-copy {
    width: 100%;
    height: 40%;
    margin-top: 0%;
  }

  .lottie-animation-4 {
    height: 25%;
    top: 172px;
    left: 62%;
  }

  .lottie-animation-5 {
    bottom: 22px;
    left: 52%;
  }

  .svg-flower-group-2 {
    margin-top: 11%;
  }

  .div-block-48 {
    width: 138%;
  }

  .arrow {
    position: relative;
    right: -15%;
  }

  .container-small {
    width: 65%;
  }

  .d-performance-c-mobile {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .bg_artist {
    margin-top: 1%;
    position: relative;
  }

  .bg_pattern {
    max-width: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .d-performance-c-mobile-2 {
    background-position: 50% 100%;
  }

  .img-wrap_square {
    aspect-ratio: 2;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .svg-title {
    margin-top: 4%;
  }

  .text-main {
    aspect-ratio: 4;
    width: 100%;
  }

  .text-main.mobile-l {
    width: 100%;
  }

  .text-main.is-fix-h {
    aspect-ratio: auto;
    min-height: 73px;
  }

  .text-main.is-fix-h-tc-sc {
    aspect-ratio: auto;
    min-height: 49px;
  }

  .heading-section.text-link {
    line-height: 48px;
  }

  .d-red-bg {
    margin-bottom: 2%;
  }

  .bg_check-point {
    padding-top: 0;
    padding-bottom: 0%;
  }

  .circle_group {
    margin-top: 0;
  }

  .container-small-check-point {
    width: 95%;
  }

  .container-small-check-point.tc-sc {
    width: 85%;
  }

  .svg-artist {
    width: 80%;
  }

  .slider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-arrow {
    order: 9999;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -1%;
    padding-top: 0%;
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: -1%;
    margin-right: 0;
  }

  .left-arrow-button, .circle_holder {
    width: 60px;
    height: 60px;
  }

  .img_main {
    width: 95%;
  }

  .img_gift-main {
    width: 70%;
  }

  .section_about-artist {
    justify-content: center;
    align-items: flex-start;
  }

  .d-flower-a, .d-flower-b {
    z-index: 0;
  }

  .d-performance-r, .d-performance-l {
    display: none;
  }

  .d-content.text-color-white {
    width: 95%;
  }

  .d-performance-l-mobile, .d-performance-r-mobile {
    display: block;
  }

  .section_menu {
    display: none;
  }

  .checkpoint-bird-a {
    width: 12%;
    max-width: none;
    margin-top: 5%;
    margin-bottom: 0;
    margin-left: 26%;
    inset: 36% auto auto 0%;
  }

  .checkpoint-bird-b {
    max-width: 140px;
    inset: -73% 0% auto auto;
  }

  .json-phoenix {
    aspect-ratio: 1;
    margin-bottom: 41px;
    margin-left: -12%;
  }

  .d-pinwheel {
    width: 60%;
  }

  .lottie-animation-3 {
    width: 10%;
    height: 30%;
    top: -85%;
    left: 3%;
  }

  .svg-brid-group-copy {
    height: 30%;
    margin-top: 13%;
  }

  .lottie-animation-4 {
    width: 12%;
    height: 35%;
    top: 116px;
    left: 71%;
  }

  .lottie-animation-5 {
    width: 12%;
    bottom: -50px;
    left: 56%;
  }

  .svg-flower-group-2 {
    margin-top: 11%;
  }

  .arrow {
    justify-content: flex-end;
    align-items: center;
    right: 2%;
  }

  .container-small, .container-small.sc, .container-small.tc {
    width: 95%;
  }

  .d-performance-c-mobile {
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: scroll;
  }

  .bg_artist {
    margin-top: 1%;
  }

  .d-performance-c-mobile-2 {
    background-color: #ff488e;
    background-image: none;
  }

  .img-wrap_square {
    width: 95%;
  }

  .app-group {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    aspect-ratio: 2 / 3;
    height: auto;
    overflow: clip;
  }

  .d-phoenix {
    justify-content: center;
    align-items: center;
    height: 100%;
    inset: 0%;
  }

  .d-hero-title {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .svg-title {
    width: 60%;
    margin-top: 0%;
    position: relative;
  }

  .text-main {
    aspect-ratio: auto;
    font-size: 14px;
  }

  .text-main.mobile-l {
    aspect-ratio: auto;
    width: auto;
  }

  .text-main.is-fix-h {
    min-height: 105px;
  }

  .text-main.is-fix-h-tc-sc {
    min-height: 64px;
  }

  .event-table_label, .event-table_cell-text {
    font-size: 14px;
  }

  .container-large {
    width: 95%;
  }

  .heading-section {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .d-red-bg {
    aspect-ratio: auto;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .circle_text {
    font-size: 16px;
  }

  .pomo-table_item {
    font-size: 9px;
    font-weight: 400;
    line-height: 110%;
  }

  .pomo-table_item.text-color-red, .pomo-table_item.is-blod.is-small-size {
    font-size: 9px;
  }

  .tnc_list-item {
    font-size: 12px;
  }

  .tnc_list-group {
    padding-left: 20px;
  }

  .bg_check-point {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .circle_group {
    margin-top: 0;
  }

  .container-small-check-point {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .container-small-check-point.tc-sc {
    width: 100%;
  }

  .svg-artist {
    width: 100%;
    height: auto;
    position: relative;
  }

  .slider {
    z-index: 0;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mask {
    width: 100%;
    position: static;
    overflow: visible;
  }

  .right-arrow {
    order: 9999;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .left-arrow {
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .left-arrow-button {
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }

  .circle_holder {
    border-width: 1px;
    width: 35px;
    height: 35px;
  }

  .text-hashtag {
    font-size: 16px;
  }

  .svg-arrow {
    max-width: 35%;
  }

  .slide-nav {
    flex-flow: row;
  }

  .tnc_paragraph {
    font-size: 12px;
  }

  .img._80 {
    width: 100%;
  }

  .img_main {
    width: 90%;
    position: relative;
  }

  .img_gift-main {
    width: 70%;
  }

  .section_redemption {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .section_about-artist {
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }

  .section_about-artist.tc-sc {
    flex-flow: column;
    margin-top: 0%;
  }

  .image-full-desktop {
    display: none;
  }

  .image-full-mobile {
    width: 100%;
    display: block;
  }

  .image-full-desktop-reflect-h {
    display: none;
    position: relative;
  }

  .image-full-desktop-reflect-h-mobile {
    width: 100%;
    display: block;
    position: relative;
  }

  .flower-a {
    max-width: 50%;
    top: 24%;
    left: -56%;
  }

  .flower-b {
    max-width: 50%;
    top: 48%;
  }

  .flower_bottom-left, .flower_bottom-right {
    width: 100%;
    max-width: 40%;
  }

  .d-performance-r {
    display: none;
  }

  .full {
    z-index: 5;
    padding-bottom: 40px;
  }

  .full.align-top {
    margin-top: 0;
    padding-top: 0;
  }

  .d-performance-c {
    background-image: url('../images/dance-c-mobile2.svg');
    display: none;
  }

  .d-performance-l {
    display: none;
  }

  .d-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 10%;
  }

  .d-content.text-color-white {
    width: 90%;
  }

  .d-performance-l-mobile {
    height: 100%;
    display: block;
  }

  .d-performance-r-mobile {
    display: block;
  }

  .nav {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .section_menu {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .section_information {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .performance_group {
    height: 380px;
  }

  .content-group {
    width: 100%;
  }

  .check-point-bird-a {
    display: flex;
  }

  .checkpoint-bird-a {
    max-width: 70px;
    margin-top: 12%;
    margin-left: 17%;
    position: absolute;
    inset: 7% 0% auto 4%;
  }

  .checkpoint-bird-b {
    max-width: 150px;
    margin-bottom: 0%;
    margin-right: 0%;
    inset: 0% 0% auto auto;
  }

  .json-phoenix {
    width: 90%;
    height: 90%;
    margin-bottom: 44%;
    margin-left: -10%;
  }

  .d-pinwheel {
    width: 70%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .lottie-animation-3 {
    height: 10%;
    inset: 41% 0% 0%;
  }

  .svg-brid-group-copy {
    width: 100%;
    height: 100%;
    margin-top: 0;
    inset: 0%;
  }

  .lottie-animation-4 {
    height: 10%;
    inset: 58% 0% 0% 75%;
  }

  .lottie-animation-5 {
    height: 10%;
    inset: 64% 0% 0% 58%;
  }

  .text-lead, .text-stay-tuned, .teaser-en {
    font-size: 16px;
  }

  .svg-flower-group-2 {
    margin-top: 3%;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    width: 260%;
  }

  .tnc_title {
    font-size: 12px;
  }

  .div-block-49 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .left-arrow-box {
    margin-left: 0;
  }

  .arrow {
    height: auto;
    margin-left: 0%;
    padding-right: 2%;
  }

  .container-small {
    width: 90%;
  }

  .d-performance-c-mobile {
    background-image: url('../images/dance-c-mobile2.svg');
    display: block;
  }

  .d-pinwheel-b-line-copy {
    margin-bottom: -100%;
  }

  .d-performance-c-mobile-2 {
    background-image: url('../images/dance-c-mobile2.svg');
    display: block;
  }

  .promo-table_detail {
    font-size: 9px;
    line-height: 12px;
  }

  .img-wrap_square {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .flower_bottom-right-copy, .flower_bottom-left-copy, .flower_bottom-left-2, .flower_bottom-right-2 {
    max-width: 40%;
  }

  .app-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 70%;
    height: auto;
  }

  .img-google-play {
    object-fit: contain;
    width: 100%;
  }

  .img-app-store, .link-google-play {
    width: 100%;
  }
}

#w-node-_4fa95867-43f9-85f4-f6c5-2b3e5594427e-32b90e96, #w-node-_4fa95867-43f9-85f4-f6c5-2b3e5594428d-32b90e96, #w-node-_4fa95867-43f9-85f4-f6c5-2b3e5594429c-32b90e96, #w-node-_4fa95867-43f9-85f4-f6c5-2b3e559442ab-32b90e96, #w-node-_9565e1ee-5090-376b-f1ed-4c50e8b979b9-32b90e96 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_1044275d-50b8-9c79-95d1-09fe262f582e-32b90e96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1044275d-50b8-9c79-95d1-09fe262f582a-32b90e96, #w-node-c946d842-544f-31a1-65f4-073eb02174af-32b90e96 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_58da0d2f-958e-8b48-d1ab-5f6ef4cfa0fd-32b90e96 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_58da0d2f-958e-8b48-d1ab-5f6ef4cfa107-32b90e96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_58da0d2f-958e-8b48-d1ab-5f6ef4cfa112-32b90e96, #w-node-_58da0d2f-958e-8b48-d1ab-5f6ef4cfa115-32b90e96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e301854b-7b46-6045-480f-1088fe99d3b8-32b90e96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cced0f16-876f-54a6-d371-4c386a1e34e7-6a1e34e5 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-cced0f16-876f-54a6-d371-4c386a1e34ea-6a1e34e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cced0f16-876f-54a6-d371-4c386a1e34ff-6a1e34e5, #w-node-b4e86d00-ebd9-7550-f4b0-10504e0513c5-5f22dd31, #w-node-b4e86d00-ebd9-7550-f4b0-10504e0513d4-5f22dd31, #w-node-b4e86d00-ebd9-7550-f4b0-10504e0513e3-5f22dd31, #w-node-b4e86d00-ebd9-7550-f4b0-10504e0513f2-5f22dd31, #w-node-b4e86d00-ebd9-7550-f4b0-10504e0513b2-5f22dd31 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-b4e86d00-ebd9-7550-f4b0-10504e051407-5f22dd31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e196feba-3a68-c0fa-70f2-952877b0cb79-5f22dd31, #w-node-e4f12965-6407-431e-1d22-d226e92f378d-5f22dd31 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-ee4bab53-8c73-1a6c-e133-f3f4be95a0fa-5f22dd31 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ee4bab53-8c73-1a6c-e133-f3f4be95a10a-5f22dd31 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ee4bab53-8c73-1a6c-e133-f3f4be95a115-5f22dd31, #w-node-ee4bab53-8c73-1a6c-e133-f3f4be95a118-5f22dd31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37e9455-8b9f-9349-5e6d-7c1fc4352099-5f22dd31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_391f6b4c-bb92-7ad9-481b-0297b3cfddb5-b3cfddb3 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_391f6b4c-bb92-7ad9-481b-0297b3cfddb8-b3cfddb3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_391f6b4c-bb92-7ad9-481b-0297b3cfddcd-b3cfddb3, #w-node-_25e3c5ae-04b8-e927-ae93-ad21ed21b2a1-7b35c516, #w-node-_25e3c5ae-04b8-e927-ae93-ad21ed21b2b0-7b35c516, #w-node-_25e3c5ae-04b8-e927-ae93-ad21ed21b2bf-7b35c516, #w-node-_44d086da-1325-2bb3-5903-06f1e4ba602c-7b35c516, #w-node-_14c6f2c9-eac4-da6c-6101-086ba4fdc20b-7b35c516 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_0d46cc7f-ac4b-7b63-bd3e-b948d604e2a4-7b35c516 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8fd70916-7ba1-b92f-6e03-efeb4bf1c358-7b35c516 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_8ea910c2-cb4d-04ea-9979-434c660c4b8f-7b35c516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43e08801-b103-282f-3b5f-426ce7a0597a-7b35c516 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_06e3a31a-987b-132e-f602-8dd58ddc5019-7b35c516 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e90a8730-fd03-24b6-2a0b-698d7226c1f9-7b35c516, #w-node-_71dbca3a-150e-e0a0-2de0-a9b48749b44c-7b35c516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ea910c2-cb4d-04ea-9979-434c660c4bde-7b35c516 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8ef01f6-20aa-58c4-5c73-5bba62bbd517-62bbd515 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-a8ef01f6-20aa-58c4-5c73-5bba62bbd51a-62bbd515 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a8ef01f6-20aa-58c4-5c73-5bba62bbd52f-62bbd515, #w-node-_005a66d7-07d4-74c5-7e96-60469dde88b4-7f828de9 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_005a66d7-07d4-74c5-7e96-60469dde88c1-7f828de9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e664dcf-ffd9-5333-ec79-0754d2af62be-bb3d827c {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-_4e664dcf-ffd9-5333-ec79-0754d2af62c5-bb3d827c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7b6c56a-58b9-5733-32a4-e832479289d2-62c0e670 {
  grid-area: 1 / 4 / 2 / 14;
  place-self: auto;
}

#w-node-e7b6c56a-58b9-5733-32a4-e832479289d8-62c0e670 {
  grid-area: 1 / 1 / 2 / 2;
}


