<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  background-color: hsl(0, 0%, 100%);
  margin: 0;
  padding: 0;
  position: relative;
}

p, a, li {
  color: #2e2e2e;
  font-family: "Raleway", 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: "Raleway", sans-serif;
  color: hsl(348, 79%, 53%);
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1.188rem, 5vw + 0.5rem, 3rem);
  line-height: 1.1;
}

h2 {
  font-family: "Raleway", sans-serif;
  color: hsl(348, 79%, 53%);
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1.188rem, 5vw + 0.5rem, 2rem);
  line-height: 1.1;
}

h3 {
  font-family: "Raleway", sans-serif;
  color: hsl(348, 79%, 53%);
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1rem, 5vw + 0.5rem, 1.188rem);
  line-height: 1.1;
}

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

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

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

.btn {
  padding: 8px 50px;
  font-size: 1rem;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
  display: inline-flex;
}

.btn__default {
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
  text-decoration: none;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  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(0, 0%, 100%);
  border: solid 1px hsl(348, 79%, 53%);
}
.btn__default:hover {
  color: hsl(348, 79%, 53%);
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(348, 79%, 53%);
}

.banner {
  z-index: 8;
}
.banner__image {
  height: 33vh;
  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__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner__title {
  color: hsl(0, 0%, 100%);
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: solid 4px hsl(0, 0%, 100%);
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .banner__title {
    max-width: 100%;
  }
}
.banner__slogan {
  color: hsl(0, 0%, 100%);
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.banner__button {
  display: flex;
}

.page {
  background-color: hsl(345, 73%, 66%);
}
.page__container {
  justify-content: center;
  align-items: center;
  margin-bottom: var(--margin-default);
}
.page h1 {
  font-size: clamp(1rem, 4vw, 2.5rem);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.page p {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.page p.subtext {
  font-family: "Oswald", 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;
}

.count {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  position: relative;
}
.count__1 {
  border-radius: 99px;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(348, 79%, 53%);
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  z-index: 10;
}
.count__2 {
  border-radius: 99px;
  width: 60px;
  height: 60px;
  background-color: hsl(346, 82%, 62%);
  position: absolute;
  z-index: 1;
}
.count__3 {
  border-radius: 99px;
  width: 50px;
  height: 50px;
  background-color: hsl(350, 77%, 49%);
  position: absolute;
  z-index: 2;
}
.count__4 {
  border-radius: 99px;
  width: 40px;
  height: 40px;
  background-color: hsl(345, 50%, 51%);
  position: absolute;
  z-index: 3;
}
.count__5 {
  border-radius: 99px;
  width: 30px;
  height: 30px;
  background-color: hsl(345, 73%, 66%);
  position: absolute;
  z-index: 4;
}

.count-1 .count__2 {
  left: 59%;
  top: 8%;
}
.count-1 .count__3 {
  left: 52%;
  top: 61%;
}
.count-1 .count__4 {
  left: 28%;
  top: 63%;
}
.count-1 .count__5 {
  left: 31%;
  top: 8%;
}

.count-2 .count__2 {
  left: 27%;
  top: 0;
}
.count-2 .count__3 {
  left: 59%;
  top: 32%;
}
.count-2 .count__4 {
  left: 54%;
  top: 76%;
}
.count-2 .count__5 {
  left: 26%;
  top: 67%;
}

.count-3 .count__2 {
  left: 27%;
  top: 56%;
}
.count-3 .count__3 {
  left: 33%;
  top: 10%;
}
.count-3 .count__4 {
  left: 64%;
  top: 15%;
}
.count-3 .count__5 {
  left: 59%;
  top: 78%;
}

.count-4 .count__2 {
  left: 53%;
  top: 66%;
}
.count-4 .count__3 {
  left: 25%;
  top: 40%;
}
.count-4 .count__4 {
  left: 33%;
  top: 2%;
}
.count-4 .count__5 {
  left: 66%;
  top: 19%;
}

.count-5 .count__2 {
  left: 58%;
  top: 26%;
}
.count-5 .count__3 {
  left: 40%;
  top: 68%;
}
.count-5 .count__4 {
  left: 42%;
  top: 4%;
}
.count-5 .count__5 {
  left: 25%;
  top: 41%;
}

.count-6 .count__2 {
  left: 44%;
  top: 8%;
}
.count-6 .count__3 {
  left: 59%;
  top: 50%;
}
.count-6 .count__4 {
  left: 38%;
  top: 67%;
}
.count-6 .count__5 {
  left: 20%;
  top: 38%;
}

.count-7 .count__2 {
  left: 21%;
  top: 23%;
}
.count-7 .count__3 {
  left: 58%;
  top: 40%;
}
.count-7 .count__4 {
  left: 24%;
  top: 64%;
}
.count-7 .count__5 {
  left: 52%;
  top: 80%;
}

.count-8 .count__2 {
  left: 40%;
  top: 66%;
}
.count-8 .count__3 {
  left: 25%;
  top: 17%;
}
.count-8 .count__4 {
  left: 65%;
  top: 49%;
}
.count-8 .count__5 {
  left: 55%;
  top: 1%;
}

@media (min-width: 1280px) {
  :root {
    --container-spacer: auto;
    --container-width: 1280px;
  }
}
.header__top {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr auto;
  width: 100%;
  grid-template-areas: ". container .";
}
.header__bottom {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: 1fr auto;
  width: 100%;
  grid-template-areas: ". container .";
}
.header__container {
  grid-area: container;
  display: flex;
  width: 100%;
}
.header__logo {
  grid-area: logo;
}
@media (max-width: 767.98px) {
  .header__logo {
    justify-self: start;
  }
}
.header__phone {
  grid-area: phone;
}
@media (max-width: 767.98px) {
  .header__phone {
    justify-self: end;
  }
}
.header__contact {
  grid-area: contact;
  justify-self: end;
}
.header__hamburger {
  grid-area: hamburger;
}
.header__navigation {
  grid-area: navigation;
}
.header__search {
  grid-area: search;
}

.top__section {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "logo login login" "logo phone contact";
  align-items: start;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .top__section {
    gap: 10px;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "login login login" "logo phone contact";
  }
}

.bottom__section {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  grid-template-areas: "navigation search";
  width: 100%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .bottom__section {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-template-areas: "search hamburger" "navigation navigation";
    column-gap: 20px;
  }
}

.home {
  display: grid;
  grid-template-columns: var(--container-spacer) var(--container-width) var(--container-spacer);
  grid-template-rows: auto;
  width: 100%;
  grid-template-areas: ". container .";
}
.home__content {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "left right";
  gap: 40px;
}
.home__left {
  grid-area: left;
  display: flex;
  flex-direction: column;
}
.home__right {
  grid-area: right;
  display: flex;
  flex-direction: column;
}
.home__content__manager {
  grid-column: 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;
}

.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: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  grid-template-areas: "locations form";
  grid-gap: 40px;
}
.contactform__locations {
  grid-area: locations;
}
.contactform__form {
  grid-area: form;
}

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

.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;
}
@media (max-width: 767.98px) {
  .banner .banner__text {
    max-width: 100%;
  }
}

.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: 0.65fr 1fr auto 0.65fr;
  gap: 20px;
  grid-template-rows: 1fr auto;
  width: 100%;
  grid-template-areas: "logo sitemap info extra" "login login login extra";
  align-items: start;
  justify-content: start;
  max-width: 1280px;
}
.footer__info {
  grid-area: info;
}
.footer__logo {
  grid-area: logo;
}
.footer__sitemap {
  grid-area: sitemap;
}
.footer__extra {
  grid-area: extra;
}
.footer__login {
  grid-area: login;
}

.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: auto 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-area: logo;
  }
  .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: hsl(0, 0%, 100%);
  color: hsl(26, 13%, 10%);
  padding: 0;
  position: relative;
  z-index: 10;
}
.header__top {
  background-color: hsl(0, 0%, 100%);
}
.header__bottom {
  background-color: hsl(228, 33%, 97%);
  padding: 0;
}
.header__logo {
  max-width: 430px;
}
@media (max-width: 767.98px) {
  .header__logo {
    max-width: 100%;
  }
}
.header__phone a {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  color: hsl(0, 0%, 70%);
}
.header__hamburger {
  display: none;
}
@media (max-width: 767.98px) {
  .header__hamburger {
    display: inline-flex;
  }
}
.header__navigation {
  height: 100%;
}
@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__search {
  padding: 5px 0;
}
.header__login {
  grid-area: login;
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
  gap: 10px;
  align-items: center;
  background-color: hsl(228, 33%, 97%);
}
.header__login .login__item {
  background-color: hsl(0, 0%, 100%);
  display: flex;
  height: 100%;
  border: solid 1px hsl(0, 0%, 80%);
  border-radius: 10px;
  padding: 5px;
  align-items: center;
}
.header__login .login__item a {
  line-height: 0;
}
.header__login .login__item img {
  height: 20px;
  width: auto;
}

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

