::-moz-selection {
  background: #262626;
  color: white;
}

::selection {
  background: #262626;
  color: white;
}

html, body {
  background: #131313;
  overflow-x: hidden;
}

.text-orange {
  color: var(--color-orange-500);
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@keyframes p-300 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-320px);
  }
}
@keyframes p-500 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-500px);
  }
}
@keyframes p-750 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-750px);
  }
}
.tsp-navbar .navbar-toggler {
  border: none;
  color: white;
  font-size: 32px;
  padding: 0;
}
.tsp-navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
}
.tsp-navbar .dropdown .dropdown-toggle:after {
  color: var(--bs-gray-500);
  content: "\f282";
  font-family: bootstrap-icons !important;
  line-height: 1.5rem;
  margin-left: 0.625rem;
}
.tsp-navbar .dropdown .dropdown-toggle:after:hover {
  transform: rotate(180deg);
}
.tsp-navbar .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  box-shadow: var(--bs-box-shadow);
  color: var(--bs-gray-800);
  margin-top: 0;
  min-width: 12rem;
  top: 100%;
  background: #262626;
}
@media (max-width: 1024px) {
  .tsp-navbar .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    min-width: 0 !important;
  }
}
.tsp-navbar .dropdown-menu .dropdown-item {
  background-color: transparent;
  font-family: var(--font-family-heading);
  color: white;
  font-weight: 500;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-navbar .dropdown-menu .dropdown-item {
    font-size: 20px;
    line-height: 28px;
    padding: 4px var(--bs-dropdown-item-padding-x);
  }
}
.tsp-navbar .dropdown-menu .dropdown-item:focus, .tsp-navbar .dropdown-menu .dropdown-item:hover, .tsp-navbar .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: var(--color-orange-500);
}
.tsp-navbar .dropdown-menu .dropdown-item.disabled, .tsp-navbar .dropdown-menu .dropdown-item:disabled {
  background-color: transparent;
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
}
.tsp-navbar .navbar-nav .dropend > .dropdown-menu {
  transform: translateY(10px);
}
.tsp-navbar .navbar-nav .nav-item .nav-link {
  border-radius: 0.25rem;
  color: var(--bs-gray-500);
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0;
}
.tsp-navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .tsp-navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 990px) {
  .tsp-navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 10px);
  }
}
@media (min-width: 1200px) {
  .tsp-navbar .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translate(-50%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .tsp-navbar .dropdown-menu.show {
    display: none;
  }
  .tsp-navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .tsp-navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible;
  }
}
.tsp-navbar {
  padding: 16px;
  height: 80px;
  z-index: 999;
  top: 0;
  transition: 0.5s;
  display: flex;
  align-content: center;
  background: linear-gradient(180deg, rgb(19, 19, 19) 8%, rgba(19, 19, 19, 0.4) 56%, rgba(19, 19, 19, 0) 100%);
}
.tsp-navbar.tsp-navbar-scroll {
  background: rgba(19, 19, 19, 0.5843137255);
  padding: 8px 16px;
  z-index: 999;
  height: 64px;
}
@media (max-width: 1024px) {
  .tsp-navbar.tsp-navbar-scroll {
    height: 56px;
  }
}
.tsp-navbar.tsp-navbar-scroll .navbar-brand img {
  height: 40px;
}
@media (max-width: 1024px) {
  .tsp-navbar.tsp-navbar-scroll .navbar-brand img {
    height: 32px;
  }
}
.tsp-navbar .navbar-brand img {
  height: 44px;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .tsp-navbar .navbar-brand img {
    height: 40px;
  }
}
.tsp-navbar .navbar-left-right {
  width: 240px;
}
@media (max-width: 1366px) {
  .tsp-navbar .navbar-left-right {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .tsp-navbar .navbar-left-right {
    display: flex !important;
  }
}
.tsp-navbar .dropdown .dropdown-toggle:after {
  color: var(--bs-gray-500);
  content: "\f282";
  font-family: bootstrap-icons !important;
  line-height: 120%;
  margin-left: 6px;
  border: 0;
  float: right;
}
.tsp-navbar .navbar-nav {
  gap: 20px;
}
@media (max-width: 1023px) {
  .tsp-navbar .navbar-nav {
    gap: 0;
  }
}
.tsp-navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-family: var(--font-family-heading);
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.tsp-navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-orange-500);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.tsp-navbar .navbar-nav .nav-item .nav-link:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-orange-500);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(1);
}
@media (max-width: 1024px) {
  .tsp-navbar .navbar-nav .nav-item .nav-link:hover:before {
    transform: scaleX(0);
  }
}
.tsp-navbar .navbar-nav .nav-item .nav-link.nav-link-active:before {
  transform: scaleX(1);
}
@media (max-width: 1023px) {
  .tsp-navbar .navbar-nav .nav-item .nav-link.nav-link-active:before {
    transform: scaleX(0);
  }
}
@media (max-width: 1023px) {
  .tsp-navbar .navbar-nav .nav-item .nav-link.nav-link-active {
    background: url(../../assets/img/partial/splash-brush-orange.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-0.8deg);
  }
}
@media (max-width: 1023px) {
  .tsp-navbar .navbar-nav .nav-item .nav-link {
    padding: 16px 16px;
    border-radius: 8px;
  }
  .tsp-navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../assets/img/partial/icons/arrow-top-right-white.svg) no-repeat;
    background-size: cover;
    /* top: 28%; */
    right: 4%;
    position: absolute;
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .tsp-navbar .navbar-nav .nav-item.dropdown .nav-link:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../../assets/img/partial/icons/chevron-down-white.svg) no-repeat;
    background-size: cover;
    top: 20%;
    right: 4%;
    position: absolute;
    display: inline-block;
  }
  .tsp-navbar .navbar-nav .nav-item.dropdown .nav-link.show:after {
    background: url(../../assets/img/partial/icons/chevron-up-white.svg) no-repeat;
    background-size: cover;
  }
}
.tsp-navbar .navbar-logo-mainsponsor {
  position: relative;
  width: 108px;
  overflow: visible;
}
.tsp-navbar .navbar-logo-mainsponsor img {
  height: 32px;
  float: right;
}
@media (max-width: 1024px) {
  .tsp-navbar .navbar-logo-mainsponsor img {
    height: 28px;
  }
}

