/** Shopify CDN: Minification failed

Line 646:0 Unexpected "}"

**/
.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1
}

.swiper-vertical>.swiper-wrapper {
   flex-direction: column
}

.swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
   transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
   touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
   touch-action: pan-x
}

.swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   transition-property: transform
}

.swiper-slide-invisible-blank {
   visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
   height: auto
}

.swiper-autoheight .swiper-wrapper {
   align-items: flex-start;
   transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
   transform: translateZ(0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
   perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
   transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10
}

.swiper-3d .swiper-slide-shadow {
   background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
   background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
   display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
   -ms-scroll-snap-type: x mandatory;
   scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
   -ms-scroll-snap-type: y mandatory;
   scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
   content: '';
   flex-shrink: 0;
   order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
   -webkit-margin-start: var(--swiper-centered-offset-before);
   margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
   height: 100%;
   width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
   -webkit-margin-before: var(--swiper-centered-offset-before);
   margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
   width: 100%;
   height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
   scroll-snap-align: center center
}

.c-text.-uppercase {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.15em;
   font-weight: normal
}

.c-scrollbar {
   position: absolute;
   right: 0;
   top: 0;
   width: 11px;
   height: 100vh;
   transform-origin: center right;
   transition: transform 0.3s, opacity 0.3s;
   opacity: 0;
   z-index: 350
}

.c-scrollbar:hover {
   transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
   opacity: 1
}

.c-scrollbar_thumb {
   position: absolute;
   top: 0;
   right: 0;
   background-color: black;
   opacity: 0.5;
   width: 7px;
   border-radius: 10px;
   margin: 2px;
   cursor: -webkit-grab;
   cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
   cursor: -webkit-grabbing;
   cursor: grabbing
}


.c-carousel-timeline {
   position: relative
}

@media (max-width: 1024px) {
   .c-carousel-timeline {
      overflow: hidden
   }
}

.c-carousel-timeline_sticky-progress {
   position: absolute;
   bottom: 100vh;
   top: 0;
   width: 100%;
   pointer-events: none;
   display: block
}

.c-carousel-timeline.-lottie .c-carousel-timeline_sticky-progress {
   top: 100vh
}

.c-carousel-timeline_images {
   padding-right: 20px;
   padding-top: 20px;
   padding-bottom: 20px
}

.c-carousel-timeline_images_item_inner:empty{display:block}


@media (min-width: 1025px) {
   .c-carousel-timeline_images {
      position: absolute;
      top:94px;
      left:0px;
      width: 50vw;
      height: 100vh
   }

}

@media (max-width: 1024px) {
   .c-carousel-timeline_images {
      padding-left: 20px;
      transform: none !important
   }
}

.c-carousel-timeline_images_wrapper {
   position: relative;
   display: flex;
   align-items: center;
   height: 100%;
   width: 100%;
   border-radius: 4px
}

.c-carousel-timeline.-lottie .c-carousel-timeline_images_wrapper {
   justify-content: center;
   padding: 60px;
   background-color: #F6F6F6
}

@media (min-width: 1025px) {
   .c-carousel-timeline.-images .c-carousel-timeline_images_wrapper {
      overflow: hidden
   }
}

.c-carousel-timeline.-lottie .c-carousel-timeline_images_inner {
   max-width: 550px;
   max-height: 550px
}

.c-carousel-timeline_images_item {
   box-sizing: border-box;
   background-color: #ddd
}

@media (min-width: 1025px) {
   .c-carousel-timeline_images_item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
   }
}

@media (max-width: 1024px) {
   .c-carousel-timeline_images_item {
      padding-bottom: 100%;
      position: relative
   }
}

.c-carousel-timeline.-images .c-carousel-timeline_images_item {
   border-radius: 4px;
   overflow: hidden
}

.c-carousel-timeline_images_item_inner {
   background-size: cover;
   background-position: center;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%
}

@media (max-width: 1024px) {
   .c-carousel-timeline_main.swiper {
      overflow: visible
   }
}

@media (min-width: 1025px) {
   .c-carousel-timeline_main_wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 20px;
      column-gap: 20px
   }
}

.c-carousel-timeline.-lottie .c-carousel-timeline_main_item {
   padding-top: 20px
}
.c-carousel-timeline_main_item h5 {
    font-size: 40px;
    position: absolute;
    color: #ad8059;
    top:285px;
  font-weight:400;
}



@media (min-width: 1025px) {
   .c-carousel-timeline_main_item {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      grid-column-start: 2;
      grid-column-end: 6;
      max-width:540px;
     padding-left:180px;
     bottom:150px;
   }
}

@media (min-width: 1025px) {
   .c-carousel-timeline_main_item_text {
      max-width: 100%;
     color:#55311A;
   }
}

.c-quote {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: auto
}

.c-quote_author {
   display: flex;
   margin-top: 3.75rem
}

@media (min-width: 700px) {
   .c-quote_author {
      align-items: flex-end
   }
}

@media (max-width: 699px) {
   .c-quote_author {
      flex-direction: column
   }
.c-carousel-timeline_main_item h5{display:none}
}

