* {
  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: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

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

p {
  margin-bottom: 15px;
}

a {
  color: #2e2e2e;
  text-decoration: underline;
}
a:visited {
  color: #2e2e2e;
}
a:focus {
  color: #2e2e2e;
}
a:hover {
  color: #2e2e2e;
}
a:active {
  color: #2e2e2e;
}

a:visited {
  color: #2e2e2e;
}

a:focus {
  color: #2e2e2e;
  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: "Julius Sans One", sans-serif;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 38px;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  font-family: "Julius Sans One", sans-serif;
  color: #3f3f3f;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 38px;
  text-align: left;
  text-transform: uppercase;
}

.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: "Julius Sans One", sans-serif;
  color: #3f3f3f;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
  font-size: 1rem;
}

.btn {
  padding: 10px 20px;
  font-size: 0.75rem;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn__default {
  color: #ffffff;
  border: solid 1px #ffffff;
  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 #ffffff;
}
.btn__default:hover {
  color: #3f3f3f;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

.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: #bebebe;
  border: solid 1px #bebebe;
  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: #bebebe;
  border: solid 1px #bebebe;
}
.btn__readmore:hover {
  background-color: #ffffff;
  border: solid 1px #bebebe;
  color: #bebebe;
}
.btn__readmore .fa-chevron-right {
  margin-left: 20px;
}

a.link__readmore {
  font-size: 1rem;
  line-height: 16px;
  color: #1C6BBA;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
a.link__readmore:visited, a.link__readmore.active, a.link__readmore.focus, a.link__readmore:active, a.link__readmore:focus {
  color: #1C6BBA;
}
a.link__readmore:hover {
  text-decoration: underline;
  color: #2e2e2e;
}
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;
}

.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, .home__contact, .home__styles, .home__services {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
  padding: 30px 0;
}
.home__content--container, .home__contact--container, .home__styles--container, .home__services--container {
  grid-area: container;
}

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

.home__services--container {
  display: flex;
  flex-direction: column;
}
.home__services ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
}

