@font-face {
  font-family: "Cheddar Gothic Rough";
  src: url("../2026/fonts/CheddarGothicRough-Regular.woff2") format("woff2");
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
}

body {
  overflow-x: hidden;
}

.main-footer {
  position: relative;
  z-index: 2;
}

.main-footer .copyright {
  padding: 15px;
  color: #fffaf1;
  background: #48260f;
  text-align: center;
}

.main-footer .copyright .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 16px;
}

.main-footer .copyright span {
  padding: 0;
}

.main-footer .copyright span:nth-child(n + 2) {
  padding-left: 16px;
}

.main-footer .copyright span:nth-child(n + 2)::before {
  left: 0;
  width: 1px;
  background-color: rgba(255, 250, 241, 0.62);
}

.main-footer .copyright a {
  color: #fffaf1;
  text-decoration: none;
}

.main-footer .copyright a:hover,
.main-footer .copyright a:focus-visible {
  color: #8fc9ff;
  text-decoration: underline;
}

img[src*="element-laptop.webp"],
img[src*="element-paper.webp"] {
  mix-blend-mode: multiply;
}

.vpd-header.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* min-height: 108px; */
  padding: 10px clamp(24px, 4vw, 58px);
  background: #fff;
  box-shadow: 0 2px 12px rgba(45, 35, 24, 0.08);
}

.vpd-header .vpd-season-logo {
  position: relative;
  width: min(44vw, 535px);
}

.vpd-header .season-logo {
  position: static;
  display: block;
  width: 100%;
  height: auto;
}

.vpd-header .vpd-season-logo span {
  position: absolute;
  top: 25%;
  right: 0;
  display: grid;
  place-items: center;
  width: 20.5%;
  height: 51%;
  color: #fff;
  background: #469a42;
  border-radius: 2px;
  font:
    700 clamp(9px, 1.2vw, 17px)/1 Poppins,
    sans-serif;
}

.vpd-header .company-logo {
  position: static;
  width: min(10vw, 260px);
  height: auto;
}

.vpd-award-logo.e4m-logo {
  position: fixed;
  top: 70px;
  left: clamp(24px, 4vw, 48px);
  z-index: 9998;
  width: clamp(112px, 14vw, 176px);
  text-align: center;
  filter: drop-shadow(0 7px 5px rgba(55, 39, 24, 0.2));
}

.vpd-award-logo span {
  display: block;
  margin-bottom: -6px;
  color: #111;
  font:
    800 clamp(10px, 1.15vw, 16px)/1 Poppins,
    sans-serif;
}

.vpd-award-logo img {
  width: 100%;
  height: auto;
}

.vpd-2026-fold {
  width: 100%;
  background: #f0e2ce;
}

.vpd-hero {
  position: relative;
  width: 100%;
  /* max-width: 1240px; */
  aspect-ratio: 1/1;
  min-height: 780px;
  margin: 0 auto;
  overflow: hidden;
  background: #f2e5d2 url("../2026/page1/poster4.webp") center top / 100% 100%
    no-repeat;
}

.vpd-hero-title {
  position: absolute;
  top: 3.2%;
  left: 50%;
  width: 40%;
  height: auto;
  transform: translateX(-50%);
}

