/*!--- * NEW Homepage Styling - v22.10.10 9:12 am */
.ar--16-9 {
  aspect-ratio: 1.77778;
}
.ar--4-3 {
  aspect-ratio: 1.33333;
}
.ar--4-5 {
  aspect-ratio: 0.8;
}
.cpl-home-new .section-content-title + .section-content-body {
  margin-top: 0;
}
section.cpl-sec {
  margin-bottom: 0;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media (min-width: 992px) {
  section.cpl-sec {
    padding-top: 8.21429rem;
    padding-bottom: 8.21429rem;
  }
}
section.cpl-sec h2.is-right {
  width: 75%;
  margin-bottom: -30px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
section.cpl-sec h2.is-right span {
  display: inline-block;
}
section.cpl-sec h2.is-right br {
  display: none;
}
section.cpl-sec h2.is-right .text-right {
  align-self: flex-end;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.cpl-sec h2.is-right {
    max-width: 375px;
  }
}
@media (max-width: 340px) {
  section.cpl-sec h2 {
    font-size: 2.57143rem;
  }
}
@media (min-width: 992px) {
  section.cpl-sec h2.is-right {
    width: 58%;
  }
}
@media (min-width: 1200px) {
  section.cpl-sec h2.is-right {
    width: 45%;
  }
}
section.cpl-sec h2.is-gold {
  color: #b3965a;
}
.cpl-bg-vid {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cpl-masthead + .cpl-bg-vid {
  background-color: #0a2131;
}
.cpl-masthead + .cpl-bg-vid picture {
  height: 100vh;
  position: relative;
  display: block;
}
.cpl-masthead + .cpl-bg-vid picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpl-bg-vid video {
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
}
.cpl-bg-vid picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cpl-separator {
  height: 40vh;
}
.cpl-separator-2 {
  height: 45vh;
}
.cpl-home-new section:not(.cpl-masthead) img,
.cpl-home-new section:not(.cpl-masthead) video {
  opacity: 0;
  transition: opacity 0.3s;
}
.cpl-home-new section:not(.cpl-masthead) img.lazyloaded,
.cpl-home-new section:not(.cpl-masthead) video.lazyloaded {
  opacity: 1;
}
.io-reveal {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.5s, transform 0.5s;
  will-change: opacity, transform;
  display: inline-block;
}
.io-reveal.cpl-fadein {
  opacity: 1;
  transform: translateZ(0);
}
.cpl-home-new .component-section {
  background-color: transparent;
  overflow: visible;
}
.cpl-link {
  font-size: 16px;
  display: inline-block;
}
.homepage .banner.cpl-masthead {
  z-index: 5;
  overflow: visible;
}
.homepage .banner.cpl-masthead .banner-image {
  height: 70vh;
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .homepage .banner.cpl-masthead .banner-image {
    height: 80vh;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .homepage .banner.cpl-masthead .banner-image {
    height: 70vh;
  }
}
.homepage .banner.cpl-masthead .banner-image img,
.homepage .banner.cpl-masthead .banner-image video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
}
.homepage .banner.cpl-masthead .banner-image video {
  z-index: 1;
}
.homepage .banner.cpl-masthead .banner-image picture {
  width: 100%;
  height: 100%;
  position: absolute;
}
.homepage .banner.cpl-masthead .container {
  transform: translateY(-70px);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .homepage .banner.cpl-masthead .container {
    transform: translateY(-50px);
  }
}
@media (min-width: 992px) {
  .homepage .banner.cpl-masthead .container {
    transform: translateY(-50px);
  }
}
@media (min-width: 1366px) {
  .homepage .banner.cpl-masthead .container {
    transform: translateY(-70px);
  }
}
.homepage .banner.cpl-masthead .container .banner-content {
  position: relative;
  display: flex;
  bottom: 0;
  margin-top: 6px;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homepage .banner.cpl-masthead .container .banner-content {
    margin-top: 24px;
  }
}
.homepage .banner.cpl-masthead .container .banner-content h1,
.homepage .banner.cpl-masthead .container .banner-content p {
  text-align: left;
}
.homepage .banner.cpl-masthead .container .banner-content h1 {
  padding-bottom: 35px;
}
.homepage .banner.cpl-masthead .container .banner-content p {
  font-size: 1.8rem;
  line-height: 1.5333;
}
@media (max-width: 767.98px) {
  .homepage .banner.cpl-masthead .container .banner-content {
    margin-top: 44px;
  }
  .homepage .banner.cpl-masthead .container .banner-content h1 {
    font-size: 2.85714rem;
  }
  .homepage .banner.cpl-masthead .container .banner-content p {
    font-size: 1.57143rem;
  }
}
@media (min-width: 992px) {
  .homepage .banner.cpl-masthead .container .banner-content {
    padding-right: 35%;
  }
}
section.cpl-sec.cpl-features {
  height: 100vh;
  background-color: transparent;
  padding-top: 2rem;
  display: flex;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.cpl-sec.cpl-features {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cpl-features-wrp {
  height: 100vh;
  padding-left: 6vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.cpl-features-wrp a {
  width: 100%;
  border-bottom: 0 none !important;
  display: block;
}
@media (min-width: 1200px) {
  .cpl-features-wrp {
    padding-left: 18vw;
  }
}
.cpl-features-wrp > div {
  margin-left: 3rem;
  position: relative;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div {
    margin-left: 4.5rem;
  }
} /* test */
.cpl-features-wrp > div:first-child {
  width: 300px;
  top: 150px;
  margin-right: -220px;
  margin-left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:first-child {
    width: 380px;
    top: 200px;
    margin-left: 4.5rem;
    margin-right: -122px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:first-child {
    width: 280px;
    top: 180px;
  }
} /*   test end */
.cpl-features-wrp > div:nth-child(2) {
  width: 400px;
  top: -50px;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:nth-child(2) {
    width: 600px;
    top: 0;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(2) {
    width: 375px;
  }
}
.cpl-features-wrp > div:nth-child(3),
.cpl-features-wrp > div:nth-child(6) {
  width: 260px;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:nth-child(3),
  .cpl-features-wrp > div:nth-child(6) {
    width: 360px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(3),
  .cpl-features-wrp > div:nth-child(6) {
    width: 280px;
  }
}
.cpl-features-wrp > div:nth-child(4) {
  width: 300px;
  margin-left: -14px;
  top: -150px;
}
@media (min-width: 768px) {
  .cpl-features-wrp > div:nth-child(4) {
    width: 500px;
    margin-left: 3rem;
    top: -190px;
  }
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:nth-child(4) {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .cpl-features-wrp > div:nth-child(4) {
    width: 680px;
    top: -240px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(4) {
    width: 300px;
    top: -70px;
  }
}
.cpl-features-wrp > div:nth-child(5) {
  width: 600px;
  margin-left: -244px;
  top: 100px;
  display: flex;
}
.cpl-features-wrp > div:nth-child(5) p {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .cpl-features-wrp > div:nth-child(5) {
    width: 800px;
    top: 184px;
    margin-left: -502px;
  }
  .cpl-features-wrp > div:nth-child(5) p {
    margin-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .cpl-features-wrp > div:nth-child(5) {
    margin-left: -680px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(5) {
    width: 560px;
    margin-left: -300px;
    top: 150px;
  }
}
.cpl-features-wrp > div:nth-child(6) {
  margin-left: -42px;
  top: -100px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .cpl-features-wrp > div:nth-child(6) {
    top: -64px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(6) {
    width: 280px;
    top: 0;
  }
}
.cpl-features-wrp > div:nth-child(7) {
  width: 400px;
  top: 80px;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:nth-child(7) {
    width: 600px;
    top: -220px;
    display: flex;
  }
  .cpl-features-wrp > div:nth-child(7) p {
    margin-right: 4rem;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(7) {
    width: 500px;
    top: -90px;
  }
}
.cpl-features-wrp > div:nth-child(8) {
  width: 300px;
  top: -140px;
  margin-right: 3rem;
  margin-left: -180px;
}
@media (min-width: 768px) {
  .cpl-features-wrp > div:nth-child(8) {
    top: -160px;
  }
}
@media (min-width: 992px) {
  .cpl-features-wrp > div:nth-child(8) {
    width: 600px;
    top: 184px;
    margin-right: calc(4.5rem + 18px);
    margin-left: -600px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div:nth-child(8) {
    width: 400px;
    margin-left: -400px;
    top: 160px;
  }
}
.cpl-features-wrp > div h2 {
  position: absolute;
  top: -30px;
  left: -108px;
}
@media (min-width: 992px) {
  .cpl-features-wrp > div h2 {
    top: -60px;
    left: -232px;
  }
}
@media (min-width: 1200px) {
  .cpl-features-wrp > div h2 {
    top: -60px;
    left: -234px;
  }
}
@media (min-width: 1024px) and (max-height: 740px) and (orientation: landscape) {
  .cpl-features-wrp > div h2 {
    top: -58px;
  }
}
.cpl-features-wrp > div p {
  font-size: 1.42857rem;
  color: #fff;
  margin-bottom: 2rem;
  flex: 1 0 auto;
}
.cpl-features-wrp > div figure {
  width: 100%;
  max-height: inherit;
  background-color: rgba(172, 140, 76, 0.25);
  position: relative;
  overflow: hidden;
}
.cpl-features-wrp > div figcaption {
  width: 100%;
  font-size: 0.85714rem;
  color: #fff;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  text-align: right;
  padding: 0 1.25rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cpl-features-wrp > div img {
  width: calc(100% + 2px);
  min-width: calc(100% + 2px);
  height: auto;
  min-height: calc(100% + 2px);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
}
.cpl-features-wrp .cpl-video-wrp {
  background-color: rgba(172, 140, 76, 0.25);
  position: relative;
  overflow: hidden;
}
.cpl-features-wrp .cpl-video-wrp video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
}
.cpl-home-new section.cpl-events {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.cpl-home-new section.cpl-events picture {
  display: block;
}
.cpl-home-new section.cpl-events img {
  opacity: 1;
  width: 100%;
  height: auto;
}
.cpl-home-new section.cpl-events .section-content {
  width: 100%;
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .cpl-home-new section.cpl-events .section-content {
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  .cpl-home-new section.cpl-events .section-content {
    padding-top: 90%;
  }
}
.cpl-home-new section.cpl-events .section-content .section-content-body {
  position: relative;
}
.cpl-home-new
  section.cpl-events
  .section-content
  .section-content-body
  .cpl-events-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cpl-home-new
    section.cpl-events
    .section-content
    .section-content-body
    .cpl-events-wrp
    .cpl-events-content {
    width: 50%;
  }
}
.cpl-home-new
  section.cpl-events
  .section-content
  .section-content-body
  .cpl-events-wrp
  .cpl-events-dates
  p {
  font-size: 1.14286rem;
  padding-bottom: 1.5rem;
  color: #000;
}
.cpl-home-new
  section.cpl-events
  .section-content
  .section-content-body
  .cpl-events-wrp
  h2 {
  color: #0c215b;
  padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .cpl-home-new
    section.cpl-events
    .section-content
    .section-content-body
    .cpl-events-wrp
    h2 {
    padding-bottom: 1.25rem;
  }
}
.cpl-home-new
  section.cpl-events
  .section-content
  .section-content-body
  .cpl-events-wrp
  .cpl-events-desc
  p {
  font-size: 1.14286rem;
  padding-bottom: 1.5rem;
  color: #000;
}
@media (min-width: 992px) {
  .cpl-home-new
    section.cpl-events
    .section-content
    .section-content-body
    .cpl-events-wrp
    .cpl-events-desc
    p {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .cpl-events-bg {
    width: 100%;
    position: absolute;
  }
}
.cpl-shopping .section-content-title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .cpl-shopping .section-content-title {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .cpl-shopping .section-content-title {
    margin-bottom: -38px;
  }
}
.cpl-shopping .section-content-body {
  position: relative;
  overflow: visible;
}
.cpl-shopping h2 span:nth-of-type(2) {
  margin-left: 5.2rem;
}
@media (max-width: 374.98px) {
  .cpl-shopping h2 span:nth-of-type(2) {
    margin-left: 0;
  }
}
.cpl-shopping-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2rem 0;
}
@media (max-width: 576px) {
  .cpl-shopping-tiles {
    margin-top: -36px;
    padding: 0 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 823px) and (orientation: landscape) {
  .cpl-shopping-tiles {
    grid-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cpl-shopping-tiles {
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .cpl-shopping-tiles {
    grid-gap: 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .cpl-shopping-tiles {
    grid-gap: 2rem 42px;
  }
}
@media (max-width: 823px) and (orientation: landscape) {
  .cpl-shopping-tiles li:first-child {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .cpl-shopping-tiles li:first-child {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .cpl-shopping-tiles li:first-child {
    margin-top: 148px;
  }
}
@media (max-width: 823px) and (orientation: landscape) {
  .cpl-shopping-tiles li:nth-child(3) {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .cpl-shopping-tiles li:nth-child(3) {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .cpl-shopping-tiles li:nth-child(3) {
    margin-top: 74px;
  }
}
.cpl-shopping-tiles a,
.cpl-shopping-tiles h3 {
  color: #fff;
}
.cpl-shopping-tiles a {
  display: block;
}
.cpl-shopping-tile {
  border: 0 none !important;
  position: relative;
  overflow: hidden;
}
.cpl-shopping-tile:hover .cpl-shopping-flip {
  opacity: 1;
}
.cpl-shopping-tile:hover .cpl-shopping-flip > * {
  opacity: 1;
  transform: translateZ(0);
}
.cpl-shopping figure {
  background-color: rgba(172, 140, 76, 0.25);
  position: relative;
  overflow: hidden;
}
.cpl-shopping figure img {
  width: 100%;
  height: auto;
}
.cpl-shopping figcaption {
  width: 100%;
  font-size: 1.14286rem;
  color: #fff;
  text-align: right;
  padding: 0 1.25rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cpl-shopping figcaption span:not(.cpl-arrow) {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767.98px) {
  .cpl-shopping figcaption span:not(.cpl-arrow) {
    padding-right: 0.75rem;
  }
}
.cpl-shopping figcaption .cpl-arrow {
  display: none;
}
body.touch .cpl-shopping figcaption {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
body.touch .cpl-shopping figcaption .cpl-arrow {
  width: 22px;
  height: 20px;
  position: relative;
  display: block;
  flex: 0 0 22px;
}
body.touch .cpl-shopping figcaption .cpl-arrow:after,
body.touch .cpl-shopping figcaption .cpl-arrow:before {
  content: "";
  display: inline-block;
}
body.touch .cpl-shopping figcaption .cpl-arrow:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transform-origin: 100% -45%;
  padding: 5px;
}
body.touch .cpl-shopping figcaption .cpl-arrow:before {
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.cpl-shopping-flip {
  width: 100%;
  height: calc(100% + 2px);
  color: #fff;
  background-color: #ac8c4c;
  opacity: 0;
  transition: opacity 0.25s;
  padding: 1rem 2rem 4.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.touch .cpl-shopping-flip {
  display: none;
  visibility: hidden;
}
.cpl-shopping-flip > * {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition: opacity 0.25s, transform 0.35s;
}
.cpl-shopping-flip span {
  border-bottom: 1px solid #fff;
}
.cpl-shopping-flip p:first-of-type {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cpl-shopping-flip p:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 823px) and (orientation: landscape) {
  .cpl-shopping .text-center {
    margin-top: -24px;
  }
}
@media (max-width: 767.98px) {
  .cpl-shopping .text-center {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cpl-shopping .text-center {
    margin-top: -54px;
  }
}
.cpl-shopping .text-center a {
  font-size: 1.28571rem;
}
.cpl-swiper-nav.swiper-nav-buttons {
  width: 276px;
  top: 0;
  left: auto;
}
.cpl-swiper-nav .swiper-button-next.swiper-button-disabled,
.cpl-swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.cpl-swiper-nav .swiper-button-next,
.cpl-swiper-nav .swiper-button-prev {
  width: 95px;
  height: 95px;
  border: 1px solid #ac8c4c;
  top: 0;
  box-shadow: none;
  background: 0 0;
  transform: none;
}
.cpl-swiper-nav .swiper-button-next:after,
.cpl-swiper-nav .swiper-button-next:before,
.cpl-swiper-nav .swiper-button-prev:after,
.cpl-swiper-nav .swiper-button-prev:before {
  box-shadow: none;
}
.cpl-swiper-nav .swiper-button-next.cpl-arrow:after,
.cpl-swiper-nav .swiper-button-next.cpl-arrow:before,
.cpl-swiper-nav .swiper-button-prev.cpl-arrow:after,
.cpl-swiper-nav .swiper-button-prev.cpl-arrow:before {
  content: "";
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}
.cpl-swiper-nav .swiper-button-next.cpl-arrow:after,
.cpl-swiper-nav .swiper-button-prev.cpl-arrow:after {
  width: 13px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  padding: 5px;
  top: 41%;
  left: 50%;
}
.cpl-swiper-nav .swiper-button-next.cpl-arrow:before,
.cpl-swiper-nav .swiper-button-prev.cpl-arrow:before {
  width: 27px;
  height: 2px;
  content: "";
  transform: none;
  background-color: #000;
  top: 59.75%;
  left: 35%;
}
.cpl-swiper-nav .swiper-button-prev {
  left: 54px;
}
.cpl-swiper-nav .swiper-button-prev.cpl-arrow:after {
  top: 41%;
  left: 35%;
  transform: rotate(135deg);
}
.cpl-swiper-nav .swiper-button-next {
  right: 15px;
}
section.cpl-sec.cpl-homepage-full-swiper {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  section.cpl-sec.cpl-homepage-full-swiper {
    padding-top: 12rem;
  }
}
.cpl-homepage-full-swiper {
  padding-bottom: 30% !important;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .cpl-homepage-full-swiper {
    padding-bottom: 35% !important;
  }
}
.cpl-homepage-full-swiper .cpl-bg-vid {
  position: absolute;
  height: auto;
  top: auto;
}
.cpl-homepage-full-swiper .cpl-bg-vid picture,
.cpl-homepage-full-swiper .cpl-bg-vid video.lazyloaded {
  opacity: 0;
  transition: opacity 0.5s;
}
.cpl-homepage-full-swiper .cpl-bg-vid video {
  width: 100%;
  min-width: inherit;
  min-height: inherit;
  transform: none;
  top: auto;
  bottom: 0;
  left: 0;
}
.cpl-homepage-full-swiper .cpl-bg-vid picture {
  position: relative;
  bottom: auto;
  left: auto;
}
.cpl-homepage-full-swiper .cpl-bg-vid img {
  width: 100%;
  height: auto;
}
.cpl-homepage-full-swiper.cpl-active .cpl-bg-vid picture,
.cpl-homepage-full-swiper.cpl-active .cpl-bg-vid video {
  opacity: 1;
}
.cpl-homepage-full-swiper .section-content-title {
  z-index: 3;
  position: relative;
}
@media (min-width: 992px) {
  .cpl-homepage-full-swiper .section-content-body {
    margin-top: -180px !important;
    padding-top: 142px;
  }
}
.cpl-homepage-full-swiper-container {
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .cpl-homepage-full-swiper-container {
    max-width: 720px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .cpl-homepage-full-swiper-container {
    padding-left: calc(50% - 465px);
  }
}
@media (min-width: 1200px) {
  .cpl-homepage-full-swiper-container {
    padding-left: calc(50% - 585px);
  }
}
@media (max-width: 991.98px) {
  .cpl-homepage-full-swiper-container .cpl-swiper-nav.swiper-nav-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .cpl-homepage-full-swiper-container .cpl-swiper-nav.swiper-nav-buttons {
    margin-right: calc(50% - 480px);
    top: -132px;
  }
}
@media (min-width: 1200px) {
  .cpl-homepage-full-swiper-container .cpl-swiper-nav.swiper-nav-buttons {
    margin-right: calc(50% - 600px);
    top: -142px;
  }
}
.cpl-homepage-full-swiper-container .cpl-gallery-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 0 none !important;
}
.cpl-homepage-full-swiper-container .cpl-gallery-wrp {
  display: flex;
  flex-direction: column;
}
.cpl-homepage-full-swiper-container .cpl-gallery-title h4 {
  font-size: 1.71429rem;
}
.cpl-homepage-full-swiper-container .cpl-gallery-media {
  background-color: hsla(0, 0%, 100%, 0.25);
  display: inline-block;
  position: relative;
}
.cpl-homepage-full-swiper-container .cpl-gallery-media picture {
  display: block;
}
.cpl-homepage-full-swiper-container .cpl-gallery-media img,
.cpl-homepage-full-swiper-container .cpl-gallery-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpl-homepage-full-swiper-container
  .swiper-slide:nth-child(odd)
  .cpl-gallery-title {
  order: 1;
  margin-bottom: 2rem;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .cpl-homepage-full-swiper-container
    .swiper-slide:nth-child(odd)
    .cpl-gallery-title {
    margin-top: 60px;
  }
}
.cpl-homepage-full-swiper-container
  .swiper-slide:nth-child(odd)
  .cpl-gallery-media {
  order: 2;
}
.cpl-homepage-full-swiper-container
  .swiper-slide:nth-child(2n)
  .cpl-gallery-title {
  order: 2;
  padding-top: 20px;
}
.cpl-homepage-full-swiper-container
  .swiper-slide:nth-child(2n)
  .cpl-gallery-media {
  order: 1;
}
.cpl-homepage-half-swiper .section-content-title {
  position: relative;
  z-index: 2;
}
.cpl-homepage-half-swiper .section-content-title .container {
  padding-left: 20%;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper .section-content-title .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cpl-homepage-half-swiper .section-content-title + .section-content-body {
  margin-top: -40px;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper .section-content-title + .section-content-body {
    margin-top: -30px;
  }
}
.cpl-homepage-half-swiper.cpl-dark-bg a:not(.btn),
.cpl-homepage-half-swiper.cpl-dark-bg h3,
.cpl-homepage-half-swiper.cpl-dark-bg p {
  color: #fff;
}
.cpl-homepage-half-swiper.cpl-dark-bg .btn {
  margin-bottom: 2rem;
}
.cpl-homepage-half-swiper.cpl-dark-bg h2 {
  color: #b3965a;
}
.cpl-homepage-half-swiper.cpl-dark-bg
  .cpl-swiper-nav
  .swiper-button-next.cpl-arrow:after,
.cpl-homepage-half-swiper.cpl-dark-bg
  .cpl-swiper-nav
  .swiper-button-prev.cpl-arrow:after {
  border-color: #fff;
}
.cpl-homepage-half-swiper.cpl-dark-bg
  .cpl-swiper-nav
  .swiper-button-next.cpl-arrow:before,
.cpl-homepage-half-swiper.cpl-dark-bg
  .cpl-swiper-nav
  .swiper-button-prev.cpl-arrow:before {
  background-color: #fff;
}
.cpl-homepage-half-swiper-container {
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  overflow: hidden;
}
.cpl-homepage-half-swiper-container .cpl-gallery-wrp {
  display: flex;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-wrp {
    flex-direction: column;
  }
}
.cpl-homepage-half-swiper-container .cpl-gallery-media {
  width: 55%;
  flex: 0 0 55%;
  position: relative;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-media {
    width: 75%;
    flex: 0 0 75%;
  }
  .new-room-features .cpl-homepage-half-swiper-container .cpl-gallery-media {
    width: 100%;
  }
}
.cpl-homepage-half-swiper-container .cpl-gallery-media picture {
  background-color: rgba(172, 140, 76, 0.25);
  position: relative;
  display: block;
  overflow: hidden;
}
.cpl-homepage-half-swiper-container .cpl-gallery-media img,
.cpl-homepage-half-swiper-container .cpl-gallery-media video {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cpl-homepage-half-swiper-container .cpl-gallery-content {
  width: 45%;
  flex: 0 0 45%;
  padding-top: 90px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-content {
    padding-right: calc(50% - 465px);
    padding-bottom: 120px;
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-content {
    padding-right: calc(50% - 585px);
    padding-left: 4.5rem;
  }
}
.cpl-homepage-half-swiper-container .cpl-gallery-content h3,
.cpl-homepage-half-swiper-container .cpl-gallery-content p {
  display: block;
}
.cpl-homepage-half-swiper-container .cpl-gallery-content h3 {
  margin-bottom: 1.5rem;
}
.cpl-homepage-half-swiper-container .cpl-gallery-content p {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-content p {
    margin-bottom: 2rem;
  }
}
.cpl-homepage-half-swiper-container .cpl-gallery-content .btn,
.cpl-homepage-half-swiper-container .cpl-gallery-content .cpl-link {
  vertical-align: middle;
  margin-bottom: 2rem;
}
.cpl-homepage-half-swiper-container .cpl-gallery-content .btn {
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-gallery-content {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    max-width: 720px;
    margin: auto;
  }
}
.cpl-homepage-half-swiper-container .cpl-swiper-nav.swiper-nav-buttons {
  bottom: 0;
  left: 55%;
  top: auto;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-swiper-nav.swiper-nav-buttons {
    width: 19%;
    right: 0;
    left: auto;
    display: block;
  }
}
.cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-next,
.cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-prev {
  top: auto;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-next,
  .cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-prev {
    width: 48px;
    height: 48px;
    top: 0;
    bottom: auto;
    left: 0;
    display: block;
  }
  .cpl-homepage-half-swiper-container
    .cpl-swiper-nav
    .swiper-button-next.cpl-arrow:after,
  .cpl-homepage-half-swiper-container
    .cpl-swiper-nav
    .swiper-button-prev.cpl-arrow:after {
    width: 9px;
    height: 9px;
    padding: 0;
    top: 19px;
  }
  .cpl-homepage-half-swiper-container
    .cpl-swiper-nav
    .swiper-button-next.cpl-arrow:before,
  .cpl-homepage-half-swiper-container
    .cpl-swiper-nav
    .swiper-button-prev.cpl-arrow:before {
    width: 18px;
    top: 34px;
    left: 14px;
  }
}
@media (min-width: 992px) {
  .cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-prev {
    left: 70px;
  }
}
.cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-next {
  right: 0;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container
    .cpl-swiper-nav
    .swiper-button-next.cpl-arrow:after {
    left: 22px;
  }
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .cpl-swiper-nav .swiper-button-next {
    margin-top: 56px;
  }
}
.cpl-homepage-half-swiper-container .swiper-pagination-fraction {
  width: 55%;
  font-family: JosefinSans, sans-serif;
  font-size: 20px;
  text-align: right;
  color: #fff;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cpl-homepage-half-swiper-container
  .swiper-pagination-fraction
  .cpl-swiper-current-container {
  position: relative;
}
.cpl-homepage-half-swiper-container
  .swiper-pagination-fraction
  .cpl-swiper-pagination-current-font,
.cpl-homepage-half-swiper-container
  .swiper-pagination-fraction
  .swiper-pagination-current {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .cpl-homepage-half-swiper-container .swiper-pagination-fraction {
    width: 75%;
    font-size: 14px;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .cpl-homepage-half-swiper-container
    .swiper-pagination-fraction
    .cpl-swiper-current-container {
    top: -8px;
    right: 4px;
  }
  .cpl-homepage-half-swiper-container
    .swiper-pagination-fraction
    .cpl-swiper-pagination-current-font,
  .cpl-homepage-half-swiper-container
    .swiper-pagination-fraction
    .swiper-pagination-current {
    font-size: 2.14286rem;
  }
}
@media (min-width: 992px) {
  .cpl-homepage-half-swiper-container .swiper-pagination-fraction {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .cpl-homepage-half-swiper-container
    .swiper-pagination-fraction
    .cpl-swiper-current-container {
    top: -6px;
    right: 8px;
  }
}
@media (min-width: 1200px) {
  .cpl-homepage-half-swiper-container .swiper-pagination-fraction {
    padding-right: 4.5rem;
    padding-bottom: 4.5rem;
  }
} /* Bryant's fixing 2022.11.16 11:22 */
body.zh-CN main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
body.zh-HK main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
body.ko main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
body.ja main section:nth-of-type(4) .cpl-gallery-cont-wrp h3 {
  font-size: 1.64286rem;
  line-height: 1.2;
  letter-spacing: 0.025rem;
  font-family: JosefinSans, sans-serif !important;
}
body.zh-CN main .component-section.cpl-features h2.is-gold,
body.zh-HK main .component-section.cpl-features h2.is-gold,
body.ja main .component-section.cpl-features h2.is-gold {
  font-size: 2rem;
}
body.zh-CN main .cpl-features-wrp > div:nth-child(5) a,
body.zh-HK main .cpl-features-wrp > div:nth-child(5) a {
  max-width: 60%;
}
@media (min-width: 768px) {
  body.zh-CN main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.zh-HK main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.ko main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.ja main section:nth-of-type(4) .cpl-gallery-cont-wrp h3 {
    font-size: 2rem;
  }
  body.zh-CN main .component-section.cpl-features h2.is-gold,
  body.zh-HK main .component-section.cpl-features h2.is-gold,
  body.ja main .component-section.cpl-features h2.is-gold {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  body.zh-CN main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.zh-HK main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.ko main section:nth-of-type(4) .cpl-gallery-cont-wrp h3,
  body.ja main section:nth-of-type(4) .cpl-gallery-cont-wrp h3 {
    font-size: 2.14286rem;
  }
  body.zh-CN main .component-section.cpl-features h2.is-gold,
  body.zh-HK main .component-section.cpl-features h2.is-gold,
  body.ja main .component-section.cpl-features h2.is-gold {
    font-size: 3.57143rem;
  }
  body.zh-CN main .cpl-features-wrp > div:nth-child(7) a,
  body.zh-HK main .cpl-features-wrp > div:nth-child(7) a {
    max-width: 65%;
  }
} /*!--- * end of NEW Homepage Styling */
