.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.image-overlay .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay {
    display: none;
  }
}
.image-overlay .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.image-overlay:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay:hover .overlay {
    display: none;
  }
}
:root {
  font-size: 1.11111111vw;
  --px-size: 21.3333;
  --text-multiplier: 1;
  --variable-slider-image-height: 100%;
  --swiper-image-height: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  padding: 1.4rem;
  position: relative;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  body {
    padding: 10px;
  }
}
body .container {
  background-color: white;
  margin: auto;
  z-index: -2;
  overflow-x: hidden;
  overflow-y: auto;
}
body h1,
body h2,
body h3 {
  scroll-padding-top: 120px;
  scroll-margin-top: 120px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
}
body p,
body span,
body div,
body pre {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
}
body .grid {
  background-color: transparent;
  opacity: 0.2;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding: 0 1.595rem;
  grid-template-rows: auto;
  margin: auto;
  z-index: 999;
  gap: 0.9rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 899px) {
  body .grid {
    grid-template-columns: repeat(10, 1fr);
    padding: 0 1.3rem;
    gap: 2rem;
  }
}
body .grid__item {
  background-color: #57B431;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.2rem;
}
@media only screen and (max-width: 899px) {
  body .grid__item:nth-of-type(n + 11) {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .page .entry-content {
    position: relative;
  }
}
.page #post-1012,
.page #post-3 {
  max-width: 72%;
  margin-left: 8%;
}
@media only screen and (max-width: 899px) {
  .page #post-1012,
  .page #post-3 {
    max-width: 100%;
    margin-left: 0;
  }
}
.header-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
.header {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  background: linear-gradient(150deg, #c68945 0%, #9a6c38 100%);
  z-index: 1;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  height: 4.2rem;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .header {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .header {
    left: 10px;
    right: 10px;
    height: 55px;
    grid-template-rows: 10% 80%;
  }
}
.header.big {
  height: 40rem;
  transition: height 0.5s ease-in;
}
.header.sticky {
  position: fixed;
  height: 4.2rem !important;
  transition: height 0.5s ease-in;
  background-color: #fff;
  left: 1.4rem;
  right: 1.4rem;
  top: 1.4rem;
}
@media only screen and (max-width: 899px) {
  .header.sticky {
    left: 10px;
    right: 10px;
    top: 0px;
    height: 55px !important;
  }
}
.header.sticky::before {
  content: "";
  position: fixed;
  top: 0rem;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1.4rem;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header.sticky::before {
    height: 0px;
  }
}
.header.sticky .header__content {
  display: none;
}
.header.nav {
  height: 30rem !important;
  background: linear-gradient(150deg, #25384a 0%, #121e29 100%);
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header.nav {
    height: 100vh !important;
    position: fixed;
    left: 10px;
    right: 10px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.header.nav::-webkit-scrollbar {
  display: none;
}
.header.nav .header__bkg-brown {
  display: none;
}
.header.nav .header__bkg-blue {
  height: 100%;
}
.header.nav .header__hamburger span:first-of-type {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0.34rem;
  background-color: #fff;
}
.header.nav .header__hamburger span:nth-of-type(2) {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 0%;
  opacity: 0;
}
.header.nav .header__hamburger span:last-of-type {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.312rem;
  left: 0.281rem;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__hamburger span:last-of-type {
    top: 23px;
    left: 0;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__logo {
    grid-column: 5;
    width: 40px;
    margin-left: 0;
  }
  .header.nav .header__logo .desktopLogo {
    display: none;
  }
  .header.nav .header__logo .mobileLogo {
    display: block;
    margin-left: 1px;
  }
}
.header.nav .header__right {
  display: flex;
}
.header.nav .header__right-search {
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-search {
    width: 23px;
    height: 23px;
  }
}
.header.nav .header__right-search .search-form {
  display: flex;
}
.header.nav .header__right-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header.nav .header__right-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header.nav .header__right-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    display: none;
  }
}
.header.nav .header__navigation.visible {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__navigation.visible {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.header.nav .header__navigation .menu-item {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__small {
  grid-column: 1 / span 18;
  height: 4.2rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  align-items: center;
  padding: 0.5rem 0 0.5rem;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header__small {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .header__small {
    grid-column: 1 / span 10;
    padding: 0;
    height: 55px;
  }
}
.header__bkg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header__bkg-brown {
  width: 100%;
  height: 100%;
}
.header__bkg-brown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.header__bkg-blue {
  width: 100%;
  height: 0;
}
.header__bkg-blue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.header__hamburger {
  grid-column: 2;
  margin-left: 0.5rem;
  z-index: 1;
  width: 1.87rem;
  height: 1.21rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .header__hamburger {
    grid-column: 1;
    margin-left: 30px;
    width: 33px;
    height: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .header__hamburger {
    margin-left: 20px;
  }
}
.header__hamburger:hover span {
  background-color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.header__hamburger span {
  display: block;
  position: absolute;
  height: 0.0945rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span {
    height: 2px;
  }
}
.header__hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger span:nth-child(2) {
  top: 0.6rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span:nth-child(2) {
    top: 10px;
  }
}
.header__hamburger span:nth-child(3) {
  top: 1.2rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span:nth-child(3) {
    top: 20px;
  }
}
.header__logo {
  grid-column: 3 / span 2;
  text-decoration: none;
  z-index: 1;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    grid-column: 5 / span 5;
    width: 160px;
    height: 25px;
  }
}
.header__logo .mobileLogo {
  display: none;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.5s ease-in-out;
}
.header__logo:hover img {
  filter: none;
  transition: all 0.5s ease-in-out;
}
.header__right {
  grid-column: 16 / 18;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .header__right {
    grid-column: 9;
    display: none;
  }
}
.header__right-login,
.header__right-search {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.header__right-login:hover img,
.header__right-search:hover img {
  filter: none;
  transition: all 0.5s ease-in-out;
}
.header__right-login img,
.header__right-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.5s ease-in-out;
}
.header__right-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header__right-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header__right-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
.header__navigation {
  display: none;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header__navigation {
    grid-column: 1 / span 10;
    padding: 50px 20px;
  }
}
.header__navigation .menu-toggle {
  display: none;
}
.header__navigation.visible {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation.visible .desktopLogo {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation.visible .mobileLogo {
    display: block;
  }
}
.header__navigation .menu-main-menu-container {
  grid-column: 3 / span 5;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-main-menu-container {
    grid-column: 1 / span 10;
  }
}
.header__navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 58%;
}
.header__navigation .menu .ss360-search-menu-item {
  display: none;
}
.header__navigation .menu-item {
  padding: 0 0 1rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item {
    padding: 0 0 20px;
  }
}
.header__navigation .menu-item a {
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item a {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item a {
    font-size: 30px;
    color: #EBE6E2;
    letter-spacing: 1px;
  }
}
.header__navigation .menu-item .sub-menu {
  position: absolute;
  top: 0;
  left: 15rem;
  width: 10rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  grid-column: 6 / span 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu {
    position: relative;
    height: 0;
    overflow: hidden;
    left: 30px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu.visible {
    height: auto;
    margin: 10px 0;
    visibility: visible;
    opacity: 1;
  }
}
.header__navigation .menu-item .sub-menu .menu-item {
  padding: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item {
    padding-bottom: 10px;
    padding-left: 15px;
    z-index: 99;
  }
}
.header__navigation .menu-item .sub-menu .menu-item:first-of-type {
  display: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item:first-of-type {
    display: block;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item:nth-of-type(2) {
    display: none;
  }
}
.header__navigation .menu-item .sub-menu .menu-item::before {
  position: absolute;
  content: "-";
  font-size: 1.5rem;
  color: #fff;
  left: -1rem;
  top: -0.4rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item::before {
    font-size: 20px;
    top: -3px;
    left: 0;
  }
}
.header__navigation .menu-item .sub-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item a {
    color: #EBE6E2;
    letter-spacing: 1px;
  }
}
.header__navigation .menu-item .sub-menu .menu-item:hover::before {
  color: #EBE6E2;
}
.header__navigation .menu-item .sub-menu .menu-item:hover a {
  color: #EBE6E2;
}
.header__navigation .menu-item:hover a {
  color: #EBE6E2;
}
.header__navigation .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right {
  grid-column: 15 / span 2;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right {
    grid-column: 1 / span 10;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.header__navigation-right .social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .social {
    align-items: flex-end;
    gap: 10px;
  }
}
.header__navigation-right .social__link {
  text-decoration: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .social__link {
    width: 32px;
    height: 32px;
  }
}
.header__navigation-right .social__link .dark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .social__link .light {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%) brightness(1.5);
}
.header__navigation-right .social__link:hover .dark {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .social__link:hover .light {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info {
    display: none;
  }
}
.header__navigation-right .info__contact {
  margin-top: 2rem;
}
.header__navigation-right .info__contact a {
  display: block;
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  line-height: 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info__contact a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.header__navigation-right .info__address {
  margin-top: 2rem;
  text-decoration: none;
}
.header__navigation-right .info__address p {
  display: block;
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  line-height: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info__address p {
    font-size: 16px;
    line-height: 1.1;
  }
}
.header__navigation-right .info__address:hover p {
  text-decoration: underline;
}
.header__navigation-right .pma-logo {
  text-decoration: none;
  margin-top: 5rem;
  display: block;
  position: relative;
  width: 6.35rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .pma-logo {
    width: 26rem;
  }
}
.header__navigation-right .pma-logo .dark {
  position: absolute;
  inset: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .pma-logo .light {
  position: absolute;
  inset: 0;
  width: 100%;
  display: block;
  filter: grayscale(100%) brightness(1.5);
}
.header__navigation-right .pma-logo:hover .dark {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .pma-logo:hover .light {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%) brightness(1.5);
}
.header__full-size-search {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header__full-size-search-active {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.header__full-size-search form {
  display: flex;
  align-items: center;
  height: 4.2rem;
  width: 100%;
  flex: 1;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .header__full-size-search form {
    height: 50px;
  }
}
.header__full-size-search form input {
  position: relative;
  padding: 0.4rem 0.8rem 0.4rem 1rem;
  height: 60%;
  width: 100%;
  margin-left: 2rem;
  flex: 1;
  max-width: none;
  border: none;
  outline: none;
  font-size: 24px;
  color: black;
  letter-spacing: 0.1rem;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  border-left: 0.1rem solid #BEC3C6;
}
@media only screen and (max-width: 899px) {
  .header__full-size-search form input {
    font-size: 24px;
    line-height: 1.1;
  }
}
.header__full-size-search form input:active,
.header__full-size-search form input:focus {
  border: none;
  outline: none;
}
.header__full-size-search form input::placeholder {
  font-size: 24px;
  color: #adadad;
  letter-spacing: 0.1rem;
}
.header__full-size-search form input.submit {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.header__search-x {
  position: relative;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__search-x .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__search-x .search-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.header__search-x .close {
  margin-right: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__search-x .close {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
#unibox-suggest-box {
  display: none !important;
}
.fancybox-container .fancybox-content {
  width: 70%;
}
body.gform_display_submitted_validation {
  overflow: hidden;
}
.footer__brown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #C68945;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 899px) {
  .footer__brown {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 20px;
  }
}
.footer__brown p {
  color: #EBE6E2;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer__brown p {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__brown p {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}
.footer__brown a {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .footer__brown a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__brown a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.footer__brown a:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.footer__blue {
  background-color: #25384A;
  padding: 2rem 7rem;
}
@media only screen and (max-width: 899px) {
  .footer__blue {
    padding: 50px 30px;
  }
}
.footer__row {
  display: flex;
}
.footer__row:nth-of-type(2) {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
}
@media only screen and (max-width: 899px) {
  .footer__row:nth-of-type(2) {
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
  }
}
.footer__logo {
  text-decoration: none;
  width: 30%;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    width: 180px;
    height: 30px;
  }
}
.footer__logo img {
  width: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 899px) {
  .footer__logo img {
    width: 100%;
    height: 100%;
  }
}
.footer__logo .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__logo .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover .dark {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover .light {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__menu {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.footer__menu .menu .menu-item a {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  color: #929BA3;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__menu .menu .menu-item a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__menu .menu .menu-item a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__menu .menu .menu-item .sub-menu {
  margin: 0;
  padding: 0;
}
.footer__menu .menu .menu-item .sub-menu .menu-item a {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer__info {
  width: 41%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 899px) {
  .footer__info {
    width: 100%;
    gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__info {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer__info-address p {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer__info-address p {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-address p {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-address a {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__info-address a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-address a {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-address a:first-of-type {
  margin-top: 1rem;
}
.footer__info-address a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__info-contact a {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__info-contact a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-contact a {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-contact a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__social {
  width: 36%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 5rem;
}
@media only screen and (max-width: 899px) {
  .footer__social {
    width: 100%;
    gap: 50px;
    justify-content: left;
  }
}
@media only screen and (max-width: 600px) {
  .footer__social {
    flex-wrap: wrap;
    gap: 75px;
  }
}
.footer__social-links {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-links {
    gap: 20px;
  }
}
.footer__social-links a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-links a {
    width: 32px;
    height: 32px;
  }
}
.footer__social-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social-links a .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a:hover .dark {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a:hover .light {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-pma {
  text-decoration: none;
  position: relative;
  display: block;
  width: 6.5rem;
  height: 3rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-pma {
    width: 140px;
    height: 60px;
  }
}
.footer__social-pma img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social-pma .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-pma .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__copyright p {
  color: #929BA3;
  margin: 0;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .footer__copyright p {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__copyright p:nth-of-type(2) {
  padding-left: 0.8rem;
}
@media only screen and (max-width: 899px) {
  .footer__copyright p:nth-of-type(2) {
    padding-left: 15px;
  }
}
.footer__copyright p a {
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  color: #929BA3;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__copyright p a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__copyright p a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__copyright .terms {
  display: none;
}
@media only screen and (max-width: 899px) {
  .footer__copyright .terms {
    display: block;
    font-family: "graphie", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #929BA3;
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
    margin-top: 20px;
  }
  .footer__copyright .terms:hover {
    color: #EBE6E2;
    transition: all 0.3s ease-in-out;
  }
}
.collection__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .collection__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero {
    height: 500px;
    display: block;
  }
  .collection__hero::before {
    content: "";
    position: relative;
    background-color: #9F9F9F;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .collection__hero {
    height: 250px;
  }
}
.collection__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.collection__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.collection__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 9rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero-category {
    display: none;
  }
}
.collection__hero-title {
  grid-column: 3 / span 10;
  position: absolute;
  bottom: 5rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .collection__hero-title {
    font-size: 38px;
  }
}
.collection__info {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: -5.5rem;
  position: relative;
  padding-top: 10rem;
  align-items: start;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .collection__info {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .collection__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.collection__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .collection__info-pattern {
    display: none;
  }
}
.collection__info-pattern img {
  width: 100%;
}
.collection__info-navigation {
  grid-column: 16;
  margin-top: 3rem;
  display: none;
}
@media only screen and (max-width: 899px) {
  .collection__info-navigation {
    display: none;
  }
}
.collection__info-navigation .nav-links {
  width: 100%;
  gap: 1rem;
}
.collection__info-navigation .nav-links .nav-previous a,
.collection__info-navigation .nav-links .nav-next a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.collection__info-navigation .nav-links .nav-previous a svg,
.collection__info-navigation .nav-links .nav-next a svg {
  width: 100%;
  height: 100%;
}
.collection__info-navigationM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .collection__info-navigationM {
    display: flex;
    margin-top: 30px;
    display: none;
  }
}
.collection__info-navigationM .nav-link {
  display: block;
  width: 33px;
  height: 1px;
  background-color: #121E29;
  margin-right: 15px;
  opacity: 0.3;
}
.collection__info-navigationM .nav-link.current {
  opacity: 1;
}
.collection__info-category {
  display: none;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-category {
    display: block;
    margin-bottom: 0px;
  }
}
.collection__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-title {
    grid-column: 1 / span 10;
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-title {
    font-size: 38px;
  }
}
.collection__info-images {
  grid-column: 2 / span 16;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-images {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-images {
    margin-top: 50px;
  }
}
.collection__info-images a {
  text-decoration: none;
  color: #25384a;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-images a {
    font-size: 15px;
    line-height: 1.1;
  }
}
.collection__info-images .image {
  width: 25rem;
  height: 18rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-images .image {
    width: 48%;
    height: auto;
    border-radius: 5px;
  }
}
.collection__info-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection__info-text {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .collection__info-text {
    margin-top: 50px;
  }
}
.collection__info-excerpt {
  grid-column: 3 / span 5;
}
@media only screen and (max-width: 899px) {
  .collection__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.collection__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-excerpt p {
    font-size: 18px;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.collection__info-link {
  grid-column: 3 / span 4;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.collection__info-link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    display: none;
  }
}
.collection__info-description {
  grid-column: 9 / span 6;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-description {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.collection__info-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-description p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.collection__info-linkM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.collection__info-linkM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    margin-top: 30px;
    display: block;
    grid-column: 1 / span 10;
  }
}
.collection__section {
  text-align: center;
  padding: 4.7rem 0;
}
@media only screen and (max-width: 899px) {
  .collection__section {
    margin: 60px 0 60px;
    padding: 0;
  }
}
.collection__section p {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .collection__section p {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__section p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.collection__pieces {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .collection__pieces {
    gap: 50px 20px;
  }
}
.collection__pieces .piece {
  width: 21rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece {
    width: 46.8%;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece {
    width: 100%;
  }
}
.collection__pieces .piece:hover .piece__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.collection__pieces .piece__image {
  background-color: #F5F5F5;
  border: 0.05rem solid #DACEC5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: 24rem;
  width: 20.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__image {
    height: 250px;
  }
}
.collection__pieces .piece__image img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.collection__pieces .piece__collection {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__collection {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__collection {
    display: none;
  }
}
.collection__pieces .piece__name {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__name {
    font-size: 20px;
  }
}
.fancybox-container .fancybox-content {
  background-color: #F5F5F5;
  padding: 3rem;
  border-radius: 0.5rem;
}
.fancybox-container .fancybox-button {
  display: none;
}
.fancybox-container .piece__details-wrapper {
  display: flex !important;
  gap: 5rem;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.fancybox-container .piece__details-text {
  width: 40%;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-text {
    width: 100%;
  }
}
.fancybox-container .piece__details-header {
  border-bottom: 1px solid rgba(38, 57, 75, 0.4);
}
.fancybox-container .piece__details-header .title,
.fancybox-container .piece__details-header .name {
  margin: 0;
}
.fancybox-container .piece__details-header .title {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-header .title {
    font-size: 16px;
    line-height: 1.1;
  }
}
.fancybox-container .piece__details-header .name {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-header .name {
    font-size: 24px;
    line-height: 1.1;
  }
}
.fancybox-container .piece__details table {
  margin-top: 2rem;
}
.fancybox-container .piece__details table tr {
  display: flex;
  align-items: flex-start;
}
.fancybox-container .piece__details table td {
  width: 12rem;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details table td {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details table td {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .fancybox-container .piece__details table td {
    font-size: 14px;
  }
}
.fancybox-container .piece__details table td ul {
  margin: 0;
  padding-left: 1rem;
}
.fancybox-container .piece__details-images {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 40rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images {
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
}
.fancybox-container .piece__details-images .swiper-wrapper {
  align-items: center;
}
.fancybox-container .piece__details-images .swiper-wrapper img {
  width: 80%;
  height: 85%;
  object-fit: contain;
}
.fancybox-container .piece__details-images .swiper-button-next::after,
.fancybox-container .piece__details-images .swiper-button-prev::after {
  color: rgba(38, 57, 75, 0.4);
  display: none;
}
.fancybox-container .piece__details-images .swiper-button-prev {
  left: 0;
}
.fancybox-container .piece__details-images .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images .swiper-button-prev::before {
    width: 15px;
    height: 20px;
  }
}
.fancybox-container .piece__details-images .swiper-button-prev::before:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.fancybox-container .piece__details-images .swiper-button-next {
  right: 0;
}
.fancybox-container .piece__details-images .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images .swiper-button-next::before {
    width: 15px;
    height: 20px;
  }
}
.fancybox-container .piece__details-images .swiper-button-next:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.project__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .project__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero {
    height: 500px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .project__hero {
    height: 250px;
  }
}
.project__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.project__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.project__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.project__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 15rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .project__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero-category {
    display: none;
  }
}
.project__hero-title {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 8rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .project__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project__hero-title {
    font-size: 38px;
  }
}
.project__info {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: -5.5rem;
  padding: 10rem 0 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .project__info {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .project__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .project__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .project__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.project__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .project__info-pattern {
    display: none;
  }
}
.project__info-pattern img {
  width: 100%;
}
.project__info-navigation {
  grid-column: 16;
  margin: 5rem 0 10rem;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation {
    display: none;
  }
}
.project__info-navigation .nav-links {
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
.project__info-navigation .nav-links .nav-previous,
.project__info-navigation .nav-links .nav-next {
  flex: none;
  width: 8.5rem;
}
.project__info-navigation .nav-links .nav-previous a,
.project__info-navigation .nav-links .nav-next a {
  display: block;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a,
  .project__info-navigation .nav-links .nav-next a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a,
  .project__info-navigation .nav-links .nav-next a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-navigation .nav-links .nav-previous a:hover,
.project__info-navigation .nav-links .nav-next a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.project__info-navigation .nav-links .nav-previous a span,
.project__info-navigation .nav-links .nav-next a span {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a span,
  .project__info-navigation .nav-links .nav-next a span {
    font-size: 18px;
    line-height: 1.1;
  }
}
.project__info-navigationM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM {
    display: flex;
    margin: 60px 0 90px;
    justify-content: center;
  }
}
.project__info-navigationM .nav-links {
  gap: 40px;
}
.project__info-navigationM .nav-link {
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
.project__info-navigationM .nav-previous,
.project__info-navigationM .nav-next {
  flex: none;
  width: 116px;
}
.project__info-navigationM .nav-previous a,
.project__info-navigationM .nav-next a {
  display: block;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a,
  .project__info-navigationM .nav-next a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a,
  .project__info-navigationM .nav-next a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-navigationM .nav-previous a:hover,
.project__info-navigationM .nav-next a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.project__info-navigationM .nav-previous a span,
.project__info-navigationM .nav-next a span {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a span,
  .project__info-navigationM .nav-next a span {
    font-size: 18px;
    line-height: 1.1;
  }
}
.project__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .project__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-title {
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-title {
    font-size: 38px;
  }
}
.project__info-excerpt {
  grid-column: 3 / span 5;
  margin-top: 2rem;
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-excerpt {
    margin-top: 50px;
  }
}
.project__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin-top: 0;
  letter-spacing: 0.09rem;
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt p {
    letter-spacing: 1.5px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-excerpt p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.project__info-description {
  grid-column: 9 / span 6;
  margin-top: 2rem;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .project__info-description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-description {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-description {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.project__info-linkM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-linkM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    margin-top: 30px;
    display: block;
    grid-column: 1 / span 10;
  }
}
.project__pieces {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .project__pieces {
    gap: 50px 20px;
    margin-top: 50px;
  }
}
.project__pieces .piece {
  width: 27rem;
  height: 18rem;
  text-decoration: none;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .project__pieces .piece {
    width: 100%;
    height: auto;
  }
}
.project__pieces .piece:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.project__pieces .piece__image {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .project__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
.project__pieces .piece .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.fancybox-container .fancybox-content {
  background-color: #F5F5F5;
  padding: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--close {
  opacity: 1;
  visibility: visible;
  display: block;
}
.aop {
  position: relative;
  background-image: url(/wp-content/uploads/2023/11/our-people-bkg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .aop {
    background-size: 200%;
  }
}
.aop__header {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding-top: 9rem;
}
@media only screen and (max-width: 899px) {
  .aop__header {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .aop__header {
    margin-bottom: 0px;
    padding: 100px 20px 50px;
  }
}
@media only screen and (max-width: 600px) {
  .aop__header {
    padding: 100px 20px 20px;
  }
}
.aop__header-name {
  grid-column: 4 / span 2;
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  margin: 0;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .aop__header-name {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aop__header-name {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .aop__header-name {
    font-size: 12px;
  }
}
.aop__header-title {
  grid-column: 4 / span 5;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .aop__header-title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aop__header-title {
    grid-column: 1 / span 10;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .aop__header-title {
    font-size: 28px;
  }
}
.aop__header-description {
  grid-column: 10 / span 5;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  padding-top: 2.15rem;
  padding-bottom: 0.95rem;
  max-width: 24.5rem;
}
@media only screen and (max-width: 899px) {
  .aop__header-description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aop__header-description {
    grid-column: 1 / span 10;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .aop__header-description {
    font-size: 15px;
  }
}
.aop .swiper {
  height: 38rem;
  width: 50rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .aop .swiper {
    height: 550px;
    width: 100%;
  }
}
.aop .swiper-slide {
  height: 23rem;
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .aop .swiper-slide {
    height: 450px;
  }
}
.aop .swiper-slide .frc__collection-image:hover .overlay {
  display: none;
}
.aop .swiper-slide-active {
  opacity: 1;
  height: 32rem;
}
@media only screen and (max-width: 899px) {
  .aop .swiper-slide-active {
    height: 450px;
  }
}
.aop .swiper-slide-active .frc__collection-info {
  display: flex;
}
.aop .swiper-slide-active .frc__collection-image:hover .overlay {
  display: block;
}
.aop .swiper-button-prev,
.aop .swiper-button-next {
  top: auto;
  bottom: 10rem;
  color: #7F9D97;
  z-index: 11;
}
@media only screen and (max-width: 899px) {
  .aop .swiper-button-prev,
  .aop .swiper-button-next {
    bottom: 40px;
  }
}
.aop .swiper-button-prev::after,
.aop .swiper-button-next::after {
  display: none;
}
.aop .swiper .swiper-button-next {
  right: -6.5rem;
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-button-next {
    right: auto;
    left: 65px;
  }
}
.aop .swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.aop .swiper .swiper-button-prev {
  right: -3rem;
  left: auto;
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-button-prev {
    right: auto;
    left: 10px;
  }
}
.aop .swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.aop .swiper .swiper-pagination-fraction {
  top: auto;
  left: auto;
  right: -5.3rem;
  bottom: 10.3rem;
  width: fit-content;
}
@media only screen and (max-width: 1400px) {
  .aop .swiper .swiper-pagination-fraction {
    bottom: 10.7rem;
    right: -5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .aop .swiper .swiper-pagination-fraction {
    bottom: 11.3rem;
    right: -4.5rem;
  }
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-pagination-fraction {
    right: auto;
    left: 35px;
    bottom: 50px;
    font-size: 15px;
  }
}
.aop .swiper .swiper-pagination-current {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-pagination-current {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .aop .swiper .swiper-pagination-current {
    font-size: 15px;
  }
}
.aop .swiper .swiper-pagination-total {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .aop .swiper .swiper-pagination-total {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .aop .swiper .swiper-pagination-total {
    font-size: 15px;
  }
}
.aop__collection-image {
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .aop__collection-image {
    width: 100%;
    border-radius: 5px;
  }
}
.aop__collection-image:hover .overlay {
  display: block;
}
.aop__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .avs {
    margin-top: 100px;
  }
}
.avs__video {
  width: 55.5rem;
  height: 32.5rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .avs__video {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .avs__video {
    height: 180px;
  }
}
.avs__video-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 52.5rem;
  height: 29.5rem;
}
@media only screen and (max-width: 899px) {
  .avs__video-cover {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .avs__video-cover {
    height: 180px;
  }
}
.avs__video-cover::before {
  content: "";
  position: absolute;
  left: -3rem;
  bottom: -3rem;
  width: 6rem;
  height: 15rem;
  border: 1rem solid #C1CDCB;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 2rem;
}
@media only screen and (max-width: 899px) {
  .avs__video-cover::before {
    display: none;
  }
}
.avs__video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .avs__video-cover img {
    border-radius: 5px;
  }
}
.avs__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 1rem), calc(-50% - 1rem));
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 899px) {
  .avs__video-btn {
    width: 55px;
    height: 55px;
  }
}
.avs__video-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.avs__video-btn:hover svg #Group_660 #Ellipse_45 {
  fill: #dacec5;
}
.avs__video-btn:hover svg #Group_660 #Polygon_2 {
  fill: #fff;
}
.avs__stats {
  width: 65rem;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .avs__stats {
    width: 100%;
    flex-wrap: wrap;
    margin: 30px auto 0;
    gap: 30px;
    row-gap: 50px;
    justify-content: center;
  }
}
.avs__stats-box {
  width: 11rem;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .avs__stats-box {
    width: 46%;
  }
}
@media only screen and (max-width: 600px) {
  .avs__stats-box {
    width: 100%;
  }
}
.avs__stats-box .value,
.avs__stats-box .value > span {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #C68945;
  margin: 0;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 899px) {
  .avs__stats-box .value,
  .avs__stats-box .value > span {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .avs__stats-box .value,
  .avs__stats-box .value > span {
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 600px) {
  .avs__stats-box .value,
  .avs__stats-box .value > span {
    font-size: 60px;
  }
}
.avs__stats-box .label {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #C68945;
  text-transform: uppercase;
  margin: 0.47rem auto;
  max-width: 8rem;
}
@media only screen and (max-width: 899px) {
  .avs__stats-box .label {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .avs__stats-box .label {
    margin: 0px auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .avs__stats-box .label {
    font-size: 15px;
  }
}
.fancybox-container .fancybox-content .fancybox-iframe,
.fancybox-container .fancybox-content .fancybox-video {
  object-fit: cover;
}
#airLandFreight {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media only screen and (max-width: 899px) {
  #airLandFreight {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 899px) {
  .aalf {
    padding: 0 20px;
  }
}
.aalf__image {
  position: relative;
  height: 34.5rem;
}
@media only screen and (max-width: 899px) {
  .aalf__image {
    height: 335px;
  }
}
.aalf__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aalf__image-mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
@media only screen and (max-width: 899px) {
  .aalf__image-mask {
    background-image: url('/wp-content/uploads/2023/12/mask.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100.5%;
    height: 110px;
    right: -2px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .aalf__image-mask {
    background-size: 130%;
    width: 100.5%;
    height: 50px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 400px) {
  .aalf__image-mask {
    background-size: 200%;
    width: 100.5%;
    height: 50px;
    margin-top: -17px;
  }
}
.aalf__image-mask img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .aalf__image-mask img {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .aalf__image .desktop {
    display: none;
  }
}
.aalf__image .mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .aalf__image .mobile {
    display: block;
  }
}
.aalf__text {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .aalf__text {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text {
    margin-top: 30px;
  }
}
.aalf__text-header {
  grid-column: 4 / span 2;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .aalf__text-header {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-header {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .aalf__text-header {
    font-size: 12px;
  }
}
.aalf__text-title {
  grid-column: 4 / span 4;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) {
  .aalf__text-title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-title {
    grid-column: 1 / span 10;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .aalf__text-title {
    font-size: 28px;
  }
}
.aalf__text-description {
  grid-column: 4 / span 4;
}
@media only screen and (max-width: 899px) {
  .aalf__text-description {
    grid-column: 1 / span 10;
  }
}
.aalf__text-paragraph {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
  margin-top: 0;
}
@media only screen and (max-width: 899px) {
  .aalf__text-paragraph {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-paragraph {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .aalf__text-paragraph {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.aalf__text-btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  height: fit-content;
  display: block;
  margin-top: 2rem;
}
@media only screen and (max-width: 899px) {
  .aalf__text-btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.aalf__text-btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .aalf__text-btn {
    display: none;
  }
}
.aalf__text-btn.bottom {
  display: none;
}
@media only screen and (max-width: 899px) {
  .aalf__text-btn.bottom {
    display: block;
    grid-column: 1 / span 5;
    margin-top: 30px;
  }
}
.aalf__text-wwo {
  grid-column: 10 / span 5;
  grid-row: 3;
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo {
    grid-column: 1 / span 10;
    grid-row: 4;
  }
}
.aalf__text-wwo h2 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo h2 {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo h2 {
    font-size: 28px;
  }
}
.aalf__text-wwo p {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo p {
    font-size: 15px;
    line-height: 1.1;
  }
}
.aalf__text-wwo ul {
  margin: 0;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5rem;
  flex-direction: column;
  height: 11rem;
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo ul {
    padding-left: 20px;
    column-gap: 0;
    height: auto;
  }
}
.aalf__text-wwo ul li {
  padding: 0.5rem 0;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo ul li {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .aalf__text-wwo ul li {
    padding: 10px 0;
  }
}
#sustainability {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media only screen and (max-width: 899px) {
  #sustainability {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.as__header {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .as__header {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .as__header {
    margin-bottom: 20px;
  }
}
.as__header-name {
  grid-column: 4 / span 2;
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  margin: 0;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .as__header-name {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-name {
    grid-column: 1 / span 10;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-name {
    font-size: 12px;
  }
}
.as__header-title {
  grid-column: 4 / span 4;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .as__header-title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-title {
    grid-column: 1 / span 10;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-title {
    font-size: 28px;
  }
}
.as__header-description {
  grid-column: 10 / span 6;
  width: 32rem;
}
@media only screen and (max-width: 899px) {
  .as__header-description {
    grid-column: 1 / span 10;
    width: 100%;
  }
}
.as__header-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .as__header-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-description p {
    grid-column: 1 / span 10;
    width: 100%;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-description p {
    font-size: 15px;
    max-width: 95%;
  }
}
.as__swiper {
  padding-bottom: 10rem;
  padding-left: 7rem;
  position: relative;
}
.as__swiper::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .as__swiper {
    padding-bottom: 100px;
    padding-left: 0;
    height: 800px;
  }
}
.as__swiper-wrapper {
  width: 100%;
}
.as__swiper-wrapper .swiper-slide {
  height: 24rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide {
    height: 450px;
  }
}
.as__swiper-wrapper .swiper-slide-active {
  height: 26.5rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide-active {
    height: 450px;
  }
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide-active .as__slide-text {
    display: flex;
    margin-left: 10px;
  }
}
.as__swiper .swiper-button-next,
.as__swiper .swiper-button-prev {
  top: auto;
  bottom: 10rem;
  color: #7F9D97;
  z-index: 11;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next,
  .as__swiper .swiper-button-prev {
    bottom: 60px;
  }
}
.as__swiper .swiper-button-next::after,
.as__swiper .swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 100;
  display: none;
}
.as__swiper .swiper-button-next {
  right: 20rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next {
    right: auto;
    left: 50px;
  }
}
.as__swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.as__swiper .swiper-button-prev {
  right: 24rem;
  left: auto;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-prev {
    justify-content: left;
    right: auto;
    left: 15px;
  }
}
.as__swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.as__swiper .swiper-pagination {
  left: 21rem;
  top: auto;
  bottom: 10.3rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination {
    display: none;
  }
}
.as__swiper .swiper-pagination .swiper-pagination-current {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    line-height: 1.1;
  }
}
.as__swiper .swiper-pagination .swiper-pagination-total {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    line-height: 1.1;
  }
}
.as__slide {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .as__slide {
    flex-wrap: wrap;
  }
}
.as__slide.swiper-slide-next {
  opacity: 0.3;
}
.as__slide-image {
  width: 47rem;
  height: 100%;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .as__slide-image {
    width: 100%;
    border-radius: 5px;
  }
}
.as__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as__slide-text {
  width: 15rem;
  margin-left: 5rem;
  max-width: 14.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .as__slide-text {
    width: 100%;
    margin-left: 10px;
    max-width: 100%;
    display: none;
    flex-wrap: wrap;
  }
}
.as__slide-text .before {
  position: absolute;
  left: -5rem;
  width: 10.5rem;
  height: 5.5rem;
  border: 1rem solid #C68945;
  border-left: none !important;
  border-bottom: none !important;
  border-radius: 0 3rem 0 0;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .before {
    display: none;
  }
}
.as__slide-text .number {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .number {
    font-size: 75px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .number {
    letter-spacing: -3px;
    width: 30%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .number {
    font-size: 54px;
  }
}
.as__slide-text .smallTitle {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .smallTitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .smallTitle {
    display: none;
  }
}
.as__slide-text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: 0.09rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .title {
    letter-spacing: 1px;
    max-width: 70%;
    width: 60%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .title {
    font-size: 28px;
  }
}
.as__slide-text .description {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__slide-text .description {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .description {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .description {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
}
.co {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .co {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.co__wrapper {
  grid-column: 4 / 12;
  width: 63rem;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .co__wrapper {
    grid-column: 1 / span 10;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.co__left,
.co__right {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .co__left,
  .co__right {
    width: 100%;
    margin-bottom: 50px;
  }
}
.co__left-title,
.co__right-title {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
  margin-bottom: 2rem;
}
@media only screen and (max-width: 899px) {
  .co__left-title,
  .co__right-title {
    font-size: 22px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .co__left-title,
  .co__right-title {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 600px) {
  .co__left-title,
  .co__right-title {
    font-size: 18px;
  }
}
.co__left-text ul,
.co__right-text ul {
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .co__left-text ul,
  .co__right-text ul {
    padding-left: 20px ;
  }
}
.co__left-text ul li,
.co__right-text ul li {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-weight: 500;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 899px) {
  .co__left-text ul li,
  .co__right-text ul li {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .co__left-text ul li,
  .co__right-text ul li {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .co__left-text ul li,
  .co__right-text ul li {
    font-size: 15px;
  }
}
.co__left-text p,
.co__right-text p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  padding-left: 1rem;
  margin: 0;
  max-width: 17rem;
}
@media only screen and (max-width: 899px) {
  .co__left-text p,
  .co__right-text p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .co__left-text p,
  .co__right-text p {
    padding-left: 20px;
    max-width: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .co__left-text p,
  .co__right-text p {
    font-size: 15px;
  }
}
.co__left-jobs,
.co__right-jobs {
  border-bottom: 0.045rem solid rgba(38, 57, 75, 0.4);
}
@media only screen and (max-width: 899px) {
  .co__left-jobs,
  .co__right-jobs {
    border-bottom: 1px solid rgba(38, 57, 75, 0.4);
  }
}
.co__left .jobName,
.co__right .jobName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-top: 0.045rem solid rgba(38, 57, 75, 0.4);
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .co__left .jobName,
  .co__right .jobName {
    padding: 10px;
    border-top: 1px solid rgba(38, 57, 75, 0.4);
  }
}
.co__left .jobName p,
.co__right .jobName p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .co__left .jobName p,
  .co__right .jobName p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .co__left .jobName p,
  .co__right .jobName p {
    font-size: 15px;
  }
}
.co__left .jobName .open,
.co__right .jobName .open {
  width: 1.7rem;
  height: 1.7rem;
  border: 0.045rem solid #25384A;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .co__left .jobName .open,
  .co__right .jobName .open {
    width: 36px;
    height: 36px;
    border: 1px solid #25384A;
  }
}
.co__left .jobName .open.visible::before,
.co__right .jobName .open.visible::before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.co__left .jobName .open::before,
.co__right .jobName .open::before {
  content: "";
  position: absolute;
  width: 0.045rem;
  height: 0.94rem;
  background-color: #25384A;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .co__left .jobName .open::before,
  .co__right .jobName .open::before {
    width: 1px;
    height: 20px;
  }
}
.co__left .jobName .open::after,
.co__right .jobName .open::after {
  content: "";
  position: absolute;
  width: 0.94rem;
  height: 0.045rem;
  background-color: #25384A;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 899px) {
  .co__left .jobName .open::after,
  .co__right .jobName .open::after {
    width: 20px;
    height: 1px;
  }
}
.co__left .jobDescription,
.co__right .jobDescription {
  height: auto;
  overflow: hidden;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  padding: 0 0.5rem;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .co__left .jobDescription,
  .co__right .jobDescription {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .co__left .jobDescription,
  .co__right .jobDescription {
    padding: 0 10px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .co__left .jobDescription,
  .co__right .jobDescription {
    font-size: 15px;
    line-height: 1.4;
  }
}
.co__left .jobDescription.invisible,
.co__right .jobDescription.invisible {
  max-height: 0;
}
.co__left .jobDescription.visible,
.co__right .jobDescription.visible {
  max-height: var(--max-height, 20rem);
  height: auto;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .co__left .jobDescription.visible,
  .co__right .jobDescription.visible {
    max-height: 500px;
  }
}
.co__left .jobDescription strong,
.co__right .jobDescription strong {
  display: block;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 899px) {
  .co__left .jobDescription strong,
  .co__right .jobDescription strong {
    margin: 10px 0;
  }
}
.co__left .jobDescription ul,
.co__right .jobDescription ul {
  margin-left: 0;
}
.co__left .jobDescription p,
.co__right .jobDescription p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .co__left .jobDescription p,
  .co__right .jobDescription p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .co__left .jobDescription p,
  .co__right .jobDescription p {
    font-size: 15px;
  }
}
.careers {
  position: relative;
  background-image: url(/wp-content/uploads/2023/11/careers-bkd.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .careers {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .careers {
    background-size: 150%;
    background-position-x: left;
  }
}
.careers__text {
  grid-column: 4 / span 6;
  margin-top: 7rem;
  scroll-margin-top: 7rem;
}
@media only screen and (max-width: 899px) {
  .careers__text {
    grid-column: 1 / span 10;
    margin-top: 0;
    padding: 0 20px;
  }
}
.careers__text .sectionName {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .careers__text .sectionName {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .careers__text .sectionName {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .careers__text .sectionName {
    font-size: 12;
  }
}
.careers__text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 30rem;
}
@media only screen and (max-width: 899px) {
  .careers__text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .careers__text .title {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .careers__text .title {
    font-size: 28px;
  }
}
.careers__text .description {
  max-width: 26.5rem;
}
@media only screen and (max-width: 899px) {
  .careers__text .description {
    max-width: 100%;
  }
}
.careers__text .description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .careers__text .description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .careers__text .description p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .careers__text .description p {
    font-size: 15px;
  }
}
.careers__image {
  grid-column: 10 / span 7;
}
@media only screen and (max-width: 899px) {
  .careers__image {
    grid-column: 1 / span 10;
  }
}
.careers__image img {
  width: 33rem;
  height: 100%;
  object-fit: contain;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
@media only screen and (max-width: 899px) {
  .careers__image img {
    width: 100%;
    clip-path: polygon(100% 0, 100% 97%, 53% 92%, 33% 91%, 16% 93%, 0 97%, 0 0);
    margin-top: -2px;
  }
}
.cf {
  background-image: url('/wp-content/uploads/2023/11/retail-pattern.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding-top: 8rem;
  margin-bottom: 2.35rem;
}
@media only screen and (max-width: 899px) {
  .cf {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .cf {
    background-size: 200%;
    padding-top: 170px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .cf {
    padding-top: 70px;
  }
}
.cf__wrapper {
  grid-column: 4 / 12;
  width: 63rem;
}
@media only screen and (max-width: 899px) {
  .cf__wrapper {
    grid-column: 1 / span 10;
    width: 100%;
    padding: 0 20px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  margin-bottom: 0;
  margin-top: 3.05rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_description {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
  max-width: 32rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    line-height: 1.4;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_heading .gform_description {
    font-size: 15px;
  }
}
.cf__form .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 14px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield label .gfield_required {
  color: #25384A;
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield input {
  height: 2.3rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields .gfield input {
    height: 40px;
    padding: 10px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields .gfield input:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_1 {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_1 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_3 {
  grid-column: 4 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_3 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_5 {
  grid-column: 1 / span 6;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_5 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_6 {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_6 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 {
  grid-column: 4 / span 3;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 {
    grid-column: 1 / span 13;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/wp-content/uploads/2023/12/downArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 1rem;
  padding: 0.5rem;
  width: 15rem;
  height: 2.3rem;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 57, 75, 0.4);
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select {
    padding: 10px;
    height: 40px;
    width: 100%;
    background-position-y: 15px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_8 select:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 {
  grid-column: 7 / span 6;
  grid-row: 1 / 4;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 {
    grid-column: 1 / span 13;
    grid-row: auto;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea {
  padding: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea {
    height: 250px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_9 textarea:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 {
  width: 15rem;
  height: 3.75rem;
  margin-top: 2rem;
  border: dashed 0.045rem #ccc;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    border: dashed 1px #ccc;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/upload.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10::before img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 label {
    width: 200px;
    left: 65%;
  }
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_10 .gfield_description {
  display: none;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 {
  margin-top: 1rem;
}
.cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 .ginput_recaptcha .grecaptcha-badge {
  position: relative !important;
  left: 0;
  margin-top: 0;
  bottom: 0 !important;
  right: auto !important;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_body .gform_fields #field_2_11 .ginput_recaptcha .grecaptcha-badge {
    width: 200px !important;
    height: 48px !important;
  }
}
.cf__form .gform_wrapper .gform_footer {
  justify-content: end;
  width: 50%;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: -3rem !important;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer {
    justify-content: left;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
}
.cf__form .gform_wrapper .gform_footer input {
  font-family: "calluna", serif;
  font-weight: 700;
  font-weight: 600;
  font-style: italic;
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  height: fit-content;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cf__form .gform_wrapper .gform_footer input:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cf__form .gform_wrapper .gform_footer input {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 650px) {
  .cf__form .gform_wrapper .gform_footer input {
    padding: 0 25px;
  }
}
.cb {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .cb {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.cb__title {
  grid-column: 9 / span 3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .cb__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .cb__title {
    font-size: 12px;
  }
}
.cb__link {
  grid-column: 1 / -1;
  font-weight: 500;
  color: #25384A;
  margin-top: 2rem;
  justify-self: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .cb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cb__link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.cb__link.bottom {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cb__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.cb__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .cb__link.bottom {
    display: block;
  }
}
.cb__link:hover {
  text-decoration: underline;
}
.cb__collections {
  grid-column: 1 / span 18;
  display: flex;
  gap: 2rem;
  row-gap: 3.75rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .cb__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.cb__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection {
    width: 100%;
  }
}
.cb__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-image {
    height: auto;
  }
}
.cb__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb__collection-image .hospitality {
  display: none;
}
.cb__collection-image .active {
  display: block;
}
.cb__collection-image .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image .overlay {
    display: none;
  }
}
.cb__collection-image .overlay__btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0rem 1.2rem;
  border-radius: 1rem;
  height: 1.91rem;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image .overlay__btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
.cb__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-image:hover .overlay {
    display: none;
  }
}
.cb__collection-tags {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-tags {
    font-size: 15px;
  }
}
.cb__collection-tags a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .cb__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cb__collection-tags a {
    font-size: 15px;
  }
}
.cb__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.cb__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title {
    margin-top: 20px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cb__collection-title a {
  color: #25384A;
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cb__collection-title a {
    width: 100%;
    font-size: 20px;
  }
}
.cb__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.cb__collection-title .finishes {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .finishes {
    flex-wrap: wrap;
    gap: 5px;
    width: 35%;
  }
}
.cb__collection-title .finishes img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .finishes img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}
.cb__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cb__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.cb__collection-title .heart .empty,
.cb__collection-title .heart .red {
  display: block;
}
.cb__collection-title .heart .empty img,
.cb__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cb__collection-title .heart .red {
  display: none;
}
.cb__collection-title .heart.active .red {
  display: block !important;
}
.cb__collection-title .heart.active .empty {
  display: none !important;
}
.cfi__finishes {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.cfi__finishes:first-of-type .images__thumbnails {
  display: block;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes:first-of-type .images__thumbnails {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cfi__finishes-header {
  grid-column: 1 / span 18;
  text-align: center;
  padding: 4.7rem 0;
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes-header {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes-header {
    margin: 120px 0 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__finishes-header {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.cfi__finishes .images {
  grid-column: 5 / span 12;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images {
    grid-column: 1 / span 10;
    flex-wrap: wrap;
  }
}
.cfi__finishes .images .front,
.cfi__finishes .images .side {
  border-radius: 0.24rem;
  overflow: hidden;
  width: 52.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images .front,
  .cfi__finishes .images .side {
    border-radius: 5px;
    width: 100%;
  }
}
.cfi__finishes .images .front img,
.cfi__finishes .images .side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cfi__finishes .images .front {
  display: block;
}
.cfi__finishes .images .side {
  display: none;
}
.cfi__finishes .images .image-number {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: white;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images .image-number {
    font-size: 18px;
    line-height: 1.1;
  }
}
.cfi__finishes .images__thumbnails {
  width: 6rem;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails {
    width: 15%;
  }
}
.cfi__finishes .images__thumbnails .title {
  display: none;
  width: 60%;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .title {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .title {
    display: block;
  }
}
.cfi__finishes .images__thumbnails .thumb {
  display: block;
  margin-bottom: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumb {
    display: none;
  }
}
.cfi__finishes .images__thumbnails .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumb img {
    display: none;
  }
}
.cfi__finishes .images__thumbnails .thumbM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__finishes .images__thumbnails .thumbM {
    width: 40%;
  }
}
.cfi__finishes .images__thumbnails .thumbM-front,
.cfi__finishes .images__thumbnails .thumbM-side {
  display: none;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM-front,
  .cfi__finishes .images__thumbnails .thumbM-side {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #DACEC5;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM-front.active,
  .cfi__finishes .images__thumbnails .thumbM-side.active {
    background-color: #C68945;
  }
}
.cfi__finishes .finishes {
  grid-column: 5 / span 10;
}
.cfi__samples {
  display: flex;
  width: 60%;
  justify-content: center;
  margin: auto;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__samples {
    width: 80%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.cfi__samples .sample {
  width: 6rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample {
    width: 15%;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample {
    width: 20%;
  }
}
.cfi__samples .sample:hover .sample__image {
  border: 0.14px solid #fff;
  outline: 0.14px solid #C68945;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample:hover .sample__image {
    border: 3px solid #fff;
    outline: 3px solid #C68945;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample:hover .sample__image {
    border: 2px solid #fff;
    outline: 2px solid #C68945;
  }
}
.cfi__samples .sample:hover p {
  color: #25384A;
  transition: all 0.5s ease-in-out;
}
.cfi__samples .sample__image {
  width: 6rem;
  height: 6rem;
  border: 3px solid transparent;
  outline: 3px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample__image {
    width: 100px;
    height: 100px;
    margin: auto;
  }
}
@media only screen and (max-width: 700px) {
  .cfi__samples .sample__image {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample__image {
    width: 50px;
    height: 50px;
  }
}
.cfi__samples .sample__image.active {
  border: 3px solid #fff;
  outline: 3px solid #C68945;
  transition: all 0.5s ease-in-out;
}
.cfi__samples .sample__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cfi__samples .sample p {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #929BA3;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample p {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample p {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample p {
    font-size: 12px;
  }
}
.cph {
  position: relative;
}
.cph::before {
  content: "";
  position: relative;
  background-color: #9F9F9F;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 899px) {
  .cph::before {
    display: block;
  }
}
.cph__swiper .swiper-slide {
  height: 38rem;
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-slide {
    height: 740px;
  }
}
.cph__swiper .swiper-button-next,
.cph__swiper .swiper-button-prev {
  top: auto;
  bottom: 22.5rem;
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-button-next,
  .cph__swiper .swiper-button-prev {
    display: none;
  }
}
.cph__swiper .swiper-button-next::after,
.cph__swiper .swiper-button-prev::after {
  display: none;
}
.cph__swiper .swiper-button-next {
  right: 6.5rem;
}
.cph__swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.cph__swiper .swiper-button-prev {
  right: 10rem;
  left: auto;
}
.cph__swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.cph__swiper .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-pagination {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 470px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cph__swiper .swiper-pagination {
    bottom: 380px;
  }
}
@media only screen and (max-width: 450px) {
  .cph__swiper .swiper-pagination {
    bottom: 450px;
  }
}
.cph__swiper .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #fff;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .cph__swiper .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    margin-right: 30px !important;
  }
}
.cph__collection-image {
  position: absolute;
  inset: 0;
}
.cph__collection-image .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
}
.cph__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cph__collection-text {
  width: 100%;
  color: #EBE6E2;
  position: absolute;
  left: 6.5rem;
  bottom: 6.5rem;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text {
    left: 0;
    bottom: 200px;
    padding: 0 20px;
    max-width: 85%;
  }
}
.cph__collection-text .heading {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.945rem;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .heading {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cph__collection-text .heading {
    font-size: 18px;
  }
}
.cph__collection-text .title {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .cph__collection-text .title {
    font-size: 38px;
  }
}
.cph__collection-text .excerpt {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  max-width: 27rem;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .excerpt {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .excerpt {
    max-width: 100%;
    display: none;
  }
}
.cph__collection-text .link {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  display: block;
  margin-top: 2.35rem;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cph__collection-text .link:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cph__collection-text .link {
    margin-top: 30px;
  }
}
.cph__description {
  margin-top: -5.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cph__description {
    margin-top: -110px;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .cph__description {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 450px) {
  .cph__description {
    margin-top: -50px;
  }
}
.cph__description-pattern {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .cph__description-pattern {
    display: none;
  }
}
.cph__description-pattern img {
  width: 100%;
}
.cph__description-text {
  width: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 899px) {
  .cph__description-text {
    position: relative;
    width: 100%;
    left: 0;
    transform: translate(0);
    top: 0;
    padding: 180px 20px 120px;
  }
}
@media only screen and (max-width: 600px) {
  .cph__description-text {
    padding: 100px 20px;
  }
}
.cph__description-text.left {
  left: 7rem;
  text-align: left;
  transform: none;
}
@media only screen and (max-width: 899px) {
  .cph__description-text.left {
    left: 0;
  }
}
.cph__description-text p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .cph__description-text p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cph__description-text p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.9px;
  }
}
.cph__description-text a {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .cph__description-text a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cph__description-text a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cph__description-text a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.csl {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding: 9rem 0;
}
@media only screen and (max-width: 899px) {
  .csl {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .csl {
    margin-top: -100px;
    padding: 150px 0 100px;
    background-image: url('/wp-content/uploads/2023/11/retail-page-logos-pattern.png');
    background-size: 200%;
    background-repeat: no-repeat;
    grid-template-rows: 50% 50%;
  }
}
@media only screen and (max-width: 600px) {
  .csl {
    margin-top: 0;
    padding: 80px 0;
  }
}
.csl__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .csl__pattern {
    display: none;
  }
}
.csl__pattern img {
  width: 100%;
}
.csl__stores {
  grid-column: 4 / span 12;
}
@media only screen and (max-width: 899px) {
  .csl__stores {
    grid-column: 1 / span 10;
    padding: 0 20px;
  }
}
.csl__stores .subtitle {
  text-align: center;
  margin-top: 0;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .csl__stores .subtitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .csl__stores .subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.csl__stores-logos {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 899px) {
  .csl__stores-logos {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.csl__stores-logos .logo {
  width: 15%;
  height: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .csl__stores-logos .logo {
    width: 23%;
    height: 60px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .csl__stores-logos .logo {
    width: 45%;
  }
}
@media only screen and (max-width: 450px) {
  .csl__stores-logos .logo {
    width: 100%;
    height: 40px;
  }
}
.csl__stores-logos .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cfb {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 899px) {
  .cfb {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .cfb {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 600px) {
  .cfb {
    margin-top: -50px;
  }
}
.cfb__section {
  grid-column: 3;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .cfb__section {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__section {
    grid-column: 1 / span 10;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cfb__section {
    font-size: 18px;
  }
}
.cfb__left {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .cfb__left {
    grid-column: 1 / span 10;
  }
}
.cfb__title {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
}
@media only screen and (max-width: 899px) {
  .cfb__title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .cfb__title {
    font-size: 38px;
  }
}
.cfb__pe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 899px) {
  .cfb__pe {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__pe-phone,
  .cfb__pe-email {
    width: 100%;
  }
}
.cfb__pe-phone p,
.cfb__pe-email p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .cfb__pe-phone p,
  .cfb__pe-email p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__pe-phone p,
  .cfb__pe-email p {
    margin-top: 0;
  }
}
.cfb__pe-phone a,
.cfb__pe-email a {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #25384A;
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .cfb__pe-phone a,
  .cfb__pe-email a {
    font-size: 17px;
    line-height: 1.1;
  }
}
.cfb__pe-phone a:hover,
.cfb__pe-email a:hover {
  text-decoration: underline;
}
.cfb__address p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .cfb__address p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__address p {
    max-width: 100%;
  }
}
.cfb__address p:first-of-type {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.3rem;
  text-decoration: none;
}
.cfb__address p a {
  color: #25384A;
}
.cfb__form {
  grid-column: 9 / span 6;
}
@media only screen and (max-width: 899px) {
  .cfb__form {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.cfb__form .contact_wrapper .gform_description {
  margin-top: 0.5rem;
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #25384A;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .gform_description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .gform_description {
    line-height: 1.4;
    max-width: 95%;
  }
}
.cfb__form .contact_wrapper .gform_required_legend {
  display: none;
}
.cfb__form .contact_wrapper .contact {
  margin-top: 4rem;
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield label {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #929BA3;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield label {
    font-size: 15px;
    line-height: 1.1;
  }
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield label .gfield_required {
  color: #929BA3;
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield input {
  height: 1.88rem;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield input {
    height: 40px;
  }
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield textarea {
  height: 7.88rem;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield textarea {
    height: 170px;
  }
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield input:focus,
.cfb__form .contact_wrapper .contact .gform-body .gform_fields .gfield textarea:focus {
  border: 1px solid #25384A;
  outline: none;
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields #field_1_4 {
  grid-column: 1 / span 6;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform-body .gform_fields #field_1_4 {
    grid-column: 1 / span 12;
  }
}
.cfb__form .contact_wrapper .contact .gform-body .gform_fields #field_1_7 .ginput_recaptcha .grecaptcha-badge {
  position: relative !important;
  left: 0;
  margin-top: 0;
  bottom: 0 !important;
  right: auto !important;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform-body .gform_fields #field_1_7 .ginput_recaptcha .grecaptcha-badge {
    width: 200px !important;
    height: 48px !important;
  }
}
.cfb__form .contact_wrapper .contact .gform_footer {
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer {
    margin-top: 20px;
  }
}
.cfb__form .contact_wrapper .contact .gform_footer::after {
  content: "* required fields";
  position: relative;
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer::after {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer::after {
    margin-top: 10px;
    margin-left: 20px;
  }
}
.cfb__form .contact_wrapper .contact .gform_footer .gform_button {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer .gform_button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer .gform_button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.cfb__form .contact_wrapper .contact .gform_footer .gform_button:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .cfb__form .contact_wrapper .contact .gform_footer .gform_button {
    padding: 0 30px;
  }
}
.cm {
  position: relative;
}
.cm__map {
  width: 100%;
  height: 20rem;
  background-color: grey;
  top: 4.25rem;
}
@media only screen and (max-width: 899px) {
  .cm__map {
    height: 715px;
    top: 0;
  }
}
.cm__shape {
  position: absolute;
  height: 10rem;
  left: -2px;
  right: -2px;
  bottom: -8rem;
}
@media only screen and (max-width: 899px) {
  .cm__shape {
    background-image: url('/wp-content/uploads/2023/12/whiteShape.svg');
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: right;
    bottom: -50px;
    height: 150px;
    transform: scaleX(-1);
  }
}
@media only screen and (max-width: 600px) {
  .cm__shape {
    background-size: 200%;
  }
}
.cm__shape img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 899px) {
  .cm__shape img {
    display: none;
  }
}
.cm .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 280px !important;
}
.cm .gm-style-mtc,
.cm .gm-svpc {
  display: none;
}
.fhc {
  position: relative;
  overflow: hidden;
}
.fhc__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 899px) {
  .fhc__header {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.fhc__title {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-align: center;
  width: 90%;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .fhc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhc__title {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .fhc__title {
    font-size: 12px;
  }
}
.fhc__link {
  width: 5%;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .fhc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhc__link {
    letter-spacing: 1px;
    display: none;
  }
}
.fhc__link:hover {
  text-decoration: underline;
}
.fhc .swiper {
  height: 38rem;
  width: 50rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper {
    height: 700px;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .fhc .swiper {
    height: 650px;
  }
}
.fhc .swiper-slide {
  height: 27rem;
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide .fhc__collection-image {
    height: 300px;
    margin-top: 25px;
  }
}
.fhc .swiper-slide .fhc__collection-viewM {
  display: none;
}
.fhc .swiper-slide-active {
  opacity: 1;
  height: 30rem;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide-active {
    height: 600px;
  }
}
.fhc .swiper-slide-active .fhc__collection-info {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide-active .fhc__collection-image {
    height: 350px;
    margin-top: 0;
  }
}
.fhc .swiper-slide-active .fhc__collection-image .overlay {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}
.fhc .swiper-slide-active .fhc__collection-image .overlay a {
  display: block;
}
.fhc .swiper-slide-active .fhc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 100% !important;
}
.fhc .swiper-slide-active .fhc__collection-image:hover .overlay a {
  display: block;
}
.fhc .swiper-slide-active .fhc__collection-viewM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  margin-top: 30px;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide-active .fhc__collection-viewM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide-active .fhc__collection-viewM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.fhc .swiper-slide-active .fhc__collection-viewM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-slide-active .fhc__collection-viewM {
    display: block;
    margin-top: 0px;
  }
}
.fhc .swiper-button-next {
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
  right: -2.6rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-button-next {
    display: none;
  }
}
.fhc .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.fhc .swiper-button-next:hover {
  background-color: #C68945;
}
.fhc .swiper-button-next:hover::after {
  color: #fff;
}
.fhc .swiper-button-prev {
  left: -2.6rem;
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-button-prev {
    display: none;
  }
}
.fhc .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.fhc .swiper-button-prev:hover {
  background-color: #C68945;
}
.fhc .swiper-button-prev:hover::after {
  color: #fff;
}
.fhc .swiper-pagination {
  left: 30% !important;
  width: 60% !important;
  transform: translateX(-50%);
  text-align: left;
  bottom: 1.5rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-pagination {
    left: 50% !important;
    width: 100% !important;
    bottom: 315px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .fhc .swiper-pagination {
    bottom: 265px;
  }
}
.fhc .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #C68945;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .fhc .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
  }
}
.fhc__collection-info {
  display: none;
  justify-content: space-between;
  margin-top: 1rem;
  width: 49rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-info {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fhc__collection-link {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  width: 40%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-link {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhc__collection-link {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .fhc__collection-link {
    font-size: 24px;
  }
}
.fhc__collection-link:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.fhc__collection-sample {
  display: none;
  margin-top: 0;
}
.fhc__collection-sample:first-of-type {
  display: block;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-sample {
    font-size: 16px;
  }
}
.fhc__collection-excerpt {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-excerpt {
    width: 100%;
    text-align: center;
  }
}
.fhc__collection-excerpt p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  max-width: 23.5rem;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-excerpt p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhc__collection-excerpt p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .fhc__collection-excerpt p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.fhc__collection-image {
  width: 50rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-image {
    width: 100%;
    border-radius: 5px;
  }
}
.fhc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.fhc__collection-finishes {
  display: none;
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-finishes {
    width: 95%;
    border-radius: 5px;
  }
}
.fhc__collection-finishes:first-of-type {
  display: block;
}
.fhc__collection-finishes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fhc__collection-finishes .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-finishes .overlay {
    display: none;
  }
}
.fhc__collection-finishes .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-finishes .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.fhc__collection-finishes:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-finishes:hover .overlay {
    display: none;
  }
}
.fhc__collection-samples {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-samples {
    gap: 10px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
  }
}
.fhc__collection-samples p {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-samples p {
    font-size: 18px;
    line-height: 1.1;
  }
}
.fhc__collection-samples .sample {
  width: 1.87rem;
  height: 1.87rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .fhc__collection-samples .sample {
    width: 30px;
    height: 30px;
  }
}
.fhc__collection-samples .sample img {
  width: 100%;
  height: 100%;
}
.fhp {
  position: relative;
  overflow: hidden;
  /* HIDE BLOCK */
  display: none;
  /* END HIDE BLOCK */
}
.fhp__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 899px) {
  .fhp__header {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.fhp__title {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-align: center;
  width: 90%;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .fhp__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhp__title {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .fhp__title {
    font-size: 12px;
  }
}
.fhp__link {
  width: 5%;
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .fhp__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhp__link {
    letter-spacing: 1px;
    display: none;
  }
}
.fhp__link:hover {
  text-decoration: underline;
}
.fhp .swiper {
  height: 38rem;
  width: 50rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper {
    height: 700px;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .fhp .swiper {
    height: 650px;
  }
}
.fhp .swiper-slide {
  height: 27rem;
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide .fhp__collection-image {
    height: 300px;
    margin-top: 25px;
  }
}
.fhp .swiper-slide .fhp__collection-image .overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.fhp .swiper-slide .fhp__collection-image .overlay a {
  display: none;
}
.fhp .swiper-slide .fhp__collection-image-viewM {
  display: none;
}
.fhp .swiper-slide-active {
  opacity: 1;
  height: 30rem;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide-active {
    height: 600px;
  }
}
.fhp .swiper-slide-active .fhp__collection-info {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide-active .fhp__collection-image {
    height: 350px;
    margin-top: 0;
  }
}
.fhp .swiper-slide-active .fhp__collection-image .overlay {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}
.fhp .swiper-slide-active .fhp__collection-image .overlay a {
  display: block;
}
.fhp .swiper-slide-active .fhp__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 100% !important;
}
.fhp .swiper-slide-active .fhp__collection-image:hover .overlay a {
  display: block;
}
.fhp .swiper-slide-active .fhp__collection-image-viewM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide-active .fhp__collection-image-viewM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide-active .fhp__collection-image-viewM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.fhp .swiper-slide-active .fhp__collection-image-viewM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-slide-active .fhp__collection-image-viewM {
    display: block;
  }
}
.fhp .swiper-button-next {
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
  right: -2.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-button-next {
    display: none;
  }
}
.fhp .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.fhp .swiper-button-next:hover {
  background-color: #C68945;
}
.fhp .swiper-button-next:hover::after {
  color: #fff;
}
.fhp .swiper-button-prev {
  left: -2.7rem;
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-button-prev {
    display: none;
  }
}
.fhp .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.fhp .swiper-button-prev:hover {
  background-color: #C68945;
}
.fhp .swiper-button-prev:hover::after {
  color: #fff;
}
.fhp .swiper-pagination {
  left: 30%;
  width: 60%;
  transform: translateX(-50%);
  text-align: left;
  bottom: 1.5rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-pagination {
    left: 50%;
    width: 100%;
    bottom: 315px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .fhp .swiper-pagination {
    bottom: 265px;
  }
}
.fhp .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #C68945;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .fhp .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
  }
}
.fhp__collection-info {
  display: none;
  justify-content: space-between;
  margin-top: 1rem;
  width: 49rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-info {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fhp__collection-link {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  width: 40%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-link {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhp__collection-link {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .fhp__collection-link {
    font-size: 24px;
  }
}
.fhp__collection-link:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-tags {
    display: none;
  }
}
.fhp__collection-tags a {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #25384A;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-tags a {
    font-size: 17px;
    line-height: 1.1;
  }
}
.fhp__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.fhp__collection-excerpt {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-excerpt {
    width: 100%;
    text-align: center;
  }
}
.fhp__collection-excerpt p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  max-width: 23.5rem;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-excerpt p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fhp__collection-excerpt p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .fhp__collection-excerpt p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.fhp__collection-image {
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-image {
    width: 95%;
    border-radius: 5px;
  }
}
.fhp__collection-image:hover .overlay {
  display: block;
}
.fhp__collection-image .logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 8rem;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-image .logo {
    top: 20px;
    left: 20px;
    width: 150px;
  }
}
.fhp__collection-image .logo img {
  width: 100%;
  object-fit: contain;
}
.fhp__collection-image .overlay {
  display: none;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.fhp__collection-image .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-image .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.fhp__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fhp__collection-finishes {
  display: none;
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.fhp__collection-finishes:first-of-type {
  display: block;
}
.fhp__collection-finishes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fhp__collection-samples {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fhp__collection-samples p {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .fhp__collection-samples p {
    font-size: 18px;
    line-height: 1.1;
  }
}
.fhp__collection-samples .sample {
  width: 1.87rem;
  height: 1.87rem;
  cursor: pointer;
}
.fhp__collection-samples .sample img {
  width: 100%;
  height: 100%;
}
.frc {
  position: relative;
  overflow: hidden;
}
.frc__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 899px) {
  .frc__header {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.frc__title {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-align: center;
  width: 90%;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .frc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__title {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .frc__title {
    font-size: 12px;
  }
}
.frc__link {
  width: 5%;
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .frc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__link {
    letter-spacing: 1px;
    display: none;
  }
}
.frc__link:hover {
  text-decoration: underline;
}
.frc .swiper {
  height: 38rem;
  width: 50rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .frc .swiper {
    height: 700px;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .frc .swiper {
    height: 470px;
  }
}
.frc .swiper-slide {
  height: 27rem;
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide .frc__collection-image {
    height: 300px;
    margin-top: 25px;
  }
}
.frc .swiper-slide .frc__collection-image .overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.frc .swiper-slide .frc__collection-image .overlay a {
  display: none;
}
.frc .swiper-slide .frc__collection-viewM {
  display: none;
}
.frc .swiper-slide-active {
  opacity: 1;
  height: 30rem;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active {
    height: 600px;
  }
}
.frc .swiper-slide-active .frc__collection-info {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-image {
    height: 350px;
    margin-top: 0;
  }
}
.frc .swiper-slide-active .frc__collection-image .overlay {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}
.frc .swiper-slide-active .frc__collection-image .overlay a {
  display: block;
}
.frc .swiper-slide-active .frc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 100% !important;
}
.frc .swiper-slide-active .frc__collection-image:hover .overlay a {
  display: block;
}
.frc .swiper-slide-active .frc__collection-viewM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.frc .swiper-slide-active .frc__collection-viewM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    display: block;
  }
}
.frc .swiper-button-next {
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
  right: -2.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-button-next {
    display: none;
  }
}
.frc .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.frc .swiper-button-next:hover {
  background-color: #C68945;
}
.frc .swiper-button-next:hover::after {
  color: #fff;
}
.frc .swiper-button-prev {
  left: -2.7rem;
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-button-prev {
    display: none;
  }
}
.frc .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.frc .swiper-button-prev:hover {
  background-color: #C68945;
}
.frc .swiper-button-prev:hover::after {
  color: #fff;
}
.frc .swiper-pagination {
  left: 0%;
  width: 60%;
  text-align: left;
  bottom: 5.5rem;
  margin-left: 34.5rem;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-pagination {
    left: 50%;
    width: 100%;
    bottom: 315px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .frc .swiper-pagination {
    bottom: 265px;
  }
}
.frc .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #C68945;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
  }
}
.frc__collection-info {
  display: none;
  justify-content: space-between;
  margin-top: 1rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .frc__collection-info {
    margin-top: 60px;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.frc__collection-link {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  width: 40%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-link {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__collection-link {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .frc__collection-link {
    font-size: 18px;
    margin-right: 15px;
  }
}
.frc__collection-link:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-tags {
    display: none;
  }
}
.frc__collection-tags a {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #25384A;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-tags a {
    font-size: 17px;
    line-height: 1.1;
  }
}
.frc__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.frc__collection-excerpt {
  width: 55%;
  display: none;
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt {
    width: 100%;
    text-align: center;
  }
}
.frc__collection-excerpt p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  max-width: 23.5rem;
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .frc__collection-excerpt p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.frc__collection-image {
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .frc__collection-image {
    width: 95%;
    border-radius: 5px;
  }
}
.frc__collection-image:hover .overlay {
  display: block;
}
.frc__collection-image .overlay {
  display: none;
  position: absolute;
  inset: 0;
}
.frc__collection-image .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .frc__collection-image .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.frc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs {
  height: 9rem;
  background: linear-gradient(150deg, #c68945 0%, #9a6c38 100%);
}
@media only screen and (max-width: 899px) {
  .hs {
    height: 75px;
  }
}
@media only screen and (max-width: 750px) {
  .hs {
    height: 50px;
  }
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.hlpc {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .hlpc {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.hlpc__title {
  grid-column: 9 / span 3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .hlpc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hlpc__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .hlpc__title {
    font-size: 12px;
  }
}
.hlpc__link {
  grid-column: 1 / -1;
  font-weight: 500;
  color: #25384A;
  margin-top: 2rem;
  justify-self: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .hlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hlpc__link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hlpc__link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.hlpc__link.bottom {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .hlpc__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hlpc__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hlpc__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.hlpc__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .hlpc__link.bottom {
    display: block;
  }
}
.hlpc__link:hover {
  text-decoration: underline;
}
.hlpc__collections {
  grid-column: 1 / span 18;
  display: flex;
  gap: 2rem;
  row-gap: 3.75rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .hlpc__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.hlpc__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .hlpc__collection {
    width: 100%;
  }
}
.hlpc__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .hlpc__collection-image {
    height: auto;
  }
}
.hlpc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hlpc__collection-image .hospitality {
  display: none;
}
.hlpc__collection-image .active {
  display: block;
}
.hlpc__collection-image .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-image .overlay {
    display: none;
  }
}
.hlpc__collection-image .overlay__btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0rem 1.2rem;
  border-radius: 1rem;
  height: 1.91rem;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-image .overlay__btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
.hlpc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-image:hover .overlay {
    display: none;
  }
}
.hlpc__collection-tags {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .hlpc__collection-tags {
    font-size: 15px;
  }
}
.hlpc__collection-tags a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .hlpc__collection-tags a {
    font-size: 15px;
  }
}
.hlpc__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.hlpc__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title {
    margin-top: 20px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hlpc__collection-title a {
  color: #25384A;
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title a {
    width: 100%;
    font-size: 20px;
  }
}
.hlpc__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.hlpc__collection-title .finishes {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title .finishes {
    flex-wrap: wrap;
    gap: 5px;
    width: 35%;
  }
}
.hlpc__collection-title .finishes img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title .finishes img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}
.hlpc__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .hlpc__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.hlpc__collection-title .heart .empty,
.hlpc__collection-title .heart .red {
  display: block;
}
.hlpc__collection-title .heart .empty img,
.hlpc__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hlpc__collection-title .heart .red {
  display: none;
}
.hlpc__collection-title .heart.active .red {
  display: block !important;
}
.hlpc__collection-title .heart.active .empty {
  display: none !important;
}
/* Initially hide all panels off-screen */
.slide-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 75%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 899px) {
  .slide-panel {
    max-width: 90%;
  }
}
.slide-panel .collection__info-images {
  grid-column: 3 / span 11;
}
/* When active, slide into view */
.slide-panel.active {
  right: 0;
}
/* Optional: Add an overlay to dim the background */
.slide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
.slide-overlay.active {
  display: block;
}
.panel__close {
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #9a6c38;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .panel__close {
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.panel__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .panel__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero {
    height: 500px;
    display: block;
  }
  .panel__hero::before {
    position: relative;
    background-color: #9F9F9F;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero {
    height: 400px;
  }
}
.panel__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.panel__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.panel__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 9rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    display: none;
  }
}
.panel__hero-title {
  grid-column: 3 / span 10;
  position: absolute;
  bottom: 5rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero-title {
    font-size: 38px;
  }
}
.panel__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -5.5rem;
  position: relative;
  padding: 10rem 2rem 0;
  align-items: start;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .panel__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.panel__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .panel__info-pattern {
    display: none;
  }
}
.panel__info-pattern img {
  width: 100%;
}
.panel__info-category {
  display: none;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    display: block;
    margin-bottom: 0px;
  }
}
.panel__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    grid-column: 1 / span 10;
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-title {
    font-size: 38px;
  }
}
.panel__info-images {
  grid-column: 2 / span 16;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-images {
    margin-top: 50px;
  }
}
.panel__info-images a {
  text-decoration: none;
  color: #25384a;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-images a {
    font-size: 15px;
    line-height: 1.1;
  }
}
.panel__info-images .image {
  width: 18rem;
  height: 13rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images .image {
    width: 48%;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-images .image {
    width: 100%;
  }
}
.panel__info-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__info-text {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .panel__info-text {
    margin-top: 50px;
  }
}
.panel__info-excerpt {
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.panel__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-excerpt p {
    font-size: 18px;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__info-link {
  grid-column: 3 / span 4;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.panel__info-link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    display: none;
  }
}
.panel__info-link:hover,
.panel__info-link:focus,
.panel__info-link :active {
  color: #dacec5;
  outline: none;
}
.panel__info-description {
  grid-column: 9 / span 6;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.panel__info-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-description p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__section {
  text-align: center;
  padding: 4.7rem 0;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .panel__section {
    margin: 60px 0 60px;
    padding: 0;
  }
}
.panel__section p {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .panel__section p {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__section p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.panel__pieces {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__pieces {
    gap: 50px 20px;
  }
}
.panel__pieces .piece {
  width: 19.35rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece {
    width: 46.8%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece {
    width: 90%;
    margin: auto;
  }
}
.panel__pieces .piece:hover .piece__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__image {
  background-color: #F5F5F5;
  border: 0.05rem solid #DACEC5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: 24rem;
  width: 18.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__image {
    height: 250px;
  }
}
.panel__pieces .piece__image img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__collection {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__collection {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__collection {
    display: none;
  }
}
.panel__pieces .piece__name {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__name {
    font-size: 20px;
  }
}
.cfi {
  width: 90%;
  margin: auto;
}
.cfi__finishes {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.cfi__finishes:first-of-type .images__thumbnails {
  display: block;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes:first-of-type .images__thumbnails {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cfi__finishes-header {
  grid-column: 1 / span 18;
  text-align: center;
  padding: 4.7rem 0;
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes-header {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes-header {
    margin: 120px 0 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__finishes-header {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.cfi__finishes .images {
  grid-column: 2 / span 12;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images {
    grid-column: 1 / span 10;
    flex-wrap: wrap;
  }
}
.cfi__finishes .images .front,
.cfi__finishes .images .side {
  border-radius: 0.24rem;
  overflow: hidden;
  width: 52.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images .front,
  .cfi__finishes .images .side {
    border-radius: 5px;
    width: 100%;
  }
}
.cfi__finishes .images .front img,
.cfi__finishes .images .side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cfi__finishes .images .front {
  display: block;
}
.cfi__finishes .images .side {
  display: none;
}
.cfi__finishes .images .image-number {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: white;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images .image-number {
    font-size: 18px;
    line-height: 1.1;
  }
}
.cfi__finishes .images__thumbnails {
  width: 6rem;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails {
    width: 15%;
  }
}
.cfi__finishes .images__thumbnails .title {
  display: none;
  width: 60%;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .title {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .title {
    display: block;
  }
}
.cfi__finishes .images__thumbnails .thumb {
  display: block;
  margin-bottom: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumb {
    display: none;
  }
}
.cfi__finishes .images__thumbnails .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumb img {
    display: none;
  }
}
.cfi__finishes .images__thumbnails .thumbM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__finishes .images__thumbnails .thumbM {
    width: 40%;
  }
}
.cfi__finishes .images__thumbnails .thumbM-front,
.cfi__finishes .images__thumbnails .thumbM-side {
  display: none;
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM-front,
  .cfi__finishes .images__thumbnails .thumbM-side {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #DACEC5;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__finishes .images__thumbnails .thumbM-front.active,
  .cfi__finishes .images__thumbnails .thumbM-side.active {
    background-color: #C68945;
  }
}
.cfi__finishes .finishes {
  grid-column: 5 / span 10;
}
.cfi__samples {
  display: flex;
  width: 60%;
  justify-content: center;
  margin: auto;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .cfi__samples {
    width: 80%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.cfi__samples .sample {
  width: 6rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample {
    width: 15%;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample {
    width: 20%;
  }
}
.cfi__samples .sample:hover .sample__image {
  border: 0.14px solid #fff;
  outline: 0.14px solid #C68945;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample:hover .sample__image {
    border: 3px solid #fff;
    outline: 3px solid #C68945;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample:hover .sample__image {
    border: 2px solid #fff;
    outline: 2px solid #C68945;
  }
}
.cfi__samples .sample:hover p {
  color: #25384A;
  transition: all 0.5s ease-in-out;
}
.cfi__samples .sample__image {
  width: 6rem;
  height: 6rem;
  border: 3px solid transparent;
  outline: 3px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample__image {
    width: 85px;
    height: 100px;
    margin: auto;
  }
}
@media only screen and (max-width: 700px) {
  .cfi__samples .sample__image {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample__image {
    width: 50px;
    height: 50px;
  }
}
.cfi__samples .sample__image.active {
  border: 3px solid #fff;
  outline: 3px solid #C68945;
  transition: all 0.5s ease-in-out;
}
.cfi__samples .sample__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cfi__samples .sample p {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #929BA3;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample p {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .cfi__samples .sample p {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .cfi__samples .sample p {
    font-size: 12px;
  }
}
.fancybox-container .fancybox-content {
  width: 70%;
}
.hh {
  position: relative;
  align-items: center;
  height: 57rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  z-index: 0;
}
@media only screen and (max-width: 899px) {
  .hh {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .hh {
    height: 780px;
  }
}
.hh__bkg {
  background: linear-gradient(150deg, #c68945 0%, #9a6c38 100%);
  grid-column: 1 / span 16;
  height: 30rem;
  width: 100%;
  transition: height 0.5s ease-in;
}
.hh__bkg .small {
  height: 0;
  transition: height 0.5s ease-in;
}
.hh__bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hh__video {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hh__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hh .overlay {
  position: absolute;
  bottom: -6rem;
  left: -1px;
  right: -1px;
}
.hh .overlay img {
  width: 100%;
}
.hh__text {
  grid-column: 3 / span 14;
  display: grid;
  grid-template-columns: repeat(14, 5.31rem);
  display: none;
}
.hh__text.visible {
  display: grid;
}
.hh__title {
  grid-column: 1 / span 7;
  color: #fff;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 3;
}
.hh__btn {
  grid-column: 1 / span 2;
  background-color: #EBE6E2;
  border-radius: 3rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  max-width: fit-content;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  margin: 5rem 0;
  cursor: pointer;
  z-index: 3;
  height: 2rem;
}
.hh__btn:hover {
  background-color: #fff;
}
.hh__logo {
  grid-column: 12 / span 3;
  width: 11.5rem;
  height: 11.5rem;
  z-index: 3;
}
.hh__logo img {
  width: 100%;
  height: 100%;
}
header.homepage.transparent {
  background-color: #C68945;
  z-index: 22;
}
header.homepage.nav .header__bkg {
  display: block !important;
  background-color: #1d2b39;
}
.hhsm {
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 22;
  width: 100%;
}
.hhsm .fancybox-container .fancybox-content {
  background-color: #000000;
  padding: 0rem;
  border-radius: 0rem;
}
.hhsm video::-webkit-media-controls-start-playback-button {
  display: none;
}
.hhsm video:first-child {
  display: none;
}
.hhsm__container {
  position: relative;
  z-index: 11;
}
.hhsm__video {
  top: 0px;
  z-index: 1;
}
.hhsm__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.hhsm__video .videoContainer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: black;
}
.hhsm__panel {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 3;
  top: 0;
}
@media only screen and (max-width: 899px) {
  .hhsm__panel {
    width: 100%;
  }
}
.hhsm__panel.second .hhsm__panel-text {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .hhsm__panel.second .hhsm__panel-text {
    display: none;
  }
}
.hhsm__panel.second .hhsm__panel-text.mobile {
  display: none;
  font-size: 24px;
  line-height: 30px;
  margin-top: -100px !important;
  max-width: 250px;
}
@media only screen and (max-width: 899px) {
  .hhsm__panel.second .hhsm__panel-text.mobile {
    display: block;
  }
}
.hhsm__panel-text {
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: "graphie", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
  color: white;
  position: absolute;
  display: block;
  overflow: visible;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 4444;
}
@media only screen and (max-width: 899px) {
  .hhsm__panel-text {
    font-size: 24px;
  }
}
.hhsm__panel-text.active {
  opacity: 1;
  visibility: visible;
}
.hhsm__panel .overlay {
  position: absolute;
  width: 97%;
  height: 100%;
  opacity: 0.8;
}
.hhsm__panel .pattern {
  opacity: 0.3 !important;
  position: absolute;
  width: 97%;
  height: 100%;
}
.hhsm__panel .pattern img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hhsm__panel .scroll {
  color: white;
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 7;
  font-size: 0.8rem;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 899px) {
  .hhsm__panel .scroll {
    font-size: 12px;
  }
}
.hhsm__panel .scrollLine {
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: 150px;
  z-index: 7;
  width: 1px;
  height: 100px;
  transform: translate(-50%, 0);
}
.hhsm .roundLogo {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  z-index: 7;
  width: 17.5rem;
  height: 17.5rem;
  transform: rotate(10deg);
  margin-right: 6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 899px) {
  .hhsm .roundLogo {
    right: unset !important;
    left: 50%;
    bottom: -400px;
    width: 150px;
    height: 150px;
  }
}
.hhsm .roundLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hhsm .panel.transparent {
  pointer-events: none;
}
.hhsm .panel.transparent .overlay {
  pointer-events: none;
  position: absolute;
  background-color: transparent;
  width: 97%;
  height: 100%;
  opacity: 1;
}
.hhsm .panel.orange .overlay {
  position: absolute;
  background: #a57541;
  background: radial-gradient(circle, #a57541 0%, #c28c54 48%, #a57541 100%);
  background-size: cover;
  background-position: bottom left;
  height: 100%;
  opacity: 0.8;
}
.hhsm .panel.blue .overlay {
  position: absolute;
  height: 100%;
  background-image: url('/wp-content/themes/perdue/media/images/blue-curve.png');
  background-size: cover;
  background-position: bottom center;
  opacity: 0.8;
}
.hhsm .panel.blue .button {
  margin-top: 2.35rem;
  width: 7.2rem;
  border-radius: 3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  letter-spacing: 0.05rem;
  background-color: white;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 3333;
  display: block;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .hhsm .panel.blue .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhsm .panel.blue .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhsm .panel.blue .button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hhsm .panel.blue .button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.hhsm .panel.blue .button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .hhsm .panel.blue .button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
.hhsm section.cover {
  z-index: 22;
  position: absolute;
  width: 100%;
  margin-top: -7rem;
}
@media only screen and (max-width: 899px) {
  .hhsm section.cover {
    margin-top: -50px;
  }
}
.hhsm section.cover img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.hht {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  top: 7rem;
  align-items: center;
  height: 52rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .hht {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.hht__text {
  grid-column: 3 / span 14;
  display: grid;
  grid-template-columns: repeat(14, 5.25rem);
}
.hht__text.visible {
  display: grid;
}
.hht__title {
  grid-column: 1 / span 7;
  color: #fff;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 3;
}
.hht__btn {
  grid-column: 1 / span 2;
  background-color: #EBE6E2;
  border-radius: 3rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  max-width: fit-content;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  margin: 5rem 0;
  cursor: pointer;
  z-index: 3;
  height: 2rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hht__btn:hover {
  background-color: #fff;
}
.hht__logo {
  grid-column: 12 / span 3;
  width: 11.5rem;
  height: 11.5rem;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hht__logo img {
  width: 100%;
  height: 100%;
}
.hht__scroll {
  position: absolute;
  bottom: 17rem;
  left: 50%;
  transform: translateX(-50%);
}
.hht__scroll::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  width: 0.05rem;
  height: 4rem;
  background-color: #EBE6E2;
}
.hht__scroll p {
  color: #EBE6E2;
  text-transform: uppercase;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .hht__scroll p {
    font-size: 18px;
    line-height: 1.1;
  }
}
.fancybox-container .fancybox-content .fancybox-iframe,
.fancybox-container .fancybox-content .fancybox-video {
  object-fit: cover;
}
.hhc {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding: 10rem 0;
}
@media only screen and (max-width: 899px) {
  .hhc {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .hhc {
    padding: 100px 15px 0;
    background-image: url('/wp-content/uploads/2023/12/home-hospitality-pattern.png');
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
.hhc__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .hhc__pattern {
    display: none;
  }
}
.hhc__pattern img {
  width: 100%;
}
.hhc__image {
  grid-column: 10 / span 6;
  max-width: 30.5rem;
  height: 22rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .hhc__image {
    grid-column: 1 / span 10;
    grid-row: 1;
    max-width: 100%;
    height: 330px;
  }
}
.hhc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .hhc__image img {
    border-radius: 5px;
  }
}
.hhc__image::before {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 12rem;
  height: 9rem;
  border: 1rem solid #C68945;
  border-top: none;
  border-left: none;
  border-radius: 0 0 3rem 0;
}
@media only screen and (max-width: 899px) {
  .hhc__image::before {
    display: none;
  }
}
.hhc__text {
  width: 25rem;
  grid-column: 4 / span 5;
  align-self: center;
}
@media only screen and (max-width: 899px) {
  .hhc__text {
    width: 100%;
    grid-column: 1 / span 10;
    margin-top: 20px;
  }
}
.hhc__text .sectionName {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .hhc__text .sectionName {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhc__text .sectionName {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hhc__text .sectionName {
    font-size: 12px;
  }
}
.hhc__text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 29rem;
}
@media only screen and (max-width: 899px) {
  .hhc__text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhc__text .title {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hhc__text .title {
    font-size: 28px;
  }
}
.hhc__text .description {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .hhc__text .description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhc__text .description {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .hhc__text .description {
    font-size: 15px;
    max-width: 96%;
  }
}
.hhc__text .button {
  display: block;
  margin-top: 2rem;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .hhc__text .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhc__text .button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hhc__text .button:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .hhc__text .button {
    margin-top: 30px;
  }
}
.hhc__stores {
  margin-top: 6rem;
  grid-column: 4 / span 12;
}
@media only screen and (max-width: 899px) {
  .hhc__stores {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.hhc__stores .subtitle {
  text-align: center;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .hhc__stores .subtitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hhc__stores .subtitle {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hhc__stores .subtitle {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.hhc__stores-logos {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 899px) {
  .hhc__stores-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.hhc__stores-logos .logo {
  width: 15%;
  height: 5rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .hhc__stores-logos .logo {
    width: 45%;
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .hhc__stores-logos .logo {
    width: 28%;
  }
}
.hhc__stores-logos .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hr {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding: 10rem 0;
}
@media only screen and (max-width: 899px) {
  .hr {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .hr {
    padding: 100px 15px 0;
    background-image: url('/wp-content/uploads/2023/12/home-retail-pattern.png');
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
.hr__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .hr__pattern {
    display: none;
  }
}
.hr__pattern img {
  width: 100%;
}
.hr__image {
  grid-column: 4 / span 6;
  max-width: 30.5rem;
  height: 22rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .hr__image {
    grid-column: 1 / span 10;
    max-width: 100%;
    height: 330px;
  }
}
.hr__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .hr__image img {
    border-radius: 5px;
  }
}
.hr__image::before {
  content: "";
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 6rem;
  height: 15rem;
  border: 1rem solid #C68945;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 3rem;
}
@media only screen and (max-width: 899px) {
  .hr__image::before {
    display: none;
  }
}
.hr__text {
  width: 32rem;
  grid-column: 11 / span 5;
  align-self: center;
}
@media only screen and (max-width: 899px) {
  .hr__text {
    width: 100%;
    grid-column: 1 / span 10;
    margin-top: 20px;
  }
}
.hr__text .sectionName {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .hr__text .sectionName {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .sectionName {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .sectionName {
    font-size: 12px;
  }
}
.hr__text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 30rem;
}
@media only screen and (max-width: 899px) {
  .hr__text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .title {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .title {
    font-size: 28px;
  }
}
.hr__text .description {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .hr__text .description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .description {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .hr__text .description {
    font-size: 15px;
    max-width: 96%;
  }
}
.hr__text .button {
  display: block;
  margin-top: 2rem;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .hr__text .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__text .button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.hr__text .button:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .hr__text .button {
    margin-top: 30px;
  }
}
.hr__stores {
  margin-top: 6rem;
  grid-column: 4 / span 12;
}
@media only screen and (max-width: 899px) {
  .hr__stores {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.hr__stores .subtitle {
  text-align: center;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores .subtitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .hr__stores .subtitle {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__stores .subtitle {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.hr__stores-logos {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.hr__stores-logos .logo {
  width: 15%;
  height: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos .logo {
    width: 45%;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .hr__stores-logos .logo {
    width: 28%;
  }
}
.hr__stores-logos .logo:nth-of-type(2) {
  height: 2rem;
}
@media only screen and (max-width: 899px) {
  .hr__stores-logos .logo:nth-of-type(2) {
    height: 50px;
  }
}
.hr__stores-logos .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instagram {
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 899px) {
  .instagram {
    width: 100%;
  }
}
.instagram__title {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 899px) {
  .instagram__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .instagram__title {
    letter-spacing: 2px;
    margin: 45px auto;
  }
}
@media only screen and (max-width: 600px) {
  .instagram__title {
    font-size: 12px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 899px) {
  .instagram .lightwidget__posts {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 899px) {
  .instagram .lightwidget__tile {
    width: 50%;
    flex-basis: calc(100%/2) !important;
    max-width: calc(100%/2) !important;
  }
}
@media only screen and (max-width: 899px) {
  .lightwidget__posts--post {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 899px) {
  .lightwidget__tile {
    width: 48%;
    flex-basis: 48% !important;
    max-width: 48% !important;
  }
}
.ocb {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .ocb {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .ocb {
    padding: 150px 20px 0;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -200px;
  }
}
@media only screen and (max-width: 600px) {
  .ocb {
    margin-top: -100px;
    padding: 100px 20px 0;
  }
}
.ocb__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  top: -8rem;
}
@media only screen and (max-width: 899px) {
  .ocb__pattern {
    display: none;
  }
}
.ocb__pattern img {
  width: 100%;
}
.ocb__title {
  grid-column: 8 / span 4;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .ocb__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .ocb__title {
    grid-column: 1 / span 10;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 600px) {
  .ocb__title {
    font-size: 12px;
  }
}
.ocb__link {
  grid-column: 17;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
  justify-self: flex-end;
}
@media only screen and (max-width: 899px) {
  .ocb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .ocb__link {
    grid-column: 1 / span 10;
  }
}
.ocb__link:hover {
  text-decoration: underline;
}
.ocb__collections {
  grid-column: 1 / span 17;
  display: flex;
  gap: 4.3rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media only screen and (max-width: 899px) {
  .ocb__collections {
    grid-column: 1 / span 10;
    gap: 50px 20px;
    margin-top: 50px;
  }
}
.ocb__collection {
  display: block;
  width: 25.78rem;
}
@media only screen and (max-width: 899px) {
  .ocb__collection {
    width: 100%;
  }
}
.ocb__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .ocb__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .ocb__collection-image {
    height: 200px;
  }
}
.ocb__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ocb__collection-image .overlay {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  inset: 0;
}
.ocb__collection-image:hover .overlay {
  display: block;
}
.ocb__collection-tags {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .ocb__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
.ocb__collection-tags a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .ocb__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .ocb__collection-tags a {
    font-size: 14px;
  }
}
.ocb__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.ocb__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #25384A;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.ocb__collection-title:hover .title {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.ocb__collection-title .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .ocb__collection-title .title {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .ocb__collection-title .title {
    font-size: 20px;
  }
}
.ocb__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.ocb__collection-title .heart .empty,
.ocb__collection-title .heart .red {
  display: block;
}
.ocb__collection-title .heart .empty img,
.ocb__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ocb__collection-title .heart .red {
  display: none;
}
.ocb__collection-title .heart.active .red {
  display: block !important;
}
.ocb__collection-title .heart.active .empty {
  display: none !important;
}
#processServices {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media only screen and (max-width: 899px) {
  #processServices {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.pss {
  padding-left: 7rem;
  margin-top: -5rem;
  background-image: url('/wp-content/uploads/2023/11/process-pattern.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 899px) {
  .pss {
    padding-left: 0;
    margin-top: -100px;
    background-size: 200%;
    background-position: left bottom;
  }
}
@media only screen and (max-width: 600px) {
  .pss {
    margin-top: 50px;
  }
}
.pss__header {
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 0.09rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .pss__header {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .pss__header {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.pss__swiper {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 899px) {
  .pss__swiper {
    padding-bottom: 60px;
  }
}
.pss__swiper-wrapper {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-slide .pss__slide-text {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-slide-active .pss__slide-text {
    display: flex;
  }
}
.pss__swiper .swiper-button-next,
.pss__swiper .swiper-button-prev {
  top: auto;
  bottom: 1rem;
  color: #7F9D97;
  z-index: 11;
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-button-next,
  .pss__swiper .swiper-button-prev {
    bottom: 30px;
  }
}
.pss__swiper .swiper-button-next::after,
.pss__swiper .swiper-button-prev::after {
  display: none;
}
.pss__swiper .swiper-button-next {
  right: 12rem;
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-button-next {
    right: auto;
    left: 60px;
  }
}
.pss__swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.pss__swiper .swiper-button-prev {
  right: 16rem;
  left: auto;
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-button-prev {
    right: auto;
    left: 20px;
  }
}
.pss__swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.pss__swiper .swiper-pagination {
  left: 25.5rem;
  top: auto;
  bottom: 1.3rem;
}
@media only screen and (max-width: 1600px) {
  .pss__swiper .swiper-pagination {
    bottom: 1.7rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pss__swiper .swiper-pagination {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pss__swiper .swiper-pagination {
    bottom: 2.3rem;
  }
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-pagination {
    display: none;
  }
}
.pss__swiper .swiper-pagination .swiper-pagination-current {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    line-height: 1.1;
  }
}
.pss__swiper .swiper-pagination .swiper-pagination-total {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .pss__swiper .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    line-height: 1.1;
  }
}
.pss__slide {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .pss__slide {
    flex-wrap: wrap;
  }
}
.pss__slide.swiper-slide-next {
  opacity: 0.3;
}
.pss__slide-image {
  width: 47rem;
  height: 26.5rem;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .pss__slide-image {
    width: 100%;
    height: 450px;
    border-radius: 5px;
  }
}
.pss__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pss__slide-text {
  width: 16rem;
  margin-left: 5rem;
  max-width: 15.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .pss__slide-text {
    width: 100%;
    padding: 20px 0 0 20px;
    margin-left: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.pss__slide-text .before {
  position: absolute;
  left: -5rem;
  width: 10.5rem;
  height: 5.5rem;
  border: 1rem solid #C68945;
  border-left: none !important;
  border-bottom: none !important;
  border-radius: 0 3rem 0 0;
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .before {
    display: none;
  }
}
.pss__slide-text .number {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .number {
    font-size: 75px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .number {
    letter-spacing: -3px;
    width: 30%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pss__slide-text .number {
    font-size: 54px;
  }
}
.pss__slide-text .smallTitle {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .smallTitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .smallTitle {
    letter-spacing: 1px;
    display: none;
  }
}
.pss__slide-text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: 0.09rem;
  margin-top: 0.5rem;
  max-width: 13rem;
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .title {
    letter-spacing: 1px;
    max-width: 70%;
    width: 70%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pss__slide-text .title {
    font-size: 28px;
  }
}
.pss__slide-text .description {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .pss__slide-text .description {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .pss__slide-text .description {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
}
.pb {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .pb {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.pb__title {
  grid-column: 9 / span 3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .pb__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pb__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .pb__title {
    font-size: 12px;
  }
}
.pb__link {
  grid-column: 17;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
  justify-self: flex-end;
}
@media only screen and (max-width: 899px) {
  .pb__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pb__link {
    display: none;
  }
}
.pb__link.bottom {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .pb__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pb__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.pb__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.pb__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .pb__link.bottom {
    display: block;
  }
}
.pb__link:hover {
  text-decoration: underline;
}
.pb__collections {
  grid-column: 1 / span 18;
  display: flex;
  gap: 2rem;
  row-gap: 3.75rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .pb__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.pb__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .pb__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .pb__collection {
    width: 100%;
  }
}
.pb__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .pb__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
.pb__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pb__collection-image .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .pb__collection-image .overlay {
    display: none;
  }
}
.pb__collection-image .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .pb__collection-image .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.pb__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .pb__collection-image:hover .overlay {
    display: none;
  }
}
.pb__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .pb__collection-title {
    margin-top: 20px;
  }
}
.pb__collection-title a {
  color: #25384A;
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
  max-width: 60%;
}
@media only screen and (max-width: 899px) {
  .pb__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
.pb__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.pb__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .pb__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.pb__collection-title .heart .empty,
.pb__collection-title .heart .red {
  display: block;
}
.pb__collection-title .heart .empty img,
.pb__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pb__collection-title .heart .red {
  display: none;
}
.pb__collection-title .heart.active .red {
  display: block !important;
}
.pb__collection-title .heart.active .empty {
  display: none !important;
}
.pb__collection-location {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .pb__collection-location {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pb__collection-location {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pb__collection-location {
    font-size: 15px;
  }
}
.pb__collection-location a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .pb__collection-location a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .pb__collection-location a {
    font-size: 15px;
  }
}
.pb__collection-location a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.pph {
  position: relative;
}
.pph::before {
  position: relative;
  background-color: #9F9F9F;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 899px) {
  .pph::before {
    display: block;
  }
}
.pph__swiper .swiper-slide {
  height: 38rem;
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-slide {
    height: 740px;
  }
}
.pph__swiper .swiper-button-next,
.pph__swiper .swiper-button-prev {
  top: auto;
  bottom: 22.5rem;
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-button-next,
  .pph__swiper .swiper-button-prev {
    display: none;
  }
}
.pph__swiper .swiper-button-next::after,
.pph__swiper .swiper-button-prev::after {
  display: none;
}
.pph__swiper .swiper-button-next {
  right: 6.5rem;
}
.pph__swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.pph__swiper .swiper-button-prev {
  right: 10rem;
  left: auto;
}
.pph__swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.pph__swiper .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-pagination {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 470px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pph__swiper .swiper-pagination {
    bottom: 550px;
  }
}
.pph__swiper .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #fff;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .pph__swiper .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    margin-right: 30px !important;
  }
}
.pph__collection-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pph__collection-image .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
}
.pph__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.pph__collection-text {
  width: 100%;
  color: #EBE6E2;
  position: absolute;
  left: 6.5rem;
  bottom: 6.5rem;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text {
    left: 0;
    bottom: 150px;
    padding: 0 20px;
    max-width: 85%;
  }
}
.pph__collection-text .heading {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .heading {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .pph__collection-text .heading {
    font-size: 18px;
  }
}
.pph__collection-text .title {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  max-width: 29rem;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .title {
    font-size: 50px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .pph__collection-text .title {
    font-size: 38px;
  }
}
.pph__collection-text .excerpt {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  max-width: 27rem;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .excerpt {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .excerpt {
    max-width: 100%;
    display: none;
  }
}
.pph__collection-text .link {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  display: block;
  margin-top: 2.35rem;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.pph__collection-text .link:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .pph__collection-text .link {
    margin-top: 30px;
  }
}
.pph__description {
  margin-top: -5.5rem;
  position: relative;
  z-index: 1;
  height: 26rem;
}
@media only screen and (max-width: 899px) {
  .pph__description {
    margin-top: -110px;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .pph__description {
    margin-top: 80px;
    height: 500px;
  }
}
@media only screen and (max-width: 450px) {
  .pph__description {
    margin-top: -50px;
  }
}
.pph__description-pattern {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .pph__description-pattern {
    display: none;
  }
}
.pph__description-pattern img {
  width: 100%;
}
.pph__description-text {
  width: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 899px) {
  .pph__description-text {
    width: 100%;
    left: 0;
    transform: translate(0);
    top: 70px;
    padding: 80px 20px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pph__description-text {
    padding: 50px 20px 20px;
  }
}
.pph__description-text p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .pph__description-text p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .pph__description-text p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}
.rlp {
  position: relative;
  margin-top: 4.2rem;
}
.rlp::before {
  content: "";
  position: relative;
  background-color: #9F9F9F;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  display: none;
}
.rlp__heading {
  position: absolute;
  top: 20rem;
  left: 7rem;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .rlp__heading {
    top: 300px;
  }
}
.rlp__heading-subtitle {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .rlp__heading-subtitle {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlp__heading-subtitle {
    font-size: 16px;
  }
}
.rlp__heading-title {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  margin-top: 0;
  max-width: 25rem;
}
@media only screen and (max-width: 899px) {
  .rlp__heading-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlp__heading-title {
    max-width: 80%;
    font-size: 40px;
  }
}
.rlp__swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rlp__swiper-wrapper {
  height: 38rem;
}
@media only screen and (max-width: 899px) {
  .rlp__swiper-wrapper {
    height: 500px;
  }
}
.rlp__swiper-slide {
  height: 100%;
}
.rlp__swiper-image {
  height: 100%;
  width: 100%;
  position: relative;
}
.rlp__swiper-image .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
}
.rlp__swiper-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
.rlp__swiper .swiper-button-next,
.rlp__swiper .swiper-button-prev {
  bottom: 22rem !important;
  top: unset !important;
}
.rlp__swiper .swiper-button-next::after,
.rlp__swiper .swiper-button-prev::after {
  color: #25384A;
}
.rlp__swiper .swiper-button-next {
  right: 5%;
}
@media only screen and (max-width: 899px) {
  .rlp__swiper .swiper-button-next {
    display: none;
  }
}
.rlp__swiper .swiper-button-prev {
  right: 10%;
  left: auto;
}
@media only screen and (max-width: 899px) {
  .rlp__swiper .swiper-button-prev {
    display: none;
  }
}
.rlp__description {
  position: relative;
  margin-top: -6rem;
  height: 26rem;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .rlp__description {
    margin-top: -110px;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .rlp__description {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 450px) {
  .rlp__description {
    margin-top: -50px;
  }
}
.rlp__description-pattern {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .rlp__description-pattern {
    display: none;
  }
}
.rlp__description-pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.rlp__description-text {
  width: 80%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text {
    position: relative;
    width: 100%;
    left: 0;
    transform: translate(0);
    top: 0;
    padding: 180px 20px 120px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .rlp__description-text {
    padding: 100px 20px;
  }
}
.rlp__description-text .text {
  max-width: 42rem;
  left: 7rem;
  text-align: left;
  transform: none;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .text {
    left: 0;
    max-width: 100%;
  }
}
.rlp__description-text p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .rlp__description-text p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .rlp__description-text p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.9px;
  }
}
.rlp__description-text a {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlp__description-text a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlp__description-text a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlp__description-text .brochure-form {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .brochure-form {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rlp__description-text .brochure-form label {
  white-space: nowrap;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .brochure-form label {
    width: 100%;
    font-size: 18px;
    white-space: wrap;
  }
}
.rlp__description-text .brochure-form input {
  height: 2rem;
  width: 10rem;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .brochure-form input {
    height: 50px;
    width: 100%;
    max-width: 400px;
  }
}
.rlp__description-text .brochure-form button {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .brochure-form button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlp__description-text .brochure-form button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlp__description-text .brochure-form button:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlp__description .logo {
  width: 12rem;
}
@media only screen and (max-width: 899px) {
  .rlp__description .logo {
    width: 200px;
    margin: 20px auto;
  }
}
.rlp__description .logo img {
  width: 100%;
}
.rlp .success {
  position: relative;
  left: 9rem;
  top: -6rem;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.rlpc {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .rlpc {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.rlpc__title {
  grid-column: 9 / span 3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__title {
    grid-column: 1 / span 10;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__title {
    font-size: 12px;
  }
}
.rlpc__link {
  grid-column: 1 / -1;
  font-weight: 500;
  color: #25384A;
  margin-top: 2rem;
  justify-self: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlpc__link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlpc__link.bottom {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.rlpc__link.bottom:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.rlpc__link.bottom:hover {
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .rlpc__link.bottom {
    display: block;
  }
}
.rlpc__link:hover {
  text-decoration: underline;
}
.rlpc__collections {
  grid-column: 1 / span 18;
  display: flex;
  gap: 2rem;
  row-gap: 3.75rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collections {
    grid-column: 1 / span 10;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
  }
}
.rlpc__collection {
  display: block;
  width: 27.7rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection {
    width: 100%;
  }
}
.rlpc__collection-image {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image {
    height: 400px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-image {
    height: auto;
  }
}
.rlpc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rlpc__collection-image .hospitality {
  display: none;
}
.rlpc__collection-image .active {
  display: block;
}
.rlpc__collection-image .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image .overlay {
    display: none;
  }
}
.rlpc__collection-image .overlay__btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0rem 1.2rem;
  border-radius: 1rem;
  height: 1.91rem;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image .overlay__btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
.rlpc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-image:hover .overlay {
    display: none;
  }
}
.rlpc__collection-tags {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-tags {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-tags {
    font-size: 15px;
  }
}
.rlpc__collection-tags a {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  text-decoration: none;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-tags a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .rlpc__collection-tags a {
    font-size: 15px;
  }
}
.rlpc__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.rlpc__collection-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title {
    margin-top: 20px;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rlpc__collection-title a {
  color: #25384A;
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title a {
    width: 100%;
    font-size: 20px;
  }
}
.rlpc__collection-title a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.rlpc__collection-title .finishes {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title .finishes {
    flex-wrap: wrap;
    gap: 5px;
    width: 35%;
  }
}
.rlpc__collection-title .finishes img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title .finishes img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
}
.rlpc__collection-title .heart {
  /* HIDING HEARTS */
  display: none;
  /* HIDING HEARTS */
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .rlpc__collection-title .heart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.rlpc__collection-title .heart .empty,
.rlpc__collection-title .heart .red {
  display: block;
}
.rlpc__collection-title .heart .empty img,
.rlpc__collection-title .heart .red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rlpc__collection-title .heart .red {
  display: none;
}
.rlpc__collection-title .heart.active .red {
  display: block !important;
}
.rlpc__collection-title .heart.active .empty {
  display: none !important;
}
/* Initially hide all panels off-screen */
.slide-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 70%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 899px) {
  .slide-panel {
    max-width: 90%;
  }
}
.slide-panel .collection__info-images {
  grid-column: 3 / span 11;
}
/* When active, slide into view */
.slide-panel.active {
  right: 0;
}
/* Optional: Add an overlay to dim the background */
.slide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
.slide-overlay.active {
  display: block;
}
.panel__close {
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #9a6c38;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .panel__close {
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.panel__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .panel__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero {
    height: 500px;
    display: block;
  }
  .panel__hero::before {
    position: relative;
    background-color: #9F9F9F;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero {
    height: 400px;
  }
}
.panel__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.panel__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.panel__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 9rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-category {
    display: none;
  }
}
.panel__hero-title {
  grid-column: 3 / span 10;
  position: absolute;
  bottom: 5rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__hero-title {
    font-size: 38px;
  }
}
.panel__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -5.5rem;
  position: relative;
  padding: 10rem 2rem 0;
  align-items: start;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .panel__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.panel__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .panel__info-pattern {
    display: none;
  }
}
.panel__info-pattern img {
  width: 100%;
}
.panel__info-category {
  display: none;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-category {
    display: block;
    margin-bottom: 0px;
  }
}
.panel__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-title {
    grid-column: 1 / span 10;
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-title {
    font-size: 38px;
  }
}
.panel__info-images {
  grid-column: 2 / span 16;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-images {
    margin-top: 50px;
  }
}
.panel__info-images a {
  text-decoration: none;
  color: #25384a;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-images a {
    font-size: 15px;
    line-height: 1.1;
  }
}
.panel__info-images .image {
  width: 18rem;
  height: 13rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-images .image {
    width: 48%;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-images .image {
    width: 100%;
  }
}
.panel__info-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__info-text {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .panel__info-text {
    margin-top: 50px;
  }
}
.panel__info-excerpt {
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.panel__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .panel__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-excerpt p {
    font-size: 18px;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__info-link {
  grid-column: 3 / span 4;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.panel__info-link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .panel__info-link {
    display: none;
  }
}
.panel__info-link:hover,
.panel__info-link:focus,
.panel__info-link :active {
  color: #dacec5;
  outline: none;
}
.panel__info-description {
  grid-column: 9 / span 6;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.panel__info-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .panel__info-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__info-description p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.panel__section {
  text-align: center;
  padding: 4.7rem 0;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .panel__section {
    margin: 60px 0 60px;
    padding: 0;
  }
}
.panel__section p {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .panel__section p {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__section p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.panel__pieces {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 899px) {
  .panel__pieces {
    gap: 50px 20px;
    justify-content: center;
  }
}
.panel__pieces .piece {
  width: 19.35rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece {
    width: 46.8%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece {
    width: 90%;
    margin: auto;
  }
}
.panel__pieces .piece:hover .piece__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__image {
  background-color: #F5F5F5;
  border: 0.05rem solid #DACEC5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: 24rem;
  width: 18.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__image {
    height: 250px;
  }
}
.panel__pieces .piece__image img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.panel__pieces .piece__collection {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__collection {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__collection {
    display: none;
  }
}
.panel__pieces .piece__name {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .panel__pieces .piece__name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .panel__pieces .piece__name {
    font-size: 20px;
  }
}
.fancybox-container .fancybox-content {
  width: 70%;
}
.spacer {
  height: 5rem;
}
@media only screen and (max-width: 899px) {
  .spacer {
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .spacer {
    height: 50px;
  }
}
.sph {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  grid-template-rows: 38rem 20rem;
}
@media only screen and (max-width: 899px) {
  .sph {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .sph {
    grid-template-rows: 713px auto;
  }
}
.sph__row {
  grid-column: 1 / span 18;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .sph__row {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .sph__row {
    grid-column: 1 / span 10;
    padding: 20px;
  }
}
.sph__row:first-of-type {
  grid-template-rows: 55% 45%;
}
.sph__row:nth-of-type(2) {
  grid-template-rows: 45% 55%;
  align-items: flex-end;
}
@media only screen and (max-width: 899px) {
  .sph__row:nth-of-type(2) {
    padding: 200px 15px 150px;
    background-image: url('/wp-content/uploads/2023/11/retail-pattern.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -130px;
    grid-template-rows: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .sph__row:nth-of-type(2) {
    padding: 100px 15px 50px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 450px) {
  .sph__row:nth-of-type(2) {
    margin-top: -60px;
  }
}
.sph__image {
  position: absolute;
  inset: 0;
}
.sph__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .sph__image img {
    object-position: right;
  }
}
@media only screen and (max-width: 600px) {
  .sph__image .desktop {
    display: none;
  }
}
.sph__image .mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sph__image .mobile {
    display: block;
  }
}
.sph__image .opacity {
  position: absolute;
  inset: 0;
  background-color: #000;
}
.sph__page {
  position: relative;
  grid-column: 3;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
  color: #EBE6E2;
  margin: 0 0 0.94rem;
  align-self: flex-end;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .sph__page {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .sph__page {
    grid-column: 1 / span 10;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sph__page {
    font-size: 18px;
  }
}
.sph__title {
  position: relative;
  grid-column: 3 / span 8;
  color: #EBE6E2;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  margin-top: 0;
}
@media only screen and (max-width: 899px) {
  .sph__title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .sph__title {
    grid-column: 1 / span 10;
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .sph__title {
    font-size: 38px;
  }
}
.sph__pattern {
  position: absolute;
  inset: 0;
  margin-top: -7rem;
}
@media only screen and (max-width: 899px) {
  .sph__pattern {
    display: none;
  }
}
.sph__pattern img {
  width: 100%;
}
.sph__smallTitle {
  position: relative;
  grid-column: 8 / span 4;
  text-align: center;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  margin-top: 5rem;
  align-self: flex-end;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .sph__smallTitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .sph__smallTitle {
    grid-column: 1 / span 10;
    margin-top: 0px;
  }
}
.sph__description {
  grid-column: 6 / span 8;
  position: relative;
  text-align: center;
  max-width: 32rem;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 899px) {
  .sph__description {
    grid-column: 1 / span 10;
    max-width: 100%;
  }
}
.sph__description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  letter-spacing: 0.05rem;
  margin: auto;
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .sph__description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .sph__description p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.tcit {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: -6rem;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .tcit {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .tcit {
    margin-top: 100px;
  }
}
.tcit__wrapper {
  grid-column: 4 / span 12;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 899px) {
  .tcit__wrapper {
    grid-column: 1 / span 10;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.tcit__box {
  width: 17rem;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .tcit__box {
    width: 100%;
  }
}
.tcit__box .icon {
  width: 5.4rem;
  height: 5.4rem;
  margin: auto;
}
@media only screen and (max-width: 899px) {
  .tcit__box .icon {
    width: 115px;
    height: 115px;
  }
}
.tcit__box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcit__box .title {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .tcit__box .title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .tcit__box .title {
    letter-spacing: 2px;
    max-width: 85%;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 899px) {
  .tcit__box .description {
    padding: 0 20px;
  }
}
.tcit__box .description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .tcit__box .description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .tcit__box .description p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.tcti {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  height: 25.78rem;
}
@media only screen and (max-width: 899px) {
  .tcti {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .tcti {
    height: auto;
    padding: 0;
    gap: 0;
    margin-top: 50px;
  }
}
.tcti__text {
  height: 100%;
  align-self: center;
  overflow: hidden;
  background-color: #25384A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .tcti__text {
    height: auto;
  }
}
.tcti__text.right {
  grid-column: 3 / span 6;
  border-radius: 0.5rem 0 0 0.5rem;
  max-width: 32rem;
}
@media only screen and (max-width: 899px) {
  .tcti__text.right {
    grid-column: 1 / span 10;
    grid-row: 2;
    border-radius: 0 0 5px 5px;
    max-width: 100%;
  }
}
.tcti__text.left {
  grid-column: 11 / span 6;
  grid-row: 1;
  border-radius: 0 0.5rem 0.5rem 0;
  max-width: 30.5rem;
}
@media only screen and (max-width: 899px) {
  .tcti__text.left {
    grid-column: 1 / span 10;
    grid-row: 2;
    border-radius: 0 0 5px 5px;
    max-width: 100%;
  }
}
.tcti__text-wrapper {
  width: 20rem;
}
@media only screen and (max-width: 899px) {
  .tcti__text-wrapper {
    width: 100%;
    padding: 30px 20px 50px;
  }
}
.tcti__text .sectionName {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .tcti__text .sectionName {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .tcti__text .sectionName {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .tcti__text .sectionName {
    font-size: 12px;
  }
}
.tcti__text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 30rem;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .tcti__text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .tcti__text .title {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .tcti__text .title {
    font-size: 28px;
  }
}
.tcti__text .description {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
  color: #EBE6E2;
  max-width: 20rem;
}
@media only screen and (max-width: 899px) {
  .tcti__text .description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .tcti__text .description {
    line-height: 1.5;
    max-width: 96%;
  }
}
@media only screen and (max-width: 600px) {
  .tcti__text .description {
    font-size: 15px;
  }
}
.tcti__text .button {
  display: block;
  margin-top: 2rem;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .tcti__text .button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .tcti__text .button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.tcti__text .button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .tcti__text .button {
    margin-top: 30px;
  }
}
.tcti__image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tcti__image.left {
  grid-column: 3 / span 8;
  grid-row: 1;
  border-radius: 0.5rem 0 0 0.5rem;
  max-width: 42rem;
}
@media only screen and (max-width: 899px) {
  .tcti__image.left {
    grid-column: 1 / span 10;
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: 365px;
  }
}
.tcti__image.right {
  grid-column: 9 / span 8;
  border-radius: 0 0.5rem 0.5rem 0;
  max-width: 41rem;
}
@media only screen and (max-width: 899px) {
  .tcti__image.right {
    grid-column: 1 / span 10;
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: 365px;
  }
}
.tcti__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
