/*=================================INCLUDED IN STARTER=================================*/

/****************** FONTS *******************/

@import url("/assets/site/css/fonts/gilroy/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body,
input,
select,
textarea,
button {
  font-family: "Noticia Text", serif;
}

/****************** FONTS *******************/

/****************** VAR *******************/
:root {
  --font-secondary: "Cardo", serif;

  --body_bg: #040710;
  --text_color: #ffffff;
  --text_color_dark: #535353;
  --text_color_black: #050710;
  --dropdown_bg: #383f45;

  --bg_light: #ffffff;
  /* --text_color_2 : #222831;*/

  /* --color_0  : #393E46;*/
  --color_1: #f07c00;
  /* --color_1_1  : #E6F4F1;*/
  /* --color_1_2  : #333652;*/
  /* --color_1_3  : #ffffff; */
  /* --color_2  :  #82B2CA;*/
  /* --color_3  :  #373A36;*/
  /* --color_4  :  #354A54;*/
  /* --color_5  :  #dbdfe7;*/
  /* --color_6  :  #003043;*/
  /* --color_7  :  #003043;*/

  /* --shadow_1  : rgba(238, 238, 238, 0.6);*/
}

/****************** VAR - END *******************/

html {
  scroll-behavior: smooth;
}

.main_slide_title {
  display: none !important;
}

a {
  user-select: auto !important;
}

/*TYPOGRAPHY*/

.inc__t--lg {
  font-size: 1.4em;
}

/*TITLES*/

.title_big,
.article_page_title {
  text-align: center;
  padding-bottom: 0;
  font-size: 5em;
  font-weight: 900;
  text-transform: uppercase;
  background: none;
}
/* h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color_1);
} */
/* .title_semibig {
  text-align: center;
  padding-bottom: 35px;
  font-size: 3.2em;
  font-weight: 900;
  text-transform: uppercase;
  background: url(../../../custom/images/icons/title_img.svg) bottom 15px center
    no-repeat transparent;
}
.title_small {
  padding-bottom: 15px;
  font-size: 1.5em;
  font-weight: 900;
} */

@media screen and (max-width: 767px) {
  .title_big,
  .article_page_title {
    font-size: 3em;
  }
  /* .title_semibig {
    font-size: 2.5em;
  }
  .footer_title {
    font-size: 3em;
  } */
}

.event_page_title {
  /*padding-bottom: 52px;*/
  /*background: url(../../../custom/images/icons/title_img.svg) bottom 3px center no-repeat transparent;*/
  /*background-size: 220px;*/

  /*background: none;*/
}

/*.title_big {*/
/*    background: url(../../../custom/images/icons/title_img.svg) bottom 1px center no-repeat transparent;*/
/*    background-size: 320px;*/

/*background: none;*/
/*}*/

.content_text blockquote {
  background: none;
}

/*MAIN NAV MENU*/

/* .main_menu li {
  flex-grow: initial !important;
}

.main_menu li a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.main_menu ul {
  justify-content: flex-end;
} */

.logo_main_menu {
  /*padding: 17px 0px;*/
}

/*.main_menu_block_3 .main_menu ul li a:hover, .main_menu_block_3 .main_menu ul li>a:hover, .main_menu_block_3 .langs_menu_button:hover, .main_menu_block_3 .langs_menu ul li a:hover, .main_menu_block_3 .langs_menu .dropdown-content li:hover, .main_menu_block_3 .langs_menu .dropdown-content li.active, .main_menu_block_3 .menu_button:hover, .menu_button:focus, .langs_menu.dropdown__items:hover, .langs_menu.dropdown__items:active, .main_menu_block_3 .langs_menu:hover .langs_menu_button, .main_menu_block_3 .main_menu ul li.current a  {*/
/*    background: var(--color_2) !important;*/
/*}*/

/*.dropdown-content, .menu_inner {*/
/*    background: var(--body_bg);*/
/*}*/

/*EVENTS*/

.calendar_filter_wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .events_item__1 .events_item_left_block,
  .events_item__1 .events_item_content {
    text-align: center;
  }
}

/*EVENTS*/

/* .calendar_filter_block {
    display: none;
} */

/* .event_page_content_wrapper {
    background: #FFF6EF;
} */

/* .events_item_city {
    color: var(--color_1_2);
} */

