@font-face {
  font-family: Wild Wolf;
  src: url('../fonts/Wild-Wolf.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #dcd9d1;
  --orange: #d65424;
  --font: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hero-section {
  background-image: url('../images/16x9_LIGHT_BG-копия-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.body {
  background-color: var(--grey);
  font-family: Barlow Condensed, sans-serif;
  overflow: auto;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 5% 100px;
  display: flex;
}

.section.orange {
  z-index: 0;
  background-color: var(--orange);
  padding-top: 50px;
  padding-bottom: 200px;
  display: flex;
}

.section._100vh {
  background-color: #040205;
  background-image: linear-gradient(#00000052, #000), url('../images/image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.section.wthimg {
  padding-top: 100px;
}

.section.black {
  background-color: var(--font);
}

.section.z2 {
  z-index: 2;
  position: relative;
}

.section.parteners {
  position: relative;
}

.image {
  z-index: 2;
  width: 12vw;
  position: relative;
  top: -5%;
}

.spline-scene-2 {
  z-index: 1;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.h2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3px 1px #7c7c7c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.h2.padding-left {
  padding-left: 20px;
  font-size: 5em;
  line-height: 110%;
}

.h2-hero {
  z-index: 2;
  color: #fff;
  text-shadow: 0 10px 1px #0003;
  font-family: Wild Wolf, Impact, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 90%;
  position: relative;
}

.date {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -5%;
}

.line-vertical {
  background-color: #e29128;
  width: 3px;
  height: 80%;
}

.button {
  z-index: 100;
  background-color: var(--orange);
  color: #fff;
  border-radius: 1rem;
  margin-top: 25px;
  padding: 1rem 3rem;
  font-size: 1vw;
  text-decoration: none;
}

.button:hover {
  background-color: #f35e27;
  font-size: 1.1rem;
}

.text-block {
  z-index: 1;
  margin-top: -2%;
  padding-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 90%;
  position: relative;
}

.heading {
  z-index: -1;
  width: 100vw;
  font-size: 3rem;
  position: absolute;
}

.text-block-2 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
}

.page-wrapper {
  flex-flow: column;
}

.heading-2 {
  font-size: 5em;
  line-height: 110%;
}

.title {
  z-index: 2;
  color: var(--orange);
  text-transform: uppercase;
  font-size: 10em;
  line-height: 110%;
  position: relative;
}

.title.white {
  color: #fff;
}

.title.white.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: silver;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  display: flex;
}

.title.white.center._10vw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: row;
  font-size: 10vw;
  font-weight: 900;
}

.description_block {
  width: 70%;
}

.description_block._50 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 130%;
}

.big-paragraph.center {
  color: #000;
  text-align: center;
  font-size: 2.5em;
}

.big-paragraph.center.white {
  color: #fff;
}

.big-paragraph.center.white.aa {
  text-transform: uppercase;
  font-size: 10em;
  font-weight: 800;
}

.line-up-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.artist-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.artist-image {
  background-color: var(--orange);
  border-radius: 100em;
  justify-content: center;
  align-items: flex-end;
  width: 25em;
  height: 25em;
  display: flex;
}

.artist-image.small {
  width: 20em;
  height: 20em;
}

.artist-image.small.coming {
  background-color: #9b9b9b;
}

.artist-image.active {
  background-color: var(--orange);
  justify-content: flex-end;
  align-items: flex-end;
  width: 25em;
  height: 25em;
}

.artist-image.active.headliner {
  width: 35em;
  height: 35em;
}

.artist-image.coming {
  background-color: var(--orange);
  width: 20em;
  height: 20em;
}

.image-2 {
  width: 100%;
  transform: translate(7px);
}

.image-2.calancea {
  margin-right: 20px;
}

.cs-image.min {
  max-width: 75%;
}

.cs-image.margin {
  width: 100%;
  margin-left: 0;
}

.h3 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 1px var(--orange);
  font-size: 3em;
  line-height: 110%;
}

