:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Meiryo UI", "Yu Gothic", Arial, sans-serif;
}

.project {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Meiryo UI", "Yu Gothic", Arial, sans-serif;
  background-color: #000;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/page-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0px 0px 50px 0;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project {
    background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/page-bg-3.webp);
  }
}
.project button,
.project a,
.project input,
.project textarea,
.project select {
  font-family: inherit;
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.project .msi__container {
  padding: 0 25px;
}
.project .page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
  font-size: 0;
  font-weight: inherit;
  line-height: 0;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 79, 216, 0.5));
          filter: drop-shadow(0 0 10px rgba(255, 79, 216, 0.5));
}
.project .page__title-box {
  padding: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2eeaff), color-stop(55%, #a855f7), to(#ff4fd8));
  background: linear-gradient(90deg, #2eeaff 0%, #a855f7 55%, #ff4fd8 100%);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
}
.project .page__title-txt {
  display: block;
  padding: 10px 44px;
  min-width: 180px;
  text-align: center;
  color: #fff;
  font-size: clamp(15px, 3.8vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  background: rgba(8, 6, 18, 0.9);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
}
@media (min-width: 996px) {
  .project .page__title-txt {
    min-width: 220px;
    font-size: 36px;
  }
}
.project .page__title--sm {
  margin: 0 0 8px;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 79, 216, 0.45));
          filter: drop-shadow(0 0 6px rgba(255, 79, 216, 0.45));
}
.project .page__title--sm .page__title-txt {
  padding: 6px 28px;
  min-width: 100px;
  font-size: clamp(13px, 3.2vw, 20px);
}
@media (min-width: 996px) {
  .project .page__title--sm .page__title-txt {
    min-width: 120px;
    font-size: 20px;
  }
}
.project .bg {
  background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/page-bg-2.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project .bg {
    background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/page-bg-2.webp);
  }
}
.project .kv {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/kv-bg-new.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project .kv {
    background-image: url(https://storage-asset.msi.com/event/2026/jp/jp-mnt-review-2026/images/kv-bg-new.webp);
  }
}
.project .kv__inner {
  display: grid;
  padding: 0px 0 50px 0;
  grid-template-columns: 1fr;
}
.project .kv__inner--left {
  mix-blend-mode: screen;
}
.project .period {
  padding: 50px 0px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.project .period__inner {
  margin: 0 auto;
}
.project .period__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px 6px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.project .period__date-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.project .period__date-y {
  font-size: clamp(16px, 4.8vw, 36px);
}
.project .period__date-md {
  font-size: clamp(24px, 5.8vw, 56px);
  letter-spacing: 0.02em;
}
.project .period__date-w {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-negative: 0;
      flex-shrink: 0;
  width: clamp(26px, 7vw, 52px);
  height: clamp(26px, 7vw, 52px);
  margin-left: clamp(4px, 1.5vw, 8px);
  border-radius: 50%;
  background: #fff;
  color: #2364c2;
  font-size: clamp(14px, 4.8vw, 26px);
  font-weight: 900;
  line-height: 1;
}
.project .period__date-sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(14px, 3.5vw, 40px);
  font-weight: 400;
  opacity: 0.9;
  padding: 0 2px;
}
.project .products {
  padding: 50px 0px 0;
}
.project .products__inner {
  margin: 0 auto;
}
.project .products__box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(126, 232, 255, 0.5);
  backdrop-filter: blur(5px);
}
.project .products__series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 0;
  position: relative;
  padding: 28px 16px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(120deg, #ad6de4 0%, #5375db 48%, #0e72c6 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0px 0 50px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0px 0 50px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.project .products__series::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
          box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
  pointer-events: none;
}
.project .products__series::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 90% at 0% 50%, rgba(121, 36, 196, 0.25) 0%, transparent 65%), radial-gradient(ellipse 70% 90% at 100% 50%, rgba(8, 50, 138, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.project .products__series-item {
  position: relative;
  z-index: 1;
  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-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 360px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 16px;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.project .products__series-item.is-active {
  opacity: 1;
}
.project .products__series-item.is-active[data-series=mpg] .products__series-img {
  outline-color: #ff0084;
}
.project .products__series-item.is-active[data-series=mag] .products__series-img {
  outline-color: #e6ff00;
}
.project .products__series-item:hover {
  opacity: 0.85;
}
.project .products__series-item.is-active:hover {
  opacity: 1;
}
.project .products__series-label {
  display: block;
  width: 88%;
  max-width: 260px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: clamp(13px, 3.2vw, 18px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.35), inset 0 -1px 2px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.35), inset 0 -1px 2px rgba(255, 255, 255, 0.25);
}
.project .products__series-label--mpg {
  background: -webkit-gradient(linear, left top, right top, from(#ff0084), to(#e60039));
  background: linear-gradient(to right, #ff0084 0%, #e60039 100%);
  color: #fff;
}
.project .products__series-label--mag {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ccff00));
  background: linear-gradient(to right, #ffff00 0%, #ccff00 100%);
  color: #000;
}
.project .products__series-img {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  outline: 6px solid rgba(255, 255, 255, 0.5);
  outline-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: outline-color 0.25s;
  transition: outline-color 0.25s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.project .products__series-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.project .products__panel {
  display: none;
  padding: 25px;
}
.project .products__panel.is-active {
  display: block;
}
.project .products__panel[data-series=mpg] .page__title-box {
  background: #ff0084;
}
.project .products__panel[data-series=mpg] .page__title--sm {
  -webkit-filter: drop-shadow(0 0 6px rgba(192, 28, 103, 0.45));
          filter: drop-shadow(0 0 6px rgba(192, 28, 103, 0.45));
}
.project .products__panel[data-series=mag] .page__title-box {
  background: #e6ff00;
}
.project .products__panel[data-series=mag] .page__title--sm {
  -webkit-filter: drop-shadow(0 0 6px rgba(230, 255, 0, 0.35));
          filter: drop-shadow(0 0 6px rgba(230, 255, 0, 0.35));
}
.project .products__group {
  margin-bottom: 25px;
  text-align: center;
}
.project .products__group:last-child {
  margin-bottom: 0;
}
.project .products__models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project .products__model {
  display: block;
  padding: 6px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#e1d5f5), to(#b9e2fa));
  background: linear-gradient(to right, #e1d5f5 0%, #b9e2fa 100%);
  color: #0a0814;
  font-size: clamp(8px, 2vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  min-width: 140px;
}
.project .products__model:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.project .products__model:focus-visible {
  outline: 2px solid #2364c2;
  outline-offset: 2px;
}
.project .prize {
  padding: 50px 0px 0;
}
.project .prize__inner {
  margin: 0 auto;
}
.project .prize__card {
  position: relative;
  padding: 36px 16px 24px;
  border-radius: 16px;
  border: 1px solid rgba(126, 232, 255, 0.45);
  background: linear-gradient(120deg, #ad6de4 0%, #5375db 48%, #0e72c6 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0px 0 50px 0px rgba(0, 0, 0, 0.5), 0 0 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0px 0 50px 0px rgba(0, 0, 0, 0.5), 0 0 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(126, 232, 255, 0.5);
  overflow: hidden;
}
.project .prize__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
          box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
  pointer-events: none;
}
.project .prize__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 90% at 0% 50%, rgba(121, 36, 196, 0.25) 0%, transparent 65%), radial-gradient(ellipse 70% 90% at 100% 50%, rgba(8, 50, 138, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.project .prize__lead {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 5px 8px #2336b2;
}
.project .prize__lead-line {
  margin: 0;
  font-size: clamp(28px, 6.5vw, 50px);
}
.project .prize__lead-main {
  margin: 4px 0;
  font-size: clamp(28px, 6.5vw, 50px);
}
.project .prize__lead-big {
  margin: 0;
  font-size: clamp(34px, 8.5vw, 64px);
}
.project .prize__amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffe600;
  font-size: clamp(34px, 8.5vw, 64px);
  line-height: 1;
  position: relative;
}
.project .prize__amount-digit, .project .prize__amount-unit {
  position: relative;
  display: inline-block;
  padding-top: 0.45em;
}
.project .prize__amount-digit::before, .project .prize__amount-unit::before {
  content: ".";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  top: -40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project .prize__figure {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  outline: 6px solid rgba(255, 255, 255, 0.5);
}
.project .prize__figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.project .prize__note {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.project .prize__note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(12px, 2.4vw, 14px);
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
.project .apply {
  padding: 50px 0px 0;
}
.project .apply__inner {
  margin: 0 auto;
}
.project .apply__card {
  position: relative;
  padding: 36px 16px 24px;
  border-radius: 16px;
  border: 1px solid rgba(126, 232, 255, 0.5);
  background: linear-gradient(120deg, #ad6de4 0%, #5375db 48%, #0e72c6 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.project .apply__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
          box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
  pointer-events: none;
}
.project .apply__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 90% at 0% 50%, rgba(121, 36, 196, 0.25) 0%, transparent 65%), radial-gradient(ellipse 70% 90% at 100% 50%, rgba(8, 50, 138, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.project .apply__steps {
  position: relative;
  z-index: 1;
  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;
  gap: 16px;
  margin-bottom: 20px;
}
.project .apply__step {
  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;
  width: 100%;
}
.project .apply__step-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 12px;
  color: #0a0814;
  font-size: clamp(14px, 3.2vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}
.project .apply__step-icon {
  display: block;
  width: clamp(160px, 28vw, 200px);
  margin: auto auto 0;
}
.project .apply__step-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 10px;
  padding: 6px 20px;
  border-radius: 8px;
  background: #ff6fe9;
  color: #fff;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.project .apply__step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  width: 100%;
  padding: 16px 12px 12px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  outline: 6px solid rgba(255, 255, 255, 0.5);
}
.project .apply a.apply__step-box {
  -webkit-transition: outline 0.2s;
  transition: outline 0.2s;
}
.project .apply a.apply__step-box:hover {
  outline: 8px solid #ff6fe9;
}
.project .apply__step-linkwrap {
  display: none;
  text-align: center;
  padding: 0px 0 20px;
}
.project .apply__step-link {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(13px, 3.2vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.project .apply__step-link:hover {
  opacity: 0.85;
}
.project .apply__step > .apply__step-link {
  display: block;
}
.project .apply__arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.project .apply__notes {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project .apply__notes li {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(10px, 2.4vw, 12px);
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
.project .apply__notes li:last-child {
  margin-bottom: 0;
}
.project .apply__cta-wrap {
  margin: 24px 0 0;
  text-align: center;
}
.project .apply__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: min(100%, 520px);
  padding: 14px 28px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#2eeaff), color-stop(55%, #a855f7), to(#ff4fd8));
  background: linear-gradient(to right, #2eeaff 0%, #a855f7 55%, #ff4fd8 100%);
  color: #fff;
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px rgba(46, 234, 255, 0.45), 0 0 32px rgba(255, 79, 216, 0.35);
          box-shadow: 0 0 20px rgba(46, 234, 255, 0.45), 0 0 32px rgba(255, 79, 216, 0.35);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.project .apply__cta:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.project .apply__cta-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.project .review {
  padding: 50px 0 0;
}
.project .review__inner {
  margin: 0 auto;
}
.project .review__card {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(126, 232, 255, 0.5);
  background: linear-gradient(120deg, #ad6de4 0%, #5375db 48%, #0e72c6 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.project .review__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
          box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
  pointer-events: none;
  z-index: 1;
}
.project .review__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 90% at 0% 50%, rgba(121, 36, 196, 0.25) 0%, transparent 65%), radial-gradient(ellipse 70% 90% at 100% 50%, rgba(8, 50, 138, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.project .review__body {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  z-index: 2;
  outline: 6px solid rgba(255, 255, 255, 0.5);
}
.project .review__item {
  margin-bottom: 20px;
}
.project .review__item:last-child {
  margin-bottom: 0;
}
.project .review__topic {
  margin: 0 0 8px;
  color: #2364c2;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}
.project .review__example {
  margin: 0;
  padding: 12px 14px;
  background: #eceff4;
  color: #1a1a1a;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 400;
  line-height: 1.6;
}
.project .wtb {
  padding: 50px 0 0;
}
.project .wtb__inner {
  margin: 0 auto;
}
.project .wtb__card {
  position: relative;
  width: 100%;
  padding: 36px 16px 24px;
  border-radius: 16px;
  border: 1px solid rgba(126, 232, 255, 0.5);
  background: linear-gradient(120deg, #ad6de4 0%, #5375db 48%, #0e72c6 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 90px 0 100px -30px rgba(121, 36, 196, 0.75), inset 0 0 50px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.project .wtb__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
          box-shadow: inset -90px 0 100px -30px rgba(8, 50, 138, 0.55);
  pointer-events: none;
  z-index: 1;
}
.project .wtb__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 90% at 0% 50%, rgba(121, 36, 196, 0.25) 0%, transparent 65%), radial-gradient(ellipse 70% 90% at 100% 50%, rgba(8, 50, 138, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.project .wtb__text {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  color: #fff;
  text-align: left;
}
.project .wtb__text p {
  margin: 0 0 16px;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}
.project .wtb__text p:last-child {
  margin-bottom: 0;
}
.project .wtb__text p b {
  font-weight: 700;
}
.project .wtb__widget {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  outline: 6px solid rgba(255, 255, 255, 0.5);
}
.project .wtb__box {
  color: #222;
}
.project .wtb__note {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(11px, 2.4vw, 13px);
  line-height: 1.6;
}
.project .terms {
  width: 100%;
  height: 100%;
  background: rgba(24, 28, 83, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  color: #333;
  backdrop-filter: blur(10px);
}
.project .terms__heading {
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2eeaff), color-stop(55%, #a855f7), to(#ff4fd8));
  background: linear-gradient(to right, #2eeaff 0%, #a855f7 55%, #ff4fd8 100%);
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: sticky;
  padding: 12px 0;
  top: 0;
  color: #fff;
}
.project .terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.project .terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.project .terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.project .terms__area::-webkit-scrollbar-track {
  background-color: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.project .terms__area li {
  margin-bottom: 15px;
}
.project .terms__area ul {
  list-style: disc;
  margin: 12px 0 12px 1.2em;
}
.project .terms__area ul li {
  list-style: disc;
  margin: 8px 0;
}
.project .terms__area ul ul {
  list-style: circle;
  margin: 8px 0 8px 1.2em;
}
.project .terms__area ol {
  list-style: decimal;
  margin: 12px 0 12px 1.2em;
}
.project .terms__area ol li {
  list-style: decimal;
  margin: 8px 0;
}
.project .terms__content {
  text-align: left;
  font-size: clamp(13px, 3.2vw, 16px);
  line-height: 1.6;
  padding: 20px 50px 70px;
}
.project .terms__title {
  margin: 24px 0 12px;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}
.project .terms__title span {
  text-decoration: none;
}
.project .terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.project .terms__area-subtitle {
  font-size: var(--title-lg);
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.project .terms__dashLi li {
  list-style: disc !important;
  margin: 20px 0 10px 18px;
}
.project .terms__numLi li {
  list-style: lower-alpha !important;
  margin: 20px 0 10px 18px;
}
.project .terms a {
  color: #2e85f4;
}
.project .terms a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.project .terms p {
  line-height: 1.5;
  text-align: left;
}
.project .terms p span {
  text-decoration: underline;
}
.project .popup-close {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 36px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #fff;
}
.project .popup-close::after, .project .popup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  height: 4px;
  width: 20px;
  border-radius: 30px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project .popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #fff;
  text-decoration: none;
  border-color: #fff;
}
.project .popup-close:hover::after, .project .popup-close:hover::before {
  background: #ff4fd8;
}
@media (min-width: 996px) {
  .project .kv__inner {
    padding: 80px 25px 100px;
    max-width: 1600px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
  .project .period {
    padding: 70px 0;
  }
  .project .period__date {
    gap: 12px 20px;
  }
  .project .products {
    padding: 0px 0 70px 0;
  }
  .project .products__series {
    gap: 24px 32px;
  }
  .project .products__series-label {
    max-width: 360px;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 16px;
  }
  .project .products__series-img {
    outline-width: 8px;
    border-radius: 24px;
  }
  .project .products__series-item {
    gap: 20px;
  }
  .project .products__model {
    font-size: 16px;
    padding: 8px 14px;
    min-width: 230px;
  }
  .project .products__panel {
    padding: 35px 25px;
  }
  .project .prize {
    padding: 0px 0 70px 0;
  }
  .project .prize__card {
    padding: 48px 32px 28px;
  }
  .project .prize__lead-line {
    font-size: 48px;
  }
  .project .prize__lead-main {
    font-size: 48px;
  }
  .project .prize__lead-big {
    font-size: 64px;
  }
  .project .prize__amount {
    font-size: 64px;
  }
  .project .prize__figure {
    border-radius: 16px;
    outline: 8px solid rgba(255, 255, 255, 0.5);
  }
  .project .prize__figure img {
    width: 75%;
  }
  .project .prize__lead-big {
    margin: 0;
    font-size: 64px;
  }
  .project .apply {
    padding: 0px 0 70px 0;
  }
  .project .apply__card {
    padding: 40px 32px 28px;
  }
  .project .apply__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .project .apply__step {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .project .apply__step > .apply__step-link {
    display: none;
  }
  .project .apply__step-linkwrap {
    display: block;
  }
  .project .apply__step-linkwrap .apply__step-link {
    display: block;
  }
  .project .apply__step-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 16px 16px;
    border-radius: 16px;
    outline: 8px solid rgba(255, 255, 255, 0.5);
  }
  .project .apply__step-text {
    font-size: 18px;
  }
  .project .apply__arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 5%;
    -webkit-transform: none;
            transform: none;
  }
  .project .apply__notes li {
    font-size: 12px;
  }
  .project .apply__cta {
    min-width: 520px;
    padding: 16px 40px;
    font-size: 20px;
  }
  .project .review {
    padding: 0px 0 70px 0;
  }
  .project .review__body {
    padding: 32px 28px;
    outline: 8px solid rgba(255, 255, 255, 0.5);
  }
  .project .review__card {
    padding: 25px;
  }
  .project .review__item {
    margin-bottom: 24px;
  }
  .project .review__topic {
    font-size: 18px;
  }
  .project .review__example {
    padding: 14px 18px;
    font-size: 16px;
  }
  .project .wtb {
    padding: 50px 0 70px;
  }
  .project .wtb__card {
    padding: 40px 32px 28px;
  }
  .project .wtb__text p {
    font-size: 16px;
  }
  .project .wtb__widget {
    padding: 20px;
    border-radius: 16px;
    outline: 8px solid rgba(255, 255, 255, 0.5);
  }
  .project .wtb__note {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */