/* _main.scss */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Colors */
.small-title, .latest--title, .home__classes--title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  interpolate-size: allow-keywords;
}

html, body {
  background: #F6F6F6;
  font-family: "Roboto", sans-serif;
  color: #000;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.text {
  font-size: 14px;
}
.text h1 {
  border-bottom: 1px solid #000;
  padding: 20px 0 15px 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.8;
}
.text h1:first-child {
  padding-top: 0;
}
.text p, .text h2, .text h3, .text h4, .text h5, .text ul {
  margin-bottom: 20px;
}
.text p:last-child, .text h2:last-child, .text h3:last-child, .text h4:last-child, .text h5:last-child, .text ul:last-child {
  margin-bottom: 0;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid var(--hover-color);
  background: var(--hover-color);
  border-radius: 50%;
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  top: 5px;
  left: 0;
}
.text ul li:last-child {
  margin-bottom: 0;
}
.text ul li ul {
  margin-top: 10px;
}
.text ul li ul li:before {
  background: none;
}

bold {
  font-weight: 700;
}

.main__container {
  padding: 120px 0 100px;
  flex: 1;
  position: relative;
}
.main__container.fixed-top {
  padding-top: 85vh;
  padding-bottom: 0;
}

.button, .button--black, .notfound__link {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  text-transform: uppercase;
}
.button:hover, .button--black:hover, .notfound__link:hover {
  color: #FFF;
  border-color: #FFF;
  background: var(--hover-color);
}
.button--black:hover, .notfound__link:hover {
  background-color: #000;
  border-color: #000;
}

