@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  background-color: #000000;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
}

:root {
  --content-padding: 160px;
  --notos-serif: "Noto Serif", serif;
  --arimo: "Arimo", sans-serif;
  --noto-serif-display: "Noto Serif Display", serif;
  --header-padding: 0px 35px;
}

a {
  text-decoration: none;
}

.text-content {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}
.text-content a {
  text-decoration: underline;
  color: #fff !important;
}
.text-content ul {
  font-family: "Inter", sans-serif !important;
  margin-left: 20px;
  list-style-position: outside;
  color: #fff !important;
}
.text-content * {
  font-family: "Inter", sans-serif !important;
  color: #fff !important;
}

/* -------------------------------------------------------------------------- */
/*                                   GENERIC                                  */
/* -------------------------------------------------------------------------- */
.clip-path-100 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.clip-path-200 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 200%, 0% 200%);
          clip-path: polygon(0 0, 100% 0, 100% 200%, 0% 200%);
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
}

a {
  text-decoration: none;
  color: white;
  outline: none;
}

.heading,
.page-heading {
  font-size: 64px;
  font-family: var(--notos-serif);
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}

.subheading {
  font-size: 50px;
  font-family: var(--noto-serif-display);
  color: #ffd681;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  max-width: 495px;
  margin-left: 160px;
  line-height: 55px;
  margin-top: -10px;
}
.subheading.no-limit {
  max-width: unset;
  font-size: 36px;
  line-height: 38px;
}

.heading-extra {
  font-size: 120px;
  font-family: var(--noto-serif-display);
  color: #bd9855;
  text-align: left;
  line-height: 120px;
}

.h0 {
  font-size: 50px;
  font-family: var(--noto-serif-display);
  font-style: italic;
  font-weight: 300;
  color: #ffd681;
  line-height: normal;
}

h1 {
  font-size: 64px;
  font-family: var(--notos-serif);
  font-style: normal;
  font-weight: normal;
  color: #1b1b1b;
  line-height: normal;
}

h2 {
  font-size: 48px;
  font-family: var(--arimo);
  font-weight: normal;
  color: #1b1b1b;
}

h3 {
  font-size: 36px;
  line-height: normal;
  font-family: var(--arimo);
  font-style: normal;
  font-weight: normal;
  color: #1b1b1b;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  font-family: var(--arimo);
  font-style: normal;
  font-weight: normal;
  color: #1b1b1b;
}

p {
  font-family: var(--arimo);
  line-height: 32px;
  font-size: 16px;
  color: #1b1b1b;
}

.primary-btn {
  display: flex;
  align-items: center;
  background-color: #ffd681;
  font-size: var(--notos-serif);
  cursor: pointer;
  color: #1b1b1b;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: background-color 0.6s, width 0.6s, border-radius 0.3s 0.3s;
}
.primary-btn span {
  text-align: center;
  font-size: 18px;
  width: 120px;
  flex-shrink: 0;
}
.primary-btn:hover {
  background-color: white;
  width: 240px;
  border-radius: 120px;
  transition: background-color 0.6s, width 0.6s, border-radius 0.3s;
}
.primary-btn:hover .btn-arrow {
  transition: width 0.6s;
  width: 80px;
  margin-left: 10px;
}
.primary-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  width: 0px;
}

.primary-btn.black {
  background-color: #1b1b1b;
  color: #ffd681;
}
.primary-btn.black:hover {
  background-color: white;
  width: 240px;
  color: #1b1b1b;
  border-radius: 120px;
  transition: background-color 0.6s, width 0.6s, border-radius 0.3s;
}
.primary-btn.black:hover .btn-arrow {
  transition: width 0.6s;
  width: 80px;
  margin-left: 10px;
}

.page-section {
  width: 100%;
  /*   max-width: 1920px; */
  padding: 0px var(--content-padding);
  display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1920px) {
  .page-section {
    padding: 0px calc(50vw - 960px + var(--content-padding));
  }
}
.min-height {
  min-height: 80vh;
}

.text-vertical-wrapper {
  display: flex;
  flex-direction: column;
}
.text-vertical-wrapper p {
  margin-top: 55px;
  margin-bottom: 55px;
}
.text-vertical-wrapper.width-max-width {
  max-width: 474px;
}

.image-text-wrapper {
  display: flex;
}

.page-top-gradient {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 98.6500519211%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: -1;
}

/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 12;
  background-color: white;
  transition: background-color 0.6s;
}
.header nav {
  padding: var(--header-padding);
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
}
.header .menu {
  color: #333;
  display: flex;
  list-style: none;
  font-size: 18px;
  font-family: var(--arimo);
  font-weight: 300;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 280px);
  max-width: 1050px;
}
.header .menu li a {
  color: #333;
  transition: color 0.6s, background-color 600ms;
  border-radius: 15px;
  padding: 5px 10px;
}
.header .menu li:hover a {
  color: #333;
  background-color: #eac989;
}
.header .menu li.active a {
  color: #333;
  background-color: #eac989;
}

.border-left,
.border-right {
  position: fixed;
  width: 4px;
  background-color: #EAC989;
  height: 100%;
  top: 0px;
  z-index: 20;
}

.border-left {
  left: 0px;
}

.border-right {
  right: 0px;
}

.logo {
  margin-top: 75px;
  background-color: white;
  width: 174px;
  height: 175px;
  border-radius: 50%;
  padding: 15px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1150px) {
  .header.black {
    background-color: #1b1b1b;
  }
  .header.black .header-lang-option {
    color: #333;
    background-color: white;
  }
  .header.black .header-lang-option:hover {
    background-color: #ffd681;
    color: #333;
  }
  .header.black nav .menu li a {
    color: white;
    transition: color 0.6s, background-color 600ms;
    border-radius: 15px;
    padding: 5px 10px;
  }
  .header.black nav .menu li:hover a {
    color: #333;
    background-color: #eac989;
  }
  .header.black nav .menu li.active a {
    color: #333;
    background-color: #eac989;
  }
}
.menu-open-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  margin-left: auto;
}
.menu-open-btn .hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.menu-open-btn .hamburger-inner {
  display: block;
  top: 0px;
  transition: background-color 0s 0.13s linear;
}
.menu-open-btn .hamburger-inner,
.menu-open-btn .hamburger-inner::before,
.menu-open-btn .hamburger-inner::after {
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.menu-open-btn .hamburger-inner::before,
.menu-open-btn .hamburger-inner::after {
  content: "";
  display: block;
}
.menu-open-btn .hamburger-inner::before {
  top: 15px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.2s;
}
.menu-open-btn .hamburger-inner::after {
  top: 31px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.2s;
}
.menu-open-btn.open .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.menu-open-btn.open .hamburger-inner::before {
  top: 5px;
  width: 40px;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s 0.2s;
  transform: translate3d(-3.5px, 10px, 0) rotate(45deg);
}
.menu-open-btn.open .hamburger-inner::after {
  top: 5px;
  width: 40px;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s 0.2s;
  transform: translate3d(-3.5px, 10px, 0) rotate(-45deg);
}

.lang-option {
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--arimo);
  border-radius: 50%;
  text-align: center;
  padding: 2px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  margin-right: -10px;
  transition: background-color 0.6s, color 0.6s;
  position: relative;
  z-index: 2;
}
.lang-option:hover {
  background-color: #ffd681;
  color: #333;
}

