.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.footer__content__left__social i, .faqs__card__answer, .about__content__social i {
  transition: all 0.5s ease-in-out;
}

.about__image::before, .about__image::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333336;
  width: 229px;
  height: 293px;
  border-radius: 24px;
  z-index: -1;
}
@media (max-width: 990px) {
  .about__image::before, .about__image::after {
    width: 129px;
    height: 193px;
  }
}

.splide__arrow {
  background: transparent;
}
.splide__arrow--next {
  right: -1rem;
  width: 54px;
  height: 54px;
}
.splide__arrow--prev {
  left: -1rem;
  width: 54px;
  height: 54px;
}
@media (max-width: 990px) {
  .splide__arrow--next {
    right: -1rem;
    width: 24px;
    height: 24px;
  }
  .splide__arrow--prev {
    left: -1rem;
    width: 24px;
    height: 24px;
  }
  .splide__arrow svg {
    fill: #7a9b84;
    width: 16px;
    height: 24px;
  }
}
.splide__arrow svg {
  fill: #7a9b84;
  width: 28px;
  height: 46px;
}
@media (min-width: 1200px) {
  .splide__arrow--next {
    right: -3rem;
    width: 54px;
    height: 54px;
  }
  .splide__arrow--prev {
    left: -3rem;
    width: 54px;
    height: 54px;
  }
}
.splide__pagination {
  bottom: -4.5em;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
}
.publication__item {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.publication__item__article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.publication__item__article__date {
  font-size: 0.875rem;
}
.publication__item__article__category {
  color: #d1e1dd;
}
.publication__item__article__title {
  color: #7a9b84;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media (max-width: 599px) {
  .publication__item__article__title {
    font-size: 1.125rem;
  }
}
.publication__item__article__description p {
  color: #595959;
}
.publication__item__figure img {
  border-radius: 20px;
}
.publication__item__image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.publication__item-gallery__title {
  font-size: 1.875rem;
}
.publication__item-gallery__title::after {
  margin-right: unset;
  margin-left: unset;
}
@media (min-width: 600px) {
  .publication__item__item {
    display: grid;
    grid-template-columns: 240px auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .publication__item__figure {
    margin-bottom: unset;
  }
  .publication__item__image {
    width: 175px;
    height: 100%;
  }
}

.top-banner-container {
  aspect-ratio: 1920/738;
  background-position: center;
  background-size: contain;
  padding-left: 10%;
}
@media (max-width: 599px) {
  .top-banner-container {
    background-size: cover;
    background-position: 70% 20%;
    height: 400px;
    width: 100%;
    aspect-ratio: none;
  }
}

.top-banner-flex-container {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}
@media (min-width: 600px) and (max-width: 899px) {
  .top-banner-flex-container {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .top-banner-flex-container {
    padding-top: 1rem;
    justify-content: start;
    width: 60%;
  }
}

.top-banner-logo {
  background-size: contain;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 599px) {
  .top-banner-logo {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

.top-banner-title {
  color: #7a9b84;
  font-family: "Jomolhari";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0%;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .top-banner-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .top-banner-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1800px) {
  .top-banner-title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .top-banner-title {
    font-size: 36px;
    line-height: 40px;
  }
}

.top-banner-sub-title {
  letter-spacing: 0%;
  color: #5d625e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .top-banner-sub-title {
    display: none;
  }
}

.top-banner-button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 91%;
  letter-spacing: 0%;
  background-color: #7a9b84;
  padding: 1rem;
  border-radius: 1rem;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.top-banner-button:hover {
  color: white;
  background-color: #97b8a1;
}
@media (max-width: 599px) {
  .top-banner-button {
    padding: 0.8rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.about {
  display: flex;
  flex-direction: row;
}
.about__box:nth-child(even) {
  flex-direction: row-reverse;
}
.about__box:first-child {
  margin-bottom: 4rem;
}
@media (max-width: 990px) {
  .about {
    flex-direction: column;
  }
}
.about__image {
  position: relative;
  z-index: 2;
  height: 100%;
}
.about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  height: 100%;
}
.about__image::before {
  top: -23px;
  left: -23px;
  background-color: #d1e1dd;
}
@media (max-width: 599px) {
  .about__image::before {
    top: -6px;
    left: -9px;
  }
}
.about__image::after {
  bottom: -23px;
  right: -23px;
  background-color: #d1e1dd;
}
@media (max-width: 599px) {
  .about__image::after {
    bottom: -6px;
    right: -9px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5rem;
}
@media (max-width: 990px) {
  .about__content {
    margin-left: 0px;
  }
}
.about__content__heading {
  font-size: 20px;
  font-style: normal;
  color: #7a9b84;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: "Semi Bold";
  line-height: 130%;
  letter-spacing: 0%;
}
.about__content__title {
  font-size: 1.5rem;
  color: #5d625e;
  font-family: "Joan";
  font-weight: 400;
  font-style: "Regular";
  font-size: 42px;
  line-height: 117%;
  letter-spacing: 0%;
}
@media (max-width: 990px) {
  .about__content__title {
    font-size: 1.5rem;
  }
}
.about__content__social {
  gap: 0.5rem;
}
.about__content__social a {
  text-decoration-line: none;
}
.about__content__social i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  background: #a7c4bc;
  color: #ffffff;
  font-size: 1.375rem;
  border-radius: 8px;
  padding: 0.375rem;
}
.about__content__social i:hover {
  cursor: pointer;
  background: #4e7b78;
}
.about__content__summary p {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 159%; /* 25.44px */
}
.about__content__list__image {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1;
  padding: 0.5rem;
  background-color: #d1e1dd;
  border-radius: 1rem;
}
.about__content__list__item {
  align-content: center;
}
.about__content__list__item__title {
  color: #5d625e;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.about__content__list__item__text {
  color: #5d625e;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.middle-banner {
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 3rem;
}
@media (max-width: 599px) {
  .middle-banner {
    padding: 0px 1rem;
    flex-direction: column;
  }
}

.middle-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 990px) {
  .middle-banner-content {
    width: 100%;
  }
}

.middle-banner-title {
  font-family: "Jomolhari";
  font-size: 3rem;
  letter-spacing: 0%;
  color: #5d625e;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
@media (max-width: 990px) {
  .middle-banner-title {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .middle-banner-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .middle-banner-title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .middle-banner-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .middle-banner-title {
    font-size: 1.8rem;
  }
}

.middle-banner-sub-title {
  font-family: "Inter", sans-serif;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #5d625e;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 599px) {
  .middle-banner-sub-title {
    font-size: 1rem;
  }
}

.middle-banner-button {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: "Medium";
  font-size: 16px;
  line-height: 91%;
  letter-spacing: 0%;
  background-color: #7a9b84;
  text-decoration: none;
}
.middle-banner-button:hover {
  color: white;
  background-color: #97b8a1 !important;
}

.middle-banner-image {
  height: 28.5rem;
}
@media (max-width: 599px) {
  .middle-banner-image {
    height: auto;
  }
}
@media (min-width: 600px) {
  .middle-banner-image {
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .middle-banner-image {
    height: 28.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .middle-banner-image {
    height: 20rem;
  }
}

.treatment-heading {
  font-family: "Jomolhari";
  font-weight: 400;
  font-style: Regular;
  font-size: 58px;
  color: #5d625e;
  line-height: 117%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 599px) {
  .treatment-heading {
    font-size: 32px;
  }
}

.treatment__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 47px;
}
@media (min-width: 600px) and (max-width: 899px) {
  .treatment__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 47px;
  }
}
@media (max-width: 599px) {
  .treatment__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 47px;
  }
}
.treatment__list__item {
  border-radius: 24px;
  border: 2px solid #d1e1dd;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  height: 100%;
}
.treatment__list__item__link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.treatment__list__item__title {
  margin-bottom: 12px;
  color: #5d625e;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.treatment__list__item__button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: "Medium";
  font-size: 1rem;
  line-height: 95%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  background-color: #7a9b84;
  color: white;
  border-radius: 1rem;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 1rem;
}
.treatment__list__item__button:hover {
  background-color: #97b8a1;
  color: white;
}
.treatment__list__item p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 120%;
  color: #52575d;
}
.treatment__link {
  text-decoration: none;
}
.treatment__link:hover {
  text-decoration: underline;
}

.faqs__title {
  font-family: "Jomolhari";
  font-weight: 400;
  font-style: "Regular" !important;
  font-size: 4rem !important;
  line-height: 114%;
  letter-spacing: 0%;
  text-align: center;
  color: #5d625e;
}
@media (max-width: 599px) {
  .faqs__title {
    font-size: 2rem !important;
  }
}
.faqs__card {
  border-bottom: 1px solid #c2cad7;
}
.faqs__card__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #7a9b84;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: 0%;
  text-decoration: none;
}
@media (max-width: 599px) {
  .faqs__card__question {
    font-size: 1.1rem;
  }
}
.faqs__card__answer p {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Inter", sans-serif;
}

.footer {
  background-color: #ecf1f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 70%;
  align-items: center;
}
@media (max-width: 599px) {
  .footer__content {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}
@media (min-width: 600px) {
  .footer__content {
    width: 90%;
  }
}
.footer__content__left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 599px) {
  .footer__content__left {
    align-items: center;
  }
}
.footer__content__left__image {
  width: 60%;
}
@media (max-width: 599px) {
  .footer__content__left__image {
    width: 80%;
  }
}
.footer__content__left__social {
  gap: 0.5rem;
}
.footer__content__left__social a {
  text-decoration-line: none;
}
.footer__content__left__social i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  background: #a7c4bc;
  color: #ffffff;
  font-size: 1.375rem;
  border-radius: 8px;
  padding: 0.375rem;
}
.footer__content__left__social i:hover {
  cursor: pointer;
  background: #4e7b78;
}
.footer__content__left__address {
  text-decoration: none;
}
.footer__content__left__address span {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.footer__content__middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__content__middle__contato__title {
  color: #7a9b84;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.footer__content__middle__contato__number span {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.footer__content__middle__contato__number a {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}
.footer__content__middle__hours__title {
  color: #7a9b84;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.footer__content__middle__hours__number {
  color: #5d625e;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.footer__content__middle__button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: "Medium";
  font-size: 16px;
  line-height: 91%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  background-color: #7a9b84;
  color: white;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 1rem;
}
.footer__content__middle__button:hover {
  background-color: #97b8a1;
  color: white;
}

.videos__title {
  font-family: "Jomolhari";
  font-weight: 400;
  font-style: Regular;
  font-size: 58px;
  color: #5d625e;
  line-height: 117%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 599px) {
  .videos__title {
    font-size: 32px;
  }
}
.videos iframe {
  width: 100%;
}
.videos .splide__arrow {
  background: transparent;
  opacity: 1;
}
.videos .splide__arrow--prev {
  left: -5em;
}
.videos .splide__arrow--next {
  right: -5em;
}
.videos .splide__arrow svg {
  fill: #820505;
  width: 28px;
  height: 46px;
}
