.themes-page {
  position: relative;
  overflow: clip;
}

.nav-link a {
  color: inherit;
}

.themes-glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.themes-glow--hero {
  top: 80px;
  left: 50%;
  width: min(1788px, 140%);
  height: 624px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 42% 55% at 18% 42%, rgba(64, 142, 223, 0.28), transparent 70%),
    radial-gradient(ellipse 38% 50% at 52% 38%, rgba(53, 166, 95, 0.22), transparent 72%),
    radial-gradient(ellipse 40% 52% at 82% 48%, rgba(243, 131, 27, 0.2), transparent 70%),
    radial-gradient(ellipse 30% 40% at 68% 70%, rgba(236, 83, 47, 0.12), transparent 70%);
  mask-image: linear-gradient(180deg, #000 35%, transparent 100%);
}

.themes-glow--submit {
  top: auto;
  bottom: 18%;
  left: 50%;
  width: min(1788px, 140%);
  height: 624px;
  transform: translateX(-50%) rotate(180deg);
  opacity: 0.28;
  background:
    radial-gradient(ellipse 42% 55% at 18% 42%, rgba(64, 142, 223, 0.28), transparent 70%),
    radial-gradient(ellipse 38% 50% at 52% 38%, rgba(53, 166, 95, 0.22), transparent 72%),
    radial-gradient(ellipse 40% 52% at 82% 48%, rgba(243, 131, 27, 0.2), transparent 70%);
  mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
}

.themes-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 20px;
}

.themes-hero {
  position: relative;
  padding: 72px 0 48px;
}

.themes-hero__wash {
  position: absolute;
  left: 50%;
  bottom: -36px;
  z-index: 0;
  width: min(1788px, 170%);
  height: 140px;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #0066ff 0%,
      #00b8c8 20%,
      #ffe08a 48%,
      #ff8a14 76%,
      #ec4a2a 100%
    );
  filter: blur(48px);
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 58%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 58%);
}

.themes-hero__title {
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
}

.themes-hero__lede {
  margin: 10px auto 0;
  max-width: 833px;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
}

.themes-hero__gear {
  position: absolute;
  top: 8px;
  right: max(-80px, calc(50% - 820px));
  width: min(430px, 42vw);
  height: auto;
  aspect-ratio: 430 / 453;
  pointer-events: none;
  z-index: 0;
}

.themes-hero__gear img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.themes-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 56px;
}

.themes-card,
.themes-specifics,
.themes-criterion {
  backdrop-filter: blur(29.6px);
  -webkit-backdrop-filter: blur(29.6px);
  border: 0.96px solid #666;
}

.themes-card {
  min-height: 291px;
  padding: 40px 32px 28px;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.71);
}

.themes-card h3 {
  margin: 0;
  max-width: 360px;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.43px;
  line-height: 1.44;
}

.themes-card p {
  margin: 24px 0 0;
  color: #888;
  font-size: 14px;
  line-height: 1.44;
}

