:root {
  --container-width: 1fr;
  --container-spacer: 15px;
  --text-shadow: 0 0 8px rgba(30,26,23,.8);
  --box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.5);
  --margin-big: 100px;
  --margin-default: 30px;
  --margin-smaller: 15px;
  --margin-small: 7px;
  --margin-mobile-default: 15px;
  --margin-zero: 0px;
}

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

.grecaptcha-badge {
  opacity: 0;
}

button:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

body {
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

p, a, li {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 300;
}

p {
  margin-bottom: 15px;
}

a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
}
a:active {
  color: #ffffff;
}

a:focus {
  color: #ffffff;
  outline: none;
}

*:focus {
  outline: none;
}

.form__control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image__fluid {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: "Quicksand", sans-serif;
  color: rgb(194, 164, 59);
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
  font-size: 1.5rem;
  text-align: left;
}

h2 {
  font-family: "Quicksand", sans-serif;
  color: rgb(194, 164, 59);
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: left;
}

.h2__title {
  display: flex;
  justify-content: center;
}
.h2__title h2 {
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 10px 20px;
  display: inline-flex;
}

h3 {
  font-family: "Quicksand", sans-serif;
  color: rgb(194, 164, 59);
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}

.btn {
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.btn__default {
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
  padding: 3px 10px;
  text-decoration: none;
}
.btn__default:visited, .btn__default.active, .btn__default.focus, .btn__default:active, .btn__default:focus {
  color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}
.btn__default:hover {
  color: rgb(194, 164, 59);
  background-color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}

.btn__white {
  font-size: 1rem;
  line-height: 16px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
}
.btn__white:visited, .btn__white.active, .btn__white.focus, .btn__white:active, .btn__white:focus {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.btn__white:hover {
  background-color: #000000;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.btn__readmore {
  font-size: 1rem;
  line-height: 16px;
  background-color: #e7e7e5;
  border: solid 1px #e7e7e5;
  color: #ffffff;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
}
.btn__readmore:visited, .btn__readmore.active, .btn__readmore.focus, .btn__readmore:active, .btn__readmore:focus {
  color: #ffffff;
  background-color: #e7e7e5;
  border: solid 1px #e7e7e5;
}
.btn__readmore:hover {
  background-color: #ffffff;
  border: solid 1px #e7e7e5;
  color: #e7e7e5;
}
.btn__readmore .fa-chevron-right {
  margin-left: 20px;
}

a.link__readmore {
  font-size: 1rem;
  line-height: 16px;
  color: rgb(194, 164, 59);
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
}
a.link__readmore:visited, a.link__readmore.active, a.link__readmore.focus, a.link__readmore:active, a.link__readmore:focus {
  color: rgb(194, 164, 59);
}
a.link__readmore:hover {
  text-decoration: underline;
  color: rgb(194, 164, 59);
}
a.link__readmore .fa-chevron-right {
  margin-left: 10px;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

img.img__fluid {
  max-width: 100%;
  height: auto;
}

small {
  margin-bottom: 7px;
  display: inline-flex;
}

.subtext {
  margin-bottom: 7px;
  display: inline-flex;
}

form input[type=email].input-field {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.resdp-iframe {
  margin-bottom: 100px;
}

.load__login {
  display: none;
}

video {
  max-width: 100%;
  height: auto;
}

.header {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.header--container {
  grid-area: container;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home__banner {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". banner .";
  background-color: #000000;
}
.home__banner img {
  grid-area: banner;
}

.home__content {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "left middle right";
}
.home__content .home__left {
  grid-area: left;
  background-color: #e7e7e5;
}
.home__content .home__middle {
  grid-area: middle;
}
.home__content .home__right {
  grid-area: right;
}

.home__middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.home__middle--left {
  background-color: #e7e7e5;
  justify-content: start;
  align-items: start;
  grid-column: 1/2;
}
.home__middle--right {
  grid-column: 2/-1;
}

.base__content {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.base__content--container {
  grid-area: container;
}

.contactform {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.contactform__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.home__events {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-areas: ". container .";
}
.home__events--container {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.home__music {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-areas: ". container .";
}
.home__music--container {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.footer {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "left middle right";
}
.footer__left {
  grid-area: left;
}
.footer__middle {
  background-color: #e7e7e5;
  grid-area: middle;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "logo contact rehearsal map";
  align-items: start;
  justify-content: start;
}
.footer__right {
  grid-area: right;
  background-color: #e7e7e5;
}
.footer__logo {
  grid-area: logo;
  align-self: center;
}
.footer__contact {
  grid-area: contact;
}
.footer__rehearsal {
  grid-area: rehearsal;
}
.footer__map {
  grid-area: map;
}

.repertoire {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
  padding: 30px 0;
}
.repertoire--container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}
.repertoire ul.repertoire__holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
}

.events {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
  padding: 30px 0;
}
.events--container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}
.events ul.events__holder {
  display: flex;
  flex-direction: column;
}

.dashboard {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.dashboard__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.dashboard__newsevents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.dashboard__newsevents .dashboard__news--container {
  grid-column: 1/2;
  grid-row: 1/-1;
}
.dashboard__newsevents .dashboard__agenda--container {
  grid-column: 2/-1;
  grid-row: 1/-1;
}

.secure {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
  padding: 0;
}
.secure--container {
  grid-area: container;
}

@media (max-width: 1199.98px) {
  .header {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .home__banner {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .base__content, .home__contact, .home__repertoire, .home__events, .home__content, .home__music {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .contactform {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .events {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .dashboard {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .footer {
    display: grid;
    grid-template-columns: 0 1fr 15px;
  }
  .repertoire {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .secure {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
}
@media (max-width: 767.98px) {
  .header {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .header--container {
    display: grid;
    grid-template-columns: 15px 1fr auto 15px;
    grid-template-rows: 40px 1fr auto;
    grid-template-areas: ". login hamburger ." "logo logo logo logo" "navigation navigation navigation navigation";
    gap: 20px;
  }
  .header__logo {
    grid-area: logo;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  .header__login {
    grid-area: login;
  }
  .header__hamburger {
    grid-area: hamburger;
  }
  .header__navigation {
    grid-area: navigation;
  }
  .footer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer__middle {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .base__content, .home__content, .home__contact {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .secure {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .repertoire {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .events {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .dashboard {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .home__middle {
    display: flex;
    flex-direction: column;
  }
  .home__music {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home__music--container {
    display: flex;
    flex-direction: column;
  }
  .home__events {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home__events--container {
    display: flex;
    flex-direction: column;
  }
  .home__contact--container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .dashboard__newsevents {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contactform {
    display: flex;
    flex-direction: column;
  }
}
.header {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
.header__phone {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.header__hamburger {
  display: none;
}
@media (max-width: 767.98px) {
  .header__hamburger {
    display: inline-flex;
  }
}
.header__navigation {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .header__navigation {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .header__navigation.open {
    display: flex;
    flex-direction: column;
  }
}

a.logo__link {
  display: block;
  padding: 10px 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.phone__link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
}

ul.nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
ul.nav li {
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  font-size: 1.125rem;
  border: solid 1px #ffffff;
  color: #000000;
  width: 100%;
}
ul.nav li.active {
  border: solid 1px rgb(194, 164, 59);
}
ul.nav li:hover {
  border: solid 1px #000000;
}
ul.nav li a {
  display: inline-flex;
  line-height: 30px;
  font-size: 1.125rem;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif;
}
ul.nav li.dropdown {
  position: relative;
}
ul.nav li.dropdown .submenu {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  font-family: "Quicksand", sans-serif;
}
ul.nav li.dropdown .submenu .fa-chevron-down {
  transform: rotate(0deg);
}
ul.nav li.dropdown.open .submenu .fa-chevron-down {
  transform: rotate(180deg);
}
ul.nav li .dropdown-menu {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
}
ul.nav li .dropdown-menu.open {
  display: flex;
  flex-direction: column;
}
ul.nav li .dropdown-menu a {
  line-height: 20px;
  padding: 10px 20px;
  border-bottom: solid 1px #ffffff;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
  display: flex;
  text-align: center;
  color: #ffffff;
}
ul.nav li .dropdown-menu a:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 769px) {
  ul.nav {
    padding-bottom: 0;
  }
  ul.nav.show-mobile {
    display: none;
  }
  ul.nav li {
    width: max-content;
  }
  ul.nav li.dropdown .submenu {
    justify-content: space-between;
  }
  ul.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: max-content;
    min-width: 150px;
    background-color: #000000;
  }
  ul.nav li .dropdown-menu.open {
    width: max-content;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    padding: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  ul.nav li .dropdown-menu a {
    color: #ffffff;
  }
  ul.nav li .dropdown-menu a:hover {
    background-color: rgb(194, 164, 59);
  }
  ul.nav li:hover .dropdown-menu {
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.2);
  }
  ul.nav li:hover .dropdown-menu a {
    font-family: "Quicksand", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    border-bottom: none;
  }
  ul.nav li:hover .dropdown-menu a:last-child {
    border-bottom: none;
  }
}
.hamburger__menu .fa-bars {
  font-size: 40px;
}

.open ul.nav {
  flex-direction: column;
}

.footer__middle {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .footer__middle {
    display: flex;
    flex-direction: column;
  }
}
.footer__middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer__middle ul li {
  gap: 10px;
  padding: 3px 0;
}
.footer__middle h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__middle a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(194, 164, 59);
  text-decoration: none;
  font-weight: 300;
  font-size: 0.875rem;
}
.footer__middle a .fa-chevron-right {
  font-size: 0.75rem;
}
.footer__logo {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__logo {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__contact {
    padding: 0 15px;
  }
}
.footer__rehearsal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__rehearsal {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.footer__map {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__map {
    padding: 0 15px;
  }
}
.footer__follow {
  display: flex;
  gap: 20px;
  list-style: none;
  justify-content: flex-end;
  flex-grow: 1;
}
.footer__follow a {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #ffffff;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer__follow .social {
  font-size: 1.5rem;
}

#map {
  height: 150px;
  width: 100%;
}

.home__middle--left {
  padding: 20px;
}
.home__middle--right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home__events {
  margin: 40px 0;
}
.home__events--container {
  background-color: rgb(194, 164, 59);
  padding: 30px;
}
.home__events .home__event__type {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}
.home__events .home__event__date {
  font-size: 1.5rem;
  font-weight: 300;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.home__music {
  margin-bottom: 30px;
}
.home__music--form {
  background-color: rgb(194, 164, 59);
  padding: 40px;
}
.home__music--form h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.home__music--repertoire {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 100%;
}

.repertoire__swiper {
  position: relative;
  overflow: hidden;
}
.repertoire__swiper .swiper-slide {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.repertoire__swiper .slide__image {
  max-width: 250px;
  display: inline-flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
}
.repertoire__swiper .slide__title {
  margin-top: 10px;
  color: rgb(194, 164, 59);
}

.home__contact h2 {
  font-family: "Quicksand", sans-serif;
}
.home__contact a {
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
.home__contact--container .contact__map {
  margin-bottom: 40px;
}
.home__contact--container .contact__address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home__contact--container .contact__address ul li {
  line-height: 36px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
.home__contact--container .contact__openhours p {
  line-height: 36px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .repertoire__swiper {
    width: 100%;
  }
  .repertoire__swiper .swiper-button-prev {
    left: 15px;
  }
  .repertoire__swiper .swiper-button-next {
    right: 15px;
  }
  .home__music--repertoire {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  :root {
    --container-spacer: auto;
    --container-width: 1280px;
  }
}
.base__content {
  padding: 20px 0;
}
.base__content h1 {
  margin-bottom: var(--margin-default);
}
.base__content p {
  margin-bottom: var(--margin-default);
}

.content__manager {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.content__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 15px;
}
.content__grid.no-margin-bottom {
  padding-bottom: 0;
}
.content__container {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  padding: 15px 0;
  grid-template-areas: ". container .";
}
.content__container.no-margin-bottom {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .content__container {
    display: flex;
    flex-direction: column;
  }
}
.content__container h1 {
  grid-area: container;
}
.content__gallery {
  grid-area: container;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content__content {
  grid-area: container;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content__slider {
  grid-area: container;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .content__slider {
    width: 100%;
  }
}
.content__button {
  grid-area: container;
  width: 100%;
}
.content__split {
  grid-area: container;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  .content__split {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.content__center {
  display: flex;
  align-items: center;
}
.content__left {
  display: flex;
  justify-self: flex-end;
}
.content__right {
  display: flex;
  align-items: flex-start;
}
.content__text {
  display: flex;
  flex-direction: column;
}
.content__text p {
  margin-top: 0;
}
.content__text--left {
  justify-self: flex-end;
  align-items: flex-end;
}
.content__image--left {
  display: flex;
  justify-self: flex-end;
}
.content__button {
  display: flex;
  margin-bottom: var(--margin-default);
}
.content__button--left {
  justify-content: flex-start;
}
.content__button--center {
  justify-content: center;
}
.content__button--right {
  justify-content: flex-end;
}
.content__button a {
  display: inline-flex;
  color: #ffffff;
  background-color: #e7e7e5;
  border: solid 1px #e7e7e5;
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.content__button a:visited, .content__button a.active, .content__button a.focus, .content__button a:active, .content__button a:focus {
  color: #ffffff;
  border: solid 1px #e7e7e5;
}
.content__button a:hover {
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.content__widget {
  display: flex;
  flex-direction: column;
}

a.content__link {
  margin-bottom: var(--margin-default);
  display: inline-block;
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
a.content__link:visited, a.content__link.active, a.content__link.focus, a.content__link:active, a.content__link:focus {
  color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}
a.content__link:hover {
  color: rgb(194, 164, 59);
  background-color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}

.salign, .lalign {
  display: flex;
  justify-content: flex-start;
}
.salign img, .lalign img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.calign {
  display: flex;
  justify-content: center;
}

.ralign {
  display: flex;
  justify-content: flex-end;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.backgroundcolor__white {
  background-color: #ffffff;
}
.backgroundcolor__white h1, .backgroundcolor__white h2, .backgroundcolor__white h3, .backgroundcolor__white p, .backgroundcolor__white a {
  color: #000000;
}
.backgroundcolor__white .content__button a, .backgroundcolor__white .content__button a:visited {
  color: #ffffff;
}
.backgroundcolor__white .content__button a:hover, .backgroundcolor__white .content__button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}
.backgroundcolor__white a.content__link, .backgroundcolor__white a.content__link:visited {
  color: #ffffff;
}
.backgroundcolor__white a.content__link:hover, .backgroundcolor__white a.content__link:visited:hover {
  background-color: #ffffff;
  color: #000000;
}
.backgroundcolor__light {
  background-color: rgb(194, 164, 59);
}
.backgroundcolor__light h1, .backgroundcolor__light h2, .backgroundcolor__light h3, .backgroundcolor__light p, .backgroundcolor__light a {
  color: #000000;
}
.backgroundcolor__light .content__button a, .backgroundcolor__light .content__button a:visited {
  color: #ffffff;
}
.backgroundcolor__light .content__button a:hover, .backgroundcolor__light .content__button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}
.backgroundcolor__light a.content__link, .backgroundcolor__light a.content__link:visited {
  color: #ffffff;
}
.backgroundcolor__light a.content__link:hover, .backgroundcolor__light a.content__link:visited:hover {
  background-color: #ffffff;
  color: #000000;
}
.backgroundcolor__dark {
  background-color: #000000;
}
.backgroundcolor__dark h1, .backgroundcolor__dark h2, .backgroundcolor__dark h3, .backgroundcolor__dark p, .backgroundcolor__dark a {
  color: #ffffff;
}
.backgroundcolor__dark .content__button a, .backgroundcolor__dark .content__button a:visited {
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.backgroundcolor__dark .content__button a:hover, .backgroundcolor__dark .content__button a:visited:hover {
  background-color: #ffffff;
  color: rgb(194, 164, 59);
}
.backgroundcolor__dark a.content__link, .backgroundcolor__dark a.content__link:visited {
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.backgroundcolor__dark a.content__link:hover, .backgroundcolor__dark a.content__link:visited:hover {
  background-color: #ffffff;
  color: rgb(194, 164, 59);
}

@media (max-width: 767.98px) {
  .split__left {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .split__right {
    padding: 0 15px;
  }
}

.gallery__item {
  display: inline-flex;
}
.gallery__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 220px;
  height: auto;
  object-position: center;
}

.content1 .content__content {
  padding: 0 clamp(15px, 5vw, 100px);
}

.content3 .content__split {
  gap: 8rem;
}
@media (max-width: 767.98px) {
  .content3 .content__split {
    gap: 15px;
  }
}
.content3 img {
  box-shadow: var(--box-shadow);
}

.content9 {
  padding: 20px 0;
}
.content9 .content__center {
  display: flex;
  align-items: center;
}
.content9 .content__split {
  grid-template-columns: 0.4fr 0.6fr;
}
@media (max-width: 1024px) {
  .content9 .content__split {
    grid-template-columns: 1fr 1fr;
  }
}
.content9 .content__left {
  display: flex;
  justify-self: flex-end;
}
.content9 .content__right {
  display: flex;
  align-items: flex-start;
}
.content9 .content__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .content9 .content__text {
    padding: 0 15px;
  }
}
.content9 .content__text--left {
  justify-self: flex-end;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .content9 .content__image {
    margin-bottom: var(--margin-mobile-default);
  }
}
.content9 .content__image img {
  box-shadow: var(--box-shadow);
}
.content9 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content10 .content__center {
  display: flex;
  align-items: center;
}
.content10 .content__split {
  grid-template-columns: 0.6fr 0.4fr;
}
@media (max-width: 1024px) {
  .content10 .content__split {
    grid-template-columns: 1fr 1fr;
  }
}
.content10 .content__left {
  display: flex;
  justify-self: flex-end;
}
.content10 .content__right {
  display: flex;
  align-items: flex-start;
}
.content10 .content__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .content10 .content__text {
    padding: 0 15px;
  }
}
.content10 .content__text--left {
  justify-self: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .content10 .content__image {
    margin-bottom: var(--margin-mobile-default);
  }
}
.content10 .content__image img {
  box-shadow: var(--box-shadow);
}
.content10 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content13 {
  padding: 40px 0;
}
.content13 .content__container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}
.content13 .slider__header {
  margin-bottom: var(--margin-zero);
  text-align: center;
  line-height: 1.4;
}
.content13 .slider__content {
  margin-top: var(--margin-zero);
  margin-bottom: var(--margin-small);
  text-align: center;
}
.content13 .splide {
  padding-bottom: 40px;
}
.content13 .splide__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.content13 .splide__alignment-start {
  background-position: left center;
}
.content13 .splide__alignment-center {
  background-position: center center;
}
.content13 .splide__alignment-end {
  background-position: right center;
}
.content13 .splide__slide {
  padding: 0 15px;
}
.content13 .splide__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.content13 .splide__slide .slide__title {
  grid-column: 1/-1;
  grid-row: 2/-1;
  z-index: 2;
  color: #ffffff;
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.content13 .splide__arrow--prev {
  left: -2rem;
  background-color: rgb(194, 164, 59);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--prev {
    display: none;
  }
}
.content13 .splide__arrow--next {
  right: -2rem;
  background-color: rgb(194, 164, 59);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--next {
    display: none;
  }
}
.content13 .splide__arrow svg {
  fill: #ffffff;
}
.content13 .splide__pagination__page {
  background-color: #A8A5A3;
  width: 10px;
  height: 10px;
}
.content13 .splide [aria-selected=true] {
  background-color: rgb(194, 164, 59);
}
.content13 .splide__progress {
  padding: 0 15px;
}
.content13 .splide__progress__bar {
  background-color: rgb(194, 164, 59);
}
.content13.hide-bar1 .splide .slide__title {
  background-color: transparent;
}

.content14 {
  padding-top: 30px;
}

.content26 h2 {
  margin-bottom: var(--margin-default);
}
@media (max-width: 767.98px) {
  .content26 {
    padding: 0 15px;
  }
  .content26 .content__text {
    order: 1;
  }
  .content26 .content__widget {
    order: 2;
  }
}

.content27 h2 {
  margin-bottom: var(--margin-default);
}
@media (max-width: 767.98px) {
  .content27 {
    padding: 0 15px;
  }
  .content27 .content__text {
    order: 1;
  }
  .content27 .content__widget {
    order: 2;
  }
}

.content29 {
  padding: 0;
}

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

.cWidgetCtaGrey {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: var(--margin-default);
  padding: 0 15px;
}
.cWidgetCtaBeige {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: var(--margin-default);
  padding: 0 15px;
}
.cWidgetCtaBlue {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: var(--margin-default);
  padding: 0 15px;
}
.cWidgetCtaWhite {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: var(--margin-default);
  padding: 0 15px;
}

.cta__widget {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  box-shadow: var(--box-shadow);
}
.cta__widget a {
  display: inline-flex;
  color: #ffffff;
  background-color: #e7e7e5;
  border: solid 1px #e7e7e5;
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 10px 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.cta__widget a:visited, .cta__widget a.active, .cta__widget a.focus, .cta__widget a:active, .cta__widget a:focus {
  color: #ffffff;
  border: solid 1px #e7e7e5;
}
.cta__widget a:hover {
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.cta__grey {
  background-color: rgb(194, 164, 59);
}
.cta__grey h3 {
  color: rgb(194, 164, 59);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__grey a {
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.cta__beige {
  background-color: rgb(194, 164, 59);
}
.cta__beige h3 {
  color: rgb(194, 164, 59);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__beige a {
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.cta__blue {
  background-color: #e7e7e5;
}
.cta__blue h3 {
  color: rgb(194, 164, 59);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__blue a {
  background-color: rgb(194, 164, 59);
  border: solid 1px rgb(194, 164, 59);
}
.cta__white {
  background-color: #ffffff;
}
.cta__white h3 {
  color: rgb(194, 164, 59);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__white a {
  background-color: #e7e7e5;
  border: solid 1px #e7e7e5;
}

.cWidgetQuote .quote {
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cWidgetQuote .quote h3 {
  font-size: clamp(1.188rem, 5vw + 0.5rem, 3rem);
  line-height: 1.6;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  max-width: 80vw;
}

.layer__image {
  display: grid;
  grid-template-columns: 60px auto 100px auto 60px;
  grid-template-rows: 60px auto 100px auto 60px;
}
.layer__image img.layer {
  object-fit: scale-down;
}
@media (max-width: 767.98px) {
  .layer__image {
    display: flex;
    flex-direction: column;
  }
  .layer__image img.layer {
    margin-top: 20px;
  }
}

.letter__D {
  display: grid;
  padding: 0 5px;
  grid-template-columns: 60px auto 100px auto 60px;
  grid-template-rows: 60px auto 100px auto 60px;
  max-height: 450px;
}
@media (max-width: 767.98px) {
  .letter__D {
    grid-template-columns: 30px auto 100px auto 30px;
    grid-template-rows: 30px auto 100px auto 30px;
  }
}
.letter__D img.layer {
  object-fit: none;
  box-shadow: none;
}

.letter__O {
  display: grid;
  padding: 0 5px;
  grid-template-columns: 60px auto 100px auto 60px;
  grid-template-rows: 60px auto 100px auto 60px;
  max-height: 450px;
}
@media (max-width: 767.98px) {
  .letter__O {
    grid-template-columns: 30px auto 100px auto 30px;
    grid-template-rows: 30px auto 100px auto 30px;
  }
}
.letter__O img.layer {
  object-fit: none;
  box-shadow: none;
}

.letter__K {
  display: grid;
  padding: 0 5px;
  grid-template-columns: 60px auto 100px auto 60px;
  grid-template-rows: 60px auto 100px auto 60px;
  max-height: 450px;
}
@media (max-width: 767.98px) {
  .letter__K {
    grid-template-columns: 30px auto 100px auto 30px;
    grid-template-rows: 30px auto 100px auto 30px;
  }
}
.letter__K img.layer {
  object-fit: none;
  box-shadow: none;
}

.letter__X {
  display: grid;
  padding: 0 5px;
  grid-template-columns: 60px auto 100px auto 60px;
  grid-template-rows: 60px auto 100px auto 60px;
  max-height: 450px;
}
@media (max-width: 767.98px) {
  .letter__X {
    grid-template-columns: 30px auto 100px auto 30px;
    grid-template-rows: 30px auto 100px auto 30px;
  }
}
.letter__X img.layer {
  object-fit: none;
  box-shadow: none;
}

.position__front .original {
  z-index: 1;
}
.position__front .layer {
  z-index: 2;
}

.position__back .original {
  z-index: 2;
}
.position__back .layer {
  z-index: 1;
}

.north__west .original {
  grid-column: 2/6;
  grid-row: 2/6;
}
.north__west .layer {
  grid-column: 1/3;
  grid-row: 1/3;
  justify-self: start;
  align-self: start;
}

.north .original {
  grid-column: 1/6;
  grid-row: 2/6;
}
.north .layer {
  grid-column: 2/4;
  grid-row: 1/3;
  justify-self: center;
  align-self: start;
}

.north__east .original {
  grid-column: 1/5;
  grid-row: 2/6;
}
.north__east .layer {
  grid-column: 4/6;
  grid-row: 1/3;
  justify-self: end;
  align-self: start;
}

.east .original {
  grid-column: 1/5;
  grid-row: 1/6;
}
.east .layer {
  grid-column: 4/6;
  grid-row: 2/4;
  justify-self: end;
  align-self: center;
}

.south__east .original {
  grid-column: 1/5;
  grid-row: 1/5;
}
.south__east .layer {
  grid-column: 4/6;
  grid-row: 4/6;
  justify-self: end;
  align-self: start;
}

.south .original {
  grid-column: 1/6;
  grid-row: 1/5;
}
.south .layer {
  grid-column: 2/4;
  grid-row: 4/6;
  justify-self: center;
  align-self: start;
}

.south__west .original {
  grid-column: 2/6;
  grid-row: 1/5;
}
.south__west .layer {
  grid-column: 1/3;
  grid-row: 4/6;
  justify-self: start;
  align-self: start;
}

.west .original {
  grid-column: 2/6;
  grid-row: 1/6;
}
.west .layer {
  grid-column: 1/3;
  grid-row: 2/4;
  justify-self: start;
  align-self: center;
}

.menu__container {
  padding: 0 clamp(0px, 5vw, 150px);
}
.menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  grid-gap: 30px;
  list-style: none;
  margin: 0 0 var(--margin-default);
  padding: 0;
}
.menu__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.menu__image {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
  box-shadow: var(--box-shadow);
}
.menu__title {
  grid-column: 1/-1;
  grid-row: 2/-1;
  z-index: 2;
  color: #ffffff;
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "Quicksand", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.menu__header {
  border-bottom: solid 1px #e7e7e5;
  margin-bottom: var(--margin-default);
}
.menu__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 15px;
}

.buttons__container {
  padding: 0 clamp(0px, 5vw, 150px);
}
.buttons__list {
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0 0 var(--margin-default);
  padding: 0;
}

a.buttons__item {
  position: relative;
  text-decoration: none;
  background-color: rgb(194, 164, 59);
  color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
}
a.buttons__item:visited, a.buttons__item.active, a.buttons__item.focus, a.buttons__item:active, a.buttons__item:focus {
  color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}
a.buttons__item:hover {
  color: rgb(194, 164, 59);
  background-color: #ffffff;
  border: solid 1px rgb(194, 164, 59);
}

input, textarea {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input, textarea {
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
}
form ::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-moz-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.6 !important;
}
form ::-moz-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
  opacity: 0.6 !important;
}

.contactform__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  .contactform__container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.input-field {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  width: 100%;
  max-width: 360px;
  color: #000000;
  border: solid 1px #A8A5A3;
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  margin-bottom: var(--margin-default);
}

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

.form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-default);
}
.form__item > label {
  font-size: 1rem;
}
.form__item .form__input {
  color: #2e2e2e;
  font-family: "Quicksand", sans-serif;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #2e2e2e;
}
.form__item .form__input.error {
  border: solid 1px #721c24;
}

.form__item-checkbox {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 1fr;
  align-items: start;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
}
.form__item-checkbox.error {
  color: #721c24;
}

.form__item-button {
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.form__item-button .btn__form {
  border: solid 1px transparent;
  color: rgb(194, 164, 59);
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
}
.form__item-button .btn__form i {
  margin-left: 10px;
}

.form__holder {
  padding: 30px;
}
.form__holder .form__top {
  padding: 30px 0px;
  display: flex;
  justify-content: flex-end;
}
.form__holder .form__top strong {
  font-family: "Quicksand", sans-serif;
  margin-right: 5px;
}
.form__holder .form__bottom {
  padding: 20px 0px;
  display: flex;
}
.form__holder .form__bottom strong {
  font-family: "Quicksand", sans-serif;
  margin-right: 5px;
}
.form__holder .form__split {
  display: flex;
  flex-direction: column;
}
.form__holder .form__split .form__left {
  margin-bottom: var(--margin-default);
  width: 100%;
}
.form__holder .form__split .form__right {
  margin-bottom: var(--margin-default);
  width: 100%;
}

.alert {
  padding: 20px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  margin-bottom: var(--margin-default);
  color: #ffffff;
}
.alert.alert-danger {
  border: solid 1px #721c24;
  background-color: #f8d7da;
  color: #721c24;
}
.alert.alert-success {
  border: solid 1px #155724;
  background-color: #c3e6cb;
  color: #155724;
}

.login__form .form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-default);
}
.login__form .form__item > label {
  font-size: 0.75rem;
}
.login__form .form__item .form__input {
  color: #2e2e2e;
  padding: 5px 0px;
  border-bottom: solid 1px #000000;
}
.login__form .form__item .form__input.error {
  border-bottom: solid 1px #721c24;
  background-color: #f8d7da;
}

.naw__info {
  margin-bottom: var(--margin-default);
}
.naw__hours {
  margin-bottom: var(--margin-default);
}
.naw__follow {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.naw__follow a {
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.naw__follow .social {
  font-size: 2rem;
}

.baseappointment .page {
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  .baseappointment .page {
    padding-top: 30px;
  }
}

.form__datetime {
  display: flex;
  flex: 1;
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .form__datetime {
    flex-direction: column;
  }
}

.times__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.times input[type=radio] {
  display: none;
}

.times label span {
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid #e7e7e5;
  border-radius: 8px;
  color: rgb(194, 164, 59);
  background-color: #ffffff;
  display: inline-flex;
}

.times input[type=radio]:checked + span {
  color: #ffffff;
  background-color: #e7e7e5;
  border-color: #e7e7e5;
}

.times input[type=radio]:focus + span {
  background-color: #e7e7e5;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #e7e7e5;
  border-color: #e7e7e5;
}

@media only screen and (min-width: 769px) {
  .form__group {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .form__group .newsletter__input {
    margin-left: 15px;
    margin-right: 15px;
  }
  .form__group .newsletter__input:first-child {
    margin-left: 0px;
  }
  .form__group .newsletter__input:last-child {
    margin-right: 0px;
  }
  .form__holder {
    padding: 30px 0 60px;
  }
  .form__holder.form__api {
    padding: 100px 0;
  }
  .form__holder .form__top {
    padding: 30px 0px;
    display: flex;
    justify-content: flex-end;
  }
  .form__holder .form__bottom {
    padding: 20px 0px;
    display: flex;
  }
  .form__holder .form__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
  }
  .form__holder .form__split .form__left {
    grid-column: 1/2;
    grid-row: 1;
    width: 100%;
  }
  .form__holder .form__split .form__right {
    grid-column: 2/-1;
    grid-row: 1;
    width: 100%;
  }
}
.repertoire {
  padding: 0;
}
.repertoire--container .services__text {
  padding: 20px 200px 60px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .repertoire--container .services__text {
    padding: 20px;
  }
}
.repertoire--container ul.repertoire__holder {
  list-style: none;
  margin: 0;
}
.repertoire--container ul.repertoire__holder .song {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.repertoire--container ul.repertoire__holder .song h3 {
  color: rgb(194, 164, 59);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 10px 0;
  line-height: 26px;
  text-align: center;
}
.repertoire--container ul.repertoire__holder .song p {
  color: #e7e7e5;
  font-size: 0.75rem;
  text-align: center;
}
.repertoire--container ul.repertoire__holder .song__more {
  color: #e7e7e5;
  display: flex;
  width: 100%;
}
.repertoire--container ul.repertoire__holder .song__more a.btn__default {
  display: flex;
  width: 100%;
}

.song__holder {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.song__image {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.song__link {
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  align-self: end;
  gap: 10px;
  justify-content: end;
  padding: 0 10px 10px;
}
.song__link a {
  color: #ffffff;
  font-size: 1.5rem;
}
.song__link a .fa-youtube {
  color: #FF0000;
}
.song__link a .fa-spotify {
  color: #1DB954;
}
.song__link a:hover .fa-youtube {
  color: #ffffff;
}
.song__link a:hover .fa-spotify {
  color: #ffffff;
}

.event__block {
  border: solid 1px #e7e7e5;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.event__date {
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.event__dayofweek {
  font-size: 1.5rem;
  font-weight: 600;
}
.event__type {
  padding: 20px;
}
.event__type h2 {
  line-height: 20px;
}

.dashboard__latest {
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgb(194, 164, 59);
  padding: 30px;
  gap: 40px;
}
.dashboard__latest__type {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  align-self: center;
}
.dashboard__latest__date {
  font-size: 1.5rem;
  font-weight: 300;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.dashboard__latest__info {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 26px;
  flex-shrink: 0;
}
.dashboard__latest__info p, .dashboard__latest__info li {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 26px;
}

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

.dashboard__news {
  padding: 20px 0;
  border: solid 1px #e7e7e5;
  margin-bottom: 20px;
}
.dashboard__news .news__title {
  padding: 0 20px 10px;
  border-bottom: solid 1px #e7e7e5;
}
.dashboard__news .news__date {
  padding: 0 20px 10px;
  font-weight: 600;
}
.dashboard__news .news__message {
  padding: 0 20px 10px;
  font-style: italic;
}
.dashboard__news .news__more {
  padding: 0 20px 10px;
}

.secure__newsitem {
  padding: 20px 0;
  border: solid 1px #e7e7e5;
  margin-bottom: 20px;
}
.secure__newsitem .news__title {
  padding: 0 20px 10px;
  border-bottom: solid 1px #e7e7e5;
}
.secure__newsitem .news__date {
  padding: 0 20px 10px;
  font-weight: 600;
}
.secure__newsitem .news__message {
  padding: 0 20px 10px;
  font-style: italic;
}
.secure__newsitem .news__more {
  padding: 0 20px 10px;
}

.agenda {
  border: solid 1px #e7e7e5;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  width: 100%;
}
.agenda__date {
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.agenda__dayofweek {
  font-size: 1.5rem;
  font-weight: 600;
}
.agenda__type {
  padding: 20px;
  justify-self: flex-start;
  flex-grow: 1;
}
.agenda__type h2 {
  line-height: 20px;
}
.agenda__more {
  justify-self: flex-end;
  padding-right: 20px;
}

.dashboard__music {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background-color: rgb(194, 164, 59);
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: solid 1px rgb(194, 164, 59);
  transition: all 0.5s ease-in-out;
}
.dashboard__music:hover {
  background-color: #ffffff;
  color: rgb(194, 164, 59);
}

.secure__navigation {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.secure__navigation ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 10px 20px;
}
.secure__navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
.secure__navigation ul li a.active {
  color: rgb(194, 164, 59);
}
.secureagenda {
  border: solid 1px #e7e7e5;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  align-items: stretch;
}
.secureagenda__date {
  border-right: solid 1px #e7e7e5;
  text-align: center;
  width: 170px;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  display: flex;
}
.secureagenda__type {
  justify-self: flex-start;
  flex-grow: 1;
  padding: 20px;
}
.secureagenda__type h3 {
  margin-bottom: 10px;
}

.musicsong__line {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-rows: 1fr;
  align-items: start;
  padding-top: 40px;
}
.musicsong__line h2 {
  grid-column: 1/2;
  grid-row: 1;
  max-width: 100%;
  z-index: 2;
  font-size: 2rem;
  display: inline-flex;
  margin: 0 30px 0 0;
  line-height: 38px;
  color: #000000;
}
.musicsong__line h2 span {
  background-color: #ffffff;
  padding-right: 30px;
}
.musicsong__line:after {
  content: " ";
  height: 1px;
  background-color: rgb(194, 164, 59);
  width: 100%;
  display: block;
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 1;
  margin-top: 19px;
}
.musicsong__item {
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  border-bottom: solid 1px #e7e7e5;
}
.musicsong__item .song__header {
  cursor: pointer;
  font-size: 1rem;
  line-height: 26px;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.musicsong__item .song__header .fa-chevron-down {
  margin-top: 3px;
  transform: rotate(0deg);
}
.musicsong__item .song__detail {
  display: none;
}
.musicsong__item.open .song__header {
  font-family: "Quicksand", sans-serif;
}
.musicsong__item.open .song__header .fa-chevron-down {
  transform: rotate(180deg);
}
.musicsong__item.open .song__detail {
  display: block;
  background-color: #fbfbfb;
  padding: 10px;
}
.musicsong__item.open .song__detail p:first-of-type {
  margin-bottom: 0;
}

.fa-circle-play {
  font-size: 2rem;
}

.text__box {
  display: flex;
  flex-direction: column;
  border: solid 1px #e7e7e5;
  padding: 10px;
}
.text__box:hover {
  background-color: #ffffff;
}
.text__box .fa-music {
  font-size: 3rem;
}
.text__box .fa-file-music {
  font-size: 3rem;
}

.mp3__block {
  display: none;
}

.song__info {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}
.song__info a {
  text-decoration: none;
}
.song__info__mp3 {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
  border: solid 1px #e7e7e5;
  padding: 10px;
  justify-content: space-between;
}
.song__info__mp3:hover {
  background-color: #ffffff;
}
.song__info__mp3__file {
  justify-self: flex-end;
}

.songmp3 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.songmp3__file {
  justify-self: flex-end;
}

@media (max-width: 767.98px) {
  .agenda {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .secure__navigation ul {
    flex-direction: column;
  }
  .dashboard__latest {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
  }
  .dashboard__latest__type {
    justify-content: flex-start;
  }
  .song__info {
    flex-direction: column;
    gap: 20px;
  }
  .song__info__mp3 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
  .song__info__mp3__file {
    justify-self: flex-end;
  }
}

/*# sourceMappingURL=all.css.map */