@media (max-width: 1023px) {
  .tsp-offcanvas {
    background: #131313;
    height: 100% !important;
  }
  .tsp-offcanvas .offcanvas-header a img {
    height: 48px;
  }
  .tsp-offcanvas .offcanvas-header .offcanvas-close {
    position: absolute;
    right: 0;
  }
  .tsp-offcanvas .offcanvas-header .offcanvas-close img {
    width: 36px;
  }
  .tsp-offcanvas .offcanvas-header .btn-close {
    color: white;
  }
  .tsp-offcanvas .offcanvas-body .navbar-nav .nav-item {
    position: relative;
    padding: 8px 0;
  }
  .tsp-offcanvas .offcanvas-body .navbar-nav .nav-item:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #262626;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
  }
  .tsp-offcanvas .offcanvas-body .navbar-nav .nav-item.nav-link-active {
    margin-bottom: 8px;
  }
  .tsp-offcanvas .offcanvas-body .navbar-nav .nav-item:has(> .nav-link-active):before {
    background: transparent;
  }
  .tsp-offcanvas .offcanvas-footer {
    padding: 8px var(--bs-offcanvas-padding-x);
    background: url(/storage//files/1/partial/bg-off-bottom.webp);
    background-size: cover;
  }
}
.tsp-navbar .navbar-right-mobile {
  display: flex;
}