.themes-heading {
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.themes-copy {
  color: #dedede;
  font-size: 18px;
  line-height: 1.44;
}

.themes-copy p {
  margin: 0;
}

.themes-copy__gap {
  margin-top: 1.4em;
}

.themes-rule {
  display: block;
  width: 186px;
  height: 4px;
  margin: 6px 0 6px;
  border-radius: 10.147px;
  background-image:
    linear-gradient(
      90deg,
      #061433 0%,
      #1a4fff 10%,
      #00c2d6 22%,
      #1ee0a0 34%,
      #3dcc54 46%,
      #c6e01a 58%,
      #f5d000 68%,
      #ff9a00 80%,
      #e85d00 90%,
      #c43a12 100%
    ),
    linear-gradient(6.7deg, rgb(66, 133, 244) 62.493%, rgb(8, 172, 96) 90.308%);
  background-size: 100% 100%;
}

.themes-rule--wide {
  width: 224px;
}

.themes-build {
  position: relative;
  overflow: visible;
  padding: 80px 0 40px;
}

.themes-build__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

.themes-build__intro {
  position: relative;
  z-index: 1;
}

.themes-build__intro .themes-copy {
  margin-top: 24px;
  max-width: 583px;
}

.themes-build__cta-slot {
  margin-top: 28px;
}

.themes-build__cta {
  height: 44px;
  width: 155px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.themes-build__art {
  display: none;
}

.themes-carousel-dots {
  display: none;
}

.themes-submit__laptop {
  display: none;
}

.themes-criterion__name {
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 1.44;
}

.themes-aside-title {
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 1.44;
}

.themes-aside-copy {
  margin: 0;
  color: #dedede;
  font-size: 16px;
  line-height: 1.44;
}

.themes-aside-list {
  margin: 12px 0 0;
  padding-left: 22px;
  color: #dedede;
  font-size: 16px;
  line-height: 1.44;
}

.themes-aside-list li + li {
  margin-top: 2px;
}

.themes-build__panel + .themes-build__panel {
  margin-top: 36px;
}

.themes-submit {
  position: relative;
  overflow: visible;
  padding: 72px 0 40px;
}

.themes-submit__title {
  text-align: center;
}

.themes-submit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 48px;
}

.themes-submit__lede {
  margin: 0 0 20px;
}

.themes-req {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dedede;
  font-size: 16px;
  line-height: 1.44;
}

.themes-req > li + li {
  margin-top: 22px;
}

.themes-req__title {
  font-family: Google_Sans_Bold, sans-serif;
  font-weight: 700;
}

.themes-req__title::before {
  content: "• ";
}

.themes-req ul {
  margin: 6px 0 0;
  padding-left: 28px;
}

.themes-req ul li + li {
  margin-top: 4px;
}

.themes-specifics {
  position: relative;
  overflow: visible;
  margin-top: 36px;
  padding: 56px 32px 36px;
  border-radius: 23px;
  background: rgba(23, 23, 23, 0.71);
}

.themes-specifics__laptop {
  position: absolute;
  right: 20px;
  bottom: 100%;
  top: auto;
  width: 112px;
  height: 84px;
  overflow: visible;
  pointer-events: none;
}

.themes-specifics__laptop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.themes-specifics h3 {
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 1.44;
}

.themes-specifics h4 {
  margin: 22px 0 8px;
  color: #dedede;
  font-family: Google_Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
}

.themes-specifics ul {
  margin: 0;
  padding-left: 21px;
  color: #dedede;
  font-size: 14px;
  line-height: 1.44;
}

.themes-specifics ul li + li {
  margin-top: 2px;
}

.themes-judge {
  position: relative;
  padding: 48px 0 96px;
}

.themes-judge__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: end;
}

.themes-judge__gavel {
  width: min(280px, 70vw);
  height: auto;
  aspect-ratio: 343 / 256;
  margin: 0 0 8px;
}

.themes-judge__gavel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.themes-judge__intro .themes-copy {
  margin-top: 16px;
  max-width: 520px;
}

.themes-judge__cta {
  margin-top: 28px;
  height: 56px;
  width: 200px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.themes-criteria {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.themes-criterion {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  min-height: 88px;
  padding: 0;
  border-radius: 23px;
  background: rgba(23, 23, 23, 0.71);
}

.themes-criterion__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 88px;
  padding: 22px 24px;
  color: inherit;
  text-align: left;
}

.themes-criterion__toggle:hover .themes-criterion__name,
.themes-criterion__toggle:hover .themes-criterion__pct {
  color: #fff;
}

.themes-criterion__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}

.themes-criterion__pct {
  flex-shrink: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.47px;
  line-height: 1.44;
}

.themes-criterion__chevron {
  display: none;
}

.themes-criterion__details {
  display: block;
  max-height: 0;
  margin: 0;
  padding: 0 24px 0 42px;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  transition:
    max-height 320ms ease,
    opacity 220ms ease,
    padding-bottom 320ms ease;
}

.themes-criterion.is-open .themes-criterion__details {
  max-height: 720px;
  padding-bottom: 22px;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .themes-criteria:hover .themes-criterion.is-open:not(:hover):not(:focus-within) .themes-criterion__details {
    max-height: 0;
    padding-bottom: 0;
    opacity: 0;
  }

  .themes-criterion:hover .themes-criterion__details,
  .themes-criterion:focus-within .themes-criterion__details {
    max-height: 720px;
    padding-bottom: 22px;
    opacity: 1;
  }
}

.themes-criterion__details li + li {
  margin-top: 12px;
}