/* #event_page_main_slide.event_page_main_slide_blue:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF5EF);
} */

/*FOOTER*/

.footer_title {
  display: none;
}

.footer_socials ul {
  justify-content: space-evenly;
}

.footer_socials svg {
  max-height: 50px;
}

.footer_socials ul li a svg g path {
  transition: all 0.2s ease-in-out;
}

.footer_socials ul li a:hover svg g path {
  fill: var(--color_1) !important;
}

.notifications_bottom {
  display: none;
}

/* .footer_button a {
    color: var(--color_2) !important;
    border: 2px solid var(--color_2) !important;
} */

/* .footer_button a:hover {
    background: var(--color_2) !important;
    border: 2px solid black !important;
    color: var(--text_color) !important;
} */

/* .footer_socials ul li a:hover svg {
    fill: var(--color_1_1);
} */

/*SPACING FOR LISTEN BUTTONS*/

.album_services_item_link img {
  height: 53px;
}

.album_services_item_link:hover img {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.album_services_items {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.album_services_item {
  width: auto;
}

@media screen and (max-width: 991px) {
  .album_services_item {
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  .album_services_item {
    width: auto;
  }
}

/*REPERTOIRE LIST*/

.ig__repertoire ul {
  columns: 250px 3;
  column-gap: 40px;
}

.ig__repertoire-letters {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  flex-wrap: wrap;
}

.ig__repertoire-letters p {
  padding-right: 20px;
}

.ig__no-dot-li:before {
  content: "" !important;
}

.ig__no-dot-li {
  font-weight: 600;
  font-size: 1.2em;
}

/*TUTORIAL LINKS*/

.ig__adm-tutorial-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.ig__adm-tutorial-link i {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
}

.ig__adm-tutorial-link:hover {
  background: var(--color_2);
  color: var(--color_1);
}

@media only screen and (max-width: 992.99px) {
  .sidenav > a.ig__adm-tutorial-link {
    padding: 0 32px;
  }
}

/* CONTACT PAGE */

/*CONTACT*/

@media screen and (min-width: 768px) {
  /* .simple_page_50 .content_wrapper {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 0.21474527310924374) 100%), url(/uploads/images/Lee_ArielSeungHyun_Headshot_Landscape.JPG);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        min-height: 100vh;
    } */
}

/* .main_slider_4 .main_slide_content {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
} */

/* MEDIA PAGE */

@media screen and (max-width: 767px) {
  .media_item_name,
  .media_item_text {
    text-align: center;
  }

  /* .media_item_image {
        max-width: initial;
    } */
}

/* MEDIA PAGE WITH EMBED CODE */

@media (min-width: 868px) {
  .simple_page_56 .content_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .simple_page_56 .content_block .article_content_block {
    flex: 50%;
    padding-right: 20px;
    margin-top: 60px !important;
  }

  .simple_page_56 .article_content_block + .article_content_block {
    margin-top: 0;
  }
}

.simple_page_56 .article_page_title {
  margin-bottom: -160px;
}

.footer_socials svg {
  max-height: 50px;
}

.footer_socials ul li a svg g path {
  transition: all 0.2s ease-in-out;
}

.footer_socials ul li a:hover svg g path {
  fill: var(--color_1) !important;
}

.footer_socials ul li {
  width: fit-content;
}

.footer_socials ul {
  flex-wrap: wrap;
}

.notifications_bottom {
  display: none;
}

.form__success {
  font-size: 1.2em;
  color: #01b902;
}

a[alt="Website"] svg path {
  fill: #fff !important;
}

a[alt="Website"]:hover svg path {
  fill: var(--color_1) !important;
  transition: 0.3s;
}

.ig__no-click {
  pointer-events: none;
  cursor: no-drop;
}

.repertoire-links-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  justify-items: center;
}

.content_text .repertoire-links__link {
  margin-top: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color_1_1);
}

.ic__input-text-search-box:focus::placeholder {
  opacity: 0.3;
}

.ic__input-text-search-box:focus:-ms-input-placeholder {
  opacity: 0.3;
}

.ic__input-text-search-box:focus::-ms-input-placeholder {
  opacity: 0.3;
}

.ig__no-click {
  pointer-events: none;
  cursor: no-drop;
}

.form__success {
  padding-bottom: 20px;
  color: var(--color_1);
}

/*=================================INCLUDED IN STARTER END=================================*/

/* -------------------- DARK THEME COLOR ------------------- */

.events_itm_link,
.press_item_link {
  background-color: var(--color_7);
  border: 1px solid rgba(57, 62, 70, 1);
}

.people_item_name,
.event_page_label {
  color: var(--color_1);
}

.event_page_label {
  background: var(--color_1_2);
}

a .event_info_item_title {
  color: var(--color_1);
}

.event_page_left_inner,
.event_page_content_inner {
  background-color: var(--color_2);
  /* color: var(--text_color_2); */
}

.event_page_content_wrapper {
  background: var(--body_bg);
}

.calendar_filter_block .dropdown-content a {
  color: var(--color_0);
}

.simple_page_62 .title_big {
  color: white !important;
}

.contacts_page input,
.contacts_page textarea {
  background-color: white !important;
}

.about_quotes_point {
  background: rgba(34, 40, 49, 0.6);
}

.main_menu_block_3 .main_menu ul li.current a {
  color: var(--text_color_2);
}

.main_menu_block_3 .main_menu ul li a:hover {
  color: var(--color_2);
}

@media screen and (max-width: 1100px) {
  .menu_inner {
    background: var(--color_0);
  }

  .main_menu_block_3 .main_menu ul li.current a {
    background: var(--color_1_3);
  }
}

#event_page_main_slide:after {
  background-image: none;
}