.h3.white {
  color: #fff;
  text-align: left;
  height: 90px;
  font-size: 2.5em;
  font-weight: 700;
}

.button-spot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.2em;
  text-decoration: none;
  display: flex;
}

.button-spot:hover {
  background-color: var(--orange);
  color: #fff;
  font-weight: 400;
  line-height: 90%;
}

.button-text {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Barlow Condensed, sans-serif;
  line-height: 110%;
}

.image-3 {
  width: 24px;
  height: 24px;
}

.text-span {
  color: var(--orange);
  padding-right: 2px;
  font-weight: 800;
}

.text-span.white {
  color: #fff;
  font-weight: 400;
}

.text-span-2 {
  color: var(--orange);
  font-weight: 800;
}

.paragraph {
  text-align: left;
  font-size: 1.5em;
  line-height: 140%;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  color: #fff;
  text-align: center;
}

.paragraph.center {
  color: var(--font);
  text-align: center;
}

.text-move-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.move-text {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8vw;
  font-weight: 700;
  line-height: 110%;
}

.move-text.outline {
  color: #fff0;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--orange);
  font-family: Barlow Condensed, sans-serif;
  font-size: 8vw;
}

.image-4 {
  opacity: .2;
  width: 100%;
  position: absolute;
}

.description-2grids {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  z-index: 0;
  width: 100%;
  margin-top: -70px;
  display: block;
  position: relative;
}

