@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * LOADING
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * VIDEOS
 * JOURNAL
 * PRESS
 * AWARDS
 * SERVICES
 * CONTACT
 * PRIVACY
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: clip;
  min-height: 1000px;
}

body {
  background-color: #f7f4ed;
  color: #383839;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 72px;
}
@media (min-width: 992px) {
  body {
    padding-top: 156px;
  }
  body.body-transparent {
    padding-top: 0;
  }
}

a {
  color: #383839;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #666666;
}
a.active {
  font-weight: 500;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1400px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* SCROLL */
#scrollDown {
  background-image: url(../images/scrolldown-mobile.svg);
  width: 335px;
  height: 20px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  #scrollDown {
    background-image: url(../images/scrolldown-desktop-light.svg);
    width: 20px;
    height: 138px;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 12%;
    z-index: 1000 !important;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: inline-block;
  }
  #scrollDown.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #scrollDown.dark {
    background-image: url(../images/scrolldown-desktop-dark.svg);
  }
  #scrollDown.light {
    background-image: url(../images/scrolldown-desktop-light.svg);
  }
}
@media (min-width: 992px) {
  #scrollDown {
    right: 10px;
    bottom: 8%;
  }
}

#scrollUp {
  background-image: url(../images/scrollup-mobile.svg);
  background-position: center;
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #scrollUp {
    background-image: url(../images/scrollup-desktop-dark.svg);
    width: 20px;
    height: 123px;
    position: fixed;
    right: 0;
    bottom: 12%;
    z-index: 1000 !important;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #scrollUp.visible {
    opacity: 1;
    pointer-events: auto;
  }
  #scrollUp.dark {
    background-image: url(../images/scrollup-desktop-dark.svg);
  }
  #scrollUp.light {
    background-image: url(../images/scrollup-desktop-light.svg);
  }
}
@media (min-width: 992px) {
  #scrollUp {
    right: 10px;
    bottom: 5%;
  }
}

/*------------------------------------*\
    LOADING
\*------------------------------------*/
.loading {
  background-color: #f7f4ed;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: background-color 3.5s ease-in-out;
  transition: background-color 3.5s ease-in-out;
}
.loading.fade-out-content .content {
  opacity: 0;
}
.loading.fade-out-bg {
  background-color: transparent;
  pointer-events: none;
}
.loading.hidden {
  display: none;
}
.loading .content {
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.loading .logo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -4rem;
}
@media (min-width: 768px) {
  .loading .logo {
    margin-top: 0;
  }
}
.loading .btm {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12%;
}
@media (min-width: 768px) {
  .loading .btm {
    bottom: 9%;
  }
}
.loading .text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.loading .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.loading .line {
  border-radius: 0.5rem;
  background-color: #383839;
  width: 20px;
  height: 2px;
  opacity: 0.4;
  -webkit-transition: width 0.6s ease, opacity 0.6s ease;
  transition: width 0.6s ease, opacity 0.6s ease;
}
.loading .line.active {
  width: 50px;
  opacity: 1;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header.fixed-top,
.navbar {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: visible !important;
}
.header.fixed-top.hide,
.navbar.hide {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.header.fixed-top.hidden,
.navbar.hidden {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.header.fixed-top.visible,
.navbar.visible {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: visible !important;
}

.navbar {
  background-color: #f7f4ed;
  height: 72px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 156px;
    padding-top: 0.5rem;
  }
  .navbar-fixed {
    height: 86px;
  }
}
.navbar-brand {
  padding: 0;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 9999;
}
.navbar-brand a {
  display: block;
}
.navbar-brand [class*=logo-] {
  display: none;
}
.navbar-brand .logo-mobile-dark {
  display: block;
}
.navbar-brand.show [class*=logo-] {
  display: none !important;
}
.navbar-brand.show .logo-menu {
  display: block !important;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 240px;
  }
  .navbar-brand .logo-desktop-dark {
    display: block;
  }
  .navbar-brand .logo-mobile-dark {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  position: relative;
  z-index: 9999;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #383839;
  text-align: center;
  width: 35px;
  height: 1px;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  margin-bottom: 0;
}
.navbar-toggler.show .icon-bar {
  background-color: #f7f4ed !important;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  margin-top: -8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.navbar-menu {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .navbar-menu {
    width: 70%;
  }
}
.navbar-nav {
  width: 100%;
  padding-top: 0.75rem;
}
@media (min-width: 992px) {
  .navbar-nav {
    width: auto;
  }
}
.navbar-nav .nav-item {
  padding: 0.55rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.25rem;
  }
  .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }
  .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
.navbar-nav .nav-link {
  font-size: 0.75rem;
  letter-spacing: 0.145rem;
  padding: 0 !important;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    letter-spacing: 0.125rem;
  }
  .navbar-nav .nav-link::after {
    display: none;
  }
}
.navbar-tool {
  letter-spacing: 0.25rem;
  padding-top: 0.5rem;
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .navbar-tool {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-tool {
    margin-right: 0.5rem;
  }
}
.navbar-tool a {
  font-family: "Noto Sans TC", sans-serif;
  display: inline-block;
}
.navbar-tool a img {
  width: 22px;
}
.navbar-tool a:hover img {
  opacity: 0.8;
}
.navbar-tool .telephone-light {
  display: none;
}
.navbar-tool span {
  display: inline-block;
  background-color: #383839;
  width: 1px;
  height: 15px;
  margin: 0 1.25rem 0 1.5rem;
}
.navbar-item {
  padding: 1.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.navbar-item::after {
  content: "";
  background-color: #f7f4ed;
  width: auto;
  height: 1px;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  opacity: 0.2;
}
.navbar-item.flex-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 1rem 1.5rem;
}
.navbar-item.border-bottom-0 {
  padding: 1rem;
}
.navbar-item.border-bottom-0::after {
  display: none;
}
.navbar-item .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.375rem;
  opacity: 0.5;
  margin-bottom: 0.25rem;
}
.navbar-item .nav li + li {
  margin-left: 1.5rem;
}
.navbar-item .nav li a {
  letter-spacing: 0.25rem;
  padding: 0;
}
.navbar-item .nav li a i {
  font-size: 1.25rem;
}
.navbar-item .nav li a img {
  width: 26px;
}
.navbar-item .ch {
  font-family: "Noto Sans TC", sans-serif;
}
.navbar-item .en {
  font-family: "Inter", sans-serif;
}

.navbar-transparent {
  background-color: transparent;
}
.navbar-transparent.navbar-fixed {
  background-color: #f7f4ed;
}

