@font-face {
  font-family: "texta_altthin";
  src: url("/assets/themes/dokx/fonts/textaaltthin-webfont.woff2") format("woff2"), url("/assets/themes/dokx/fonts/textaaltthin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "texta_altregular";
  src: url("/assets/themes/dokx/fonts/textaaltregular-webfont.woff2") format("woff2"), url("/assets/themes/dokx/fonts/textaaltregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "texta_altmedium";
  src: url("/assets/themes/dokx/fonts/textaaltmedium-webfont.woff2") format("woff2"), url("/assets/themes/dokx/fonts/textaaltmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "texta_altlight";
  src: url("/assets/themes/dokx/fonts/textaaltlight-webfont.woff2") format("woff2"), url("/assets/themes/dokx/fonts/textaaltlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "texta_altbold";
  src: url("/assets/themes/dokx/fonts/textaaltbold-webfont.woff2") format("woff2"), url("/assets/themes/dokx/fonts/textaaltbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
: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;
}

.mt__30 {
  margin-top: 30px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  opacity: 0;
}

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

body {
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  color: #2e2e2e;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  background-color: hsl(0deg, 0%, 100%);
  margin: 0;
  padding: 0;
}

p, a, li {
  color: #2e2e2e;
  font-family: "texta_altregular", sans-serif;
  font-size: 1.188rem;
  line-height: 1.6;
  font-weight: 300;
}

p {
  margin-top: 0;
  margin-bottom: var(--margin-default);
}

a {
  color: #2e2e2e;
  text-decoration: underline;
}
a:hover {
  color: #2e2e2e;
}
a:active {
  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: "Merriweather", sans-serif;
  color: hsl(30deg, 14%, 15%);
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1.188rem, 5vw + 0.5rem, 3rem);
  line-height: 1.6;
}

h2 {
  font-family: "Merriweather", sans-serif;
  color: hsl(30deg, 14%, 15%);
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1.188rem, 5vw + 0.5rem, 2rem);
  line-height: 1.6;
}

h3 {
  font-family: "Merriweather", sans-serif;
  color: hsl(30deg, 14%, 15%);
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1rem, 5vw + 0.5rem, 1.188rem);
  line-height: 1.6;
}

h4 {
  font-family: "texta_altmedium", sans-serif;
  font-size: clamp(1rem, 5vw + 0.5rem, 1.188rem);
  font-weight: 700;
}

h5 {
  font-family: "texta_altmedium", sans-serif;
  font-size: clamp(1rem, 5vw + 0.5rem, 1.188rem);
  font-weight: 600;
}

h6 {
  font-family: "texta_altmedium", sans-serif;
  font-size: clamp(1rem, 5vw + 0.5rem, 1.188rem);
  font-weight: 600;
}

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

.btn__default {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(203deg, 32%, 61%);
  border: solid 1px hsl(203deg, 32%, 61%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "texta_altregular", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.btn__default:visited, .btn__default.active, .btn__default.focus, .btn__default:active, .btn__default:focus {
  color: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(203deg, 32%, 61%);
}
.btn__default:hover {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(204deg, 27%, 47%);
  border: solid 1px hsl(204deg, 27%, 47%);
}

.banner__image {
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .banner__image {
    height: 60vh;
  }
}
.banner__start {
  align-self: start;
  padding: 8vh 0;
}
.banner__center {
  align-self: center;
}
.banner__end {
  align-self: end;
  padding: 8vh 0;
}
.banner__title {
  color: hsl(0deg, 0%, 100%);
  font-family: "Merriweather", sans-serif;
  font-size: clamp(1rem, 4vw, 4rem);
  font-weight: 600;
  max-width: 60%;
  line-height: 1.2;
  text-shadow: var(--text-shadow);
}

.page {
  background-color: hsl(40deg, 8%, 93%);
}
.page__container {
  justify-content: center;
  align-items: center;
  margin-bottom: var(--margin-default);
}
.page h1 {
  font-size: clamp(1rem, 4vw, 2.5rem);
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
}
.page p {
  font-family: "texta_altmedium", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.page p.subtext {
  font-family: "texta_altmedium", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.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: var(--margin-small);
  display: inline-flex;
}

.subtext {
  margin-bottom: var(--margin-small);
  display: inline-flex;
}

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

.resdp-iframe {
  margin-bottom: var(--margin-big);
}

.load__login {
  display: none;
}

@media (min-width: 1280px) {
  :root {
    --container-spacer: auto;
    --container-width: 1280px;
  }
}
.header {
  position: fixed;
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.header--container {
  grid-area: container;
  display: grid;
  grid-template-columns: 15px auto 1fr auto 15px;
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  grid-column: 2/3;
  grid-row: 1/-1;
}
.header__hamburger {
  grid-column: 4/5;
  grid-row: 1/-1;
}
.header__navigation {
  grid-column: 3/4;
  grid-row: 1/-1;
}
.header__button {
  grid-column: 4/5;
  grid-row: 1/-1;
}

.page {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.page__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.other {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.other__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.buttons {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.buttons__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.menu {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.menu__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.contactform {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.contactform__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.appointment {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.appointment__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.banner {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". banner-text .";
  align-items: center;
  width: 100%;
}
.banner .banner__image {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.banner .banner__text {
  grid-area: banner-text;
  z-index: 2;
  max-width: 80vw;
}

.steps {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.steps__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.collection {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.collection__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.product {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  grid-template-areas: ". container .";
  padding: 30px 0 0;
}
.product__container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.footer {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.footer__container {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "info cta hours";
  align-items: start;
  justify-content: start;
  max-width: 1280px;
}
.footer__info {
  grid-area: info;
}
.footer__hours {
  grid-area: hours;
}
.footer__cta {
  grid-area: cta;
}

.footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottom {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.bottom__container {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "copyright navigation";
  align-items: center;
  justify-content: start;
}
.bottom__copyright {
  grid-area: copyright;
}
.bottom__navigation {
  grid-area: navigation;
}

@media (max-width: 991.98px) {
  .header__logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header__navigation {
    grid-column: 1/-1;
    grid-row: 2/-1;
  }
  .header__button {
    grid-column: 2/-1;
    grid-row: 1/2;
  }
}
@media (max-width: 767.98px) {
  .header {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .header--container {
    display: grid;
    grid-template-columns: 15px 1fr auto 15px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: ". topbutton topbutton ." ". logo hamburger ." "navigation navigation navigation navigation";
    gap: 0;
  }
  .header__logo {
    grid-area: logo;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  .header__button {
    grid-area: topbutton;
    justify-self: center;
  }
  .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;
  }
  .page__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steps__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .other__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .widget {
    display: flex;
    flex-direction: column;
  }
  .contactform {
    display: flex;
    flex-direction: column;
  }
  .appointment {
    display: flex;
    flex-direction: column;
  }
  .bottom__container {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.header {
  background-color: rgba(30, 26, 23, 0.95);
  color: hsl(26deg, 13%, 10%);
  padding: 10px 0;
  z-index: 10;
}
.header__logo {
  min-width: 111px;
}
.header__hamburger {
  display: none;
}
@media (max-width: 767.98px) {
  .header__hamburger {
    display: inline-flex;
  }
}
@media (max-width: 767.98px) {
  .header__navigation {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .header__navigation.open {
    display: flex;
    flex-direction: column;
  }
}
.header__button {
  display: flex;
  justify-content: flex-end;
}

a.logo__link {
  display: block;
  padding: 10px 0;
  color: hsl(26deg, 13%, 10%);
  text-decoration: none;
}

ul.nav {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  align-items: center;
  font-family: "texta_altregular", sans-serif;
}
ul.nav li {
  margin: 0;
  cursor: pointer;
  line-height: 30px;
  font-size: 1rem;
  color: hsl(0deg, 0%, 100%);
  width: 100%;
  font-family: "texta_altregular", sans-serif;
}
ul.nav li:hover {
  background-color: hsl(28deg, 13%, 19%);
  border-radius: 8px;
}
ul.nav li a {
  display: inline-flex;
  padding: 3px 5px;
  line-height: 30px;
  font-size: 1rem;
  color: hsl(0deg, 0%, 100%);
  text-decoration: none;
  white-space: nowrap;
  font-family: "texta_altregular", sans-serif;
}
ul.nav li.dropdown {
  position: relative;
  border-radius: 8px 8px 0 0;
}
ul.nav li.dropdown .submenu {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-family: "texta_altregular", sans-serif;
  transition: all 0.5s ease-in-out;
}
ul.nav li.dropdown .submenu .fa-chevron-down {
  font-size: 12px;
  transform: rotate(0deg);
  margin-left: 5px;
}
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: hsl(28deg, 13%, 19%);
}
ul.nav li .dropdown-menu.open {
  display: flex;
  flex-direction: column;
}
ul.nav li .dropdown-menu a {
  line-height: 20px;
  padding: 10px 10px;
  font-weight: normal;
  font-family: "texta_altregular", sans-serif;
  font-size: 1rem;
  display: flex;
  text-align: center;
  color: hsl(0deg, 0%, 100%);
}
ul.nav li .dropdown-menu a:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  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: 28px;
    width: max-content;
    min-width: 150px;
    background-color: hsl(28deg, 13%, 19%);
  }
  ul.nav li .dropdown-menu.open {
    width: max-content;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    background-color: hsl(28deg, 13%, 19%);
    padding: 0;
  }
  ul.nav li .dropdown-menu a {
    color: hsl(0deg, 0%, 100%);
  }
  ul.nav li .dropdown-menu a:hover {
    background-color: hsl(30deg, 14%, 15%);
  }
  ul.nav li:hover .dropdown-menu {
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0 0 8px 8px;
  }
  ul.nav li:hover .dropdown-menu a {
    font-family: "texta_altregular", 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;
  color: hsl(0deg, 0%, 100%);
}

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

@media only screen and (min-width: 992px) {
  ul.nav {
    justify-content: flex-end;
  }
}
.footer {
  background-color: hsl(24deg, 5%, 59%);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__container {
  padding: 30px 0;
  background-color: hsl(24deg, 5%, 59%);
}
@media (max-width: 767.98px) {
  .footer__container {
    display: flex;
    flex-direction: column;
  }
}
.footer__container > div {
  height: 100%;
}
@media (max-width: 767.98px) {
  .footer__container > div {
    height: auto;
    width: 100%;
  }
}
.footer__container h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__container a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsl(30deg, 14%, 15%);
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
}
.footer__container a .fa-chevron-right {
  font-size: 0.75rem;
}
.footer__logo {
  margin-bottom: var(--margin-default);
}
@media (max-width: 767.98px) {
  .footer__logo {
    padding: 0;
  }
}
.footer__info {
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .footer__info {
    padding: 0 15px;
  }
}
.footer__cta {
  border-left: solid 1px hsl(0deg, 0%, 100%);
  border-right: solid 1px hsl(0deg, 0%, 100%);
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .footer__cta {
    padding: 15px;
    margin: 15px 0;
    border-left: none;
    border-right: none;
    border-top: solid 1px hsl(0deg, 0%, 100%);
    border-bottom: solid 1px hsl(0deg, 0%, 100%);
  }
}
.footer__hours {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .footer__hours {
    padding: 0 15px;
  }
}
.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 ul.footer__follow {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  list-style: none;
}
.footer ul.footer__follow a {
  color: hsl(26deg, 13%, 10%);
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer ul.footer__follow .social {
  font-size: 2rem;
}
.footer__navigation {
  display: flex;
  gap: 30px;
}
.footer__navigation li {
  list-style: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.footer__navigation li .fa-chevron-right {
  font-size: 0.75rem;
  margin-right: 8px;
}
.footer__navigation li a {
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .footer__navigation {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .footer__navigation li {
    gap: 10px;
    padding: 3px 0;
  }
  .footer__navigation li .fa-chevron-right {
    font-size: 0.75rem;
    margin-right: 8px;
  }
}
.footer__copy {
  font-size: 0.875rem;
  font-family: "texta_altlight", sans-serif;
}
@media (max-width: 767.98px) {
  .footer__copy {
    margin-bottom: var(--margin-mobile-default);
  }
}

ul.address {
  margin: 0;
  padding: 0;
}
ul.address li {
  display: grid;
  grid-template-columns: 30px 1fr;
}
ul.address li svg {
  margin-top: 7px;
}

.bottom {
  background-color: hsl(24deg, 5%, 59%);
}
.bottom__container {
  padding: 10px 0;
}

.footercta {
  align-items: center;
  justify-content: center;
  background-color: hsl(40deg, 8%, 83%);
  padding: 20px;
  border-radius: 8px;
}
.footercta-text {
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 1vw, 2rem);
  justify-content: center;
  text-align: center;
  display: inline-flex;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footercta-text {
    text-align: center;
    line-height: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .footercta__button {
    margin: 20px 0;
  }
}

#map {
  margin-top: 70px;
  height: 400px;
  width: 100%;
}

@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: hsl(0deg, 0%, 100%);
  background-color: hsl(203deg, 32%, 61%);
  border: solid 1px hsl(203deg, 32%, 61%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "texta_altregular", 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: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(203deg, 32%, 61%);
}
.content__button a:hover {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(204deg, 27%, 47%);
  border: solid 1px hsl(204deg, 27%, 47%);
}
.content__widget {
  display: flex;
  flex-direction: column;
}

a.content__link {
  margin-bottom: var(--margin-default);
  display: inline-block;
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(28deg, 13%, 19%);
  border: solid 1px hsl(28deg, 13%, 19%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "texta_altlight", 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: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(28deg, 13%, 19%);
}
a.content__link:hover {
  color: hsl(28deg, 13%, 19%);
  background-color: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(28deg, 13%, 19%);
}

.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: hsl(0deg, 0%, 100%);
}
.backgroundcolor__white h1, .backgroundcolor__white h2, .backgroundcolor__white h3, .backgroundcolor__white p, .backgroundcolor__white a {
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__white .content__button a, .backgroundcolor__white .content__button a:visited {
  color: hsl(0deg, 0%, 100%);
}
.backgroundcolor__white .content__button a:hover, .backgroundcolor__white .content__button a:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__white a.content__link, .backgroundcolor__white a.content__link:visited {
  color: hsl(0deg, 0%, 100%);
}
.backgroundcolor__white a.content__link:hover, .backgroundcolor__white a.content__link:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__light {
  background-color: hsl(40deg, 8%, 93%);
}
.backgroundcolor__light h1, .backgroundcolor__light h2, .backgroundcolor__light h3, .backgroundcolor__light p, .backgroundcolor__light a {
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__light .content__button a, .backgroundcolor__light .content__button a:visited {
  color: hsl(0deg, 0%, 100%);
}
.backgroundcolor__light .content__button a:hover, .backgroundcolor__light .content__button a:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__light a.content__link, .backgroundcolor__light a.content__link:visited {
  color: hsl(0deg, 0%, 100%);
}
.backgroundcolor__light a.content__link:hover, .backgroundcolor__light a.content__link:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(26deg, 13%, 10%);
}
.backgroundcolor__dark {
  background-color: hsl(30deg, 14%, 15%);
}
.backgroundcolor__dark h1, .backgroundcolor__dark h2, .backgroundcolor__dark h3, .backgroundcolor__dark p, .backgroundcolor__dark a {
  color: hsl(0deg, 0%, 100%);
}
.backgroundcolor__dark .content__button a, .backgroundcolor__dark .content__button a:visited {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(30deg, 14%, 15%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
.backgroundcolor__dark .content__button a:hover, .backgroundcolor__dark .content__button a:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(30deg, 14%, 15%);
}
.backgroundcolor__dark a.content__link, .backgroundcolor__dark a.content__link:visited {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(30deg, 14%, 15%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
.backgroundcolor__dark a.content__link:hover, .backgroundcolor__dark a.content__link:visited:hover {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(30deg, 14%, 15%);
}

@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: hsl(0deg, 0%, 100%);
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 2rem;
  font-family: "texta_altmedium", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.content13 .splide__arrow--prev {
  left: -2rem;
  background-color: hsl(201deg, 20%, 66%);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--prev {
    display: none;
  }
}
.content13 .splide__arrow--next {
  right: -2rem;
  background-color: hsl(201deg, 20%, 66%);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--next {
    display: none;
  }
}
.content13 .splide__arrow svg {
  fill: hsl(0deg, 0%, 100%);
}
.content13 .splide__pagination__page {
  background-color: hsl(0deg, 0%, 40%);
  width: 10px;
  height: 10px;
}
.content13 .splide [aria-selected=true] {
  background-color: hsl(201deg, 20%, 66%);
}
.content13 .splide__progress {
  padding: 0 15px;
}
.content13 .splide__progress__bar {
  background-color: hsl(201deg, 20%, 66%);
}
.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: hsl(0deg, 0%, 100%);
  background-color: hsl(203deg, 32%, 61%);
  border: solid 1px hsl(203deg, 32%, 61%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 10px 20px;
  font-family: "texta_altmedium", 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: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(203deg, 32%, 61%);
}
.cta__widget a:hover {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(204deg, 27%, 47%);
  border: solid 1px hsl(204deg, 27%, 47%);
}
.cta__grey {
  background-color: hsl(40deg, 8%, 83%);
}
.cta__grey h3 {
  color: hsl(30deg, 14%, 15%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__grey a {
  background-color: hsl(30deg, 14%, 15%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
.cta__beige {
  background-color: hsl(40deg, 8%, 93%);
}
.cta__beige h3 {
  color: hsl(30deg, 14%, 15%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__beige a {
  background-color: hsl(30deg, 14%, 15%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
.cta__blue {
  background-color: hsl(203deg, 32%, 61%);
}
.cta__blue h3 {
  color: hsl(30deg, 14%, 15%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__blue a {
  background-color: hsl(30deg, 14%, 15%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
.cta__white {
  background-color: hsl(0deg, 0%, 100%);
}
.cta__white h3 {
  color: hsl(30deg, 14%, 15%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__white a {
  background-color: hsl(203deg, 32%, 61%);
  border: solid 1px hsl(203deg, 32%, 61%);
}

.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: hsl(0deg, 0%, 100%);
  font-family: "Merriweather", 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: hsl(0deg, 0%, 100%);
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "texta_altmedium", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.menu__header {
  border-bottom: solid 1px hsl(0deg, 0%, 80%);
  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: hsl(30deg, 14%, 15%);
  color: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(30deg, 14%, 15%);
  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: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(30deg, 14%, 15%);
}
a.buttons__item:hover {
  color: hsl(30deg, 14%, 15%);
  background-color: hsl(0deg, 0%, 100%);
  border: solid 1px hsl(30deg, 14%, 15%);
}

.collection__container {
  padding: 0 clamp(0px, 5vw, 150px);
  margin-bottom: var(--margin-default);
}
.collection__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  grid-gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .collection__list {
    display: flex;
    flex-direction: column;
  }
}
.collection__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.collection__image {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
  box-shadow: var(--box-shadow);
}
.collection__title {
  grid-column: 1/-1;
  grid-row: 2/-1;
  z-index: 2;
  color: hsl(0deg, 0%, 100%);
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 2rem;
  font-family: "texta_altmedium", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.collection__header {
  border-bottom: solid 1px hsl(0deg, 0%, 80%);
  margin-bottom: var(--margin-default);
}
.collection__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 15px;
}

.product__split {
  display: grid;
  grid-template-columns: 0.75fr 0.25fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  margin-bottom: var(--margin-default);
}
@media (max-width: 767.98px) {
  .product__split {
    display: flex;
    flex-direction: column;
  }
}
.product__details {
  border-right: solid 1px hsl(0deg, 0%, 80%);
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .product__details {
    border-right: none;
    border-bottom: solid 1px hsl(0deg, 0%, 80%);
    padding: 0;
  }
}
.product__crossselling ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__crossselling li a {
  display: flex;
  gap: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Merriweather", sans-serif;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .product__crossselling li a {
    background-color: hsl(40deg, 8%, 93%);
    margin-bottom: var(--margin-small);
  }
}
.product__crossselling li a:hover {
  background-color: hsl(40deg, 8%, 93%);
}

.cWidgetQuoteProduct .quote {
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  background-color: hsl(30deg, 14%, 15%);
}
.cWidgetQuoteProduct .quote h3 {
  font-size: clamp(1.188rem, 5vw + 0.5rem, 3rem);
  line-height: 1.6;
  color: hsl(0deg, 0%, 100%);
  font-family: "Merriweather", sans-serif;
  text-align: center;
  max-width: 80vw;
}

.other__container {
  padding: 0 clamp(0px, 5vw, 150px);
}
.other__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  grid-gap: 30px;
  list-style: none;
  margin: 0 0 var(--margin-default);
  padding: 0;
}
.other__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.other__image {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.other__title {
  grid-column: 1/-1;
  grid-row: 2/-1;
  z-index: 2;
  color: hsl(0deg, 0%, 100%);
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "texta_altmedium", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.other__header {
  border-bottom: solid 1px hsl(0deg, 0%, 80%);
  margin-bottom: var(--margin-default);
}
.other__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 15px;
}

.steps__container {
  padding: 30px clamp(0px, 5vw, 150px);
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  justify-content: center;
  grid-gap: 0px;
  list-style: none;
  margin: 0 0 var(--margin-default);
  padding: 0;
}
.steps__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  justify-items: center;
  align-items: center;
}
.steps__image {
  width: auto;
  height: 100px;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.steps__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-right: solid 1px hsl(0deg, 0%, 80%);
  padding: 0 20px;
}
@media (max-width: 380.98px) {
  .steps__content {
    border-bottom: solid 1px hsl(0deg, 0%, 80%);
    border-right: none;
  }
}
.steps__content h3 {
  font-family: "texta_altbold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.steps__content p {
  font-family: "texta_altlight", sans-serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
}
.steps__item:last-of-type .steps__content {
  border-right: solid 1px transparent;
}
@media (max-width: 767.98px) {
  .steps__item:last-of-type .steps__content {
    border-right: solid 1px hsl(0deg, 0%, 80%);
  }
}
@media (max-width: 375px) {
  .steps__item:last-of-type .steps__content {
    border-right: none;
  }
}
.steps__title {
  grid-column: 1/-1;
  grid-row: 2/-1;
  z-index: 2;
  color: hsl(0deg, 0%, 100%);
  background-color: hsla(26deg, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "Merriweather", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.steps__header {
  text-align: center;
  margin-bottom: var(--margin-zero);
  font-size: 1.75rem;
}
.steps__text {
  text-align: center;
  margin-bottom: var(--margin-default);
  font-family: "texta_altregular", sans-serif;
  font-size: 1.1rem;
}
.steps__footer {
  font-family: "texta_altbold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.75rem;
}

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: "texta_altregular", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
}
form ::-webkit-input-placeholder {
  color: hsl(26deg, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-moz-placeholder {
  color: hsl(26deg, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form ::-moz-placeholder {
  color: hsl(26deg, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-ms-input-placeholder {
  color: hsl(26deg, 13%, 10%);
  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: hsl(26deg, 13%, 10%);
  border: solid 1px hsl(0deg, 0%, 40%);
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  background-color: hsl(0deg, 0%, 100%);
  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: "texta_altregular", sans-serif;
  padding: 10px;
  background-color: hsl(0deg, 0%, 100%);
  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: "texta_altregular", 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: hsl(204deg, 27%, 47%);
  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: "Merriweather", sans-serif;
  margin-right: 5px;
}
.form__holder .form__bottom {
  padding: 20px 0px;
  display: flex;
}
.form__holder .form__bottom strong {
  font-family: "Merriweather", 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: "texta_altregular", sans-serif;
  margin-bottom: var(--margin-default);
  color: hsl(0deg, 0%, 100%);
}
.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 hsl(26deg, 13%, 10%);
}
.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: hsl(26deg, 13%, 10%);
  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 hsl(0deg, 0%, 80%);
  border-radius: 8px;
  color: hsl(30deg, 14%, 15%);
  background-color: hsl(0deg, 0%, 100%);
  display: inline-flex;
}

.times input[type=radio]:checked + span {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(203deg, 32%, 61%);
  border-color: hsl(203deg, 32%, 61%);
}

.times input[type=radio]:focus + span {
  background-color: hsl(203deg, 32%, 61%);
}

.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: hsl(203deg, 32%, 61%);
  border-color: hsl(203deg, 32%, 61%);
}

@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%;
  }
}

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