/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.row {
  display: flex;
  flex-direction: row;
}

.center-start {
  align-items: center;
}

.center-center {
  align-items: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 76.8rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 999;
}
header .mobile-nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
}
@media only screen and (min-width: 600px) {
  header .mobile-nav {
    display: none;
  }
}
header .mobile-nav .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-nav .icon img {
  width: 2.4rem;
  height: 2.4rem;
}
header .mobile-nav .nav-page-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
main .container:nth-child(1) {
  flex: 1;
}
main .container {
  display: none;
}
main .container.active {
  display: block;
}
main .page-title {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  main .page-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
main section.hero-section {
  padding: 0;
  width: 100%;
}
main section.hero-section .container {
  display: block;
}
main section.hero-section .company-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 7.6rem 2.4rem 1.6rem;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.6rem 2.4rem 1.6rem 16rem;
  }
}
main section.hero-section .company-info .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border-radius: 50%;
  line-height: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info .logo {
    left: 2.4rem;
    transform: none;
  }
}
main section.hero-section .company-info .company-name-description {
  flex: 1;
}
main section.hero-section .company-info .name {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info .name {
    text-align: start;
  }
}
main section.hero-section .company-info .description {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info .description {
    text-align: start;
  }
}
main section.hero-section .company-info .working-hours-container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info .working-hours-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0;
  }
}
main section.hero-section .company-info .status-container {
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
main section.hero-section .company-info .status-container:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
main section.hero-section .company-info .status-container p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgb(32, 191, 107);
}
main section.hero-section .company-info .status-container img {
  width: 2.4rem;
  height: 2.4rem;
}
main section.hero-section .company-info .working-hours {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 600px) {
  main section.hero-section .company-info .working-hours {
    text-align: end;
  }
}
main section.hero-section .popup-working-hours {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%);
  display: none;
  flex-direction: column;
  width: 32rem;
  padding: 2.4rem;
  background-color: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  gap: 1.6rem;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 600px) {
  main section.hero-section .popup-working-hours {
    top: calc(100% - 1.6rem);
    right: 2.4rem;
    transform: none;
    left: unset;
  }
}
main section.hero-section .popup-working-hours .popup-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
main section.hero-section .popup-working-hours ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
main section.hero-section .popup-working-hours li {
  display: flex;
  justify-content: space-between;
}
main section.hero-section .popup-working-hours li p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
main section.hero-section .popup-working-hours li.today p {
  color: rgb(136, 84, 208);
}
main section.hero-section .popup-working-hours .popup-footer {
  display: flex;
  justify-content: flex-end;
}
main section.hero-section .popup-working-hours .popup-footer .btn {
  height: 4rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgb(136, 84, 208);
  background-color: #fff;
  border-radius: 0.8rem;
  cursor: pointer;
  appearance: none;
  border: none;
}
main section.hero-section .popup-working-hours .popup-footer .btn:hover {
  background-color: rgba(136, 84, 208, 0.1);
}
main section.hero-section .popup-working-hours.active {
  display: flex;
}
main section.hero-section .main-navigation {
  width: 100%;
  padding: 0 0 1.6rem;
  display: none;
}
@media only screen and (min-width: 600px) {
  main section.hero-section .main-navigation {
    display: block;
  }
}
main section.hero-section .main-navigation .container {
  padding: 0 2.4rem;
}
main section.hero-section .main-navigation ul {
  width: 100%;
  display: flex;
  padding-inline-start: 0;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
}
main section.hero-section .main-navigation ul li {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 2.4rem;
  border-bottom: 0.2rem solid #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
main section.hero-section .main-navigation ul li.active {
  border-color: rgb(136, 84, 208);
  color: rgb(136, 84, 208);
}
main section {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 600px) {
  main section {
    padding: 1.6rem 2.4rem;
  }
}
main section .section-category {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
main section .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  gap: 1.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
  main section .service {
    padding: 2.4rem;
  }
}
main section .service .header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
main section .service .image {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  main section .service .image {
    width: 6.4rem;
    height: 6.4rem;
  }
}
main section .service .image img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  main section .service .image img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
main section .service .details-container {
  flex: 1;
}
main section .service .details-container .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
main section .service .details-container p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main section .service .details-container p span {
  display: none;
}
@media only screen and (min-width: 600px) {
  main section .service .details-container p span {
    display: inline-block;
  }
}
main section .service .details-container p span.toggle-details {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
main section .service .details-container p span.price {
  text-transform: uppercase;
}
main section .service .btn-icon {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgb(136, 84, 208);
  background-color: #fff;
  cursor: pointer;
}
main section .service .expandable-content {
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 6.4rem;
}
@media only screen and (min-width: 600px) {
  main section .service .expandable-content {
    padding-left: 8rem;
  }
}
main section .service .expandable-content p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main section .service .expandable-content p span:nth-child(1) {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
main section .service .expandable-content p span:nth-child(2) {
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  main section .service .expandable-content p:nth-child(1), main section .service .expandable-content p:nth-child(2) {
    display: none;
  }
}
main section .service.selected {
  background-color: rgba(136, 84, 208, 0.1);
  border-color: rgb(136, 84, 208);
}
main section .service.selected .btn-icon {
  background-color: rgb(136, 84, 208);
}
main section .service.active .expandable-content {
  display: flex;
}
main .preview-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.38);
  padding: 1.6rem;
  display: none;
}
main .preview-container .preview {
  max-width: 73.6rem;
  margin: 0 auto;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem;
}
main .preview-container .preview > div {
  flex: 1;
}
main .preview-container .preview p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main .preview-container .preview p:nth-child(2) {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
main .preview-container .preview p:nth-child(2) span:nth-child(4) {
  text-transform: uppercase;
}
main .preview-container .preview button {
  appearance: none;
  border: none;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: rgb(136, 84, 208);
}
main .preview-container.active {
  display: block;
}
main .schedule-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1001;
}
main .schedule-overlay .schedule-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 48rem;
  height: 100%;
  max-height: 88rem;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container {
    border-radius: 1.6rem;
  }
}
main .schedule-overlay .schedule-container .header {
  display: flex;
  align-items: center;
  height: 7.2rem;
  padding: 0 0.8rem;
  background-color: #fff;
  gap: 1.6rem;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container .header {
    padding: 0 1.6rem;
  }
}
main .schedule-overlay .schedule-container .header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
main .schedule-overlay .schedule-container .header .icon img {
  width: 2.4rem;
  height: 2.4rem;
}
main .schedule-overlay .schedule-container .header h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
}
main .schedule-overlay .schedule-container .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.4rem;
  overflow: hidden;
}
main .schedule-overlay .schedule-container .content .steps-container {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1;
}
main .schedule-overlay .schedule-container .content .steps-container .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 1.6rem;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container .content .steps-container .step {
    padding: 2.4rem;
  }
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar-header {
  width: 100%;
  max-width: 37.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar-header h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar-header button {
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  cursor: pointer;
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar-header button:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
main .schedule-overlay .schedule-container .content .steps-container .step .calendar-header button img {
  width: 2.4rem;
  height: 2.4rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .day-names, main .schedule-overlay .schedule-container .content .steps-container .step .days {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 30.4rem;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container .content .steps-container .step .day-names, main .schedule-overlay .schedule-container .content .steps-container .step .days {
    gap: 0.8rem;
    width: 32.8rem;
  }
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span, main .schedule-overlay .schedule-container .content .steps-container .step .day-names span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span {
  border-radius: 50%;
  cursor: pointer;
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.disabled {
  color: rgba(0, 0, 0, 0.38);
}
main .schedule-overlay .schedule-container .content .steps-container .step .day-names span {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.today {
  background: #fff;
  color: rgb(136, 84, 208);
  border-radius: 50%;
  border: 0.1rem solid rgb(136, 84, 208);
  cursor: pointer;
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.today:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.selected {
  background: rgb(136, 84, 208);
  color: #fff;
  border-radius: 50%;
  border: 0.1rem solid rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.selected:hover {
  background-color: rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .content .steps-container .step .days span.empty {
  visibility: hidden;
}
main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
}
main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container .timeslots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container .timeslot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 7.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container .timeslot {
    width: 8rem;
  }
}
main .schedule-overlay .schedule-container .content .steps-container .step .timeslots-container .timeslot.selected {
  background-color: rgb(136, 84, 208);
  color: #fff;
  border: none;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-services {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service {
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  gap: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service > div {
  flex: 1;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  object-fit: cover;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service p.service-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service p.service-details {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service p.service-details span:nth-child(3) {
  text-transform: uppercase;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service button.close-btn {
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  background-color: #fff;
}
main .schedule-overlay .schedule-container .content .steps-container .step div.selected-service button.close-btn img {
  width: 2.4rem;
  height: 2.4rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container > div {
  display: flex;
  gap: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container > div img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 50%;
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container > div > div {
  display: flex;
  flex-direction: column;
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container > div > div .name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
main .schedule-overlay .schedule-container .content .steps-container .step .employee-container > div > div .company-role {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main .schedule-overlay .schedule-container .content .steps-container .step .total-price {
  display: flex;
  gap: 1.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(136, 84, 208, 0.1);
  background-color: rgba(136, 84, 208, 0.1);
  padding: 1.6rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .total-price p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: rgb(136, 84, 208);
  text-transform: uppercase;
}
main .schedule-overlay .schedule-container .content .steps-container .step .total-price p:nth-child(1) {
  flex: 1;
}
main .schedule-overlay .schedule-container .content .steps-container .step .total-price p:nth-child(2) {
  font-weight: 700;
}
main .schedule-overlay .schedule-container .content .steps-container .step .terms-of-use {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .terms-of-use div.check {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
main .schedule-overlay .schedule-container .content .steps-container .step .terms-of-use div.check input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: 0.2rem;
  accent-color: rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .content .steps-container .step .terms-of-use div.check input[type=checkbox]:focus-visible {
  outline-offset: 0;
  outline-style: none;
}
main .schedule-overlay .schedule-container .content .steps-container .step .terms-of-use p.terms-error {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #FC5C65;
  padding-left: 3.2rem;
}
main .schedule-overlay .schedule-container .content h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: center;
}
main .schedule-overlay .schedule-container .content .radio {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 0.8rem 0;
}
main .schedule-overlay .schedule-container .content .radio:nth-child(1) {
  align-items: flex-start;
}
main .schedule-overlay .schedule-container .content .radio:nth-child(1) .avatar {
  display: none;
}
main .schedule-overlay .schedule-container .content div.input {
  display: flex;
  flex-direction: column;
}
main .schedule-overlay .schedule-container .content div.input label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
main .schedule-overlay .schedule-container .content div.input label span {
  color: #FC5C65;
}
main .schedule-overlay .schedule-container .content div.input input {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 4rem;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
}
main .schedule-overlay .schedule-container .content div.input input:focus-visible {
  outline: none;
  border-bottom: 0.2rem solid rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .content div.input input::-webkit-outer-spin-button,
main .schedule-overlay .schedule-container .content div.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main .schedule-overlay .schedule-container .content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
main .schedule-overlay .schedule-container .content p.label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
main .schedule-overlay .schedule-container .content input[type=radio] {
  accent-color: rgb(136, 84, 208);
  width: 2rem;
  height: 2rem;
  margin: 0.2rem 0;
}
main .schedule-overlay .schedule-container .content .avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}
main .schedule-overlay .schedule-container .content .avatar img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
main .schedule-overlay .schedule-container .content .avatar .initials {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
main .schedule-overlay .schedule-container .content .avatar .initials.show {
  display: block;
}
main .schedule-overlay .schedule-container .content label {
  flex: 1;
  line-height: 2.4rem;
}
main .schedule-overlay .schedule-container .footer {
  display: flex;
  padding: 1.6rem;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  main .schedule-overlay .schedule-container .footer {
    padding: 1.6rem 2.4rem;
  }
}
main .schedule-overlay .schedule-container .footer .prev, main .schedule-overlay .schedule-container .footer .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.6rem;
  cursor: pointer;
}
main .schedule-overlay .schedule-container .footer .prev img, main .schedule-overlay .schedule-container .footer .next img {
  width: 2.4rem;
  height: 2.4rem;
}
main .schedule-overlay .schedule-container .footer .prev {
  border: 0.1rem solid rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .footer .next {
  background-color: rgb(136, 84, 208);
}
main .schedule-overlay .schedule-container .footer button.schedule-appointment-btn {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 2rem;
  border: none;
  padding: 0 1.6rem;
  background-color: rgb(136, 84, 208);
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  cursor: pointer;
}

.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  background-color: #1e1e1e;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 1000;
}
.side-menu .header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1.6rem;
  gap: 1.6rem;
}
.side-menu .header .logo {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
}
.side-menu .header .name {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.side-menu .header .description {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
}
.side-menu .header .close-icon {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu .header .close-icon img {
  width: 2.4rem;
  height: 2.4rem;
}
.side-menu ul.links {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.side-menu ul.links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  width: 100%;
  padding: 0 1.6rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  white-space: nowrap;
}
.side-menu ul.links li.active a {
  color: #fff;
}

.side-menu.visible {
  width: 100%;
}

.container.about-us .about-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  gap: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .container.about-us .about-company {
    flex-direction: row;
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
.container.about-us .logo {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 50%;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  .container.about-us .logo {
    width: 12rem;
    height: 12rem;
  }
}
.container.about-us p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.container.about-us .section-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .container.about-us .section-title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.container.about-us .booking-policy {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  gap: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .container.about-us .booking-policy {
    flex-direction: row;
    align-items: center;
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
.container.about-us .booking-policy p {
  text-align: start;
}
.container.about-us .booking-policy a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgb(136, 84, 208);
  cursor: pointer;
}
.container.about-us .booking-policy a img {
  width: 2.4rem;
  height: 2.4rem;
}
.container.about-us .booking-policy > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .container.about-us .booking-policy > div {
    width: auto;
  }
}
.container.about-us .employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.container.about-us .employee {
  width: calc(50% - 0.8rem);
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .container.about-us .employee {
    width: calc(25% - 0.8rem);
  }
}
.container.about-us .employee img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.container.about-us .employee .name, .container.about-us .employee .lastname {
  font-weight: 500;
  text-align: center;
}
.container.about-us .employee .position {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}
.container.about-us .employee > div {
  gap: 0.8rem;
}
.container.about-us .gallery-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.container.about-us .gallery-images img {
  width: calc(50% - 0.8rem);
  aspect-ratio: 4/3;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .container.about-us .gallery-images img {
    width: calc(25% - 0.8rem);
  }
}
.container.about-us .lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  display: none;
  align-items: center;
  justify-content: center;
}
.container.about-us .lightbox .lightbox-img {
  width: 100%;
  max-width: 102.4rem;
  height: auto;
  background-color: #ddd;
}
.container.about-us .lightbox .close, .container.about-us .lightbox .prev, .container.about-us .lightbox .next {
  position: absolute;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  cursor: pointer;
}
.container.about-us .lightbox .close img, .container.about-us .lightbox .prev img, .container.about-us .lightbox .next img {
  width: 2.4rem;
  height: 2.4rem;
}
.container.about-us .lightbox .close {
  top: 0.8rem;
  right: 0.8rem;
}
.container.about-us .lightbox .prev {
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  background-color: #fff;
}
.container.about-us .lightbox .next {
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  background-color: #fff;
}

.contact .contact-details-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 1.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
  .contact .contact-details-container {
    padding: 2.4rem;
  }
}
.contact .contact-details-container .contact-item {
  display: flex;
  gap: 1.6rem;
}
.contact .contact-details-container .contact-item img {
  width: 2.4rem;
  height: 2.4rem;
}
.contact .contact-details-container .contact-item span, .contact .contact-details-container .contact-item a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /* Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}
.contact .section-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: start;
}
.contact .title-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .contact .title-container {
    flex-direction: row;
    align-items: center;
  }
  .contact .title-container .section-title {
    flex: 1;
  }
}
.contact .buttons-container {
  display: flex;
  gap: 1.6rem;
}
.contact .buttons-container button, .contact .buttons-container a {
  appearance: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4rem;
  padding: 0 1.6rem;
  border: 0.1rem solid rgb(136, 84, 208);
  color: rgb(136, 84, 208);
  background-color: #fff;
  border-radius: 2rem;
  cursor: pointer;
}

.maps-container {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.maps-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 600px) {
  .maps-container iframe {
    aspect-ratio: 4/3;
  }
}

.container-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem;
  height: 100vh;
}
.container-404 img {
  height: 4rem;
  width: auto;
}
.container-404 .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.container-404 h1 {
  font-size: 8rem;
  line-height: 12rem;
  font-weight: bold;
  color: rgb(136, 84, 208);
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .container-404 h1 {
    font-size: 12rem;
    line-height: 16rem;
  }
}
.container-404 h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.container-404 p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  margin-top: 0.8rem;
}
.container-404 button {
  appearance: none;
  border: none;
  outline: none;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  border-radius: 2rem;
  background-color: rgb(136, 84, 208);
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.container-404 button:focus {
  background-color: #8854D0;
}

.cover-container {
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  background-color: rgba(136, 84, 208, 0.1);
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .cover-container {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.cover-container img {
  width: 100%;
  max-width: 16rem;
  height: 100%;
  max-height: 16rem;
  object-fit: contain;
}
@media only screen and (min-width: 600px) {
  .cover-container img {
    max-width: 24rem;
    max-height: 24rem;
  }
}

main {
  padding-bottom: 72px;
}

.powered-by-header {
  display: flex;
  height: 20px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: fixed;
  right: 14px;
  top: 18px;
  border-radius: 16px;
  background: var(--Brand-colors-Primary-Primary, #8854D0);
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-decoration: none;
  z-index: 1000;
}
@media only screen and (min-width: 600px) {
  .powered-by-header {
    top: 8px;
    right: 8px;
  }
}

.powered-by-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #f6f2fb;
  text-decoration: none;
  color: var(--Brand-colors-Primary-Primary, #8854D0);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.powered-by-footer .underline {
  text-decoration: underline;
}

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