:root {
  --black-2: black;
  --seashell: #f4efeb;
  --black: #231f1c;
  --firebrick: #cc0200;
  --maroon: #790100;
  --light-grey: #d3cfca;
  --red: #ed0b05;
  --tan: #c5a68a;
  --color: #0ea725;
}

.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;
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14vh;
  padding-bottom: 14vh;
  display: flex;
  overflow: hidden;
}

.section.for-testimonials {
  overflow: visible;
}

.section.for-testimonials.colour-one {
  padding-top: 4vw;
  padding-bottom: 0;
  display: none;
}

.section.colour-three {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.colour-three.colour-one {
  padding-top: 0;
  padding-bottom: 0;
}

.section.colour-three.colour-one.show-mobile {
  height: 100vh;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.colour-three.colour-one.show-mobile.team {
  display: none;
}

.section.for-homepage-horizontal {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.for-homepage-horizontal.colour-one {
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 4vw;
}

.section.colour-four {
  height: 100vh;
  background-color: var(--black-2);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.colour-four.ticckets {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.colour-one {
  background-color: #f4efeb;
  padding-top: 0;
  padding-bottom: 0;
}

.section.colour-one.index {
  z-index: 4;
  height: 100vh;
  display: block;
  position: relative;
}

.section.colour-one.padding {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.colour-one.padding.auto {
  height: 100vh;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.colour-one.padding.auto._100vh {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.team {
  height: 100vh;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.wide-container {
  width: 100%;
  max-width: 86vw;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonials-container {
  width: 100%;
  height: 500vh;
}

.testimonials-sticky-container {
  width: 100%;
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 2vw;
}

.testimonial {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
}

.testimonial-header {
  z-index: 11;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 4vw;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-header.absolute {
  margin-top: 2vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-header.absolute.style {
  margin-top: 3vw;
}

.testimonial-header.white {
  color: var(--seashell);
}

.testimonial-header.no-margin {
  z-index: 11;
  padding-top: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-header._40margin {
  margin-bottom: 0;
}

.testimonial-header._60-margin {
  margin-top: 0;
}

.testimonial-header.gallery, .testimonial-header.review {
  position: relative;
  top: 0;
}

.testimonial-header.review.mob-show {
  display: none;
}

.testimonial-header.dancers {
  position: relative;
  top: 0;
}

.testimonial-header.dancers.mob-show {
  display: none;
}

.testimonial-header.tickets {
  position: relative;
  top: 0;
}

.testimonial-header.tickets.mob-show {
  display: none;
}

.testimonial-header.media {
  position: relative;
  top: 0;
}

.testimonial-header.media.mob-show {
  display: none;
}

.testimonial-header.theaser {
  position: relative;
  top: 0;
}

.testimonial-header.theaser.mob-show {
  display: none;
}

.testimonial-header.hide {
  display: block;
}

.line {
  width: 9.4vw;
  height: 3px;
  background-color: var(--black);
  margin-right: 24px;
}

.line.testimonial-line {
  width: 10vw;
  height: 1px;
  background-color: var(--black);
  margin-left: 24px;
}

.line.testimonial-line.white {
  background-color: var(--seashell);
}

.large-text {
  color: var(--black);
  font-size: 2.5vw;
  font-style: italic;
  line-height: 100%;
}

.large-text.bigger {
  color: var(--seashell);
  font-size: 5vw;
}

.large-text.bigger.for-testimonial {
  color: var(--seashell);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Fogtwono5, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.large-text.bigger.for-testimonial.white {
  color: #fff;
}

.large-text.bigger.for-testimonial.margin {
  z-index: 2;
  position: relative;
}

.large-text.bigger.dark {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
}

.large-text.slash {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 3vw;
  line-height: 1.2;
}

.large-text.meaning {
  height: 4vh;
  clear: left;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
}

.testimonial-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.circular-image-and-txt-container {
  width: 45.5vw;
  height: 45.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10vw;
  left: -10vw;
}

.circular-image-and-txt-container.for-testimonial {
  width: 26vw;
  height: 26vw;
  flex: none;
  position: relative;
  top: 0;
  left: 4vw;
}

.circular-image-and-txt-container.for-testimonial.team {
  width: 20vw;
  height: 20vw;
  left: auto;
  right: auto;
  overflow: visible;
}

.circular-image-and-txt-container.for-testimonial.team._25vw, .circular-image-and-txt-container.for-testimonial.team.hide.black {
  width: 20vw;
  height: 20vw;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image.circular-image {
  position: absolute;
}

.image.circular-image.hidden-on-tablet {
  width: 95%;
  height: 95%;
}

.image.round {
  z-index: 5;
  object-fit: cover;
  background-image: none;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.round.blur {
  z-index: 1;
  height: auto;
  filter: blur(20px);
  background-image: none;
  margin-bottom: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.round.logo {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.menu-base-image {
  object-fit: cover;
  display: block;
}

.image.tickets, .image.dancers {
  opacity: 0;
  object-fit: cover;
  position: absolute;
}

.image.contacts {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
}

.image.about {
  opacity: 0;
  object-fit: cover;
  position: absolute;
}

.circular-image-wrapper {
  width: 84%;
  height: 84%;
  overflow: hidden;
}

.circular-image-wrapper.for-testimonial {
  width: 100%;
  height: 100%;
  align-self: auto;
}

.circular-image-wrapper.for-testimonial.first {
  z-index: 1;
  object-fit: fill;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.numbers-container {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -6vw;
  left: auto;
  right: auto;
  transform: translate(0%);
}

.big-arrow-button-text {
  font-size: 6vw;
  font-style: italic;
  line-height: 95%;
}

.big-arrow-button-text.number {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 4vw;
  font-style: normal;
}

.big-arrow-button-text.number.template-number {
  opacity: 0;
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  position: static;
}

.big-arrow-button-text.number.absolute {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 4vw;
  font-style: normal;
  position: absolute;
}

.big-arrow-button-text.number.absolute.hidden {
  opacity: 0;
}

.first-number-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.slash-container {
  margin-left: 8px;
  margin-right: 8px;
}

.testimonial-text {
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6vw;
  margin-left: 7.7vw;
  display: flex;
}

.testimonial-paragraph {
  width: 80%;
  margin-top: 10px;
  margin-left: 1.5vw;
}

.paragraph {
  color: var(--seashell);
  text-align: center;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph.left {
  text-align: left;
  margin-top: 10px;
  font-size: 1.2em;
}

.container {
  z-index: 11;
  width: 100%;
  max-width: 83.125em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tes-c05 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.tes-c05-grid {
  width: 90%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.tes-c05-grid.two {
  grid-column-gap: 30px;
  grid-template-columns: 1fr;
}

.tes-c05-grid.horizont {
  grid-template-columns: 1fr;
  padding-top: 40px;
}

.tes-c05-content-wrapper {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.tes-c05-image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tes-c05-image-wrapper.auto {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.tes-c05-tes-wrapper {
  width: 95%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.tes-c05-tes-wrapper._80vw {
  width: 70%;
}

.text-accent-one {
  color: var(--firebrick);
  text-transform: none;
  margin-top: 30px;
  font-family: Fogtwono5, sans-serif;
  font-size: 2vw;
  line-height: .9;
}

.text-accent-one.center {
  color: var(--seashell);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.track {
  width: 100%;
  height: 270vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: auto;
  align-items: flex-end;
  padding-left: 9vw;
  display: flex;
}

.home-about-part {
  flex: none;
  align-items: center;
  margin-right: 18vw;
  display: flex;
  overflow: hidden;
}

.home-about-part.first {
  margin-right: 7vw;
  padding-left: 0;
}

.about-images {
  display: flex;
}

.about-image-wrapper {
  width: 360px;
  height: 65vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-text-container {
  width: auto;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 6vw;
  display: flex;
}

.about-text-container.last {
  margin-right: 40vw;
}

.description-item-for-project {
  width: 60vw;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.description-item-number-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.description-item-number {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 6vw;
  line-height: 65%;
}

.description-item-header {
  align-items: flex-end;
  display: flex;
}

.descriptino-item-header-text {
  color: var(--firebrick);
  font-family: Fogtwono5, sans-serif;
  font-size: 3.3vw;
  line-height: 68%;
}

.descriptino-item-header-text.btn {
  color: var(--seashell);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.descriptino-item-header-text.btn.white {
  color: var(--maroon);
  text-shadow: 1px 1px 1px var(--light-grey);
}

.descriptino-item-header-text.btn.black {
  color: var(--black);
  background-color: #fff;
  border-style: none;
  font-size: 1em;
  font-weight: 400;
}

.description-item-paragraph {
  width: 50vw;
}

.m01-heading-wrapper {
  z-index: 1;
  width: 75%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-margin-20px {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.top-margin-20px.text-light {
  color: var(--seashell);
  font-size: 1vw;
  font-weight: 400;
}

.top-margin-20px.text-light.date {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
}

.top-margin-20px.text-light.date.city {
  text-transform: uppercase;
  font-family: Fogtwono5, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.text-light {
  color: var(--seashell);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.text-light.time {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fogtwono5, sans-serif;
  font-size: 3.5em;
  line-height: 90%;
  display: block;
}

.accent-m02 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.accent-m02-viewport {
  width: 100%;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 8vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accent-m02-horizontal-wrapper {
  flex-direction: row;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid.hide {
  display: block;
}

.grid.three-row {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  justify-items: center;
}

.accent-m02-content-wrapper {
  width: auto;
  height: auto;
  border: 1px solid var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.accent-m02-content-wrapper.city {
  width: 80%;
  background-color: var(--seashell);
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 24px;
}

.accent-m02-content-wrapper.city.hide {
  display: none;
}

.accent-m02-content {
  z-index: 1;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vw;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.accent-m02-content.date {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
}

.accent-m02-content.time {
  z-index: 5;
  margin-top: 0;
  padding-left: 0;
}

.botton-text {
  width: 90%;
}

.accent-m01-animation-wrapper {
  width: 100%;
  position: absolute;
}

.accent-m01-animation-wrapper.hide {
  display: none;
}

.accent-m01-rotation-wrapper {
  width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.accent-c08-wrapper {
  width: 100%;
  overflow: hidden;
}

.accent-c08-line-wrapper {
  z-index: 4;
  width: 300vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accent-c08-line-wrapper._02 {
  justify-content: flex-start;
}

.accent-c08-content {
  opacity: .11;
  display: flex;
}

.accent-c08-text {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: -1px 0 1px #e2e2e2, 1px 0 1px rgba(255, 255, 255, .4);
  flex: none;
  margin-top: 30px;
  margin-right: 30px;
  font-family: Fogtwono5, sans-serif;
  font-size: 20vw;
  line-height: 1;
}

.hero-m02 {
  width: 100%;
  text-align: center;
  object-fit: cover;
  background-image: url('../images/main_cover.webp');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-m02-title-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4vw 10vw 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.slide {
  height: 100%;
}

.slide.mob-show {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  overflow: visible;
}

.slider.hide {
  display: none;
}

.left-arrow, .right-arrow {
  display: block;
}

.navbar {
  z-index: 1001;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000 36%, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.hide {
  display: none;
}

.navbar-wide-container {
  width: 100%;
  max-width: 90vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
}

.menu-button {
  width: 46px;
  height: 28px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.menu-line {
  width: 100%;
  height: 2px;
  background-color: #4a4a4a;
}

.menu-line.shorter {
  width: 62%;
  margin-top: 9px;
}

.intro-01 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper.vert-center {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-content-wrapper.vert-center.right-padding {
  width: 35vw;
  height: auto;
  max-height: 20vw;
  background-color: #000;
  border-radius: 20px;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 5vw 2vw 3vw;
  position: relative;
  top: auto;
  bottom: auto;
  left: -5vw;
  right: auto;
}

.grid-content-wrapper.vert-center.right-padding.footer-block {
  width: 500px;
  max-height: none;
  background-color: var(--seashell);
  color: var(--black);
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-right: 3vw;
}

.grid-content-wrapper.vert-center.right-padding.footer-block.popup {
  flex: 0 auto;
  align-items: center;
  left: auto;
}

.grid-content-wrapper.vert-center.right-padding.footer-block.popup.hor {
  width: 60%;
  max-width: 620px;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.grid-content-wrapper.vert-center.right-padding._25 {
  width: 27vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: none;
}

.grid-content-wrapper.vert-center.paddings {
  padding: 5vw;
}

.grid-content-wrapper.vert-center.paddings.colour-white {
  background-color: #fbfbfb;
}

.grid-content-wrapper.vert-center.paddings.colour-white.rounded {
  width: 40vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.caps-small {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.caps-small.no-margin {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.caps-small.no-margin.white {
  font-family: Fogtwono5, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.caps-small.no-margin.white._2vw {
  text-align: left;
  font-size: 1.2vw;
}

.caps-small.no-margin._2vw {
  font-size: 2vw;
}

.caps-small.upper {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 1.5vw;
}

.caps-small.upper.red {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 1;
  display: none;
}

.caps-small.upper.dark {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  display: none;
}

.no-margin {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}

.no-margin.white {
  max-width: 480px;
  letter-spacing: .02em;
  text-shadow: none;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.white {
  color: var(--seashell);
  text-transform: none;
  text-shadow: 0 2px #6c0203;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.white.small-header {
  text-transform: uppercase;
  text-shadow: -1px 1px 2px #4f0303;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Fogtwono5, sans-serif;
  font-size: 8vw;
  line-height: .8;
}

.white.small-header.sub {
  width: 100%;
  font-family: Raleway, sans-serif;
  font-size: 2vw;
  line-height: 1;
}

.white.small-header.sub.coming {
  font-size: 8vw;
}

.white.ui {
  font-family: "Kozminpr6n 3 webfont";
  font-weight: 400;
}

.button-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  z-index: 1;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 32px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.red {
  color: var(--seashell);
  background-color: #ec0c05;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.button.red.show-mobile, .button.red.show-mobile.padd-0 {
  display: none;
}

.button.red.show-mobile.padd-0.show {
  max-width: 240px;
  background-color: var(--seashell);
  color: var(--maroon);
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.button.red.show-mobile.padd-0.show.meaning {
  margin-top: 30px;
  margin-left: 0;
}

.button.red.show-mobile.padd-0.show.review {
  margin-left: auto;
  margin-right: auto;
}

.button.red.foo {
  width: 410px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.button.square {
  z-index: 1;
  border-radius: 15px;
  margin-left: 24px;
  margin-right: 0;
  position: relative;
}

.button.right {
  z-index: 5;
  max-height: 48px;
  background-color: var(--black);
  color: var(--black);
  border-radius: 6px;
  margin: auto 24px auto auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.music {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 15px;
  transition: border-color .4s;
}

.button.music:hover {
  box-shadow: 1px 1px 15px 0 var(--seashell);
}

.button.new {
  background-image: linear-gradient(to bottom, var(--red), var(--maroon)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  color: var(--seashell);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 42px;
  padding-right: 42px;
}

.ornament {
  width: 180px;
  height: 180px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
  display: flex;
}

.body {
  background-color: var(--black-2);
  font-family: Raleway, sans-serif;
}

.page-change-l01-wrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-change-l01-appearance-wrapper {
  padding: 5px;
  overflow: hidden;
}

.page-change-l01-brand {
  width: 180px;
  height: 180px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 180px;
  position: absolute;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  z-index: 6;
  width: 55vw;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 100%;
  height: 80px;
  background-image: url('../images/background-4.png');
  background-position: 50%;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-5.absolute {
  height: 60px;
  background-image: url('../images/background-1.png');
  top: 0;
}

.text-span-2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 2vw;
  line-height: .6;
}

.text-span-2.small {
  font-size: 1.5vw;
  line-height: 1;
}

.text-span-2.small.foo {
  width: 100%;
  color: var(--seashell);
  font-size: 3vw;
  display: inline-block;
}

.image-4 {
  z-index: 1;
  width: 10vw;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 1%;
}

.image-4.ticket {
  width: 4vw;
  margin-left: 20px;
  position: relative;
  top: auto;
}

.image-4.big {
  width: 4vw;
  height: 4vw;
  position: static;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.image-4.left {
  width: 180px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.grid-2 {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  position: static;
}

.program {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.image-5 {
  width: 6vw;
  height: 6vw;
  margin-right: 12px;
}

.ornament-logo {
  width: 100%;
  height: 80px;
  background-image: url('../images/WITHOUTBG_b.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 60px;
  position: absolute;
  bottom: 0;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8._01 {
  background-image: linear-gradient(to top, var(--firebrick), transparent), url('../images/tick.jpg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8._02 {
  background-image: linear-gradient(to top, var(--firebrick), transparent), url('../images/ticket2_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-8._03 {
  background-image: linear-gradient(to top, var(--tan), transparent), url('../images/ticket4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-8._04 {
  background-image: linear-gradient(to top, var(--tan), transparent), url('../images/ticket3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-8._05 {
  background-image: linear-gradient(to top, var(--tan), transparent), url('../images/ticket5_1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-8._10 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8._11 {
  object-fit: cover;
}

.container-2 {
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 83.125em;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.container-2.full {
  max-width: 100%;
  justify-content: center;
}

.slide-nav {
  color: #f8f1f0;
  margin-top: 20px;
  display: block;
  position: relative;
}

.mask {
  height: 100%;
  overflow: visible;
}

.team-title {
  color: var(--firebrick);
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.5vw;
  font-weight: 600;
}

.team-title.left {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.team-title.left._2 {
  text-align: left;
}

.team-title.left.pop {
  text-align: left;
  margin-bottom: 20px;
  font-size: 21px;
}

.team-title.left.new {
  max-width: 320px;
  line-height: 1.2;
}

.team-title.white {
  color: var(--seashell);
  letter-spacing: .02em;
  text-shadow: 1px 1px 1px var(--black);
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.icon, .icon-2 {
  color: var(--seashell);
  margin-top: 14vw;
  margin-bottom: auto;
}

.image-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-7.show-mobile {
  display: none;
}

.text-span-4 {
  text-transform: none;
  margin-top: 15px;
  font-size: 1vw;
  line-height: 1;
  display: block;
}

.text-span-4.white {
  font-family: Fogtwono5, sans-serif;
  font-size: 2vw;
}

.text-span-4.city {
  color: var(--seashell);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  font-family: Fogtwono5, sans-serif;
  font-size: 38px;
  line-height: .6;
}

.footer-subscribe {
  height: auto;
  background-color: #000;
  background-image: url('../images/bg_footer00002.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px 0;
  position: relative;
}

.footer-social-block-three {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.footer-social-link-three {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 16px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-copyright {
  color: var(--seashell);
  font-size: 1vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.footer-copyright.black {
  color: var(--black);
  padding-top: 0;
  font-size: 10px;
}

.div-block-10 {
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.image-9 {
  color: #e24141;
}

.image-10 {
  width: 28px;
  background-color: rgba(0, 0, 0, 0);
}

.grid-3 {
  width: 100%;
  max-width: 83.125em;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-5 {
  margin-bottom: 15px;
  font-size: 1.5vw;
  display: block;
}

.text-span-5.small {
  color: var(--seashell);
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.5;
  text-decoration: none;
}

.text-span-5.botton {
  width: 80%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.div-block-11 {
  width: 55vw;
  min-height: 30vw;
  background-image: url('../images/footer.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.menu {
  z-index: 1000;
  height: 100vh;
  background-color: var(--seashell);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-links-part {
  width: 58.5vw;
  height: 100%;
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-links-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link.menu2 {
  margin-left: 20px;
}

.menu-link-text {
  font-family: Fogtwono5, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 121%;
  transition: color .3s;
}

.menu-link-text:hover {
  color: var(--firebrick);
}

.menu-link-text.small {
  color: var(--firebrick);
  font-size: 1.5vw;
  transition: color .3s;
}

.menu-link-text.small:hover {
  text-decoration: underline;
}

.menu-socials {
  justify-content: flex-start;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.menu-socials.for-mobile {
  display: none;
}

.social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 13px;
  margin-right: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-text {
  color: var(--black);
  font-family: Fogtwono5, sans-serif;
  font-size: 24px;
  line-height: 121%;
}

.menu-images-part {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-images-and-socials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-image-container {
  width: 20vw;
  height: 66vh;
  object-fit: contain;
  border-radius: 30vw;
  position: relative;
}

.menu-images-container-inner {
  object-fit: cover;
  border-radius: 30vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-12 {
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-12.right {
  position: relative;
  left: auto;
  right: 0;
}

.div-block-12 {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
  position: absolute;
}

.c {
  width: 13.8vw;
}

.image-14 {
  width: 20vw;
  margin-bottom: 10px;
}

.image-13 {
  width: 14vw;
  margin-right: 10px;
}

.image-15 {
  margin-left: -3px;
}

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

.menu-2 {
  border-radius: 30px;
  flex: 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-16 {
  display: none;
}

.text-span-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.image-18 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  z-index: 4;
  background-image: linear-gradient(to top, #58412c, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15.pink {
  background-image: linear-gradient(to top, #5b2c36, rgba(0, 0, 0, 0));
}

.div-block-15.black {
  background-image: linear-gradient(to top, var(--black), transparent);
}

.div-block-15.dark {
  background-image: linear-gradient(to top, #0f0f0f, rgba(0, 0, 0, 0));
}

.background-video {
  z-index: 1;
  width: 80%;
  height: 50vh;
  object-fit: contain;
  background-image: url('../images/MEDIA.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mobile {
  display: none;
}

.section-2 {
  height: 100vh;
  background-image: url('../images/MEDIA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.div-block-16 {
  text-align: right;
}

.rc-logo {
  margin-bottom: 10px;
}

.rc-logo.razom {
  width: 72px;
  margin-bottom: 10px;
}

.bold-text {
  font-size: 1.2vw;
}

.press {
  color: var(--seashell);
  flex-direction: column;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link {
  color: var(--seashell);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.grid-4 {
  z-index: 1;
  width: 90%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.link-block {
  text-decoration: none;
  position: relative;
}

.link-block:hover {
  filter: grayscale(0%);
}

.image-19 {
  margin-bottom: 2px;
  margin-left: 5px;
  line-height: 1;
}

.div-block-17 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-17.hide {
  display: block;
}

.form-block {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-horizontal {
  display: flex;
}

.field {
  width: 100%;
  height: 50px;
  min-width: 200px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 30px;
  font-weight: 600;
  position: relative;
}

.field::-ms-input-placeholder {
  color: var(--black);
}

.field::placeholder {
  color: var(--black);
}

.field.no-right {
  margin-right: 0;
}

.field.drop {
  margin-top: 10px;
}

.field.textarea {
  height: 70px;
  margin-top: 10px;
}

.div-block-18 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-18.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.show_newsletter {
  z-index: 0;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
}

.show_newsletter:hover {
  text-decoration: underline;
}

.text-block-4 {
  text-decoration: none;
}

.text-block-3 {
  color: #999;
  margin-top: .75rem;
  font-weight: 500;
}

.email_container {
  width: 100%;
}

.title {
  max-width: 24.375rem;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.subscriber {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.form_success-text {
  font-weight: 500;
}

.close_button {
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
}

.newsletter_description {
  max-width: 26.25rem;
  color: #747474;
  text-align: center;
  font-weight: 500;
}

.form-wrapper {
  margin-bottom: 0;
}

.subscriber_testimonial {
  max-width: 26rem;
  color: #747474;
  text-align: center;
  margin-top: .75rem;
  font-weight: 500;
}

.subscriber_name {
  font-weight: 600;
}

.bottom {
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.form_error-message {
  color: #e72f3c;
  background-color: rgba(231, 47, 60, .1);
  border-left: .125rem solid #e72f3c;
  border-radius: .5rem;
  margin-top: .5rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100vh;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_error-text {
  font-weight: 500;
}

.subscriber_container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.newsletter_container {
  height: 100vh;
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_input-2 {
  height: 3.25rem;
  color: #747474;
  background-color: rgba(150, 150, 150, .1);
  border: .125rem solid #e9f0f1;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .25s, border-color .25s;
}

.form_input-2:focus {
  border-color: #dae5e7;
}

.form_input-2::-ms-input-placeholder {
  color: rgba(11, 11, 31, .5);
}

.form_input-2::placeholder {
  color: rgba(11, 11, 31, .5);
}

.top {
  min-height: 16.25rem;
  background-color: #5136eb;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.form_success-message {
  height: 3.25rem;
  text-align: left;
  background-color: #e9f0f1;
  border-radius: .5rem;
  padding: 1rem 4rem;
  font-size: .875rem;
  font-weight: 600;
}

.subscriber_job {
  color: #747474;
  font-weight: 500;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #5136eb;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.newsletter_card {
  width: 100%;
  max-width: 32rem;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px rgba(81, 54, 235, .05);
}

.popup {
  z-index: 100;
  background-color: rgba(58, 56, 54, .09);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup.get-notified, .popup.presale, .popup.sales {
  display: none;
}

.popup-photo {
  margin-bottom: 10px;
}

.popup-photo.creative {
  width: 230px;
  border-radius: 20px;
  margin-right: 40px;
}

.div-block-19 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.close-popup {
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.sound {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-20 {
  width: 40px;
  border-radius: 10px;
  margin-right: 10px;
  overflow: hidden;
  box-shadow: 0 5px 6px -1px rgba(0, 0, 0, .23);
}

.div-block-20.spoot {
  background-color: #18d960;
}

.div-block-20.youtube {
  background-color: #fe0300;
}

.div-block-20.round {
  border-radius: 50%;
}

.album {
  width: 25vw;
  margin-top: 40px;
  box-shadow: 0 0 80px -20px #fe3939;
}

.text-span-7 {
  letter-spacing: 3.5px;
  text-transform: none;
  text-shadow: -1px 4px 1px #6d0202;
  font-size: 18.5vw;
  line-height: .8;
}

.header-container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu-2 {
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  flex: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.header-link {
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.header-link.none-padding {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.text-menu-header {
  color: var(--seashell);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.link-logo {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-section {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-slider-flex {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-slider-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image-slider-container {
  width: 900vw;
  height: 700px;
  align-items: center;
  display: flex;
}

.image-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  padding-right: 20px;
  display: flex;
}

.slider-image {
  width: 980px;
}

.slider-overlay {
  z-index: 10;
  width: 100%;
  height: 700px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.banner-vector-top {
  z-index: 20;
  width: 100%;
  height: 120px;
  align-self: stretch;
  margin-top: -5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner-vector-bottom {
  z-index: 20;
  width: 100%;
  height: 120px;
  align-self: stretch;
  margin-bottom: -10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about {
  height: 100vh;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-regular {
  z-index: 1;
  max-width: 83.125em;
  padding: 0;
  position: relative;
}

.who-we-are-grid-wrap {
  margin-top: 40px;
}

.who-we-are-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  align-items: center;
  padding-bottom: 0;
}

.who-we-are-title-wrap {
  flex-direction: column;
  display: flex;
}

.who-we-are-title {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.who-we-are-title.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.our-mission-title-content {
  color: var(--seashell);
  letter-spacing: .02em;
  text-shadow: 0 2px 2px var(--black);
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.our-mission-title-content.title {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.our-mission-whole-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.our-mission-bg {
  border-radius: 8px;
  padding: 2px;
}

.our-mission-bg.first-tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-mission-bg.second-tab {
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-mission-bg.third-tab {
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-mission-wrap {
  background-color: #fff;
  padding: 20px 30px;
}

.our-mission-wrap.first-tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.our-mission-title {
  color: var(--seashell);
  letter-spacing: .01em;
  margin-top: 0;
  padding-left: 45px;
  font-family: Fogtwono5, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.our-mission-title.dance {
  background-image: url('../images/icons8-tango-90.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.our-mission-title.visual {
  background-image: url('../images/icons8-eye-90.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.our-mission-title.music {
  background-image: url('../images/icons8-musical-notes-90.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.our-mission-title.quote {
  min-height: 35px;
  background-image: url('../images/icons8-get-quote-90.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.our-mission-title.black {
  color: var(--black);
}

.our-mission-title.no-left {
  padding-left: 0;
}

.our-mission-content {
  color: var(--seashell);
  letter-spacing: .02em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .8);
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.our-mission-content.up {
  margin-top: 25px;
}

.bg-video-border-wrapper {
  z-index: 2;
  border: 8vw solid #000;
  border-width: 8vw 15vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sun-icon {
  z-index: 99;
  width: 35vw;
  opacity: 0;
  position: absolute;
}

.icon-3 {
  width: 20px;
  margin-left: 7px;
  transform: rotate(-90deg);
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bottom {
  z-index: 3;
  color: #fff;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-main {
  min-height: 300vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.outline-heading {
  z-index: 99;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 1.3em;
  position: absolute;
}

.c-sticky {
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.filled-heading {
  z-index: 99;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fogtwono5, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 1.3em;
  position: absolute;
}

.bg-video-wrapper {
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-video-inner-wrapper {
  width: 100vw;
  height: 100vh;
}

.bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.about {
  background-image: url('../images/bg_about00001.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.reviews {
  background-image: url('../images/bg_review00001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.gallery {
  background-color: var(--black-2);
  background-image: none;
}

.bg.dancer {
  background-image: url('../images/bg_dancer00002.webp');
  background-position: 50%;
  background-size: cover;
}

.bg.tickets {
  background-image: url('../images/bg_ticket00001.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg.producers {
  background-image: url('../images/FROM-THE-PRODUCERS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.trailer {
  background-color: var(--black-2);
  background-image: url('../images/bg_dancer00002.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.bg.sound {
  background-image: url('../images/bg_sound00001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.meaning {
  background-color: var(--black-2);
  background-image: url('../images/bg_meaning00001.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.media {
  background-image: url('../images/bg_dancer00002.webp');
  background-position: 50%;
  background-size: cover;
}

.bg.team {
  background-image: url('../images/bg_team00001.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.red {
  color: var(--seashell);
  text-shadow: 0 2px 2px var(--black);
  font-size: 1.2em;
  font-weight: 600;
}

.play-pause-button {
  position: relative;
}

.video {
  width: 60%;
}

.lightbox-video-thumbnail {
  z-index: 11;
  width: 100%;
  height: 400px;
  max-width: 720px;
  object-fit: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.lightbox-video-thumbnail.review {
  width: 100%;
  height: 320px;
}

.lightbox-video-thumbnail.producer {
  width: 100%;
  max-height: 280px;
}

.section-3 {
  height: 100vh;
  background-color: var(--black-2);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-3._100vh {
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cursor-area {
  z-index: 100;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-wrapper {
  width: 6em;
  height: 6em;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding-left: .3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-mobile {
  display: none;
}

.video-lightbox {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-lightbox._100 {
  width: 100%;
}

.center-w2 {
  z-index: 5;
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.center-w2.gutter-outside {
  flex-direction: column;
  display: flex;
  position: relative;
}

.center-w2.white_bg {
  background-color: var(--seashell);
}

.center-w2.hide {
  display: none;
}

.center-w2.full-wight {
  padding-left: 40px;
  padding-right: 40px;
}

.play-button-text {
  font-size: 1.4em;
}

.play-pause-button-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.section-hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gradient-wrapper {
  z-index: -1;
  min-height: 90vh;
  filter: blur(160px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle {
  width: 50vw;
  height: 80vh;
  background-color: #fe3218;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._1 {
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #ff911a;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.circle._4 {
  background-color: #450eff;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -10%;
}

.circle._3 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.round {
  background-image: linear-gradient(#f00909, #ff912e);
}

.gradiendroud {
  width: 100%;
  height: 100%;
  filter: blur(20px);
  background-image: linear-gradient(#f11212, #ffe416);
  border-radius: 50%;
  position: absolute;
}

.container-3 {
  height: 100%;
  max-width: 83.125em;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.blur {
  z-index: 5;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to top, #000 16%, rgba(0, 0, 0, 0) 62%);
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.blur.up {
  background-image: linear-gradient(#000 16%, rgba(0, 0, 0, 0) 61%);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card__holo-glow {
  opacity: .2;
  filter: blur(20px);
  border-radius: 24px;
  position: absolute;
  top: -48px;
  bottom: -48px;
  left: -48px;
  right: -48px;
}

.card__holo-glow.card__holo-glow--s {
  opacity: .5;
  top: -24px;
  bottom: -24px;
  left: -24px;
  right: -24px;
}

.card__line {
  z-index: 1;
  width: 88px;
  height: 16px;
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 36px;
  left: 104px;
  right: auto;
  overflow: hidden;
}

.card__line.card__line--top {
  width: 128px;
  bottom: 60px;
}

.card__bg {
  width: 400px;
  height: 360px;
}

.card__front-glow-mask {
  background-color: #131313;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.card__front {
  background-color: #131313;
  background-image: url('../images/ABOUT_.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  overflow: hidden;
}

.card {
  perspective: 2000px;
  position: relative;
}

.card__label-gradient {
  filter: blur(12px);
  background-image: linear-gradient(122deg, #000 20%, #202020 50%, #131313 80%);
  position: absolute;
  top: -24px;
  bottom: -24px;
  left: -24px;
  right: -24px;
}

.card__circle {
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: auto;
  overflow: hidden;
}

.card__glow {
  width: 400px;
  height: 250px;
  opacity: .7;
  filter: blur(12px);
  background-image: linear-gradient(29deg, rgba(0, 0, 0, 0) 37%, rgba(42, 99, 255, .93)), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-21 {
  filter: blur(5px);
  position: relative;
}

.text-span-8 {
  font-size: 7vw;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  height: 40px;
  max-width: 83.125em;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-22 {
  position: absolute;
}

.image-22._35 {
  bottom: 35%;
}

.slide-nav-2 {
  display: block;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.image-23 {
  width: 210px;
}

.image-24 {
  margin-bottom: 20px;
}

.header-text {
  height: 4vh;
  color: var(--seashell);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  display: block;
  overflow: visible;
}

.header-text.mincho {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.link-2 {
  color: var(--seashell);
  text-shadow: 1px 1px 2px var(--black);
  font-weight: 600;
  text-decoration: underline;
}

.button-3 {
  color: #fff;
  text-align: center;
  border: 1px solid #424fff;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #424fff;
}

.button-3.button--home-hero {
  border-color: var(--red);
  letter-spacing: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.3em;
  line-height: 1;
}

.button-3.button--home-hero:hover {
  color: var(--red);
}

.button-3.button--home-hero.white-bg {
  z-index: 11;
  background-color: var(--red);
  border-radius: 8px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1vw 3.5vw;
  font-size: 1em;
}

.button-3.button--home-hero.white-bg:hover {
  background-color: var(--seashell);
  color: var(--firebrick);
  text-shadow: none;
}

.button-3.button--home-hero.white-bg.center {
  max-width: 20vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 3.5vw;
  display: block;
}

.button-3.button--home-hero.white-bg.center.w--current {
  max-width: 25vw;
}

.button-3.button--home-hero.white-bg.center.no-margin {
  margin-top: 0;
}

.button-3.button--home-hero.white-bg.center.up.w--current {
  width: 20rem;
  max-width: none;
  margin-top: 20px;
}

.button-3.button--home-hero.white-bg.center.up.w--current:hover {
  background-color: #fff;
}

.button-3.button--home-hero.white-bg.center.no-padd {
  margin-top: 20px;
}

.button-3.button--home-hero.white-bg.no-left {
  margin-left: 0;
  padding: 1vw 3.5vw;
}

.button-3.button--home-hero.white {
  border-color: var(--seashell);
  background-color: var(--seashell);
  color: var(--firebrick);
  text-shadow: none;
  border-radius: 8px;
  padding: 1vw 3.5vw;
  font-size: 1em;
}

.button-3.button--home-hero.white.bg {
  margin-left: 10px;
}

.button__text {
  z-index: 10;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.button__fill-top {
  height: 50%;
  background-color: var(--firebrick);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button__fill-top.white {
  background-color: var(--seashell);
}

.button__fill-top.tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.button__fill-bottom {
  height: 50%;
  background-color: var(--firebrick);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button__fill-bottom.white {
  background-color: var(--seashell);
  text-shadow: 1px 1px 1px var(--seashell);
}

.button__fill-bottom.tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.button__fill-left {
  width: 50%;
  background-color: var(--firebrick);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button__fill-left.white {
  background-color: var(--seashell);
  text-shadow: 1px 1px 1px var(--seashell);
}

.button__fill-left.tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.button__fill-right {
  width: 50%;
  background-color: var(--firebrick);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button__fill-right.white {
  background-color: var(--seashell);
  text-shadow: 1px 1px 1px var(--seashell);
}

.button__fill-right.tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.image-25 {
  width: 18px;
  display: inline-block;
}

.div-block-23 {
  align-items: center;
  display: flex;
}

.image-26 {
  margin-left: 5px;
}

.cards_card1_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards_card_wrapper {
  flex-direction: column;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-large {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.8em;
  line-height: 1;
}

.cards_card1_photo {
  z-index: 2;
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  border: .35rem #fff;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cards_card1_overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(70deg, var(--maroon) 39%, var(--red));
  opacity: .6;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards_card1_content-wrapper {
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem 3rem;
  display: flex;
  position: relative;
}

.cards_card1_image-wrapper {
  width: 100%;
  height: 10rem;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #6a14ad;
  border: .125rem solid #6a14ad;
  border-radius: .25rem;
  padding: .625rem 2.5rem;
  font-weight: 400;
  transition: background-color .3s, color .3s;
}

.button-4:hover {
  color: #6a14ad;
  background-color: rgba(0, 0, 0, 0);
}

.cards_card1 {
  width: 25rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--seashell);
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px rgba(0, 0, 0, .04), 0 16px 16px rgba(0, 0, 0, .08);
}

.main-container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.heading {
  color: var(--seashell);
  text-shadow: 0 4px 0 var(--maroon);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kozminpr6n 3 webfont";
  font-size: 14em;
  font-weight: 400;
  line-height: .8;
}

.heading.mincho.hide {
  display: none;
}

.heading-2 {
  color: var(--seashell);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kozminpr6n 3 webfont";
  font-size: 3em;
}

.heading-2.mincho {
  margin-bottom: 40px;
  font-weight: 400;
}

.heading-3 {
  color: var(--seashell);
  text-transform: uppercase;
  text-shadow: 0 2px 0 var(--maroon);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kozminpr6n 3 webfont";
  font-size: 6em;
  font-weight: 400;
  line-height: .8;
}

.heading-3.mincho {
  font-size: 5.8em;
}

.heading-3.mincho.hide {
  display: none;
}

.heading-3.show {
  font-size: 2.5em;
}

.heading-3.hide {
  display: none;
}

.paragraph-2 {
  font-size: 1.3em;
  line-height: 1;
}

.btn {
  background-color: var(--black-2);
  color: var(--seashell);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn:hover {
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
}

.btn.red {
  max-width: 10rem;
  border-color: var(--firebrick);
  color: #fff;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.btn.red:hover {
  color: var(--firebrick);
  background-color: rgba(0, 0, 0, .58);
}

.btn.red.padd {
  background-color: rgba(0, 0, 0, .52);
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn.red.padd:hover {
  color: var(--black);
}

.btn.red.padd.auto {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.btn.red.padd.auto.no-margin {
  margin-top: 0;
}

.btn.red.padd.auto.ticket {
  max-width: 15rem;
  border-color: var(--red);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.btn.red.padd.auto.ticket.buy {
  background-color: var(--firebrick);
  color: var(--seashell);
  justify-content: center;
}

.btn.red.padd.auto.ticket.buy:hover {
  box-shadow: 0 -2px 5px rgba(237, 11, 5, .4), 0 2px 5px rgba(237, 11, 5, .4);
}

.btn.red.padd.auto.ticket.buy.green {
  border-style: none;
  border-color: var(--color);
  background-color: var(--color);
}

.btn.red.padd.white {
  max-width: 20rem;
  border-color: var(--seashell);
  flex: 0 auto;
}

.btn.red.bg {
  background-color: var(--red);
}

.btn.red.bg:hover {
  color: var(--seashell);
}

.btn.red.wht {
  border-color: var(--seashell);
}

.button-text-wrapper {
  height: 15px;
  overflow: hidden;
}

.button-text {
  height: 20px;
  color: var(--red);
  transition: color .2s;
}

.button-text:hover {
  color: var(--seashell);
}

.button-text.white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  font-size: 15px;
}

.button-text.red {
  color: var(--seashell);
  text-shadow: none;
  font-size: 15px;
}

.button-text.buy {
  color: var(--seashell);
}

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

.image-27 {
  mix-blend-mode: darken;
}

.div-block-25 {
  min-height: 180px;
  background-color: #fff;
  background-image: url('../images/Снимок-экрана-2023-03-09-в-22.52.58.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.space-top-large {
  margin-top: 0;
  text-decoration: none;
}

.career-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--seashell);
  border: 3px solid rgba(211, 207, 202, .4);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  transition: padding .2s;
  display: grid;
}

.career-row:hover {
  padding-left: 20px;
}

.career-row.active {
  border: 3px solid var(--tan);
  background-color: var(--black-2);
  transform: scale3d(1none, 1none, 1none);
  color: var(--seashell);
  transform-style: preserve-3d;
  border-radius: 8px;
  grid-template-columns: .5fr .75fr 1.25fr 1fr;
  padding-top: 20px;
  transition: all .2s;
  box-shadow: -2px 0 5px rgba(237, 11, 5, .8), 2px 0 5px rgba(237, 11, 5, .8), 0 -2px 5px rgba(237, 11, 5, .8), 0 2px 5px rgba(237, 11, 5, .8);
}

.career-row.active:hover {
  transform: scale(1.03);
}

.career-row.active.ended {
  border-color: var(--light-grey);
  box-shadow: none;
}

.career-row.discount {
  border-color: var(--seashell);
  background-color: var(--black-2);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 8px;
  grid-template-columns: .5fr .75fr 1.25fr 1fr;
  transition: all .2s;
}

.career-row.discount:hover {
  transform: scale(1.03);
}

.large-text-4 {
  font-size: 18px;
  line-height: 27px;
}

.career-tag {
  border: 1px rgba(26, 29, 36, .1);
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.career-tag.notify {
  font-size: 16px;
  line-height: 1;
}

.career-tag.address {
  background-image: url('../images/icons8-location-50.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.career-row-deet {
  font-weight: 600;
}

.career-row-deet.city {
  font-size: 24px;
  line-height: 1;
}

.career-row-deet.name {
  font-size: 18px;
}

.career-row-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-26 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-29 {
  z-index: 1;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-30 {
  width: 170px;
  filter: blur(5px);
}

.image-31 {
  border: 3px solid var(--seashell);
  margin-bottom: 10px;
}

.media-title {
  color: var(--seashell);
  text-transform: uppercase;
  font-weight: 600;
}

.image-32 {
  z-index: 2;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-32.hide {
  display: none;
}

.div-block-27 {
  color: var(--seashell);
}

.image-33 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-33.logo {
  width: 80%;
  height: auto;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.recaptcha {
  margin-top: 10px;
}

.text-span-9 {
  color: #ff0f0f;
}

.text-block-6 {
  color: var(--seashell);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.text-span-10 {
  color: var(--red);
}

.link-3 {
  color: var(--seashell);
  text-decoration: none;
}

.btn-wrap {
  max-width: 500px;
  display: block;
}

.btn-liquid {
  width: 240px;
  height: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.inner {
  z-index: 2;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  position: relative;
}

.wavy-btn {
  border-bottom: 1px solid var(--seashell);
  color: var(--seashell);
  padding-bottom: .25em;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.wavy-btn:hover {
  background-image: url('../images/wavy-btn-hover-border.svg');
  background-repeat: repeat-x;
  background-size: auto 20%;
  border-bottom-width: 0;
  padding-bottom: .3em;
}

.section-4 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wavy-btn-2 {
  border-bottom: 1px solid var(--seashell);
  color: var(--seashell);
  padding-bottom: .35em;
  font-family: Open Sans, sans-serif;
  line-height: 1;
  text-decoration: none;
}

.wavy-btn-2:hover {
  color: var(--seashell);
  background-image: url('../images/wavw.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 20%;
  border-bottom-width: 0;
  padding-bottom: .35em;
  line-height: 1;
}

.text-block-7 {
  color: var(--seashell);
  line-height: 1;
}

.team-v4-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-497 {
  width: 100%;
  max-width: 497px;
  position: relative;
}

.team-v4-intro-block {
  text-align: center;
}

.team-v4-gradient {
  z-index: -1;
  max-height: 300px;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient-wrapper {
  min-height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.outer-gradient {
  width: 472px;
  height: 412px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--firebrick), #db2020 43%, transparent);
  opacity: .2;
  filter: blur(220px);
}

.inner-gradient {
  width: 213px;
  height: 186px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red), transparent), linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  opacity: .3;
  filter: blur(100px);
  border-radius: 100%;
  position: absolute;
}

.team-v4-members-wrapper {
  width: 3px;
  height: 3px;
  position: absolute;
}

.team-accordion-trigger {
  position: absolute;
}

.team-accordion-trigger._12-o-clock {
  bottom: 210px;
  right: 40px;
}

.team-accordion-trigger._1-o-clock {
  bottom: 200px;
  left: 160px;
}

.team-accordion-trigger._2-o-clock {
  bottom: 130px;
  left: 400px;
}

.team-accordion-trigger._3-o-clock {
  left: 370px;
}

.team-accordion-trigger._4-o-clock {
  top: 180px;
  left: 214px;
}

.team-accordion-trigger._6-o-clock {
  top: 210px;
  right: -10px;
}

.team-accordion-trigger._7-o-clock {
  top: 160px;
  right: 300px;
}

.team-accordion-trigger._9-o-clock {
  bottom: -44px;
  right: 383px;
}

.team-accordion-trigger._11-o-clock {
  bottom: 134px;
  right: 344px;
}

.team-v4-image-wrapper {
  width: 110px;
  height: 110px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  overflow: hidden;
}

.team-v4-image-wrapper:hover {
  border-color: var(--firebrick);
}

.team-v4-accordion-content {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 440px;
  min-width: 568px;
  border: 1px solid var(--seashell);
  background-color: var(--black-2);
  padding: 32px;
  display: block;
  position: absolute;
  bottom: -50%;
  right: -50%;
  overflow: hidden;
  transform: translate(50%, 50%);
}

.team-v4-accordion-content.hide {
  display: none;
}

.bold-text-2 {
  display: block;
}

.image-34 {
  width: 45vw;
  color: #b91e1e;
}

.image-35 {
  width: 22vw;
}

@media screen and (max-width: 991px) {
  .section.for-testimonials.colour-one {
    padding-top: 50px;
    padding-bottom: 0;
    display: none;
  }

  .section.colour-three.colour-one {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.colour-three.colour-one.show-mobile, .section.colour-three.colour-one.show-mobile.team {
    display: block;
  }

  .section.for-homepage-horizontal.colour-one {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.colour-four {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.colour-one.padding {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.colour-one.padding.auto {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.colour-one.padding.auto._100vh {
    height: auto;
    min-height: 700px;
  }

  .section.team {
    display: none;
  }

  .wide-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-sticky-container {
    height: 100vh;
  }

  .testimonial {
    margin-bottom: 25px;
  }

  .testimonial-header {
    position: relative;
    top: 0;
  }

  .testimonial-header.absolute {
    margin-top: 0;
    position: static;
  }

  .testimonial-header.gallery {
    padding-top: 40px;
  }

  .large-text.bigger.for-testimonial {
    text-align: center;
    font-size: 6vw;
  }

  .large-text.bigger.dark {
    font-size: 3vw;
  }

  .testimonial-inner {
    flex-direction: column;
  }

  .circular-image-and-txt-container.for-testimonial {
    width: 46vw;
    height: 46vw;
    left: 0;
  }

  .circular-image-and-txt-container.for-testimonial.team {
    width: 50vw;
    height: 50vw;
    margin-bottom: 25px;
  }

  .circular-image-and-txt-container.for-testimonial.team._25vw {
    width: 25vw;
    height: 25vw;
  }

  .circular-image-and-txt-container.for-testimonial.team.hide.black {
    order: -1;
    display: none;
  }

  .circular-image-and-txt-container.for-testimonial.team._2 {
    width: 25vw;
    height: 25vw;
  }

  .circular-image-and-txt-container.for-testimonial.dance {
    width: 35vw;
    height: 35vw;
  }

  .image.circular-image.hidden-on-tablet {
    display: block;
  }

  .image.round.logo {
    left: 0%;
  }

  .numbers-container {
    display: none;
  }

  .testimonial-text {
    width: 85%;
    height: auto;
    margin-top: 25px;
    margin-left: 0;
  }

  .testimonial-paragraph {
    width: auto;
    margin-left: 0;
  }

  .paragraph {
    font-size: 2vw;
    line-height: 1.2;
  }

  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .tes-c05-grid {
    width: 95%;
    grid-template-columns: 1fr;
  }

  .tes-c05-grid.horizont {
    grid-template-columns: 1fr;
  }

  .text-accent-one {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1;
  }

  .track {
    height: auto;
    padding: 0 30px;
  }

  .camera {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .frame {
    flex-direction: column;
    align-items: stretch;
    margin-top: 50px;
    padding-left: 0;
  }

  .home-about-part {
    flex-direction: column;
    margin-right: 0;
  }

  .home-about-part.first {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
  }

  .about-images {
    margin-bottom: 50px;
  }

  .about-image-wrapper {
    width: 38vw;
    height: auto;
  }

  .about-text-container {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }

  .about-text-container.last {
    margin-right: 0;
  }

  .description-item-for-project {
    width: 85%;
    margin: 16px auto;
  }

  .descriptino-item-header-text.btn {
    font-size: 2vw;
  }

  .description-item-paragraph {
    width: auto;
  }

  .m01-heading-wrapper {
    width: 85%;
  }

  .top-margin-20px.text-light.date {
    font-size: 2.5vw;
  }

  .accent-m02 {
    padding-top: 56%;
    padding-bottom: 50px;
  }

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

  .grid.three-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .accent-m02-content-wrapper {
    min-height: 420px;
    min-width: 260px;
    justify-content: space-around;
  }

  .accent-m02-content-wrapper.green, .accent-m02-content-wrapper.yellow {
    min-height: 520px;
  }

  .accent-m02-content-wrapper.city {
    min-height: auto;
    padding: 15px 12px 25px 24px;
  }

  .accent-m02-content.date {
    padding-left: 0;
  }

  .accent-m02-content.time {
    padding-left: 0;
    display: block;
  }

  .accent-c08-text {
    font-size: 48vw;
  }

  .menu-button {
    z-index: 1003;
    display: block;
    position: relative;
  }

  .intro-01 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block {
    width: 80vw;
    max-height: 100%;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 5vw;
    left: 0;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block.popup {
    width: 70vw;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block.popup.hor {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .grid-content-wrapper.vert-center.right-padding._25 {
    width: 45vw;
    max-height: 100%;
    align-items: center;
    padding-bottom: 4vw;
    padding-left: 5vw;
    display: none;
    top: -5vw;
    left: auto;
  }

  .grid-content-wrapper.vert-center.paddings.colour-white.rounded {
    width: 70vw;
  }

  .caps-small.no-margin.white, .caps-small.no-margin._2vw {
    font-size: 4vw;
  }

  .caps-small.upper {
    font-size: 2.5vw;
    line-height: 1;
  }

  .caps-small.upper.red, .caps-small.upper.dark {
    font-size: 4vw;
  }

  .no-margin {
    font-size: 2vw;
  }

  .no-margin.white {
    max-width: 100%;
  }

  .white.small-header {
    font-size: 8vw;
  }

  .white.small-header.sub {
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .button.red {
    margin-top: 50px;
  }

  .button.red.show-mobile {
    display: block;
  }

  .button.red.foo {
    margin-top: 10px;
  }

  .button.right {
    margin-left: auto;
    margin-right: auto;
    right: 24px;
  }

  .button.music {
    justify-content: flex-start;
  }

  .div-block-3 {
    margin-top: 120px;
  }

  .div-block-4 {
    width: 80vw;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-5 {
    top: 15vw;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-span-2.small {
    font-size: 4vw;
  }

  .text-span-2.small.foo {
    font-size: 6vw;
  }

  .image-4 {
    width: 15vw;
    position: relative;
    top: -10px;
  }

  .image-4.ticket {
    width: 8vw;
  }

  .image-4.big {
    width: 8vw;
    height: 8vw;
    top: -10px;
  }

  .image-4.left {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

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

  .div-block-6 {
    margin-left: -15px;
  }

  .image-5 {
    width: 8vw;
    height: 8vw;
  }

  .ornament-logo {
    display: none;
  }

  .div-block-8._10 {
    background-image: url('../images/ticket11.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-8._11 {
    background-image: url('../images/ticket10.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-2 {
    max-width: 728px;
    padding-top: 50px;
  }

  .slide-nav {
    margin-top: 25px;
  }

  .team-title {
    margin-bottom: 20px;
    font-size: 2vw;
    line-height: 1;
  }

  .team-title.left.pop, .team-title.left.new {
    text-align: center;
  }

  .icon, .icon-2 {
    margin-top: 25vw;
  }

  .image-7 {
    display: none;
  }

  .image-7.show-mobile {
    display: block;
  }

  .text-span-4 {
    font-size: 1.5vw;
    line-height: 1.4;
  }

  .text-span-4.white {
    font-size: 4vw;
    line-height: 1;
  }

  .footer-subscribe {
    height: auto;
    background-image: url('../images/bg_footer00001.webp');
    background-position: 50%;
    padding-top: 46%;
    padding-bottom: 50px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-copyright {
    font-size: 2vw;
  }

  .footer-copyright.black {
    text-align: center;
  }

  .div-block-10 {
    flex-direction: column;
    position: relative;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .text-span-5 {
    font-size: 2vw;
  }

  .text-span-5.small {
    font-size: 2vw;
    line-height: 1.5;
  }

  .div-block-11 {
    width: 100%;
    height: 100%;
    min-height: auto;
    background-position: 50%;
    position: absolute;
  }

  .menu {
    display: none;
  }

  .menu-links-part {
    width: 100%;
  }

  .menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-link-text {
    font-size: 4vw;
    line-height: 100%;
  }

  .menu-link-text.small {
    font-size: 3vw;
  }

  .menu-socials.for-mobile {
    display: flex;
  }

  .menu-images-part, .menu-2 {
    display: none;
  }

  .image-16 {
    width: 120px;
    display: block;
  }

  .image-18 {
    height: auto;
    max-height: 500px;
    display: block;
  }

  .background-video {
    height: 60vh;
  }

  .mobile, .section-2 {
    display: none;
  }

  .grid-4 {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-18 {
    width: 400px;
  }

  .div-block-18.vertical {
    text-align: center;
    align-items: center;
  }

  .popup-photo.creative {
    margin-right: 0;
  }

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

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

  .link-logo {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-slider-container {
    height: 480px;
  }

  .slider-overlay {
    height: auto;
  }

  .about {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .who-we-are-grid {
    width: 80vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .who-we-are-title {
    margin-bottom: 60px;
  }

  .who-we-are-title.center {
    margin-bottom: 20px;
  }

  .our-mission-title-content {
    font-size: 18px;
  }

  .our-mission-wrap.first-tab {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .sun-icon {
    width: 50vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
    font-size: 100px;
  }

  .bg.about {
    background-image: url('../images/bg_about00002.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .bg.reviews {
    background-image: url('../images/bg_review00002.webp');
    background-size: cover;
  }

  .bg.producers {
    background-image: url('../images/producers_00000.jpg');
    background-size: cover;
  }

  .bg.trailer {
    background-image: url('../images/bg_dancer00001.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg.sound {
    background-image: url('../images/bg_team00002.webp');
  }

  .bg.meaning {
    background-image: url('../images/bg_meaning00002.webp');
    background-position: 50% 40%;
    background-size: 768px;
  }

  .bg.team {
    background-image: url('../images/bg_team00002.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: contain;
  }

  .lightbox-video-thumbnail {
    width: 75vw;
    height: 280px;
  }

  .section-3 {
    height: auto;
  }

  .section-3._100vh {
    height: auto;
    min-height: 80vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cursor-area {
    display: none;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .center-w2 {
    max-width: 90%;
  }

  .center-w2.gutter-outside {
    height: 100%;
    margin-top: 20px;
  }

  .text-block-5 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .container-3 {
    flex-direction: column;
  }

  .blur {
    height: 40px;
    filter: blur(5px);
  }

  .blur.up {
    height: 40px;
    filter: blur(5px);
    top: -10px;
  }

  .text-span-8 {
    font-size: 14vw;
  }

  .div-block-21 {
    justify-content: center;
  }

  .slide-nav-2 {
    position: relative;
  }

  .header-text.mincho {
    height: 6vh;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.mincho {
    text-shadow: 0 2px 1px rgba(0, 0, 0, .4);
  }

  .btn.red.padd {
    background-color: rgba(0, 0, 0, .85);
  }

  .btn.red.padd.auto {
    flex: 0 auto;
  }

  .btn.red.padd.auto.ticket {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn.red.padd.white {
    background-color: rgba(0, 0, 0, .85);
  }

  .button-text-wrapper {
    overflow: hidden;
  }

  .button-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
  }

  .button-text.white, .button-text.buy {
    font-size: 16px;
  }

  .career-row.active {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    transform: none;
  }

  .career-row.active:hover {
    transform: none;
  }

  .career-row.discount {
    grid-template-columns: 1fr;
    transform: none;
  }

  .career-row.discount:hover {
    transform: none;
  }

  .career-tag, .career-tag.address {
    text-align: center;
  }

  .career-row-deet.city {
    text-align: center;
    font-size: 18px;
  }

  .career-row-deet.name {
    text-align: center;
  }

  .image-32 {
    width: 64px;
    height: 64px;
  }

  .image-34 {
    width: 60vw;
  }

  .image-35 {
    width: 32vw;
  }
}

@media screen and (max-width: 767px) {
  .section.colour-four {
    padding-bottom: 0;
  }

  .section.colour-one.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .track {
    padding-bottom: 25px;
  }

  .grid.three-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .left-arrow.hide, .right-arrow.hide {
    display: none;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block.popup {
    width: 480px;
  }

  .white {
    font-size: 3vw;
  }

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

  .button {
    justify-content: center;
  }

  .button.red.show-mobile.padd-0.show.review {
    margin-top: 0;
  }

  .button.music {
    justify-content: flex-start;
  }

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

  .div-block-8._10, .div-block-8._11 {
    background-image: none;
  }

  .container-2 {
    padding-bottom: 50px;
  }

  .footer-subscribe {
    background-position: 50% -60px;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-5 {
    font-size: 3vw;
  }

  .text-span-5.botton {
    font-size: 18px;
  }

  .menu-2 {
    display: none;
  }

  .image-18 {
    background-repeat: no-repeat;
  }

  .bold-text {
    font-size: 2vw;
  }

  .div-block-18 {
    width: 400px;
  }

  .newsletter_card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .sun-icon {
    width: 55vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
    font-size: 75px;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .circle {
    height: 80vh;
  }

  .button-3.button--home-hero {
    width: 100%;
    display: none;
  }

  .cards_card1_photo {
    width: 9rem;
    height: 9rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cards_card1_image-wrapper {
    height: 14rem;
  }
}

@media screen and (max-width: 479px) {
  .section.for-testimonials.colour-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.colour-three.colour-one {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.colour-three.colour-one.show-mobile {
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.for-homepage-horizontal.colour-one {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .section.colour-four {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.colour-four.ticckets {
    padding-top: 20px;
  }

  .section.colour-one.padding {
    padding-bottom: 5px;
  }

  .section.colour-one.padding.auto {
    padding-top: 20px;
  }

  .section.colour-one.padding.auto._100vh {
    height: 80vh;
    justify-content: flex-end;
    padding-top: 0;
  }

  .wide-container {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-sticky-container {
    top: 0;
  }

  .testimonial {
    height: auto;
    margin-bottom: 0;
  }

  .testimonial-header {
    margin-bottom: 0;
    display: block;
  }

  .testimonial-header.absolute {
    margin-bottom: 0;
  }

  .testimonial-header.gallery {
    padding-top: 0;
  }

  .testimonial-header.review {
    margin-top: 80px;
  }

  .testimonial-header.review.mob-show {
    margin-top: 40px;
    display: none;
  }

  .testimonial-header.dancers.mob-show {
    display: none;
  }

  .testimonial-header.tickets {
    display: block;
  }

  .testimonial-header.tickets.hide {
    display: none;
  }

  .testimonial-header.tickets.mob-show, .testimonial-header.media {
    display: block;
  }

  .testimonial-header.media.hide {
    display: none;
  }

  .testimonial-header.media.mob-show {
    display: block;
  }

  .testimonial-header.theaser.hide {
    display: none;
  }

  .testimonial-header.theaser.mob-show, .testimonial-header.hide {
    display: block;
  }

  .testimonial-header.dancer {
    display: none;
  }

  .large-text.bigger.dark {
    font-size: 4vw;
  }

  .testimonial-inner {
    height: 100%;
  }

  .circular-image-and-txt-container.for-testimonial {
    width: 70vw;
    height: 70vw;
  }

  .circular-image-and-txt-container.for-testimonial.team._25vw {
    width: 50vw;
    height: 50vw;
  }

  .circular-image-and-txt-container.for-testimonial.team.hide {
    display: none;
  }

  .circular-image-and-txt-container.for-testimonial.dance {
    width: 45vw;
    height: 45vw;
  }

  .image.circular-image.hidden-on-tablet {
    width: 95%;
    height: 95%;
  }

  .testimonial-text {
    width: 95%;
    margin-top: 5px;
  }

  .paragraph {
    font-size: 3.5vw;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tes-c05 {
    margin-top: 0;
  }

  .tes-c05-grid {
    width: 100%;
  }

  .tes-c05-tes-wrapper {
    width: 95%;
  }

  .tes-c05-tes-wrapper._80vw {
    width: 90%;
  }

  .text-accent-one {
    font-size: 5vw;
  }

  .track {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame {
    margin-top: 25px;
  }

  .about-images {
    margin-bottom: 20px;
  }

  .about-image-wrapper {
    width: 65vw;
    margin-bottom: 20px;
  }

  .about-text-container {
    margin-bottom: 25px;
  }

  .about-text-container.last {
    margin-bottom: 0;
  }

  .description-item-for-project {
    width: 95%;
  }

  .descriptino-item-header-text {
    font-size: 4vw;
  }

  .descriptino-item-header-text.btn {
    font-size: 12px;
  }

  .descriptino-item-header-text.btn.white {
    font-size: 3vw;
  }

  .descriptino-item-header-text.style {
    font-size: 5vw;
  }

  .m01-heading-wrapper {
    width: 95%;
  }

  .top-margin-20px.text-light {
    margin-top: 20px;
  }

  .top-margin-20px.text-light.date {
    font-size: 6vw;
  }

  .top-margin-20px.text-light.date.city {
    text-transform: uppercase;
    font-size: 21px;
  }

  .accent-m02-viewport {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .grid.three-row {
    width: 100%;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .accent-m02-content-wrapper {
    min-height: 420px;
    justify-content: space-around;
  }

  .accent-m02-content-wrapper.green, .accent-m02-content-wrapper.yellow {
    padding-left: 24px;
    padding-right: 12px;
  }

  .accent-m02-content-wrapper.city {
    width: 300px;
    min-height: auto;
    min-width: auto;
    padding: 10px 12px 25px 15px;
  }

  .accent-m02-content {
    padding-left: 0;
  }

  .accent-m02-content.time {
    margin-top: 0;
    bottom: 0;
  }

  .botton-text {
    margin-top: 40px;
  }

  .accent-m01-animation-wrapper {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .accent-m01-rotation-wrapper {
    overflow: hidden;
  }

  .hero-m02 {
    background-position: 47%;
    background-size: cover;
  }

  .slide {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .slide.mob-show {
    display: block;
  }

  .slider {
    width: 100%;
  }

  .slider.hide {
    display: block;
  }

  .left-arrow {
    font-size: 18px;
  }

  .left-arrow.hide {
    display: none;
  }

  .right-arrow {
    font-size: 18px;
  }

  .right-arrow.hide {
    display: none;
  }

  .logo-wrapper {
    width: 60px;
    height: 60px;
  }

  .menu-button {
    width: 42px;
    height: 18px;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block {
    width: 85vw;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block.popup {
    width: 340px;
  }

  .grid-content-wrapper.vert-center.right-padding.footer-block.popup.hor {
    width: 90%;
    max-width: 320px;
  }

  .caps-small.no-margin.white._2vw {
    font-size: 5vw;
    display: none;
  }

  .no-margin {
    font-size: 3vw;
  }

  .no-margin.white {
    text-shadow: 1px 1px 2px var(--black-2);
    font-size: 18px;
    font-weight: 400;
  }

  .white {
    text-shadow: 0 1px 2px var(--black-2), 0 2px 0 #6c0203;
    margin-top: 10px;
    font-size: 18px;
  }

  .white.small-header {
    text-shadow: 1px 1px 2px var(--maroon);
    font-size: 42px;
  }

  .white.small-header.sub {
    font-size: 3vw;
  }

  .button-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .button {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.red {
    margin-left: 0;
  }

  .button.red.show-mobile {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .button.red.show-mobile.padd-0 {
    margin-bottom: 0;
  }

  .button.red.foo {
    width: 200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.red.pop {
    margin-top: 20px;
  }

  .button.square {
    margin-left: 0;
  }

  .button.right {
    right: 12px;
  }

  .button.long {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3 {
    margin-top: 60px;
  }

  .div-block-5 {
    height: 40px;
    top: 20vw;
  }

  .text-span-2 {
    font-size: 6vw;
    line-height: .8;
  }

  .text-span-2.small {
    font-size: 6vw;
  }

  .text-span-2.small.white {
    color: #f4efeb;
    font-size: 6vw;
  }

  .text-span-2.small.foo {
    width: auto;
    font-size: 4vw;
    display: block;
  }

  .image-4.ticket {
    width: 20vw;
    height: 20vw;
    display: none;
    right: -4%;
  }

  .image-4.big {
    width: 15vw;
    height: 15vw;
    order: -1;
    margin-bottom: 5px;
  }

  .image-4.big.hide {
    display: none;
  }

  .image-4.left {
    width: 120px;
  }

  .grid-2 {
    margin-bottom: 25px;
  }

  .container-2 {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .team-title {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .team-title.left {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .team-title.left.pop {
    font-size: 18px;
  }

  .icon, .icon-2 {
    margin-top: 32vw;
  }

  .text-span-4 {
    font-size: 3vw;
  }

  .text-span-4.white {
    font-size: 8vw;
  }

  .text-span-4.city {
    font-size: 30px;
  }

  .footer-subscribe {
    background-position: 50% -80px;
    background-size: 540px;
    padding-top: 56%;
  }

  .footer-social-block-three {
    flex-direction: row;
    justify-content: flex-start;
    margin-right: auto;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 12px;
  }

  .footer-copyright.black {
    text-align: center;
  }

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

  .text-span-5 {
    font-size: 4vw;
  }

  .text-span-5.small {
    text-align: left;
    font-size: 4vw;
  }

  .text-span-5.botton {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .div-block-11 {
    height: 220px;
    background-image: url('../images/footer.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu {
    display: none;
  }

  .menu-links-container {
    margin-top: 40px;
  }

  .menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-link-text {
    font-size: 8vw;
  }

  .menu-socials.for-mobile {
    flex-direction: row;
  }

  .social {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2vw;
  }

  .social-text {
    font-size: 6vw;
  }

  .image-14 {
    width: 50vw;
  }

  .image-13 {
    width: 40vw;
  }

  .image-15 {
    width: 60vw;
  }

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

  .text-span-6 {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
  }

  .image-18 {
    width: 100%;
    height: 100%;
  }

  .background-video {
    height: 30vh;
  }

  .div-block-16 {
    text-align: left;
  }

  .rc-logo.razom {
    width: 72px;
    margin-right: 10px;
  }

  .bold-text {
    font-size: 4vw;
  }

  .grid-4 {
    grid-template-columns: .75fr;
    margin-top: 40px;
  }

  .link-block {
    filter: none;
    transition: none;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-17.hide {
    text-align: left;
  }

  .form-block {
    width: 90%;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .field {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .div-block-18 {
    width: 80%;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-block-18.vertical {
    margin-left: auto;
    margin-right: auto;
  }

  .success-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .show_newsletter, .title {
    font-size: 2.2rem;
  }

  .bottom {
    grid-row-gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .top {
    min-height: 14rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup {
    z-index: 10000;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-photo {
    margin-top: 20px;
  }

  .popup-photo.creative {
    margin-top: 0;
  }

  .sound {
    margin-top: 60px;
  }

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

  .album {
    width: 75vw;
    box-shadow: 0 0 80px -20px var(--red);
  }

  .text-span-7 {
    text-shadow: 1px 1px 2px var(--maroon);
    font-size: 96px;
  }

  .hero-section {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .image-slider-container {
    height: auto;
  }

  .image-slider {
    height: 240px;
  }

  .banner-vector-top, .banner-vector-bottom {
    height: 30px;
  }

  .about {
    padding-top: 0;
  }

  .who-we-are-grid {
    width: 100%;
  }

  .who-we-are-title {
    margin-top: 0;
  }

  .who-we-are-title.center {
    margin-top: 20px;
  }

  .our-mission-whole-wrap {
    display: block;
  }

  .our-mission-whole-wrap.hide {
    display: none;
  }

  .our-mission-wrap.first-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .our-mission-title.dance {
    background-image: url('../images/icons8-tango-90.png');
    background-repeat: no-repeat;
    background-size: auto 35px;
    padding-left: 42px;
    font-size: 28px;
  }

  .our-mission-title.visual {
    background-size: 30px;
    padding-left: 42px;
    font-size: 28px;
  }

  .our-mission-title.music {
    background-size: auto 30px;
    padding-left: 42px;
    font-size: 28px;
  }

  .our-mission-content {
    font-size: 14px;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .sun-icon {
    width: 75vw;
  }

  .outline-heading, .filled-heading {
    text-align: center;
  }

  .bg.about {
    background-image: url('../images/bg_about00003.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg.reviews {
    background-image: url('../images/REWIEWS_00000.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bg.dancer {
    background-image: url('../images/bg_dancers00002.webp');
    background-position: 50%;
  }

  .bg.trailer {
    background-image: url('../images/TRAILER_00002.jpg');
    background-size: cover;
  }

  .bg.sound {
    background-position: 50% 100%;
    background-size: contain;
  }

  .bg.meaning {
    background-image: url('../images/MEANING-KOLO_00000-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bg.media {
    background-image: url('../images/bg_review00002.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
  }

  .bg.team {
    background-image: url('../images/SOUND_00000.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-video-thumbnail, .lightbox-video-thumbnail.review {
    height: 180px;
  }

  .section-3 {
    height: 70vh;
  }

  .center-w2.gutter-outside {
    justify-content: center;
  }

  .center-w2.hide {
    display: none;
  }

  .blur {
    height: 60px;
    background-image: linear-gradient(to top, #000 35%, rgba(0, 0, 0, 0) 75%);
    margin-bottom: -5px;
    display: none;
  }

  .blur.up {
    height: 60px;
    background-image: linear-gradient(#000 35%, rgba(0, 0, 0, 0) 85%);
    margin-top: -5px;
    display: none;
  }

  .blur.up.hide {
    display: none;
  }

  .blur.show-mob {
    display: block;
  }

  .div-block-21 {
    height: 30px;
    justify-content: flex-start;
    padding-left: 15px;
  }

  .header-text.mincho {
    font-size: 2em;
  }

  .button__text {
    font-size: 14px;
  }

  .cards_card1_photo {
    width: 7rem;
    height: 7rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cards_card1_content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cards_card1_image-wrapper {
    height: 12rem;
  }

  .heading.mincho {
    text-shadow: 0 2px 0 var(--maroon);
    font-size: 6em;
  }

  .heading-2.mincho {
    margin-bottom: 0;
    font-size: 2em;
  }

  .heading-3.mincho {
    text-shadow: 0 1px 2px var(--black-2), 0 1px 0 var(--maroon);
    font-size: 2.5em;
  }

  .btn.red.padd {
    border-color: var(--seashell);
    margin-top: 10px;
  }

  .btn.red.padd.auto {
    margin-top: 40px;
  }

  .btn.red.padd.auto.mar0 {
    margin-top: 0;
  }

  .btn.red.padd.white {
    display: none;
  }

  .button-text.buy {
    font-size: 15px;
  }

  .div-block-24 {
    margin-top: 30px;
  }

  .space-top-large {
    margin-top: 40px;
  }

  .career-row.active, .career-row.discount {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .career-tag.notify {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .career-tag.address {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 5px;
    padding-top: 0;
    padding-left: 0;
  }

  .image-31 {
    width: 100%;
  }

  .media-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .div-block-27 {
    text-align: center;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-nav-3 {
    position: relative;
  }

  .text-block-6 {
    margin-left: 15px;
  }

  .image-34 {
    width: 80vw;
  }

  .image-35 {
    width: 56vw;
  }
}

#w-node-_7227f2d3-e1d8-ce92-8aac-b2d324a3c95e-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ca7f3c87-2df4-eee3-c420-03897d7ee853-6cd60b88, #w-node-aac7c36d-b736-4bcf-31cd-570940434a9e-6cd60b88, #w-node-aac7c36d-b736-4bcf-31cd-570940434aa4-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b3230d-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b32317-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b3228a-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b32294-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b3226d-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b32277-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b322db-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b322ee-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b322a5-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_369621cb-e87f-7f56-7cf7-729cb1b322b8-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c6630b-e50f-ac07-ec96-ad9fa7195e9e-6cd60b88 {
  justify-self: start;
}

#w-node-c6c6630b-e50f-ac07-ec96-ad9fa7195ea0-6cd60b88, #w-node-c6c6630b-e50f-ac07-ec96-ad9fa7195ea3-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#card1.w-node-_80ccbf8c-4a4c-db95-bf62-5fcf1208ea22-6cd60b88 {
  justify-self: end;
}

#w-node-_80ccbf8c-4a4c-db95-bf62-5fcf1208ea24-6cd60b88, #w-node-_80ccbf8c-4a4c-db95-bf62-5fcf1208ea27-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33c2ee95-9397-701c-ab4e-757d86ca8beb-6cd60b88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e80e97a-f47e-480c-c9d4-845fe74508ef-6cd60b88, #w-node-_0e84963b-c217-90c7-a45a-ee1711b6b111-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4bdb13a-52e6-d225-0cc1-2786e9f9f31b-6cd60b88 {
  align-self: center;
}

#w-node-_485296c2-9c3d-b65f-c11f-240e1e1af422-6cd60b88, #w-node-_65730d9e-387a-9107-513f-868005a5a9f5-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd7843a7-ef30-5cdf-a057-4edb8d0d9694-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-ede640ab-50c1-3358-5e81-6891b3ba5ab8-6cd60b88, #w-node-ede640ab-50c1-3358-5e81-6891b3ba5abb-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede640ab-50c1-3358-5e81-6891b3ba5abc-6cd60b88 {
  align-self: center;
}

#w-node-ede640ab-50c1-3358-5e81-6891b3ba5abe-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede640ab-50c1-3358-5e81-6891b3ba5ac2-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_208cf456-062a-ff09-3268-7ed0894e3447-6cd60b88, #w-node-_208cf456-062a-ff09-3268-7ed0894e344b-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_208cf456-062a-ff09-3268-7ed0894e344c-6cd60b88 {
  align-self: center;
}

#w-node-_208cf456-062a-ff09-3268-7ed0894e344e-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_208cf456-062a-ff09-3268-7ed0894e3450-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f6c39704-4a3b-deb1-337d-17e84e926be7-6cd60b88, #w-node-f6c39704-4a3b-deb1-337d-17e84e926bea-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c39704-4a3b-deb1-337d-17e84e926beb-6cd60b88 {
  align-self: center;
}

#w-node-f6c39704-4a3b-deb1-337d-17e84e926bed-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c39704-4a3b-deb1-337d-17e84e926bef-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ffc265cb-bf23-2362-865f-6b972588470e-6cd60b88, #w-node-ffc265cb-bf23-2362-865f-6b9725884711-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffc265cb-bf23-2362-865f-6b9725884712-6cd60b88 {
  align-self: center;
}

#w-node-ffc265cb-bf23-2362-865f-6b9725884714-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffc265cb-bf23-2362-865f-6b9725884716-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b6116-6cd60b88, #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b6119-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b611a-6cd60b88 {
  align-self: center;
}

#w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b611c-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b611e-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6b34aa94-7b1c-68cc-c5df-400740080a74-6cd60b88 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_348d3c3d-96e6-2094-2a2a-9ddbabe323ca-6cd60b88 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_138b7965-61d9-25a6-a018-2d84989123de-6cd60b88 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a1a86324-7fc6-85a1-5176-74f7b1821e4f-6cd60b88, #w-node-_4e7f0f48-c36f-dfef-833c-a8ef23972237-6cd60b88, #w-node-_697ecf52-9026-b378-df6f-6168267d7bdd-6cd60b88, #w-node-ab7fe0eb-a9e9-d856-ad51-21f3259ce625-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e92b-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e933-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e942-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e94a-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e959-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e961-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e970-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e978-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e987-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e96296d8-2aaf-f728-6215-a6c61191e98f-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f44281d-14c5-bb6d-2207-4025c3cb1b3d-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6f44281d-14c5-bb6d-2207-4025c3cb1b49-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d383e2-1dd1-aad7-21f0-0015784ca8dc-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c0d383e2-1dd1-aad7-21f0-0015784ca8e8-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89e6a37b-17eb-f403-c8af-ddd379d8476d-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_89e6a37b-17eb-f403-c8af-ddd379d84779-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b3eb406-d49f-6aed-98a9-f25798e9632c-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1b3eb406-d49f-6aed-98a9-f25798e96338-6cd60b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df324f38-03c6-42df-c6df-bc9e556718fa-6cd60b88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_3fe582b3-03e6-2c35-0808-792b54668efd-6cd60b88 {
  align-self: center;
}

#w-node-_7bd58ca1-a5e4-68ca-476a-91197f10a627-6cd60b88 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_4400b930-9c5e-783e-c129-aaffcdadc4d9-6cd60b88 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-aac7c36d-b736-4bcf-31cd-570940434a9e-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b3230d-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b32317-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b3228a-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b32294-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b3226d-6cd60b88, #w-node-_369621cb-e87f-7f56-7cf7-729cb1b32277-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e80e97a-f47e-480c-c9d4-845fe74508ef-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e84963b-c217-90c7-a45a-ee1711b6b111-6cd60b88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65730d9e-387a-9107-513f-868005a5a9f5-6cd60b88 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_673a3cfd-3705-5240-eea8-b71c4feedd05-6cd60b88 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cd7843a7-ef30-5cdf-a057-4edb8d0d9694-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ede640ab-50c1-3358-5e81-6891b3ba5ab8-6cd60b88, #w-node-ede640ab-50c1-3358-5e81-6891b3ba5abb-6cd60b88 {
    justify-self: center;
  }

  #w-node-_846cd35c-b0b1-51e7-7e9e-ccf9820c08ae-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ede640ab-50c1-3358-5e81-6891b3ba5ac2-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_208cf456-062a-ff09-3268-7ed0894e3447-6cd60b88 {
    justify-self: center;
  }

  #w-node-_099ea794-ee84-a25d-394c-0d2f357050b4-6cd60b88, #w-node-_208cf456-062a-ff09-3268-7ed0894e3450-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6c39704-4a3b-deb1-337d-17e84e926be7-6cd60b88 {
    justify-self: center;
  }

  #w-node-_4dc1f619-1e9b-8684-d625-c57fe5f39ffd-6cd60b88, #w-node-f6c39704-4a3b-deb1-337d-17e84e926bef-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ffc265cb-bf23-2362-865f-6b972588470e-6cd60b88 {
    justify-self: center;
  }

  #w-node-_7da65906-2933-b456-49d7-b0c5a91058e2-6cd60b88, #w-node-ffc265cb-bf23-2362-865f-6b9725884716-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b6116-6cd60b88 {
    justify-self: center;
  }

  #w-node-_8c1cca56-c6a8-5d0e-4318-eace1b2a4660-6cd60b88, #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b611e-6cd60b88, #w-node-_6b34aa94-7b1c-68cc-c5df-400740080a74-6cd60b88, #w-node-_348d3c3d-96e6-2094-2a2a-9ddbabe323ca-6cd60b88, #w-node-_138b7965-61d9-25a6-a018-2d84989123de-6cd60b88, #w-node-a1a86324-7fc6-85a1-5176-74f7b1821e4f-6cd60b88, #w-node-_4e7f0f48-c36f-dfef-833c-a8ef23972237-6cd60b88, #w-node-_697ecf52-9026-b378-df6f-6168267d7bdd-6cd60b88, #w-node-ab7fe0eb-a9e9-d856-ad51-21f3259ce625-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e92b-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e933-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e942-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e94a-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e959-6cd60b88, #w-node-e96296d8-2aaf-f728-6215-a6c61191e961-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df324f38-03c6-42df-c6df-bc9e556718fa-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_7bd58ca1-a5e4-68ca-476a-91197f10a627-6cd60b88, #w-node-_4400b930-9c5e-783e-c129-aaffcdadc4d9-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33c2ee95-9397-701c-ab4e-757d86ca8beb-6cd60b88 {
    grid-column: span 1 / span 1;
  }

  #w-node-df324f38-03c6-42df-c6df-bc9e556718fa-6cd60b88 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bca28b2d-8406-9208-e9c5-3de8c70a3194-6cd60b88 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_7227f2d3-e1d8-ce92-8aac-b2d324a3c95e-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-aac7c36d-b736-4bcf-31cd-570940434aa4-6cd60b88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e80e97a-f47e-480c-c9d4-845fe74508ef-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_0e84963b-c217-90c7-a45a-ee1711b6b111-6cd60b88 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_673a3cfd-3705-5240-eea8-b71c4feedd05-6cd60b88 {
    grid-row-start: 3;
    grid-column-end: 2;
  }

  #w-node-cd7843a7-ef30-5cdf-a057-4edb8d0d9694-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ede640ab-50c1-3358-5e81-6891b3ba5ab8-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-ede640ab-50c1-3358-5e81-6891b3ba5abb-6cd60b88 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_846cd35c-b0b1-51e7-7e9e-ccf9820c08ae-6cd60b88 {
    grid-row-start: 3;
    grid-column-end: 2;
  }

  #w-node-ede640ab-50c1-3358-5e81-6891b3ba5ac2-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_208cf456-062a-ff09-3268-7ed0894e3447-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_208cf456-062a-ff09-3268-7ed0894e344b-6cd60b88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_099ea794-ee84-a25d-394c-0d2f357050b4-6cd60b88 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_208cf456-062a-ff09-3268-7ed0894e3450-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f6c39704-4a3b-deb1-337d-17e84e926be7-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-f6c39704-4a3b-deb1-337d-17e84e926bea-6cd60b88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4dc1f619-1e9b-8684-d625-c57fe5f39ffd-6cd60b88 {
    grid-row-start: 3;
    grid-column-end: 2;
  }

  #w-node-f6c39704-4a3b-deb1-337d-17e84e926bef-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ffc265cb-bf23-2362-865f-6b972588470e-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-ffc265cb-bf23-2362-865f-6b9725884711-6cd60b88 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7da65906-2933-b456-49d7-b0c5a91058e2-6cd60b88 {
    grid-row-start: 3;
    grid-column-end: 2;
  }

  #w-node-ffc265cb-bf23-2362-865f-6b9725884716-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b6116-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b6119-6cd60b88 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_8c1cca56-c6a8-5d0e-4318-eace1b2a4660-6cd60b88 {
    grid-row-start: 3;
    grid-column-end: 2;
  }

  #w-node-_5f24b16d-1c0d-6e65-39ab-03818c1b611e-6cd60b88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-df324f38-03c6-42df-c6df-bc9e556718fa-6cd60b88 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fe582b3-03e6-2c35-0808-792b54668efd-6cd60b88 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bd58ca1-a5e4-68ca-476a-91197f10a627-6cd60b88 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_4400b930-9c5e-783e-c129-aaffcdadc4d9-6cd60b88 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: start;
  }
}


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