@charset "UTF-8";
.page-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.page-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .page-header__inner {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .page-header__inner {
    padding: 0 32px;
  }
}
.page-header__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .page-header__desktop {
    display: block;
  }
}
.page-header__top {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .page-header__top {
    padding: 16px 0;
  }
}
.page-header__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header__logo-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0;
}
.page-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.page-header__btn {
  background-color: #9d8b7a;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.page-header__btn:hover {
  background-color: #8a7868;
}
.page-header__btn--international {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.page-header__btn-sub {
  display: block;
  font-size: 12px;
}
.page-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.page-header__social-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.page-header__social-btn--whatsapp {
  background-color: #25D366;
}
.page-header__social-btn--whatsapp:hover {
  background-color: #20ba5a;
}
.page-header__social-btn--wechat {
  background-color: #09B83E;
  font-weight: normal;
}
.page-header__social-btn--wechat:hover {
  background-color: #078c31;
}
.page-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-left: 8px;
  font-size: 14px;
}
.page-header__lang-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
}
.page-header__lang-btn:hover {
  color: #525252;
}
.page-header__lang-separator {
  color: inherit;
}
.page-header__nav {
  width: 100%;
  background-color: #f5f3f0;
}
.page-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.page-header__nav-link {
  display: block;
  padding: 16px;
  font-size: 14px;
  color: #525252;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 2px solid transparent;
}
.page-header__nav-link:hover {
  color: #262626;
}
.page-header__nav-link--active {
  color: #262626;
  border-bottom-color: #262626;
}
.page-header__mobile {
  display: block;
}
@media (min-width: 1024px) {
  .page-header__mobile {
    display: none;
  }
}
.page-header__mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
.page-header__mobile-logo {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0;
}
.page-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-header__hamburger:hover {
  opacity: 0.7;
}
.page-header__hamburger-line {
  width: 28px;
  height: 2px;
  background-color: #262626;
}
.page-header__mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-header__mobile-menu.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.page-header__mobile-menu-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(139, 123, 111, 0.95);
}
.page-header__mobile-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.page-header__mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header__mobile-menu-logo {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
}
.page-header__mobile-menu-close {
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-header__mobile-menu-close:hover {
  opacity: 0.7;
}
.page-header__mobile-menu-close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}
.page-header__mobile-menu-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 24px;
}
.page-header__mobile-nav {
  margin-bottom: 48px;
}
.page-header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page-header__mobile-nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-header__mobile-nav-link:hover {
  opacity: 0.7;
}
.page-header__mobile-nav-link--active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
}
.page-header__mobile-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.page-header__mobile-btn {
  width: 100%;
  background-color: #a89485;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-header__mobile-btn:hover {
  background-color: #9a8577;
}
.page-header__mobile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.page-header__mobile-social-btn {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.page-header__mobile-social-btn--whatsapp {
  background-color: #25D366;
}
.page-header__mobile-social-btn--whatsapp:hover {
  background-color: #20ba5a;
}
.page-header__mobile-social-btn--wechat {
  background-color: #09B83E;
  font-weight: normal;
}
.page-header__mobile-social-btn--wechat:hover {
  background-color: #078c31;
}
.page-header__mobile-social-btn--web {
  background-color: #fff;
  color: #404040;
}
.page-header__mobile-social-btn--web:hover {
  background-color: #f5f5f5;
}

.page-footer {
  background-color: #fff;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .page-footer {
    padding: 64px 32px;
  }
}
.page-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.page-footer__logo {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 48px 0;
}
@media (min-width: 768px) {
  .page-footer__logo {
    font-size: 30px;
    margin-bottom: 64px;
  }
}
.page-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .page-footer__content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
  }
}
.page-footer__column--info {
  border-left: 2px solid #d4d4d4;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .page-footer__column--map {
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .page-footer__column--nav {
    grid-column: 3;
  }
}
.page-footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 14px;
}
@media (min-width: 640px) {
  .page-footer__info-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.page-footer__info-label {
  color: #525252;
  min-width: 96px;
}
.page-footer__info-value {
  color: #262626;
}
.page-footer__schedule {
  padding-top: 24px;
}
.page-footer__schedule-inner {
  border-left: 2px solid #d4d4d4;
  padding-left: 24px;
}
.page-footer__schedule-label {
  font-size: 14px;
  color: #525252;
  margin-bottom: 16px;
}
.page-footer__schedule-time {
  margin-bottom: 16px;
}
.page-footer__schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 12px;
}
.page-footer__schedule-hours {
  width: 96px;
}
.page-footer__schedule-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page-footer__schedule-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #404040;
}
.page-footer__schedule-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #525252;
  margin-left: 108px;
  padding-left: 12px;
}
.page-footer__schedule-day {
  width: 24px;
  text-align: center;
}
.page-footer__schedule-note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
  color: #525252;
}
.page-footer__schedule-note p {
  margin: 4px 0;
}
.page-footer__map {
  width: 100%;
  height: 256px;
  background-color: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-footer__map {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .page-footer__map {
    height: 384px;
  }
}
.page-footer__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.page-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-footer__nav-link::after {
  content: "›";
  color: #525252;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.page-footer__nav-link:hover {
  color: #171717;
}
.page-footer__nav-link:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  color: #525252;
}
.page-footer__nav-divider {
  margin-top: 32px;
}
.page-footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #525252;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.page-footer__copyright p {
  margin: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 700px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero__inner {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 640px) {
  .hero__inner {
    padding: 48px 24px;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    padding: 64px 32px;
  }
}
.hero__news {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hero__news-card {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 280px;
}
@media (min-width: 768px) {
  .hero__news-card {
    padding: 24px;
    width: 320px;
  }
}
.hero__news-title {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .hero__news-title {
    font-size: 16px;
  }
}
.hero__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.hero__news-date {
  font-size: 12px;
  color: #525252;
}
@media (min-width: 768px) {
  .hero__news-date {
    font-size: 14px;
  }
}
.hero__news-badge {
  display: inline-block;
  background-color: #dbeafe;
  color: #1e40af;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}
.hero__news-text {
  font-size: 14px;
  color: #404040;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hero__news-text {
    font-size: 16px;
  }
}
.hero__content {
  max-width: 768px;
}
.hero__title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 640px) {
  .hero__title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 60px;
  }
}
.hero__divider {
  width: 64px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero__divider {
    margin-bottom: 24px;
  }
}
.hero__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hero__subtitle {
    font-size: 20px;
  }
}