.calendar_filter_block a.active {
  color: var(--color_1_1);
}

.notification_item_content {
  color: var(--text_color_2);
}

.media_item_content_link {
  background: var(--color_1);
}

.media_item_image_inner {
  background: var(--color_1);
}

.media_item_content_link:hover .media_item_name {
  color: var(--text_color_2);
}

.content_text blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-size: 1.2em;
  line-height: normal;
}

.content_text a {
  color: var(--color_1);
}

.accordion_items_contacts {
  background-color: var(--body_bg);
}
.accordion_item {
  border: 1px solid rgba(219, 223, 231, 0.1);
}

.accordion_item .accordion_item_content a {
  color: var(--color_1) !important;
}

.main_slide_title {
  background-color: rgba(255, 255, 255, 0.5);
}

.contacts_page .accordion_item .accordion_item_content a {
  color: var(--color_2);
}

a.btn.btn-simple-filled:link,
.btn.btn-simple-filled,
a.btn.btn-simple-filled:visited,
.btn.btn-simple-filled:visited {
  color: var(--color_3);
  background: var(--color_1);
  border: none;
  color: white;
}

a.event_page_label:hover {
  background: rgba(53, 74, 84, 0.4);
}

.ig__adm-tutorial-link {
  color: var(--color_0);
}

.ig__adm-tutorial-link:hover {
  background: var(--color_2);
  color: var(--color_1);
}

a[href="/impressum"] {
  color: #eee !important;
}

.footer_socials ul li a:hover svg path {
  fill: var(--color_1) !important;
}

.events_item__1 .events_item_title {
  font-size: 1.9em;
  text-align: center;
  color: var(--text_color_2);
}

a.events_item_link:hover .events_item_title {
  color: var(--color_1_1);
}

#event_page_main_slide.event_page_main_slide_blue:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
}

.quotes_slide_text {
  color: var(--color_1);
}

a.btn.btn-simple:link,
.btn.btn-simple,
a.btn.btn-simple:visited,
.btn.btn-simple:visited {
  color: var(--color_2);
  border: 2px solid var(--color_2);
}

a.btn.btn-simple:hover,
.btn.btn-simple:hover,
a.btn-link:hover .btn.btn-simple {
  background: var(--color_2);
  color: #fff;
}

.media_item_content_link {
  background: #fff;
  color: var(--text_color_2);
}

.media_item_content_link:hover .media_item_name {
  color: var(--color_1_2);
}

a.btn.btn-simple-filled:hover,
.btn.btn-simple-filled:hover {
  background: var(--color_1_2);
  color: #fff;
}

.albums_item_content_name,
.albums_item_content_info {
  color: var(--text_color_2);
}

.notification_item i {
  color: var(--color_2);
}