.themes-criterion__details strong {
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .themes-wrap {
    padding: 0 32px;
  }

  .themes-criterion {
    min-height: 110px;
  }

  .themes-criterion__toggle {
    min-height: 110px;
    padding: 0 46px;
  }

  .themes-criterion__details {
    padding-left: 64px;
    padding-right: 46px;
    font-size: 15px;
    line-height: 1.5;
  }

  .themes-criterion.is-open .themes-criterion__details,
  .themes-criterion:hover .themes-criterion__details,
  .themes-criterion:focus-within .themes-criterion__details {
    padding-bottom: 28px;
  }

  .themes-criterion__name,
  .themes-criterion__pct {
    font-size: 20px;
  }

  .themes-specifics {
    padding: 48px 44px 40px;
  }

  .themes-specifics__laptop {
    right: 28px;
    bottom: 100%;
    top: auto;
    width: 129px;
    height: 97px;
  }
}

@media (min-width: 1024px) {
  .themes-hero__lede {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .themes-hero__gear {
    top: 0;
    right: -70px;
    width: min(280px, 24vw);
    height: auto;
  }

  .themes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .themes-card {
    padding: 43px 36px 32px;
  }
}

@media (min-width: 1100px) {
  .themes-wrap {
    padding: 0 40px;
  }

  .themes-hero {
    padding: 88px 0 24px;
  }

  .themes-hero__wash {
    height: 420px;
    filter: blur(64px);
  }

  .themes-hero__gear {
    right: -110px;
    width: min(320px, 22vw);
  }

  .themes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 88px;
  }

  .themes-build__grid {
    grid-template-columns: minmax(0, 583px) minmax(0, 683px);
    grid-template-areas:
      "intro aside"
      "cta aside";
    column-gap: 116px;
    row-gap: 0;
    align-items: start;
    justify-content: space-between;
  }

  .themes-build {
    overflow: hidden;
  }

  .themes-build__intro {
    grid-area: intro;
    position: static;
    padding-left: 0;
  }

  .themes-build__intro .themes-heading {
    font-size: 53.96px;
    letter-spacing: 0.5396px;
    line-height: normal;
    white-space: nowrap;
  }

  .themes-build__intro .themes-copy {
    margin-top: 23px;
    max-width: 583px;
    font-size: 18px;
    line-height: 1.44;
  }

  .themes-build__aside {
    grid-area: aside;
    padding-top: 6px;
  }

  .themes-build__cta-slot {
    grid-area: cta;
    align-self: start;
    position: relative;
    margin-top: 34px;
  }

  .themes-build__cta {
    width: 154.75px;
    height: 44.36px;
    margin-top: 0;
    font-size: 18.309px;
    letter-spacing: -0.3662px;
  }

  .themes-build__panel + .themes-build__panel {
    margin-top: 30px;
  }

  .themes-submit__grid,
  .themes-judge__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 80px;
    align-items: start;
  }

  .themes-build__art {
    display: block;
    position: absolute;
    left: -172px;
    bottom: -28px;
    width: 252px;
    height: 252px;
    overflow: hidden;
    transform: rotate(12.28deg);
    pointer-events: none;
    z-index: 0;
  }

  .themes-build__art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .themes-submit__title {
    text-align: center;
  }

  .themes-judge__gavel {
    width: 343px;
  }
}

@media (min-width: 1600px) {
  .themes-build__cta-slot {
    position: static;
  }
}