.offcanvas {
  background-color: #252525;
  background-image: url(../images/mobile-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #f7f4ed !important;
  padding-top: 80px;
  display: block;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.offcanvas.show {
  opacity: 1;
}
.offcanvas a {
  color: #f7f4ed !important;
}
.offcanvas a:hover, .offcanvas a.active {
  color: #d6cebf !important;
}
@media (min-width: 992px) {
  .offcanvas {
    display: none;
  }
}
.offcanvas.offcanvas-end {
  border-left: none;
  width: 100%;
  height: 100vh;
}
.offcanvas .offcanvas-body {
  padding: 0 1.25rem 1.5rem;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  -webkit-transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.banner .swiper-banner .swiper-slide:first-child {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.banner .swiper-banner .swiper-slide a {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.banner .swiper-banner .swiper-slide-active .banner-text {
  opacity: 1;
}
.banner .swiper-banner .swiper-pagination {
  bottom: 12%;
  z-index: 50 !important;
  pointer-events: auto !important;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner .swiper-banner .swiper-pagination.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.banner .swiper-banner .swiper-pagination.hidden {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (min-width: 992px) {
  .banner .swiper-banner .swiper-pagination {
    bottom: 8%;
  }
}
.banner .swiper-banner .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: 20px;
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.banner .swiper-banner .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  border-radius: 50rem;
  background-color: #f7f4ed;
  width: 20px;
  height: 2px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .swiper-banner .swiper-pagination-bullet-active::before {
  width: 50px;
  opacity: 1;
}
.banner-picture {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.banner-picture::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.3);
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
}
@media (min-width: 992px) {
  .banner-picture {
    background-attachment: fixed;
    background-position: 60% 0;
  }
}
.banner-text {
  color: #f7f4ed;
  text-align: center;
  padding: 0 0.75rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 992px) {
  .banner-text {
    bottom: 13%;
  }
}
.banner-text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.45rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .banner-text .title {
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.banner-text .text {
  font-size: 0.8125rem;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-text .text {
    line-height: 1.8;
  }
}
.banner-video {
  height: 100vh;
  position: relative;
}
.banner-video::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.3);
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
}
.banner-video video {
  width: 100%;
  height: 100vh;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer-contact {
  border-top: 1px solid rgba(56, 56, 57, 0.3);
  background-color: #f7f4ed;
  padding: 3.75rem 0 3.5rem;
  position: relative;
}
.footer-contact:hover .en img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-contact a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .footer-contact {
    padding: 5rem 0;
  }
}
.footer-contact .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contact .row > [class*=col-]:first-child {
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .footer-contact .row > [class*=col-]:first-child {
    margin-bottom: 0;
  }
}
.footer-contact .ch {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.21rem;
  line-height: 2;
}
@media (min-width: 576px) {
  .footer-contact .ch {
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
}
.footer-contact .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.215rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-contact .en img {
  margin-top: 0.75rem;
  width: 40px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-contact .en.aos-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 576px) {
  .footer-contact .en {
    font-size: 0.8125rem;
    letter-spacing: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-contact .en img {
    margin-top: 0;
    margin-left: 3.25rem;
  }
}
.footer-main {
  background-image: url(../images/footer-bg-mobile.jpg);
  background-position: center top;
  background-size: cover;
  color: #f7f4ed;
  padding: 6.5rem 0 2rem;
}
.footer-main a {
  color: #f7f4ed;
}
.footer-main a:hover {
  color: #d6cebf;
}
@media (min-width: 768px) {
  .footer-main {
    background-image: url(../images/footer-bg-desktop.jpg);
    padding: 6.5rem 0 1rem;
  }
}
@media (min-width: 992px) {
  .footer-main {
    padding: 12.5rem 0 1rem;
  }
}
.footer-main .row:first-child {
  padding-bottom: 5.75rem;
  margin-bottom: 2rem;
  position: relative;
}
.footer-main .row:first-child::after {
  content: "";
  background-color: rgba(247, 244, 237, 0.2);
  width: auto;
  height: 1px;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0;
}
.footer-main .row:first-child > [class*=col-] {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-main .row:first-child > [class*=col-]::after {
  display: none;
}
@media (min-width: 768px) {
  .footer-main .row:first-child {
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
  .footer-main .row:first-child::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-main .row:first-child {
    margin-bottom: 10.5rem;
  }
}
.footer-main .row:last-child {
  position: relative;
}
.footer-main .row:last-child::before {
  content: "";
  background-color: rgba(247, 244, 237, 0.2);
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  display: none;
}
.footer-main .row:last-child > [class*=col-]:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-main .row:last-child {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-main .row:last-child::before {
    display: block;
  }
}
.footer-main .row > [class*=col-] {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.footer-main .row > [class*=col-]::after {
  content: "";
  background-color: rgba(247, 244, 237, 0.2);
  width: auto;
  height: 1px;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0;
}
@media (min-width: 768px) {
  .footer-main .row > [class*=col-] {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer-main .row > [class*=col-]::after {
    display: none;
  }
}
.footer-main .row > .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .footer-main .row > .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-logo {
  margin-bottom: 5.5rem;
}
.footer-article {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  padding-top: 2.25rem;
  position: relative;
}
.footer-article::before {
  content: "“";
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-article .author {
  padding-left: 1.5rem;
  position: relative;
}
.footer-article .author::before {
  content: "";
  background-color: #f7f4ed;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .footer-article {
    line-height: 2;
  }
}
.footer-item + .footer-item {
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .footer-item + .footer-item {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .footer-item + .footer-item {
    margin-left: 2.25rem;
  }
}
.footer-item .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.25rem;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
.footer-item .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .footer-item .nav-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-item .nav {
  font-size: 0.75rem;
  letter-spacing: 0.145rem;
}
.footer-item .nav + .nav {
  margin-top: 1.25rem;
}
.footer-item .nav li {
  margin-bottom: 1.125rem;
}
.footer-item .nav li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-item .nav + .nav {
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .footer-item .nav li {
    margin-bottom: 1.15rem;
  }
}
@media (min-width: 992px) {
  .footer-item .nav {
    letter-spacing: 0.13rem;
  }
}
@media (min-width: 1200px) {
  .footer-item .nav + .nav {
    margin-left: 3.25rem;
  }
}
.footer-item .info {
  font-size: 0.8125rem;
  letter-spacing: 0.35rem;
  line-height: 1;
}
.footer-item .info li {
  margin-bottom: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-item .info li img {
  width: 26px;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .footer-item .info li {
    margin-bottom: 0.75rem;
  }
  .footer-item .info li img {
    width: auto;
    margin-right: 1.5rem;
  }
}
.footer-item .tel {
  letter-spacing: 0.1rem;
}
.footer-item .mail {
  letter-spacing: 0.075rem;
}
.footer-item .add {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (min-width: 992px) {
  .footer-item .add {
    line-height: 2;
  }
}
.footer-item .text {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .footer-item .text {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-item .text {
    line-height: 2;
  }
}
.footer-item .form {
  border-bottom: 1px solid #f7f4ed;
  background-color: #383839;
  color: #f7f4ed;
  padding: 0 1rem;
}
.footer-item .form-control {
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #f7f4ed;
  font-size: 0.8125rem;
  letter-spacing: 0.075rem;
  padding: 1rem 0;
}
.footer-item .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-item .form-control::-webkit-input-placeholder {
  color: #f7f4ed;
  opacity: 0.5;
}
.footer-item .form-control::-moz-placeholder {
  color: #f7f4ed;
  opacity: 0.5;
}
.footer-item .form-control:-ms-input-placeholder {
  color: #f7f4ed;
  opacity: 0.5;
}
.footer-item .form-control::-ms-input-placeholder {
  color: #f7f4ed;
  opacity: 0.5;
}
.footer-item .form-control::placeholder {
  color: #f7f4ed;
  opacity: 0.5;
}
.footer-item .btn {
  border-radius: 0;
  padding: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-item .btn:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-item .social {
  font-size: 1.3125rem;
}
.footer-item .social li {
  margin-bottom: 0;
}
.footer-item .social li + li {
  margin-left: 1.75rem;
}
@media (min-width: 768px) {
  .footer-item .social li {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .footer-item .social li + li {
    margin-left: 2rem;
  }
}
.footer-copy {
  font-size: 0.8125rem;
  text-align: left;
  letter-spacing: 0.085rem;
  opacity: 0.5;
}
.footer-copy a {
  font-size: 0.6875rem;
  letter-spacing: 0.215rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer-copy span {
  display: block;
}
@media (min-width: 768px) {
  .footer-copy {
    font-size: 0.75rem;
    text-align: right;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
  }
  .footer-copy a {
    font-size: 0.75rem;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .footer-copy {
    margin-bottom: 0;
  }
  .footer-copy a {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .footer-copy span {
    display: inline-block;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding-top: 12rem;
}
@media (min-width: 576px) {
  main {
    padding-top: 11rem;
  }
}

/* PAGE-HEADER */
.page-header {
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .page-header {
    margin-bottom: 3.75rem;
  }
  .page-header-view {
    margin: 4.25rem 0 3rem;
  }
}
.page-header .category {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-header .category {
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 1.25rem;
  }
}
.page-header .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.65rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-header .title {
    font-size: 3rem;
    letter-spacing: 0.9rem;
    margin-bottom: 2.2rem;
  }
}
.page-header .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.45rem;
  line-height: 1.7;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-header .subtitle {
    line-height: 1.8;
  }
}
.page-header .text {
  letter-spacing: 0.08rem;
  line-height: 2;
  margin-bottom: 0;
}

/* PAGE-MENU */
.page-menu {
  border-top: 0.5px solid #383839;
  border-bottom: 0.5px solid #383839;
  margin-bottom: 2.5rem;
  position: relative;
}
.page-menu::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 244, 237, 0)), color-stop(75%, #f7f4ed));
  background: linear-gradient(90deg, rgba(247, 244, 237, 0) 0%, #f7f4ed 75%);
  width: 50px;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  pointer-events: none;
  z-index: 1;
}
.page-menu::after {
  content: "";
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: auto;
  position: absolute;
  top: 1px;
  right: -5px;
  bottom: 1px;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page-menu.is-scrolling::after {
  opacity: 0;
}
@media (min-width: 992px) {
  .page-menu {
    margin-bottom: 3rem;
  }
  .page-menu::before, .page-menu::after {
    opacity: 0;
  }
}
.page-menu .nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-menu .nav::-webkit-scrollbar {
  display: none;
}
.page-menu .nav li {
  padding: 0 1.75rem 0 2rem;
  position: relative;
}
.page-menu .nav li::before {
  content: "";
  background-color: #383839;
  width: 0.5px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.page-menu .nav li:first-child {
  padding: 0 1.125rem 0 1.25rem;
}
.page-menu .nav li:first-child a {
  letter-spacing: 0.4rem;
}
.page-menu .nav li:first-child a::after {
  right: 0.4rem;
}
.page-menu .nav li:last-child::after {
  content: "";
  background-color: #383839;
  width: 0.5px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.page-menu .nav li a {
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  line-height: 59px;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.page-menu .nav li a::after {
  content: "";
  background-color: #383839;
  width: auto;
  height: 2.5px;
  position: absolute;
  left: 0;
  right: 0.15rem;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page-menu .nav li a:hover, .page-menu .nav li a.active {
  color: #383839;
  font-weight: 600;
}
.page-menu .nav li a:hover::after, .page-menu .nav li a.active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .page-menu .nav li {
    padding: 0 2.25rem 0 2.5rem;
  }
  .page-menu .nav li:first-child {
    padding: 0 1.75rem 0 2rem;
  }
  .page-menu .nav li:first-child a {
    letter-spacing: 0.15rem;
  }
  .page-menu .nav li:first-child a::after {
    right: 0.15rem;
  }
  .page-menu .nav li a {
    line-height: 58px;
  }
}

/* PAGE-LIST */
.page-list > [class*=col-] {
  margin-bottom: 5.25rem;
}
@media (max-width: 991px) {
  .page-list {
    margin: 0 -0.5rem;
  }
  .page-list > [class*=col-] {
    padding: 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .page-list > [class*=col-] {
    margin-bottom: 6rem;
  }
}
.page-list .item {
  position: relative;
}
.page-list .item > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.page-list .item:hover .picture::before {
  opacity: 1;
}
.page-list .item:hover .picture::after {
  opacity: 1;
}
.page-list .picture {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.page-list .picture::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.3);
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-list .picture::after {
  content: "";
  background-image: url(../images/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-list .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 576px) {
  .page-list .picture::after {
    background-size: auto;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .page-list .picture {
    margin-bottom: 1.5rem;
  }
}
.page-list .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.375rem;
  line-height: 1.7;
  text-transform: uppercase;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list .title {
    letter-spacing: 0.38rem;
    -webkit-line-clamp: 2;
  }
}
.page-list .text {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list .text {
    line-height: 2;
    margin: 1.5rem 0 1.25rem;
    -webkit-line-clamp: 3;
  }
}
.page-list .tags {
  color: #666666;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.2125rem;
  line-height: 2.6;
  word-wrap: break-word;
  position: relative;
  z-index: 3;
}
.page-list .tags a {
  color: #666666;
}
.page-list .tags a:hover {
  color: #383839;
}
.page-list .tags span {
  display: inline-block;
  margin: 0 0.4rem 0 0.75rem;
}
@media (min-width: 992px) {
  .page-list .tags {
    font-size: 0.75rem;
    letter-spacing: 0.2rem;
  }
}

/* PAGE-TRANSITION */
.page-transition {
  border-top: 0.5px solid #383839;
  border-bottom: 0.5px solid #383839;
  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;
  padding: 3rem 1rem;
  margin-bottom: 5.25rem;
}
@media (min-width: 992px) {
  .page-transition {
    padding: 3.125rem 1rem;
    margin-bottom: 6rem;
  }
}
.page-transition .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-transition .text {
    font-size: 1rem;
  }
}

/* PAGE-MEDIA */
.page-media > .container-fluid {
  position: relative;
  height: 520px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-media > .container-fluid {
    height: 100vh;
  }
}
.page-media .picture {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform;
  display: block;
}
.page-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.page-media .media::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.3);
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-media .media::after {
  content: "";
  background-image: url(../images/play-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-media .media:hover::after {
  background-size: 45px;
  width: 50px;
  height: 50px;
}
.page-media .media.fade-out {
  opacity: 0;
  pointer-events: none;
}
.page-media .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 576px) {
  .page-media .media::after {
    background-size: 60px;
    width: 70px;
    height: 70px;
  }
  .page-media .media:hover::after {
    background-size: 70px;
    width: 80px;
    height: 80px;
  }
}
.page-media .ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-media .ratio iframe {
  width: 100%;
  height: 100%;
}

/* PAGE-ARTICLE */
.page-article.row > [class*=col-] > *,
.page-article > .row > [class*=col-] > * {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .page-article.row > [class*=col-] > *,
  .page-article > .row > [class*=col-] > * {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .page-article.row > [class*=col-]:first-child,
  .page-article > .row > [class*=col-]:first-child {
    width: 31.5%;
  }
  .page-article.row > [class*=col-]:last-child,
  .page-article > .row > [class*=col-]:last-child {
    width: 68.5%;
  }
  .page-article.row > [class*=col-].offset-md-3, .page-article.row > [class*=col-].offset-xxl-3,
  .page-article > .row > [class*=col-].offset-md-3,
  .page-article > .row > [class*=col-].offset-xxl-3 {
    margin-left: 31.5%;
  }
}
.page-article .title,
.page-article .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.375rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-article .title,
  .page-article .subtitle {
    margin-top: 0.375rem;
  }
}
.page-article .content {
  text-align: left;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .page-article .content {
    line-height: 2;
  }
}

/* PAGE-SUMMARY */
.page-summary {
  padding: 2.75rem 0 3rem;
}
@media (min-width: 992px) {
  .page-summary {
    padding: 3.1rem 0 3.5rem;
  }
}
.page-summary .nav {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
.page-summary .nav li {
  border-bottom: 0.5px solid #8C8A85;
  padding: 0.85rem 0 0.85rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-summary .nav li:first-child {
  border-top: 0.5px solid #8C8A85;
}
.page-summary .nav li span {
  display: inline-block;
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media (min-width: 992px) {
  .page-summary .nav {
    line-height: 2;
  }
  .page-summary .nav li {
    padding: 0.63rem 1.25rem;
  }
  .page-summary .nav li span {
    letter-spacing: 0.2rem;
  }
}
.page-summary .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
.page-summary .content.has-more {
  position: relative;
  z-index: 0;
}
.page-summary .content.has-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f7f4ed));
  background: linear-gradient(transparent, #f7f4ed);
  opacity: 1;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  z-index: 2;
}
.page-summary .content.expanded {
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.page-summary .content.expanded.has-more::after {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
@supports (-webkit-touch-callout: none) {
  .page-summary .content {
    position: relative;
  }
  .page-summary .content::before {
    content: "";
    background-color: #f7f4ed;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page-summary .content.expanded::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-summary .content {
    -webkit-line-clamp: 3;
  }
}
.page-summary .btn {
  border-radius: 0;
  border: none;
  color: #383839;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  padding: 0;
  margin-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.page-summary .btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  overflow: hidden;
  position: relative;
}
.page-summary .btn span::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #383839;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-summary .btn span::after {
  content: "";
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-summary .btn:hover {
  color: #383839;
}
.page-summary .btn:hover span::after {
  -webkit-animation: iconUp 0.5s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
          animation: iconUp 0.5s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
}
.page-summary .btn.is-expanded span::after {
  background-image: url(../images/icon-dash.svg);
}
@media (min-width: 992px) {
  .page-summary .btn {
    background-position: 85% center;
    margin-top: 1.5rem;
  }
}

@-webkit-keyframes iconUp {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes iconUp {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* PAGE-BODY */
.page-body {
  padding: 3rem 0 5rem;
}
@media (min-width: 992px) {
  .page-body {
    padding: 3.5rem 0 6.25rem;
  }
}
.page-body .meta {
  border-top: 1px solid #8C8A85;
  border-bottom: 1px solid #8C8A85;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .page-body .meta {
    padding: 1.125rem 0.5rem;
  }
}
.page-body .category {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.225rem;
}
@media (min-width: 992px) {
  .page-body .category {
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
  }
}
.page-body .date {
  letter-spacing: 0.075rem;
}
.page-body .picture {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-body .picture > [class*=col-] {
  margin-bottom: 1.75rem;
}
.page-body .picture:last-child > [class*=col-]:last-child {
  margin-bottom: 0;
}
.page-body .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
  -o-object-position: center;
    object-position: center;
}
.page-body .picture.hori img {
  aspect-ratio: 1344/707;
}
.page-body .picture.vert img {
  aspect-ratio: 428/591;
}
@media (min-width: 992px) {
  .page-body .picture {
    margin: 0 -1rem;
  }
  .page-body .picture > [class*=col-] {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .page-body .picture:last-child > [class*=col-] {
    margin-bottom: 0;
  }
}
.page-body .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.page-body .text > [class*=col-] > * {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.page-body .text:last-child > [class*=col-] > .paragraph {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-body .text {
    margin-top: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .page-body .text > [class*=col-] > * {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .page-body .text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-body .text > [class*=col-]:first-child {
    width: 31.5%;
  }
  .page-body .text > [class*=col-]:last-child {
    width: 68.5%;
  }
  .page-body .text > [class*=col-].offset-md-3 {
    margin-left: 31.5%;
  }
}
.page-body .title-line {
  letter-spacing: 0.125rem;
  line-height: 1.8;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
  position: relative;
}
.page-body .title-line::after {
  content: "";
  background-color: #383839;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .page-body .title-line {
    line-height: 1.9;
    margin-bottom: 3.5rem;
  }
}
.page-body .subtitle {
  letter-spacing: 0.125rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.page-body .subtitle::after {
  display: none;
}
@media (min-width: 992px) {
  .page-body .subtitle {
    line-height: 1.8;
  }
}
.page-body .paragraph {
  margin-top: 0.25rem;
  margin-bottom: 3.75rem;
}

/* PAGE-GALLERY */
.page-gallery {
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .page-gallery {
    padding-bottom: 4.5rem;
  }
}
.page-gallery .title {
  color: #000000;
}
.page-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.2rem;
}
.page-gallery .gallery a {
  display: block;
  height: 211px;
  margin-bottom: 1.75rem;
  overflow: hidden;
  position: relative;
}
.page-gallery .gallery a::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.3);
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-gallery .gallery a::after {
  content: "";
  background-image: url(../images/search-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-gallery .gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-gallery .gallery a:hover::before, .page-gallery .gallery a:hover::after {
  opacity: 1;
}
@media (max-width: 575px) {
  .page-gallery .gallery a {
    height: auto;
  }
  .page-gallery .gallery a.landscape {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-gallery .gallery a.portrait {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.65rem);
            flex: 0 0 calc(50% - 0.65rem);
  }
}
@media (min-width: 576px) {
  .page-gallery .gallery a.landscape {
    width: 318px;
  }
  .page-gallery .gallery a.portrait {
    width: 153px;
  }
}

/* PAGE-SHARE */
.page-share .group {
  border-top: 1px solid rgba(56, 56, 57, 0.3);
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
  padding: 3.25rem 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .page-share .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.8rem 0;
  }
}
.page-share .tit {
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 576px) {
  .page-share .tit {
    margin-bottom: 0;
    margin-right: 0.5rem;
    display: inline-block;
  }
}
.page-share .nav li {
  margin: 0 1rem;
}
.page-share .nav li a {
  display: inline-block;
}
.page-share .nav li a:hover img {
  opacity: 0.9;
}
@media (min-width: 576px) {
  .page-share .nav li {
    margin: 0 1.25rem;
  }
}

/* PAGE-ACTIONS */
.page-actions {
  padding: 5rem 0 9.5rem;
}
@media (min-width: 992px) {
  .page-actions {
    padding: 6.25rem 0 12.5rem;
  }
}
.page-actions .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-actions .btn-wrap:first-child {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .page-actions .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-actions .btn-wrap:first-child {
    margin-bottom: 4.25rem;
  }
}
.page-actions .btn {
  color: #383839;
  border-radius: 0;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13rem;
  padding: 0;
}
.page-actions .btn + .btn {
  margin-top: 1.75rem;
}
@media (min-width: 576px) {
  .page-actions .btn + .btn {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.page-actions .btn-fill {
  border: 1px solid #252525;
  background-color: #252525;
  color: #f7f4ed;
  line-height: 54px;
  width: 100%;
  max-width: 270px;
  height: 54px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-actions .btn-fill:hover {
  background-color: #f7f4ed;
  color: #252525;
}
@media (min-width: 576px) {
  .page-actions .btn-fill {
    line-height: 52px;
    height: 52px;
  }
}
.page-actions .btn-line {
  padding: 0 0.5rem 1rem;
  overflow: hidden;
  position: relative;
}
.page-actions .btn-line::after {
  content: "";
  background-color: #383839;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-actions .btn-line:hover::after {
  -webkit-animation: btnLine 1s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
          animation: btnLine 1s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
}

@-webkit-keyframes btnLine {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes btnLine {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* PAGE-RELATED */
.page-related {
  background-color: #F2EEE6;
  padding: 6.75rem 0 6.25rem;
}
@media (min-width: 992px) {
  .page-related {
    padding: 6.25rem 0 0;
  }
}
.page-related .page-article .title {
  margin-bottom: 3.25rem;
}
@media (min-width: 992px) {
  .page-related .page-article .title {
    margin-bottom: 5.25rem;
  }
}
.page-related .page-list {
  margin: 0 -0.75rem;
}
.page-related .page-list .title {
  margin-bottom: 1.25rem;
}
.page-related .swiper-related {
  width: 100%;
}
@media (min-width: 992px) {
  .page-related .swiper-related {
    padding-bottom: 6rem;
  }
}
.page-related .swiper-related .swiper-slide {
  padding: 0 0.75rem;
}
@media (min-width: 992px) {
  .page-related .swiper-related .swiper-slide {
    padding-bottom: 0;
  }
}
.page-related .swiper-related .swiper-pagination {
  bottom: auto;
  margin-top: 3.5rem;
  position: relative;
}
.page-related .swiper-related .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: 20px;
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.page-related .swiper-related .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  border-radius: 50rem;
  background-color: #383839;
  width: 20px;
  height: 2px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-related .swiper-related .swiper-pagination-bullet-active::before {
  width: 50px;
  opacity: 1;
}
.page-related .swiper-related1 .swiper-slide {
  width: 50%;
}
.page-related .swiper-related1 .swiper-slide.big-slide {
  width: 100%;
}
@media (min-width: 992px) {
  .page-related .swiper-related1 .swiper-slide {
    width: 25%;
  }
  .page-related .swiper-related1 .swiper-slide.big-slide {
    width: 50%;
  }
}

/* PAGE-FIXED */
.page-fixed > .container-fluid > .row > [class*=col-] {
  position: relative;
}
.page-fixed > .container-fluid > .row > [class*=col-]::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 238, 230, 0)), color-stop(89%, rgba(242, 238, 230, 0.8)));
  background: linear-gradient(to bottom, rgba(242, 238, 230, 0) 0%, rgba(242, 238, 230, 0.8) 89%);
  height: 200px;
  position: absolute;
  left: -1.25rem;
  right: -1.25rem;
  bottom: 0;
  opacity: 0;
}
.page-fixed > .container-fluid > .row > [class*=col-] > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .page-fixed > .container-fluid > .row > [class*=col-]::after {
    opacity: 1;
  }
  .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-right: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .page-fixed > .container-fluid > .row > [class*=col-]::after {
    left: -3rem;
    right: -3rem;
  }
}
.page-fixed .page-media {
  position: relative;
  height: 520px;
  overflow: hidden;
  margin: 0 -1.25rem;
}

/* PAGE-PICTURE */
.page-picture {
  text-align: right;
  margin: 0 -1.25rem;
}
.page-picture img {
  width: 100%;
  height: 517px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .page-picture {
    margin: 0;
    position: sticky !important;
    top: 0;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
  }
  .page-picture img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-picture img {
    height: 100vh;
  }
}

/* BUTTON */
.button-wrap {
  text-align: center;
  margin-bottom: 9.5rem;
}
@media (min-width: 992px) {
  .button-wrap {
    margin-bottom: 12.5rem;
  }
}
.button-wrap.hide {
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .button-wrap.hide {
    margin-bottom: 5rem;
  }
}

.button {
  border-top: 1px solid #383839;
  border-bottom: 1px solid #383839;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.145rem;
  width: 100%;
  max-width: 247px;
  padding: 1.05rem 0.65rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  color: #383839;
}
.button:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (min-width: 992px) {
  .button {
    letter-spacing: 0.13rem;
    max-width: 270px;
    padding: 1rem 0.75rem;
  }
}
.button-down {
  padding: 1rem 0.5rem 1rem 0.75rem;
}
.button-down img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.button-down:hover img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* BREADCRUMB */
.breadcrumb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2rem 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.breadcrumb::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 244, 237, 0)), color-stop(75%, #f7f4ed));
  background: linear-gradient(90deg, rgba(247, 244, 237, 0) 0%, #f7f4ed 75%);
  width: 30px;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  pointer-events: none;
  z-index: 1;
}
.breadcrumb .breadcrumb-item {
  color: #383839;
  font-size: 0.6875rem;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
  margin-left: 1.25rem;
  position: relative;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.5rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 1.75rem 0;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
    font-weight: 300;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 1.25rem;
    margin-left: 1rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding: 0;
}
.about .container {
  position: relative;
}
.about .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about .row > [class*=col-]:last-child {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: margin 1s ease-in;
  transition: margin 1s ease-in;
}
@media (min-width: 768px) {
  .about .row > [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .about .row > [class*=col-]:first-child {
    width: 44%;
  }
  .about .row > [class*=col-]:last-child {
    width: 56%;
  }
}
.about .swiper-about {
  --swiper-wrapper-transition-timing-function: linear !important;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.about .swiper-about .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.about .swiper-about .swiper-slide {
  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;
  height: auto;
}
.about .swiper-about .swiper-slide + .swiper-slide {
  margin-left: 1rem;
}
.about .swiper-about .swiper-slide.hori {
  width: 320px !important;
}
.about .swiper-about .swiper-slide.vert {
  height: 320px !important;
}

/* ABOUT PICTURE */
.about-picture {
  height: 100%;
  -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;
}
.about-picture > * {
  margin-bottom: 2rem;
}

/* ABOUT TEXT */
@media (min-width: 768px) {
  .about-text.aos-animate {
    position: sticky;
  }
}
.about-text .category {
  color: #5a5a5a;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.35rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .about-text .category {
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
}
.about-text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.43rem;
  line-height: 1.6;
  margin-bottom: 3.5rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  text-transform: uppercase;
}
.about-text .title span {
  padding-left: 35px;
  position: relative;
}
.about-text .title span::before {
  content: "";
  background-color: #383839;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .about-text .title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .about-text .title {
    letter-spacing: 0.45rem;
    line-height: 1.8;
    margin-bottom: 3.75rem;
  }
}
.about-text .text {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.about-text .text ul {
  padding-left: 1.5rem;
}
.about-text .text strong {
  display: block;
  font-weight: 500;
  letter-spacing: 0.235rem;
  margin: 2.5rem 0 0.5rem;
}
.about-text .text span {
  font-weight: 300;
}
@media (min-width: 992px) {
  .about-text .text {
    line-height: 2;
  }
}

/* ABOUT PROFILE */
.about-profile {
  padding: 10rem 0 5rem;
}
@media (min-width: 992px) {
  .about-profile {
    padding: 0;
    margin: 13rem 0 6rem;
  }
}
.about-profile .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .about-profile .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-profile .about-text {
  max-width: 550px;
}
@media (min-width: 768px) {
  .about-profile .about-text.aos-animate {
    top: 20%;
  }
}

/* ABOUT FOUNDER */
.about-founder {
  padding: 5.5rem 0 10rem;
}
@media (min-width: 992px) {
  .about-founder {
    margin: 0 0 13rem;
    padding: 6rem 0 0;
  }
}
.about-founder .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .about-founder .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-founder .about-text {
  max-width: 650px;
}
@media (min-width: 768px) {
  .about-founder .about-text.aos-animate {
    top: 10%;
  }
}

/*------------------------------------*\
    VIDEOS
\*------------------------------------*/
.videos .page-list .picture::after {
  background-image: url(../images/play-circle.svg);
}
.videos .page-summary {
  padding-bottom: 5.75rem;
}
@media (min-width: 992px) {
  .videos .page-summary {
    padding-bottom: 7rem;
  }
}

/*------------------------------------*\
    JOURNAL
\*------------------------------------*/
.journal .page-list .picture img {
  -o-object-position: center top;
    object-position: center top;
}
.journal .page-list .picture-small img {
  aspect-ratio: 320/340;
}
.journal .page-list .picture-medium img {
  aspect-ratio: 320/372;
}
.journal .page-list .picture-large img {
  aspect-ratio: 320/390;
}
.journal .page-body {
  padding-top: 2.75rem;
}
@media (min-width: 992px) {
  .journal .page-body {
    padding-top: 3.1rem;
  }
}

/*------------------------------------*\
    PRESS
\*------------------------------------*/
.press .page-list .picture {
  margin-bottom: 0;
}
.press .page-list .title {
  font-weight: 600;
  margin-bottom: 1rem;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  display: block;
  overflow: visible;
}
.press .page-list .title::before {
  content: "";
  background-color: #383839;
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-right: 1.25rem;
  position: relative;
  top: -0.35rem;
}
@media (min-width: 992px) {
  .press .page-list .title {
    margin-bottom: 1rem;
  }
}
.press .page-list .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  display: block;
  overflow: visible;
  margin: 1.5rem 0 1rem;
  padding-top: 2rem;
  position: relative;
}
.press .page-list .text::before {
  content: "“";
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .press .page-list .text {
    margin: 1.5rem 0;
    padding-top: 2.25rem;
  }
}
.press .page-body .content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .press .page-body .content {
    margin-top: -2rem;
  }
}
@media (min-width: 992px) {
  .press .page-body .content {
    margin-top: -2.5rem;
  }
}
.press .page-related .page-list .title {
  margin: 1.25rem 0 1rem;
}
@media (min-width: 992px) {
  .press .page-related .page-list .title {
    margin: 1.5rem 0 1rem;
  }
}

/*------------------------------------*\
    AWARDS
\*------------------------------------*/
.awards .page-fixed {
  margin-bottom: 3rem;
}
.awards .page-fixed > .container-fluid > .row > [class*=col-]::after {
  display: none;
}
@media (min-width: 768px) {
  .awards .page-fixed {
    margin-bottom: 2.25rem;
  }
  .awards .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 11rem;
  }
}
@media (min-width: 992px) {
  .awards .page-fixed {
    margin-bottom: 9.5rem;
  }
  .awards .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 74vh;
  }
}
@media (min-width: 1600px) {
  .awards .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 76.25vh;
  }
}

/* AWARDS LIST */
.awards-list {
  margin-bottom: 3rem;
}
.awards-list .item {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25rem;
  line-height: 1.9;
  max-width: 160px;
  margin: 0 auto 3.5rem;
}
.awards-list .item img {
  width: 160px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease, -webkit-filter 0.5s ease;
}
.awards-list .item span {
  min-height: 70px;
  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;
}
.awards-list .item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
@media (min-width: 992px) {
  .awards-list .item {
    line-height: 1.8;
  }
}

/* AWARDS CONTENT */
.awards-content {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .awards-content {
    margin-top: 6.75rem;
  }
}
.awards-content .item {
  margin-bottom: 4rem;
}
.awards-content .item:last-child {
  margin-bottom: 0;
}
.awards-content .item:last-child .table {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .awards-content .item {
    margin-bottom: 7rem;
  }
}
.awards-content .year {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.35rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.awards-content .year::before {
  content: "";
  border-radius: 50%;
  background-color: #383839;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.75rem;
}
@media (min-width: 992px) {
  .awards-content .year {
    letter-spacing: 0.45rem;
    margin-bottom: 2.25rem;
  }
  .awards-content .year::before {
    margin-right: 1.25rem;
  }
}
.awards-content .table {
  display: none;
}
.awards-content .table tr:hover th,
.awards-content .table tr:hover td {
  background-color: #F2EEE6;
}
.awards-content .table th {
  border-bottom-color: #383839;
  border-bottom-width: 0.5px;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 2;
  padding: 1.5rem 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  width: 35%;
}
.awards-content .table td {
  border-bottom-color: #383839;
  border-bottom-width: 0.5px;
  background-color: transparent;
  letter-spacing: 0.04rem;
  line-height: 2;
  padding: 1.5rem 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 25%;
}
.awards-content .table td:last-child {
  width: 15%;
}
@media (min-width: 576px) {
  .awards-content .table {
    display: table;
  }
}
.awards-content .nav {
  letter-spacing: 0.04rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awards-content .nav li {
  border-bottom: 0.5px solid #383839;
  padding: 1.25rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.awards-content .nav li:hover {
  background-color: #F2EEE6;
}
.awards-content .nav li strong {
  letter-spacing: 0.2375rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.awards-content .nav li span {
  display: inline-block;
}
.awards-content .nav li span::after {
  content: "/";
  margin: 0 1rem;
}
.awards-content .nav li span:last-child::after {
  display: none;
}
@media (min-width: 576px) {
  .awards-content .nav {
    display: none;
  }
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.services .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
  padding-top: 0;
}
.services .page-fixed > .container-fluid > .row > [class*=col-]:last-child {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .services .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-right: 0;
  }
  .services .page-fixed > .container-fluid > .row > [class*=col-]:last-child {
    padding-left: 2.25rem;
    padding-top: 6.5rem;
    padding-bottom: 13.5rem;
  }
}
.services .page-picture {
  text-align: left;
}

/* SERVICES LIST */
.services-list {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .services-list {
    padding-bottom: 10.5rem;
  }
}
.services-list .row > [class*=col-] {
  margin-bottom: 1.75rem;
}
.services-list .item {
  background-position: center;
  background-size: cover;
  color: #F7F4ED;
  aspect-ratio: 335/462;
  padding: 1.25rem 1.25rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.services-list .item::before {
  content: "";
  background-color: rgba(56, 56, 57, 0.2);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.services-list .item > * {
  max-width: 220px;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .services-list .item > * {
    max-width: 190px;
  }
}
.services-list .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.375rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.services-list .text {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .services-list .text {
    line-height: 2;
  }
}

/* SERVICES CONTENT */
.services-content {
  padding-bottom: 9.5rem;
}
@media (min-width: 768px) {
  .services-content {
    padding-bottom: 0;
  }
}
.services-content .content {
  margin-bottom: 5rem;
}
.services-content .content:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .services-content .content {
    margin-bottom: 6.5rem;
  }
}
.services-content .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.375rem;
  margin-bottom: 2.125rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .services-content .title {
    margin-bottom: 4.1rem;
  }
}
.services-content .text {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .services-content .text {
    line-height: 2;
    margin-bottom: 2.5rem;
  }
}
.services-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .services-content .item {
    margin-bottom: 2.375rem;
  }
}
.services-content .num {
  display: inline-block;
  border-radius: 50%;
  background-color: #383839;
  color: #f7f4ed;
  font-size: 0.625rem;
  text-align: center;
  line-height: 15px;
  width: 15px;
  height: 15px;
  margin-top: 0.5rem;
  margin-left: 0.4rem;
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .services-content .num {
    font-size: 0.75rem;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-left: 0.65rem;
    margin-right: 3.75rem;
  }
}
.services-content .list {
  width: 100%;
}
.services-content .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .services-content .subtitle {
    font-size: 1rem;
  }
}
.services-content .info {
  color: #5A5A5A;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
.services-content .info li {
  padding-left: 1.5rem;
  position: relative;
}
.services-content .info li::before {
  content: "";
  border-radius: 50%;
  background-color: #383839;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
}
@media (min-width: 992px) {
  .services-content .info {
    line-height: 2;
  }
}
.services-content .cost {
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
.services-content .cost li {
  border-bottom: 0.5px solid #8C8A85;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-content .cost li:first-child {
  border-top: 0.5px solid #8C8A85;
}
.services-content .cost li span {
  display: inline-block;
  letter-spacing: 0.265rem;
  width: 220px;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .services-content .cost {
    line-height: 2;
  }
  .services-content .cost li {
    padding: 0.6rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .services-content .cost li span {
    letter-spacing: 0.2375rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.services-content .remark {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 3.5rem;
}
.services-content .remark span {
  letter-spacing: 0.265rem;
  text-transform: uppercase;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}
.services-content .remark span::after {
  content: "";
  background-color: #8C8A85;
  width: 0.5px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) {
  .services-content .remark {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .services-content .remark {
    line-height: 2;
    margin-top: 3.5rem;
    margin-left: 5.5rem;
  }
  .services-content .remark span {
    letter-spacing: 0.2375rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
@media (min-width: 768px) {
  .contact .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 11rem;
  }
}
@media (min-width: 992px) {
  .contact .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 74vh;
  }
}
@media (min-width: 1600px) {
  .contact .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 76.25vh;
  }
}

/* CONTACT INFO */
.contact-info {
  margin: 2.75rem 0 4rem;
}
@media (min-width: 992px) {
  .contact-info {
    margin: 9.5rem 0 7rem;
  }
}
.contact-info .nav li {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.contact-info .nav li:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.contact-info .nav li span {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  text-transform: uppercase;
  width: 80px;
}
.contact-info .nav li p {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.contact-info .nav li a {
  display: inline-block;
}
.contact-info .nav li a.en {
  font-family: "Inter", sans-serif;
}
.contact-info .nav li a.map {
  display: inline-block;
  color: #383839;
  font-weight: 500;
  margin-top: 0.75rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
  position: relative;
}
.contact-info .nav li a.map::after {
  content: "";
  background-color: #383839;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-info .nav li a.map:hover::after {
  -webkit-animation: btnLine 1s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
          animation: btnLine 1s cubic-bezier(0.09, 0.45, 0.29, 1) forwards;
}
@media (min-width: 992px) {
  .contact-info .nav li span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    width: 100px;
    margin-right: 1.75rem;
  }
}

/* CONTACT FORM */
.contact-form {
  padding-bottom: 9.5rem;
}
@media (min-width: 992px) {
  .contact-form {
    padding-bottom: 12.5rem;
  }
}
.contact-form .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.135rem;
  line-height: 2;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-form .title {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.5rem;
  }
}
.contact-form .form-group {
  border-bottom: 0.5px solid #383839;
  padding: 1.45rem 0;
}
@media (min-width: 992px) {
  .contact-form .form-group {
    padding: 1.6rem 0;
  }
}
.contact-form .col-form-label {
  font-weight: 500;
  letter-spacing: 0.25rem;
  white-space: nowrap;
  padding: 0;
  text-transform: uppercase;
}
.contact-form .form-control {
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 0.8125rem;
  letter-spacing: 0.04rem;
  padding: 0 0 0 3.5rem;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.contact-form .form-control::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.contact-form .form-control::placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
@media (min-width: 992px) {
  .contact-form .form-control {
    padding: 0 0 0 2rem;
  }
}
.contact-form .code-wrap {
  padding-right: 115px;
  margin-bottom: 1.75rem;
  position: relative;
}
.contact-form .code-wrap .col-form-label {
  letter-spacing: 0.2125rem;
  white-space: wrap;
  word-break: break-all;
}
.contact-form .code-wrap .form-control {
  padding-left: 1.25rem;
}
.contact-form .code-wrap img {
  width: 111px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 992px) {
  .contact-form .code-wrap {
    padding-right: 125px;
  }
  .contact-form .code-wrap .col-form-label {
    letter-spacing: 0.235rem;
    white-space: nowrap;
  }
  .contact-form .code-wrap .form-control {
    padding-left: 2.5rem;
  }
  .contact-form .code-wrap img {
    width: 122px;
  }
}
.contact-form .btn {
  border-radius: 0;
  border-color: #252525;
  background-color: #252525;
  color: #f7f4ed;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  width: 100%;
  max-width: 270px;
  height: 52px;
  padding: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact-form .btn:hover {
  background-color: transparent;
  color: #252525;
}
.contact-form .invalid-feedback,
.contact-form .valid-feedback {
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .contact-form .invalid-feedback,
  .contact-form .valid-feedback {
    line-height: 2;
  }
}

/*------------------------------------*\
    PRIVACY
\*------------------------------------*/
@media (min-width: 768px) {
  .privacy .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 11rem;
  }
}
@media (min-width: 992px) {
  .privacy .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 67vh;
  }
}
@media (min-width: 1600px) {
  .privacy .page-fixed > .container-fluid > .row > [class*=col-]:first-child {
    padding-top: 70vh;
  }
}

/* PRIVACY CONTENT */
.privacy-content {
  padding: 2.5rem 0 9.5rem;
}
@media (min-width: 992px) {
  .privacy-content {
    padding: 5.5rem 0 12.5rem;
  }
}
.privacy-content .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.085rem;
  line-height: 2;
  padding-bottom: 3.5rem;
  margin-bottom: 5.5rem;
  text-transform: uppercase;
  position: relative;
}
.privacy-content .title::after {
  content: "";
  background-color: #383839;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .privacy-content .title {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 4.5rem;
  }
}
.privacy-content .content {
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
.privacy-content .content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.privacy-content .content h4 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.privacy-content .content p {
  margin-bottom: 2.25rem;
}
.privacy-content .content p + h3 {
  margin-top: 5.25rem;
}
.privacy-content .content ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
}
.privacy-content .content ul li::before {
  content: "．";
  margin-left: -1em;
}
.privacy-content .content ol {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.privacy-content .content ul + h4,
.privacy-content .content ol + h4 {
  margin-top: 2.25rem;
}
@media (min-width: 992px) {
  .privacy-content .content {
    line-height: 2;
  }
  .privacy-content .content h3 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 4.5rem;
  }
  .privacy-content .content p {
    margin-bottom: 2.5rem;
  }
  .privacy-content .content p + h3 {
    margin-top: 4.25rem;
  }
}