.event_page a.btn.btn-simple:link,
.event_page .btn.btn-simple,
.event_page a.btn.btn-simple:visited,
.event_page .btn.btn-simple:visited {
  color: var(--color_1);
  border: 2px solid var(--color_1);
}

.event_page a.btn.btn-simple:hover,
.event_page .btn.btn-simple:hover,
.event_page a.btn-link:hover .btn.btn-simple {
  background: var(--color_1_2);
  color: #fff !important;
  border: 1px solid var(--color_1_2) !important;
}

/* -------------------- DARK THEME COLOR END ------------------- */

.article_content_block .content_text {
  background: var(--bg_light);
  color: var(--text_color_black);
  padding: 32px;
  border-radius: 5px;
}
.logo_main_menu {
  width: 100px;
}

.press_item_title {
  color: var(--color_1);
}

.simple_page_93 .press_items {
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .simple_page_93 .press_items {
    display: flex;
  }
  .simple_page_93 .press_item {
    width: 100%;
  }
}

.press_item_link {
  border: none;
}

.press_item_content_block {
  background: white;
}
.press_item {
  border-radius: 5px;
  overflow: hidden;
}
.press_item_info {
  color: black;
  text-align: left;
}

.inc__stage-address-1 .content_text {
  color: var(--text_color_dark);
  margin-top: -92px;
  padding: 0;
  background: none;
}

.inc__no-bg .content_text {
  color: var(--text_color_dark);
  padding: 0;
  background: none;
}

.inc__no-bg--w .content_text {
  padding: 0;
  background: none;
  color: var(--text_color);
}