@media (min-width: 1100px) and (max-width: 1599.98px) {
  .themes-build__cta-slot {
    isolation: isolate;
    z-index: 1;
  }

  .themes-build__art {
    left: -56px;
    top: 50%;
    bottom: auto;
    z-index: -1;
    width: 160px;
    height: 160px;
    overflow: visible;
    transform: translateY(-42%) rotate(12.28deg);
  }

  .themes-build__art img {
    mix-blend-mode: normal;
  }

  .themes-build__cta {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}

@media (max-width: 1023.98px) {
  .themes-hero {
    padding: 48px 0 20px;
  }

  .themes-hero__wash {
    height: 110px;
    filter: blur(36px);
  }

  .themes-hero__title {
    font-size: 32px;
    letter-spacing: -0.96px;
    line-height: 0.939;
    text-align: left;
  }

  .themes-hero__lede {
    margin: 15px 0 0;
    max-width: min(420px, calc(100% - 168px));
    padding: 0;
    color: #848484;
    font-size: 10.467px;
    line-height: 1.35;
    text-align: left;
  }

  .themes-hero__gear {
    top: -12px;
    right: -39px;
    width: 132px;
    height: 139px;
    opacity: 1;
  }

  .themes-carousel {
    margin: 28px -26px 0;
    padding: 6px 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 26px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .themes-carousel::-webkit-scrollbar {
    display: none;
  }

  .themes-grid {
    display: flex;
    gap: 17px;
    width: max-content;
    margin-top: 0;
    padding: 0 26px;
  }

  .themes-card {
    flex: 0 0 322px;
    width: 322px;
    height: 250px;
    min-height: 250px;
    padding: 29px 21px 20px 26px;
    border-radius: 15.768px;
    border-width: 0.657px;
    scroll-snap-align: start;
    backdrop-filter: blur(20.2px);
    -webkit-backdrop-filter: blur(20.2px);
  }

  .themes-card h3 {
    max-width: 250px;
    font-size: 15.491px;
    letter-spacing: -0.333px;
  }

  .themes-card p {
    margin-top: 14px;
    font-size: 11.618px;
  }

  .themes-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.8px;
    margin-top: 10px;
  }

  .themes-carousel-dots button {
    width: 7.43px;
    height: 7.43px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    border: 0.62px solid #fff;
  }

  .themes-carousel-dots button.is-active {
    background: #fff;
    border-color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
  .themes-build {
    padding: 64px 0 36px;
  }

  .themes-build__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title art"
      "copy copy"
      "aside aside"
      "cta cta";
    column-gap: 24px;
    row-gap: 0;
    align-items: start;
  }

  .themes-build__intro,
  .themes-build__cta-slot {
    display: contents;
  }

  .themes-build__intro .themes-heading {
    grid-area: title;
    font-size: clamp(36px, 5vw, 44px);
    letter-spacing: -0.02em;
    line-height: 1.1;
    white-space: normal;
    padding-top: 8px;
  }

  .themes-build__art {
    display: block;
    position: relative;
    grid-area: art;
    left: auto;
    bottom: auto;
    width: 150px;
    height: 150px;
    margin: 0;
    overflow: visible;
    transform: rotate(7.28deg);
    pointer-events: none;
    z-index: 1;
  }

  .themes-build__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .themes-build__intro .themes-copy {
    grid-area: copy;
    margin-top: 20px;
    max-width: none;
    font-size: 16px;
    line-height: 1.44;
  }

  .themes-build__aside {
    grid-area: aside;
    padding-top: 40px;
  }

  .themes-build__cta {
    grid-area: cta;
  }

  .themes-build__panel + .themes-build__panel {
    margin-top: 28px;
  }

  .themes-aside-title {
    font-size: 20px;
  }

  .themes-aside-copy,
  .themes-aside-list {
    font-size: 15px;
  }

  .themes-build__cta-slot {
    margin-top: 0;
  }

  .themes-build__cta {
    width: 168px;
    height: 48px;
    margin-top: 0;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .themes-hero__title {
    text-align: center;
  }

  .themes-hero__lede {
    margin-left: auto;
    margin-right: auto;
    max-width: min(460px, calc(100% - 200px));
    font-size: 13px;
    text-align: center;
  }

  .themes-hero__gear {
    width: 120px;
    height: 126px;
    right: -28px;
  }

  .themes-carousel {
    margin-left: -32px;
    margin-right: -32px;
    scroll-padding-inline: 32px;
  }

  .themes-grid {
    padding: 0 32px;
  }
}

@media (max-width: 767.98px) {
  .themes-wrap {
    padding: 0 26px;
  }

  .themes-hero__lede {
    max-width: min(218px, calc(100% - 150px));
    text-align: left;
  }

  .themes-heading {
    font-size: 32px;
    letter-spacing: -0.96px;
    line-height: 0.939;
  }

  .themes-build {
    padding: 56px 0 24px;
  }

  .themes-build__grid {
    gap: 28px;
  }

  .themes-build__intro,
  .themes-build__cta-slot {
    display: contents;
  }

  .themes-build__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title art"
      "copy copy"
      "aside aside"
      "cta cta";
    column-gap: 8px;
    row-gap: 0;
    align-items: start;
  }

  .themes-build__intro .themes-heading {
    grid-area: title;
    min-width: 0;
    padding-top: 14px;
  }

  .themes-build__art {
    display: block !important;
    position: relative;
    grid-area: art;
    width: 65px;
    height: 65px;
    margin-left: auto;
    overflow: visible;
    transform: rotate(7.28deg);
    pointer-events: none;
    z-index: 2;
  }

  .themes-build__art img {
    display: block;
    width: 65px;
    height: 65px;
    object-fit: contain;
  }

  .themes-build__intro .themes-copy {
    grid-area: copy;
    margin-top: 22px;
    max-width: 340px;
    color: #b5b5b5;
    font-size: 12px;
    line-height: normal;
    text-align: justify;
  }

  .themes-copy__gap {
    margin-top: 1.15em;
  }

  .themes-aside-title {
    font-size: 18px;
    letter-spacing: -0.387px;
  }

  .themes-aside-copy,
  .themes-aside-list {
    color: #b5b5b5;
    font-size: 12px;
  }

  .themes-aside-list {
    margin-top: 16px;
    padding-left: 18px;
  }

  .themes-aside-list li + li {
    margin-top: 12px;
  }

  .themes-build__aside {
    grid-area: aside;
    padding-top: 28px;
  }

  .themes-build__panel + .themes-build__panel {
    margin-top: 28px;
  }

  .themes-build__cta {
    grid-area: cta;
    display: flex;
    width: 100%;
    max-width: 341px;
    height: 49px;
    margin: 8px auto 0;
    font-size: 16.355px;
    letter-spacing: -0.49px;
  }

  .themes-submit {
    padding: 56px 0 32px;
  }

  .themes-submit__title {
    text-align: center;
  }

  .themes-submit__grid {
    gap: 36px;
    margin-top: 28px;
  }

  .themes-submit__lede,
  .themes-req {
    color: #b5b5b5;
    font-size: 12px;
  }

  .themes-submit__lede {
    text-align: justify;
    max-width: 340px;
  }

  .themes-submit__reqs {
    position: relative;
  }

  .themes-specifics__laptop {
    display: block;
    right: 18px;
    bottom: 100%;
    top: auto;
    width: 89px;
    height: 67px;
  }

  .themes-specifics {
    width: calc(100% + 34px);
    max-width: none;
    margin-left: -17px;
    margin-right: -17px;
    min-height: 486px;
    padding: 36px 24px 32px 26px;
    border-radius: 23.104px;
  }

  .themes-specifics h3 {
    font-size: 22px;
  }

  .themes-specifics h4 {
    margin-top: 20px;
    font-size: 16px;
  }

  .themes-specifics ul {
    font-size: 12px;
  }

  .themes-judge {
    padding: 40px 0 72px;
  }

  .themes-judge__intro {
    display: contents;
  }

  .themes-judge__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .themes-judge__gavel {
    width: 126px;
    height: 95px;
    margin: 0 auto 18px;
  }

  .themes-judge .themes-heading {
    text-align: center;
  }

  .themes-judge__intro .themes-copy,
  .themes-judge .themes-copy {
    margin: 12px 0 0;
    max-width: none;
    color: #b5b5b5;
    font-size: 12px;
    text-align: center;
  }

  .themes-criteria {
    width: 100%;
    margin-top: 28px;
    gap: 14px;
  }

  .themes-criterion {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 13.403px;
    border-width: 0.558px;
    backdrop-filter: blur(17.17px);
    -webkit-backdrop-filter: blur(17.17px);
  }

  .themes-criterion__toggle {
    min-height: 0;
    padding: 22px 28px;
  }

  .themes-criterion__name,
  .themes-criterion__pct {
    font-size: 16px;
    letter-spacing: -0.43px;
  }

  .themes-criterion__details {
    padding: 0 28px 0 46px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
  }

  .themes-criterion.is-open .themes-criterion__details {
    padding-bottom: 22px;
  }

  .themes-criterion__details li + li {
    margin-top: 14px;
  }

  .themes-criterion__details strong {
    font-family: Google_Sans_Bold, sans-serif;
    font-weight: 700;
  }

  .themes-judge__cta {
    order: 3;
    display: flex;
    width: 100%;
    max-width: 361px;
    height: 57px;
    margin: 28px auto 0;
    font-size: 18.892px;
    letter-spacing: -0.567px;
  }
}