.vpd-hero-register-button {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(120px, 13.3vw, 172px);
  padding: clamp(6px, 0.7vw, 10px) clamp(14px, 1.55vw, 24px);
  color: #fffaf1;
  background: #48260f;
  border: 2px solid #d49367;
  border-radius: 999px;
  box-shadow:
    0 7px 0 #2e1608,
    0 12px 22px rgba(72, 38, 15, 0.24);
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(15px, 1.75vw, 24px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.vpd-hero-register-button:hover,
.vpd-hero-register-button:focus-visible {
  color: #fff;
  background: #185b9b;
  box-shadow:
    0 4px 0 #103e6a,
    0 9px 18px rgba(24, 91, 155, 0.28);
  text-decoration: none;
  transform: translate(-50%, 3px);
  outline: none;
}

.vpd-sketch {
  position: absolute;
  z-index: 1;
  width: 18%;
  height: auto;
}

.vpd-sketch-left {
  top: 22%;
  left: -1.2%;
  transform-origin: left bottom;
  animation: vpd-sketch-sway-left 7s ease-in-out infinite;
}

.vpd-sketch-right {
  top: 17%;
  right: -1.2%;
  transform-origin: right bottom;
  animation: vpd-sketch-sway-right 8s ease-in-out infinite;
}

.vpd-hero-breeze {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.vpd-hero-breeze i {
  --breeze-size: clamp(7px, 0.9vw, 13px);
  position: absolute;
  top: -8%;
  left: -8%;
  width: var(--breeze-size);
  height: calc(var(--breeze-size) * 1.9);
  opacity: 0;
  background: linear-gradient(145deg, #bd4729, #e98642 62%, #9b301f);
  border-radius: 85% 12% 80% 18%;
  filter: blur(0.15px);
  transform: rotate(35deg);
  animation: vpd-breeze-drift 10s linear infinite;
}

.vpd-hero-breeze i:nth-child(2) {
  top: 10%;
  animation-delay: -7.8s;
  animation-duration: 12s;
}

.vpd-hero-breeze i:nth-child(3) {
  top: 24%;
  animation-delay: -3.2s;
  animation-duration: 9s;
}

.vpd-hero-breeze i:nth-child(4) {
  top: 39%;
  animation-delay: -9s;
  animation-duration: 13s;
}

.vpd-hero-breeze i:nth-child(5) {
  top: 52%;
  animation-delay: -5.6s;
  animation-duration: 11s;
}

.vpd-hero-breeze i:nth-child(6) {
  top: 64%;
  animation-delay: -1.5s;
  animation-duration: 14s;
}

.vpd-hero-breeze i:nth-child(7) {
  top: 73%;
  animation-delay: -11s;
  animation-duration: 15s;
}

.vpd-hero-breeze i:nth-child(8) {
  top: 84%;
  animation-delay: -4.4s;
  animation-duration: 12.5s;
}

@keyframes vpd-breeze-drift {
  0% {
    left: -8%;
    opacity: 0;
    transform: translateY(0) rotate(20deg) scale(0.75);
  }
  12% {
    opacity: 0.72;
  }
  45% {
    transform: translateY(55px) rotate(230deg) scale(1);
  }
  78% {
    opacity: 0.58;
  }
  100% {
    left: 106%;
    opacity: 0;
    transform: translateY(-20px) rotate(520deg) scale(0.82);
  }
}

@keyframes vpd-sketch-sway-left {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-1.2deg) translateY(-4px);
  }
}

@keyframes vpd-sketch-sway-right {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(1.4deg) translateY(5px);
  }
}

.vpd-theme-labels {
  position: absolute;
  top: 30.5%;
  left: 8.5%;
  right: 7.5%;
  z-index: 2;
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 0.92;
  text-align: center;
}

.vpd-theme-labels span {
  position: absolute;
  transform: translateX(-50%);
  cursor: pointer;
  transition: transform 0.25s ease;
}

.vpd-theme-labels span:hover {
  transform: translateY(-4px) translateX(-50%);
}

.theme-future {
  left: 22%;
  top: 90px;
  color: #43265d;
}
.theme-heritage {
  left: 34%;
  top: 39px;
  color: #382516;
}
.theme-india {
  left: 49%;
  top: 44px;
  color: #087ba3;
}
.theme-nature {
  left: 64%;
  top: 64px;
  color: #3d5b24;
}
.theme-mythology {
  left: 77%;
  top: 125px;
  color: #9e382d;
  white-space: nowrap;
}

.vpd-hero-details {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 2.8%;
  z-index: 3;
  color: #111;
  font-family: Poppins, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpd-hero-details p {
  margin: 0;
}

.vpd-intro {
  position: relative;
  padding: 0.5% 2%;
  font-size: clamp(13px, 1.75vw, 22px);
  font-weight: 700;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(242, 229, 210, 0.88) 18%,
    rgba(242, 229, 210, 0.88) 82%,
    transparent 100%
  );
  width: 75%;
}

.vpd-intro::before,
.vpd-intro::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(39, 105, 167, 0.45) 18%,
    rgba(39, 105, 167, 0.45) 82%,
    transparent
  );
  content: "";
}

.vpd-intro::before {
  top: 0;
}

.vpd-intro::after {
  bottom: 0;
}

.vpd-prize {
  display: table;
  margin: 0 auto 1.2% !important;
  padding: 0.55% 2.5% 0.7%;
  color: #fff;
  background: #4b260e;
  border-radius: 0 0 12px 12px;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1;
}

.vpd-award {
  position: relative;
  display: table;
  margin: 0 auto 0.7% !important;
  padding: 0.3% 1.2%;
  color: #fff;
  background: #3479bb;
  border-radius: 10px 10px 0 0;
  font-size: clamp(10px, 1.25vw, 16px);
  font-weight: 800;
}

.vpd-award::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 140%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #3479bb 18%,
    #3479bb 82%,
    transparent
  );
  content: "";
  transform: translateX(-50%);
}

.vpd-award-copy {
  position: relative;
  padding-bottom: 1.2%;
  font-size: clamp(10px, 1.35vw, 18px);
  font-weight: 700;
}

.vpd-award-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(39, 105, 167, 0.35) 18%,
    rgba(39, 105, 167, 0.35) 82%,
    transparent
  );
  content: "";
}

.vpd-date {
  margin-top: 1.2% !important;
  font-size: clamp(11px, 1.45vw, 19px);
  font-weight: 800;
}

.vpd-date strong,
.vpd-formats strong {
  color: #479447;
}
.vpd-date sup {
  font-size: 60%;
}

.vpd-formats {
  font-size: clamp(10px, 1.3vw, 17px);
  font-weight: 600;
}

.vpd-terms {
  position: absolute;
  bottom: 1.1%;
  left: 2.3%;
  z-index: 4;
  color: #111;
  font:
    600 clamp(8px, 0.9vw, 12px)/1 Poppins,
    sans-serif;
}

.vpd-2026-shared-background {
  position: relative;
  width: 100%;
  background-color: #f2e5d2;
  background-image: url("../2026/page2/bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: clip;
}

.vpd-shared-decoration-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 15%;
  pointer-events: none;
}