.phone__link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phone__icon {
  border-radius: 99px;
  width: 40px;
  height: 40px;
  border: solid 1px hsl(0, 0%, 90%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone__icon .fa-phone-alt {
  color: hsl(348, 79%, 53%);
}
.phone__icon:hover {
  background-color: hsl(348, 79%, 53%);
  color: hsl(0, 0%, 100%);
}
.phone__icon:hover .fa-phone-alt {
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  .phone__number {
    display: none;
  }
}

.contact__icon {
  display: none;
}
@media (max-width: 767.98px) {
  .contact__icon {
    border-radius: 99px;
    width: 40px;
    height: 40px;
    border: solid 1px hsl(0, 0%, 90%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact__icon .fa-envelope {
    color: hsl(348, 79%, 53%);
  }
  .contact__icon:hover {
    background-color: hsl(348, 79%, 53%);
    color: hsl(0, 0%, 100%);
  }
  .contact__icon:hover .fa-envelope {
    color: hsl(0, 0%, 100%);
  }
}
@media (max-width: 767.98px) {
  .contact__button {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .search {
    display: flex;
    width: 100%;
  }
}
.search__form {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px hsl(0, 0%, 90%);
  border-radius: 99px;
  background-color: hsl(0, 0%, 100%);
  padding: 10px;
}
@media (max-width: 767.98px) {
  .search__form {
    display: flex;
    width: 100%;
  }
}
.search__icon {
  color: hsl(348, 79%, 53%);
}

ul.nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  align-items: center;
  height: 100%;
  font-family: "Oswald", sans-serif;
}
ul.nav li {
  margin: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  color: hsl(0, 0%, 100%);
  width: 100%;
  height: 100%;
  font-family: "Oswald", sans-serif;
  border-bottom: solid 3px transparent;
  display: flex;
  align-items: center;
}
ul.nav li.active {
  border-bottom: solid 3px hsl(348, 79%, 53%);
}
ul.nav li:hover {
  border-bottom: solid 3px hsl(348, 79%, 53%);
}
ul.nav li a {
  display: inline-flex;
  padding: 3px 5px;
  line-height: 1;
  font-size: 1rem;
  color: hsl(26, 13%, 10%);
  text-decoration: none;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  ul.nav li a {
    font-size: 2rem;
  }
}
ul.nav li.dropdown {
  position: relative;
}
@media (max-width: 767.98px) {
  ul.nav li.dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
ul.nav li.dropdown .submenu {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 1rem;
  color: hsl(26, 13%, 10%);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  ul.nav li.dropdown .submenu {
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 3px 5px;
  }
}
ul.nav li.dropdown .submenu .fa-chevron-down {
  font-size: 12px;
  transform: rotate(0deg);
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  ul.nav li.dropdown .submenu .fa-chevron-down {
    font-size: 30px;
    margin-left: 0;
  }
}
ul.nav li.dropdown.open .submenu .fa-chevron-down {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  ul.nav li.dropdown.open .submenu {
    margin: 20px 0;
  }
}
ul.nav li .dropdown-menu {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  ul.nav li .dropdown-menu {
    display: none;
  }
}
ul.nav li .dropdown-menu.open {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
}
@media (max-width: 767.98px) {
  ul.nav li .dropdown-menu.open {
    box-shadow: none;
  }
}
ul.nav li .dropdown-menu a {
  line-height: 20px;
  padding: 10px 10px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  display: flex;
  text-align: center;
  color: hsl(26, 13%, 10%);
}
@media (max-width: 767.98px) {
  ul.nav li .dropdown-menu a {
    font-size: 1.2rem;
    line-height: 30px;
    margin-left: 0;
  }
}
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: 100%;
    width: max-content;
    min-width: 150px;
    background-color: hsl(346, 82%, 62%);
  }
  ul.nav li .dropdown-menu.open {
    width: max-content;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    background-color: hsl(346, 82%, 62%);
    padding: 0;
  }
  ul.nav li .dropdown-menu a {
    color: hsl(0, 0%, 100%);
  }
  ul.nav li .dropdown-menu a:hover {
    background-color: hsl(348, 79%, 53%);
  }
  ul.nav li:hover .dropdown-menu {
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  ul.nav li:hover .dropdown-menu a {
    font-family: "Oswald", 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-sort {
  font-size: 40px;
  color: hsl(348, 79%, 53%);
}

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

@media only screen and (min-width: 992px) {
  ul.nav {
    justify-content: flex-start;
  }
}
.footer {
  background-color: hsl(26, 13%, 10%);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__container {
  padding: 30px 0;
  background-color: hsl(26, 13%, 10%);
}
@media (max-width: 767.98px) {
  .footer__container {
    display: flex;
    flex-direction: column;
  }
}
.footer__container &gt; div {
  height: 100%;
}
@media (max-width: 767.98px) {
  .footer__container &gt; div {
    height: auto;
    width: 100%;
  }
}
.footer__container h3 {
  font-size: 1.5rem;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
.footer__logo {
  margin-bottom: var(--margin-default);
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .footer__logo {
    max-width: 100%;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .footer__logo img {
    padding: 0 40px;
    max-width: 100%;
    min-width: 300px;
  }
}
.footer__info {
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .footer__info {
    padding: 0 15px;
  }
}
.footer__cta {
  border-left: solid 1px hsl(0, 0%, 100%);
  border-right: solid 1px hsl(0, 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(0, 0%, 100%);
    border-bottom: solid 1px hsl(0, 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__sitemap a, .footer__info a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-weight: 300;
  font-size: 1.25rem;
  width: 100%;
}
.footer__sitemap a .fa-chevron-right, .footer__info a .fa-chevron-right {
  font-size: 0.75rem;
}
.footer ul.footer__follow {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  list-style: none;
}
.footer ul.footer__follow a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer ul.footer__follow .social {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .footer__sitemap {
    padding: 15px;
  }
}
.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: "Raleway", sans-serif;
}
@media (max-width: 767.98px) {
  .footer__copy {
    margin-bottom: var(--margin-mobile-default);
  }
}
.footer__member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__login {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.footer__title {
  color: hsl(0, 0%, 100%);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0 20px;
  text-align: center;
}
.footer__item {
  display: flex;
  height: 100%;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footer__item {
    justify-content: center;
  }
}
.footer__item a {
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 0%, 80%);
  display: inline-flex;
  padding: 5px;
  line-height: 0;
}
.footer__item img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

ul.address {
  margin: 0;
  padding: 0;
}
ul.address li {
  display: grid;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
}
ul.address li svg {
  margin-top: 7px;
}

.bottom {
  background-color: hsl(0, 0%, 100%);
}
.bottom__container {
  padding: 10px 0;
}

.footercta {
  align-items: center;
  justify-content: center;
  background-color: hsl(40, 8%, 83%);
  padding: 20px;
  border-radius: 8px;
}
.footercta-text {
  font-family: "Raleway", 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;
  }
}

.home {
  border-bottom: solid 4px hsl(348, 79%, 53%);
}
@media (max-width: 767.98px) {
  .home {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}
.home__content {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .home__content {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.home__images {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home__images {
    height: 350px;
  }
}
.home__image {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home__approach h2 {
  color: hsl(26, 13%, 10%);
  font-size: 2.5rem;
  text-align: center;
  padding: 20px 15px 0;
}

.approach__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  gap: 50px;
  padding: 30px 50px;
}
.approach__title {
  color: hsl(26, 13%, 10%);
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin: 10px 0;
  font-weight: 400;
}
.approach__text {
  text-align: center;
}

#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-wide {
  padding: 0;
}
.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;
  height: 100%;
  align-items: center;
}
.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(0, 0%, 100%);
  background-color: hsl(350, 77%, 49%);
  border: solid 1px hsl(350, 77%, 49%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "Oswald", 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(0, 0%, 100%);
  border: solid 1px hsl(350, 77%, 49%);
}
.content__button a:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(345, 50%, 51%);
  border: solid 1px hsl(345, 50%, 51%);
}
.content__widget {
  display: flex;
  flex-direction: column;
}
.content__background-image.grayscale {
  filter: grayscale(100%);
}
.content__background-image.colored {
  background-blend-mode: overlay;
  background-color: hsl(348, 79%, 53%);
}
.content__image {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.content__image img.grayscale {
  filter: grayscale(100%);
}

a.content__link {
  display: inline-block;
  color: hsl(0, 0%, 100%);
  background-color: hsl(346, 82%, 62%);
  border: solid 1px hsl(346, 82%, 62%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-family: "Raleway", 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(0, 0%, 100%);
  border: solid 1px hsl(346, 82%, 62%);
}
a.content__link:hover {
  color: hsl(346, 82%, 62%);
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(346, 82%, 62%);
}

.salign {
  display: flex;
  justify-content: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.salign img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.lalign {
  display: flex;
  justify-content: flex-start;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.lalign img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.calign {
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ralign {
  display: flex;
  justify-content: flex-end;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.backgroundcolor__white {
  background-color: hsl(0, 0%, 100%);
}
.backgroundcolor__white h1, .backgroundcolor__white h2, .backgroundcolor__white h3, .backgroundcolor__white p, .backgroundcolor__white a {
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__white .content__button a, .backgroundcolor__white .content__button a:visited {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__white .content__button a:hover, .backgroundcolor__white .content__button a:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__white a.content__link, .backgroundcolor__white a.content__link:visited {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__white a.content__link:hover, .backgroundcolor__white a.content__link:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__light {
  background-color: hsl(228, 33%, 97%);
}
.backgroundcolor__light h1, .backgroundcolor__light h2, .backgroundcolor__light h3, .backgroundcolor__light p, .backgroundcolor__light a {
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__light .content__button a, .backgroundcolor__light .content__button a:visited {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__light .content__button a:hover, .backgroundcolor__light .content__button a:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__light a.content__link, .backgroundcolor__light a.content__link:visited {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__light a.content__link:hover, .backgroundcolor__light a.content__link:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(26, 13%, 10%);
}
.backgroundcolor__dark {
  background-color: hsl(0, 0%, 30%);
}
.backgroundcolor__dark h1, .backgroundcolor__dark h2, .backgroundcolor__dark h3, .backgroundcolor__dark p, .backgroundcolor__dark a {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__dark .content__button a, .backgroundcolor__dark .content__button a:visited {
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.backgroundcolor__dark .content__button a:hover, .backgroundcolor__dark .content__button a:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(348, 79%, 53%);
}
.backgroundcolor__dark a.content__link, .backgroundcolor__dark a.content__link:visited {
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.backgroundcolor__dark a.content__link:hover, .backgroundcolor__dark a.content__link:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(348, 79%, 53%);
}
.backgroundcolor__base {
  background-color: hsl(348, 79%, 53%);
}
.backgroundcolor__base h1, .backgroundcolor__base h2, .backgroundcolor__base h3, .backgroundcolor__base p, .backgroundcolor__base a {
  color: hsl(0, 0%, 100%);
}
.backgroundcolor__base .content__button a, .backgroundcolor__base .content__button a:visited {
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.backgroundcolor__base .content__button a:hover, .backgroundcolor__base .content__button a:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(348, 79%, 53%);
}
.backgroundcolor__base a.content__link, .backgroundcolor__base a.content__link:visited {
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.backgroundcolor__base a.content__link:hover, .backgroundcolor__base a.content__link:visited:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(348, 79%, 53%);
}

@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;
  }
}
.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__wide .content__split {
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.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;
}
.content9 .content__wide .content__text {
  padding: 100px;
}
@media (max-width: 767.98px) {
  .content9 .content__wide .content__text {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .content9 .content__image {
    margin-bottom: var(--margin-mobile-default);
  }
}
.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__wide .content__split {
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.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;
}
.content10 .content__wide .content__text {
  padding: 100px;
}
@media (max-width: 767.98px) {
  .content10 .content__wide .content__text {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .content10 .content__image {
    margin-bottom: var(--margin-mobile-default);
  }
}
.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(0, 0%, 100%);
  background-color: hsla(26, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.content13 .splide__arrow--prev {
  left: -2rem;
  background-color: hsl(346, 74%, 64%);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--prev {
    display: none;
  }
}
.content13 .splide__arrow--next {
  right: -2rem;
  background-color: hsl(346, 74%, 64%);
}
@media (max-width: 767.98px) {
  .content13 .splide__arrow--next {
    display: none;
  }
}
.content13 .splide__arrow svg {
  fill: hsl(0, 0%, 100%);
}
.content13 .splide__pagination__page {
  background-color: hsl(0, 0%, 70%);
  width: 10px;
  height: 10px;
}
.content13 .splide [aria-selected=true] {
  background-color: hsl(346, 74%, 64%);
}
.content13 .splide__progress {
  padding: 0 15px;
}
.content13 .splide__progress__bar {
  background-color: hsl(346, 74%, 64%);
}
.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;
}

.cWidgetCta {
  margin: 0 auto;
  padding: 0 15px;
}
.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .cta__widget {
    flex-direction: column;
    padding: 0;
  }
}
.cta__widget a {
  display: inline-flex;
  color: hsl(0, 0%, 100%);
  background-color: hsl(350, 77%, 49%);
  border: solid 1px hsl(350, 77%, 49%);
  text-decoration: none;
  border-radius: 8px;
  line-height: 20px;
  padding: 10px 20px;
  font-family: "Oswald", 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(0, 0%, 100%);
  border: solid 1px hsl(350, 77%, 49%);
}
.cta__widget a:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(345, 50%, 51%);
  border: solid 1px hsl(345, 50%, 51%);
}
.cta__grey {
  background-color: hsl(40, 8%, 83%);
}
.cta__grey h3 {
  color: hsl(348, 79%, 53%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__grey a {
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.cta__beige {
  background-color: hsl(345, 73%, 66%);
}
.cta__beige h3 {
  color: hsl(348, 79%, 53%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__beige a {
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.cta__blue {
  background-color: hsl(350, 77%, 49%);
}
.cta__blue h3 {
  color: hsl(348, 79%, 53%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__blue a {
  background-color: hsl(348, 79%, 53%);
  border: solid 1px hsl(348, 79%, 53%);
}
.cta__white {
  background-color: hsl(0, 0%, 100%);
}
.cta__white h3 {
  color: hsl(348, 79%, 53%);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--margin-default);
}
.cta__white a {
  background-color: hsl(350, 77%, 49%);
  border: solid 1px hsl(350, 77%, 49%);
}
.cta__base {
  background-color: hsl(348, 79%, 53%);
}
.cta__base h3 {
  color: hsl(0, 0%, 100%);
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0 50px;
}
.cta__base a {
  background-color: hsl(350, 77%, 49%);
  border: solid 1px hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  border-radius: 99px;
}
.cta__base a:hover, .cta__base a:visited {
  border: solid 1px hsl(0, 0%, 100%);
  border-radius: 99px;
}

.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(0, 0%, 100%);
  font-family: "Raleway", sans-serif;
  text-align: center;
  max-width: 80vw;
}

.cWidgetServices .services__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cWidgetServices .services__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cWidgetServices .services__item h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 0 10px;
}
.cWidgetServices .services__title {
  min-height: 100px;
}
.cWidgetServices .services__icon {
  border-radius: 99px;
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(348, 79%, 53%);
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  z-index: 10;
  padding: 30px;
}
.cWidgetServices .services__icon img {
  max-width: 100%;
  height: auto;
}

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

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

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

.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(0, 0%, 100%);
  background-color: hsla(26, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.menu__header {
  border-bottom: solid 1px hsl(228, 33%, 97%);
  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(348, 79%, 53%);
  color: hsl(0, 0%, 100%);
  border: solid 1px hsl(348, 79%, 53%);
  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(0, 0%, 100%);
  border: solid 1px hsl(348, 79%, 53%);
}
a.buttons__item:hover {
  color: hsl(348, 79%, 53%);
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(348, 79%, 53%);
}

.page__container h1 {
  color: hsl(0, 0%, 100%);
}

.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(0, 0%, 100%);
  background-color: hsla(26, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.collection__header {
  border-bottom: solid 1px hsl(228, 33%, 97%);
  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(228, 33%, 97%);
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .product__details {
    border-right: none;
    border-bottom: solid 1px hsl(228, 33%, 97%);
    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: "Raleway", sans-serif;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .product__crossselling li a {
    background-color: hsl(345, 73%, 66%);
    margin-bottom: var(--margin-small);
  }
}
.product__crossselling li a:hover {
  background-color: hsl(345, 73%, 66%);
}

.cWidgetQuoteProduct .quote {
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  background-color: hsl(348, 79%, 53%);
}
.cWidgetQuoteProduct .quote h3 {
  font-size: clamp(1.188rem, 5vw + 0.5rem, 3rem);
  line-height: 1.6;
  color: hsl(0, 0%, 100%);
  font-family: "Raleway", 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(0, 0%, 100%);
  background-color: hsla(26, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
}
.other__header {
  border-bottom: solid 1px hsl(228, 33%, 97%);
  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(228, 33%, 97%);
  padding: 0 20px;
}
@media (max-width: 380.98px) {
  .steps__content {
    border-bottom: solid 1px hsl(228, 33%, 97%);
    border-right: none;
  }
}
.steps__content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.steps__content p {
  font-family: "Raleway", 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(228, 33%, 97%);
  }
}
@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(0, 0%, 100%);
  background-color: hsla(26, 13%, 10%, 0.8);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: "Raleway", 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: "Raleway", sans-serif;
  font-size: 1.1rem;
}
.steps__footer {
  font-family: "Raleway", 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: "Raleway", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
}
form ::-webkit-input-placeholder {
  color: hsl(26, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-moz-placeholder {
  color: hsl(26, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form ::-moz-placeholder {
  color: hsl(26, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-ms-input-placeholder {
  color: hsl(26, 13%, 10%);
  font-weight: 400;
  opacity: 0.6 !important;
}

@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(26, 13%, 10%);
  border: solid 1px hsl(0, 0%, 70%);
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  background-color: hsl(0, 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 &gt; label {
  font-size: 1rem;
}
.form__item .form__input {
  color: #2e2e2e;
  font-family: "Raleway", sans-serif;
  padding: 10px;
  background-color: hsl(0, 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: "Raleway", 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(345, 50%, 51%);
  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: "Raleway", sans-serif;
  margin-right: 5px;
}
.form__holder .form__bottom {
  padding: 20px 0px;
  display: flex;
}
.form__holder .form__bottom strong {
  font-family: "Raleway", 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: "Raleway", sans-serif;
  margin-bottom: var(--margin-default);
  color: hsl(0, 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 &gt; label {
  font-size: 0.75rem;
}
.login__form .form__item .form__input {
  color: #2e2e2e;
  padding: 5px 0px;
  border-bottom: solid 1px hsl(26, 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(26, 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(228, 33%, 97%);
  border-radius: 8px;
  color: hsl(348, 79%, 53%);
  background-color: hsl(0, 0%, 100%);
  display: inline-flex;
}

.times input[type=radio]:checked + span {
  color: hsl(0, 0%, 100%);
  background-color: hsl(350, 77%, 49%);
  border-color: hsl(350, 77%, 49%);
}

.times input[type=radio]:focus + span {
  background-color: hsl(350, 77%, 49%);
}

.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(350, 77%, 49%);
  border-color: hsl(350, 77%, 49%);
}

@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: 0;
  }
  .form__group .newsletter__input:last-child {
    margin-right: 0;
  }
  .form__holder {
    padding: 0 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%;
  }
}
.location {
  background-color: hsl(228, 33%, 97%);
  margin-bottom: 20px;
}
.location__image {
  max-width: 100%;
  height: auto;
}
.location h3 {
  color: hsl(348, 79%, 53%);
  font-size: 1.4rem;
  padding: 10px 20px 0;
}
.location h2 {
  color: hsl(26, 13%, 10%);
  font-size: 1.2rem;
  padding: 20px;
}
.location ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}

.locations {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  column-gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.locations__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  height: 100%;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.locations__map {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  height: 100%;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
  padding-bottom: 0;
}
.locations__map .map {
  margin-top: 70px;
  height: 400px;
  width: 100%;
}
.locations img {
  object-fit: cover;
  aspect-ratio: 25/16;
  max-width: 100%;
  height: auto;
}
.locations h2 {
  border-top-right-radius: var(--border-radius-img);
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.locations__phone {
  padding: 0 20px;
}
.locations__email {
  padding: 0 20px;
}

/*# sourceMappingURL=all.css.map */
</pre></body></html>