.inc__venue-entry {
  background: var(--color_1);
  padding: 1em;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.inc__venue-entry p {
  font-size: 1.75rem;
  font-family: var(--font-secondary);
}

.simple_page_90 .press_item_button_simple {
  display: none;
}

.simple_page_90 .press_item_button_simple + .press_item_link .press_item_content {
  margin-bottom: 0;
}

.simple_page_97 .press_item_image {
  height: auto;
}

.inc__worshop-pricing {
  text-align: center;
  font-size: 2.5rem;
  padding: 20px 0;
  border-top: 3px solid var(--color_1);
  margin-top: 20px;
}

.simple_page_97 .press_item_info {
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  -webkit-box-orient: horizontal;
  color: white;
}

.events_itm_link,
.press_item_link {
  background: #fff;
}

.press_item_link {
  overflow: hidden;
}

.inc__workshop-pricing--container a {
  cursor: auto;
  pointer-events: none;
  background: var(--body_bg);
}

.inc__workshop-pricing--container a .press_item_content_block {
  background: var(--body_bg);
}
.inc__text--wide .article_block_item_img {
  width: 40%;
}
.inc__text--wide .article_block_text {
  width: 60%;
  max-width: unset;
}
@media screen and (max-width: 867px) {
  .inc__text--wide .article_block_item_img {
    width: 100%;
  }
  .inc__text--wide .article_block_text {
    width: 100%;
  }
}

.inc__text--wide .gallery_photos {
  margin-top: 0;
}

.inc__hidden-block {
  display: none;
}

.inc__side-gallery + .wrapper_block.content_wrapper {
  background: linear-gradient(180deg, #141211 0%, rgba(49, 39, 35, 0.84) 100%), url();
}

.inc__side-gallery--2 + .wrapper_block.content_wrapper {
  background: linear-gradient(180deg, #141211 0%, rgba(49, 39, 35, 0.84) 100%), url();
}

/* test svg anumation */

/***************************************************
 * Generated by SVG Artista on 1/13/2024, 2:03:40 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/***************************************************
 * Generated by SVG Artista on 1/13/2024, 2:15:38 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/* svg .svg-elem-1 {
  stroke-dashoffset: 1768.156005859375px;
  stroke-dasharray: 1768.156005859375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  stroke-dashoffset: 115.86865997314453px;
  stroke-dasharray: 115.86865997314453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
} */
:root {
  --timing-animation: 2s;
}
.svg-elem-1 {
  /* stroke-dasharray: 170; */
  stroke-dashoffset: 1768.156005859375px;
  stroke-dasharray: 1768.156005859375px;
  fill: transparent;
  /* -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; */
  /* transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; */
  -webkit-animation: animate1 2s infinite;
  animation: animate1 2s infinite;
}
@keyframes animate1 {
  to {
    stroke-dashoffset: 0;
    /* fill: rgb(255, 255, 255); */
  }
}

.svg-elem-2 {
  stroke-dashoffset: 115.86865997314453px;
  stroke-dasharray: 115.86865997314453px;
  fill: transparent;
  /* -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; */
  /* transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; */
  -webkit-animation: animate2 2s infinite;
  animation: animate2 2s infinite;
}

@-webkit-keyframes animate2 {
  to {
    stroke-dashoffset: 0;
    /* fill: rgb(255, 255, 255); */
  }
}
.inc__loader {
  transform: scale(0.4);
  transform-origin: top;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.masonry_lazy_loading:after {
  display: none;
}

.masonry_lazy_loading.loaded .inc__loader {
  display: none;
}

.masonry_lazy_loading:not(.loaded) > .inc__loader {
  opacity: 1;
  margin-left: -139px;
}

.inc__img--wide .article_block_item_img {
  width: 70%;
  max-width: none;
}

.people_item_instrument,
.people_item_name,
.event_page_label {
  background: white;
  margin-top: 0;
  padding-top: 10px;
}

.people_item_instrument {
  padding-bottom: 10px;
  min-height: 50px;
  margin-top: -1px;
}
.people_item_image img {
  border-radius: 0;
  object-position: top;
}

.people_item_image {
  width: 100%;
  height: 300px;
  margin: 0px auto;
}

.people_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.people_item {
  flex: 0 0 24%;
  margin-right: 7px;
  background: white;
}
.simple_page_50 .people_item_link {
  cursor: auto;
  pointer-events: none;
}
@media screen and (max-width: 865px) {
  .people_item {
    flex: 0 0 32.4%;
    margin-right: 7px;
  }
}

@media screen and (max-width: 670px) {
  .people_item {
    flex: 0 0 48%;
    margin-right: 7px;
  }
}

@media screen and (max-width: 420px) {
  .people_item {
    flex: 0 0 100%;
    margin-right: 7px;
  }
}
.inc__other-venues-btns--container .content_text * + * {
  margin-top: 0;
}
.inc__other-venues-btns {
  display: flex;
  justify-content: space-evenly;
}

.inc__other-venues-btns a {
  min-width: 386px;
}

@media screen and (max-width: 670px) {
  .inc__other-venues-btns {
    flex-direction: column;
  }
}

.simple_page_50 .wrapper_block.content_wrapper:nth-child(2),
.inc__contacts--hidden-img + .wrapper_block.content_wrapper {
  background: linear-gradient(180deg, #141211 0%, rgba(49, 39, 35, 0.84) 100%), url(/uploads/images/backgrounds/bg-1-1%20.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.inc__contact--address {
  margin-top: 0 !important;
}

.main_slide_title_2 {
  background: rgba(204, 121, 97, 0.62);
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 2em;
}

b,
strong {
  font-weight: 600;
}
/* 
.article_block_item_img.article_block_item_img_width_slider {
  max-height: 400px;
}

.article_block_item_img_slider_wrapper,
.article_block_item_img .tridi-viewer,
.article_block_item_img lottie-player {
  max-height: 400px;
} */

.article_block_item_inner .swiper-wrapper {
  max-height: 500px;
}

.article_block_item_img_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* sponsors */

.sponsors-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2em;
}

.sponsor-logo__link {
  background-color: white;
  border-radius: 3px;
  width: 150px;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em;
  min-height: 150px;
}

.main-partner {
  width: 180px;
}

.sponsor-logo__link--img {
  min-height: 100% !important;
  max-width: 100%;
  display: block;

  vertical-align: middle;
}

.person_block {
  display: block;
}

.person_image_block {
  width: 100%;
  position: relative;
  top: 0;
}

.person_image_inner {
  margin-right: 0;
}

.person_image {
  aspect-ratio: auto;
}

.person_image img {
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: contain;
  max-height: 60vh;
}
.inc__person-content {
  width: 100%;
  margin-top: 20px;
}

/* .person_image {
  display: none;
} */
.inc__person-content .article_image_wrapper_block {
  margin-bottom: 20px;
}

.person_socials ul li a svg {
  fill: var(--text_color);
}

.inc__timeline-container {
  max-width: none;
  /* display: flex; */
}

.inc__timeline-container .article_content_text {
  max-width: none;
}

.article_content_block.inc__history-timeline .content_text {
  background: none;
}

.inc__history-timeline .content_text {
  display: flex;
  flex-wrap: wrap;
}
.inc__history-timeline {
  /* margin-bottom: -40px; */
}

.inc__history-timeline p {
  margin-right: 10px;
}

.inc__history-timeline .content_text * + * {
  margin-top: 0;
}

.inc__history-timeline p:after {
  content: "|";
  color: var(--color_1);
  margin-left: 10px;
}

.inc__history--content .people_items {
  align-items: stretch;
}
.inc__history--content .people_item {
  flex: 0 0 16%;
  height: auto;
}

@media screen and (max-width: 1119px) {
  .inc__history--content .people_item {
    flex: auto;
    width: 100%;
  }
}

.inc__history--gallery-btn .content_text,
.inc__history--stats .content_text {
  background: none;
}

.inc__history--gallery-btn a {
  background: var(--color_1);
  border: none;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  line-height: 135%;
  padding: 12px 20px;
  box-shadow: none;
}

.inc__history--content .inc__history--gallery-btn p {
  margin-bottom: 36px;
}
.inc__history--stats .content_text ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.inc__history--stats li:before {
  content: "" !important;
}
.inc__history--stats p,
.inc__history--stats li,
.inc__history--content .inc__history--stats li {
  color: var(--color_1);
  text-align: center;
}
.inc__history--stats p strong,
.inc__history--stats li strong,
.inc__history--content .inc__history--stats li strong {
  color: white;
  display: block;
  font-weight: 300;
  font-size: 0.8em;
}

.inc__history--stats p,
.inc__history--stats li,
.inc__history--content .inc__history--stats li {
  word-wrap: break-word;
  margin-top: 10px !important;
}

.inc__history--stats .content_text * + * {
  margin-top: 0;
}

.history_page-view .block,
.history_page-view .article_content_text {
  max-width: none;
}

#main_menu.block {
  max-width: 1310px;
}
.inc__history--content {
  padding-top: 0;
}
.inc__history--content .wrapper_block.content_wrapper:first-child {
  display: none;
}
.inc__history-year--ajax {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  /* margin-bottom: -100px; */
  margin-top: 52px;
}

.inc__ajax-active .inc__history-timeline {
  margin-top: -100px;
  margin-bottom: -34px;
}

.article_page_title {
  margin-bottom: -60px;
}

.dropdown-content {
  background: var(--dropdown_bg);
}

.menu_inner {
  padding-top: 15px;
}

.main_menu_langs {
  padding-top: 15px;
}

.main_menu_block_3 .main_menu ul li a:hover {
  color: var(--color_1);
}
.main_menu_block_3 .main_menu ul li ul li:hover a {
  background: white;
}

.main_menu_block_3 .langs_menu_button:hover,
.main_menu_block_3 .langs_menu:hover .langs_menu_button {
  color: var(--color_1);
}

.current--dropdown:before {
  content: ".";
  color: var(--color_1);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2em;
}

.inc__person--no-link {
  pointer-events: none;
}
.inc__person--no-link a {
  cursor: auto;
}
.inc__person--has-link {
  position: relative;
}
.inc__person--has-link:after {
  font-family: "Material Icons";
  content: "link";
  -webkit-font-feature-settings: "liga";
  color: var(--color_1);
  position: absolute;
  top: 0;
  right: 5px;
}

.main_slide_title_1 {
  width: fit-content;
  background: rgba(204, 121, 97, 0.62);
  padding: 20px;
  border-radius: 5px;
}

.article_block_text .content_text {
  background: white;
  padding: 20px;
  border-radius: 5px;
  color: black;
}
.inc__mailform--events {
  margin-top: 0 !important;
}
.inc__mailform--events .content_text {
  display: flex;
  justify-content: center;
  background: none;
}

#mc_embed_signup {
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .article_page_title {
    margin-bottom: -30px;
  }
}

#subscribe_email #mc_embed_signup {
  width: auto;
}

#subscribe_email #mc_embed_signup h2 {
  color: black;
}
.menu_button {
  padding: 25px 10px;
}