.vpd-shared-decoration-rail img {
  position: sticky;
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.vpd-shared-decoration-left {
  left: -3%;
}

.vpd-shared-decoration-left img {
  top: 52vh;
  width: 52%;
  animation: vpd-float-left 5.5s ease-in-out infinite;
}

.vpd-shared-decoration-right {
  right: -5%;
}

.vpd-shared-decoration-right img {
  top: 52vh;
  width: 400px;
  transform: rotate(15deg);
  animation: vpd-float-right 6.5s ease-in-out infinite;
}

@keyframes vpd-float-left {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes vpd-float-right {
  0%,
  100% {
    transform: translateY(0) rotate(15deg);
  }
  50% {
    transform: translateY(16px) rotate(12deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vpd-shared-decoration-rail img,
  .vpd-sketch,
  .vpd-hero-breeze i {
    animation: none;
  }
}

.vpd-about-2026 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  color: #24170f;
  background: transparent;
  font-family: Poppins, sans-serif;
}

.vpd-about-title {
  z-index: 2;
  width: 24%;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.25s ease;
}

.vpd-about-title:hover {
  transform: scale(1.05);
}

.vpd-about-content {
  z-index: 2;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  width: 100%;
  max-width: 60%;
}

.vpd-about-content p {
  margin: 0 0 3.2%;
}

.vpd-about-content strong {
  font-weight: 800;
}

.vpd-about-benefits {
  margin: 1% auto 3.6%;
  padding: 0;
  list-style: none;
}

.vpd-about-benefits li {
  position: relative;
  margin: 0;
}

.vpd-about-benefits li::before {
  margin-right: 0.65em;
  content: "–";
}

.vpd-about-closing {
  line-height: 1.8;
}

.vpd-about-terms {
  position: absolute;
  bottom: 1.2%;
  left: 50%;
  z-index: 2;
  font:
    600 clamp(8px, 0.9vw, 12px)/1 Poppins,
    sans-serif;
  transform: translateX(-50%);
}

.vpd-themes-2026 {
  position: relative;
  width: 100%;
  /* aspect-ratio: 9/11; */
  /* min-height: 780px; */
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpd-themes-title {
  /* position: absolute; */
  /* top: 4.3%; */
  /* left: 50%; */
  z-index: 2;
  width: 32%;
  height: auto;
  margin-bottom: 30px;
  /* transform: translateX(-50%); */
  transition: transform 0.25s ease;
}
.vpd-themes-title:hover {
  transform: scale(1.05);
}

.vpd-theme-grid {
  /* position: absolute; */
  /* top: 25.5%;
  left: 11.5%;
  right: 11.5%; */
  z-index: 2;
  width: 100%;
  max-width: 60%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2.6%;
  row-gap: 3.8%;
}

.vpd-theme-grid figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.vpd-theme-grid figure > a,
.vpd-judges-grid figure > a {
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}

.vpd-judges-grid figure > a {
  border-radius: 50%;
}

.vpd-theme-grid img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.vpd-theme-grid figure > a:hover img,
.vpd-theme-grid figure > a:focus-visible img,
.vpd-judges-grid figure > a:hover img,
.vpd-judges-grid figure > a:focus-visible img {
  filter: brightness(1.04);
  transform: scale(1.035);
}

.vpd-theme-grid figcaption {
  padding-top: 5%;
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(17px, 2.15vw, 30px);
  line-height: 1;
  white-space: nowrap;
  color: #155899;
}

.vpd-theme-grid figcaption span {
  color: #173b63;
}

.vpd-categories-2026 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpd-categories-title {
  z-index: 2;
  width: 32%;
  height: auto;
  margin-bottom: 30px;
  transition: transform 0.25s ease;
}
.vpd-categories-title:hover {
  transform: scale(1.05);
}

.vpd-categories-grid {
  z-index: 2;
  width: 100%;
  max-width: 60%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  column-gap: 9%;
  color: #090909;
  text-align: center;
}

.vpd-categories-grid h3 {
  align-self: end;
  min-width: 0;
  margin: 0 0 5%;
  font-family: Poppins, sans-serif;
  font-size: clamp(17px, 2.15vw, 29px);
  font-weight: 700;
  line-height: 1.18;
}

.vpd-categories-art {
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
}

.vpd-categories-grid .vpd-category-bottom {
  margin-top: 6%;
  margin-bottom: 0;
}

.vpd-prizes-2026 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  font-family: Poppins, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpd-prizes-title {
  z-index: 2;
  width: 40%;
  height: auto;
  transition: transform 0.25s ease;
}
.vpd-prizes-title:hover {
  transform: scale(1.05);
}

.vpd-prizes-content {
  z-index: 2;
  width: 100%;
  max-width: 42%;
  margin-top: 25px;
}

.vpd-prize-group {
  margin-bottom: 5.5%;
  text-align: center;
}

.vpd-prize-group-single {
  margin-top: 10%;
  margin-bottom: 9%;
}

.vpd-prize-group h3 {
  margin: 0 0 4%;
  color: #080808;
  font-family: Poppins, sans-serif;
  font-size: clamp(17px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.15;
}

.vpd-prize-row {
  display: grid;
  grid-template-columns: 67% 33%;
  min-height: clamp(42px, 5.3vw, 70px);
  margin-bottom: 2.5%;
  overflow: hidden;
  border: 2px solid #2768aa;
  border-radius: 16px;
  font-size: clamp(15px, 2vw, 27px);
  line-height: 1;
}

.vpd-prize-row strong,
.vpd-prize-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.vpd-prize-row strong {
  padding: 3% 4%;
  color: #fff;
  background: #48260f;
  /* font-size: 100%; */
  font-weight: 700;
  transition: background-color 0.25s ease;
}

.vpd-prize-row span {
  color: #080808;
  font-size: 100%;
  font-weight: 700;
  transition: color 0.25s ease;
}

.vpd-prize-row:hover strong {
  background: #185b9b;
}

.vpd-prize-row:hover span {
  color: #185b9b;
}

.vpd-prize-row sup {
  top: -0.35em;
  font-size: 65%;
  margin-right: 0.5em;
}

.vpd-prizes-note {
  z-index: 2;
  margin: 20px 8% 0;
  color: #111;
  font-size: clamp(9px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-align: center;
}

.vpd-sequence-2026 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  font-family: Poppins, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpd-sequence-title {
  z-index: 2;
  width: 32%;
  height: auto;
  transition: transform 0.25s ease;
}
.vpd-sequence-title:hover {
  transform: scale(1.05);
}

.vpd-sequence-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-top: 25px;
}

.vpd-sequence-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(96px, 12.5vw, 155px) 1fr;
  align-items: center;
  min-height: clamp(105px, 13vw, 165px);
  color: #080808;
}

.vpd-sequence-step::before,
.vpd-sequence-step::after {
  position: absolute;
  z-index: 0;
  width: calc(50% + clamp(48px, 6.25vw, 78px));
  border-top: 1.5px dashed rgba(35, 95, 154, 0.62);
  content: "";
}

.vpd-sequence-step::before {
  top: 0;
}

.vpd-sequence-step::after {
  bottom: 0;
}

.vpd-sequence-step.is-left::before,
.vpd-sequence-step.is-left::after {
  left: 0;
}

.vpd-sequence-step.is-right::before,
.vpd-sequence-step.is-right::after {
  right: 0;
}

.vpd-sequence-step p {
  margin: 0;
  font-size: clamp(18px, 2.55vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.vpd-sequence-step span {
  z-index: 2;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
  width: clamp(96px, 12.5vw, 155px);
  aspect-ratio: 1;
  color: #fff;
  background: #48260f;
  border: 3px solid #2768aa;
  border-radius: 50%;
  font-size: clamp(32px, 4.7vw, 60px);
  font-weight: 600;
  transition: background-color 0.25s ease;
}

.vpd-sequence-step:hover span {
  background: #185b9b;
}

.vpd-sequence-step.is-left p {
  grid-column: 1;
  grid-row: 1;
  padding-right: 9%;
  text-align: right;
}

.vpd-sequence-step.is-right p {
  grid-column: 3;
  grid-row: 1;
  padding-left: 9%;
  text-align: left;
}

.vpd-timeline-2026 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  font-family: Poppins, sans-serif;
}

.vpd-timeline-title {
  z-index: 2;
  width: 32%;
  height: auto;
  transition: transform 0.25s ease;
}
.vpd-timeline-title:hover {
  transform: scale(1.05);
}

.vpd-timeline-list {
  z-index: 2;
  width: 100%;
  max-width: 60%;
  margin-top: 45px;
}

.vpd-timeline-item {
  margin-bottom: 6%;
  text-align: center;
}

.vpd-timeline-date {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: clamp(72px, 8.8vw, 70px);
  margin: 0 auto;
  border: 2px solid #2768aa;
  border-radius: 999px;
  padding: 0 50px 0 0;
}
.vpd-timeline-date:hover {
  span {
    background: #2768aa;
    border: 2px solid #48260f;
  }
  strong {
    color: #2768aa;
  }
}

.vpd-timeline-date span {
  display: grid;
  flex: 0 0 clamp(72px, 8.8vw, 70px);
  place-items: center;
  align-self: stretch;
  margin: -2px 3% -2px -2px;
  background: #48260f;
  border: 2px solid #2768aa;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.vpd-timeline-date img {
  width: 48%;
  height: auto;
}

.vpd-timeline-date strong {
  color: #080808;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.vpd-timeline-date sup {
  top: -0.35em;
  font-size: 50%;
}

.vpd-timeline-item > p {
  margin: 2.2% 0 0;
  color: #080808;
  font-size: clamp(13px, 1.65vw, 16px);
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.25;
}

.vpd-judging-2026 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  background: transparent;
  color: #25170e;
  font-family: Poppins, sans-serif;
}

.vpd-page8-title {
  z-index: 2;
  display: block;
  width: 38.4%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.25s ease;
}
.vpd-page8-title:hover {
  transform: scale(1.05);
}

.vpd-criteria-grid {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7% 2%;
  width: 100%;
  max-width: 80%;
  margin-top: 55px;
}

.vpd-criterion {
  text-align: center;
}
.vpd-criterion:hover {
  .vpd-criterion-pill span {
    background: #2768aa;
    border: 2px solid #48260f;
  }
  .vpd-criterion-pill strong {
    color: #2768aa;
  }
  b {
    background: #2768aa;
  }
}

.vpd-criterion-pill {
  display: flex;
  align-items: center;
  min-height: clamp(52px, 5.3vw, 70px);
  border: 2px solid #2768aa;
  border-radius: 999px;
}

.vpd-criterion-pill span {
  display: grid;
  flex: 0 0 clamp(52px, 5.3vw, 70px);
  place-items: center;
  align-self: stretch;
  margin: -2px 2% -2px -2px;
  background: #48260f;
  border: 2px solid #2768aa;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.vpd-criterion-pill.icon-right span {
  order: 2;
  margin: -2px -2px -2px 2%;
}

.vpd-criterion-pill img {
  width: 55%;
  max-height: 55%;
}

.vpd-criterion-pill strong {
  flex: 1;
  font-size: clamp(14px, 1.9vw, 25px);
  line-height: 1.1;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.vpd-criterion > b {
  display: table;
  min-width: 37%;
  margin: 0 auto;
  padding: 1.5% 4%;
  color: #fff;
  background: #48260f;
  border-radius: 0 0 20px 20px;
  font-size: clamp(15px, 2vw, 27px);
  line-height: 1;
  transition: all 0.25s ease;
}

.vpd-round-two-title {
  margin-top: 11%;
  width: 38.4%;
}

.vpd-glimpses-2026 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 80px;
  overflow: hidden;
  background: transparent;
  color: #25170e;
}

.vpd-glimpses-title {
  z-index: 2;
  display: block;
  width: 44%;
  height: auto;
  margin: 0 auto 55px;
  transition: transform 0.25s ease;
}
.vpd-glimpses-title:hover {
  transform: scale(1.05);
}

.vpd-glimpse-season {
  z-index: 2;
  width: 100%;
  max-width: 85%;
  margin-bottom: 55px;
}

.vpd-glimpse-season:last-child {
  margin-bottom: 0;
}

.vpd-glimpse-season h3 {
  margin: 0 0 24px;
  color: #42230f;
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.vpd-glimpse-season h3:hover {
  text-shadow:
    0 1px 0 rgb(190, 190, 190),
    0 2px 0 rgb(185, 185, 185),
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(170, 170, 170),
    0 6px 0 rgb(165, 165, 165),
    0 7px 0 rgb(160, 160, 160),
    0 1px 5px rgba(0, 0, 0, 0.02),
    0 3px 5px rgba(0, 0, 0, 0.04),
    0 5px 10px rgba(0, 0, 0, 0.06),
    0 7px 10px rgba(0, 0, 0, 0.08),
    0 10px 15px rgba(0, 0, 0, 0.1);
}

.vpd-glimpse-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7%;
  width: 100%;
}

.vpd-glimpse-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid #2768aa;
  border-radius: 6px;
  background: #ead7bf;
}

.vpd-glimpse-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.vpd-glimpse-grid a:hover img,
.vpd-glimpse-grid a:focus img {
  transform: scale(1.035);
}

.vpd-round-two-copy {
  z-index: 2;
  width: 100%;
  max-width: 72%;
  margin-top: 3%;
  font-size: clamp(17px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.vpd-round-two-copy p {
  margin-bottom: 3%;
}

.vpd-round-two-copy strong {
  color: #185b9b;
}

.vpd-judges-title {
  margin-top: 1%;
  width: 33.6%;
}

.vpd-judges-grid {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3%;
  width: 100%;
  max-width: 70%;
  margin-top: 6%;
}

.vpd-judges-grid figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.vpd-judges-grid figure > a img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid #185b9b;
  border-radius: 50%;
  object-position: top;
}

.vpd-judges-grid figcaption {
  padding-top: 7%;
  color: #080808;
  line-height: 1.1;
}

.vpd-judges-grid figcaption strong,
.vpd-judges-grid figcaption span {
  display: block;
}

.vpd-judges-grid figcaption strong {
  font-size: clamp(14px, 1.8vw, 24px);
}

.vpd-judges-grid figcaption span {
  font-size: clamp(11px, 1.35vw, 18px);
  font-weight: 500;
}

.vpd-shared-existing-section {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent !important;
  background-image: none !important;
}

.vpd-shared-existing-section.section_six,
.vpd-shared-existing-section.section_ten,
.vpd-shared-existing-section.section_eleven {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vpd-shared-existing-section.section_eight {
  padding-top: 50px;
}

.vpd-shared-existing-section.section_eight .header_text {
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400;
}

.vpd-shared-existing-section.section_eleven {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.vpd-shared-existing-section.section_eleven .text_content {
  width: 100%;
  text-align: center;
}

.vpd-shared-existing-section.section_eleven .vpd-terms-title {
  display: block;
  width: 38.4%;
  height: auto;
  margin: 0 auto;
  transition: transform 0.25s ease;
}
.vpd-terms-title:hover {
  transform: scale(1.05);
}

.vpd-shared-existing-section.section_eleven .terms-wrapper {
  position: relative;
  width: 80%;
  max-width: 1120px;
  margin: 48px auto 0;
  padding: clamp(28px, 3.5vw, 48px) clamp(24px, 4vw, 58px);
  color: #fffaf1;
  background: rgba(96, 66, 48, 0.97);
  border: 2px solid #2768aa;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(72, 38, 15, 0.13);
}

.vpd-shared-existing-section.section_eleven .terms-wrapper::after {
  position: absolute;
  top: 9%;
  bottom: 9%;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(255, 250, 241, 0.24);
}

.vpd-shared-existing-section.section_eleven .terms-wrapper .row {
  margin-right: -20px;
  margin-left: -20px;
}

.vpd-shared-existing-section.section_eleven .terms-wrapper [class*="col-"] {
  padding-right: 32px;
  padding-left: 32px;
}

.vpd-shared-existing-section.section_eleven .termsline {
  margin-bottom: 24px;
  padding-left: 29px;
  color: #fffaf1;
  font-family: Poppins, sans-serif;
  font-size: clamp(14px, 1.45vw, 19px);
  font-weight: 600;
  line-height: 1.25;
}

.vpd-shared-existing-section.section_eleven .termsline::after {
  top: 0.12em;
}

.vpd-shared-existing-section.section_six #register_form .header_text,
.vpd-shared-existing-section.section_six #design_form .header_text {
  margin: 0 0 24px;
  color: #185b9b;
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  /* text-shadow: 3px 4px 0 rgba(72, 38, 15, 0.12); */
  transition: all 0.25s ease;
  span {
    color: #25170e;
  }
}
.vpd-shared-existing-section.section_six #register_form .header_text:hover {
  text-shadow:
    0 1px 0 rgb(190, 190, 190),
    0 2px 0 rgb(185, 185, 185),
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(170, 170, 170),
    0 6px 0 rgb(165, 165, 165),
    0 7px 0 rgb(160, 160, 160),
    0 1px 5px rgba(0, 0, 0, 0.02),
    0 3px 5px rgba(0, 0, 0, 0.04),
    0 5px 10px rgba(0, 0, 0, 0.06),
    0 7px 10px rgba(0, 0, 0, 0.08),
    0 10px 15px rgba(0, 0, 0, 0.1);
}
.vpd-shared-existing-section.section_six #design_form .header_text:hover {
  text-shadow:
    0 1px 0 rgb(190, 190, 190),
    0 2px 0 rgb(185, 185, 185),
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(170, 170, 170),
    0 6px 0 rgb(165, 165, 165),
    0 7px 0 rgb(160, 160, 160),
    0 1px 5px rgba(0, 0, 0, 0.02),
    0 3px 5px rgba(0, 0, 0, 0.04),
    0 5px 10px rgba(0, 0, 0, 0.06),
    0 7px 10px rgba(0, 0, 0, 0.08),
    0 10px 15px rgba(0, 0, 0, 0.1);
}

.vpd-shared-existing-section.section_six #register_form {
  scroll-margin-top: 130px;
}

.vpd-shared-existing-section.section_six .text_content:hover .header_text {
  text-shadow: 3px 4px 0 rgba(72, 38, 15, 0.12);
}

.vpd-shared-existing-section.section_six .bottom_content {
  padding-right: 20px;
  padding-left: 20px;
}

.vpd-shared-existing-section.section_six .form_box {
  width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px);
  background: rgba(247, 237, 220, 0.9);
  border: 2px solid rgba(39, 104, 170, 0.72);
  border-radius: 22px;
  box-shadow:
    0 16px 35px rgba(72, 38, 15, 0.18),
    inset 0 0 30px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}

.vpd-shared-existing-section.section_six .form_box h2 {
  margin-bottom: 24px;
  color: #48260f;
  font-family: "Cheddar Gothic Rough", "Arial Narrow", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 400;
}

.vpd-shared-existing-section.section_six .lead_form .form-group {
  margin-bottom: 16px;
}

.vpd-shared-existing-section.section_six .lead_form .form-control,
.vpd-shared-existing-section.section_six .lead_form textarea {
  min-height: 50px;
  padding: 12px 16px;
  color: #28180f;
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(72, 38, 15, 0.38);
  border-radius: 10px;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.vpd-shared-existing-section.section_six .lead_form textarea {
  min-height: 110px;
  resize: vertical;
}

.vpd-shared-existing-section.section_six .lead_form .form-control::placeholder,
.vpd-shared-existing-section.section_six .lead_form textarea::placeholder {
  color: rgba(40, 24, 15, 0.64);
}

.vpd-shared-existing-section.section_six .lead_form .form-control:focus,
.vpd-shared-existing-section.section_six .lead_form textarea:focus {
  background: #fffaf1;
  border-color: #185b9b;
  box-shadow: 0 0 0 3px rgba(24, 91, 155, 0.14);
  outline: 0;
}

.vpd-shared-existing-section.section_six .lead_form #district1,
.vpd-shared-existing-section.section_six .lead_form #district2,
.vpd-shared-existing-section.section_six .lead_form #category,
.vpd-shared-existing-section.section_six .lead_form #theme1,
.vpd-shared-existing-section.section_six .lead_form #theme2 {
  min-height: 50px;
  padding: 12px 44px 12px 16px;
  color: rgba(40, 24, 15, 0.72);
  background-color: rgba(255, 250, 241, 0.82);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M2 2l6 6 6-6' fill='none' stroke='%23185b9b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px auto;
  border: 1px solid rgba(72, 38, 15, 0.38);
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vpd-shared-existing-section.section_six .lead_form #district1:hover,
.vpd-shared-existing-section.section_six .lead_form #district2:hover,
.vpd-shared-existing-section.section_six .lead_form #category:hover,
.vpd-shared-existing-section.section_six .lead_form #theme1:hover,
.vpd-shared-existing-section.section_six .lead_form #theme2:hover {
  border-color: rgba(24, 91, 155, 0.72);
  background-color: #fffaf1;
}

.vpd-shared-existing-section.section_six .lead_form #district1:focus,
.vpd-shared-existing-section.section_six .lead_form #district2:focus,
.vpd-shared-existing-section.section_six .lead_form #category:focus,
.vpd-shared-existing-section.section_six .lead_form #theme1:focus,
.vpd-shared-existing-section.section_six .lead_form #theme2:focus {
  color: #28180f;
  background-color: #fffaf1;
  border-color: #185b9b;
  box-shadow: 0 0 0 3px rgba(24, 91, 155, 0.14);
}