@media all and (min-width: 650px) {
  .main__container {
    padding-top: 280px;
  }
  .text {
    font-size: 16px;
  }
}
.header {
  padding: 30px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  backdrop-filter: blur(3px);
}
.header.fixed-top .header__back {
  background-color: transparent;
}
.header__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.5;
  background-color: #F6F6F6;
}
.header__back.image {
  background-color: transparent;
}
.header__top {
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  justify-content: flex-start;
}
.header__right {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 0 10px;
}
.header__logo {
  padding: 10px;
  height: 60px;
  width: auto;
  background: #000;
  perspective: 180px;
}
.header__logo--link {
  display: block;
  width: 40px;
  height: 100%;
  transform-style: preserve-3d;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.header__logo .active {
  display: block;
}
.header__announcements {
  width: 100%;
  background: #FFF;
  padding: 0 5px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.header__announcements--wrapper {
  overflow-x: hidden;
}
.header__announcements--text {
  white-space: nowrap;
  position: relative;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.header__announcements--text strong, .header__announcements--text b {
  color: var(--hover-color);
}
.header__announcements--item {
  margin-right: 90px;
  position: relative;
  left: 0;
}
.header__announcements--item:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 21px;
  vertical-align: bottom;
  background: url(../svg/akropoditi_line.svg) no-repeat center;
  background-size: contain;
  margin-right: 30px;
}
.header__announcements--link {
  transition: 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.header__announcements--link:hover {
  color: var(--hover-color);
}

@media all and (min-width: 650px) {
  .header {
    padding: 60px 60px 0;
  }
  .header__logo {
    height: 96px;
  }
  .header__logo--link {
    width: 77px;
  }
  .header__right {
    align-items: end;
    flex-direction: row;
    padding: 0;
  }
  .header__announcements {
    position: relative;
    top: auto;
    left: auto;
    padding: 7.5px 15px;
    margin-top: 10px;
  }
}
.footer {
  padding: 30px 20px;
  background: #FFF;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 100;
}
.footer__left {
  padding: 35px 50px 35px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__right {
  padding: 35px 0;
  border-bottom: 1px solid #000;
}
.footer__text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 80px;
}
.footer__text b, .footer__text strong {
  font-weight: 900;
}
.footer__top--title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 0 30px;
  padding: 0 0 5px;
}
.footer__top--social-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.footer__top--social-link {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.footer__top--social-link svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top--social-link svg path {
  transition: 0.4s;
}
.footer__top--social-link:hover svg path {
  fill: var(--hover-color);
}
.footer__top--social-dep {
  margin-bottom: 20px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column-reverse;
}
.footer__bottom--menu {
  font-size: 14px;
  text-transform: uppercase;
  flex: 1;
}
.footer__bottom--menu a {
  transition: 0.3s;
}
.footer__bottom--menu a:hover {
  color: var(--hover-color);
}
.footer__copyright {
  text-transform: uppercase;
  font-size: 14px;
}
.footer__menu {
  margin-bottom: 30px;
}
.footer__menu .menu-item {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer__menu .menu-item a {
  transition: 0.3s;
}
.footer__menu .menu-item a:hover {
  color: var(--hover-color);
}
.footer__menu .menu-item .sub-menu {
  padding-top: 15px;
}
.footer__menu .menu-item .sub-menu .menu-item {
  font-weight: 400;
  margin-bottom: 6px;
}
.footer__newsletter {
  max-width: 600px;
}
.footer__newsletter--title {
  padding: 0 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-size: 16px;
}
.footer__newsletter--form {
  padding: 20px 0 0;
}
.footer__newsletter--form .indicates-required {
  font-size: 10px;
}
.footer__newsletter--form .mc-field-group {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}
.footer__newsletter--form .mc-field-group:has(input:not(:-moz-placeholder)) label, .footer__newsletter--form .mc-field-group:has(select:not(:-moz-placeholder)) label {
  padding: 5px 15px 0;
  font-size: 10px;
  font-weight: 400;
}
.footer__newsletter--form .mc-field-group:has(input:focus) label, .footer__newsletter--form .mc-field-group:has(input:not(:placeholder-shown)) label, .footer__newsletter--form .mc-field-group:has(select:focus) label, .footer__newsletter--form .mc-field-group:has(select:not(:placeholder-shown)) label {
  padding: 5px 15px 0;
  font-size: 10px;
  font-weight: 400;
}
.footer__newsletter--form .mc-field-group:has(select):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: linear-gradient(to bottom, #000 2px, transparent 2px, transparent 4px, #000 4px, #000 6px, transparent 6px, transparent 8px, #000 8px);
  z-index: 1;
  transform: translateY(-5px);
  width: 20px;
  height: 10px;
}
.footer__newsletter--form .mc-field-group:has(select):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 10px solid transparent;
  border-left: 9px solid #FFF;
  border-right: 9px solid #FFF;
  border-bottom: none;
  transform: translateY(-5px);
  z-index: 2;
  width: 2px;
  height: 0px;
}
.footer__newsletter--form input {
  width: 100%;
  padding: 20px 15px 10px;
  margin: 0 0 1px;
  vertical-align: bottom;
  border: 1px solid #000;
  background: #FFF;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  outline: none;
}
.footer__newsletter--form select {
  width: 100%;
  padding: 20px 15px 10px;
  margin: 0 0 1px;
  vertical-align: bottom;
  border: 1px solid #000;
  background: transparent;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  height: 48px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
}
.footer__newsletter--form input[type=submit] {
  background: #000;
  color: #FFF;
  transition: color 0.4s ease-in-out;
  padding: 15px;
  margin: 5px 0 10px;
}
.footer__newsletter--form input[type=submit]:hover {
  color: var(--hover-color);
}
.footer__newsletter--form label {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #000;
  width: calc(100% - 2px);
  padding: 20px 15px 10px;
  z-index: 1;
  transition: 0.4s ease-in-out;
}

@media all and (min-width: 650px) {
  .footer {
    padding: 30px 50px;
  }
}
@media all and (min-width: 950px) {
  .footer {
    flex-direction: row;
  }
  .footer__left {
    width: calc(50% - 54px);
    border-right: 1px solid #000;
  }
  .footer__right {
    flex: 1;
    padding: 35px 0 35px 60px;
    border-bottom: 0;
  }
  .footer__bottome {
    flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  .footer {
    padding: 30px 175px;
  }
}
.menu__main {
  position: relative;
  width: 100%;
}
.menu__main--container {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: var(--hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: scroll;
  padding: 80px 20px;
  transition: left 0.4s;
}
.menu__main--container.open {
  left: 0;
}
.menu__main ul {
  position: relative;
  display: flex;
  flex-direction: column;
}
.menu__main ul a {
  text-transform: uppercase;
  font-size: 14px;
}
.menu__main .menu-item {
  border: 1px solid #000;
  display: inline-block;
  transition: background 0.4s, color 0.4s;
  color: #000;
  background: #FFF;
  margin-bottom: 10px;
}
.menu__main .menu-item:hover, .menu__main .menu-item.current-menu-item, .menu__main .menu-item.current-page-ancestor, .menu__main .menu-item.current-menu-ancestor, .menu__main .menu-item.current_page_ancestor {
  background: #000;
  color: var(--hover-color, #CD6356);
}
.menu__main .menu-item.current-menu-item .sub-menu, .menu__main .menu-item.current-page-ancestor .sub-menu, .menu__main .menu-item.current-menu-ancestor .sub-menu, .menu__main .menu-item.current_page_ancestor .sub-menu {
  opacity: 1;
  visibility: visible;
  backdrop-filter: none;
}
.menu__main .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  width: 100%;
  backdrop-filter: blur(3px);
}
.menu__main .menu-item:not(first-child) {
  margin-left: -1px;
}
.menu__main .menu-item a {
  padding: 15px 20px;
  display: block;
}
.menu__main .menu-item .sub-menu .menu-item {
  background: #FFF;
  color: #000;
  margin-bottom: 0;
}
.menu__main .menu-item .sub-menu .menu-item:hover, .menu__main .menu-item .sub-menu .menu-item.current-menu-item, .menu__main .menu-item .sub-menu .menu-item.current-page-ancestor, .menu__main .menu-item .sub-menu .menu-item.current-menu-ancestor, .menu__main .menu-item .sub-menu .menu-item.current_page_ancestor {
  background: #000;
  color: var(--hover-color, #CD6356);
}

.menu__lang .menu {
  display: flex;
}
.menu__lang .menu .menu-item a {
  padding: 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  transition: 0.4s ease-in-out;
  background: #FFF;
}
.menu__lang .menu .menu-item:hover a, .menu__lang .menu .menu-item.current-lang a {
  color: var(--hover-color);
  background: #000;
}
.menu__lang .menu .menu-item.current-lang {
  display: none;
}

.menu__burger {
  position: relative;
  width: 36px;
  height: 36px;
  background: linear-gradient(transparent 40%, #000 40%, #000 60%, transparent 60%);
  z-index: 101;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
.menu__burger:before, .menu__burger:after {
  content: "";
  background: #000;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menu__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
}
.menu__burger.active {
  background: transparent;
  transition: background 0.2s 0s;
}
.menu__burger.active:before {
  top: 50%;
  transition: 0.2s 0.2s;
  transform: translate(-50%, -100%) rotate(45deg);
  transform-origin: center;
}
.menu__burger.active:after {
  top: 50%;
  transition: 0.2s 0.2s;
  transform: translate(-50%, -100%) rotate(-45deg);
  transform-origin: center;
}

@media all and (min-width: 650px) {
  .menu__burger {
    position: absolute;
    top: 60px;
    right: 60px;
  }
  .menu__lang .menu .menu-item a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .menu__lang .menu .menu-item.current-lang {
    display: inline-block;
  }
}
@media all and (min-width: 950px) {
  .menu__main {
    width: auto;
    min-width: 620px;
  }
  .menu__main--container {
    position: relative;
    background: none;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    display: block;
    justify-content: start;
    padding: 0;
    overflow: visible;
  }
  .menu__main ul {
    flex-direction: row;
  }
  .menu__main .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s 0s, visibility 0s 0s;
  }
  .menu__main .menu-item {
    margin-bottom: 0;
  }
  .menu__main .menu-item .sub-menu {
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: translate(0, 100%);
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .menu__main .menu-item:hover .sub-menu {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .menu__burger {
    display: none;
  }
}
.latest, .home__latest {
  padding: 60px 20px 35px;
}
.latest--title, .home__classes--title {
  margin-bottom: 30px;
}
.latest__item {
  background: #FFF;
  margin-bottom: 10px;
}
.latest__item--link {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  margin-top: -1px;
  height: 100%;
  transition: border-color 0.3s;
}
.latest__item--left {
  padding: 30px 20px;
  background: #000;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  transition: background 0.3s;
}
.latest__item--date {
  margin-bottom: 15px;
}
.latest__item--thumbnail {
  width: 100%;
  height: 100%;
}
.latest__item--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
.latest__item--right {
  padding: 30px 20px;
  transition: color 0.3s;
}
.latest__item--subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.latest__item--title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest__item:hover {
  z-index: 1;
  position: relative;
}
.latest__item:hover .latest__item {
  z-index: 10;
}
.latest__item:hover .latest__item--link {
  border-color: var(--latest-hover);
}
.latest__item:hover .latest__item--left {
  background: var(--latest-hover);
}
.latest__item:hover .latest__item--right {
  color: var(--latest-hover);
}
.latest__all_link {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  transition: color 0.3s;
}
.latest__all_link:hover {
  color: var(--hover-color);
}

@media all and (min-width: 650px) {
  .latest, .home__latest {
    padding: 100px 60px 85px;
  }
  .latest__item {
    height: 170px;
    margin-bottom: 0;
  }
  .latest__item--link {
    flex-direction: row;
  }
  .latest__item--left {
    width: 20%;
  }
  .latest__item--image {
    width: 20%;
  }
  .latest__item--right {
    width: 60%;
  }
  .latest__item:hover {
    z-index: 1;
    position: relative;
  }
  .latest__item:hover .latest__item {
    z-index: 10;
  }
  .latest__item:hover .latest__item--link {
    border-color: var(--latest-hover);
  }
  .latest__item:hover .latest__item--left {
    background: var(--latest-hover);
  }
  .latest__item:hover .latest__item--right {
    color: var(--latest-hover);
  }
}
.second-menu {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
  padding: 0 20px;
}
.second-menu__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.second-menu__item--link {
  display: block;
  padding: 15px 20px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  background: #FFF;
}
.second-menu__item:hover .second-menu__item--link, .second-menu__item.current-menu-item .second-menu__item--link {
  color: var(--hover-color);
  background: #000;
}
.second-menu__item:not(first-child) {
  margin-left: -1px;
}

@media all and (min-width: 650px) {
  .second-menu {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .second-menu__wrapper {
    flex-direction: row;
  }
}
.card {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  width: 100%;
  white-space: normal;
  background: #FFF;
  transition: 0.4s;
}
.card:hover {
  background: var(--hover-color);
}
.card.dancetheatre:hover {
  background: #9AAC48;
}
.card.dancefest:hover {
  background: #98B0B4;
}
.card__image--wrapper {
  display: block;
  position: relative;
  padding-top: 80%;
}
.card__image a {
  display: block;
  height: 60%;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
.card__image img.default-thumb {
  -o-object-fit: contain;
     object-fit: contain;
}
.card__info {
  padding: 15px;
}
.card__info--name {
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: 0.4s;
}
.card__info--name:hover {
  color: #FFF;
}
.card__info--details {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.card__info--right {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #000;
}
.card__more {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  text-transform: uppercase;
}
.card__more:hover {
  color: #FFF;
  border-color: #FFF;
}

@media all and (min-width: 650px) {
  .card {
    width: 60%;
    max-width: 600px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 950px) {
  .card {
    width: 40%;
  }
  .card__info--details {
    flex-direction: row;
  }
  .card__info--left {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .card__info--right {
    width: 50%;
    padding-left: 15px;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    border-left: 1px solid #000;
  }
}
.c-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: flex-start;
  margin-bottom: 60px;
}
.c-text:last-child {
  margin-bottom: 0;
}
.c-text__info {
  position: relative;
  margin-bottom: 40px;
}
.c-text__text--footer {
  margin-top: 110px;
  background: url(../svg/akropoditi_line.svg) no-repeat top left;
  background-size: 54px 124px;
  min-height: 125px;
  max-width: 510px;
  padding: 15px 0 0 40px;
}
.c-text__text--footer:before {
  content: "";
  width: 64px;
  height: 50px;
  display: block;
  float: left;
  margin-left: -40px;
  margin-top: -15px;
}
.c-text__text--footer b, .c-text__text--footer strong {
  margin-bottom: 5px;
  display: block;
}
.c-text__media {
  position: relative;
}
.c-text__media--wrapper {
  position: relative;
}
.c-text__media--image {
  margin-bottom: 10px;
}
.c-text__media--image:last-child {
  margin-bottom: 0;
}
.c-text__media--caption {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  padding-top: 5px;
}
.c-text__media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-text__video {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.c-text__video--wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-text__video--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-text__video--container iframe {
  width: 100%;
  height: 100%;
}
.c-text__video--container iframe .player {
  width: 100%;
  height: 100%;
}
.c-text__video--overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.c-text__video--control {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.c-text__video--control button {
  position: relative;
  overflow: hidden;
  background: #FFF;
  padding: 8px 12px;
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: bold;
  transition: 0.4s;
}
.c-text__video--control button:last-child {
  margin-right: 0;
}
.c-text__video--control button:after {
  content: "Pause";
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #FFF;
  color: #000;
  transition: 0.4s;
}
.c-text__video--control button:hover {
  background: var(--hover-color);
  color: #FFF;
}
.c-text__video--control button:hover:after {
  background: var(--hover-color);
  color: #FFF;
}
.c-text__video--control button[data-video-mute]:after {
  content: "Mute";
}
.c-text__video--control button.state2:after {
  transform: translate(-50%, 0);
}
.c-text__video--caption {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  padding-top: 5px;
}

@media all and (min-width: 950px) {
  .c-text {
    flex-direction: row;
    margin-bottom: 124px;
  }
  .c-text:last-child {
    margin-bottom: 124px;
  }
  .c-text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% + 26px);
    background: #000;
  }
  .c-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 27px);
    background: url(../svg/akropoditi_line.svg) no-repeat center;
    width: 54px;
    height: 124px;
  }
  .align-right .c-text:after {
    right: auto;
    left: -1px;
    transform: scaleX(-100%);
  }
  .c-text.full-text:before, .c-text.full-text:after {
    display: none;
  }
  .c-text__info {
    position: sticky;
    top: 240px;
    width: calc(50% + 26px);
    margin-bottom: 0;
    padding: 0 20px 0 0;
  }
  .full-text .c-text__info {
    width: 100%;
    border: none;
  }
  .full-text .c-text__info:after {
    display: none;
  }
  .full-text .c-text__info h1:first-child {
    width: calc(50% - 16px);
    border-right: 1px solid black;
    border-radius: 0 0 10px 0;
  }
  .align-right .c-text__info {
    width: calc(50% + 28px);
    padding: 0 0 0 20px;
  }
  .c-text__media {
    position: sticky;
    top: 240px;
    width: calc(50% - 26px);
    padding: 0 0 0 20px;
  }
  .align-right .c-text__media {
    width: calc(50% - 28px);
    padding-right: 20px;
    padding-left: 0;
  }
  .c-text.align-right {
    flex-direction: row-reverse;
  }
  .c-text.align-right:before {
    left: calc(50% - 27px);
  }
  .c-text.align-right:after {
    transform: scaleX(-100%);
  }
}
.calendar__wrapper {
  padding: 0 20px;
  display: flex;
  margin-bottom: 100px;
}
.calendar__times {
  width: 50px;
  padding-top: 30px;
}
.calendar__hour {
  height: 60px;
  width: 100%;
}
.calendar__hour--label {
  font-size: 10px;
  color: #FFF;
  background: #000;
  display: inline-block;
  padding: 5px 7px;
  position: relative;
  vertical-align: bottom;
}
.calendar__hour--label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 10px;
  height: 1px;
  background: #000;
}
.calendar__schedule {
  flex: 1;
  overflow-x: auto;
}
.calendar__schedule--wrapper {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
}
.calendar__day {
  width: calc((100vw - 40px - 50px) / 1.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.calendar__day:last-child {
  border-right: none;
}
.calendar__day--header {
  font-size: 11px;
  color: #FFF;
  background: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 1px;
  position: relative;
}
.calendar__day--header:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -1px;
}
.calendar__day--data {
  flex: 1;
  background: linear-gradient(transparent 14px, rgba(0, 0, 0, 0.0375) 14px, rgba(0, 0, 0, 0.0375) 15px, transparent 15px, transparent 29px, rgba(0, 0, 0, 0.075) 29px, rgba(0, 0, 0, 0.075) 30px, transparent 30px, transparent 44px, rgba(0, 0, 0, 0.00375) 44px, rgba(0, 0, 0, 0.0375) 45px, transparent 45px, transparent 59px, rgba(0, 0, 0, 0.15) 59px, rgba(0, 0, 0, 0.15) 60px);
  background-size: 100% 60px;
  position: relative;
  /*background-repeat: repeat;*/
}
.calendar__slot {
  width: calc(50% - 1px);
  font-size: 11px;
  background: #FFF;
  position: absolute;
  opacity: 1;
  transition: visibility 0s, opacity 0.4s;
}
.calendar__slot[data-calendar-studio=studio2] {
  right: 0%;
}
.calendar__slot--type {
  padding: 3px 4px;
  font-weight: 700;
}
.calendar__slot--details {
  padding: 3px 4px;
}
.calendar__slot--age {
  font-weight: 700;
  font-size: 10px;
}
.calendar__slot--time {
  font-weight: 700;
}
.calendar__slot[data-calendar-visible=false] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s 0s, opacity 0.4s;
}
.calendar__filters {
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

@media all and (min-width: 650px) {
  .calendar__wrapper {
    padding: 0 100px;
  }
  .calendar__day {
    width: calc((100vw - 200px - 50px) / 1.2);
  }
  .calendar__filters {
    padding: 0 100px;
  }
}
@media all and (min-width: 950px) {
  .calendar__day {
    width: calc((100vw - 200px - 50px) / 3.3);
  }
}
@media all and (min-width: 1200px) {
  .calendar__day {
    width: calc((100vw - 200px - 50px) / 4.2);
  }
}
@media all and (min-width: 1800px) {
  .calendar__schedule--wrapper {
    width: 100%;
    min-width: 1550px;
  }
  .calendar__day {
    width: 16.6666666667%;
  }
}
.filters {
  position: relative;
}
.filters.open .filters--form {
  max-height: 1000px;
}
.filters.open .filters__toggle {
  background: #000;
}
.filters.open .filters__toggle:before {
  background-image: url(../svg/filters-white.svg);
}
.filters.open .filters__toggle .filters__toggle--title {
  color: #FFF;
}
.filters__toggle {
  padding: 10px;
  background: #FFF;
  border: 1px solid #000;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.4s;
}
.filters__toggle:before {
  content: "";
  background: url(../svg/filters.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.4s;
}
.filters__toggle--title {
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.4s;
}
.filters__toggle.hidden {
  display: none;
}
.filters__toggle:hover {
  background: #000;
}
.filters__toggle:hover:before {
  background-image: url(../svg/filters-white.svg);
}
.filters__toggle:hover .filters__toggle--title {
  color: #FFF;
}
.filters--form {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  max-height: 0px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border: 1px solid #000;
  z-index: 10;
  transition: max-height 0.4s;
}
.filters__field {
  position: relative;
  overflow: hidden;
}
.filters__field label {
  padding: 10px;
  display: block;
  transition: 0.4s;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  text-decoration: line-through;
}
.filters__field label:hover {
  background: #000;
  color: #FFF;
}
.filters--input {
  position: absolute;
  top: 10px;
  left: -20px;
}
.filters--input:checked + label {
  color: var(--hover-color);
  text-decoration: none;
}

.classes {
  overflow: hidden;
}
.classes__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.class {
  width: 100%;
  padding-top: 80%;
  position: relative;
  background: var(--bg-color);
}
.class__back {
  width: 100%;
  height: 80vw;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: end;
  flex-direction: column;
  text-align: right;
  padding: 30px 35px;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--bg-color) 70%, black);
  transition: left 0.3s 0.3s;
}
.class__back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: var(--bg-color);
  transform: rotate(0deg);
  transform-origin: top right;
  transition: transform 0.3s;
}
.class__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
  transition: left 0.3s 0.3s;
}
.class__title {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
.class__content {
  position: relative;
  width: 100vw;
  max-height: 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  overflow: hidden;
  background: color-mix(in srgb, var(--bg-color) 70%, black);
  font-weight: 500;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
  transition: max-height 0.3s 0.3s;
}
.class__content--timetable {
  margin-bottom: 30px;
  -moz-column-count: 2;
       column-count: 2;
  visibility: hidden;
  opacity: 0;
  padding: 60px 0 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.class__content--timetable_group {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
}
.class__content--group {
  font-size: inherit;
  font-weight: inherit;
}
.class__content--description {
  visibility: hidden;
  opacity: 0;
  padding: 0 0 60px;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  font-size: 12px;
  line-height: 1.4;
}
.class:hover {
  z-index: 10;
}
.class:hover .class__back:before {
  transform: rotate(40deg);
  transform-origin: top right;
}
.class.open {
  z-index: 10;
}
.class.open .class__back:before {
  transform: rotate(40deg);
}
.class.open .class__content {
  max-height: 100vh;
  transition: max-height 0.3s 0s;
}
.class.open .class__content--timetable, .class.open .class__content--description {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
}

@media all and (min-width: 950px) {
  .class {
    width: 33.3333333333%;
    padding-top: 26.6666666667%;
  }
  .class__back {
    height: 100%;
  }
  .class__content {
    top: 0;
    left: 100%;
    height: 100%;
    position: absolute;
    width: 0%;
    max-height: 100vh;
    transition: width 0.3s 0.3s, left 0.3s 0.3s;
    padding: 0;
  }
  .class__content--timetable {
    margin-bottom: 0;
    padding: 30px 35px 0;
    -moz-column-count: 3;
         column-count: 3;
  }
  .class__content--description {
    padding: 0 35px 30px;
  }
  .class.open .class__content {
    width: 200%;
    transition: width 0.3s 0s, left 0.3s 0s;
  }
  .class:nth-child(3n+2).open .class__inner, .class:nth-child(3n+2).open .class__back {
    left: -100%;
    transition: left 0.3s;
  }
  .class:nth-child(3n+2).open .class__content {
    left: 0;
  }
  .class:nth-child(3n+3).open .class__inner, .class:nth-child(3n+3).open .class__back {
    left: -200%;
    transition: left 0.3s;
  }
  .class:nth-child(3n+3).open .class__content {
    left: -100%;
  }
}
@media all and (min-width: 1200px) {
  .class {
    width: 20%;
    padding-top: 24%;
  }
  .class.open .class__content {
    width: 400%;
  }
  .class:nth-child(3n+2).open .class__inner, .class:nth-child(3n+2).open .class__back {
    left: 0;
  }
  .class:nth-child(3n+2).open .class__content {
    left: 100%;
  }
  .class:nth-child(3n+3).open .class__inner, .class:nth-child(3n+3).open .class__back {
    left: 0;
  }
  .class:nth-child(3n+3).open .class__content {
    left: 100%;
  }
  .class:nth-child(5n+2).open .class__inner, .class:nth-child(5n+2).open .class__back {
    left: -100%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+2).open .class__content {
    left: 0;
  }
  .class:nth-child(5n+3).open .class__inner, .class:nth-child(5n+3).open .class__back {
    left: -200%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+3).open .class__content {
    left: -100%;
  }
  .class:nth-child(5n+4).open .class__inner, .class:nth-child(5n+4).open .class__back {
    left: -300%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+4).open .class__content {
    left: -200%;
  }
  .class:nth-child(5n+5).open .class__inner, .class:nth-child(5n+5).open .class__back {
    left: -400%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+5).open .class__content {
    left: -300%;
  }
}
@media all and (min-width: 1600px) {
  .class.open .class__content {
    width: 300%;
  }
  .class:nth-child(5n+3).open .class__inner, .class:nth-child(5n+3).open .class__back {
    left: 0;
    transition: left 0.3s;
  }
  .class:nth-child(5n+3).open .class__content {
    left: 100%;
  }
  .class:nth-child(5n+3).open .class__inner, .class:nth-child(5n+3).open .class__back {
    left: -100%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+3).open .class__content {
    left: 0;
  }
  .class:nth-child(5n+4).open .class__inner, .class:nth-child(5n+4).open .class__back {
    left: -200%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+4).open .class__content {
    left: -100%;
  }
  .class:nth-child(5n+5).open .class__inner, .class:nth-child(5n+5).open .class__back {
    left: -300%;
    transition: left 0.3s;
  }
  .class:nth-child(5n+5).open .class__content {
    left: -200%;
  }
}
.news-single {
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
}
.news-single__info {
  position: relative;
}
.news-single__info:after {
  content: "";
  position: absolute;
  top: 100%;
  right: -1px;
  background: url(../svg/akropoditi_line.svg) no-repeat center;
  width: 54px;
  height: 124px;
}
.news-single__header {
  margin-bottom: 50px;
}
.news-single__header--bottom {
  border-top: 1px solid #000;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-single__header--subtitle {
  font-size: inherit;
  font-weight: inherit;
}
.news-single__header--datetime {
  text-align: right;
}
.news-single__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.news-single__text {
  padding-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
  min-height: 85vh;
}
.news-single__media--video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 10px;
}
.news-single__media--video-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news-single__media--video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-single__media--video-thumb:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 80px solid color-mix(in srgb, #F6F6F6 55%, transparent);
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.news-single__media--video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-single__media--gallery {
  width: 100%;
}
.news-single__media--gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.news-single__form {
  padding: 0 20px;
}

@media all and (min-width: 650px) {
  .news-single {
    padding: 0 60px;
    margin-bottom: 80px;
  }
  .news-single__form {
    padding: 30px 60px 0;
  }
}
@media all and (min-width: 950px) {
  .news-single {
    margin-bottom: 120px;
  }
  .news-single__info {
    width: 50%;
    padding: 0 20px 0 0;
    border-right: 1px solid #000;
  }
}
.single_artist {
  padding: 0 20px;
}
.single_artist__header {
  padding: 0 0px 30px 0;
  text-align: right;
  background: url(../svg/akropoditi_line.svg) no-repeat top right;
  background-size: contain;
  margin-bottom: 30px;
}
.single_artist__header:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  clear: right;
}
.single_artist__header--effect {
  display: block;
  width: 70px;
  height: 16px;
  display: block;
  float: right;
  clear: right;
}
.single_artist__header h1, .single_artist__header .single_artist__title {
  padding: 0;
  border: none;
}
.single_artist__info {
  border-top: 1px solid #000;
  padding: 10px 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: grid;
}
.single_artist__media--video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
.single_artist__media--video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single_artist__media--video:last-child {
  margin-bottom: 0;
}
.single_artist__more {
  padding: 0 20px;
}
.single_artist__events {
  padding: 20px 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.single_artist__events p {
  margin-bottom: 20px;
}
.single_artist__feedback {
  padding: 0 20px;
}

@media all and (min-width: 650px) {
  .single_artist {
    padding: 0 60px;
  }
  .single_artist__header {
    margin-bottom: 60px;
  }
  .single_artist__more {
    padding: 0 60px;
  }
  .single_artist__feedback {
    padding: 0 60px;
  }
}
.residency, .space__container--wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 650px) {
  .residency, .space__container--wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.form__background, .text-template__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.form__container, .text-template__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto 300px;
}
.form__container form, .text-template__container form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
.form__title {
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 15px;
}
.form__field, .form__field--three-quarters, .form__field--two-thirds, .form__field--quarter, .form__field--third, .form__field--half {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1px;
}
.form__field:has(input:not(:-moz-placeholder)) label, .form__field--three-quarters:has(input:not(:-moz-placeholder)) label, .form__field--two-thirds:has(input:not(:-moz-placeholder)) label, .form__field--quarter:has(input:not(:-moz-placeholder)) label, .form__field--third:has(input:not(:-moz-placeholder)) label, .form__field--half:has(input:not(:-moz-placeholder)) label, .form__field:has(textarea:not(:-moz-placeholder)) label, .form__field--three-quarters:has(textarea:not(:-moz-placeholder)) label, .form__field--two-thirds:has(textarea:not(:-moz-placeholder)) label, .form__field--quarter:has(textarea:not(:-moz-placeholder)) label, .form__field--third:has(textarea:not(:-moz-placeholder)) label, .form__field--half:has(textarea:not(:-moz-placeholder)) label, .form__field:has(select:not(:-moz-placeholder)) label, .form__field--three-quarters:has(select:not(:-moz-placeholder)) label, .form__field--two-thirds:has(select:not(:-moz-placeholder)) label, .form__field--quarter:has(select:not(:-moz-placeholder)) label, .form__field--third:has(select:not(:-moz-placeholder)) label, .form__field--half:has(select:not(:-moz-placeholder)) label {
  padding: 5px 15px 0;
  font-size: 10px;
  font-weight: 400;
}
.form__field:has(input:focus) label, .form__field--three-quarters:has(input:focus) label, .form__field--two-thirds:has(input:focus) label, .form__field--quarter:has(input:focus) label, .form__field--third:has(input:focus) label, .form__field--half:has(input:focus) label, .form__field:has(input:not(:placeholder-shown)) label, .form__field--three-quarters:has(input:not(:placeholder-shown)) label, .form__field--two-thirds:has(input:not(:placeholder-shown)) label, .form__field--quarter:has(input:not(:placeholder-shown)) label, .form__field--third:has(input:not(:placeholder-shown)) label, .form__field--half:has(input:not(:placeholder-shown)) label, .form__field:has(textarea:focus) label, .form__field--three-quarters:has(textarea:focus) label, .form__field--two-thirds:has(textarea:focus) label, .form__field--quarter:has(textarea:focus) label, .form__field--third:has(textarea:focus) label, .form__field--half:has(textarea:focus) label, .form__field:has(textarea:not(:placeholder-shown)) label, .form__field--three-quarters:has(textarea:not(:placeholder-shown)) label, .form__field--two-thirds:has(textarea:not(:placeholder-shown)) label, .form__field--quarter:has(textarea:not(:placeholder-shown)) label, .form__field--third:has(textarea:not(:placeholder-shown)) label, .form__field--half:has(textarea:not(:placeholder-shown)) label, .form__field:has(select:focus) label, .form__field--three-quarters:has(select:focus) label, .form__field--two-thirds:has(select:focus) label, .form__field--quarter:has(select:focus) label, .form__field--third:has(select:focus) label, .form__field--half:has(select:focus) label, .form__field:has(select:not(:placeholder-shown)) label, .form__field--three-quarters:has(select:not(:placeholder-shown)) label, .form__field--two-thirds:has(select:not(:placeholder-shown)) label, .form__field--quarter:has(select:not(:placeholder-shown)) label, .form__field--third:has(select:not(:placeholder-shown)) label, .form__field--half:has(select:not(:placeholder-shown)) label {
  padding: 5px 15px 0;
  font-size: 10px;
  font-weight: 400;
}
.form__field input, .form__field--three-quarters input, .form__field--two-thirds input, .form__field--quarter input, .form__field--third input, .form__field--half input, .form__field textarea, .form__field--three-quarters textarea, .form__field--two-thirds textarea, .form__field--quarter textarea, .form__field--third textarea, .form__field--half textarea {
  width: 100%;
  padding: 20px 15px 10px;
  margin: 0 0 1px;
  vertical-align: bottom;
  border: 1px solid #000;
  background: #FFF;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  outline: none;
}
.form__field input.wpcf7-not-valid, .form__field--three-quarters input.wpcf7-not-valid, .form__field--two-thirds input.wpcf7-not-valid, .form__field--quarter input.wpcf7-not-valid, .form__field--third input.wpcf7-not-valid, .form__field--half input.wpcf7-not-valid, .form__field textarea.wpcf7-not-valid, .form__field--three-quarters textarea.wpcf7-not-valid, .form__field--two-thirds textarea.wpcf7-not-valid, .form__field--quarter textarea.wpcf7-not-valid, .form__field--third textarea.wpcf7-not-valid, .form__field--half textarea.wpcf7-not-valid {
  border-color: var(--hover-color);
  background-color: color-mix(in srgb, var(--hover-color) 10%, #FFF);
}
.form__field textarea, .form__field--three-quarters textarea, .form__field--two-thirds textarea, .form__field--quarter textarea, .form__field--third textarea, .form__field--half textarea {
  padding: 20px 15px 20px;
}
.form__field select, .form__field--three-quarters select, .form__field--two-thirds select, .form__field--quarter select, .form__field--third select, .form__field--half select {
  width: 100%;
  padding: 20px 35px 10px 15px;
  margin: 0 0 1px;
  vertical-align: bottom;
  border: 1px solid #000;
  vertical-align: bottom;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 3;
  background: transparent;
  outline: none;
  border-radius: 0;
}
.form__field:has(select), .form__field--three-quarters:has(select), .form__field--two-thirds:has(select), .form__field--quarter:has(select), .form__field--third:has(select), .form__field--half:has(select) {
  background: #FFF;
}
.form__field:has(select):after, .form__field--three-quarters:has(select):after, .form__field--two-thirds:has(select):after, .form__field--quarter:has(select):after, .form__field--third:has(select):after, .form__field--half:has(select):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: linear-gradient(to bottom, #000 2px, transparent 2px, transparent 4px, #000 4px, #000 6px, transparent 6px, transparent 8px, #000 8px);
  z-index: 1;
  transform: translateY(-5px);
  width: 20px;
  height: 10px;
}
.form__field:has(select):before, .form__field--three-quarters:has(select):before, .form__field--two-thirds:has(select):before, .form__field--quarter:has(select):before, .form__field--third:has(select):before, .form__field--half:has(select):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 10px solid transparent;
  border-left: 9px solid #FFF;
  border-right: 9px solid #FFF;
  border-bottom: none;
  transform: translateY(-5px);
  z-index: 2;
  width: 2px;
  height: 0px;
}
.form__field input[type=submit], .form__field--three-quarters input[type=submit], .form__field--two-thirds input[type=submit], .form__field--quarter input[type=submit], .form__field--third input[type=submit], .form__field--half input[type=submit] {
  background: #000;
  color: #FFF;
  transition: color 0.4s ease-in-out;
  padding: 15px;
  cursor: pointer;
}
.form__field input[type=submit]:hover, .form__field--three-quarters input[type=submit]:hover, .form__field--two-thirds input[type=submit]:hover, .form__field--quarter input[type=submit]:hover, .form__field--third input[type=submit]:hover, .form__field--half input[type=submit]:hover {
  color: var(--hover-color);
}
.form__field input[type=submit][disabled], .form__field--three-quarters input[type=submit][disabled], .form__field--two-thirds input[type=submit][disabled], .form__field--quarter input[type=submit][disabled], .form__field--third input[type=submit][disabled], .form__field--half input[type=submit][disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.form__field input[type=submit][disabled]:hover, .form__field--three-quarters input[type=submit][disabled]:hover, .form__field--two-thirds input[type=submit][disabled]:hover, .form__field--quarter input[type=submit][disabled]:hover, .form__field--third input[type=submit][disabled]:hover, .form__field--half input[type=submit][disabled]:hover {
  color: #FFF;
}
.form__field--half {
  flex: none;
}
.form__field--third {
  flex: none;
}
.form__field--quarter {
  flex: none;
}
.form__field--two-thirds {
  flex: none;
}
.form__field--three-quarters {
  flex: none;
}
.form__field--count {
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 2;
  opacity: 0.4;
  font-size: 10px;
}
.form__field label, .form__field--half label, .form__field--third label, .form__field--quarter label, .form__field--two-thirds label, .form__field--three-quarters label {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #000;
  width: calc(100% - 2px);
  padding: 20px 15px 10px;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.form__field .wpcf7-not-valid-tip, .form__field--half .wpcf7-not-valid-tip, .form__field--third .wpcf7-not-valid-tip, .form__field--quarter .wpcf7-not-valid-tip, .form__field--two-thirds .wpcf7-not-valid-tip, .form__field--three-quarters .wpcf7-not-valid-tip {
  background: var(--hover-color);
  color: #FFF;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  margin: -1px 1px 5px;
}
.form .wpcf7-response-output {
  background: #CD6356;
  color: #FFF;
  padding: 15px !important;
  font-size: 16px;
  font-weight: 500;
  border: none !important;
  margin: 0 !important;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  background: #9AAC48;
  padding: 15px !important;
}
.form .wpcf7-spinner {
  display: none;
}

@media all and (min-width: 650px) {
  .form__container, .text-template__container {
    padding: 0 60px;
  }
  .form__container form, .text-template__container form {
    flex-direction: row;
  }
  .form__field--half {
    width: calc(50% - 1px);
  }
  .form__field--third {
    width: calc(33.33% - 1px);
  }
  .form__field--quarter {
    width: calc(25% - 1px);
  }
  .form__field--two-thirds {
    width: calc(66.66% - 1px);
  }
  .form__field--three-quarters {
    width: calc(75% - 1px);
  }
}
.artists {
  padding: 0 20px;
}
.artists__year {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.artists__group {
  margin-bottom: 20px;
  overflow-x: auto;
  display: flex;
}
.artists__group .card {
  flex-shrink: 0;
}

@media all and (min-width: 650px) {
  .artists {
    padding: 0 60px;
  }
  .artists__year {
    width: 60%;
  }
  .artists__group {
    white-space: nowrap;
  }
  .artists__group .card {
    margin-right: 10px;
  }
  .artists__group .card:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 950px) {
  .artists__year {
    width: 40%;
  }
}
.news {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-around;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.news .card {
  width: 100%;
  margin-bottom: 10px;
}
.news__filter {
  padding: 0 20px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.news__filter--wrapper {
  background: #FFF;
  position: relative;
}
.news__filter--wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: linear-gradient(to bottom, #000 2px, transparent 2px, transparent 4px, #000 4px, #000 6px, transparent 6px, transparent 8px, #000 8px);
  z-index: 1;
  transform: translateY(-5px);
  width: 20px;
  height: 10px;
}
.news__filter--wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 10px solid transparent;
  border-left: 9px solid #FFF;
  border-right: 9px solid #FFF;
  border-bottom: none;
  transform: translateY(-5px);
  z-index: 2;
  width: 2px;
  height: 0px;
}
.news__filter--select {
  width: 100%;
  padding: 10px 35px 10px 15px;
  margin: 0 0 1px;
  vertical-align: bottom;
  border: 1px solid #000;
  vertical-align: bottom;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  height: 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 3;
  background: transparent;
  outline: none;
  border-radius: 0;
}

@media all and (min-width: 650px) {
  .news {
    padding: 0 60px;
    justify-content: center;
  }
  .news .card {
    width: calc(50% - 5px);
  }
  .news:after {
    content: "";
    display: block;
    max-width: 600px;
    width: calc(50% - 5px);
  }
  .news__filter {
    padding: 0 60px;
    margin: 0 auto 20px;
  }
}
.contact {
  padding: 0 20px;
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contact__form {
  position: relative;
  z-index: 2;
}
.contact__form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact__info {
  z-index: 2;
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
}
.contact__info--top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.contact__info--address {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact__info--phone {
  font-size: 28px;
  font-weight: 600;
}
.contact__title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact__dep {
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.contact__dep:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.contact__dep a {
  transition: 0.4s;
  margin-bottom: 5px;
  display: block;
}
.contact__dep.centre .contact__dep--title {
  color: #CD6356;
}
.contact__dep.centre a:hover {
  color: #CD6356;
}
.contact__dep.centre .contact__dep--social-link:hover svg path {
  fill: #CD6356;
}
.contact__dep.festival .contact__dep--title {
  color: #98B0B4;
}
.contact__dep.festival a:hover {
  color: #98B0B4;
}
.contact__dep.festival .contact__dep--social-link:hover svg path {
  fill: #98B0B4;
}
.contact__dep.theatre .contact__dep--title {
  color: #9AAC48;
}
.contact__dep.theatre a:hover {
  color: #9AAC48;
}
.contact__dep.theatre .contact__dep--social-link:hover svg path {
  fill: #9AAC48;
}
.contact__dep--left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact__dep--socials {
  display: flex;
}
.contact__dep--social-link {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.contact__dep--social-link:last-child {
  margin: 0;
}
.contact__dep--social-link svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__dep--social-link svg path {
  transition: 0.4s;
}
.contact__dep--title {
  margin-bottom: 15px;
}
.contact__dep--details {
  font-weight: 500;
}

@media all and (min-width: 650px) {
  .contact {
    padding: 0 60px;
  }
  .contact__info--top {
    flex-direction: row;
  }
  .contact__info--address {
    width: 50%;
    margin-bottom: 0;
  }
  .contact__info--phone {
    width: 45%;
    text-align: right;
  }
  .contact__dep {
    flex-direction: row;
  }
  .contact__dep--title {
    font-size: 22px;
    width: 50%;
    margin-bottom: 0;
  }
  .contact__dep--details {
    text-align: right;
    font-weight: 500;
  }
}
@media all and (min-width: 1200px) {
  .contact__wrapper {
    flex-direction: row;
  }
  .contact__info {
    width: calc(50% - 3px);
    margin-bottom: 0;
  }
  .contact__form {
    width: calc(50% - 3px);
  }
}
.space__container {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.space__container.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: visible;
}
.space__container--wrapper {
  padding: 0 20px;
}
.space__container.tabs .space__container--wrapper {
  padding: 0;
}
.space .residency__info:after {
  content: none;
}
.space .residency__info:after .residency__text, .space .residency__info:after .residency__media--gallery {
  visibility: hidden;
  display: none;
}
.space .residency__info:after .residency__text.active, .space .residency__info:after .residency__media--gallery.active {
  visibility: visible;
  display: block;
}
.space .residency__info:after .residency__text {
  min-height: 55vh;
}
.space__title {
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.space__details {
  margin-bottom: 50px;
  text-transform: uppercase;
  padding-top: 10px;
  display: flex;
  gap: 20px;
}
.space__details--map {
  flex: 1;
}
.space__details--link {
  padding: 15px 20px;
  display: block;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 14px;
  margin-top: 30px;
}
.space__details--link:hover {
  background: #000;
  color: var(--hover-color);
}
.space__wrapper.tabs {
  padding: 0 20px;
}
.space__wrapper.tabs .space {
  padding: 30px 20px;
  background: #FFF;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.space__wrapper.tabs .space__container--wrapper {
  padding: 0;
  margin-bottom: 76px;
}
.space__wrapper.tabs .c-text:after {
  transform: rotateY(180deg);
  transform-origin: right;
  left: calc(50% - 28px);
}
.space__nav {
  margin-bottom: 100px;
}
.space__nav--menu {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.space__nav--item {
  width: 50%;
  max-width: 280px;
  height: 90px;
  margin-right: 10px;
}
.space__nav--item:last-child {
  margin-right: 0;
}
.space__nav--item.active .space__nav--link::after {
  opacity: 0.6;
  background: #000;
}
.space__nav--item.active .space__nav--title {
  color: var(--hover-color);
}
.space__nav--link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.space__nav--link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.space__nav--link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hover-color);
  opacity: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.space__nav--link:hover:after {
  opacity: 0.4;
}
.space__nav--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 12px;
  color: #FFF;
  transition: 0.4s ease-in-out;
  text-align: center;
}
.space__nav.tabs {
  margin-bottom: 0;
  padding: 0 20px;
}
.space__nav.tabs .space__nav--menu {
  padding: 0;
}
.space__nav.tabs .space__nav--menu:before, .space__nav.tabs .space__nav--menu:after {
  display: none;
}
.space__nav.tabs .space__nav--item {
  height: auto;
  width: auto;
  max-width: unset;
  margin-right: 0;
  flex: 1;
  padding: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: 0.4s;
}
.space__nav.tabs .space__nav--item:first-child {
  border-left: 1px solid #000;
}
.space__nav.tabs .space__nav--item.active, .space__nav.tabs .space__nav--item:hover {
  background: #000;
}
.space__nav.tabs .space__nav--item.active .space__nav--title, .space__nav.tabs .space__nav--item:hover .space__nav--title {
  color: var(--hover-color);
}
.space__nav.tabs .space__nav--link {
  text-align: center;
}
.space__nav.tabs .space__nav--link:after {
  display: none;
}
.space__nav.tabs .space__nav--title {
  position: static;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}

@media all and (min-width: 650px) {
  .space__container--wrapper {
    padding: 0 60px;
  }
  .space__nav--menu {
    padding: 0;
  }
  .space__nav--menu:before {
    content: "";
    width: 42px;
    height: 90px;
    background: url(../svg/akropoditi_line.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
  }
  .space__nav--menu:after {
    content: "";
    width: 42px;
    height: 90px;
    background: url(../svg/akropoditi_line.svg) no-repeat center;
    background-size: contain;
    margin-left: 10px;
    transform: rotateY(180deg);
  }
  .space__nav--item {
    width: 20%;
  }
  .space__nav.tabs {
    padding: 0 60px;
  }
  .space__wrapper.tabs {
    padding: 0 60px;
  }
  .space__wrapper.tabs .space {
    padding: 50px;
  }
}
@media all and (min-width: 950px) {
  .space__wrapper.tabs .space__details--link {
    width: calc(50% + 26px);
  }
}
.team {
  display: flex;
  padding: 0 20px;
  margin-bottom: 120px;
  flex-direction: column;
}
.team__info {
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.team__info--title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}
.team__info--members {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.team__info--member {
  width: calc((100% - 20px) / 5);
  padding: 14% 0 0 0;
  margin-right: 5px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.team__info--member:nth-child(5) {
  margin-right: 0;
}
.team__info--member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team__info--member:hover .team__info--name {
  opacity: 1;
}
.team__info--member.active .team__info--name {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  color: var(--hover-color);
}
.team__info--name {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
}
.team__members--details {
  padding: 0;
  position: relative;
}
.team__member {
  margin-bottom: 90px;
}
.team__member:last-child {
  margin-bottom: 0;
}
.team__member--title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.team__member--position {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.team__member--content {
  padding-top: 10px;
}
.team__member--photo {
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}
.team__member--photo img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 650px) {
  .team {
    padding: 0 60px;
  }
}
@media all and (min-width: 950px) {
  .team {
    align-items: flex-start;
    flex-direction: row;
  }
  .team__info {
    position: sticky;
    top: 240px;
    width: 50%;
    padding: 0 20px 100px 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .team__members--details {
    padding-left: 20px;
    position: sticky;
    top: 240px;
    width: 50%;
    border-left: 1px solid #000;
  }
}
.home__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__above {
  padding: 280px 20px 80px;
  margin-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 85vh;
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.home__above--title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.home__above--subtitle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.home__above--text {
  font-size: 16px;
  font-weight: 600px;
  margin-top: 15px;
}
.home__above--link {
  margin-top: 30px;
  display: block;
  background: #FFF;
  border: 1px solid #000;
  padding: 15px 24px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s;
}
.home__above--link:hover {
  color: var(--hover-color);
  background: #000;
}
.home__above.dark-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0.3;
}
.home__latest {
  background: #F6F6F6;
  z-index: 2;
  position: relative;
}
.home__classes {
  padding: 200px 20px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.home__classes--wrapper {
  padding: 30px;
  max-width: 600px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #000;
}
.home__classes--next .calendar__slot {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.home__classes--next .calendar__slot:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 650px) {
  .home__above {
    padding: 280px 60px 80px;
  }
  .home__above--content {
    width: 60%;
    max-width: 570px;
  }
}
@media all and (min-width: 950px) {
  .home__above--content {
    width: 40%;
    max-width: 570px;
  }
  .home__classes--wrapper {
    width: 40%;
  }
}
.notfound__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.notfound__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px;
  max-width: 1040px;
  margin: 0 auto 300px;
  border: 1px solid #000;
  background: #FFF;
  text-transform: uppercase;
}
.notfound__title {
  font-size: 70px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.notfound__content {
  margin-bottom: 20px;
}
.notfound__link {
  transition: 0.4s;
}
.accordion {
  z-index: 2;
  position: relative;
  padding: 0 20px;
}
.accordion__container {
  background: #FFF;
  padding: 25px 25px 40px;
  border: 1px solid #000;
}
.accordion__member--name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
  transition: font-size 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}
.accordion__member.sibling .accordion__member--name {
  font-size: 24px;
  transition: 0.3s ease-in-out;
}
.accordion__member.hover .accordion__member--name, .accordion__member.active .accordion__member--name {
  font-size: 40px;
}
.accordion__member--wrapper {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
}
.accordion__member.active .accordion__member--wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.accordion__member--position {
  padding-top: 10px;
  text-transform: uppercase;
}
.accordion__member--content {
  padding-top: 20px;
}
.accordion__member--image {
  margin-bottom: 15px;
}
.accordion__member--image img {
  width: 100%;
  height: auto;
}
.accordion__member--cv {
  flex: 1;
}

@media all and (min-width: 650px) {
  .accordion {
    padding: 0 60px;
  }
  .accordion__member--image {
    width: 50%;
    float: left;
    padding: 0 18px 0 0;
  }
}
@media all and (min-width: 950px) {
  .accordion__member--content {
    display: flex;
  }
  .accordion__member--image {
    float: none;
    border-right: 1px solid #000;
  }
  .accordion__member--cv {
    padding-left: 18px;
  }
}
.text-template__content {
  padding: 20px 25px;
  background: #FFF;
  border: 1px solid #000;
}
.text-template__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.text-template__text {
  margin-bottom: 50px;
}
.text-template__link--button {
  display: inline-block;
  padding: 20px 25px;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}
.text-template__link--button:hover {
  color: var(--hover-color);
  background: #000;
}

@media all and (min-width: 650px) {
  .text-template__content {
    padding: 40px 45px;
  }
  .text-template__title {
    margin-bottom: 50px;
  }
}
.archive-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.archive-list__item {
  width: 100%;
  margin-bottom: 50px;
}
.archive-list__item--subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.archive-list__item--thumbnail {
  width: 100%;
}
.archive-list__item--thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.archive-list__item--title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.archive-list__item--info {
  background: #FFF;
  padding: 20px;
  transition: 0.4s;
}
.archive-list__item--bottom {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  flex-direction: column;
  margin-bottom: 10px;
}
.archive-list__item--dates {
  margin-bottom: 10px;
}
.archive-list__item--intro {
  padding: 10px 0 5px;
}
.archive-list__link:hover .archive-list__item--info {
  background: var(--hover-color);
}

@media all and (min-width: 650px) {
  .archive-list {
    padding: 0 60px;
  }
  .archive-list__item--info {
    padding: 15px 30px 30px;
  }
  .archive-list__item--bottom {
    flex-direction: row;
    margin-bottom: 0;
  }
  .archive-list__item--dates {
    width: 60%;
    margin-bottom: 0;
  }
  .archive-list__item--intro {
    width: 40%;
    padding: 0 0 5px 15px;
    border-left: 1px solid #000;
  }
}
.festival__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 85vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.festival__video iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 850vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.festival__video--controls button {
  position: relative;
  overflow: hidden;
  background: #FFF;
  padding: 8px 12px;
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: bold;
  transition: 0.4s;
}
.festival__video--controls button:last-child {
  margin-right: 0;
}
.festival__video--controls button:after {
  content: "Play";
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #FFF;
  color: #000;
  transition: 0.4s;
}
.festival__video--controls button:hover {
  background: var(--hover-color);
  color: #FFF;
}
.festival__video--controls button:hover:after {
  background: var(--hover-color);
  color: #FFF;
}
.festival__video--controls button[data-video-play]:after {
  content: "Play";
}
.festival__video--controls button[data-video-mute]:after {
  content: "Mute";
}
.festival__video--controls button.state2:after {
  transform: translate(-50%, 0);
}
.festival__intro {
  position: relative;
  z-index: 2;
  background: #F6F6F6;
  padding: 20px;
}
.festival__title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}
.festival__subtitle {
  font-weight: 700;
  font-size: 500;
  padding: 10px 0;
}
.festival__text {
  margin-top: 30px;
}
.festival__announcement {
  position: relative;
  z-index: 2;
  background: #F6F6F6;
}
.festival__announcement.dark-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0.3;
}
.festival__announcement--image {
  width: 100%;
  height: 70vh;
  position: relative;
}
.festival__announcement--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.festival__announcement--info {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 45%;
  max-width: 450px;
  color: #FFF;
  z-index: 3;
}
.festival__announcement--title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}
.festival__announcement--subtitle {
  font-size: 13px;
  font-weight: 500;
}
.festival__announcement--text {
  margin-top: 10px;
}

@media all and (min-width: 650px) {
  .festival__intro {
    padding: 80px 60px;
  }
}
.single_archive__list {
  padding: 0 20px;
}
.single_archive__list__more {
  padding: 0 20px;
}

@media all and (min-width: 650px) {
  .single_archive {
    padding: 0 60px;
  }
  .single_archive__list {
    padding: 0 60px;
  }
}
.dancetheatre__featured {
  position: relative;
  z-index: 2;
  background: #F6F6F6;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and ((min-width: 650px)) {
  .dancetheatre__featured {
    padding: 100px 60px;
    flex-direction: row;
  }
  .dancetheatre__featured .card:nth-child(even) {
    margin-right: 0;
  }
}
.company {
  padding: 0 20px;
}
.company__wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.company__intro {
  margin-bottom: 80px;
}
.company__intro--title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
.company__members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.company__member {
  width: calc((100% - 12px) / 5);
  position: relative;
  margin: 0 0 3px;
}
.company__member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
.company__cv--title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.company__cv--subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.company__cv--image {
  width: 100%;
}
.company__cv--image img {
  width: 100%;
  height: auto;
}
.company__cv--text {
  margin-top: 20px;
}

@media all and (min-width: 650px) {
  .company {
    padding: 0 60px;
  }
  .company__cv--image {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
  }
}
.show-single {
  padding: 0 20px;
}
.show-single__performance {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
}

@media all and (min-width: 950px) {
  .show-single {
    padding: 0 60px;
  }
}