.menu_button.modal-trigger .material-icons {
  font-size: 36px;
}
@media screen and (max-width: 1100px) {
  .main_menu_block_3 .langs_menu_button {
    padding-right: 20px;
  }
}

.main_menu_block_3 .menu_button:hover,
.main_menu_block_3 .menu_button:focus {
  background: none;
  color: var(--color_1);
}

.inc__stage-address-1 {
  margin-top: 68px;
}
.event_page_left_inner,
.event_page_content_inner {
  background-color: white;
}
.event_page_left_title,
.event_info_item_title,
.event_info_item_text.inc__event_info--address,
.event_info_items .material-icons-outlined,
.event_page_title,
.event_page_text {
  color: var(--text_color_black) !important;
}

.event_page .people_items {
  display: block;
}
.event_page .people_item_image {
  width: 120px;
  height: 120px;
  margin: 0px auto;
}
.event_page .people_item_image img {
  border-radius: 100px;
}

.events_itm_content {
  color: var(--text_color_black);
}

.events_itm_city {
  display: block;
}
.event_page_text .content_text {
  text-align: left;
  font-size: 1em;
}
.event_page_text {
  margin-top: 20px;
}

.event_page_left_title,
.event_page_labels {
  display: none;
}

@media screen and (min-width: 867px) {
  #main_slide_wrapper + .content_wrapper .event_page_left {
    margin-top: 0;
  }
  .event_page_content {
    margin-top: -300px;
  }
}