.intro {
  background-color: #E5DDD5;
  padding: 64px 24px;
}
@media (min-width: 768px) {
  .intro {
    padding: 96px 32px;
  }
}
@media (min-width: 1024px) {
  .intro {
    padding: 128px 48px;
  }
}
.intro__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.intro__header {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .intro__header {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .intro__header {
    margin-bottom: 80px;
  }
}
.intro__heading {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #6B5D54;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .intro__heading {
    font-size: 36px;
  }
}
.intro__subheading {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #6B5D54;
  margin: 0;
}
@media (min-width: 768px) {
  .intro__subheading {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .intro__subheading {
    font-size: 24px;
  }
}
.intro__body {
  max-width: 1024px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro__body {
    margin-bottom: 112px;
  }
}
.intro__text {
  font-size: 14px;
  line-height: 2;
  color: #6B5D54;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .intro__text {
    font-size: 16px;
  }
}
.intro__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .intro__br {
    display: none;
  }
}
.intro__director {
  border-top: 1px solid rgba(107, 93, 84, 0.3);
  padding-top: 48px;
}
@media (min-width: 768px) {
  .intro__director {
    padding-top: 64px;
  }
}
.intro__director-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #6B5D54;
  margin: 0 0 48px 0;
}
@media (min-width: 768px) {
  .intro__director-title {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
.intro__director-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .intro__director-content {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .intro__director-content {
    gap: 64px;
  }
}
.intro__director-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .intro__director-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.intro__director-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__director-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .intro__director-info {
    gap: 32px;
  }
}
.intro__director-role {
  font-size: 12px;
  line-height: 1.8;
  color: #6B5D54;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .intro__director-role {
    font-size: 14px;
  }
}
.intro__director-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.intro__director-name {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #6B5D54;
  margin: 0;
}
@media (min-width: 768px) {
  .intro__director-name {
    font-size: 24px;
  }
}
.intro__director-name-en {
  font-size: 14px;
  font-weight: 300;
  color: #6B5D54;
}
@media (min-width: 768px) {
  .intro__director-name-en {
    font-size: 16px;
  }
}
.intro__director-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.intro__director-social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #6B5D54;
  background-color: transparent;
  color: #6B5D54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.intro__director-social-btn:hover {
  background-color: #6B5D54;
  color: #fff;
}
.intro__director-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #6B5D54;
}
@media (min-width: 768px) {
  .intro__director-bio {
    font-size: 16px;
  }
}
.intro__director-bio p {
  margin: 0;
}