.c-quote_author_figure {
   width: 9.375rem;
   border-radius: 4px;
   overflow: hidden;
   margin-right: 20px;
   flex-shrink: 0
}

.c-quote_author_name {
   display: block
}

.c-quote_author_title {
   display: block;
   font-size: 12px;
   text-transform: uppercase;
   max-width: 320px
}

.c-push-image {
   position: relative;
   z-index: 1
}

.c-push-image_main {
   position: relative;
   color: #fff
}

.c-push-image_main::before {
   content: '';
   float: left
}

@media (max-width: 1024px) {
   .c-push-image_main::before {
      padding-bottom: 80%
   }
}

@media (min-width: 1025px) {
   .c-push-image_main::before {
      padding-bottom: 50%
   }
}

.c-push-image_main::after {
   content: '';
   display: table;
   clear: both
}

.c-push-image_background {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: -1
}

.c-push-image_background_inner {
   width: 100%;
   height: 100%
}

.c-push-image_main_content {
   margin-bottom: 3.4375rem;
   max-width: 21.875rem
}

.c-push-image_card {
   z-index: 2
}

@media (min-width: 1025px) {
   .c-push-image_card {
      position: absolute;
      top: -5vw;
      left: 0;
      width: 50%;
      border-radius: 0 4px 4px 0
   }
}

.c-push-image_card_inner {
   display: grid;
   background-color: #E62B33;
   color: #fff;
   transition: background-color .3s cubic-bezier(0.4, 0, 0, 1);
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px
}



.c-scroll-text_text.c-heading.-h1 {
   max-width: inherit
}

.c-scroll-text_word {
   display: inline-block
}

@media (min-width: 700px) {
   .c-scroll-text_word {
      opacity: 0.2;
      transition: opacity .45s linear
   }

   .c-scroll-text_word.is-active {
      opacity: 1
   }
}

.c-scroll-text_sticky {
   position: absolute;
   inset: 0;
   z-index: -1
}

.c-scroll-text_sticky_area {
   position: relative;
   height: calc(100% + 50vh);
   margin-top: -50vh
}

.c-scroll-text_sticky_inner {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: calc((var(--vh, 1vh) * 100))
}

html:not(.has-scroll-smooth) .c-scroll-text_sticky_inner {
   position: -webkit-sticky;
   position: sticky;
   top: 0
}

.c-scroll-text_visual {
   min-width: 9.375rem;
   -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
   clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
   transition: -webkit-clip-path .6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: clip-path .6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: clip-path .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (min-width: 1025px) {
   .c-scroll-text_visual {
      width: 15%
   }
}

@media (max-width: 1024px) {
   .c-scroll-text_visual {
      width: 25%
   }
}

@media (max-width: 699px) {
   .c-scroll-text_visual {
      display: none
   }
}

.c-scroll-text_visual.is-visible {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.process-heading{display:flex; color:#CBB698;align-items:flex-end}
.process-heading span{font-size:24px;padding-right:10px;margin-bottom:10px;}
.process-heading h3{font-family: 'gallery_modernregular';font-size:64px;margin:0px;padding:0px;color:#CBB698;}


@media screen and (max-width:1366px) and (min-width:993px){
  .c-carousel-timeline_images{left:30px;}
}


@media screen and (max-width:1024px) and (min-width:993px){
  .c-carousel-timeline_main_item{max-width:1024px;}
}

/* accordation */
.custom-details-group .accordion__title.h3{
  font-size:40px !important;
  text-transform:none;
  color:#9B6B41;
}
.custom-details-group .details {
  overflow: hidden;                   
  transition: height 300ms ease-in-out;
}
.custom-details-group .details:last-child {border-bottom: solid 1px #CDBAA2;}
.custom-details-group .details__summary{
  padding: 24px 0;
}
.custom-details-group .details__summary {
  position: relative;
  list-style: none;
/*   padding-left: 15px; */
  width:100%;
  outline: 0;
  cursor: pointer;
  font-size:18px;
  text-transform: none;
  transition: color 300ms ease-in-out;
  max-width:100%
}

.custom-details-group .details__summary::-webkit-details-marker {
  display: none;
}
/* .custom-details-group .details__summary:before, */
.custom-details-group .details__summary:after {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #AD8059;
  border-radius: 50%;
  position: absolute;
  right:10px;
  top:42%;
}
/* .custom-details-group .details__summary:before {
  right: 20px;
  top: 50%;
/*   height: 2px; */
/*   margin-top: -1px; */
/*   width: 16px; */
/*   background: #AD8059; */
/*   transition: all 300ms ease-in-out; */
} */
.custom-details-group .details__summary:after {
/*   right: 28px;
  top: 50%; */
/*   height: 16px; */
  margin-top: -8px;
/*   width: 2px; */
  margin-left: -1px;
/*   background: #AD8059; */
  transition: all 300ms ease-in-out;
}
.custom-details-group .details[open] .details__summary:after {
/*   opacity: 0; */
/*   transform: translateY(25%); */
  background: #AD8059;
}