.events_itm_button_simple a.btn.btn-simple:link,
.events_itm_button_simple .btn.btn-simple,
.events_itm_button_simple a.btn.btn-simple:visited,
.events_itm_button_simple .btn.btn-simple:visited {
  color: var(--color_3);
  background: var(--color_1);
  border: none;
  color: #fff;
}

.events_itm_button_simple a.btn.btn-simple:hover {
  background: var(--color_1_1);
}

.inc__festival-pass-container {
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.inc__festival-pass-container .btn {
  width: fit-content !important;
}
/* .events_cards .events_itm {
  order: 1; 
}

.events_cards .events_itm:nth-child(1) {
  order: 1; 
}

.events_itm:nth-child(2) {
  order: 4;
}

.events_itm:nth-child(3) {
  order: 2;
}

.events_itm:nth-child(4) {
  order: 3;
} */

.main_slide_titles_buttons .btn.btn-simple {
  color: white !important;
  border: 2px solid var(--color_1) !important;
}

.main_slide_titles_buttons .btn.btn-simple:hover {
  background: var(--color_1) !important;
}

.main_slide_titles_buttons a.btn.btn-simple-2:hover {
  background: white;
  color: var(--color_1);
}

.article_image_block img {
  max-width: 900px;
}

.events-by-location__title {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.events_itm_content_info {
  display: block;
}

.events_itm_date__wrapper {
  display: flex;
  justify-content: space-between;
}

.events_itm_persons {
  text-overflow: initial;
  display: block;
  text-align: left;
}

.events_itm_person {
  margin-bottom: 10px;
  line-height: 28px;
}

.events_itm_person__position {
  display: block;
  font-style: italic;
  margin-top: -5px;
  font-size: 0.8em;
  color: var(--color_1_2);
}

.events-page-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.events-filter-btn {
  padding: 10px 18px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s ease;
}

.events-filter-btn:hover {
  background: #f5f5f5;
}

.events-filter-btn.is-active {
  background: var(--color_1_2);
  color: #fff;
  border-color: var(--color_1_2);
}

/* Optional smooth switch */
.events-by-location,
.events-by-date {
  transition: opacity 0.2s ease;
}

.inc__festival-pass-fixed {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #111 0%, #2d2d2d 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    0 2px 10px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.inc__festival-pass-fixed:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 4px 14px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}

.inc__festival-pass-fixed:active {
  transform: translateY(0);
}

.inc__festival-pass-fixed__label {
  display: inline-block;
}

@media (max-width: 767px) {
  .inc__festival-pass-fixed {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    min-height: 52px;
    padding: 0 18px;
    font-size: 14px;
  }
}

.multi-day-event .events_itm_date_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_1 .items_also {
  display: block !important;
}
.index_1 .events-by-location__items {
  display: flex;
  flex-wrap: wrap;
}
.index_1 .events-by-location__head {
  font-size: 1.2em;
}

.index_1 .items_also.events_itms {
  font-size: 1em;
}
