a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Regular.ttf!static) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(fonts/Raleway-Bold.ttf!static) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Comfortaa;
  src: url(fonts/ComfortaaBold.ttf!static) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Comfortaa;
  src: url(fonts/ComfortaaRegular.ttf!static) format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color: #ed2c25;
  --Background: #fdfdfd;
  --ArticleBackground: #fff;
  --ArticleBackgroundTransparent: hsla(0, 0%, 98%, 0.9);
  --textColor: #787276;
  --TitleFont: "Comfortaa", avenir, arial, helvetica, sans-serif;
  --mainFont: "Comfortaa", avenir, arial, helvetica, sans-serif;
}
body {
  font-family: Comfortaa, avenir, arial, helvetica, sans-serif;
  font-family: var(--mainFont);
  position: relative;
  color: #787276;
  color: var(--textColor);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-image: url(assets/colors.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  background-position: 40% 100%;
}
.header,
body {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
.header {
  font-family: Comfortaa, avenir, arial, helvetica, sans-serif;
  font-family: var(--TitleFont);
  max-height: 108rem;
  display: -webkit-box;
  display: flex;
}
.header.home {
  height: 70vh;
  width: 100vw;
}
.header__nav {
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom: 0.2rem solid rgba(120, 114, 118, 0.2);
}
.header__nav,
.header__nav__list {
  display: -webkit-box;
  display: flex;
}
.header__nav__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  width: 75%;
  max-width: 192rem;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0.5rem;
}
.header__nav__list--item {
  margin: 1.5rem 2rem;
}
.header__nav__list--item a {
  color: grey;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header__nav__list--item a.active:after {
  content: "";
  float: left;
  background: #787276;
  background: var(--textColor);
  width: 100%;
  height: 0.3rem;
  border-radius: 2rem;
}
.header__introWrapper {
  width: 75%;
  height: 100%;
  min-height: 50vh;
  align-self: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.header__introWrapper,
.header__introWrapper div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
.header__introWrapper div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__introWrapper--title {
  font-size: 18rem;
  line-height: 18rem;
  width: auto;
}
.header__introWrapper--subtitle {
  align-self: flex-end;
  margin-top: -2rem;
  font-size: 2rem;
}
.homepageMain {
  max-width: 128rem;
  width: 75%;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.generalArticle {
  margin-top: 5rem 0 5rem 0;
  width: 50%;
  max-width: 57rem;
  padding: 4rem;
  background-color: #fff;
  background-color: var(--ArticleBackground);
  box-shadow: 2px 2px 30px 0 rgba(32, 32, 32, 0.05);
  border-radius: 1.2rem;
}
.generalTitle {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.homepage__what--paragraphTwo {
  margin-top: 1rem;
}
.homepage__audience {
  justify-self: flex-end;
}
.homepage__audience__questions {
  margin-top: 1rem;
}
.homepage__audience__questions--title {
  font-weight: 700;
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
.homepage__audience__questions--item {
  margin: 0.5rem 0;
}
.homepage__audience__questions--item span {
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .body {
    background-position: 10rem 10rem;
    background-size: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .body {
    background-position-y: 20rem;
    background-position-x: 5rem;
  }
  .header__introWrapper {
    max-width: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .generalArticle {
    width: auto;
  }
  .header.home {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .body {
    background-position-y: 20rem;
    background-position-x: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .header__nav,
  .header__nav__list {
    display: -webkit-box;
    display: flex;
  }
  .header__nav__list {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .header__nav__list--item {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .body {
    background-attachment: scroll;
    background-position-y: 35rem;
    background-position-x: 5rem;
  }
  .homepage__audience {
    justify-self: flex-start;
  }
  .header__introWrapper {
    width: auto;
    margin-right: 14rem;
  }
}
@media screen and (max-width: 885px) {
  .body {
    background-position-y: 44rem;
    background-position-x: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .body {
    background-position-y: 50rem;
    background-position-x: 10rem;
  }
  .header__introWrapper {
    margin-right: 0;
  }
  .header__introWrapper--title {
    font-size: 12rem;
  }
  footer {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 740px) {
  .body {
    background-position-y: 55rem;
    background-position-x: 10rem;
  }
  .homepage__audience {
    justify-self: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .home {
    background-image: url(assets/colors.png);
    background-position-x: 10rem;
    background-position-y: 50rem;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .homepageMain {
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer div,
  footer div img {
    max-width: 100vw;
  }
  .generalArticle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }
  footer div {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer div p {
    margin-top: 1rem;
  }
  .footer__adress {
    align-self: center !important;
  }
}
@media screen and (max-width: 580px) {
  .body {
    background-position-y: 50rem;
    background-size: 100%;
    background-position-x: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .body {
    background-position-y: 57rem;
    background-position-x: 5rem;
  }
}
@media screen and (max-width: 470px) {
  .header__introWrapper--title {
    font-size: 9rem;
  }
  .header__introWrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .body {
    background-position-y: 70rem;
    background-position-x: 5rem;
  }
  .header__nav {
    display: inline;
  }
  .header__nav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  .header__nav__list--item {
    display: -webkit-box;
    display: flex;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .body {
    background-position-y: 80rem;
    background-position-x: 5rem;
  }
}
.gallery {
  padding: 0 1rem 3rem;
  background-color: #fff;
  width: 100%;
  margin-top: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.gallery--item {
  margin: 3rem 2rem 2rem;
  max-width: 90vw;
  max-height: 30rem;
  height: auto;
}
@media screen and (max-width: 1545px) {
  .gallery:before {
    content: "";
    -webkit-box-flex: flex-start;
    flex: flex-start;
  }
  .gallery:after {
    content: "";
    -webkit-box-flex: 1;
    flex: auto;
  }
}
.aboutPage {
  max-width: 75%;
  margin-top: 5rem;
  color: #787276;
  color: var(--textColor);
}
.aboutPage__personel {
  background-color: #fff;
  background-color: var(--ArticleBackground);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  padding: 2rem;
  max-width: 128rem;
  border-radius: 1.2rem;
}
.aboutPage__personel__person {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 4rem;
}
.person--image {
  width: 25rem;
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 0.3rem solid #787276;
  border: 0.3rem solid var(--textColor);
  align-self: flex-start;
}
.person__info--name {
  font-size: 3.2rem;
  font-weight: 700;
}
.person__info--information {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.25;
}
.person__info__contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-top: 1.5rem;
}
.person__info__contact a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  color: #787276;
  color: var(--textColor);
  margin-right: 5rem;
  padding-bottom: 1.5rem;
}
.person__info__contact--mail:before,
.person__info__contact--phone:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAuMjQgMTIwLjMiPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggZD0iTTI5LjY4IDFTNC4yMy03LjI0IDAgMjQuMmMxLjcyIDIyLjU4IDExLjQ1IDcyIDY0Ljc0IDk0LjY5IDQuNzkgMi4yNiAzOC4yIDUuMjUgMzUuMzMtMjEuNjEtMy41Ni0zLjYyLTIwLjM2LTE2LjQxLTIwLjM2LTE2LjQxUzc4LjEzIDc2IDYyLjc3IDkxLjE0QzU5LjQ2IDk2IDM1Ljg3IDgwLjY3IDIzLjYxIDQyLjljLjgtMS45IDE1LjM5LTguNDYgMTcuNTgtMTQuNTRDNDAgMjQuMDggMjkuNjggMSAyOS42OCAxeiIgZmlsbD0iIzY1NWY2MyIgZGF0YS1uYW1lPSJQb2hvbmUgY29weSIvPjwvZz48L3N2Zz4=);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  padding-right: 2rem;
}
.person__info__contact--mail:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iUG9ob25lX2NvcHkiIGRhdGEtbmFtZT0iUG9ob25lIGNvcHkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4Ni4yIDE3OS41OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NTVmNjN9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzI2LjE1IDQ3Mi40N0w0NjMuNTIgNDA2di0yLjA4YTI0LjEyIDI0LjEyIDAgMDAtMjQuMTMtMjQuMTJIMjAxLjQ0YTI0LjEyIDI0LjEyIDAgMDAtMjQuMTMgMjQuMTJWNDA2bDEzNy4zNyA2Ni40OGMyLjg5IDEuMzkgOC41NyAxLjM5IDExLjQ3LS4wMXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzcuMzEgLTM3OS43OSkiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMzIuNjggNDg2YTMwLjg4IDMwLjg4IDAgMDEtMjQuNTMgMGwtMTMwLjg0LTYzLjM0djExMi41OGEyNC4xMyAyNC4xMyAwIDAwMjQuMTMgMjQuMTNoMjM4YTI0LjEzIDI0LjEzIDAgMDAyNC4xMy0yNC4xM1Y0MjIuNjZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc3LjMxIC0zNzkuNzkpIi8+PC9zdmc+);
  width: 1.7rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  padding-right: 3.5rem;
}
.aboutPage__spacer {
  display: -webkit-box;
  display: flex;
  font-size: 5rem;
  width: 10%;
  justify-content: space-around;
  align-self: center;
  justify-self: center;
  padding: 2rem;
}
.aboutPage__personel__person:nth-of-type(2n) {
  grid-template-columns: 3fr 1fr;
}
.aboutPage__personel__person:nth-of-type(2n) .person--image {
  grid-column: 2;
  grid-row: 1;
}
.aboutPage__personel__person:nth-of-type(2n) .person__info {
  grid-column: 1;
  grid-row: 1;
}
.person__info__block--title {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
}
.person__info__block {
  padding-bottom: 2rem;
}
.person__info__block--info {
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
}
.person__info__block__list {
  padding-left: 2rem;
}
.person__info__block__list--item {
  padding-bottom: 0.5rem;
  list-style: disc;
}
.person__info__block--alinea {
  margin-top: 1rem;
}
@media screen and (max-width: 1280px) {
  .aboutPage {
    max-width: 96rem;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPage {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .aboutPage__personel__person {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .person--image {
    align-self: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .aboutPage__personel__person {
    padding-left: 0;
    padding-right: 0;
  }
}
.visionPage {
  max-width: 128rem;
  width: 75%;
  padding-bottom: 5rem;
}
.ourVision {
  background-color: #fff;
  background-color: var(--ArticleBackground);
  padding: 4rem;
  margin-top: 4rem;
  border-radius: 1.2rem;
}
.OurVision--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.OurVision__list {
  list-style: disc;
  margin-left: 2rem;
}
.OurVision__list--item {
  margin-bottom: 2rem;
  width: 80%;
}
@media screen and (max-width: 1280px) {
  .visionPage {
    max-width: 96rem;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .visionPage {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .OurVision__list--item {
    width: auto;
  }
  .vision__article {
    padding: 2rem;
  }
}
.ourVision--paragraph {
  padding-bottom: 2rem;
}
.footer {
  margin-top: auto;
}
.practicesPage {
  max-width: 128rem;
  width: 75%;
}
.parcticesPage__articles {
  background-color: #fff;
  background-color: var(--ArticleBackground);
  padding: 4rem;
  margin-top: 4rem;
  border-radius: 1.2rem;
}
.parcticesPage__articles--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.parcticesPage__articles--title2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.practices__article--paragraph {
  margin-bottom: 1.5rem;
  width: 90%;
}
.pricing__list {
  list-style: disc;
  margin-left: 2rem;
}
.pricing__list--item {
  margin-bottom: 1rem;
}
.pricing__details {
  margin-top: 2rem;
  width: 90%;
}
.boldUnderline {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .practicesPage {
    width: 96rem;
  }
}
@media screen and (max-width: 1000px) {
  .practicesPage {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .parcticesPage__articles {
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contactPage {
  max-width: 128rem;
  width: 75%;
  background-color: #fff;
  background-color: var(--ArticleBackground);
  margin-top: 2rem;
  padding: 4rem;
  border-radius: 1.2rem;
}
.contact__article--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact__location {
  margin-top: 4rem;
}
.contact__article--paragraph {
  margin-bottom: 2rem;
}
.contact__extraNote {
  margin: 3rem 0;
}
.contact__article__list--name {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contact__article__list--contactDetails {
  margin-left: 2rem;
}
.contact__article__list--contactDetails a {
  text-decoration: none;
  color: #787276;
  color: var(--textColor);
  font-weight: 700;
}
.contact__location__map {
  position: relative;
}
.contact__location__map__list {
  position: absolute;
  background-color: #fff;
  background-color: var(--ArticleBackground);
  padding: 2rem;
  width: 25rem;
  font-weight: 700;
  color: #000;
}
.contact__location__map__list--item {
  margin-bottom: 0.5rem;
}
.contact__location--paragraph {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  .contactPage {
    width: 96rem;
  }
}
@media screen and (max-width: 1000px) {
  .contactPage {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .contact__location__map__list--image {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .contact__location__map {
    position: unset;
    text-decoration: none;
  }
  .contact__location__map__list {
    position: unset;
    padding-left: 0;
  }
}
footer {
  font-family: Comfortaa, avenir, arial, helvetica, sans-serif;
  font-family: var(--TitleFont);
  align-self: flex-end;
  justify-self: flex-end;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fdfdfd;
  background-color: var(--Background);
  width: 100%;
  margin-top: 10rem;
}
.footer div,
footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.footer__adress {
  text-align: center;
  padding-bottom: 1rem;
}
.footer__finish {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 90%;
  padding: 2rem;
  font-size: 1.4rem;
}
.global__warning {
  background-color: #fccfc8;
  -webkit-box-align: center;
  align-items: center;
  padding: 3rem;
  font-family: Comfortaa, avenir, arial, helvetica, sans-serif;
  font-family: var(--mainFont);
  font-size: 2rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 5rem;
}
.global__warning,
.global__warning--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
.global__warning--wrapper {
  max-width: 70%;
  -webkit-box-align: start;
  align-items: flex-start;
}
.global__warning--title {
  font-size: 2.6rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .global__warning--wrapper {
    max-width: 100%;
  }
}
.info {
  background-color: #e5f6f7;
  -webkit-box-align: center;
  align-items: center;
  padding: 3rem;
  font-family: Comfortaa, avenir, arial, helvetica, sans-serif;
  font-family: var(--mainFont);
  font-size: 2rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 5rem;
}
.info,
.info--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
.info--wrapper {
  max-width: 70%;
  -webkit-box-align: start;
  align-items: flex-start;
}
.info--title {
  font-size: 2.6rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .info--wrapper {
    max-width: 100%;
  }
}
.info {
  color: lightpink;
  text-decoration: none;
}

.info:active {
  color: lightpink;
  text-decoration: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
}
*,
:after,
:before {
  box-sizing: inherit;
  font-size: 1.8rem;
  line-height: 1.3;
}
.hidden {
  display: none;
  visibility: hidden;
}
.bold {
  font-weight: 700;
}

.expandableMenu__button {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.expandActive,
.expandableMenu__button:hover {
  background-color: #555;
}

.expandableMenu__button:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.expandActive:after {
  content: "\2212";
}

.expandableMenu__content {
  padding: 0 18px;
  max-height: 0;
  overflow: scroll;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;

  display: flex;
  justify-content: center;
  align-items: center;
}

.expandableMenu__content iframe {
  width: 100%;
}

.appointment {
  font-size: 1.6rem;
  color: black;
  border: solid 1px black;
  padding: 1rem 2rem;
}

.appointment a {
  text-decoration: none;
  color: black;
}

.grouper h3 {
  margin-right: 2rem;
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  margin-top: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