.headliners {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headliners.first {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.headliners._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-6 {
  z-index: 0;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 50px;
  display: block;
  position: relative;
}

.text-span-3 {
  color: #fff;
  width: 100%;
  font-size: 10vw;
  font-weight: 900;
  line-height: 100%;
}

.text-span-4 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 110%;
}

.div-block-2 {
  z-index: 2;
  width: 50%;
  position: relative;
}

.grid-3columns {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.plus {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px dashed var(--grey);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.numbers {
  color: #fff;
  font-size: 20em;
  font-weight: 600;
  line-height: 90%;
}

.line-horizontal {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.span {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 110%;
}

.section-2 {
  background-color: var(--orange);
  height: 100vh;
  overflow: hidden;
}

.text-move-wrapper-2 {
  position: relative;
  overflow: hidden;
}

.move-text-2 {
  z-index: 1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.move-text-2.outline {
  z-index: 0;
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--orange);
  font-family: Barlow Condensed, sans-serif;
  font-size: 8vw;
}

.text-block-3 {
  color: #fff0;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 900;
  line-height: 110%;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-5 {
  color: var(--orange);
  background-color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
  transform: rotate(9deg);
}

.div-block-4 {
  background-color: var(--grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 150px;
  display: flex;
  position: absolute;
}

.div-block-5 {
  background-color: var(--orange);
  border-radius: 200px;
  width: 30px;
  height: 30px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  width: 120%;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 60px;
  font-size: 2em;
}

.tab-link-tab-1.w--current {
  background-color: var(--orange);
  color: #fff;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  font-size: 2em;
}

.tab-link-tab-1.reg {
  padding: 20px;
  font-size: 1.2em;
}

.tab-link-tab-1.reg.w--current {
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 50px;
  font-size: 2em;
}

.tab-link-tab-2.w--current {
  background-color: var(--orange);
  color: #fff;
}

.tab-link-tab-2.reg {
  padding: 20px;
  font-size: 1.2em;
}

.tab-link-tab-2.reg.w--current {
  font-weight: 600;
}

.tabs-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu.reg {
  justify-content: flex-start;
  align-items: center;
}

.tabs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.video {
  border-radius: 100px;
}

.div-block-7 {
  border-radius: 30px;
  width: 70%;
  overflow: hidden;
}

.tabs-content {
  flex-flow: column;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-line {
  z-index: 1;
  background-color: var(--orange);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq_question-wrapper {
  align-items: center;
  display: flex;
}

.text-size-large {
  color: #fff;
  font-size: 1.2em;
  line-height: 140%;
}

.faq_whipe {
  z-index: 0;
  width: 100%;
  height: 6.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  position: relative;
}

.faq-grid.on_page {
  height: auto;
}

.heading_wrapper {
  line-height: 1px;
  position: relative;
}

.about_heading {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #cda12e0d;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Wild Wolf, Impact, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1em;
}

.faq_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_component {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_plus-icon-wrapper {
  background-color: var(--font);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.faq_plus-icon-wrapper:hover, .faq_plus-icon-wrapper:active {
  background-color: var(--orange);
}

.faq_question-text {
  color: #fff;
  letter-spacing: -.025em;
  font-size: 1.3em;
  line-height: 1em;
}

.faq_wrapper {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--font);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: relative;
}

.faq_icon-vertical-line {
  background-color: #fff;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.title-2 {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: auto 0% 12%;
}

.faq_bottom {
  z-index: 2;
  width: 100%;
  min-width: 100%;
  position: relative;
}

.faq_icon-horizontal-line {
  background-color: #fff;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.faq_answer-wrapper {
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  max-width: 53rem;
  padding: 0;
  display: flex;
}

.italic-text-3 {
  font-style: normal;
}

.faq_top {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.org_img_wrapper {
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}

.facebook_link, .facebook_link:hover {
  opacity: 1;
}

.contacts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--orange);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.content_org_wrapper {
  z-index: 2;
  position: relative;
}

.website_link, .website_link:hover {
  opacity: 1;
}

._2blocks {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.container {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.container._1 {
  width: 160px;
}

.organizator {
  border: 1px solid var(--orange);
  background-color: var(--font);
  border-radius: 20px;
  position: relative;
}

.organizator.z2 {
  z-index: 2;
}

.organizator.z0 {
  z-index: 0;
  position: static;
}

.instgram_link, .instgram_link:hover {
  opacity: 1;
}

.footer_link_item {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.links_item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.line_footer {
  background-color: var(--orange);
  width: 1px;
}

.copyryght_wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.footer_conetnt_wrp {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

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

.footer_logo {
  filter: brightness(200%);
}

.footer_content_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer_content_wrapper.down {
  border-top: 1px solid var(--orange);
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--font);
  border-top: 1px solid #cda12e2b;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  padding: 100px 10% 0%;
  display: flex;
  position: static;
}

.text-block-4 {
  color: #fff;
}

.title_p {
  text-align: center;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.img-wrap.mod--arrow {
  z-index: 2;
  background-color: #000;
  border: .0625rem solid #0000001a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  top: -.05rem;
}

.grid_prior {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.grid_prior._3 {
  margin-top: -8%;
}

.grid_prior._2 {
  z-index: 2;
  margin-top: -8%;
  position: relative;
}

.circle_animation {
  z-index: 1;
  background-color: #cda12e;
  border-radius: 999px;
  width: .1rem;
  height: .1rem;
  position: absolute;
}

.content_item {
  font-size: 14px;
}

.item_prior {
  border-radius: 30px;
  flex-flow: column;
  padding: 4%;
  display: flex;
  position: relative;
}

.link_item {
  color: #fff;
  border: 1px solid #cda12e2b;
  border-radius: 30px;
  text-decoration: none;
  transition: all .3s;
}

.link_item:hover {
  border-color: #cda12e;
  transform: scale(1.02);
}

.link_item._2 {
  background-color: #fff;
}

.link_item._1 {
  background-color: #fff;
  margin-top: 50%;
}

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

.priorities_wrapper {
  z-index: 2;
  padding-top: 50px;
  position: relative;
}

.image_item {
  border-radius: 30px;
  position: relative;
}

.img.mod--arrow {
  z-index: 1;
  width: 1rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.arrow-bg-2 {
  z-index: 0;
  opacity: 0;
  background-color: #191919;
  border-radius: 50%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.item_text {
  color: var(--font);
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

.button_1 {
  background-color: #000;
  border: 1px solid #cda12e2b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: -12px;
  margin-right: -12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-9 {
  border-radius: 30px;
}

.grain {
  z-index: 0;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.div-block-9 {
  z-index: -1;
  background-color: var(--orange);
}

.nav_hamburger_line {
  z-index: 2;
  background-color: #fff;
  flex: none;
  width: 50%;
  height: 2px;
  position: relative;
}

.menu_base {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_hamburger_base {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--orange);
  border-radius: 1.7rem;
  position: absolute;
  inset: 0%;
}

.menu_link {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #19292800;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.menu_link:hover {
  border-bottom-color: #fff;
}

.menu_link.small {
  color: var(--grey);
  margin-top: 20px;
  font-size: 1rem;
}

.menu_link.small._5 {
  color: var(--grey);
  margin-top: 5px;
}

.menu_link.phone {
  color: var(--font);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 2px 10px;
  font-size: 1.2rem;
}

.menu_link.phone._5 {
  margin-top: 5px;
  font-size: 1.2rem;
}

.nav_contain {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu_wrap {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1.1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_hamburger_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.nav_wrap {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_contain {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  max-width: 100%;
  padding: 5rem 1.3rem 1.3rem;
  display: flex;
  position: relative;
}

.heading-3 {
  z-index: -5;
  position: absolute;
}

.socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
}

.text-block-5 {
  color: #000;
  font-size: 1em;
  line-height: 80%;
}

.link-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  text-decoration: none;
  display: flex;
}

.modal_scroll {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.home-line-2 {
  z-index: 1;
  background-color: #a3a3a3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.modal_content {
  width: 100%;
  height: 100%;
  padding: 2em;
  overflow: auto;
}

.tab_1._1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1em;
  line-height: 1.2em;
  display: flex;
}

.tab_1._1.w--current {
  color: #000;
  background-color: #cda12e;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs_content {
  background-color: #070707;
  border-left: 1px solid #cda12e2b;
  width: 70%;
  padding: 20px;
}

.faq_question-wrapper-2 {
  align-items: center;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.2em;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.tabs_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.tabs_info {
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  padding-left: 2%;
  display: block;
}

.faq_whipe-2 {
  z-index: 0;
  background-color: #0000004d;
  width: 100%;
  height: 6.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal_popup {
  z-index: 100;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.screen_reader_only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.close_button {
  z-index: 2000;
  float: right;
  clear: left;
  background-color: var(--orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  margin-left: -5.5rem;
  margin-right: 2%;
  padding: 1%;
  position: sticky;
  top: 50px;
}

.modal_content_wrapper {
  z-index: 26;
  border: 1px solid var(--orange);
  background-color: var(--grey);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.faq_component-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_component-2.modal {
  flex-flow: column;
  display: flex;
}

.faq_plus-icon-wrapper-2 {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.faq_plus-icon-wrapper-2:hover {
  background-color: #cda12e;
}

.faq_plus-icon-wrapper-2:active {
  background-color: #e44120;
}

.heading-11 {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4em;
}

.faq_question-text-2 {
  letter-spacing: -.025em;
  font-size: 1.3em;
  line-height: 1em;
}

.faq_icon-vertical-line-2 {
  background-color: #424242;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.close_icon {
  color: #fff;
  display: flex;
}

.faq_bottom-2 {
  z-index: 2;
  background-color: #0000004d;
  width: 100%;
  min-width: 100%;
  position: relative;
}

.faq_icon-horizontal-line-2 {
  background-color: #424242;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.chevtone {
  height: 15px;
  display: flex;
}

.faq_answer-wrapper-2 {
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  max-width: 53rem;
  padding: 0;
  display: flex;
}

.modal_bg_close {
  filter: invert();
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.tabs_items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 30%;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 50px;
}

.faq_top-2 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.medium {
  font-size: 1.5em;
}

.text-span-6, .text-span-7 {
  font-size: 2em;
}

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

.text-span-8 {
  font-size: 2em;
}

.div-block-11 {
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.code-embed {
  color: var(--font);
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--orange);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  font-size: .8em;
}

.scene {
  z-index: 3;
  position: relative;
}

.scene---sticky {
  position: sticky;
  top: 0;
}

.spiral {
  perspective: 90rem;
  width: 20rem;
  height: 20rem;
  position: relative;
  transform: perspective(902px);
}

.scene---trigger {
  height: 200vh;
}

.spiral---img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scene---extra {
  height: 100vh;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.spiral---item {
  transform-style: preserve-3d;
  width: 20rem;
  height: 20rem;
  transform: translate3d(0, 0, 30rem);
}

.spiral---item.x-07 {
  transform-style: preserve-3d;
  transform: translate3d(0, 70rem, 30rem);
}

.spiral---item.x-04 {
  transform-style: preserve-3d;
  transform: translate3d(0, 40rem, 30rem);
}

.spiral---item.x-01 {
  transform-style: preserve-3d;
  transform: translate3d(0, 10rem, 30rem);
}

.spiral---item.x-06 {
  transform-style: preserve-3d;
  transform: translate3d(0, 60rem, 30rem);
}

.spiral---item.x-02 {
  transform-style: preserve-3d;
  transform: translate3d(0, 20rem, 30rem);
}

.spiral---item.x-03 {
  transform-style: preserve-3d;
  transform: translate3d(0, 30rem, 30rem);
}

.spiral---item.x-05 {
  transform-style: preserve-3d;
  transform: translate3d(0, 50rem, 30rem);
}

.spiral---rotate {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(45deg)rotateZ(0);
}

.spiral---rotate.x-00 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-3deg)rotateZ(0);
}

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

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

.heading-12 {
  font-size: 20vw;
  line-height: 110%;
}

.text-block-7 {
  font-size: 1.5em;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.div-block-14 {
  z-index: 1001;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cookie-banner {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--orange);
  background-color: var(--grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 2% 2%;
}

.text-block-8 {
  font-size: 1.5em;
}

.lottie-animation {
  width: 100px;
  height: 100px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-2 {
  background-color: var(--orange);
}

.accept-cookies {
  background-color: var(--orange);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2em;
}

.image-10, .image-11 {
  filter: invert();
}

.wrapper {
  position: relative;
}

.div-block-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.solar-utopia {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 150px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: relative;
}

.block {
  border: 1px solid var(--font);
  background-image: url('../images/solar-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block._2 {
  background-image: none;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-17._2 {
  background-image: url('../images/bg-min.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
}

.image-12 {
  width: 50%;
}

.image-12.utopia {
  width: 40%;
}

.pulse-img {
  width: 50%;
  position: absolute;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  background-color: var(--font);
  border-radius: 100px;
  padding: 10px 15px;
  display: inline-flex;
}

.div-block-19.white {
  background-color: var(--grey);
}

.text-block-9 {
  color: var(--grey);
  text-transform: uppercase;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.text-block-9.black {
  color: var(--font);
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  color: #d65424;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 700;
  line-height: 110%;
}

.text-block-10.utopia {
  color: #fff;
  font-size: 9em;
}

.div-block-21 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-block-3 {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-11 {
  color: var(--font);
  font-size: 1.5em;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 100%;
}

.div-block-22 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rotating-img {
  width: 40%;
}

.partners-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partener {
  background-color: var(--font);
  border-radius: 24px;
  width: 300px;
}

.type-partener {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-wrapper {
  background-color: var(--grey);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin: 0% 2% 2%;
  padding: 10%;
  display: flex;
}

.text-block-14 {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 2em;
  line-height: 100%;
}

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  width: 500px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-13, .image-14, .image-15 {
  border-radius: 24px;
}

.sub-title {
  text-align: center;
  font-size: 48px;
  line-height: 110%;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .h2, .h2.padding-left {
    font-size: 8em;
  }

  .text-block {
    font-size: 2rem;
  }

  .line-up-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .artist-wrapper {
    justify-content: center;
    align-items: center;
  }

  .artist-image {
    width: 35em;
    height: 35em;
  }

  .artist-image.small, .artist-image.active {
    width: 30em;
    height: 30em;
  }

  .artist-image.coming {
    width: 25em;
    height: 25em;
  }

  .h3.white {
    font-size: 3em;
  }

  .text-span-3 {
    font-size: 10vw;
    line-height: 100%;
  }

  .close_button {
    margin-left: -10rem;
  }
}

@media screen and (max-width: 991px) {
  .section.orange {
    padding-bottom: 100px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.z2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .image {
    width: 40vw;
  }

  .spline-scene-2 {
    width: 100vw;
  }

  .h2, .h2.padding-left {
    font-size: 4em;
  }

  .h2-hero {
    text-align: center;
    font-size: 12vw;
  }

  .text-block {
    font-size: 2rem;
  }

  .description_block {
    width: 100%;
  }

  .description_block._50 {
    width: 80%;
  }

  .big-paragraph.center.white.aa {
    font-size: 6em;
  }

  .line-up-grid {
    grid-template-columns: 1fr 1fr;
  }

  .artist-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .artist-image.active {
    width: 20em;
    height: 20em;
  }

  .artist-image.active.headliner {
    width: 25em;
    height: 25em;
  }

  .artist-image.coming {
    width: 20em;
    height: 20em;
  }

  .image-5 {
    margin-top: -50px;
  }

  .headliners {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-2 {
    width: 70%;
  }

  .grid-3columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    width: 100%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid.on_page {
    grid-template-columns: 1fr 1fr;
  }

  .faq_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq_plus-icon-wrapper:hover {
    background-color: #fff;
  }

  .faq_plus-icon-wrapper:active {
    background-color: #cda12e;
  }

  .faq_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq_top {
    height: 4rem;
  }

  .org_img_wrapper {
    padding: 0;
  }

  .image-7 {
    max-width: 80%;
  }

  .links_item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .line_footer {
    display: none;
  }

  .footer_content_wrapper.down {
    border-top-style: none;
  }

  .grid_prior {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .grid_prior._3, .grid_prior._2 {
    margin-top: 32px;
  }

  .link_item._1 {
    margin-top: 0%;
  }

  .modal_content {
    background-color: #000;
    border-radius: 30px;
    overflow: auto;
  }

  .tabs_content {
    background-color: #000;
    border-left-style: none;
    width: 100%;
  }

  .tabs_wrapper {
    flex-flow: column;
  }

  .tabs_info {
    padding-left: 0%;
  }

  .modal_popup {
    padding-left: 2%;
    padding-right: 2%;
    display: none;
  }

  .modal_content_wrapper {
    border-radius: 30px;
  }

  .faq_plus-icon-wrapper-2:hover {
    background-color: #fff;
  }

  .faq_plus-icon-wrapper-2:active {
    background-color: #cda12e;
  }

  .tabs_items {
    z-index: 1;
    background-color: #000;
    border-bottom: 1px solid #cda12e2b;
    flex-flow: wrap;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    position: sticky;
    top: 0;
  }

  .div-block-11 {
    width: 90%;
  }

  .div-block-16 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .solar-utopia {
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .spline-scene-2 {
    position: absolute;
  }

  .h2-hero {
    font-size: 15vw;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .title {
    font-size: 6em;
  }

  .title.white.center._10vw {
    font-size: 12vw;
  }

  .big-paragraph.center {
    font-size: 2em;
  }

  .big-paragraph.center.white.aa {
    font-size: 4em;
  }

  .artist-image.active {
    width: 15em;
    height: 15em;
  }

  .artist-image.active.headliner {
    width: 17em;
    height: 17em;
  }

  .artist-image.coming {
    width: 15em;
    height: 15em;
  }

  .image-5 {
    margin-top: -40px;
  }

  .headliners._2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    width: 90%;
  }

  .grid-3columns {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 8vw;
  }

  .tabs-menu.reg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .faq_plus-icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq_question-text {
    font-size: 1.5rem;
  }

  .faq_answer-wrapper {
    padding: 1rem;
  }

  .italic-text-3 {
    font-size: 1em;
  }

  ._2blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-7 {
    max-width: 60%;
  }

  .links_item {
    align-items: center;
  }

  .heading_prior {
    padding-top: 0;
  }

  .socials {
    flex-flow: column;
  }

  .tab_1._1, .tab_1._1.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .faq_plus-icon-wrapper-2 {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq_question-text-2 {
    font-size: 1.5rem;
  }

  .chevtone {
    display: none;
  }

  .faq_answer-wrapper-2 {
    padding: 3rem;
  }

  .tabs_items {
    padding-bottom: 20px;
  }

  .div-block-12 {
    padding-top: 20%;
  }

  .spiral {
    width: 10rem;
    height: 10rem;
  }

  .spiral---img {
    border-radius: .5rem;
  }

  .spiral---item {
    width: 10rem;
    height: 10rem;
    transform: translate3d(0, 0, 10rem);
  }

  .spiral---item.x-07 {
    transform: translate3d(0, 70rem, 10rem);
  }

  .spiral---item.x-04 {
    transform: translate3d(0, 40rem, 10rem);
  }

  .spiral---item.x-01 {
    transform: translate3d(0, 10rem, 10rem);
  }

  .spiral---item.x-06 {
    transform: translate3d(0, 60rem, 10rem);
  }

  .spiral---item.x-02 {
    transform: translate3d(0, 20rem, 10rem);
  }

  .spiral---item.x-03 {
    transform: translate3d(0, 30rem, 10rem);
  }

  .spiral---item.x-05 {
    transform: translate3d(0, 50rem, 10rem);
  }

  .partners-grid {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 50%;
    top: 0%;
  }

  .h2, .h2.padding-left {
    font-size: 4em;
  }

  .h2-hero {
    font-size: 20vw;
    line-height: 70%;
  }

  .date {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button {
    margin-top: 25px;
  }

  .text-block {
    font-size: 1.2rem;
    position: relative;
  }

  .title {
    font-size: 4em;
  }

  .title.white.center._10vw {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 10vw;
  }

  .description_block._50 {
    width: 100%;
  }

  .big-paragraph.center {
    font-size: 1.5em;
  }

  .big-paragraph.center.white.aa {
    font-size: 3em;
  }

  .line-up-grid {
    grid-column-gap: 10px;
  }

  .artist-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .artist-image {
    width: 10em;
    height: 10em;
  }

  .artist-image.active, .artist-image.active.headliner, .artist-image.coming {
    width: 12em;
    height: 12em;
  }

  .cs-image.margin {
    margin-left: 2rem;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .button-spot {
    padding-left: .5em;
    padding-right: .5em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.center {
    font-size: 1.4em;
  }

  .image-5 {
    margin-top: -20px;
  }

  .headliners.first {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .numbers {
    font-size: 10em;
  }

  .move-text-2, .move-text-2.outline {
    font-size: 15vw;
  }

  .text-block-3 {
    -webkit-text-stroke-width: 1px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    font-size: 1.5em;
  }

  .tab-link-tab-1.reg {
    padding: 10px;
    font-size: 1.2em;
  }

  .tab-link-tab-1.reg.w--current {
    padding: 10px;
  }

  .tab-link-tab-2 {
    font-size: 1.5em;
  }

  .tab-link-tab-2.reg {
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .faq_question-wrapper {
    font-size: 1em;
  }

  .faq_whipe {
    height: 30em;
  }

  .faq-grid {
    z-index: 0;
    height: auto;
  }

  .faq-grid.on_page {
    grid-template-columns: 1fr;
  }

  .faq_plus-icon-wrapper {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .faq_question-text {
    font-size: 1.3em;
  }

  .title-2 {
    font-size: 4em;
  }

  .faq_answer-wrapper {
    padding: 1rem;
  }

  .container, .container._1 {
    width: auto;
  }

  .organizator.z2, .organizator.z0 {
    width: 100%;
  }

  .image-7 {
    max-width: 100%;
    display: block;
  }

  .image-7.small {
    max-width: 80%;
  }

  .links_item {
    place-items: start center;
  }

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

  .footer {
    display: flex;
  }

  .title_p {
    font-size: 3em;
  }

  .grid_prior {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content_item {
    font-size: 14px;
  }

  .link_item._2, .link_item._1 {
    border-radius: 10px;
  }

  .item_text {
    margin-top: 10px;
    font-size: 1em;
  }

  .image-9 {
    border-radius: 8px;
  }

  .grain {
    overflow: hidden;
  }

  .nav_contain {
    z-index: auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav_hamburger_wrap {
    z-index: 2;
  }

  .nav_wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu_contain {
    width: 100%;
  }

  .faq_whipe-2 {
    height: 30em;
  }

  .modal_popup {
    display: none;
  }

  .close_button {
    padding: 4%;
  }

  .faq_plus-icon-wrapper-2 {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .faq_question-text-2 {
    font-size: 1.3em;
  }

  .faq_answer-wrapper-2 {
    padding: 1.75rem;
  }

  .div-block-12 {
    padding-top: 30%;
  }

  .link-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    font-weight: 700;
  }

  .spiral---img {
    position: static;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .solar-utopia {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    height: 600px;
  }

  .div-block-17._2 {
    height: 600px;
  }

  .image-12 {
    width: 90%;
  }

  .div-block-18 {
    padding: 5%;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .text-block-10 {
    font-size: 3em;
  }

  .text-block-10.utopia {
    font-size: 5em;
  }

  .link-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-11 {
    text-align: center;
    font-size: 1.2em;
  }

  .text-block-12 {
    font-size: 1.5em;
  }

  .rotating-img {
    width: 70%;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .partener {
    width: 100%;
  }

  .type-partener {
    text-align: center;
  }

  .div-block-24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-26 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

#w-node-fdc069bf-36fd-a752-cc66-81b82044131e-c9f030b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c868c785-77cb-3a99-2680-cbe6b357bbc9-c9f030b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ac82834-da66-76df-d0a4-0063ccd7caa6-c9f030b0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ac82834-da66-76df-d0a4-0063ccd7ca94-c9f030b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73091b80-8d4e-48ca-a6f0-8632c7f4d28f-c9f030b0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e42b480f-d257-5b93-cba9-9eb43c485c9f-c9f030b0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a06d9200-7893-f08a-cda3-4f896d492746-c9f030b0 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_40dffda7-dab6-ed9a-22ab-284742e05aaf-c9f030b0 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_67f468dc-a533-309c-5bc5-010cd92b07fb-c9f030b0 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_67f468dc-a533-309c-5bc5-010cd92b0807-c9f030b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_186e72b1-ffda-b254-67b6-e24343da7ab3-c9f030b0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_186e72b1-ffda-b254-67b6-e24343da7ab4-c9f030b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_186e72b1-ffda-b254-67b6-e24343da7b0f-c9f030b0 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a06d9200-7893-f08a-cda3-4f896d492746-c9f030b0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_40dffda7-dab6-ed9a-22ab-284742e05aaf-c9f030b0 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_67f468dc-a533-309c-5bc5-010cd92b07fb-c9f030b0 {
    grid-column: 2 / 3;
  }

  #w-node-_67f468dc-a533-309c-5bc5-010cd92b0807-c9f030b0 {
    grid-column: 1 / 2;
  }

  #w-node-_186e72b1-ffda-b254-67b6-e24343da7ab4-c9f030b0 {
    grid-column-end: 3;
  }

  #w-node-_186e72b1-ffda-b254-67b6-e24343da7b0f-c9f030b0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fdc069bf-36fd-a752-cc66-81b82044131e-c9f030b0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c868c785-77cb-3a99-2680-cbe6b357bbc9-c9f030b0 {
    grid-column: 1 / 2;
  }

  #w-node-_3ac82834-da66-76df-d0a4-0063ccd7caa6-c9f030b0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3ac82834-da66-76df-d0a4-0063ccd7ca94-c9f030b0 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Wild Wolf';
  src: url('../fonts/Wild-Wolf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}