.menu-open .logo:hover path {
  fill: #333;
}

.header.menu-open {
  transition: background-color 0.6s;
  height: auto;
}

.header .mobile-menu {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.header .mobile-menu .line {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #555555;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: -1;
}
.header .mobile-menu .lang-option {
  position: relative;
  display: flex;
  margin-left: 0px;
  border: 1px solid white;
  background-color: #bd9855;
  z-index: 2;
}
.header .mobile-menu .follow-us-text {
  font-family: var(--noto-serif-display);
  font-style: italic;
  font-weight: 300;
  color: #7f7f7f;
  text-align: center;
  font-size: 16px;
  margin-top: 28px;
}
.header .mobile-menu .menu {
  margin-top: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*       max-height: 80vh;
  overflow-y: auto; */
}
.header .mobile-menu .menu li + li {
  margin-top: 15px;
}
.header .mobile-menu .menu li {
  font-size: 24px;
  font-family: var(--arimo);
}
.header .mobile-menu .menu li a {
  color: white;
}
.header .mobile-menu .menu li:hover a {
  color: white;
}
.header .mobile-menu .menu li.active a {
  color: white;
}

.menu-social {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.menu-social .social-btn + .social-btn {
  margin-left: 20px;
}
.menu-social path {
  fill: #eac989;
}

@media (max-width: 1450px) {
  .header .menu {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1150px) {
  .header {
    background-color: #1b1b1b;
  }
  .header nav {
    background-color: white;
  }
  .header nav .menu {
    display: none;
  }

  .menu-open-btn {
    display: flex;
  }

  .lang-option {
    margin-left: 0px;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .logo {
    width: 130px;
    height: 130px;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    INDEX                                   */
/* -------------------------------------------------------------------------- */
.head-slideshow {
  position: relative;
  width: 100%;
}

.head-slides-list .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  justify-content: center;
  z-index: 3;
}
.head-slides-list .slick-dots li {
  width: 77px;
  height: 3px;
}
.head-slides-list .slick-dots li.slick-active .dot {
  background-color: #ffd681;
}
.head-slides-list .dot {
  width: 77px;
  height: 3px;
  background-color: white;
}

.slideshow-text-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 160px;
  bottom: 320px;
  max-width: 474px;
}
.slideshow-text-wrapper p {
  color: white;
  text-align: right;
}
.slideshow-text-wrapper .arrow-btn {
  align-self: flex-end;
  margin-top: 25px;
}

.scroll-down-btn {
  position: absolute;
  right: 120px;
  bottom: 0px;
  min-height: 88px;
  overflow: hidden;
  color: white;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll-down-btn span {
  font-size: 16px;
  font-family: var(--arimo);
  text-align: center;
}
.scroll-down-btn .vertical-line {
  margin-top: 10px;
  height: 90px;
  width: 3px;
  background-color: #797979;
  position: relative;
}
.scroll-down-btn .vertical-line:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  background-color: #ffd681;
  -webkit-animation-name: scroll-animation;
          animation-name: scroll-animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.scroll-down-btn:hover {
  color: #ffd681;
}

@-webkit-keyframes scroll-animation {
  0% {
    top: 0px;
    bottom: 100%;
  }
  40% {
    top: 0px;
    bottom: 0px;
  }
  60% {
    top: 0px;
    bottom: 0px;
  }
  100% {
    top: 100%;
    bottom: 0px;
  }
}

@keyframes scroll-animation {
  0% {
    top: 0px;
    bottom: 100%;
  }
  40% {
    top: 0px;
    bottom: 0px;
  }
  60% {
    top: 0px;
    bottom: 0px;
  }
  100% {
    top: 100%;
    bottom: 0px;
  }
}
.arrow-btn {
  width: 140px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  transform: translate(25px, -100%);
  left: 0px;
  border-radius: 50%;
  z-index: 10;
}
.arrow-btn.left svg {
  transform: scale(-1);
}
.arrow-btn.hide {
  display: none;
}

.head-slides-wrapper {
  background-color: #000000;
  position: relative;
}
.head-slides-wrapper .slider-scroll-animation:nth-last-child(2) {
  left: 33.33%;
}
.head-slides-wrapper .slider-scroll-animation:nth-last-child(1) {
  left: 66.66%;
}
.head-slides-wrapper .bottom-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 215px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
}

.head-slides-wrapper .primary-btn {
  position: absolute;
  top: 50%;
  left: calc(50% - 60px);
  transform: translateY(-50%);
}

.slider-scroll-animation {
  position: absolute;
  width: 33.333%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #e7e7e7;
}

.with-after-animation span {
  background: linear-gradient(0deg, rgba(51, 51, 48, 0) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #bd9855 0%, #bd9855 100%, #bd9855 100%);
  background-size: 100% 0.05em, 0 0.05em;
  background-position: 100% 1.2em, 0 1.2em;
  background-repeat: no-repeat;
  transition: background-size 600ms;
  transition: none;
  background-size: 0 0.05em, 50% 0.05em;
}

.head-slide-content {
  position: absolute;
  top: 40%;
  left: 160px;
  transform: translateY(-50%);
  max-width: 850px;
  font-family: var(--notos-serif);
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.head-slide-content .head-slide-title {
  color: white;
}
.head-slide-content .head-slide-subtitle {
  font-family: var(--noto-serif-display);
  color: #ffd681;
  text-align: right;
  font-weight: normal;
  font-weight: 300;
  padding-right: 110px;
  font-size: 50px;
  line-height: normal;
}

.head-slide {
  width: 100vw;
  height: calc(100vh - 80px);
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*     padding: 160px;
  &.video-slide {
      padding: 0px;
  } */
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.arrow {
  cursor: pointer;
}
.arrow:hover path {
  fill: #bd9855;
}

.with-max-width {
  max-width: 474px;
}

.history-section {
  position: relative;
  background-image: url("../img/history_background.svg");
  background-repeat: no-repeat;
  background-position: top;
  min-height: 100vh;
  padding-top: 320px;
  padding-bottom: 150px;
}
.history-section .history-top-gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
}
.history-section .history-bottom-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(224, 216, 201, 0.3197654062) 50%, rgb(224, 216, 201) 100%);
}

.history-text-container {
  margin-left: auto;
  width: 100%;
  max-width: 632px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1b1b1b;
  padding-bottom: 80px;
}
.history-text-container h1 {
  color: white;
}
.history-text-container p {
  color: #aaaaaa;
  margin-top: 30px;
}
.history-text-container .history-title {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.history-text-container .history-title .h0 {
  margin-left: auto;
  margin-right: -10px;
  margin-top: -10px;
}
.history-text-container .primary-btn {
  position: absolute;
  bottom: 0px;
  left: 40px;
  transform: translateY(50%);
}

.instruments-section {
  background-color: #e0d8c9;
  position: relative;
}

.instruments-section-wrapper {
  position: relative;
  width: 100%;
  max-width: 1264px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.instruments-logo {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.05;
  max-width: 100%;
}
.instruments-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.instruments-button-wrapper {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: -120px;
}
.instruments-button-wrapper .primary-btn {
  margin-left: -60px;
}

@-webkit-keyframes scroll-left {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(-120%);
  }
}
.marque {
  /*  overflow: hidden; */
  position: relative;
  height: 150px;
}
.marque .big-text:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: scroll-left 18s linear infinite;
          animation: scroll-left 18s linear infinite;
  display: flex;
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
}
.marque .big-text:last-child {
  transform: translateX(-120%);
  -webkit-animation: scroll-left 18s linear infinite;
          animation: scroll-left 18s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
}

.line {
  flex: 1;
  background-color: #1b1b1b;
  height: 1px;
}

.instrument-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 475px;
}
.instrument-item .instrument-image {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.instrument-item .instrument-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(50%);
}
.instrument-item .instrument-image:hover img {
  filter: grayscale(0%);
}
.instrument-item h3 {
  margin-top: 30px;
}
.instrument-item p {
  margin-top: 15px;
}
.instrument-item .more-btn {
  margin-top: 20px;
}

.instrument-item + .instrument-item {
  margin-top: 55px;
}

.instruments-section-text {
  max-width: 475px;
  display: flex;
  flex-direction: column;
  min-height: 630px;
  padding-bottom: 45px;
}
.instruments-section-text .h0 {
  color: #7f7f7f;
  margin-top: -20px;
  margin-left: 84px;
}
.instruments-section-text p {
  margin-top: 50px;
}
.instruments-section-text.mobile-only {
  display: none;
}

.instruments-column {
  width: calc(50% - 20px);
  margin-right: 10px;
}

.instruments-column + .instruments-column {
  margin-right: 0px;
  margin-left: 10px;
  padding-bottom: 140px;
}
.instruments-column + .instruments-column .instrument-item {
  margin-left: auto;
}

.big-text {
  font-family: var(--noto-serif-display);
  color: rgba(242, 242, 242, 0.57);
  font-size: 80px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

.artists-section {
  position: relative;
  background-color: #e2dcd0;
  background-image: url("../img/artists-background.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0px;
}
.artists-section .top-gradient {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 210px;
  background: linear-gradient(0deg, rgba(224, 216, 201, 0) 0%, rgba(224, 216, 201, 0.5) 50%, rgb(224, 216, 201) 100%);
}

.artists-title-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.artists-title {
  display: flex;
  flex-direction: column;
}
.artists-title h1 {
  margin-right: 60px;
}
.artists-title .h0 {
  margin-left: auto;
  margin-top: -10px;
  color: #7f7f7f;
}

.artists-section-list-wrapper {
  width: 100%;
  margin-top: 70px;
}
.artists-section-list-wrapper .os-content {
  display: flex;
}

.artists-section-list {
  display: flex;
}

.artist-section-item {
  display: flex;
  padding-right: 60px;
}
.artist-section-item img {
  width: 475px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.artist-section-item .artist-info {
  margin-top: 210px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 32px;
}
.artist-section-item .artist-info .name {
  align-self: flex-start;
  background-color: white;
  margin-left: -156px;
  padding: 5px 10px;
}
.artist-section-item .artist-info p {
  color: #1b1b1b;
  max-width: 284px;
}

.artist-section-item-wrapper {
  flex-shrink: 0;
}

.artist-section-item-wrapper + .artist-section-item-wrapper .artist-section-item {
  padding-left: 60px;
  border-left: 1px solid #1b1b1b;
}

.artists-section-button-wrapper {
  position: relative;
  width: 100%;
  margin-top: 45px;
  height: 120px;
}
.artists-section-button-wrapper .primary-btn {
  position: absolute;
  left: calc(50% - 60px);
  z-index: 2;
}
.artists-section-button-wrapper .line {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}

.events-section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 300px;
  padding-bottom: 20px;
  background-color: #78746c;
}
.events-section .heading-extra {
  text-align: center;
  /*  color: #333; */
}
.events-section .arrow-btn {
  margin-top: 50px;
}

.events-top {
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0px;
}
.events-top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.events-top-gradient {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 630px;
  width: 100%;
  background: linear-gradient(0deg, rgba(224, 216, 201, 0) 0%, rgba(0, 0, 0, 0.625087535) 50%, rgb(0, 0, 0) 100%);
}

.events-section-title-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.events-section-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 50px;
}
.events-section-title h1 {
  color: #e0d8c9;
}
.events-section-title .h0 {
  margin-left: auto;
  margin-top: -20px;
}

.coming-events-list {
  display: flex;
  width: 100%;
  padding-top: 90px;
  justify-content: center;
}
.coming-events-list .slick-list,
.coming-events-list .slick-track {
  width: 100%;
}

.coming-event-item {
  width: 22%;
}
.coming-event-item + .coming-event-item {
  margin-left: 5%;
}
.coming-event-item .event-image-wrapper {
  width: 100%;
  padding-top: 142%;
  position: relative;
}
.coming-event-item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.6s;
  filter: grayscale(100%);
}
.coming-event-item:hover img {
  filter: grayscale(0%);
}
.coming-event-item:hover .enter-arrow {
  opacity: 1;
}

.artists-section-button-wrapper.mobile-only {
  display: none;
}

.slick-initialized.coming-events-list {
  margin-top: 45px;
}
.slick-initialized .coming-event-item {
  width: unset;
  padding-top: 0px;
  max-width: 100%;
  padding: 10px;
}
.slick-initialized .coming-event-item + .slick-initialized .coming-event-item {
  margin-left: 0px;
}
.slick-initialized .coming-event-item img {
  width: 100%;
}
.slick-initialized .coming-event-item + .coming-event-item {
  margin-left: 0px;
}

.sponsors-section {
  background-color: #78746c;
  padding-top: 40px;
}

.main-sponsors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0px;
  margin-left: -45px;
}

.m-sponsor-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
}
.m-sponsor-item:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.m-sponsor-item img {
  -o-object-fit: contain;
     object-fit: contain;
  /*    filter: brightness(0) invert(1); */
  /*    opacity: 0.5; */
  max-width: 241px;
  height: 165px;
  transition: filter 0.6s, opacity 0.6s;
}

.slick-initialized .m-sponsor-item img {
  max-width: 100%;
}

@media (max-width: 1700px) {
  .head-slides-wrapper .primary-btn {
    top: 55%;
  }
}
@media (max-width: 1480px) {
  .instruments-button-wrapper {
    margin-top: 45px;
    position: relative;
    width: 100%;
    height: 120px;
  }
  .instruments-button-wrapper .primary-btn {
    position: absolute;
    left: calc(50% - 60px);
    margin-left: 0px;
    z-index: 2;
  }
  .instruments-button-wrapper .line {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .head-slideshow {
    display: flex;
    flex-direction: column;
  }

  .big-text {
    font-size: 80px;
  }

  .events-section-title-wrapper {
    flex-direction: column;
  }
  .events-section-title-wrapper .events-section-title {
    margin-right: auto;
  }
  .events-section-title-wrapper .primary-btn {
    display: none;
  }

  .artists-section-button-wrapper.mobile-only {
    display: flex;
  }

  .events-section {
    padding-top: 200px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 52px;
  }

  .h0 {
    font-size: 46px;
  }

  .big-text {
    font-size: 80px;
  }

  .artist-section-item img {
    width: 320px;
    max-width: 100%;
  }
  .artist-section-item .artist-info {
    margin-top: 100px;
  }
  .artist-section-item .artist-info .name {
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
  }
}
@media (max-width: 1120px) {
  .artist-section-item {
    flex-direction: column;
    max-width: calc(100vw - var(--content-padding) - var(--content-padding));
  }
  .artist-section-item .artist-info {
    margin-top: 25px;
    margin-left: 0px;
  }

  .slick-slide.artist-section-item-wrapper .artist-section-item {
    flex-direction: column;
    padding: 0px;
    margin: 0px auto;
    border: unset;
    max-width: 475px;
  }
  .slick-slide.artist-section-item-wrapper .artist-section-item img {
    width: 100%;
    max-width: 475px;
  }
  .slick-slide.artist-section-item-wrapper .artist-section-item .artist-info {
    margin-top: 25px;
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  :root {
    --content-padding: 40px;
  }

  .arrow-btn {
    display: none !important;
  }

  .head-slides-wrapper .primary-btn {
    top: unset;
    bottom: 100px;
  }

  .head-slide-content {
    padding-left: 35px;
    padding-right: 35px;
    left: 50%;
    bottom: 180px;
    max-width: 80%;
    width: 100%;
    transform: translateX(-50%);
  }
  .head-slide-content .head-slide-subtitle,
.head-slide-content .head-slide-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }

  .head-slides-list .slick-dots {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    justify-content: center;
  }

  .scroll-down-btn {
    display: none;
  }

  .big-text {
    font-size: 60px;
  }

  .artists-title-wrapper {
    align-items: center;
  }
  .artists-title-wrapper .line {
    display: none;
  }
  .artists-title-wrapper .artists-title {
    margin: 0px auto;
    align-items: center;
  }
  .artists-title-wrapper .artists-title h1 {
    margin-right: 0px;
    text-align: center;
  }
  .artists-title-wrapper .artists-title .h0 {
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
  }

  .events-section-title-wrapper {
    align-items: center;
  }
  .events-section-title-wrapper .events-section-title {
    margin: 0px auto;
    align-items: center;
  }
  .events-section-title-wrapper .events-section-title h1 {
    margin-right: 0px;
    text-align: center;
  }
  .events-section-title-wrapper .events-section-title .h0 {
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
  }

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

  h3 {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .instruments-column .instruments-section-text {
    display: none;
  }

  .instruments-section-text.mobile-only {
    display: flex;
    min-height: unset;
    max-width: 100%;
  }
  .instruments-section-text.mobile-only p {
    text-align: center;
  }
  .instruments-section-text.mobile-only h1 {
    text-align: center;
  }
  .instruments-section-text.mobile-only .h0 {
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
  }

  .instruments-section-wrapper {
    flex-direction: column;
  }

  .instruments-column {
    width: 100%;
    align-items: center;
  }

  .instrument-item {
    margin-left: auto;
    margin-right: auto;
  }

  .instruments-column + .instruments-column {
    padding-bottom: 0px;
    margin-top: 55px;
  }
}
@media (max-width: 800px) {
  .coming-events-list {
    padding-top: 10px;
  }

  .h0 {
    font-size: 26px;
  }

  h1 {
    font-size: 36px;
  }

  .head-slide-content {
    max-width: 100%;
    font-size: 48px;
    line-height: 50px;
  }
  .head-slide-content .head-slide-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
  }

  .history-text-container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .history-text-container .history-title {
    align-items: center;
    width: 100%;
  }
  .history-text-container .history-title .h0 {
    margin: 0px;
  }

  .history-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .head-slides-list .slick-dots {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    justify-content: center;
  }
  .head-slides-list .slick-dots li,
.head-slides-list .slick-dots .dot {
    width: 25px;
    height: 8px;
  }
  .head-slides-list .slick-dots li {
    padding: 15px 0px;
  }
}
@media (max-width: 400px) {
  .head-slide-content {
    font-size: 38px;
    line-height: 40px;
  }
  .head-slide-content .head-slide-subtitle {
    margin-top: 0px;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.footer {
  display: flex;
  flex-direction: column;
}

.footer-sponsors {
  background-color: #4F4D48;
  padding: 0px var(--content-padding);
}

.footer-top {
  padding: 0px var(--content-padding);
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #4f4d48;
  display: flex;
  position: relative;
}

.footer-bottom {
  /* color: #333; */
  color: #7f7f7f;
  font-size: 14px;
  font-family: var(--arimo);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1b1b1b;
  padding: 25px var(--content-padding);
  z-index: 2;
}
.footer-bottom .copyrights-terms {
  width: 33%;
}
.footer-bottom .terms-links a {
  color: #7f7f7f;
  /*      color: #333; */
}
.footer-bottom .terms-links a:hover {
  color: white;
}
.footer-bottom .terms-links a + a {
  margin-left: 20px;
}
.footer-bottom .developer {
  text-align: right;
  display: flex;
  width: 33%;
  justify-content: flex-end;
}
.footer-bottom .developer .made-url {
  margin-left: 10px;
  margin-top: auto;
}
.footer-bottom .developer .made-url:hover {
  opacity: 0.6;
}
.footer-bottom .developer path {
  /*   fill: #333; */
}

.info-icon {
  display: flex;
  align-items: center;
}
.info-icon svg {
  margin-left: 10px;
}

.footer-menu {
  display: flex;
}
.footer-menu a {
  font-size: 14px;
  color: #eac989;
  font-family: var(--arimo);
  position: relative;
  padding-left: 10px;
}
.footer-menu a:hover {
  text-decoration: underline;
  color: white;
}
.footer-menu a.active {
  text-decoration: underline;
  color: white;
}
.footer-menu a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "•";
  text-decoration: none;
}
.footer-menu .left,
.footer-menu .right {
  display: flex;
  flex-direction: column;
}
.footer-menu .right {
  margin-left: 45px;
}
.footer-menu .footer-menu-link + .footer-menu-link,
.footer-menu .footer-menu-link + .info-icon,
.footer-menu .info-icon + .info-icon {
  margin-top: 15px;
}

.footer-center {
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-center .footer-logo {
  width: 316px;
  opacity: 0.08;
  height: 160px;
}
.footer-center .scroll-to-top {
  position: absolute;
  bottom: -50px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  transition: bottom 0.6s;
}
.footer-center .scroll-to-top path {
  transition: fill 0.6s;
}
.footer-center .scroll-to-top:hover {
  bottom: -35px;
}
.footer-center .scroll-to-top:hover path {
  fill: #eac989;
}

.footer-social-wrapper {
  z-index: 2;
  margin-left: 95px;
  display: flex;
  align-items: center;
}
.footer-social-wrapper .follow-us-text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: scale(-1);
  color: #7f7f7f;
}

.footer-social {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.footer-social .social-btn path {
  fill: #bd9855;
}
.footer-social .social-btn + .social-btn {
  margin-top: 15px;
}
.footer-social .social-btn:hover path {
  fill: white;
}

.footer-newsletter {
  justify-self: flex-end;
  margin-left: auto;
}

.newsletter-wrapper {
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper .title {
  font-size: 24px;
  color: white;
  font-family: var(--noto-serif-display);
}
.newsletter-wrapper .subtitle {
  font-size: 16px;
  color: #7f7f7f;
  font-family: var(--arimo);
}
.newsletter-wrapper .input-wrapper {
  margin-top: 10px;
  background-color: white;
  padding: 5px;
  width: 100%;
  display: flex;
}
.newsletter-wrapper .input-wrapper button {
  background-color: #1b1b1b;
  font-family: var(--notos-serif);
  font-size: 18px;
  border-radius: 17px;
  text-align: center;
  padding: 2px 5px;
  min-width: 152px;
  /*    color: #333; */
  cursor: pointer;
  color: #eac989;
  min-height: 34px;
  transition: all 0.6s;
}
.newsletter-wrapper .input-wrapper button:hover {
  background-color: #eac989;
  color: #333;
}
.newsletter-wrapper .input-wrapper input {
  font-family: var(--arimo);
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 5px;
}

@media (max-width: 1350px) {
  .footer-social-wrapper {
    margin-left: 45px;
  }
}
@media (max-width: 1200px) {
  .footer-top {
    flex-wrap: wrap;
  }

  .footer-social-wrapper {
    margin-top: 10px;
    align-items: flex-start;
    order: 3;
    width: 100%;
    flex-direction: column;
    margin-left: 0px;
  }
  .footer-social-wrapper .follow-us-text {
    -ms-writing-mode: unset;
        writing-mode: unset;
    text-orientation: unset;
    transform: unset;
  }

  .footer-social {
    margin-left: 0px;
    margin-top: 10px;
    flex-direction: row;
  }
  .footer-social .social-btn + .social-btn {
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media (max-width: 1024px) {
  .footer-center {
    display: none;
  }
}
@media (max-width: 900px) {
  .footer-top {
    display: flex;
    flex-direction: column;
  }

  .footer-menu {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .footer-newsletter {
    margin-right: auto;
  }

  .footer-social-wrapper {
    align-items: center;
  }
}
@media (max-width: 800px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .copyrights-terms {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom .developer {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .footer-newsletter {
    display: none;
  }

  .page-heading {
    font-size: 52px;
    line-height: 52px;
  }

  .subheading,
.subheading.no-limit {
    font-size: 22px;
  }

  .footer-menu {
    flex-direction: column;
  }
  .footer-menu .left {
    align-items: center;
    width: 100%;
  }
  .footer-menu .right {
    margin-left: 0px;
    margin-top: 15px;
    align-items: center;
    width: 100%;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   HISTORY                                  */
/* -------------------------------------------------------------------------- */
.dead-space {
  height: 80px;
  background-color: white;
}

.page-bottom-padding {
  padding-bottom: 280px;
}

.page-top {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: var(--arimo);
  margin-bottom: 60px;
}
.page-top a {
  color: #ffd681;
}
.page-top a:last-child {
  color: #aaaaaa;
}
.page-top span {
  color: #aaaaaa;
}

.history-page-top {
  position: relative;
  display: flex;
  flex-direction: column;
}
.history-page-top .history-top-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 1.3499480789%, #000000 100%);
  width: 100%;
  position: absolute;
  height: calc(50% + 180px);
  top: -180px;
  left: 0px;
  z-index: -1;
}
.history-page-top .history-bottom-gradient {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.01) 0%, #000000 100%);
  width: 100%;
  position: absolute;
  height: 50%;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.history-page-top .history-main-text {
  max-width: 948px;
  margin: 80px auto;
  font-size: 16px;
  font-family: var(--arimo);
  color: white;
  line-height: 32px;
}
.history-page-top .history-main-image {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: calc(100% + 180px);
  z-index: -2;
}
.history-page-top .history-left {
  width: 100%;
  max-width: 790px;
}
.history-page-top .history-left p {
  margin-top: 90px;
}
.history-page-top .history-right {
  margin-left: auto;
  padding-left: 50px;
  flex-shrink: 0.4;
}
.history-page-top .history-right img {
  width: 100%;
  max-width: 632px;
  height: 781px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grey {
  background-color: #1b1b1b;
}

.history-items-list {
  display: flex;
  flex-direction: column;
}

.history-item {
  display: flex;
  margin-top: 145px;
}
.history-item .history-image {
  width: 50%;
  max-width: 632px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 80px;
}
.history-item .history-item-text-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-end;
  margin-left: auto;
  margin-top: 210px;
}
.history-item .history-item-title {
  position: fixed;
  top: 180px;
  left: var(--content-padding);
  display: flex;
  opacity: 0;
  flex-direction: column;
  transition: opacity 0.6s;
}
.history-item .history-item-title span {
  font-size: 24px;
  color: #d7d7d7;
  font-family: var(--arimo);
  text-align: left;
  line-height: 24px;
}
.history-item .history-item-title .subheading,
.history-item .history-item-title .subheading.no-limit {
  max-width: unset;
  margin: 0px;
}
.history-item .history-item-text {
  margin-top: 34px;
  max-width: 790px;
  width: 100%;
  color: white;
  height: 100%;
}

.first-history-item {
  position: relative;
  min-height: 680px;
}
.first-history-item .history-image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 474px;
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.first-history-item .history-item-text-wrapper {
  max-width: 948px;
  width: 100%;
  margin: 210px auto;
  margin-bottom: 280px;
  position: relative;
  z-index: 1;
}
.first-history-item .history-item-text {
  max-width: 948px;
}

@media (max-width: 1200px) {
  .history-top-gradient {
    display: none;
  }

  .history-page-top .history-main-image {
    position: relative;
    width: 100%;
    max-width: 512px;
    height: 680px;
    top: unset;
    left: unset;
    transform: unset;
    -o-object-position: top center;
       object-position: top center;
    margin: 45px auto;
  }

  .first-history-item {
    display: flex;
    flex-direction: column;
  }
  .first-history-item .history-image {
    position: relative;
    width: 100%;
    max-width: 512px;
    height: unset;
  }

  .history-item {
    flex-direction: column;
  }
  .history-item .history-image {
    width: 100%;
    margin: 0px auto;
    max-width: 512px;
  }
  .history-item .history-item-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 45px;
  }
  .history-item .history-item-text {
    max-width: 100%;
  }

  .history-items-list .history-item:nth-child(2n) {
    flex-direction: column;
  }
  .history-items-list .history-item:nth-child(2n) .history-image {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .history-item .history-item-title span {
    font-size: 18px;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   ARTISTS                                  */
/* -------------------------------------------------------------------------- */
.artists-background {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: black;
  height: 100vh;
  width: 100%;
}
.artists-background img {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.artists-background .gradient-up {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0.6349206349%, #000000 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.gradient-down {
  background-position: 0px calc(100vh - 80px);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 98.6500519211%);
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin-top: 160px;
  row-gap: 130px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.artists-grid .artist-item:nth-child(2n) {
  margin-top: -300px;
  margin-left: auto;
}

.artist-item {
  max-width: 630px;
  display: flex;
  flex-direction: column;
}
.artist-item .artist-item-image {
  width: 100%;
}
.artist-item .artist-item-image img {
  width: 100%;
}

.artist-info {
  display: flex;
  flex-direction: column;
}
.artist-info .artist-name {
  margin-top: 40px;
  font-family: var(--arimo);
  font-size: 36px;
  color: white;
}
.artist-info p {
  margin-top: 30px;
  color: white;
}

@media (max-width: 1300px) {
  .artists-grid .artist-item:nth-child(2n) {
    margin-top: 0px;
  }

  .artist-info .artist-name {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .artists-background {
    height: 500px;
  }
  .artists-background img {
    height: 500px;
  }

  .gradient-down {
    background-position: 0px 420px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 98.6500519211%);
  }

  .artists-grid {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: unset;
  }
  .artists-grid .artist-item:nth-child(2n) {
    margin-top: 45px;
  }
  .artists-grid .artist-item + .artist-item {
    margin-top: 45px;
  }

  .artist-item {
    max-width: unset;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   ARCHIVE                                  */
/* -------------------------------------------------------------------------- */
.filters-tabs-list {
  display: flex;
  margin-top: 90px;
  margin-bottom: 35px;
  margin-left: -45px;
  flex-wrap: wrap;
}
.filters-tabs-list .filter-tab {
  font-family: var(--notos-serif);
  cursor: pointer;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 45px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.filters-tabs-list .filter-tab span {
  background: linear-gradient(0deg, rgba(51, 51, 48, 0) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #bd9855 0%, #bd9855 100%, #bd9855 100%);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 0.5em, 0 0.5em;
  background-repeat: no-repeat;
  transition: background-size 600ms;
}
.filters-tabs-list .filter-tab:hover span {
  color: #bd9855;
  background-size: 0 0.1em, 100% 0.1em;
}
.filters-tabs-list .filter-tab.active {
  background-color: #333333;
  color: #bd9855;
}
.filters-tabs-list .filter-tab.active span {
  background-size: 0 0.1em, 100% 0.1em;
}

.archive-items-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(10%, 316px));
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
  row-gap: 40px;
  min-height: 100vh;
  margin-top: 90px;
}

.video-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9999;
  background-color: black;
  transition: all 0.6s;
}
.video-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
}

.video-close-btn {
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  transition: opacity 1s 1s;
  z-index: 99999;
}
.video-close-btn .filling-stroke {
  stroke-dashoffset: 2011.5951390924px;
  stroke-dasharray: 2011.5951390924px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.video-close-btn:hover {
  transition: opacity 0.6s;
  opacity: 1;
}
.video-close-btn:hover .filling-stroke {
  stroke-dashoffset: 0;
}

.archive-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.archive-item a {
  position: relative;
  display: flex;
}
.archive-item .info-items-list {
  margin-top: 15px;
}
.archive-item .info-item .info-title {
  color: #1b1b1b;
}
.archive-item .info-item .info-content {
  color: #1b1b1b;
}
.archive-item .info-item .info-content {
  margin-top: 7px;
}
.archive-item .info-item + .info-item {
  margin-top: 23px;
}
.archive-item .archive-item-image {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.archive-item .archive-item-title {
  font-family: var(--arimo);
  color: #333;
  font-weight: 600;
  font-size: 24px;
  margin-top: 37px;
}
.archive-item .more-btn {
  margin-top: 25px;
}
.archive-item .archive-item-subtitle {
  letter-spacing: 5px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #bd9855;
  font-family: var(--arimo);
  display: flex;
  align-items: center;
}
.archive-item .archive-item-text {
  margin-top: 20px;
}

@media (max-width: 1300px) {
  .archive-items-grid {
    grid-template-columns: repeat(3, minmax(10%, 316px));
  }
}
@media (max-width: 1024px) {
  .archive-items-grid {
    grid-template-columns: repeat(2, minmax(10%, 420px));
  }
}
@media (max-width: 550px) {
  .archive-item .archive-item-title {
    font-size: 20px;
  }

  .archive-items-grid {
    grid-template-columns: repeat(1, minmax(10%, 100%));
  }
}
.zoom-btn {
  transition: opacity 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  padding: 5px;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px 20px;
  background-color: white;
  font-family: var(--arimo);
  font-size: 18px;
  text-align: center;
  font-style: italic;
  color: #ffffff;
  align-self: flex-start;
  background-color: #1b1b1b;
  border-radius: 15px;
}
.more-btn:hover {
  background-color: white;
  color: #1b1b1b;
}
.more-btn.disabled {
  opacity: 0.6;
}

.max-content-inside,
.max-content-list-inside {
  display: flex;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 90px;
}

.images-slider-wrapper {
  padding-left: 33px;
  padding-right: 33px;
  max-width: 700px;
  width: 100%;
  position: relative;
  flex-shrink: 0.5;
  display: flex;
  align-self: flex-start;
  cursor: pointer;
}
.images-slider-wrapper:hover .zoom-btn {
  opacity: 1;
}

.slider-arrow {
  position: absolute;
  min-width: 66px;
  width: 66px;
  min-height: 66px;
  height: 66px;
  cursor: pointer;
  background-color: hsla(39deg, 44%, 54%, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.slider-arrow.slick-disabled {
  background-color: rgba(51, 51, 51, 0.5);
}
.slider-arrow.left {
  left: 33px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-arrow.right {
  right: 33px;
  top: 50%;
  transform: translate(50%, -50%);
}

.images-slider {
  display: flex;
  width: 100%;
}
.images-slider img {
  width: 100%;
}

.content-item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 50px;
}
.content-item-text p {
  color: white;
}

.info-items-list {
  display: flex;
  width: 100%;
  margin-top: 140px;
  flex-direction: column;
}

.info-item {
  display: flex;
  flex-direction: column;
}
.info-item + .info-item {
  margin-top: 25px;
}
.info-item .info-title {
  font-size: 14px;
  font-family: var(--arimo);
  color: white;
}
.info-item .info-content {
  font-size: 16px;
  font-family: var(--arimo);
  color: white;
  margin-top: 16px;
}
.info-item.vertical {
  padding: 10px 0px;
  padding-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-item.vertical .info-title {
  margin-right: 20px;
  margin-top: 10px;
}
.info-item.vertical .info-content {
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
}

.info-divider {
  width: 100%;
  height: 1px;
  background-color: white;
}

@media (max-width: 1650px) {
  .max-content-inside,
.max-content-list-inside {
    padding: 0px;
  }
}
@media (max-width: 1450px) {
  .images-slider-wrapper {
    max-width: 550px;
  }
}
@media (max-width: 1250px) {
  .images-slider-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1150px) {
  .images-slider-wrapper {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .max-content-inside {
    flex-direction: column;
  }

  .images-slider-wrapper {
    max-width: 550px;
    margin-bottom: 45px;
    align-self: center;
  }

  .content-item-text {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .images-slider-wrapper {
    padding: 0px;
  }
  .images-slider-wrapper .slider-arrow {
    display: none !important;
  }
}
/* -------------------------------------------------------------------------- */
/*                            INSTRUMENT CATEGORIES                           */
/* -------------------------------------------------------------------------- */
.insturment-categories-list {
  display: flex;
  flex-direction: column;
}
.insturment-categories-list .instrument-category-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.insturment-categories-list .instrument-category-item:nth-child(2n) .content-item-text {
  margin-left: 0px;
  margin-right: 50px;
}
.insturment-categories-list .instrument-category-item:nth-child(2n) .images-slider {
  box-shadow: -10px 8px rgba(121, 121, 121, 0.6784313725);
}

.images-slider .slick-dots {
  right: 0px;
  display: flex;
  flex-direction: column;
  left: unset;
  width: auto;
  bottom: 55px;
}
.images-slider .slick-dots li + li {
  margin-top: 7px;
}
.images-slider .slick-dots li {
  margin: 0px;
  width: 50px;
  height: 32px;
  background-color: white;
  font-family: var(--noto-serif-display);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-slider .slick-dots li.slick-active {
  background-color: #bd9855;
}

.instrument-category-item {
  display: flex;
  width: 100%;
}
.instrument-category-item + .instrument-category-item {
  margin-top: 95px;
}
.instrument-category-item .more-link {
  margin-top: 30px;
}
.instrument-category-item .more-btn {
  margin-top: 30px;
}
.instrument-category-item h2 {
  margin-bottom: 22px;
}

.more-link {
  color: #1b1b1b;
  font-family: var(--arimo);
  font-size: 20px;
  font-style: italic;
  cursor: pointer;
  margin-top: 10px;
}
.more-link span {
  background: linear-gradient(0deg, rgba(51, 51, 48, 0) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #1b1b1b 0%, #1b1b1b 100%, #1b1b1b 100%);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 0.5em, 0 0.5em;
  background-repeat: no-repeat;
  transition: background-size 600ms;
}
.more-link:hover span {
  background-size: 0 0.1em, 100% 0.1em;
}

.instruments-grid {
  margin-top: 120px;
}

@media (max-width: 1024px) {
  .instrument-category-item {
    flex-direction: column;
  }

  .insturment-categories-list {
    display: flex;
    flex-direction: column;
  }
  .insturment-categories-list .instrument-category-item:nth-child(2n) {
    flex-direction: column;
  }
  .insturment-categories-list .instrument-category-item:nth-child(2n) .content-item-text {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .images-slider .slick-dots {
    display: none !important;
  }
}
.more-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  align-items: center;
  width: 100%;
}
.more-wrapper h1 {
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
}
.more-wrapper .archive-item {
  max-width: 316px;
}
.more-wrapper .more-slider-wrapper {
  margin-top: 70px;
  width: 100%;
}
.more-wrapper .more-slider {
  width: 100%;
}
.more-wrapper .more-slider-item {
  display: flex;
  justify-content: center;
}

/* -------------------------------------------------------------------------- */
/*                                   EVENTS                                   */
/* -------------------------------------------------------------------------- */
.event-items-list {
  display: flex;
  margin-top: 70px;
  flex-direction: column;
}

.events-divider {
  width: 100%;
  height: 1px;
  background-color: #555555;
  margin: 30px 0px;
}

.event-item-image-wrapper {
  width: 100%;
  max-width: 316px;
  flex-shrink: 0;
  margin-right: 45px;
}

.event-image {
  padding-top: 142%;
  width: 100%;
  position: relative;
}
.event-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.6s;
  filter: grayscale(100%);
}

.event-item-title {
  font-size: 36px;
  font-family: var(--arimo);
}

.event-item-subtitle {
  font-size: 24px;
  font-family: var(--arimo);
  margin-top: 24px;
}

.event-item {
  color: white;
  display: flex;
}
.event-item p {
  margin-top: 46px;
  color: #aaaaaa;
}
.event-item:hover img {
  filter: grayscale(0%);
}
.event-item:hover .enter-arrow {
  opacity: 1;
}

.enter-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid #bd9855;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.6s;
}

.event-content {
  display: flex;
  flex-direction: column;
}

.share-content {
  padding-top: 45px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.share-content span {
  margin-bottom: 20px;
}

.share-btn + .share-btn {
  margin-left: 25px;
}

.pagination {
  margin-top: 25px;
  display: flex;
  margin-left: auto;
  align-items: center;
}
.pagination a + a {
  margin-left: 25px;
}

.page-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1b1b;
  font-family: var(--arimo);
  background-color: #555555;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.page-btn.active {
  background-color: #eac989;
}

.last-page-btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
}

@media (max-width: 800px) {
  .event-item {
    flex-direction: column;
  }

  .event-item-image-wrapper {
    margin: 0px;
    margin-bottom: 45px;
  }
}
@media (max-width: 400px) {
  .pagination a + a {
    margin-left: 15px;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   CONTACT                                  */
/* -------------------------------------------------------------------------- */
.contact-form-wrapper {
  position: relative;
  display: grid;
  margin-top: 75px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  grid-template-columns: repeat(4, calc(25% - 26.5px));
  grid-template-columns: repeat(2, calc(50% - 17.5px));
  width: 100%;
  row-gap: 40px;
}

.success-message-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.success-message-container .success-message-text {
  font-size: 22px;
  margin-bottom: 60px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.contact-item label {
  color: white;
  margin-bottom: 14px;
}
.contact-item label span {
  color: white;
  letter-spacing: 5px;
  font-weight: 500;
  font-family: var(--arimo);
}
.contact-item .more-btn {
  width: 100%;
}
.contact-item .required-text {
  margin-top: auto;
  margin-bottom: 30px;
}
.contact-item .btn-wrapper {
  width: 240px;
}

input[type=text],
input[type=email],
input[type=phone],
textarea {
  height: 50px;
  background-color: white;
  padding: 5px 20px;
  font-size: 14px;
  outline: none;
  font-family: var(--arimo);
}
input[type=text] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder,
input[type=phone] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 14px;
}
input[type=text] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=phone] ::-moz-placeholder, textarea ::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
input[type=text] :-ms-input-placeholder, input[type=email] :-ms-input-placeholder, input[type=phone] :-ms-input-placeholder, textarea :-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
input[type=text] ::placeholder,
input[type=email] ::placeholder,
input[type=phone] ::placeholder,
textarea ::placeholder {
  color: #999999;
  font-size: 14px;
}

textarea {
  resize: none;
  height: 245px;
  padding: 15px 20px;
}

.text-area-item {
  grid-column-start: 1;
  grid-column-end: 3;
}

.contact-buttons {
  margin: 0px auto;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.contact-buttons .required-text {
  margin: 0px;
}

.contact-info {
  margin-left: -5px;
  margin-top: 50px;
  display: flex;
  width: calc(100% + 10px);
  flex-direction: column;
  color: white;
}

.contact-info-item {
  padding: 5px 5px;
  display: flex;
}
.contact-info-item .icon {
  flex-shrink: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.page-left-right-wrapper {
  display: flex;
}
.page-left-right-wrapper .page-section {
  max-width: calc(677px + var(--content-padding));
  width: 100%;
  padding-right: 45px;
}

@media (min-width: 1920px) {
  .page-left-right-wrapper {
    max-width: 1920px;
  }
  .page-left-right-wrapper .page-section {
    max-width: 100%;
  }
}
.map-wrapper {
  margin-left: auto;
  width: 100%;
  max-width: calc(733px + var(--content-padding));
  align-self: flex-start;
  display: flex;
  position: relative;
  padding-right: var(--content-padding);
}
.map-wrapper .bottom-gradient {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(-180deg, rgba(224, 216, 201, 0) 0%, #e0d8c9 100%);
  height: 232px;
}

#contact-map {
  width: 100%;
  max-width: 733px;
  height: 1050px;
}

@media (max-width: 1250px) {
  .page-left-right-wrapper {
    flex-direction: column;
  }
  .page-left-right-wrapper .page-section {
    max-width: unset;
    padding-right: var(--content-padding);
  }

  .map-wrapper,
#contact-map {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    height: 720px;
  }
}
@media (max-width: 800px) {
  .contact-form-wrapper {
    grid-template-columns: repeat(2, calc(50% - 17.5px));
  }

  .text-area-item {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #contact-map,
.map-wrapper {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 600px) {
  .contact-form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: unset;
  }
  .contact-form-wrapper .contact-item + .contact-item {
    margin-top: 40px;
  }

  .text-area-item {
    grid-column-start: unset;
    grid-column-end: unset;
  }

  #contact-map,
.map-wrapper {
    height: 420px;
  }

  .contact-buttons {
    flex-direction: column;
  }
  .contact-buttons .btn-wrapper {
    margin-top: 45px;
    margin-left: 120px;
  }
}
.no-dots .slick-dots {
  display: none !important;
}

.event-image-wrapper .event-item img {
  filter: grayscale(0);
}

/* -------------------------------------------------------------------------- */
/*                                  MODAL                                     */
/* -------------------------------------------------------------------------- */
.modal-content {
  margin: auto;
}

.modal-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(22, 39, 59, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.modal-close-x {
  width: 76px;
  cursor: pointer;
  height: 76px;
  position: absolute;
  display: flex;
  padding: 26px;
  right: -30px;
  top: -30px;
  transform: translate(50%, -50%);
  background-color: #bd9855;
  border-radius: 50%;
}

@media (max-width: 600px) {
  #calendar-modal {
    padding: 25px 0px;
  }

  .calendar-modal-content {
    border: 10px solid white;
  }

  .modal-close-x {
    width: 56px;
    cursor: pointer;
    height: 56px;
    position: absolute;
    display: flex;
    padding: 20px;
    right: 50%;
    top: -5px;
    transform: translate(50%, -50%);
    background-color: #bd9855;
    border-radius: 50%;
  }
}
.contact-instrument {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.contact-instrument h1 {
  text-align: center;
}
.contact-instrument .contact-form-wrapper {
  max-width: 772px;
  margin-top: 30px;
  grid-template-columns: repeat(2, calc(50% - 17.5px));
}
.contact-instrument .text-area-item {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact-instrument .contact-buttons {
  margin: 0px auto;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.contact-instrument .contact-buttons .required-text {
  margin: 0px;
}
.contact-instrument .contact-item label {
  color: #272726;
}
.contact-instrument .contact-item label span {
  color: #272726;
}

.image-zoom-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7490196078);
  top: 0px;
  left: 0px;
  z-index: 15;
  /*  padding: 70px; */
}

.image-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
  padding: 20px;
}
.image-container .arrow-left {
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.image-container .arrow-left path {
  fill: #bd9855;
}
.image-container .arrow-left.slick-disabled {
  opacity: 0.5;
}
.image-container .modal-close-x {
  top: 12px;
  right: 12px;
  transform: translate(0, 0);
  z-index: 15;
}
.image-container .arrow-right {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.image-container .arrow-right path {
  fill: #bd9855;
}
.image-container .arrow-right.slick-disabled {
  opacity: 0.5;
}
.image-container .images-wrapper,
.image-container .slick-track,
.image-container .slick-list {
  width: 100%;
  height: 100%;
}

.full-screen-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1024px) {
  .image-zoom-modal {
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .arrow-right,
.arrow-left {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .contact-instrument .contact-buttons {
    flex-direction: column;
  }
}
.newsletter-result {
  color: white;
  margin-top: 5px;
  font-size: 16px;
  color: #aaaaaa;
  font-family: var(--arimo);
}

.terms-text-container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.terms-text-container h3 {
  margin-bottom: 25px;
}
.terms-text-container .text-content p {
  margin-top: 5px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bd9855;
  border-color: #bd9855 transparent #bd9855 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------------------------------------- */
/*                                 ABOUT PAGE                                 */
/* -------------------------------------------------------------------------- */
.about-section {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-page-top {
  position: relative;
  display: flex;
}
.about-page-top .about-page-left {
  width: 100%;
  max-width: 790px;
}
.about-page-top .about-page-left p {
  margin-top: 90px;
}
.about-page-top .about-page-right {
  margin-left: auto;
  margin-top: 24px;
  padding-left: 50px;
  width: 100%;
  max-width: 790px;
  max-height: 500px;
  height: 500px;
}
.about-page-top .about-page-right p {
  padding: 20px;
  padding-right: 35px;
  color: #aaaaaa;
}

.about-page-top .about-page-right .os-scrollbar-track {
  background-color: #4f4d48;
  max-height: 264px;
}
.about-page-top .about-page-right .os-scrollbar {
  width: 26px;
  padding: 0px 10px;
}
.about-page-top .about-page-right .os-scrollbar-handle {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px !important;
  max-height: 26px;
  background-color: #eac989 !important;
  left: -10px !important;
  border-radius: 50% !important;
}
.about-page-top .about-page-right .os-scrollbar-handle:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  background-color: #333333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1300px) {
  .about-page-top {
    flex-direction: column;
  }
  .about-page-top .about-page-right {
    padding: 0px;
    margin-top: 80px;
    margin-left: unset;
  }
  .about-page-top .about-page-right p {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1024px) {
  .page-heading {
    font-size: 52px;
  }

  .subheading {
    margin-left: 20px;
    line-height: 40px;
    margin-top: 0px;
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .page-heading {
    font-size: 42px;
  }

  .subheading,
.subheading.no-limit {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 420px) {
  .page-heading {
    font-size: 32px;
  }

  .subheading,
.subheading.no-limit {
    font-size: 22px;
    line-height: 24px;
  }

  .about-page-top .about-page-right .os-scrollbar-vertical {
    display: none;
  }
  .about-page-top .about-page-right p {
    padding: 0px;
  }
}
/* -------------------------------------------------------------------------- */
/*                             MUSICAL INSTRUMENTS                            */
/* -------------------------------------------------------------------------- */
.musical-instruments-list {
  position: relative;
  display: flex;
}
.musical-instruments-list .instruments-column .instruments-section-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.musical-instruments-list .instruments-logo {
  top: -300px;
}

@media (max-width: 900px) {
  .musical-instruments-list {
    flex-direction: column;
  }
  .musical-instruments-list .instruments-column .instruments-section-text {
    display: none;
  }
  .musical-instruments-list .instruments-logo {
    top: 0px;
  }
}/*# sourceMappingURL=style.css.map */