.tps-hero-blur {
  opacity: 1;
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.tsp-comp-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tsp-comp-hero.tsp-comp-hero-md {
  min-height: 520px;
}
.tsp-comp-hero.tsp-comp-hero-pdp {
  min-height: 420px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-hero.tsp-comp-hero-pdp {
    min-height: 315px;
  }
}
.tsp-comp-hero.tsp-comp-hero-pdp .tsp-comp-hero-content {
  padding-top: 85px;
  padding-bottom: 4px;
  width: 100%;
}
.tsp-comp-hero.tsp-comp-hero-plain {
  min-height: 640px;
}
.tsp-comp-hero.tsp-comp-hero-plain .tsp-comp-hero-content {
  align-items: start;
  width: 100%;
}
.tsp-comp-hero.tsp-comp-hero-history {
  min-height: 640px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-hero.tsp-comp-hero-history {
    min-height: 520px;
  }
}
.tsp-comp-hero.tsp-comp-hero-history .tsp-comp-hero-content {
  padding-top: 0;
  margin-top: 85px;
  align-items: flex-end;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .tsp-comp-hero {
    min-height: auto;
  }
}
.tsp-comp-hero .tsp-comp-hero-bgdark {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.tsp-comp-hero .tsp-comp-hero-gradient {
  background: linear-gradient(0deg, rgb(19, 19, 19) 8%, rgba(19, 19, 19, 0.6) 50%, rgba(19, 19, 19, 0.2) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.tsp-comp-hero .tsp-comp-hero-bg {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.tsp-comp-hero .tsp-comp-hero-bg video {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.tsp-comp-hero .tsp-comp-hero-bg .sliders-hero {
  height: 100%;
  top: 0;
  position: sticky;
  transform: scale(1.2);
}
.tsp-comp-hero .tsp-comp-hero-bg .sliders-hero .swiper-slide img {
  transform: translateY(10%);
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tsp-comp-hero .tsp-comp-hero-content {
  padding: 120px 0 52px 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-hero .tsp-comp-hero-content {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .tsp-comp-hero .tsp-comp-hero-content {
    padding-top: 104px;
    padding-bottom: 50px;
  }
}
.tsp-comp-hero .tsp-comp-hero-content .tsp-text-flip {
  color: white;
}

.tsp-hero-home {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.tsp-hero-home .tsp-hero-1 .tsp-hero-kv img {
  width: 600px;
}
@media (max-width: 1024px) {
  .tsp-hero-home .tsp-hero-1 .tsp-hero-kv img {
    width: 98%;
  }
}
.tsp-hero-home .tsp-comp-hero-content--3 {
  margin-bottom: 24px;
}
.tsp-hero-home .tsp-comp-hero-content--4 {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.tsp-hero-home .tsp-comp-hero-content--4.directed {
  color: #929292;
}
.tsp-hero-home .tsp-comp-hero-content--4 .list-directed {
  display: flex;
  gap: 12px;
}
.tsp-hero-home .tsp-comp-hero-content--4 .list-directed img {
  height: 24px;
}
@media (max-width: 1024px) {
  .tsp-hero-home .tsp-comp-hero-content--4 .list-directed img {
    height: 20px;
  }
}

.text-flip {
  position: relative;
  display: inline-block;
  height: 24px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 480px) {
  .text-flip {
    height: 18px;
  }
}

.text-flip__item {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform-origin: bottom;
  transform: rotateX(90deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.text-flip__item.active {
  opacity: 1;
  transform: rotateX(0);
  position: relative;
}

.tsp-text-date {
  color: white;
}
.tsp-text-date img.text-separator {
  width: 8px;
  margin: 0 8px;
}
@media (max-width: 1024px) {
  .tsp-text-date img.text-separator {
    margin: 0 6px;
  }
}

.tsp-text-location {
  color: white;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tsp-text-location {
    display: block;
  }
}
.tsp-text-location img.text-separator {
  width: 8px;
  margin: 0 8px;
}
@media (max-width: 1024px) {
  .tsp-text-location img.text-separator {
    margin: 0 6px;
    display: none;
  }
}

.tsp-section {
  padding: 64px 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-section {
    padding: 48px 0;
  }
}
.tsp-section.tsp-section-sm {
  padding: 20px 0;
}

.tsp-section--body {
  padding-bottom: 80px;
}

.tsp-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.tsp-headline {
  color: white;
}
.tsp-headline .title.title-block {
  background-color: white;
  color: var(--color-neutral-500);
  line-height: 1.4;
  display: inline;
  padding: 0 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.tsp-headline .desc {
  color: var(--color-neutral-100);
}
.tsp-headline .detail {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.tsp-headline .detail .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tsp-headline .detail .author .logo {
  background: white;
  border-radius: 48px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.tsp-headline .detail .author .logo img {
  width: 72%;
}
.tsp-headline .detail .barrier {
  width: 4px;
  height: 4px;
  background: var(--color-orange-500);
}
.tsp-headline .detail .date {
  color: var(--color-neutral-100);
}
.tsp-headline .img-on-text {
  height: 48px;
  margin: 0 8px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-headline .img-on-text {
    height: 36px;
  }
}
.tsp-headline .img-on-text.img-oval {
  border-radius: 48px;
  width: 98px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-headline .img-on-text.img-oval {
    width: 80px;
  }
}

.tsp-comp-headline {
  background: linear-gradient(180deg, rgb(19, 19, 19) 0%, #1a1a1a 50%, rgb(19, 19, 19) 100%);
  height: 640px;
  display: flex;
  align-items: center;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .tsp-headline {
    width: 90%;
  }
}
.tsp-comp-headline h1 {
  position: relative;
  z-index: 1;
}
.tsp-comp-headline h1 p {
  margin-bottom: 12px;
}
.tsp-comp-headline h1 p:nth-child(1) {
  margin-left: -12%;
}
@media (max-width: 450px) {
  .tsp-comp-headline h1 p:nth-child(1) {
    margin-left: 0;
  }
}
.tsp-comp-headline h1 p:nth-child(2) {
  margin-left: 12%;
}
@media (max-width: 450px) {
  .tsp-comp-headline h1 p:nth-child(2) {
    margin-left: 0;
  }
}
.tsp-comp-headline .object-img {
  opacity: 0.4;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.1s linear;
  position: absolute;
  width: 164px;
  height: 224px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img {
    width: 120px;
    height: 156px;
  }
}
.tsp-comp-headline .object-img.object-img-left-top {
  top: 10%;
  left: 10%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-left-top {
    bottom: -50%;
    left: -4%;
  }
}
.tsp-comp-headline .object-img.object-img-left-bottom {
  bottom: 0%;
  left: 15%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-left-bottom {
    left: 4%;
  }
}
.tsp-comp-headline .object-img.object-img-center-top {
  top: -4%;
  right: 48%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-center-top {
    right: 32%;
  }
}
.tsp-comp-headline .object-img.object-img-center-bottom {
  bottom: -16%;
  right: 45%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-center-bottom {
    right: 28%;
    bottom: -8%;
  }
}
.tsp-comp-headline .object-img.object-img-right-top {
  top: 16%;
  right: 10%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-right-top {
    bottom: -50%;
    right: -4%;
  }
}
.tsp-comp-headline .object-img.object-img-right-bottom {
  bottom: 0%;
  right: 15%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-comp-headline .object-img.object-img-right-bottom {
    right: -8%;
    bottom: 4%;
  }
}

.list-ticket {
  width: 85%;
}
@media (max-width: 1024px) {
  .list-ticket {
    width: 100%;
  }
}
.list-ticket .sliders-ticket {
  overflow: visible;
}

.tsp-ticket--quotes {
  color: white;
}
.tsp-ticket--quotes .author {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.tsp-ticket--quotes .author img {
  width: 24px;
}

.tsp-section--playlist {
  overflow: hidden;
  position: relative;
}
.tsp-section--playlist .tsp-headline, .tsp-section--playlist .tsp-section--content {
  position: relative;
  z-index: 2;
}
.tsp-section--playlist .disk {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

.tsp-spotify-content {
  width: 85%;
  height: 500px;
  background: #262626;
  border: 1px solid #424242;
  border-radius: 12px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tsp-spotify-content {
    width: 100%;
  }
}

@keyframes circle-turn {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tsp-section--last-year {
  background-image: url(../../assets/img/partial/bg-grid-memories.svg);
  background-size: inherit;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .tsp-section--last-year {
    padding-top: 80px;
  }
}
.tsp-section--last-year .tsp-section--last-year-peek {
  margin-bottom: 100px;
}

.after-movie {
  width: 64%;
  cursor: pointer;
  background: url(../../assets/img/partial/roll-film.svg);
  padding: 45px;
  background-size: 100% 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .after-movie {
    width: 100%;
    padding: 20px;
  }
}
.after-movie .thumbnail {
  overflow: hidden;
}
.after-movie .thumbnail .thumbnail-img {
  width: 100%;
  transition: transform 0.2s;
}
.after-movie .thumbnail .play-button {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
  transition: 0.2s;
}
@media (min-width: 320px) and (max-width: 480px) {
  .after-movie .thumbnail .play-button {
    width: 56px;
  }
}
.after-movie:hover .thumbnail-img {
  transform: scale(1.05);
}
.after-movie:hover .play-button {
  opacity: 1;
}

.list-performance, .list-merch, .list-view, .container-90 {
  width: 90%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .list-performance, .list-merch, .list-view, .container-90 {
    width: 100%;
  }
}

.container-72 {
  width: 72%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .container-72 {
    width: 100%;
  }
}

.container-56 {
  width: 56%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .container-56 {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .w-100-mobile {
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .festival-gallery-list {
    overflow: visible;
  }
}
.festival-gallery-list .festival-gallery-item {
  background: white;
  padding: 4px;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.festival-gallery-list .festival-gallery-item img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 6px;
}
.festival-gallery-list .festival-gallery-item .caption {
  color: var(--color-neutral-500);
  text-align: left;
}
.festival-gallery-list .festival-gallery-item.festival-gallery-item-noframe {
  background: transparent;
  padding: 0;
}
.festival-gallery-list .festival-gallery-item.festival-gallery-item-noframe img {
  height: 250px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .festival-gallery-list .festival-gallery-item.festival-gallery-item-noframe img {
    height: 200px;
  }
}
.festival-gallery-list .festival-gallery-item.festival-gallery-item-noframe .caption {
  color: white;
}

.journey-timeline {
  padding: 24px 20px;
  border: 1px solid var(--color-neutral-op1);
  border-radius: 8px;
  text-align: left;
}
.journey-timeline .timeline::before {
  left: 3%;
}
.journey-timeline .timeline .timeline-item {
  margin-bottom: 16px;
}
.journey-timeline .timeline .timeline-item .timeline-content a {
  margin-top: 0;
}
.journey-timeline .timeline .timeline-item .timeline-content a .event-name {
  color: white;
}
.journey-timeline .timeline .timeline-item .timeline-content a .event-name.active {
  color: var(--color-orange-500);
}
.journey-timeline .timeline .dots-line {
  margin-right: 6%;
}
.journey-timeline .timeline .dots-line .timeline-dot {
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=general.css.map */