.vpd-shared-existing-section.section_six .lead_form #district1 option,
.vpd-shared-existing-section.section_six .lead_form #district2 option,
.vpd-shared-existing-section.section_six .lead_form #category option,
.vpd-shared-existing-section.section_six .lead_form #theme1 option,
.vpd-shared-existing-section.section_six .lead_form #theme2 option {
  color: #28180f;
  background: #fffaf1;
}

.vpd-shared-existing-section.section_six .lead_form input[type="file"] {
  width: 100%;
  padding: 12px;
  color: #48260f;
  background: rgba(255, 250, 241, 0.82);
  border: 1px dashed #185b9b;
  border-radius: 10px;
}

.vpd-shared-existing-section.section_six .lead_form .btn-submit {
  width: 100%;
  margin-top: 8px;
  padding: 13px 20px;
  color: #fff;
  background: #48260f;
  border: 2px solid #48260f;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.vpd-shared-existing-section.section_six .lead_form .btn-submit:hover,
.vpd-shared-existing-section.section_six .lead_form .btn-submit:focus {
  color: #fff;
  background: #185b9b;
  border-color: #185b9b;
  transform: translateY(-2px);
}

.vpd-shared-existing-section.section_six .lead_form .text-muted {
  color: #654c3b !important;
}

@media (max-width: 767px) {
  .vpd-shared-decoration-rail {
    width: 17%;
  }

  .vpd-shared-decoration-left {
    left: -3%;
  }

  .vpd-shared-decoration-left img {
    top: 27vh;
    width: 55%;
  }

  .vpd-shared-decoration-right {
    right: -4%;
  }

  .vpd-shared-decoration-right img {
    top: 56vh;
    width: 85%;
  }

  .vpd-header.navbar {
    /* min-height: 72px; */
    padding: 6px 15px;
  }

  .vpd-header .vpd-season-logo {
    width: 58vw;
  }
  .vpd-header .company-logo {
    width: 27vw;
  }

  .vpd-award-logo.e4m-logo {
    top: 48px;
    left: 10px;
    width: clamp(74px, 18vw, 110px);
  }

  .vpd-hero {
    aspect-ratio: 1240 / 2000;
    min-height: 0;
    background-size: cover;
  }

  .vpd-hero-title {
    top: 5%;
    width: 60%;
  }

  .vpd-hero-register-button {
    top: 27%;
    min-width: 24vw;
    padding: 3px 13px;
    border-width: 1px;
    box-shadow:
      0 4px 0 #2e1608,
      0 8px 14px rgba(72, 38, 15, 0.22);
    font-size: clamp(12px, 2vw, 16px);
  }
  .vpd-sketch {
    width: 21%;
  }
  .vpd-sketch-left {
    top: 22%;
  }
  .vpd-sketch-right {
    top: 18%;
  }

  .vpd-theme-labels {
    top: 31%;
    left: 4%;
    right: 4%;
    font-size: clamp(10px, 3.1vw, 23px);
  }

  .theme-future {
    left: 10%;
    top: 34px;
  }
  .theme-heritage {
    left: 27%;
    top: 16px;
  }
  .theme-india {
    left: 50%;
    top: 13px;
  }
  .theme-nature {
    left: 72%;
    top: 25px;
  }
  .theme-mythology {
    left: 92%;
    top: 45px;
  }

  .vpd-hero-details {
    left: 3%;
    right: 3%;
    bottom: 3%;
  }

  .vpd-intro {
    line-height: 1.25;
  }
  .vpd-award-copy {
    line-height: 1.25;
  }
  .vpd-formats {
    line-height: 1.25;
  }

  .vpd-about-2026 {
    padding: 35px 0;
  }

  .vpd-about-title {
    width: 40%;
  }

  .vpd-about-content {
    max-width: 84%;
    font-size: clamp(9px, 2.4vw, 18px);
    line-height: 1.58;
  }

  .vpd-about-content p {
    margin-bottom: 3.8%;
  }

  .vpd-themes-2026 {
    padding: 35px 0;
  }

  .vpd-themes-title {
    width: 45%;
  }

  .vpd-theme-grid {
    max-width: 84%;
    column-gap: 2.5%;
    row-gap: 5%;
  }

  .vpd-theme-grid figcaption {
    font-size: clamp(10px, 2.35vw, 18px);
  }

  .vpd-categories-2026 {
    padding: 35px 0;
  }

  .vpd-categories-title {
    width: 46%;
  }

  .vpd-categories-grid {
    max-width: 84%;
    column-gap: 8%;
  }

  .vpd-categories-grid h3 {
    font-size: clamp(9px, 2.25vw, 17px);
  }

  .vpd-prizes-2026 {
    padding: 35px 0;
  }

  .vpd-prizes-title {
    width: 50%;
  }

  .vpd-prizes-content {
    max-width: 70%;
  }

  .vpd-prize-group h3 {
    font-size: clamp(9px, 2.3vw, 18px);
  }

  .vpd-prize-row {
    min-height: clamp(24px, 5.8vw, 46px);
    border-width: 1px;
    border-radius: 8px;
    font-size: clamp(9px, 2.2vw, 17px);
  }

  .vpd-sequence-2026 {
    padding: 35px 0;
  }

  .vpd-sequence-title {
    width: 44%;
  }

  .vpd-sequence-list {
    width: 100%;
    max-width: 100%;
  }

  .vpd-sequence-step {
    grid-template-columns: 1fr 10vw 1fr;
    min-height: 11.6vw;
  }

  .vpd-sequence-step p {
    font-size: clamp(8px, 2.15vw, 16px);
  }

  .vpd-sequence-step span {
    width: 10vw;
    border-width: 2px;
    font-size: clamp(16px, 4vw, 30px);
  }

  .vpd-timeline-2026 {
    padding: 35px 0;
  }

  .vpd-timeline-title {
    width: 44%;
  }

  .vpd-timeline-list {
    max-width: 84%;
    margin-top: 30px;
  }

  .vpd-timeline-date {
    width: 90%;
    min-height: 11vw;
    border-width: 1px;
  }

  .vpd-timeline-date span {
    flex-basis: 11vw;
    margin: -1px 3% -1px -1px;
    border-width: 1px;
  }

  .vpd-timeline-date strong {
    font-size: clamp(11px, 3.1vw, 23px);
  }

  .vpd-timeline-item > p {
    font-size: clamp(8px, 2vw, 15px);
  }

  .vpd-judging-2026 {
    padding: 35px 0;
  }

  .vpd-glimpses-2026 {
    padding: 35px 0 50px;
  }

  .vpd-glimpses-title {
    width: 56%;
    margin-bottom: 38px;
  }

  .vpd-glimpse-season {
    max-width: 90%;
    margin-bottom: 38px;
  }

  .vpd-glimpse-season h3 {
    margin-bottom: 16px;
  }

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

  .vpd-shared-existing-section.section_eleven .vpd-terms-title {
    width: 54%;
  }

  .vpd-shared-existing-section.section_eleven .terms-wrapper {
    width: 90%;
    margin-top: 32px;
    padding: 26px 18px 12px;
  }

  .vpd-shared-existing-section.section_eleven .terms-wrapper::after {
    display: none;
  }

  .vpd-shared-existing-section.section_eleven .terms-wrapper .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .vpd-shared-existing-section.section_eleven .terms-wrapper [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vpd-shared-existing-section.section_eleven .termsline {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .vpd-page8-title {
    width: 50%;
  }

  .vpd-judges-title {
    width: 43%;
  }

  .vpd-criteria-grid {
    max-width: 90%;
    margin-top: 35px;
  }

  .vpd-criterion-pill {
    min-height: 7vw;
    border-width: 1px;
  }

  .vpd-criterion-pill span {
    flex-basis: 7vw;
    margin: -1px 2% -1px -1px;
    border-width: 1px;
  }

  .vpd-criterion-pill.icon-right span {
    margin: -1px -1px -1px 2%;
  }

  .vpd-criterion-pill strong {
    font-size: clamp(8px, 2vw, 15px);
  }

  .vpd-criterion > b {
    font-size: clamp(8px, 2vw, 15px);
  }

  .vpd-round-two-copy {
    max-width: 84%;
    font-size: clamp(10px, 2.5vw, 19px);
  }

  .vpd-judges-grid {
    max-width: 90%;
    gap: 2%;
  }

  .vpd-judges-grid figcaption strong {
    font-size: clamp(8px, 2vw, 15px);
  }

  .vpd-judges-grid figcaption span {
    font-size: clamp(7px, 1.6vw, 12px);
  }

  .vpd-shared-existing-section.section_six,
  .vpd-shared-existing-section.section_ten,
  .vpd-shared-existing-section.section_eleven {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .vpd-shared-existing-section.section_eight {
    padding-top: 35px;
  }
}

@media (max-width: 576px) {
  .vpd-theme-labels {
    font-size: 10px;
  }
  .theme-mythology {
    white-space: normal;
    width: 22%;
  }
  .vpd-intro {
    font-size: 10px;
  }
  .vpd-prize {
    font-size: 15px;
  }
  .vpd-award-copy,
  .vpd-date,
  .vpd-formats {
    font-size: 8px;
  }

  .vpd-about-content {
    max-width: 90%;
    font-size: 8px;
    line-height: 1.55;
  }

  .vpd-about-benefits {
    margin-bottom: 3%;
  }

  .vpd-theme-grid {
    max-width: 90%;
  }

  .vpd-theme-grid figcaption {
    font-size: 9px;
  }

  .vpd-categories-grid {
    max-width: 90%;
  }

  .vpd-categories-grid h3 {
    font-size: 8px;
  }

  .vpd-prizes-content {
    max-width: 82%;
  }

  .vpd-prize-group h3 {
    font-size: 8px;
  }

  .vpd-prize-row {
    min-height: 21px;
    font-size: 8px;
  }

  .vpd-prizes-note {
    font-size: 6px;
  }

  .vpd-sequence-step {
    min-height: 12vw;
  }

  .vpd-sequence-step p {
    font-size: 7px;
  }

  .vpd-sequence-step span {
    font-size: 14px;
  }

  .vpd-timeline-list {
    max-width: 90%;
    margin-top: 22px;
  }

  .vpd-timeline-date {
    width: fit-content;
    padding: 0 25px 0 0;
  }

  .vpd-timeline-date strong {
    font-size: 11px;
  }

  .vpd-timeline-item > p {
    font-size: 7px;
    letter-spacing: 0.16em;
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      rgba(117, 114, 113, 0.8) 10%,
      rgba(40, 49, 77, 0.8) 30%,
      rgba(29, 35, 71, 0.8) 50%,
      rgba(19, 25, 28, 0.8) 80%,
      rgba(15, 14, 14, 0.8) 100%
    ),
    url(https://38.media.tumblr.com/tumblr_m00c3czJkM1qbukryo1_500.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