.clinic-about {
  background-color: #f5f5f5;
  padding: 64px 24px;
}
@media (min-width: 768px) {
  .clinic-about {
    padding: 96px 32px;
  }
}
.clinic-about__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.clinic-about__header {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .clinic-about__header {
    margin-bottom: 64px;
  }
}
.clinic-about__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #404040;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
  margin: 0;
}
@media (min-width: 768px) {
  .clinic-about__title {
    font-size: 30px;
  }
}
.clinic-about__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .clinic-about__content {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.clinic-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.clinic-about__heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: #262626;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .clinic-about__heading {
    font-size: 24px;
  }
}
.clinic-about__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #404040;
}
@media (min-width: 768px) {
  .clinic-about__description {
    font-size: 16px;
  }
}
.clinic-about__description p {
  margin: 0;
}
.clinic-about__description--second {
  padding-top: 16px;
}
.clinic-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinic-about__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
}
.clinic-about__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.three-columns {
  width: 100%;
}
.three-columns__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .three-columns__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.three-columns__item {
  position: relative;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
  .three-columns__item {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .three-columns__item {
    height: 600px;
  }
}
.three-columns__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.three-columns__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.three-columns__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-columns__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.three-columns__item:hover .three-columns__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.three-columns__content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 24px;
}
.three-columns__line {
  width: 192px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.three-columns__line--top {
  margin-bottom: 32px;
}
.three-columns__line--bottom {
  margin-top: 32px;
}
.three-columns__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .three-columns__title {
    font-size: 30px;
  }
}
.three-columns__subtitle {
  font-size: 14px;
  letter-spacing: 0.1em;
  opacity: 0.9;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .three-columns__subtitle {
    font-size: 16px;
  }
}

.infinite-carousel {
  width: 100%;
  overflow: hidden;
  background-color: #d6d3d1;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .infinite-carousel {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .infinite-carousel {
    padding: 80px 0;
  }
}
.infinite-carousel__wrapper {
  position: relative;
}
.infinite-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
.infinite-carousel__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 256px;
  padding: 0 8px;
}
@media (min-width: 640px) {
  .infinite-carousel__item {
    width: 320px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .infinite-carousel__item {
    width: 384px;
  }
}
@media (min-width: 1024px) {
  .infinite-carousel__item {
    width: 448px;
  }
}
.infinite-carousel__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.infinite-carousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.news {
  position: relative;
  padding: 64px 16px;
  background-color: #E5E0D8;
}
@media (min-width: 768px) {
  .news {
    padding: 96px 24px;
  }
}
.news__pattern {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 256px;
  height: 128px;
  opacity: 0.2;
  pointer-events: none;
}
.news__pattern::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, currentColor 10px, currentColor 20px);
}
.news__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .news__header {
    margin-bottom: 64px;
  }
}
.news__header-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #a3a3a3;
}
.news__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #404040;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 30px;
  }
}
.news__list {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .news__item {
    padding: 32px;
  }
}
.news__item:last-child {
  border-bottom: none;
}
.news__item:hover {
  background-color: #f5f5f5;
}
.news__item-meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.news__item-date {
  display: block;
  font-size: 14px;
  color: #525252;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .news__item-date {
    font-size: 16px;
  }
}
.news__item-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .news__item-badge {
    font-size: 14px;
  }
}
.news__item-badge--column {
  background-color: #C4B5A0;
}
.news__item-badge--news {
  background-color: #A8B5B8;
}
.news__item-badge--presentation {
  background-color: #9BA8A8;
}
.news__item-badge--schedule {
  background-color: #B09A7E;
}
.news__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.8;
  color: #404040;
  margin: 0;
}
@media (min-width: 768px) {
  .news__item-title {
    font-size: 16px;
  }
}
.news__item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #a3a3a3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news__item:hover .news__item-arrow {
  color: #525252;
}
.news__item-arrow-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .news__item-arrow-icon {
    width: 24px;
    height: 24px;
  }
}
.news__footer {
  text-align: center;
}
.news__button {
  display: inline-block;
  padding: 12px 32px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  color: #404040;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .news__button {
    padding: 16px 48px;
    font-size: 16px;
  }
}
.news__button:hover {
  background-color: #f5f5f5;
  border-color: #a3a3a3;
}
.news__button:focus {
  outline: 2px solid #a3a3a3;
  outline-offset: 2px;
}