.home__gallery {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.home__gallery ul {
  display: flex;
  flex-direction: row;
  gap: 2px;
  flex-wrap: nowrap;
}

.home__styles--container {
  display: flex;
  flex-direction: column;
}
.home__styles--container ul {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.home__contact--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "map map" "address openhours";
}
.home__contact--container .contact__map {
  grid-area: map;
}
.home__contact--container .contact__address {
  grid-area: address;
}
.home__contact--container .contact__openhours {
  grid-area: openhours;
}

.footer__top {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.footer__top--container {
  grid-area: container;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.footer__bottom--container {
  grid-area: container;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "copy navigation follow";
  align-items: center;
}
.footer__bottom--container__copy {
  grid-area: copy;
}
.footer__bottom--container__navigation {
  grid-area: navigation;
}
.footer__bottom--container__follow {
  grid-area: follow;
}

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

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

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

@media (max-width: 575.98px) {
  .home__gallery ul {
    display: flex;
    flex-direction: column;
    gap: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .header {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .header--container {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr auto;
    grid-template-areas: "logo phone hamburger" "navigation navigation navigation";
    grid-column-gap: 20px;
  }
  .header__logo {
    grid-area: logo;
  }
  .header__phone {
    grid-area: phone;
  }
  .header__hamburger {
    grid-area: hamburger;
  }
  .header__navigation {
    grid-area: navigation;
  }

  .footer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer__bottom {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer__bottom--container {
    flex-direction: column;
    gap: 20px;
  }

  .base__content, .home__content, .home__contact, .home__styles {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .home__gallery ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .home__styles--container ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .home__contact--container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
@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__content, .home__contact, .home__styles, .home__services {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }

  .footer__top {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .footer__bottom {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }

  .services {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }

  .faq {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }

  .styles {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
}
.header {
  background-color: #2e2e2e;
  color: #ffffff;
}
.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;
  }
}

.logo__link {
  display: block;
  padding: 10px 0;
}
.logo__link img {
  max-height: 100px;
}

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

ul.nav {
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  gap: 10px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
ul.nav li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  font-size: 1.125rem;
  border-bottom: solid 2px #2e2e2e;
  color: #ffffff;
  width: 100%;
}
ul.nav li.active {
  border-bottom: solid 2px #ffffff;
}
ul.nav li:hover {
  border-bottom: solid 2px #ffffff;
}
ul.nav li a {
  display: inline-flex;
  line-height: 30px;
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
}
ul.nav li.dropdown {
  position: relative;
}
ul.nav li.dropdown .submenu {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  font-family: "Julius Sans One", 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: #3f3f3f;
}
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 #2e2e2e;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  display: flex;
  text-align: center;
}
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: #2e2e2e;
  }
  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: #3f3f3f;
  }
  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: "Open Sans", 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__top {
  background-color: #000000;
  padding: 30px 0;
}
.footer__bottom {
  background-color: #2e2e2e;
  padding: 30px 0;
}
.footer__top--container {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "sitemap_left sitemap_right artists";
  align-items: start;
}
@media (max-width: 767.98px) {
  .footer__top--container {
    display: flex;
    flex-direction: column;
  }
}
.footer__top--container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer__top--container ul li {
  gap: 10px;
  padding: 3px 0;
}
.footer__top--container a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.875rem;
  transition: all 0.5s ease-in-out;
}
.footer__top--container a .fa-chevron-right {
  font-size: 0.75rem;
}
.footer__top--container a:hover {
  margin-left: 5px;
}
.footer__bottom--container {
  display: flex;
}
.footer__bottom--container ul.footer__navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer__bottom--container ul.footer__navigation li {
  gap: 10px;
  padding: 3px 0;
}
.footer__bottom--container ul.footer__navigation a {
  font-size: 0.75rem;
  color: #ffffff;
  text-decoration: none;
}
.footer__bottom--container .pipe {
  margin: 0 5px;
  color: #ffffff;
}
.footer__copy {
  color: #ffffff;
}
.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 {
  margin-top: 70px;
  height: 400px;
  width: 100%;
}

.home__content h1 {
  text-align: center;
}
.home__content p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 36px;
}

.home__services {
  background-color: #000000;
  padding: 40px 0;
}
.home__services--container .services__text {
  padding: 20px 200px 60px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .home__services--container .services__text {
    padding: 20px;
  }
}
.home__services--container ul {
  list-style: none;
  margin: 0;
}
.home__services--container ul .services {
  background-color: #3f3f3f;
  color: #bebebe;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.home__services--container ul .services h3 {
  color: #bebebe;
}
.home__services--container ul .services p {
  color: #bebebe;
  font-size: 0.75rem;
  text-align: center;
}
.home__services--container ul .services__more {
  color: #bebebe;
  display: flex;
  width: 100%;
}
.home__services--container ul .services__more a.btn__default {
  display: flex;
  width: 100%;
}
.home__services .services__all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.home__services .services__all a {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
}
.home__services .services__all .fa-chevron-right {
  font-size: 1rem;
  color: #ffffff;
}

.home__gallery ul {
  list-style: none;
  margin: 0;
}
.home__gallery ul li img {
  aspect-ratio: 1/1;
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home__gallery ul li.selected img {
  filter: none;
  -webkit-filter: none;
}

.home__styles {
  background-color: #000000;
  padding: 40px 0;
}
.home__styles--container ul {
  list-style: none;
  margin: 0;
}
.home__styles--container ul li {
  text-align: center;
}
.home__styles--container ul li a {
  text-decoration: none;
  color: #ffffff;
}

.home__contact h2 {
  font-family: "Julius Sans One", sans-serif;
}
.home__contact a {
  text-decoration: none;
  font-family: "Open Sans", 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: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
.home__contact--container .contact__openhours p {
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.base__content {
  padding: 20px 0;
}
.base__content h1 {
  margin-bottom: 20px;
}
.base__content p {
  margin-bottom: 20px;
}

.content__manager {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.content__container {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
@media (max-width: 767.98px) {
  .content__container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .content__container {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
}
.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;
}
.content__button {
  grid-area: container;
}
.content__split {
  grid-area: container;
  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;
  }
}
.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--left {
  justify-self: flex-end;
  align-items: flex-end;
}
.content__image--left {
  display: flex;
  justify-self: flex-end;
}
.content__button {
  display: flex;
  margin-bottom: 20px;
}
.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;
  padding: 5px 10px;
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
  text-decoration: none;
}
.content__button a:hover {
  background-color: #ffffff;
  color: #000000;
}

.salign, .lalign {
  display: flex;
  justify-content: flex-start;
}

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

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

.backgroundcolor__light {
  background-color: #ffffff;
}
.backgroundcolor__light h1, .backgroundcolor__light h2, .backgroundcolor__light h3, .backgroundcolor__light p, .backgroundcolor__light a {
  color: #2e2e2e;
}
.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__dark {
  background-color: #000000;
}
.backgroundcolor__dark h1, .backgroundcolor__dark h2, .backgroundcolor__dark h3, .backgroundcolor__dark p, .backgroundcolor__dark a {
  color: #000000;
}
.backgroundcolor__dark .content__button a, .backgroundcolor__dark .content__button a:visited {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.backgroundcolor__dark .content__button a:hover, .backgroundcolor__dark .content__button a:visited:hover {
  background-color: #000000;
  color: #ffffff;
}

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

.content9 .content__center {
  display: flex;
  align-items: center;
}
.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;
}
.content9 .content__text--left {
  justify-self: flex-end;
  align-items: flex-end;
}
.content9 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content10 .content__center {
  display: flex;
  align-items: center;
}
.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;
}
.content10 .content__text--left {
  justify-self: flex-start;
  align-items: flex-start;
}
.content10 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content13 {
  display: flex;
}
.content13 .container {
  grid-area: container;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .content13 .container {
    flex-direction: column;
  }
}
.content13 .container .swiper-container {
  display: block;
  width: 100%;
  position: relative;
}
.content13 .container .quote {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.content13 .container .quote img {
  max-height: 30px;
  width: auto;
}
.content13 .container h2 {
  margin-bottom: 30px;
}
.content13 .container p {
  font-family: "Julius Sans One", sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
}
.content13 .container .author {
  font-size: 1.125rem;
  font-weight: 600;
}
.content13 .container .swiper-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.content13 .container .swiper-page .swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}

.services {
  background-color: #000000;
  padding: 40px 0;
}
.services--container .services__text {
  padding: 20px 200px 60px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .services--container .services__text {
    padding: 20px;
  }
}
.services--container ul {
  list-style: none;
  margin: 0;
}
.services--container ul .services {
  background-color: #3f3f3f;
  color: #bebebe;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.services--container ul .services h3 {
  color: #bebebe;
}
.services--container ul .services p {
  color: #bebebe;
  font-size: 0.75rem;
  text-align: center;
}
.services--container ul .services__more {
  color: #bebebe;
  display: flex;
  width: 100%;
}
.services--container ul .services__more a.btn__default {
  display: flex;
  width: 100%;
}

.faq__line {
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-rows: 1fr;
  align-items: start;
  padding-top: 40px;
}
.faq__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;
}
.faq__line h2 span {
  background-color: #ffffff;
  padding-right: 30px;
}
.faq__line:after {
  content: " ";
  height: 1px;
  background-color: #2e2e2e;
  width: 100%;
  display: block;
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 1;
  margin-top: 19px;
}
.faq__item {
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  border-bottom: solid 1px #bebebe;
}
.faq__item .faq__header {
  cursor: pointer;
  font-size: 1rem;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__item .faq__header .fa-chevron-down {
  margin-top: 3px;
  transform: rotate(0deg);
}
.faq__item .faq__detail {
  display: none;
}
.faq__item.open .faq__header {
  font-family: "Open Sans", sans-serif;
}
.faq__item.open .faq__header .fa-chevron-down {
  transform: rotate(180deg);
}
.faq__item.open .faq__detail {
  display: block;
  background-color: #fbfbfb;
  padding: 10px;
}
.faq__item.open .faq__detail p:first-of-type {
  margin-bottom: 0;
}

.styles {
  padding: 20px 0;
}
.styles--container ul {
  list-style: none;
  margin: 0;
}
.styles--container ul li {
  border: solid 1px #000000;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.styles--container ul li a {
  text-decoration: none;
}
.styles--container ul li:hover {
  background-color: #2e2e2e;
}
.styles--container ul li:hover a {
  color: #ffffff;
}

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

